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