mirror of
https://github.com/cderche/greenlock-storage-s3
synced 2025-12-18 10:38:39 +00:00
22 lines
536 B
JSON
22 lines
536 B
JSON
{
|
|
"pagination": {
|
|
"ListCertificateAuthorities": {
|
|
"input_token": "NextToken",
|
|
"limit_key": "MaxResults",
|
|
"output_token": "NextToken",
|
|
"result_key": "CertificateAuthorities"
|
|
},
|
|
"ListPermissions": {
|
|
"input_token": "NextToken",
|
|
"limit_key": "MaxResults",
|
|
"output_token": "NextToken",
|
|
"result_key": "Permissions"
|
|
},
|
|
"ListTags": {
|
|
"input_token": "NextToken",
|
|
"limit_key": "MaxResults",
|
|
"output_token": "NextToken",
|
|
"result_key": "Tags"
|
|
}
|
|
}
|
|
} |