MediaConnect / Client / delete_router_input
delete_router_input¶
- MediaConnect.Client.delete_router_input(**kwargs)¶
Deletes a router input from AWS Elemental MediaConnect.
See also: AWS API Documentation
Request Syntax
response = client.delete_router_input( Arn='string' )
- Parameters:
Arn (string) –
[REQUIRED]
The Amazon Resource Name (ARN) of the router input that you want to delete.
- 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 deleted router input.
Name (string) –
The name of the deleted router input.
State (string) –
The current state of the deleted router input, indicating where it is in the deletion process.
Exceptions