MediaConnect / Client / remove_flow_source

remove_flow_source

MediaConnect.Client.remove_flow_source(**kwargs)

Removes a source from an existing flow. This request can be made only if there is more than one source on the flow.

See also: AWS API Documentation

Request Syntax

response = client.remove_flow_source(
    FlowArn='string',
    SourceArn='string'
)
Parameters:
  • FlowArn (string) –

    [REQUIRED]

    The Amazon Resource Name (ARN) of the flow that you want to remove a source from.

  • SourceArn (string) –

    [REQUIRED]

    The ARN of the source that you want to remove.

Return type:

dict

Returns:

Response Syntax

{
    'FlowArn': 'string',
    'SourceArn': 'string'
}

Response Structure

  • (dict) –

    • FlowArn (string) –

      The ARN of the flow that the source was removed from.

    • SourceArn (string) –

      The ARN of the source that was removed.

Exceptions