mirror of
https://github.com/cderche/greenlock-storage-s3
synced 2025-05-13 16:16:32 +00:00
26 lines
637 B
JSON
26 lines
637 B
JSON
{
|
|
"pagination": {
|
|
"BatchGetItem": {
|
|
"input_token": "RequestItems",
|
|
"output_token": "UnprocessedKeys"
|
|
},
|
|
"ListTables": {
|
|
"input_token": "ExclusiveStartTableName",
|
|
"limit_key": "Limit",
|
|
"output_token": "LastEvaluatedTableName",
|
|
"result_key": "TableNames"
|
|
},
|
|
"Query": {
|
|
"input_token": "ExclusiveStartKey",
|
|
"limit_key": "Limit",
|
|
"output_token": "LastEvaluatedKey",
|
|
"result_key": "Items"
|
|
},
|
|
"Scan": {
|
|
"input_token": "ExclusiveStartKey",
|
|
"limit_key": "Limit",
|
|
"output_token": "LastEvaluatedKey",
|
|
"result_key": "Items"
|
|
}
|
|
}
|
|
} |