mirror of
https://github.com/cderche/greenlock-storage-s3
synced 2025-12-18 10:38:39 +00:00
18 lines
430 B
JSON
18 lines
430 B
JSON
{
|
|
"pagination": {
|
|
"ListCustomVerificationEmailTemplates": {
|
|
"input_token": "NextToken",
|
|
"limit_key": "MaxResults",
|
|
"output_token": "NextToken"
|
|
},
|
|
"ListIdentities": {
|
|
"input_token": "NextToken",
|
|
"limit_key": "MaxItems",
|
|
"output_token": "NextToken",
|
|
"result_key": "Identities"
|
|
},
|
|
"ListVerifiedEmailAddresses": {
|
|
"result_key": "VerifiedEmailAddresses"
|
|
}
|
|
}
|
|
} |