Amazon Storage Gateway List File Shares Input Structure
ListFileShareInput
Type: objectProperties: 3
BackupFile StorageGatewayHybrid CloudStorage
ListFileSharesInput is a JSON Structure definition published by Amazon Storage Gateway, describing 3 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.
{
"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-shares-input-structure.json",
"name": "ListFileSharesInput",
"description": "ListFileShareInput",
"properties": {
"GatewayARN": {
"allOf": [
{
"$ref": "#/components/schemas/GatewayARN"
},
{
"description": "The Amazon Resource Name (ARN) of the gateway whose file shares you want to list. If this field is not present, all file shares under your account are listed."
}
]
},
"Limit": {
"allOf": [
{
"$ref": "#/components/schemas/PositiveIntObject"
},
{
"description": "The maximum number of file shares to return in the response. The value 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 ListFileShares operation. If present, <code>Marker</code> specifies where to continue the list from after a previous call to ListFileShares. Optional."
}
]
}
}
}
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we
store it to create your key and to recognise you if you sign in with another
provider. See our Privacy Policy and
Terms.