MediaConnect / Client / stop_router_input
stop_router_input¶
- MediaConnect.Client.stop_router_input(**kwargs)¶
Stops a router input in AWS Elemental MediaConnect.
See also: AWS API Documentation
Request Syntax
response = client.stop_router_input( Arn='string' )
- Parameters:
Arn (string) –
[REQUIRED]
The Amazon Resource Name (ARN) of the router input 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 input that was stopped.
Name (string) –
The name of the router input that was stopped.
State (string) –
The current state of the router input after being stopped.
Exceptions