MediaConnect / Client / start_flow

start_flow#

MediaConnect.Client.start_flow(**kwargs)#

Starts a flow.

See also: AWS API Documentation

Request Syntax

response = client.start_flow(
    FlowArn='string'
)
Parameters:

FlowArn (string) – [REQUIRED] The ARN of the flow that you want to start.

Return type:

dict

Returns:

Response Syntax

{
    'FlowArn': 'string',
    'Status': 'STANDBY'|'ACTIVE'|'UPDATING'|'DELETING'|'STARTING'|'STOPPING'|'ERROR'
}

Response Structure

  • (dict) – AWS Elemental MediaConnect is starting the flow.

    • FlowArn (string) – The ARN of the flow that you started.

    • Status (string) – The status of the flow when the StartFlow process begins.

Exceptions