Amazon MediaConnect · JSON Structure

Mediaconnect Api Update Flow Media Stream Response Structure

UpdateFlowMediaStreamResponse schema from AWS Elemental MediaConnect API

Type: object Properties: 2
BroadcastingLive VideoMediaMedia Transport

UpdateFlowMediaStreamResponse is a JSON Structure definition published by Amazon MediaConnect, describing 2 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

FlowArn MediaStream

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-mediaconnect/refs/heads/main/json-structure/mediaconnect-api-update-flow-media-stream-response-structure.json",
  "name": "UpdateFlowMediaStreamResponse",
  "type": "object",
  "description": "UpdateFlowMediaStreamResponse schema from AWS Elemental MediaConnect API",
  "properties": {
    "FlowArn": {
      "allOf": [
        {
          "$ref": "#/components/schemas/__string"
        },
        {
          "xml": {
            "name": "flowArn"
          },
          "description": "The ARN of the flow that is associated with the media stream that you updated."
        }
      ]
    },
    "MediaStream": {
      "allOf": [
        {
          "$ref": "#/components/schemas/MediaStream"
        },
        {
          "xml": {
            "name": "mediaStream"
          },
          "description": "The media stream that you updated."
        }
      ]
    }
  }
}