{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-storage-gateway/refs/heads/main/json-schema/amazon-storage-gateway-gateway-info-schema.json", "title": "GatewayInfo", "description": "Describes a gateway object.", "type": "object", "properties": { "GatewayId": { "allOf": [ { "$ref": "#/components/schemas/GatewayId" }, { "description": "The unique identifier assigned to your gateway during activation. This ID becomes part of the gateway Amazon Resource Name (ARN), which you use as input for other operations." } ] }, "GatewayARN": { "allOf": [ { "$ref": "#/components/schemas/GatewayARN" }, { "description": "The Amazon Resource Name (ARN) of the gateway. Use the ListGateways operation to return a list of gateways for your account and Amazon Web Services Region." } ] }, "GatewayType": { "allOf": [ { "$ref": "#/components/schemas/GatewayType" }, { "description": "The type of the gateway." } ] }, "GatewayOperationalState": { "allOf": [ { "$ref": "#/components/schemas/GatewayOperationalState" }, { "description": "
The state of the gateway.
Valid Values: DISABLED | ACTIVE