Amazon MediaConnect · JSON Structure

Mediaconnect Api Update Bridge State Request Structure

A request to update the bridge state.

Type: object Properties: 1 Required: 1
BroadcastingLive VideoMediaMedia Transport

UpdateBridgeStateRequest is a JSON Structure definition published by Amazon MediaConnect, describing 1 property, of which 1 is required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

DesiredState

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-bridge-state-request-structure.json",
  "name": "UpdateBridgeStateRequest",
  "type": "object",
  "description": "A request to update the bridge state.",
  "properties": {
    "DesiredState": {
      "allOf": [
        {
          "$ref": "#/components/schemas/DesiredState"
        },
        {
          "xml": {
            "name": "desiredState"
          }
        }
      ]
    }
  },
  "required": [
    "DesiredState"
  ]
}