{
"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-list-file-system-associations-input-structure.json",
"name": "ListFileSystemAssociationsInput",
"description": "ListFileSystemAssociationsInput schema from Amazon Storage Gateway API",
"properties": {
"GatewayARN": {
"$ref": "#/components/schemas/GatewayARN"
},
"Limit": {
"allOf": [
{
"$ref": "#/components/schemas/PositiveIntObject"
},
{
"description": "The maximum number of file system associations to return in the response. If present, Limit must be an integer with a value greater than zero. Optional."
}
]
},
"Marker": {
"allOf": [
{
"$ref": "#/components/schemas/Marker"
},
{
"description": "Opaque pagination token returned from a previous ListFileSystemAssociations operation. If present, Marker specifies where to continue the list from after a previous call to ListFileSystemAssociations. Optional."
}
]
}
}
}