MediaConnect / Client / restart_router_input
restart_router_input¶
- MediaConnect.Client.restart_router_input(**kwargs)¶
Restarts a router input. This operation can be used to recover from errors or refresh the input state.
See also: AWS API Documentation
Request Syntax
response = client.restart_router_input( Arn='string' )
- Parameters:
Arn (string) –
[REQUIRED]
The Amazon Resource Name (ARN) of the router input that you want to restart.
- 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 restarted.
Name (string) –
The name of the router input that was restarted.
State (string) –
The current state of the router input after the restart operation.
Exceptions