DeleteGatewayResponse

DeleteGatewayResponse schema from AWS Elemental MediaConnect API

BroadcastingLive VideoMediaMedia Transport

Properties

Name Type Description
GatewayArn object
View JSON Schema on GitHub

JSON Schema

mediaconnect-api-delete-gateway-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-delete-gateway-response-schema.json",
  "title": "DeleteGatewayResponse",
  "description": "DeleteGatewayResponse schema from AWS Elemental MediaConnect API",
  "type": "object",
  "properties": {
    "GatewayArn": {
      "allOf": [
        {
          "$ref": "#/components/schemas/__string"
        },
        {
          "xml": {
            "name": "gatewayArn"
          },
          "description": "The Amazon Resource Name (ARN) of the gateway that was deleted."
        }
      ]
    }
  }
}