UNPKG

652 BJSONView Raw
1{
2 "pagination": {
3 "DescribeStream": {
4 "input_token": "ExclusiveStartShardId",
5 "limit_key": "Limit",
6 "more_results": "StreamDescription.HasMoreShards",
7 "output_token": "StreamDescription.Shards[-1].ShardId",
8 "result_key": "StreamDescription.Shards"
9 },
10 "ListStreamConsumers": {
11 "input_token": "NextToken",
12 "limit_key": "MaxResults",
13 "output_token": "NextToken"
14 },
15 "ListStreams": {
16 "input_token": "ExclusiveStartStreamName",
17 "limit_key": "Limit",
18 "more_results": "HasMoreStreams",
19 "output_token": "StreamNames[-1]",
20 "result_key": "StreamNames"
21 }
22 }
23}
\No newline at end of file