Amazon MediaConnect · JSON Structure

Mediaconnect Api Delete Gateway Response Structure

DeleteGatewayResponse schema from AWS Elemental MediaConnect API

Type: object Properties: 1
BroadcastingLive VideoMediaMedia Transport

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

Properties

GatewayArn

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