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

48 lines
1.1 KiB
JSON
Raw Normal View History

2015-10-08 20:16:07 +02:00
{
"pagination": {
2018-05-08 03:57:43 +02:00
"ListBackups": {
"input_token": "ExclusiveStartBackupArn",
"output_token": "LastEvaluatedBackupArn",
"limit_key": "Limit",
"result_key": "BackupSummaries"
},
2015-10-08 20:16:07 +02:00
"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"
]
2019-02-27 08:30:11 +01:00
},
"ListTagsOfResource": {
"input_token": "NextToken",
"output_token": "NextToken",
"result_key": "Tags"
2015-10-08 20:16:07 +02:00
}
}
}