python-botocore/botocore/data/dynamodb/2012-08-10/paginators-1.json

37 lines
782 B
JSON
Raw Normal View History

2015-10-08 20:16:07 +02:00
{
"pagination": {
"ListTables": {
"input_token": "ExclusiveStartTableName",
"output_token": "LastEvaluatedTableName",
"limit_key": "Limit",
"result_key": "TableNames"
},
"Query": {
"input_token": "ExclusiveStartKey",
"output_token": "LastEvaluatedKey",
"limit_key": "Limit",
"result_key": [
"Items",
2015-10-08 20:16:07 +02:00
"Count",
"ScannedCount"
],
"non_aggregate_keys": [
2015-10-08 20:16:07 +02:00
"ConsumedCapacity"
]
},
"Scan": {
"input_token": "ExclusiveStartKey",
"output_token": "LastEvaluatedKey",
"limit_key": "Limit",
"result_key": [
"Items",
2015-10-08 20:16:07 +02:00
"Count",
"ScannedCount"
],
"non_aggregate_keys": [
2015-10-08 20:16:07 +02:00
"ConsumedCapacity"
]
}
}
}