mirror of
https://github.com/cderche/greenlock-storage-s3
synced 2025-05-13 16:16:32 +00:00
20 lines
424 B
JSON
20 lines
424 B
JSON
{
|
|
"pagination": {
|
|
"DescribeServices": {
|
|
"input_token": "NextToken",
|
|
"output_token": "NextToken",
|
|
"limit_key": "MaxResults"
|
|
},
|
|
"GetAttributeValues": {
|
|
"input_token": "NextToken",
|
|
"output_token": "NextToken",
|
|
"limit_key": "MaxResults"
|
|
},
|
|
"GetProducts": {
|
|
"input_token": "NextToken",
|
|
"output_token": "NextToken",
|
|
"limit_key": "MaxResults"
|
|
}
|
|
}
|
|
}
|