MediaConnect / Client / delete_router_output

delete_router_output

MediaConnect.Client.delete_router_output(**kwargs)

Deletes a router output from AWS Elemental MediaConnect.

See also: AWS API Documentation

Request Syntax

response = client.delete_router_output(
    Arn='string'
)
Parameters:

Arn (string) –

[REQUIRED]

The Amazon Resource Name (ARN) of the router output 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 output.

    • Name (string) –

      The name of the deleted router output.

    • State (string) –

      The current state of the deleted router output, indicating where it is in the deletion process.

Exceptions