python-botocore/botocore/data/kms/2014-11-01/paginators-1.json

54 lines
1.3 KiB
JSON
Raw Permalink Normal View History

{
"pagination": {
"ListAliases": {
"limit_key": "Limit",
"input_token": "Marker",
"output_token": "NextMarker",
"more_results": "Truncated",
"result_key": "Aliases"
},
"ListGrants": {
"limit_key": "Limit",
"input_token": "Marker",
"output_token": "NextMarker",
"more_results": "Truncated",
"result_key": "Grants"
},
"ListKeyPolicies": {
"limit_key": "Limit",
"input_token": "Marker",
"output_token": "NextMarker",
"more_results": "Truncated",
"result_key": "PolicyNames"
},
"ListKeys": {
"limit_key": "Limit",
"input_token": "Marker",
"output_token": "NextMarker",
"more_results": "Truncated",
"result_key": "Keys"
2022-12-12 17:14:19 +01:00
},
"DescribeCustomKeyStores": {
"input_token": "Marker",
"limit_key": "Limit",
"more_results": "Truncated",
"output_token": "NextMarker",
"result_key": "CustomKeyStores"
},
"ListResourceTags": {
"input_token": "Marker",
"limit_key": "Limit",
"more_results": "Truncated",
"output_token": "NextMarker",
"result_key": "Tags"
},
"ListRetirableGrants": {
"input_token": "Marker",
"limit_key": "Limit",
"more_results": "Truncated",
"output_token": "NextMarker",
"result_key": "Grants"
}
}
}