MediaConnect / Client / stop_router_output
stop_router_output¶
- MediaConnect.Client.stop_router_output(**kwargs)¶
Stops a router output in AWS Elemental MediaConnect.
See also: AWS API Documentation
Request Syntax
response = client.stop_router_output( Arn='string' )
- Parameters:
Arn (string) –
[REQUIRED]
The Amazon Resource Name (ARN) of the router output that you want to stop.
- Return type:
dict
- Returns:
Response Syntax
{ 'Arn': 'string', 'Name': 'string', 'State': 'CREATING'|'STANDBY'|'STARTING'|'ACTIVE'|'STOPPING'|'DELETING'|'UPDATING'|'ERROR'|'RECOVERING'|'MIGRATING' }
Response Structure
(dict) –
Arn (string) –
The ARN of the router output that was stopped.
Name (string) –
The name of the router output that was stopped.
State (string) –
The current state of the router output after being stopped.
Exceptions