{ "type": "object", "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-storage-gateway/refs/heads/main/json-structure/amazon-storage-gateway-update-file-system-association-output-structure.json", "name": "UpdateFileSystemAssociationOutput", "description": "UpdateFileSystemAssociationOutput schema from Amazon Storage Gateway API", "properties": { "FileSystemAssociationARN": { "allOf": [ { "$ref": "#/components/schemas/FileSystemAssociationARN" }, { "description": "The ARN of the updated file system association." } ] } } }