
codegen-resources.paginators-1.json Maven / Gradle / Ivy
Go to download
A single bundled dependency that includes all service and dependent JARs with third-party libraries
relocated to different namespaces.
{
"pagination": {
"DescribeStream": {
"input_token": "ExclusiveStartShardId",
"limit_key": "Limit",
"more_results": "StreamDescription.HasMoreShards",
"output_token": "StreamDescription.Shards[-1].ShardId",
"result_key": "StreamDescription.Shards"
},
"ListStreams": {
"input_token": "ExclusiveStartStreamName",
"limit_key": "Limit",
"more_results": "HasMoreStreams",
"output_token": "StreamNames[-1]",
"result_key": "StreamNames"
}
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy