StartFlowResponse

StartFlowResponse schema from AWS Elemental MediaConnect API

BroadcastingLive VideoMediaMedia Transport

Properties

Name Type Description
FlowArn object
Status object
View JSON Schema on GitHub

JSON Schema

mediaconnect-api-start-flow-response-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-mediaconnect/refs/heads/main/json-schema/mediaconnect-api-start-flow-response-schema.json",
  "title": "StartFlowResponse",
  "description": "StartFlowResponse schema from AWS Elemental MediaConnect API",
  "type": "object",
  "properties": {
    "FlowArn": {
      "allOf": [
        {
          "$ref": "#/components/schemas/__string"
        },
        {
          "xml": {
            "name": "flowArn"
          },
          "description": "The ARN of the flow that you started."
        }
      ]
    },
    "Status": {
      "allOf": [
        {
          "$ref": "#/components/schemas/Status"
        },
        {
          "xml": {
            "name": "status"
          },
          "description": "The status of the flow when the StartFlow process begins."
        }
      ]
    }
  }
}