Describes a file share. Only supported S3 File Gateway.
{ "$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-file-share-info-schema.json", "title": "FileShareInfo", "description": "Describes a file share. Only supported S3 File Gateway.", "type": "object", "properties": { "FileShareType": { "$ref": "#/components/schemas/FileShareType" }, "FileShareARN": { "$ref": "#/components/schemas/FileShareARN" }, "FileShareId": { "$ref": "#/components/schemas/FileShareId" }, "FileShareStatus": { "$ref": "#/components/schemas/FileShareStatus" }, "GatewayARN": { "$ref": "#/components/schemas/GatewayARN" } } }