mirror of
https://github.com/cderche/greenlock-storage-s3
synced 2025-05-13 16:16:32 +00:00
23 lines
652 B
JSON
23 lines
652 B
JSON
{
|
|
"pagination": {
|
|
"DescribeStream": {
|
|
"input_token": "ExclusiveStartShardId",
|
|
"limit_key": "Limit",
|
|
"more_results": "StreamDescription.HasMoreShards",
|
|
"output_token": "StreamDescription.Shards[-1].ShardId",
|
|
"result_key": "StreamDescription.Shards"
|
|
},
|
|
"ListStreamConsumers": {
|
|
"input_token": "NextToken",
|
|
"limit_key": "MaxResults",
|
|
"output_token": "NextToken"
|
|
},
|
|
"ListStreams": {
|
|
"input_token": "ExclusiveStartStreamName",
|
|
"limit_key": "Limit",
|
|
"more_results": "HasMoreStreams",
|
|
"output_token": "StreamNames[-1]",
|
|
"result_key": "StreamNames"
|
|
}
|
|
}
|
|
} |