Inital Commit
This commit is contained in:
Binary file not shown.
1021
Function Source Files/botocore/data/ses/2010-12-01/examples-1.json
Normal file
1021
Function Source Files/botocore/data/ses/2010-12-01/examples-1.json
Normal file
File diff suppressed because it is too large
Load Diff
@@ -0,0 +1,33 @@
|
||||
{
|
||||
"pagination": {
|
||||
"ListIdentities": {
|
||||
"input_token": "NextToken",
|
||||
"output_token": "NextToken",
|
||||
"limit_key": "MaxItems",
|
||||
"result_key": "Identities"
|
||||
},
|
||||
"ListCustomVerificationEmailTemplates": {
|
||||
"result_key": "CustomVerificationEmailTemplates",
|
||||
"output_token": "NextToken",
|
||||
"input_token": "NextToken",
|
||||
"limit_key": "MaxResults"
|
||||
},
|
||||
"ListConfigurationSets": {
|
||||
"input_token": "NextToken",
|
||||
"limit_key": "MaxItems",
|
||||
"output_token": "NextToken",
|
||||
"result_key": "ConfigurationSets"
|
||||
},
|
||||
"ListReceiptRuleSets": {
|
||||
"input_token": "NextToken",
|
||||
"output_token": "NextToken",
|
||||
"result_key": "RuleSets"
|
||||
},
|
||||
"ListTemplates": {
|
||||
"input_token": "NextToken",
|
||||
"limit_key": "MaxItems",
|
||||
"output_token": "NextToken",
|
||||
"result_key": "TemplatesMetadata"
|
||||
}
|
||||
}
|
||||
}
|
||||
Binary file not shown.
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"version": 2,
|
||||
"waiters": {
|
||||
"IdentityExists": {
|
||||
"delay": 3,
|
||||
"operation": "GetIdentityVerificationAttributes",
|
||||
"maxAttempts": 20,
|
||||
"acceptors": [
|
||||
{
|
||||
"expected": "Success",
|
||||
"matcher": "pathAll",
|
||||
"state": "success",
|
||||
"argument": "VerificationAttributes.*.VerificationStatus"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user