Amazon MediaConnect · JSON Structure

Mediaconnect Api Update Gateway Instance Response Structure

UpdateGatewayInstanceResponse schema from AWS Elemental MediaConnect API

Type: object Properties: 2
BroadcastingLive VideoMediaMedia Transport

UpdateGatewayInstanceResponse 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

BridgePlacement GatewayInstanceArn

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-gateway-instance-response-structure.json",
  "name": "UpdateGatewayInstanceResponse",
  "type": "object",
  "description": "UpdateGatewayInstanceResponse schema from AWS Elemental MediaConnect API",
  "properties": {
    "BridgePlacement": {
      "allOf": [
        {
          "$ref": "#/components/schemas/BridgePlacement"
        },
        {
          "xml": {
            "name": "bridgePlacement"
          },
          "description": "The availability of the instance to host new bridges. The bridgePlacement property can be LOCKED or AVAILABLE. If it is LOCKED, no new bridges can be deployed to this instance. If it is AVAILABLE, new bridges can be added to this instance."
        }
      ]
    },
    "GatewayInstanceArn": {
      "allOf": [
        {
          "$ref": "#/components/schemas/__string"
        },
        {
          "xml": {
            "name": "gatewayInstanceArn"
          },
          "description": "The Amazon Resource Name (ARN) of the instance."
        }
      ]
    }
  }
}