gl-store-s3.js/node_modules/aws-sdk/apis/kms-2014-11-01.paginators.json

32 lines
776 B
JSON
Raw Normal View History

2019-05-08 11:19:12 +00:00
{
"pagination": {
"ListAliases": {
"input_token": "Marker",
"limit_key": "Limit",
"more_results": "Truncated",
"output_token": "NextMarker",
"result_key": "Aliases"
},
"ListGrants": {
"input_token": "Marker",
"limit_key": "Limit",
"more_results": "Truncated",
"output_token": "NextMarker",
"result_key": "Grants"
},
"ListKeyPolicies": {
"input_token": "Marker",
"limit_key": "Limit",
"more_results": "Truncated",
"output_token": "NextMarker",
"result_key": "PolicyNames"
},
"ListKeys": {
"input_token": "Marker",
"limit_key": "Limit",
"more_results": "Truncated",
"output_token": "NextMarker",
"result_key": "Keys"
}
}
}