Amazon MediaConnect · JSON Structure

Mediaconnect Api Deregister Gateway Instance Response Structure

DeregisterGatewayInstanceResponse schema from AWS Elemental MediaConnect API

Type: object Properties: 2
BroadcastingLive VideoMediaMedia Transport

DeregisterGatewayInstanceResponse 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

GatewayInstanceArn InstanceState

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-deregister-gateway-instance-response-structure.json",
  "name": "DeregisterGatewayInstanceResponse",
  "type": "object",
  "description": "DeregisterGatewayInstanceResponse schema from AWS Elemental MediaConnect API",
  "properties": {
    "GatewayInstanceArn": {
      "allOf": [
        {
          "$ref": "#/components/schemas/__string"
        },
        {
          "xml": {
            "name": "gatewayInstanceArn"
          },
          "description": "The Amazon Resource Name (ARN) of the instance."
        }
      ]
    },
    "InstanceState": {
      "allOf": [
        {
          "$ref": "#/components/schemas/InstanceState"
        },
        {
          "xml": {
            "name": "instanceState"
          },
          "description": "The status of the instance."
        }
      ]
    }
  }
}