
models.email-2010-12-01-intermediate.json Maven / Gradle / Ivy
{
"metadata" : {
"apiVersion" : "2010-12-01",
"exceptionUnmarshallerImpl" : "StandardErrorUnmarshaller",
"protocol" : "query",
"checksumFormat" : null,
"documentation" : "Amazon Simple Email Service This is the API Reference for Amazon Simple Email Service (Amazon SES). This documentation is intended to be used in conjunction with the Amazon SES Developer Guide.
For a list of Amazon SES endpoints to use in service requests, see Regions and Amazon SES in the Amazon SES Developer Guide. ",
"defaultEndpoint" : "https://email.us-east-1.amazonaws.com",
"defaultEndpointWithoutHttpProtocol" : "email.us-east-1.amazonaws.com",
"syncInterface" : "AmazonSimpleEmailService",
"syncClient" : "AmazonSimpleEmailServiceClient",
"asyncInterface" : "AmazonSimpleEmailServiceAsync",
"asyncClient" : "AmazonSimpleEmailServiceAsyncClient",
"packageName" : "com.amazonaws.services.simpleemail",
"packagePath" : "com/amazonaws/services/simpleemail",
"serviceAbbreviation" : "Amazon SES",
"serviceFullName" : "Amazon Simple Email Service",
"hasApiWithStreamInput" : false,
"jsonContentVersion" : null,
"jsonVersion" : null,
"endpointPrefix" : "email",
"signingName" : "ses",
"serviceName" : "Amazon SES",
"cborProtocol" : false,
"jsonProtocol" : false,
"unmarshallerContextClassName" : "StaxUnmarshallerContext",
"unmarshallerClassSuffix" : "StaxUnmarshaller",
"protocolDefaultExceptionUnmarshallerType" : "StandardErrorUnmarshaller",
"xmlProtocol" : true
},
"operations" : {
"CloneReceiptRuleSet" : {
"documentation" : "Creates a receipt rule set by cloning an existing one. All receipt rules and configurations are copied to the new receipt rule set and are completely independent of the source rule set.
For information about setting up rule sets, see the Amazon SES Developer Guide.
This action is throttled at one request per second.
",
"operationName" : "CloneReceiptRuleSet",
"deprecated" : false,
"input" : {
"variableName" : "cloneReceiptRuleSetRequest",
"variableType" : "CloneReceiptRuleSetRequest",
"variableDeclarationType" : "CloneReceiptRuleSetRequest",
"documentation" : "",
"variableSetterType" : "CloneReceiptRuleSetRequest",
"simpleType" : "CloneReceiptRuleSetRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "CloneReceiptRuleSetResult",
"documentation" : null
},
"exceptions" : [ {
"exceptionName" : "RuleSetDoesNotExistException",
"documentation" : "Indicates that the provided receipt rule set does not exist.
"
}, {
"exceptionName" : "AlreadyExistsException",
"documentation" : "Indicates that a resource could not be created due to a naming conflict.
"
}, {
"exceptionName" : "LimitExceededException",
"documentation" : "Indicates that a resource could not be created due to service limits. For a list of Amazon SES limits, see the Amazon SES Developer Guide.
"
} ],
"hasBlobMemberAsPayload" : false,
"methodName" : "cloneReceiptRuleSet",
"syncReturnType" : "CloneReceiptRuleSetResult",
"asyncReturnType" : "CloneReceiptRuleSetResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true
},
"CreateReceiptFilter" : {
"documentation" : "Creates a new IP address filter.
For information about setting up IP address filters, see the Amazon SES Developer Guide.
This action is throttled at one request per second.
",
"operationName" : "CreateReceiptFilter",
"deprecated" : false,
"input" : {
"variableName" : "createReceiptFilterRequest",
"variableType" : "CreateReceiptFilterRequest",
"variableDeclarationType" : "CreateReceiptFilterRequest",
"documentation" : "",
"variableSetterType" : "CreateReceiptFilterRequest",
"simpleType" : "CreateReceiptFilterRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "CreateReceiptFilterResult",
"documentation" : null
},
"exceptions" : [ {
"exceptionName" : "LimitExceededException",
"documentation" : "Indicates that a resource could not be created due to service limits. For a list of Amazon SES limits, see the Amazon SES Developer Guide.
"
}, {
"exceptionName" : "AlreadyExistsException",
"documentation" : "Indicates that a resource could not be created due to a naming conflict.
"
} ],
"hasBlobMemberAsPayload" : false,
"methodName" : "createReceiptFilter",
"syncReturnType" : "CreateReceiptFilterResult",
"asyncReturnType" : "CreateReceiptFilterResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true
},
"CreateReceiptRule" : {
"documentation" : "Creates a receipt rule.
For information about setting up receipt rules, see the Amazon SES Developer Guide.
This action is throttled at one request per second.
",
"operationName" : "CreateReceiptRule",
"deprecated" : false,
"input" : {
"variableName" : "createReceiptRuleRequest",
"variableType" : "CreateReceiptRuleRequest",
"variableDeclarationType" : "CreateReceiptRuleRequest",
"documentation" : "",
"variableSetterType" : "CreateReceiptRuleRequest",
"simpleType" : "CreateReceiptRuleRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "CreateReceiptRuleResult",
"documentation" : null
},
"exceptions" : [ {
"exceptionName" : "InvalidSnsTopicException",
"documentation" : "Indicates that the provided Amazon SNS topic is invalid, or that Amazon SES could not publish to the topic, possibly due to permissions issues. For information about giving permissions, see the Amazon SES Developer Guide.
"
}, {
"exceptionName" : "InvalidS3ConfigurationException",
"documentation" : "Indicates that the provided Amazon S3 bucket or AWS KMS encryption key is invalid, or that Amazon SES could not publish to the bucket, possibly due to permissions issues. For information about giving permissions, see the Amazon SES Developer Guide.
"
}, {
"exceptionName" : "InvalidLambdaFunctionException",
"documentation" : "Indicates that the provided AWS Lambda function is invalid, or that Amazon SES could not execute the provided function, possibly due to permissions issues. For information about giving permissions, see the Amazon SES Developer Guide.
"
}, {
"exceptionName" : "AlreadyExistsException",
"documentation" : "Indicates that a resource could not be created due to a naming conflict.
"
}, {
"exceptionName" : "RuleDoesNotExistException",
"documentation" : "Indicates that the provided receipt rule does not exist.
"
}, {
"exceptionName" : "RuleSetDoesNotExistException",
"documentation" : "Indicates that the provided receipt rule set does not exist.
"
}, {
"exceptionName" : "LimitExceededException",
"documentation" : "Indicates that a resource could not be created due to service limits. For a list of Amazon SES limits, see the Amazon SES Developer Guide.
"
} ],
"hasBlobMemberAsPayload" : false,
"methodName" : "createReceiptRule",
"syncReturnType" : "CreateReceiptRuleResult",
"asyncReturnType" : "CreateReceiptRuleResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true
},
"CreateReceiptRuleSet" : {
"documentation" : "Creates an empty receipt rule set.
For information about setting up receipt rule sets, see the Amazon SES Developer Guide.
This action is throttled at one request per second.
",
"operationName" : "CreateReceiptRuleSet",
"deprecated" : false,
"input" : {
"variableName" : "createReceiptRuleSetRequest",
"variableType" : "CreateReceiptRuleSetRequest",
"variableDeclarationType" : "CreateReceiptRuleSetRequest",
"documentation" : "",
"variableSetterType" : "CreateReceiptRuleSetRequest",
"simpleType" : "CreateReceiptRuleSetRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "CreateReceiptRuleSetResult",
"documentation" : null
},
"exceptions" : [ {
"exceptionName" : "AlreadyExistsException",
"documentation" : "Indicates that a resource could not be created due to a naming conflict.
"
}, {
"exceptionName" : "LimitExceededException",
"documentation" : "Indicates that a resource could not be created due to service limits. For a list of Amazon SES limits, see the Amazon SES Developer Guide.
"
} ],
"hasBlobMemberAsPayload" : false,
"methodName" : "createReceiptRuleSet",
"syncReturnType" : "CreateReceiptRuleSetResult",
"asyncReturnType" : "CreateReceiptRuleSetResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true
},
"DeleteIdentity" : {
"documentation" : "Deletes the specified identity (email address or domain) from the list of verified identities.
This action is throttled at one request per second.
",
"operationName" : "DeleteIdentity",
"deprecated" : false,
"input" : {
"variableName" : "deleteIdentityRequest",
"variableType" : "DeleteIdentityRequest",
"variableDeclarationType" : "DeleteIdentityRequest",
"documentation" : "",
"variableSetterType" : "DeleteIdentityRequest",
"simpleType" : "DeleteIdentityRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "DeleteIdentityResult",
"documentation" : null
},
"exceptions" : null,
"hasBlobMemberAsPayload" : false,
"methodName" : "deleteIdentity",
"syncReturnType" : "DeleteIdentityResult",
"asyncReturnType" : "DeleteIdentityResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true
},
"DeleteIdentityPolicy" : {
"documentation" : "Deletes the specified sending authorization policy for the given identity (email address or domain). This API returns successfully even if a policy with the specified name does not exist.
This API is for the identity owner only. If you have not verified the identity, this API will return an error. Sending authorization is a feature that enables an identity owner to authorize other senders to use its identities. For information about using sending authorization, see the Amazon SES Developer Guide.
This action is throttled at one request per second.
",
"operationName" : "DeleteIdentityPolicy",
"deprecated" : false,
"input" : {
"variableName" : "deleteIdentityPolicyRequest",
"variableType" : "DeleteIdentityPolicyRequest",
"variableDeclarationType" : "DeleteIdentityPolicyRequest",
"documentation" : "",
"variableSetterType" : "DeleteIdentityPolicyRequest",
"simpleType" : "DeleteIdentityPolicyRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "DeleteIdentityPolicyResult",
"documentation" : null
},
"exceptions" : null,
"hasBlobMemberAsPayload" : false,
"methodName" : "deleteIdentityPolicy",
"syncReturnType" : "DeleteIdentityPolicyResult",
"asyncReturnType" : "DeleteIdentityPolicyResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true
},
"DeleteReceiptFilter" : {
"documentation" : "Deletes the specified IP address filter.
For information about managing IP address filters, see the Amazon SES Developer Guide.
This action is throttled at one request per second.
",
"operationName" : "DeleteReceiptFilter",
"deprecated" : false,
"input" : {
"variableName" : "deleteReceiptFilterRequest",
"variableType" : "DeleteReceiptFilterRequest",
"variableDeclarationType" : "DeleteReceiptFilterRequest",
"documentation" : "",
"variableSetterType" : "DeleteReceiptFilterRequest",
"simpleType" : "DeleteReceiptFilterRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "DeleteReceiptFilterResult",
"documentation" : null
},
"exceptions" : null,
"hasBlobMemberAsPayload" : false,
"methodName" : "deleteReceiptFilter",
"syncReturnType" : "DeleteReceiptFilterResult",
"asyncReturnType" : "DeleteReceiptFilterResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true
},
"DeleteReceiptRule" : {
"documentation" : "Deletes the specified receipt rule.
For information about managing receipt rules, see the Amazon SES Developer Guide.
This action is throttled at one request per second.
",
"operationName" : "DeleteReceiptRule",
"deprecated" : false,
"input" : {
"variableName" : "deleteReceiptRuleRequest",
"variableType" : "DeleteReceiptRuleRequest",
"variableDeclarationType" : "DeleteReceiptRuleRequest",
"documentation" : "",
"variableSetterType" : "DeleteReceiptRuleRequest",
"simpleType" : "DeleteReceiptRuleRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "DeleteReceiptRuleResult",
"documentation" : null
},
"exceptions" : [ {
"exceptionName" : "RuleSetDoesNotExistException",
"documentation" : "Indicates that the provided receipt rule set does not exist.
"
} ],
"hasBlobMemberAsPayload" : false,
"methodName" : "deleteReceiptRule",
"syncReturnType" : "DeleteReceiptRuleResult",
"asyncReturnType" : "DeleteReceiptRuleResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true
},
"DeleteReceiptRuleSet" : {
"documentation" : "Deletes the specified receipt rule set and all of the receipt rules it contains.
The currently active rule set cannot be deleted. For information about managing receipt rule sets, see the Amazon SES Developer Guide.
This action is throttled at one request per second.
",
"operationName" : "DeleteReceiptRuleSet",
"deprecated" : false,
"input" : {
"variableName" : "deleteReceiptRuleSetRequest",
"variableType" : "DeleteReceiptRuleSetRequest",
"variableDeclarationType" : "DeleteReceiptRuleSetRequest",
"documentation" : "",
"variableSetterType" : "DeleteReceiptRuleSetRequest",
"simpleType" : "DeleteReceiptRuleSetRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "DeleteReceiptRuleSetResult",
"documentation" : null
},
"exceptions" : [ {
"exceptionName" : "CannotDeleteException",
"documentation" : "Indicates that the delete operation could not be completed.
"
} ],
"hasBlobMemberAsPayload" : false,
"methodName" : "deleteReceiptRuleSet",
"syncReturnType" : "DeleteReceiptRuleSetResult",
"asyncReturnType" : "DeleteReceiptRuleSetResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true
},
"DeleteVerifiedEmailAddress" : {
"documentation" : "Deletes the specified email address from the list of verified addresses.
The DeleteVerifiedEmailAddress action is deprecated as of the May 15, 2012 release of Domain Verification. The DeleteIdentity action is now preferred. This action is throttled at one request per second.
",
"operationName" : "DeleteVerifiedEmailAddress",
"deprecated" : false,
"input" : {
"variableName" : "deleteVerifiedEmailAddressRequest",
"variableType" : "DeleteVerifiedEmailAddressRequest",
"variableDeclarationType" : "DeleteVerifiedEmailAddressRequest",
"documentation" : "",
"variableSetterType" : "DeleteVerifiedEmailAddressRequest",
"simpleType" : "DeleteVerifiedEmailAddressRequest"
},
"inputStreamPropertyName" : null,
"returnType" : null,
"exceptions" : null,
"hasBlobMemberAsPayload" : false,
"methodName" : "deleteVerifiedEmailAddress",
"syncReturnType" : "void",
"asyncReturnType" : "Void",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true
},
"DescribeActiveReceiptRuleSet" : {
"documentation" : "Returns the metadata and receipt rules for the receipt rule set that is currently active.
For information about setting up receipt rule sets, see the Amazon SES Developer Guide.
This action is throttled at one request per second.
",
"operationName" : "DescribeActiveReceiptRuleSet",
"deprecated" : false,
"input" : {
"variableName" : "describeActiveReceiptRuleSetRequest",
"variableType" : "DescribeActiveReceiptRuleSetRequest",
"variableDeclarationType" : "DescribeActiveReceiptRuleSetRequest",
"documentation" : "",
"variableSetterType" : "DescribeActiveReceiptRuleSetRequest",
"simpleType" : "DescribeActiveReceiptRuleSetRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "DescribeActiveReceiptRuleSetResult",
"documentation" : null
},
"exceptions" : null,
"hasBlobMemberAsPayload" : false,
"methodName" : "describeActiveReceiptRuleSet",
"syncReturnType" : "DescribeActiveReceiptRuleSetResult",
"asyncReturnType" : "DescribeActiveReceiptRuleSetResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true
},
"DescribeReceiptRule" : {
"documentation" : "Returns the details of the specified receipt rule.
For information about setting up receipt rules, see the Amazon SES Developer Guide.
This action is throttled at one request per second.
",
"operationName" : "DescribeReceiptRule",
"deprecated" : false,
"input" : {
"variableName" : "describeReceiptRuleRequest",
"variableType" : "DescribeReceiptRuleRequest",
"variableDeclarationType" : "DescribeReceiptRuleRequest",
"documentation" : "",
"variableSetterType" : "DescribeReceiptRuleRequest",
"simpleType" : "DescribeReceiptRuleRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "DescribeReceiptRuleResult",
"documentation" : null
},
"exceptions" : [ {
"exceptionName" : "RuleDoesNotExistException",
"documentation" : "Indicates that the provided receipt rule does not exist.
"
}, {
"exceptionName" : "RuleSetDoesNotExistException",
"documentation" : "Indicates that the provided receipt rule set does not exist.
"
} ],
"hasBlobMemberAsPayload" : false,
"methodName" : "describeReceiptRule",
"syncReturnType" : "DescribeReceiptRuleResult",
"asyncReturnType" : "DescribeReceiptRuleResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true
},
"DescribeReceiptRuleSet" : {
"documentation" : "Returns the details of the specified receipt rule set.
For information about managing receipt rule sets, see the Amazon SES Developer Guide.
This action is throttled at one request per second.
",
"operationName" : "DescribeReceiptRuleSet",
"deprecated" : false,
"input" : {
"variableName" : "describeReceiptRuleSetRequest",
"variableType" : "DescribeReceiptRuleSetRequest",
"variableDeclarationType" : "DescribeReceiptRuleSetRequest",
"documentation" : "",
"variableSetterType" : "DescribeReceiptRuleSetRequest",
"simpleType" : "DescribeReceiptRuleSetRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "DescribeReceiptRuleSetResult",
"documentation" : null
},
"exceptions" : [ {
"exceptionName" : "RuleSetDoesNotExistException",
"documentation" : "Indicates that the provided receipt rule set does not exist.
"
} ],
"hasBlobMemberAsPayload" : false,
"methodName" : "describeReceiptRuleSet",
"syncReturnType" : "DescribeReceiptRuleSetResult",
"asyncReturnType" : "DescribeReceiptRuleSetResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true
},
"GetIdentityDkimAttributes" : {
"documentation" : "Returns the current status of Easy DKIM signing for an entity. For domain name identities, this action also returns the DKIM tokens that are required for Easy DKIM signing, and whether Amazon SES has successfully verified that these tokens have been published.
This action takes a list of identities as input and returns the following information for each:
- Whether Easy DKIM signing is enabled or disabled.
- A set of DKIM tokens that represent the identity. If the identity is an email address, the tokens represent the domain of that address.
- Whether Amazon SES has successfully verified the DKIM tokens published in the domain's DNS. This information is only returned for domain name identities, not for email addresses.
This action is throttled at one request per second and can only get DKIM attributes for up to 100 identities at a time.
For more information about creating DNS records using DKIM tokens, go to the Amazon SES Developer Guide.
",
"operationName" : "GetIdentityDkimAttributes",
"deprecated" : false,
"input" : {
"variableName" : "getIdentityDkimAttributesRequest",
"variableType" : "GetIdentityDkimAttributesRequest",
"variableDeclarationType" : "GetIdentityDkimAttributesRequest",
"documentation" : "",
"variableSetterType" : "GetIdentityDkimAttributesRequest",
"simpleType" : "GetIdentityDkimAttributesRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "GetIdentityDkimAttributesResult",
"documentation" : null
},
"exceptions" : null,
"hasBlobMemberAsPayload" : false,
"methodName" : "getIdentityDkimAttributes",
"syncReturnType" : "GetIdentityDkimAttributesResult",
"asyncReturnType" : "GetIdentityDkimAttributesResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true
},
"GetIdentityMailFromDomainAttributes" : {
"documentation" : "Returns the custom MAIL FROM attributes for a list of identities (email addresses and/or domains).
This action is throttled at one request per second and can only get custom MAIL FROM attributes for up to 100 identities at a time.
",
"operationName" : "GetIdentityMailFromDomainAttributes",
"deprecated" : false,
"input" : {
"variableName" : "getIdentityMailFromDomainAttributesRequest",
"variableType" : "GetIdentityMailFromDomainAttributesRequest",
"variableDeclarationType" : "GetIdentityMailFromDomainAttributesRequest",
"documentation" : "",
"variableSetterType" : "GetIdentityMailFromDomainAttributesRequest",
"simpleType" : "GetIdentityMailFromDomainAttributesRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "GetIdentityMailFromDomainAttributesResult",
"documentation" : null
},
"exceptions" : null,
"hasBlobMemberAsPayload" : false,
"methodName" : "getIdentityMailFromDomainAttributes",
"syncReturnType" : "GetIdentityMailFromDomainAttributesResult",
"asyncReturnType" : "GetIdentityMailFromDomainAttributesResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true
},
"GetIdentityNotificationAttributes" : {
"documentation" : "Given a list of verified identities (email addresses and/or domains), returns a structure describing identity notification attributes.
This action is throttled at one request per second and can only get notification attributes for up to 100 identities at a time.
For more information about using notifications with Amazon SES, see the Amazon SES Developer Guide.
",
"operationName" : "GetIdentityNotificationAttributes",
"deprecated" : false,
"input" : {
"variableName" : "getIdentityNotificationAttributesRequest",
"variableType" : "GetIdentityNotificationAttributesRequest",
"variableDeclarationType" : "GetIdentityNotificationAttributesRequest",
"documentation" : "",
"variableSetterType" : "GetIdentityNotificationAttributesRequest",
"simpleType" : "GetIdentityNotificationAttributesRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "GetIdentityNotificationAttributesResult",
"documentation" : null
},
"exceptions" : null,
"hasBlobMemberAsPayload" : false,
"methodName" : "getIdentityNotificationAttributes",
"syncReturnType" : "GetIdentityNotificationAttributesResult",
"asyncReturnType" : "GetIdentityNotificationAttributesResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true
},
"GetIdentityPolicies" : {
"documentation" : "Returns the requested sending authorization policies for the given identity (email address or domain). The policies are returned as a map of policy names to policy contents. You can retrieve a maximum of 20 policies at a time.
This API is for the identity owner only. If you have not verified the identity, this API will return an error. Sending authorization is a feature that enables an identity owner to authorize other senders to use its identities. For information about using sending authorization, see the Amazon SES Developer Guide.
This action is throttled at one request per second.
",
"operationName" : "GetIdentityPolicies",
"deprecated" : false,
"input" : {
"variableName" : "getIdentityPoliciesRequest",
"variableType" : "GetIdentityPoliciesRequest",
"variableDeclarationType" : "GetIdentityPoliciesRequest",
"documentation" : "",
"variableSetterType" : "GetIdentityPoliciesRequest",
"simpleType" : "GetIdentityPoliciesRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "GetIdentityPoliciesResult",
"documentation" : null
},
"exceptions" : null,
"hasBlobMemberAsPayload" : false,
"methodName" : "getIdentityPolicies",
"syncReturnType" : "GetIdentityPoliciesResult",
"asyncReturnType" : "GetIdentityPoliciesResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true
},
"GetIdentityVerificationAttributes" : {
"documentation" : "Given a list of identities (email addresses and/or domains), returns the verification status and (for domain identities) the verification token for each identity.
This action is throttled at one request per second and can only get verification attributes for up to 100 identities at a time.
",
"operationName" : "GetIdentityVerificationAttributes",
"deprecated" : false,
"input" : {
"variableName" : "getIdentityVerificationAttributesRequest",
"variableType" : "GetIdentityVerificationAttributesRequest",
"variableDeclarationType" : "GetIdentityVerificationAttributesRequest",
"documentation" : "",
"variableSetterType" : "GetIdentityVerificationAttributesRequest",
"simpleType" : "GetIdentityVerificationAttributesRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "GetIdentityVerificationAttributesResult",
"documentation" : null
},
"exceptions" : null,
"hasBlobMemberAsPayload" : false,
"methodName" : "getIdentityVerificationAttributes",
"syncReturnType" : "GetIdentityVerificationAttributesResult",
"asyncReturnType" : "GetIdentityVerificationAttributesResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true
},
"GetSendQuota" : {
"documentation" : "Returns the user's current sending limits.
This action is throttled at one request per second.
",
"operationName" : "GetSendQuota",
"deprecated" : false,
"input" : {
"variableName" : "getSendQuotaRequest",
"variableType" : "GetSendQuotaRequest",
"variableDeclarationType" : "GetSendQuotaRequest",
"documentation" : null,
"variableSetterType" : "GetSendQuotaRequest",
"simpleType" : "GetSendQuotaRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "GetSendQuotaResult",
"documentation" : null
},
"exceptions" : null,
"hasBlobMemberAsPayload" : false,
"methodName" : "getSendQuota",
"syncReturnType" : "GetSendQuotaResult",
"asyncReturnType" : "GetSendQuotaResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true
},
"GetSendStatistics" : {
"documentation" : "Returns the user's sending statistics. The result is a list of data points, representing the last two weeks of sending activity.
Each data point in the list contains statistics for a 15-minute interval.
This action is throttled at one request per second.
",
"operationName" : "GetSendStatistics",
"deprecated" : false,
"input" : {
"variableName" : "getSendStatisticsRequest",
"variableType" : "GetSendStatisticsRequest",
"variableDeclarationType" : "GetSendStatisticsRequest",
"documentation" : null,
"variableSetterType" : "GetSendStatisticsRequest",
"simpleType" : "GetSendStatisticsRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "GetSendStatisticsResult",
"documentation" : null
},
"exceptions" : null,
"hasBlobMemberAsPayload" : false,
"methodName" : "getSendStatistics",
"syncReturnType" : "GetSendStatisticsResult",
"asyncReturnType" : "GetSendStatisticsResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true
},
"ListIdentities" : {
"documentation" : "Returns a list containing all of the identities (email addresses and domains) for a specific AWS Account, regardless of verification status.
This action is throttled at one request per second.
",
"operationName" : "ListIdentities",
"deprecated" : false,
"input" : {
"variableName" : "listIdentitiesRequest",
"variableType" : "ListIdentitiesRequest",
"variableDeclarationType" : "ListIdentitiesRequest",
"documentation" : "",
"variableSetterType" : "ListIdentitiesRequest",
"simpleType" : "ListIdentitiesRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "ListIdentitiesResult",
"documentation" : null
},
"exceptions" : null,
"hasBlobMemberAsPayload" : false,
"methodName" : "listIdentities",
"syncReturnType" : "ListIdentitiesResult",
"asyncReturnType" : "ListIdentitiesResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true
},
"ListIdentityPolicies" : {
"documentation" : "Returns a list of sending authorization policies that are attached to the given identity (email address or domain). This API returns only a list. If you want the actual policy content, you can use GetIdentityPolicies
.
This API is for the identity owner only. If you have not verified the identity, this API will return an error. Sending authorization is a feature that enables an identity owner to authorize other senders to use its identities. For information about using sending authorization, see the Amazon SES Developer Guide.
This action is throttled at one request per second.
",
"operationName" : "ListIdentityPolicies",
"deprecated" : false,
"input" : {
"variableName" : "listIdentityPoliciesRequest",
"variableType" : "ListIdentityPoliciesRequest",
"variableDeclarationType" : "ListIdentityPoliciesRequest",
"documentation" : "",
"variableSetterType" : "ListIdentityPoliciesRequest",
"simpleType" : "ListIdentityPoliciesRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "ListIdentityPoliciesResult",
"documentation" : null
},
"exceptions" : null,
"hasBlobMemberAsPayload" : false,
"methodName" : "listIdentityPolicies",
"syncReturnType" : "ListIdentityPoliciesResult",
"asyncReturnType" : "ListIdentityPoliciesResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true
},
"ListReceiptFilters" : {
"documentation" : "Lists the IP address filters associated with your account.
For information about managing IP address filters, see the Amazon SES Developer Guide.
This action is throttled at one request per second.
",
"operationName" : "ListReceiptFilters",
"deprecated" : false,
"input" : {
"variableName" : "listReceiptFiltersRequest",
"variableType" : "ListReceiptFiltersRequest",
"variableDeclarationType" : "ListReceiptFiltersRequest",
"documentation" : "",
"variableSetterType" : "ListReceiptFiltersRequest",
"simpleType" : "ListReceiptFiltersRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "ListReceiptFiltersResult",
"documentation" : null
},
"exceptions" : null,
"hasBlobMemberAsPayload" : false,
"methodName" : "listReceiptFilters",
"syncReturnType" : "ListReceiptFiltersResult",
"asyncReturnType" : "ListReceiptFiltersResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true
},
"ListReceiptRuleSets" : {
"documentation" : "Lists the receipt rule sets that exist under your AWS account. If there are additional receipt rule sets to be retrieved, you will receive a NextToken
that you can provide to the next call to ListReceiptRuleSets
to retrieve the additional entries.
For information about managing receipt rule sets, see the Amazon SES Developer Guide.
This action is throttled at one request per second.
",
"operationName" : "ListReceiptRuleSets",
"deprecated" : false,
"input" : {
"variableName" : "listReceiptRuleSetsRequest",
"variableType" : "ListReceiptRuleSetsRequest",
"variableDeclarationType" : "ListReceiptRuleSetsRequest",
"documentation" : "",
"variableSetterType" : "ListReceiptRuleSetsRequest",
"simpleType" : "ListReceiptRuleSetsRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "ListReceiptRuleSetsResult",
"documentation" : null
},
"exceptions" : null,
"hasBlobMemberAsPayload" : false,
"methodName" : "listReceiptRuleSets",
"syncReturnType" : "ListReceiptRuleSetsResult",
"asyncReturnType" : "ListReceiptRuleSetsResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true
},
"ListVerifiedEmailAddresses" : {
"documentation" : "Returns a list containing all of the email addresses that have been verified.
The ListVerifiedEmailAddresses action is deprecated as of the May 15, 2012 release of Domain Verification. The ListIdentities action is now preferred. This action is throttled at one request per second.
",
"operationName" : "ListVerifiedEmailAddresses",
"deprecated" : false,
"input" : {
"variableName" : "listVerifiedEmailAddressesRequest",
"variableType" : "ListVerifiedEmailAddressesRequest",
"variableDeclarationType" : "ListVerifiedEmailAddressesRequest",
"documentation" : null,
"variableSetterType" : "ListVerifiedEmailAddressesRequest",
"simpleType" : "ListVerifiedEmailAddressesRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "ListVerifiedEmailAddressesResult",
"documentation" : null
},
"exceptions" : null,
"hasBlobMemberAsPayload" : false,
"methodName" : "listVerifiedEmailAddresses",
"syncReturnType" : "ListVerifiedEmailAddressesResult",
"asyncReturnType" : "ListVerifiedEmailAddressesResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true
},
"PutIdentityPolicy" : {
"documentation" : "Adds or updates a sending authorization policy for the specified identity (email address or domain).
This API is for the identity owner only. If you have not verified the identity, this API will return an error. Sending authorization is a feature that enables an identity owner to authorize other senders to use its identities. For information about using sending authorization, see the Amazon SES Developer Guide.
This action is throttled at one request per second.
",
"operationName" : "PutIdentityPolicy",
"deprecated" : false,
"input" : {
"variableName" : "putIdentityPolicyRequest",
"variableType" : "PutIdentityPolicyRequest",
"variableDeclarationType" : "PutIdentityPolicyRequest",
"documentation" : "",
"variableSetterType" : "PutIdentityPolicyRequest",
"simpleType" : "PutIdentityPolicyRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "PutIdentityPolicyResult",
"documentation" : null
},
"exceptions" : [ {
"exceptionName" : "InvalidPolicyException",
"documentation" : "Indicates that the provided policy is invalid. Check the error stack for more information about what caused the error.
"
} ],
"hasBlobMemberAsPayload" : false,
"methodName" : "putIdentityPolicy",
"syncReturnType" : "PutIdentityPolicyResult",
"asyncReturnType" : "PutIdentityPolicyResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true
},
"ReorderReceiptRuleSet" : {
"documentation" : "Reorders the receipt rules within a receipt rule set.
All of the rules in the rule set must be represented in this request. That is, this API will return an error if the reorder request doesn't explicitly position all of the rules. For information about managing receipt rule sets, see the Amazon SES Developer Guide.
This action is throttled at one request per second.
",
"operationName" : "ReorderReceiptRuleSet",
"deprecated" : false,
"input" : {
"variableName" : "reorderReceiptRuleSetRequest",
"variableType" : "ReorderReceiptRuleSetRequest",
"variableDeclarationType" : "ReorderReceiptRuleSetRequest",
"documentation" : "",
"variableSetterType" : "ReorderReceiptRuleSetRequest",
"simpleType" : "ReorderReceiptRuleSetRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "ReorderReceiptRuleSetResult",
"documentation" : null
},
"exceptions" : [ {
"exceptionName" : "RuleSetDoesNotExistException",
"documentation" : "Indicates that the provided receipt rule set does not exist.
"
}, {
"exceptionName" : "RuleDoesNotExistException",
"documentation" : "Indicates that the provided receipt rule does not exist.
"
} ],
"hasBlobMemberAsPayload" : false,
"methodName" : "reorderReceiptRuleSet",
"syncReturnType" : "ReorderReceiptRuleSetResult",
"asyncReturnType" : "ReorderReceiptRuleSetResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true
},
"SendBounce" : {
"documentation" : "Generates and sends a bounce message to the sender of an email you received through Amazon SES. You can only use this API on an email up to 24 hours after you receive it.
You cannot use this API to send generic bounces for mail that was not received by Amazon SES. For information about receiving email through Amazon SES, see the Amazon SES Developer Guide.
This action is throttled at one request per second.
",
"operationName" : "SendBounce",
"deprecated" : false,
"input" : {
"variableName" : "sendBounceRequest",
"variableType" : "SendBounceRequest",
"variableDeclarationType" : "SendBounceRequest",
"documentation" : "",
"variableSetterType" : "SendBounceRequest",
"simpleType" : "SendBounceRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "SendBounceResult",
"documentation" : null
},
"exceptions" : [ {
"exceptionName" : "MessageRejectedException",
"documentation" : "Indicates that the action failed, and the message could not be sent. Check the error stack for more information about what caused the error.
"
} ],
"hasBlobMemberAsPayload" : false,
"methodName" : "sendBounce",
"syncReturnType" : "SendBounceResult",
"asyncReturnType" : "SendBounceResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true
},
"SendEmail" : {
"documentation" : "Composes an email message based on input data, and then immediately queues the message for sending.
There are several important points to know about SendEmail
:
- You can only send email from verified email addresses and domains; otherwise, you will get an \"Email address not verified\" error. If your account is still in the Amazon SES sandbox, you must also verify every recipient email address except for the recipients provided by the Amazon SES mailbox simulator. For more information, go to the Amazon SES Developer Guide.
- The total size of the message cannot exceed 10 MB. This includes any attachments that are part of the message.
- Amazon SES has a limit on the total number of recipients per message. The combined number of To:, CC: and BCC: email addresses cannot exceed 50. If you need to send an email message to a larger audience, you can divide your recipient list into groups of 50 or fewer, and then call Amazon SES repeatedly to send the message to each group.
- For every message that you send, the total number of recipients (To:, CC: and BCC:) is counted against your sending quota - the maximum number of emails you can send in a 24-hour period. For information about your sending quota, go to the Amazon SES Developer Guide.
",
"operationName" : "SendEmail",
"deprecated" : false,
"input" : {
"variableName" : "sendEmailRequest",
"variableType" : "SendEmailRequest",
"variableDeclarationType" : "SendEmailRequest",
"documentation" : "",
"variableSetterType" : "SendEmailRequest",
"simpleType" : "SendEmailRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "SendEmailResult",
"documentation" : null
},
"exceptions" : [ {
"exceptionName" : "MessageRejectedException",
"documentation" : "Indicates that the action failed, and the message could not be sent. Check the error stack for more information about what caused the error.
"
}, {
"exceptionName" : "MailFromDomainNotVerifiedException",
"documentation" : " Indicates that the message could not be sent because Amazon SES could not read the MX record required to use the specified MAIL FROM domain. For information about editing the custom MAIL FROM domain settings for an identity, see the Amazon SES Developer Guide.
"
} ],
"hasBlobMemberAsPayload" : false,
"methodName" : "sendEmail",
"syncReturnType" : "SendEmailResult",
"asyncReturnType" : "SendEmailResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true
},
"SendRawEmail" : {
"documentation" : "Sends an email message, with header and content specified by the client. The SendRawEmail
action is useful for sending multipart MIME emails. The raw text of the message must comply with Internet email standards; otherwise, the message cannot be sent.
There are several important points to know about SendRawEmail
:
- You can only send email from verified email addresses and domains; otherwise, you will get an \"Email address not verified\" error. If your account is still in the Amazon SES sandbox, you must also verify every recipient email address except for the recipients provided by the Amazon SES mailbox simulator. For more information, go to the Amazon SES Developer Guide.
- The total size of the message cannot exceed 10 MB. This includes any attachments that are part of the message.
- Amazon SES has a limit on the total number of recipients per message. The combined number of To:, CC: and BCC: email addresses cannot exceed 50. If you need to send an email message to a larger audience, you can divide your recipient list into groups of 50 or fewer, and then call Amazon SES repeatedly to send the message to each group.
- The To:, CC:, and BCC: headers in the raw message can contain a group list. Note that each recipient in a group list counts towards the 50-recipient limit.
- For every message that you send, the total number of recipients (To:, CC: and BCC:) is counted against your sending quota - the maximum number of emails you can send in a 24-hour period. For information about your sending quota, go to the Amazon SES Developer Guide.
- If you are using sending authorization to send on behalf of another user,
SendRawEmail
enables you to specify the cross-account identity for the email's \"Source,\" \"From,\" and \"Return-Path\" parameters in one of two ways: you can pass optional parameters SourceArn
, FromArn
, and/or ReturnPathArn
to the API, or you can include the following X-headers in the header of your raw email: X-SES-SOURCE-ARN
X-SES-FROM-ARN
X-SES-RETURN-PATH-ARN
Do not include these X-headers in the DKIM signature, because they are removed by Amazon SES before sending the email. For the most common sending authorization use case, we recommend that you specify the SourceIdentityArn
and do not specify either the FromIdentityArn
or ReturnPathIdentityArn
. (The same note applies to the corresponding X-headers.) If you only specify the SourceIdentityArn
, Amazon SES will simply set the \"From\" address and the \"Return Path\" address to the identity specified in SourceIdentityArn
. For more information about sending authorization, see the Amazon SES Developer Guide.
",
"operationName" : "SendRawEmail",
"deprecated" : false,
"input" : {
"variableName" : "sendRawEmailRequest",
"variableType" : "SendRawEmailRequest",
"variableDeclarationType" : "SendRawEmailRequest",
"documentation" : "",
"variableSetterType" : "SendRawEmailRequest",
"simpleType" : "SendRawEmailRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "SendRawEmailResult",
"documentation" : null
},
"exceptions" : [ {
"exceptionName" : "MessageRejectedException",
"documentation" : "Indicates that the action failed, and the message could not be sent. Check the error stack for more information about what caused the error.
"
}, {
"exceptionName" : "MailFromDomainNotVerifiedException",
"documentation" : " Indicates that the message could not be sent because Amazon SES could not read the MX record required to use the specified MAIL FROM domain. For information about editing the custom MAIL FROM domain settings for an identity, see the Amazon SES Developer Guide.
"
} ],
"hasBlobMemberAsPayload" : false,
"methodName" : "sendRawEmail",
"syncReturnType" : "SendRawEmailResult",
"asyncReturnType" : "SendRawEmailResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true
},
"SetActiveReceiptRuleSet" : {
"documentation" : "Sets the specified receipt rule set as the active receipt rule set.
To disable your email-receiving through Amazon SES completely, you can call this API with RuleSetName set to null. For information about managing receipt rule sets, see the Amazon SES Developer Guide.
This action is throttled at one request per second.
",
"operationName" : "SetActiveReceiptRuleSet",
"deprecated" : false,
"input" : {
"variableName" : "setActiveReceiptRuleSetRequest",
"variableType" : "SetActiveReceiptRuleSetRequest",
"variableDeclarationType" : "SetActiveReceiptRuleSetRequest",
"documentation" : "",
"variableSetterType" : "SetActiveReceiptRuleSetRequest",
"simpleType" : "SetActiveReceiptRuleSetRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "SetActiveReceiptRuleSetResult",
"documentation" : null
},
"exceptions" : [ {
"exceptionName" : "RuleSetDoesNotExistException",
"documentation" : "Indicates that the provided receipt rule set does not exist.
"
} ],
"hasBlobMemberAsPayload" : false,
"methodName" : "setActiveReceiptRuleSet",
"syncReturnType" : "SetActiveReceiptRuleSetResult",
"asyncReturnType" : "SetActiveReceiptRuleSetResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true
},
"SetIdentityDkimEnabled" : {
"documentation" : "Enables or disables Easy DKIM signing of email sent from an identity:
- If Easy DKIM signing is enabled for a domain name identity (e.g.,
example.com
), then Amazon SES will DKIM-sign all email sent by addresses under that domain name (e.g., [email protected]
). - If Easy DKIM signing is enabled for an email address, then Amazon SES will DKIM-sign all email sent by that email address.
For email addresses (e.g., [email protected]
), you can only enable Easy DKIM signing if the corresponding domain (e.g., example.com
) has been set up for Easy DKIM using the AWS Console or the VerifyDomainDkim
action.
This action is throttled at one request per second.
For more information about Easy DKIM signing, go to the Amazon SES Developer Guide.
",
"operationName" : "SetIdentityDkimEnabled",
"deprecated" : false,
"input" : {
"variableName" : "setIdentityDkimEnabledRequest",
"variableType" : "SetIdentityDkimEnabledRequest",
"variableDeclarationType" : "SetIdentityDkimEnabledRequest",
"documentation" : "",
"variableSetterType" : "SetIdentityDkimEnabledRequest",
"simpleType" : "SetIdentityDkimEnabledRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "SetIdentityDkimEnabledResult",
"documentation" : null
},
"exceptions" : null,
"hasBlobMemberAsPayload" : false,
"methodName" : "setIdentityDkimEnabled",
"syncReturnType" : "SetIdentityDkimEnabledResult",
"asyncReturnType" : "SetIdentityDkimEnabledResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true
},
"SetIdentityFeedbackForwardingEnabled" : {
"documentation" : "Given an identity (email address or domain), enables or disables whether Amazon SES forwards bounce and complaint notifications as email. Feedback forwarding can only be disabled when Amazon Simple Notification Service (Amazon SNS) topics are specified for both bounces and complaints.
Feedback forwarding does not apply to delivery notifications. Delivery notifications are only available through Amazon SNS. This action is throttled at one request per second.
For more information about using notifications with Amazon SES, see the Amazon SES Developer Guide.
",
"operationName" : "SetIdentityFeedbackForwardingEnabled",
"deprecated" : false,
"input" : {
"variableName" : "setIdentityFeedbackForwardingEnabledRequest",
"variableType" : "SetIdentityFeedbackForwardingEnabledRequest",
"variableDeclarationType" : "SetIdentityFeedbackForwardingEnabledRequest",
"documentation" : "",
"variableSetterType" : "SetIdentityFeedbackForwardingEnabledRequest",
"simpleType" : "SetIdentityFeedbackForwardingEnabledRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "SetIdentityFeedbackForwardingEnabledResult",
"documentation" : null
},
"exceptions" : null,
"hasBlobMemberAsPayload" : false,
"methodName" : "setIdentityFeedbackForwardingEnabled",
"syncReturnType" : "SetIdentityFeedbackForwardingEnabledResult",
"asyncReturnType" : "SetIdentityFeedbackForwardingEnabledResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true
},
"SetIdentityMailFromDomain" : {
"documentation" : "Enables or disables the custom MAIL FROM domain setup for a verified identity (email address or domain).
To send emails using the specified MAIL FROM domain, you must add an MX record to your MAIL FROM domain's DNS settings. If you want your emails to pass Sender Policy Framework (SPF) checks, you must also add or update an SPF record. For more information, see the Amazon SES Developer Guide. This action is throttled at one request per second.
",
"operationName" : "SetIdentityMailFromDomain",
"deprecated" : false,
"input" : {
"variableName" : "setIdentityMailFromDomainRequest",
"variableType" : "SetIdentityMailFromDomainRequest",
"variableDeclarationType" : "SetIdentityMailFromDomainRequest",
"documentation" : "",
"variableSetterType" : "SetIdentityMailFromDomainRequest",
"simpleType" : "SetIdentityMailFromDomainRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "SetIdentityMailFromDomainResult",
"documentation" : null
},
"exceptions" : null,
"hasBlobMemberAsPayload" : false,
"methodName" : "setIdentityMailFromDomain",
"syncReturnType" : "SetIdentityMailFromDomainResult",
"asyncReturnType" : "SetIdentityMailFromDomainResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true
},
"SetIdentityNotificationTopic" : {
"documentation" : "Given an identity (email address or domain), sets the Amazon Simple Notification Service (Amazon SNS) topic to which Amazon SES will publish bounce, complaint, and/or delivery notifications for emails sent with that identity as the Source
.
Unless feedback forwarding is enabled, you must specify Amazon SNS topics for bounce and complaint notifications. For more information, see SetIdentityFeedbackForwardingEnabled
. This action is throttled at one request per second.
For more information about feedback notification, see the Amazon SES Developer Guide.
",
"operationName" : "SetIdentityNotificationTopic",
"deprecated" : false,
"input" : {
"variableName" : "setIdentityNotificationTopicRequest",
"variableType" : "SetIdentityNotificationTopicRequest",
"variableDeclarationType" : "SetIdentityNotificationTopicRequest",
"documentation" : "",
"variableSetterType" : "SetIdentityNotificationTopicRequest",
"simpleType" : "SetIdentityNotificationTopicRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "SetIdentityNotificationTopicResult",
"documentation" : null
},
"exceptions" : null,
"hasBlobMemberAsPayload" : false,
"methodName" : "setIdentityNotificationTopic",
"syncReturnType" : "SetIdentityNotificationTopicResult",
"asyncReturnType" : "SetIdentityNotificationTopicResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true
},
"SetReceiptRulePosition" : {
"documentation" : "Sets the position of the specified receipt rule in the receipt rule set.
For information about managing receipt rules, see the Amazon SES Developer Guide.
This action is throttled at one request per second.
",
"operationName" : "SetReceiptRulePosition",
"deprecated" : false,
"input" : {
"variableName" : "setReceiptRulePositionRequest",
"variableType" : "SetReceiptRulePositionRequest",
"variableDeclarationType" : "SetReceiptRulePositionRequest",
"documentation" : "",
"variableSetterType" : "SetReceiptRulePositionRequest",
"simpleType" : "SetReceiptRulePositionRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "SetReceiptRulePositionResult",
"documentation" : null
},
"exceptions" : [ {
"exceptionName" : "RuleSetDoesNotExistException",
"documentation" : "Indicates that the provided receipt rule set does not exist.
"
}, {
"exceptionName" : "RuleDoesNotExistException",
"documentation" : "Indicates that the provided receipt rule does not exist.
"
} ],
"hasBlobMemberAsPayload" : false,
"methodName" : "setReceiptRulePosition",
"syncReturnType" : "SetReceiptRulePositionResult",
"asyncReturnType" : "SetReceiptRulePositionResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true
},
"UpdateReceiptRule" : {
"documentation" : "Updates a receipt rule.
For information about managing receipt rules, see the Amazon SES Developer Guide.
This action is throttled at one request per second.
",
"operationName" : "UpdateReceiptRule",
"deprecated" : false,
"input" : {
"variableName" : "updateReceiptRuleRequest",
"variableType" : "UpdateReceiptRuleRequest",
"variableDeclarationType" : "UpdateReceiptRuleRequest",
"documentation" : "",
"variableSetterType" : "UpdateReceiptRuleRequest",
"simpleType" : "UpdateReceiptRuleRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "UpdateReceiptRuleResult",
"documentation" : null
},
"exceptions" : [ {
"exceptionName" : "InvalidSnsTopicException",
"documentation" : "Indicates that the provided Amazon SNS topic is invalid, or that Amazon SES could not publish to the topic, possibly due to permissions issues. For information about giving permissions, see the Amazon SES Developer Guide.
"
}, {
"exceptionName" : "InvalidS3ConfigurationException",
"documentation" : "Indicates that the provided Amazon S3 bucket or AWS KMS encryption key is invalid, or that Amazon SES could not publish to the bucket, possibly due to permissions issues. For information about giving permissions, see the Amazon SES Developer Guide.
"
}, {
"exceptionName" : "InvalidLambdaFunctionException",
"documentation" : "Indicates that the provided AWS Lambda function is invalid, or that Amazon SES could not execute the provided function, possibly due to permissions issues. For information about giving permissions, see the Amazon SES Developer Guide.
"
}, {
"exceptionName" : "RuleSetDoesNotExistException",
"documentation" : "Indicates that the provided receipt rule set does not exist.
"
}, {
"exceptionName" : "RuleDoesNotExistException",
"documentation" : "Indicates that the provided receipt rule does not exist.
"
}, {
"exceptionName" : "LimitExceededException",
"documentation" : "Indicates that a resource could not be created due to service limits. For a list of Amazon SES limits, see the Amazon SES Developer Guide.
"
} ],
"hasBlobMemberAsPayload" : false,
"methodName" : "updateReceiptRule",
"syncReturnType" : "UpdateReceiptRuleResult",
"asyncReturnType" : "UpdateReceiptRuleResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true
},
"VerifyDomainDkim" : {
"documentation" : "Returns a set of DKIM tokens for a domain. DKIM tokens are character strings that represent your domain's identity. Using these tokens, you will need to create DNS CNAME records that point to DKIM public keys hosted by Amazon SES. Amazon Web Services will eventually detect that you have updated your DNS records; this detection process may take up to 72 hours. Upon successful detection, Amazon SES will be able to DKIM-sign email originating from that domain.
This action is throttled at one request per second.
To enable or disable Easy DKIM signing for a domain, use the SetIdentityDkimEnabled
action.
For more information about creating DNS records using DKIM tokens, go to the Amazon SES Developer Guide.
",
"operationName" : "VerifyDomainDkim",
"deprecated" : false,
"input" : {
"variableName" : "verifyDomainDkimRequest",
"variableType" : "VerifyDomainDkimRequest",
"variableDeclarationType" : "VerifyDomainDkimRequest",
"documentation" : "",
"variableSetterType" : "VerifyDomainDkimRequest",
"simpleType" : "VerifyDomainDkimRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "VerifyDomainDkimResult",
"documentation" : null
},
"exceptions" : null,
"hasBlobMemberAsPayload" : false,
"methodName" : "verifyDomainDkim",
"syncReturnType" : "VerifyDomainDkimResult",
"asyncReturnType" : "VerifyDomainDkimResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true
},
"VerifyDomainIdentity" : {
"documentation" : "Verifies a domain.
This action is throttled at one request per second.
",
"operationName" : "VerifyDomainIdentity",
"deprecated" : false,
"input" : {
"variableName" : "verifyDomainIdentityRequest",
"variableType" : "VerifyDomainIdentityRequest",
"variableDeclarationType" : "VerifyDomainIdentityRequest",
"documentation" : "",
"variableSetterType" : "VerifyDomainIdentityRequest",
"simpleType" : "VerifyDomainIdentityRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "VerifyDomainIdentityResult",
"documentation" : null
},
"exceptions" : null,
"hasBlobMemberAsPayload" : false,
"methodName" : "verifyDomainIdentity",
"syncReturnType" : "VerifyDomainIdentityResult",
"asyncReturnType" : "VerifyDomainIdentityResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true
},
"VerifyEmailAddress" : {
"documentation" : "Verifies an email address. This action causes a confirmation email message to be sent to the specified address.
The VerifyEmailAddress action is deprecated as of the May 15, 2012 release of Domain Verification. The VerifyEmailIdentity action is now preferred. This action is throttled at one request per second.
",
"operationName" : "VerifyEmailAddress",
"deprecated" : false,
"input" : {
"variableName" : "verifyEmailAddressRequest",
"variableType" : "VerifyEmailAddressRequest",
"variableDeclarationType" : "VerifyEmailAddressRequest",
"documentation" : "",
"variableSetterType" : "VerifyEmailAddressRequest",
"simpleType" : "VerifyEmailAddressRequest"
},
"inputStreamPropertyName" : null,
"returnType" : null,
"exceptions" : null,
"hasBlobMemberAsPayload" : false,
"methodName" : "verifyEmailAddress",
"syncReturnType" : "void",
"asyncReturnType" : "Void",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true
},
"VerifyEmailIdentity" : {
"documentation" : "Verifies an email address. This action causes a confirmation email message to be sent to the specified address.
This action is throttled at one request per second.
",
"operationName" : "VerifyEmailIdentity",
"deprecated" : false,
"input" : {
"variableName" : "verifyEmailIdentityRequest",
"variableType" : "VerifyEmailIdentityRequest",
"variableDeclarationType" : "VerifyEmailIdentityRequest",
"documentation" : "",
"variableSetterType" : "VerifyEmailIdentityRequest",
"simpleType" : "VerifyEmailIdentityRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "VerifyEmailIdentityResult",
"documentation" : null
},
"exceptions" : null,
"hasBlobMemberAsPayload" : false,
"methodName" : "verifyEmailIdentity",
"syncReturnType" : "VerifyEmailIdentityResult",
"asyncReturnType" : "VerifyEmailIdentityResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true
}
},
"shapes" : {
"RecipientDsnFields" : {
"c2jName" : "RecipientDsnFields",
"documentation" : "Recipient-related information to include in the Delivery Status Notification (DSN) when an email that Amazon SES receives on your behalf bounces.
For information about receiving email through Amazon SES, see the Amazon SES Developer Guide.
",
"shapeName" : "RecipientDsnFields",
"deprecated" : false,
"required" : [ "Action", "Status" ],
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"members" : [ {
"documentation" : "The email address to which the message was ultimately delivered. This corresponds to the Final-Recipient
in the DSN. If not specified, FinalRecipient
will be set to the Recipient
specified in the BouncedRecipientInfo
structure. Either FinalRecipient
or the recipient in BouncedRecipientInfo
must be a recipient of the original bounced message.
Do not prepend the FinalRecipient
email address with rfc 822;
, as described in RFC 3798. ",
"name" : "FinalRecipient",
"c2jName" : "FinalRecipient",
"c2jShape" : "Address",
"variable" : {
"variableName" : "finalRecipient",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The email address to which the message was ultimately delivered. This corresponds to the Final-Recipient
in the DSN. If not specified, FinalRecipient
will be set to the Recipient
specified in the BouncedRecipientInfo
structure. Either FinalRecipient
or the recipient in BouncedRecipientInfo
must be a recipient of the original bounced message.
Do not prepend the FinalRecipient
email address with rfc 822;
, as described in RFC 3798. ",
"variableSetterType" : "String",
"simpleType" : "String"
},
"setterModel" : {
"variableName" : "finalRecipient",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"variableSetterType" : "String",
"simpleType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "FinalRecipient",
"marshallLocationName" : "FinalRecipient",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"map" : false,
"setterDocumentation" : "/**The email address to which the message was ultimately delivered. This corresponds to the Final-Recipient
in the DSN. If not specified, FinalRecipient
will be set to the Recipient
specified in the BouncedRecipientInfo
structure. Either FinalRecipient
or the recipient in BouncedRecipientInfo
must be a recipient of the original bounced message.
Do not prepend the FinalRecipient
email address with rfc 822;
, as described in RFC 3798. \n@param finalRecipient The email address to which the message was ultimately delivered. This corresponds to the Final-Recipient
in the DSN. If not specified, FinalRecipient
will be set to the Recipient
specified in the BouncedRecipientInfo
structure. Either FinalRecipient
or the recipient in BouncedRecipientInfo
must be a recipient of the original bounced message. Do not prepend the FinalRecipient
email address with rfc 822;
, as described in RFC 3798.*/",
"getterDocumentation" : "/**The email address to which the message was ultimately delivered. This corresponds to the Final-Recipient
in the DSN. If not specified, FinalRecipient
will be set to the Recipient
specified in the BouncedRecipientInfo
structure. Either FinalRecipient
or the recipient in BouncedRecipientInfo
must be a recipient of the original bounced message.
Do not prepend the FinalRecipient
email address with rfc 822;
, as described in RFC 3798. \n@return The email address to which the message was ultimately delivered. This corresponds to the Final-Recipient
in the DSN. If not specified, FinalRecipient
will be set to the Recipient
specified in the BouncedRecipientInfo
structure. Either FinalRecipient
or the recipient in BouncedRecipientInfo
must be a recipient of the original bounced message. Do not prepend the FinalRecipient
email address with rfc 822;
, as described in RFC 3798.*/",
"fluentSetterDocumentation" : "/**The email address to which the message was ultimately delivered. This corresponds to the Final-Recipient
in the DSN. If not specified, FinalRecipient
will be set to the Recipient
specified in the BouncedRecipientInfo
structure. Either FinalRecipient
or the recipient in BouncedRecipientInfo
must be a recipient of the original bounced message.
Do not prepend the FinalRecipient
email address with rfc 822;
, as described in RFC 3798. \n@param finalRecipient The email address to which the message was ultimately delivered. This corresponds to the Final-Recipient
in the DSN. If not specified, FinalRecipient
will be set to the Recipient
specified in the BouncedRecipientInfo
structure. Either FinalRecipient
or the recipient in BouncedRecipientInfo
must be a recipient of the original bounced message. Do not prepend the FinalRecipient
email address with rfc 822;
, as described in RFC 3798.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The email address to which the message was ultimately delivered. This corresponds to the Final-Recipient
in the DSN. If not specified, FinalRecipient
will be set to the Recipient
specified in the BouncedRecipientInfo
structure. Either FinalRecipient
or the recipient in BouncedRecipientInfo
must be a recipient of the original bounced message.
Do not prepend the FinalRecipient
email address with rfc 822;
, as described in RFC 3798. \n@param finalRecipient The email address to which the message was ultimately delivered. This corresponds to the Final-Recipient
in the DSN. If not specified, FinalRecipient
will be set to the Recipient
specified in the BouncedRecipientInfo
structure. Either FinalRecipient
or the recipient in BouncedRecipientInfo
must be a recipient of the original bounced message. Do not prepend the FinalRecipient
email address with rfc 822;
, as described in RFC 3798.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"list" : false,
"simple" : true
}, {
"documentation" : "The action performed by the reporting mail transfer agent (MTA) as a result of its attempt to deliver the message to the recipient address. This is required by RFC 3464.
",
"name" : "Action",
"c2jName" : "Action",
"c2jShape" : "DsnAction",
"variable" : {
"variableName" : "action",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The action performed by the reporting mail transfer agent (MTA) as a result of its attempt to deliver the message to the recipient address. This is required by RFC 3464.
",
"variableSetterType" : "String",
"simpleType" : "String"
},
"setterModel" : {
"variableName" : "action",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"variableSetterType" : "String",
"simpleType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Action",
"marshallLocationName" : "Action",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : "DsnAction",
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"map" : false,
"setterDocumentation" : "/**The action performed by the reporting mail transfer agent (MTA) as a result of its attempt to deliver the message to the recipient address. This is required by RFC 3464.
\n@param action The action performed by the reporting mail transfer agent (MTA) as a result of its attempt to deliver the message to the recipient address. This is required by RFC 3464.\n@see DsnAction*/",
"getterDocumentation" : "/**The action performed by the reporting mail transfer agent (MTA) as a result of its attempt to deliver the message to the recipient address. This is required by RFC 3464.
\n@return The action performed by the reporting mail transfer agent (MTA) as a result of its attempt to deliver the message to the recipient address. This is required by RFC 3464.\n@see DsnAction*/",
"fluentSetterDocumentation" : "/**The action performed by the reporting mail transfer agent (MTA) as a result of its attempt to deliver the message to the recipient address. This is required by RFC 3464.
\n@param action The action performed by the reporting mail transfer agent (MTA) as a result of its attempt to deliver the message to the recipient address. This is required by RFC 3464.\n@return Returns a reference to this object so that method calls can be chained together.\n@see DsnAction*/",
"varargSetterDocumentation" : "/**The action performed by the reporting mail transfer agent (MTA) as a result of its attempt to deliver the message to the recipient address. This is required by RFC 3464.
\n@param action The action performed by the reporting mail transfer agent (MTA) as a result of its attempt to deliver the message to the recipient address. This is required by RFC 3464.\n@return Returns a reference to this object so that method calls can be chained together.\n@see DsnAction*/",
"list" : false,
"simple" : true
}, {
"documentation" : "The MTA to which the remote MTA attempted to deliver the message, formatted as specified in RFC 3464 (mta-name-type; mta-name
). This parameter typically applies only to propagating synchronous bounces.
",
"name" : "RemoteMta",
"c2jName" : "RemoteMta",
"c2jShape" : "RemoteMta",
"variable" : {
"variableName" : "remoteMta",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The MTA to which the remote MTA attempted to deliver the message, formatted as specified in RFC 3464 (mta-name-type; mta-name
). This parameter typically applies only to propagating synchronous bounces.
",
"variableSetterType" : "String",
"simpleType" : "String"
},
"setterModel" : {
"variableName" : "remoteMta",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"variableSetterType" : "String",
"simpleType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "RemoteMta",
"marshallLocationName" : "RemoteMta",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"map" : false,
"setterDocumentation" : "/**The MTA to which the remote MTA attempted to deliver the message, formatted as specified in RFC 3464 (mta-name-type; mta-name
). This parameter typically applies only to propagating synchronous bounces.
\n@param remoteMta The MTA to which the remote MTA attempted to deliver the message, formatted as specified in RFC 3464 (mta-name-type; mta-name
). This parameter typically applies only to propagating synchronous bounces.*/",
"getterDocumentation" : "/**The MTA to which the remote MTA attempted to deliver the message, formatted as specified in RFC 3464 (mta-name-type; mta-name
). This parameter typically applies only to propagating synchronous bounces.
\n@return The MTA to which the remote MTA attempted to deliver the message, formatted as specified in RFC 3464 (mta-name-type; mta-name
). This parameter typically applies only to propagating synchronous bounces.*/",
"fluentSetterDocumentation" : "/**The MTA to which the remote MTA attempted to deliver the message, formatted as specified in RFC 3464 (mta-name-type; mta-name
). This parameter typically applies only to propagating synchronous bounces.
\n@param remoteMta The MTA to which the remote MTA attempted to deliver the message, formatted as specified in RFC 3464 (mta-name-type; mta-name
). This parameter typically applies only to propagating synchronous bounces.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The MTA to which the remote MTA attempted to deliver the message, formatted as specified in RFC 3464 (mta-name-type; mta-name
). This parameter typically applies only to propagating synchronous bounces.
\n@param remoteMta The MTA to which the remote MTA attempted to deliver the message, formatted as specified in RFC 3464 (mta-name-type; mta-name
). This parameter typically applies only to propagating synchronous bounces.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"list" : false,
"simple" : true
}, {
"documentation" : "The status code that indicates what went wrong. This is required by RFC 3464.
",
"name" : "Status",
"c2jName" : "Status",
"c2jShape" : "DsnStatus",
"variable" : {
"variableName" : "status",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The status code that indicates what went wrong. This is required by RFC 3464.
",
"variableSetterType" : "String",
"simpleType" : "String"
},
"setterModel" : {
"variableName" : "status",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"variableSetterType" : "String",
"simpleType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Status",
"marshallLocationName" : "Status",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"map" : false,
"setterDocumentation" : "/**The status code that indicates what went wrong. This is required by RFC 3464.
\n@param status The status code that indicates what went wrong. This is required by RFC 3464.*/",
"getterDocumentation" : "/**The status code that indicates what went wrong. This is required by RFC 3464.
\n@return The status code that indicates what went wrong. This is required by RFC 3464.*/",
"fluentSetterDocumentation" : "/**The status code that indicates what went wrong. This is required by RFC 3464.
\n@param status The status code that indicates what went wrong. This is required by RFC 3464.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The status code that indicates what went wrong. This is required by RFC 3464.
\n@param status The status code that indicates what went wrong. This is required by RFC 3464.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"list" : false,
"simple" : true
}, {
"documentation" : "An extended explanation of what went wrong; this is usually an SMTP response. See RFC 3463 for the correct formatting of this parameter.
",
"name" : "DiagnosticCode",
"c2jName" : "DiagnosticCode",
"c2jShape" : "DiagnosticCode",
"variable" : {
"variableName" : "diagnosticCode",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "An extended explanation of what went wrong; this is usually an SMTP response. See RFC 3463 for the correct formatting of this parameter.
",
"variableSetterType" : "String",
"simpleType" : "String"
},
"setterModel" : {
"variableName" : "diagnosticCode",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"variableSetterType" : "String",
"simpleType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "DiagnosticCode",
"marshallLocationName" : "DiagnosticCode",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"map" : false,
"setterDocumentation" : "/**An extended explanation of what went wrong; this is usually an SMTP response. See RFC 3463 for the correct formatting of this parameter.
\n@param diagnosticCode An extended explanation of what went wrong; this is usually an SMTP response. See RFC 3463 for the correct formatting of this parameter.*/",
"getterDocumentation" : "/**An extended explanation of what went wrong; this is usually an SMTP response. See RFC 3463 for the correct formatting of this parameter.
\n@return An extended explanation of what went wrong; this is usually an SMTP response. See RFC 3463 for the correct formatting of this parameter.*/",
"fluentSetterDocumentation" : "/**An extended explanation of what went wrong; this is usually an SMTP response. See RFC 3463 for the correct formatting of this parameter.
\n@param diagnosticCode An extended explanation of what went wrong; this is usually an SMTP response. See RFC 3463 for the correct formatting of this parameter.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**An extended explanation of what went wrong; this is usually an SMTP response. See RFC 3463 for the correct formatting of this parameter.
\n@param diagnosticCode An extended explanation of what went wrong; this is usually an SMTP response. See RFC 3463 for the correct formatting of this parameter.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"list" : false,
"simple" : true
}, {
"documentation" : "The time the final delivery attempt was made, in RFC 822 date-time format.
",
"name" : "LastAttemptDate",
"c2jName" : "LastAttemptDate",
"c2jShape" : "LastAttemptDate",
"variable" : {
"variableName" : "lastAttemptDate",
"variableType" : "java.util.Date",
"variableDeclarationType" : "java.util.Date",
"documentation" : "The time the final delivery attempt was made, in RFC 822 date-time format.
",
"variableSetterType" : "java.util.Date",
"simpleType" : "Date"
},
"setterModel" : {
"variableName" : "lastAttemptDate",
"variableType" : "java.util.Date",
"variableDeclarationType" : "java.util.Date",
"documentation" : "",
"variableSetterType" : "java.util.Date",
"simpleType" : "Date"
},
"getterModel" : {
"returnType" : "java.util.Date",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "LastAttemptDate",
"marshallLocationName" : "LastAttemptDate",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"map" : false,
"setterDocumentation" : "/**The time the final delivery attempt was made, in RFC 822 date-time format.
\n@param lastAttemptDate The time the final delivery attempt was made, in RFC 822 date-time format.*/",
"getterDocumentation" : "/**The time the final delivery attempt was made, in RFC 822 date-time format.
\n@return The time the final delivery attempt was made, in RFC 822 date-time format.*/",
"fluentSetterDocumentation" : "/**The time the final delivery attempt was made, in RFC 822 date-time format.
\n@param lastAttemptDate The time the final delivery attempt was made, in RFC 822 date-time format.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The time the final delivery attempt was made, in RFC 822 date-time format.
\n@param lastAttemptDate The time the final delivery attempt was made, in RFC 822 date-time format.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"list" : false,
"simple" : true
}, {
"documentation" : "Additional X-headers to include in the DSN.
",
"name" : "ExtensionFields",
"c2jName" : "ExtensionFields",
"c2jShape" : "ExtensionFieldList",
"variable" : {
"variableName" : "extensionFields",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "Additional X-headers to include in the DSN.
",
"variableSetterType" : "java.util.Collection",
"simpleType" : "List"
},
"setterModel" : {
"variableName" : "extensionFields",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "",
"variableSetterType" : "java.util.Collection",
"simpleType" : "List"
},
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "ExtensionFields",
"marshallLocationName" : "ExtensionFields",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : {
"memberType" : "ExtensionField",
"memberLocationName" : null,
"implType" : "com.amazonaws.internal.SdkInternalList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"documentation" : "",
"name" : "Member",
"c2jName" : "member",
"c2jShape" : "ExtensionField",
"variable" : {
"variableName" : "member",
"variableType" : "ExtensionField",
"variableDeclarationType" : "ExtensionField",
"documentation" : "",
"variableSetterType" : "ExtensionField",
"simpleType" : "ExtensionField"
},
"setterModel" : {
"variableName" : "member",
"variableType" : "ExtensionField",
"variableDeclarationType" : "ExtensionField",
"documentation" : "",
"variableSetterType" : "ExtensionField",
"simpleType" : "ExtensionField"
},
"getterModel" : {
"returnType" : "ExtensionField",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "member",
"marshallLocationName" : "member",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"map" : false,
"setterDocumentation" : "/**\n@param member */",
"getterDocumentation" : "/**\n@return */",
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"list" : false,
"simple" : false
},
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"templateType" : "java.util.List",
"templateImplType" : "com.amazonaws.internal.SdkInternalList",
"map" : false,
"simpleType" : "ExtensionField",
"simple" : false
},
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"map" : false,
"setterDocumentation" : "/**Additional X-headers to include in the DSN.
\n@param extensionFields Additional X-headers to include in the DSN.*/",
"getterDocumentation" : "/**Additional X-headers to include in the DSN.
\n@return Additional X-headers to include in the DSN.*/",
"fluentSetterDocumentation" : "/**Additional X-headers to include in the DSN.
\n@param extensionFields Additional X-headers to include in the DSN.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**Additional X-headers to include in the DSN.
\nNOTE: This method appends the values to the existing list (if any). Use {@link #setExtensionFields(java.util.Collection)} or {@link #withExtensionFields(java.util.Collection)} if you want to override the existing values.
\n@param extensionFields Additional X-headers to include in the DSN.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"list" : true,
"simple" : false
} ],
"enums" : null,
"variable" : {
"variableName" : "recipientDsnFields",
"variableType" : "RecipientDsnFields",
"variableDeclarationType" : "RecipientDsnFields",
"documentation" : null,
"variableSetterType" : "RecipientDsnFields",
"simpleType" : "RecipientDsnFields"
},
"marshaller" : null,
"unmarshaller" : {
"resultWrapper" : null,
"flattened" : false
},
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : {
"Status" : {
"documentation" : "The status code that indicates what went wrong. This is required by RFC 3464.
",
"name" : "Status",
"c2jName" : "Status",
"c2jShape" : "DsnStatus",
"variable" : {
"variableName" : "status",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The status code that indicates what went wrong. This is required by RFC 3464.
",
"variableSetterType" : "String",
"simpleType" : "String"
},
"setterModel" : {
"variableName" : "status",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"variableSetterType" : "String",
"simpleType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Status",
"marshallLocationName" : "Status",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"map" : false,
"setterDocumentation" : "/**The status code that indicates what went wrong. This is required by RFC 3464.
\n@param status The status code that indicates what went wrong. This is required by RFC 3464.*/",
"getterDocumentation" : "/**The status code that indicates what went wrong. This is required by RFC 3464.
\n@return The status code that indicates what went wrong. This is required by RFC 3464.*/",
"fluentSetterDocumentation" : "/**The status code that indicates what went wrong. This is required by RFC 3464.
\n@param status The status code that indicates what went wrong. This is required by RFC 3464.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The status code that indicates what went wrong. This is required by RFC 3464.
\n@param status The status code that indicates what went wrong. This is required by RFC 3464.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"list" : false,
"simple" : true
},
"ExtensionFields" : {
"documentation" : "Additional X-headers to include in the DSN.
",
"name" : "ExtensionFields",
"c2jName" : "ExtensionFields",
"c2jShape" : "ExtensionFieldList",
"variable" : {
"variableName" : "extensionFields",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "Additional X-headers to include in the DSN.
",
"variableSetterType" : "java.util.Collection",
"simpleType" : "List"
},
"setterModel" : {
"variableName" : "extensionFields",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "",
"variableSetterType" : "java.util.Collection",
"simpleType" : "List"
},
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "ExtensionFields",
"marshallLocationName" : "ExtensionFields",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : {
"memberType" : "ExtensionField",
"memberLocationName" : null,
"implType" : "com.amazonaws.internal.SdkInternalList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"documentation" : "",
"name" : "Member",
"c2jName" : "member",
"c2jShape" : "ExtensionField",
"variable" : {
"variableName" : "member",
"variableType" : "ExtensionField",
"variableDeclarationType" : "ExtensionField",
"documentation" : "",
"variableSetterType" : "ExtensionField",
"simpleType" : "ExtensionField"
},
"setterModel" : {
"variableName" : "member",
"variableType" : "ExtensionField",
"variableDeclarationType" : "ExtensionField",
"documentation" : "",
"variableSetterType" : "ExtensionField",
"simpleType" : "ExtensionField"
},
"getterModel" : {
"returnType" : "ExtensionField",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "member",
"marshallLocationName" : "member",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"map" : false,
"setterDocumentation" : "/**\n@param member */",
"getterDocumentation" : "/**\n@return */",
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"list" : false,
"simple" : false
},
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"templateType" : "java.util.List",
"templateImplType" : "com.amazonaws.internal.SdkInternalList",
"map" : false,
"simpleType" : "ExtensionField",
"simple" : false
},
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"map" : false,
"setterDocumentation" : "/**Additional X-headers to include in the DSN.
\n@param extensionFields Additional X-headers to include in the DSN.*/",
"getterDocumentation" : "/**Additional X-headers to include in the DSN.
\n@return Additional X-headers to include in the DSN.*/",
"fluentSetterDocumentation" : "/**Additional X-headers to include in the DSN.
\n@param extensionFields Additional X-headers to include in the DSN.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**Additional X-headers to include in the DSN.
\nNOTE: This method appends the values to the existing list (if any). Use {@link #setExtensionFields(java.util.Collection)} or {@link #withExtensionFields(java.util.Collection)} if you want to override the existing values.
\n@param extensionFields Additional X-headers to include in the DSN.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"list" : true,
"simple" : false
},
"Action" : {
"documentation" : "The action performed by the reporting mail transfer agent (MTA) as a result of its attempt to deliver the message to the recipient address. This is required by RFC 3464.
",
"name" : "Action",
"c2jName" : "Action",
"c2jShape" : "DsnAction",
"variable" : {
"variableName" : "action",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The action performed by the reporting mail transfer agent (MTA) as a result of its attempt to deliver the message to the recipient address. This is required by RFC 3464.
",
"variableSetterType" : "String",
"simpleType" : "String"
},
"setterModel" : {
"variableName" : "action",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"variableSetterType" : "String",
"simpleType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Action",
"marshallLocationName" : "Action",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : "DsnAction",
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"map" : false,
"setterDocumentation" : "/**The action performed by the reporting mail transfer agent (MTA) as a result of its attempt to deliver the message to the recipient address. This is required by RFC 3464.
\n@param action The action performed by the reporting mail transfer agent (MTA) as a result of its attempt to deliver the message to the recipient address. This is required by RFC 3464.\n@see DsnAction*/",
"getterDocumentation" : "/**The action performed by the reporting mail transfer agent (MTA) as a result of its attempt to deliver the message to the recipient address. This is required by RFC 3464.
\n@return The action performed by the reporting mail transfer agent (MTA) as a result of its attempt to deliver the message to the recipient address. This is required by RFC 3464.\n@see DsnAction*/",
"fluentSetterDocumentation" : "/**The action performed by the reporting mail transfer agent (MTA) as a result of its attempt to deliver the message to the recipient address. This is required by RFC 3464.
\n@param action The action performed by the reporting mail transfer agent (MTA) as a result of its attempt to deliver the message to the recipient address. This is required by RFC 3464.\n@return Returns a reference to this object so that method calls can be chained together.\n@see DsnAction*/",
"varargSetterDocumentation" : "/**The action performed by the reporting mail transfer agent (MTA) as a result of its attempt to deliver the message to the recipient address. This is required by RFC 3464.
\n@param action The action performed by the reporting mail transfer agent (MTA) as a result of its attempt to deliver the message to the recipient address. This is required by RFC 3464.\n@return Returns a reference to this object so that method calls can be chained together.\n@see DsnAction*/",
"list" : false,
"simple" : true
},
"LastAttemptDate" : {
"documentation" : "The time the final delivery attempt was made, in RFC 822 date-time format.
",
"name" : "LastAttemptDate",
"c2jName" : "LastAttemptDate",
"c2jShape" : "LastAttemptDate",
"variable" : {
"variableName" : "lastAttemptDate",
"variableType" : "java.util.Date",
"variableDeclarationType" : "java.util.Date",
"documentation" : "The time the final delivery attempt was made, in RFC 822 date-time format.
",
"variableSetterType" : "java.util.Date",
"simpleType" : "Date"
},
"setterModel" : {
"variableName" : "lastAttemptDate",
"variableType" : "java.util.Date",
"variableDeclarationType" : "java.util.Date",
"documentation" : "",
"variableSetterType" : "java.util.Date",
"simpleType" : "Date"
},
"getterModel" : {
"returnType" : "java.util.Date",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "LastAttemptDate",
"marshallLocationName" : "LastAttemptDate",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"map" : false,
"setterDocumentation" : "/**The time the final delivery attempt was made, in RFC 822 date-time format.
\n@param lastAttemptDate The time the final delivery attempt was made, in RFC 822 date-time format.*/",
"getterDocumentation" : "/**The time the final delivery attempt was made, in RFC 822 date-time format.
\n@return The time the final delivery attempt was made, in RFC 822 date-time format.*/",
"fluentSetterDocumentation" : "/**The time the final delivery attempt was made, in RFC 822 date-time format.
\n@param lastAttemptDate The time the final delivery attempt was made, in RFC 822 date-time format.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The time the final delivery attempt was made, in RFC 822 date-time format.
\n@param lastAttemptDate The time the final delivery attempt was made, in RFC 822 date-time format.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"list" : false,
"simple" : true
},
"DiagnosticCode" : {
"documentation" : "An extended explanation of what went wrong; this is usually an SMTP response. See RFC 3463 for the correct formatting of this parameter.
",
"name" : "DiagnosticCode",
"c2jName" : "DiagnosticCode",
"c2jShape" : "DiagnosticCode",
"variable" : {
"variableName" : "diagnosticCode",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "An extended explanation of what went wrong; this is usually an SMTP response. See RFC 3463 for the correct formatting of this parameter.
",
"variableSetterType" : "String",
"simpleType" : "String"
},
"setterModel" : {
"variableName" : "diagnosticCode",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"variableSetterType" : "String",
"simpleType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "DiagnosticCode",
"marshallLocationName" : "DiagnosticCode",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"map" : false,
"setterDocumentation" : "/**An extended explanation of what went wrong; this is usually an SMTP response. See RFC 3463 for the correct formatting of this parameter.
\n@param diagnosticCode An extended explanation of what went wrong; this is usually an SMTP response. See RFC 3463 for the correct formatting of this parameter.*/",
"getterDocumentation" : "/**An extended explanation of what went wrong; this is usually an SMTP response. See RFC 3463 for the correct formatting of this parameter.
\n@return An extended explanation of what went wrong; this is usually an SMTP response. See RFC 3463 for the correct formatting of this parameter.*/",
"fluentSetterDocumentation" : "/**An extended explanation of what went wrong; this is usually an SMTP response. See RFC 3463 for the correct formatting of this parameter.
\n@param diagnosticCode An extended explanation of what went wrong; this is usually an SMTP response. See RFC 3463 for the correct formatting of this parameter.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**An extended explanation of what went wrong; this is usually an SMTP response. See RFC 3463 for the correct formatting of this parameter.
\n@param diagnosticCode An extended explanation of what went wrong; this is usually an SMTP response. See RFC 3463 for the correct formatting of this parameter.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"list" : false,
"simple" : true
},
"RemoteMta" : {
"documentation" : "The MTA to which the remote MTA attempted to deliver the message, formatted as specified in RFC 3464 (mta-name-type; mta-name
). This parameter typically applies only to propagating synchronous bounces.
",
"name" : "RemoteMta",
"c2jName" : "RemoteMta",
"c2jShape" : "RemoteMta",
"variable" : {
"variableName" : "remoteMta",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The MTA to which the remote MTA attempted to deliver the message, formatted as specified in RFC 3464 (mta-name-type; mta-name
). This parameter typically applies only to propagating synchronous bounces.
",
"variableSetterType" : "String",
"simpleType" : "String"
},
"setterModel" : {
"variableName" : "remoteMta",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"variableSetterType" : "String",
"simpleType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "RemoteMta",
"marshallLocationName" : "RemoteMta",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"map" : false,
"setterDocumentation" : "/**The MTA to which the remote MTA attempted to deliver the message, formatted as specified in RFC 3464 (mta-name-type; mta-name
). This parameter typically applies only to propagating synchronous bounces.
\n@param remoteMta The MTA to which the remote MTA attempted to deliver the message, formatted as specified in RFC 3464 (mta-name-type; mta-name
). This parameter typically applies only to propagating synchronous bounces.*/",
"getterDocumentation" : "/**The MTA to which the remote MTA attempted to deliver the message, formatted as specified in RFC 3464 (mta-name-type; mta-name
). This parameter typically applies only to propagating synchronous bounces.
\n@return The MTA to which the remote MTA attempted to deliver the message, formatted as specified in RFC 3464 (mta-name-type; mta-name
). This parameter typically applies only to propagating synchronous bounces.*/",
"fluentSetterDocumentation" : "/**The MTA to which the remote MTA attempted to deliver the message, formatted as specified in RFC 3464 (mta-name-type; mta-name
). This parameter typically applies only to propagating synchronous bounces.
\n@param remoteMta The MTA to which the remote MTA attempted to deliver the message, formatted as specified in RFC 3464 (mta-name-type; mta-name
). This parameter typically applies only to propagating synchronous bounces.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The MTA to which the remote MTA attempted to deliver the message, formatted as specified in RFC 3464 (mta-name-type; mta-name
). This parameter typically applies only to propagating synchronous bounces.
\n@param remoteMta The MTA to which the remote MTA attempted to deliver the message, formatted as specified in RFC 3464 (mta-name-type; mta-name
). This parameter typically applies only to propagating synchronous bounces.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"list" : false,
"simple" : true
},
"FinalRecipient" : {
"documentation" : "The email address to which the message was ultimately delivered. This corresponds to the Final-Recipient
in the DSN. If not specified, FinalRecipient
will be set to the Recipient
specified in the BouncedRecipientInfo
structure. Either FinalRecipient
or the recipient in BouncedRecipientInfo
must be a recipient of the original bounced message.
Do not prepend the FinalRecipient
email address with rfc 822;
, as described in RFC 3798. ",
"name" : "FinalRecipient",
"c2jName" : "FinalRecipient",
"c2jShape" : "Address",
"variable" : {
"variableName" : "finalRecipient",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The email address to which the message was ultimately delivered. This corresponds to the Final-Recipient
in the DSN. If not specified, FinalRecipient
will be set to the Recipient
specified in the BouncedRecipientInfo
structure. Either FinalRecipient
or the recipient in BouncedRecipientInfo
must be a recipient of the original bounced message.
Do not prepend the FinalRecipient
email address with rfc 822;
, as described in RFC 3798. ",
"variableSetterType" : "String",
"simpleType" : "String"
},
"setterModel" : {
"variableName" : "finalRecipient",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"variableSetterType" : "String",
"simpleType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "FinalRecipient",
"marshallLocationName" : "FinalRecipient",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"map" : false,
"setterDocumentation" : "/**The email address to which the message was ultimately delivered. This corresponds to the Final-Recipient
in the DSN. If not specified, FinalRecipient
will be set to the Recipient
specified in the BouncedRecipientInfo
structure. Either FinalRecipient
or the recipient in BouncedRecipientInfo
must be a recipient of the original bounced message.
Do not prepend the FinalRecipient
email address with rfc 822;
, as described in RFC 3798. \n@param finalRecipient The email address to which the message was ultimately delivered. This corresponds to the Final-Recipient
in the DSN. If not specified, FinalRecipient
will be set to the Recipient
specified in the BouncedRecipientInfo
structure. Either FinalRecipient
or the recipient in BouncedRecipientInfo
must be a recipient of the original bounced message. Do not prepend the FinalRecipient
email address with rfc 822;
, as described in RFC 3798.*/",
"getterDocumentation" : "/**The email address to which the message was ultimately delivered. This corresponds to the Final-Recipient
in the DSN. If not specified, FinalRecipient
will be set to the Recipient
specified in the BouncedRecipientInfo
structure. Either FinalRecipient
or the recipient in BouncedRecipientInfo
must be a recipient of the original bounced message.
Do not prepend the FinalRecipient
email address with rfc 822;
, as described in RFC 3798. \n@return The email address to which the message was ultimately delivered. This corresponds to the Final-Recipient
in the DSN. If not specified, FinalRecipient
will be set to the Recipient
specified in the BouncedRecipientInfo
structure. Either FinalRecipient
or the recipient in BouncedRecipientInfo
must be a recipient of the original bounced message. Do not prepend the FinalRecipient
email address with rfc 822;
, as described in RFC 3798.*/",
"fluentSetterDocumentation" : "/**The email address to which the message was ultimately delivered. This corresponds to the Final-Recipient
in the DSN. If not specified, FinalRecipient
will be set to the Recipient
specified in the BouncedRecipientInfo
structure. Either FinalRecipient
or the recipient in BouncedRecipientInfo
must be a recipient of the original bounced message.
Do not prepend the FinalRecipient
email address with rfc 822;
, as described in RFC 3798. \n@param finalRecipient The email address to which the message was ultimately delivered. This corresponds to the Final-Recipient
in the DSN. If not specified, FinalRecipient
will be set to the Recipient
specified in the BouncedRecipientInfo
structure. Either FinalRecipient
or the recipient in BouncedRecipientInfo
must be a recipient of the original bounced message. Do not prepend the FinalRecipient
email address with rfc 822;
, as described in RFC 3798.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The email address to which the message was ultimately delivered. This corresponds to the Final-Recipient
in the DSN. If not specified, FinalRecipient
will be set to the Recipient
specified in the BouncedRecipientInfo
structure. Either FinalRecipient
or the recipient in BouncedRecipientInfo
must be a recipient of the original bounced message.
Do not prepend the FinalRecipient
email address with rfc 822;
, as described in RFC 3798. \n@param finalRecipient The email address to which the message was ultimately delivered. This corresponds to the Final-Recipient
in the DSN. If not specified, FinalRecipient
will be set to the Recipient
specified in the BouncedRecipientInfo
structure. Either FinalRecipient
or the recipient in BouncedRecipientInfo
must be a recipient of the original bounced message. Do not prepend the FinalRecipient
email address with rfc 822;
, as described in RFC 3798.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"list" : false,
"simple" : true
}
}
},
"ListReceiptFiltersRequest" : {
"c2jName" : "ListReceiptFiltersRequest",
"documentation" : "",
"shapeName" : "ListReceiptFiltersRequest",
"deprecated" : false,
"required" : null,
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"members" : null,
"enums" : null,
"variable" : {
"variableName" : "listReceiptFiltersRequest",
"variableType" : "ListReceiptFiltersRequest",
"variableDeclarationType" : "ListReceiptFiltersRequest",
"documentation" : null,
"variableSetterType" : "ListReceiptFiltersRequest",
"simpleType" : "ListReceiptFiltersRequest"
},
"marshaller" : {
"action" : "ListReceiptFilters",
"verb" : "POST",
"target" : null,
"requestUri" : "/",
"locationName" : null,
"xmlNameSpaceUri" : null
},
"unmarshaller" : null,
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : { }
},
"GetIdentityPoliciesRequest" : {
"c2jName" : "GetIdentityPoliciesRequest",
"documentation" : "",
"shapeName" : "GetIdentityPoliciesRequest",
"deprecated" : false,
"required" : [ "Identity", "PolicyNames" ],
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"members" : [ {
"documentation" : "The identity for which the policies will be retrieved. You can specify an identity by using its name or by using its Amazon Resource Name (ARN). Examples: [email protected]
, example.com
, arn:aws:ses:us-east-1:123456789012:identity/example.com
.
To successfully call this API, you must own the identity.
",
"name" : "Identity",
"c2jName" : "Identity",
"c2jShape" : "Identity",
"variable" : {
"variableName" : "identity",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The identity for which the policies will be retrieved. You can specify an identity by using its name or by using its Amazon Resource Name (ARN). Examples: [email protected]
, example.com
, arn:aws:ses:us-east-1:123456789012:identity/example.com
.
To successfully call this API, you must own the identity.
",
"variableSetterType" : "String",
"simpleType" : "String"
},
"setterModel" : {
"variableName" : "identity",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"variableSetterType" : "String",
"simpleType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Identity",
"marshallLocationName" : "Identity",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"map" : false,
"setterDocumentation" : "/**The identity for which the policies will be retrieved. You can specify an identity by using its name or by using its Amazon Resource Name (ARN). Examples: [email protected]
, example.com
, arn:aws:ses:us-east-1:123456789012:identity/example.com
.
To successfully call this API, you must own the identity.
\n@param identity The identity for which the policies will be retrieved. You can specify an identity by using its name or by using its Amazon Resource Name (ARN). Examples: [email protected]
, example.com
, arn:aws:ses:us-east-1:123456789012:identity/example.com
. To successfully call this API, you must own the identity.*/",
"getterDocumentation" : "/**
The identity for which the policies will be retrieved. You can specify an identity by using its name or by using its Amazon Resource Name (ARN). Examples: [email protected]
, example.com
, arn:aws:ses:us-east-1:123456789012:identity/example.com
.
To successfully call this API, you must own the identity.
\n@return The identity for which the policies will be retrieved. You can specify an identity by using its name or by using its Amazon Resource Name (ARN). Examples: [email protected]
, example.com
, arn:aws:ses:us-east-1:123456789012:identity/example.com
. To successfully call this API, you must own the identity.*/",
"fluentSetterDocumentation" : "/**
The identity for which the policies will be retrieved. You can specify an identity by using its name or by using its Amazon Resource Name (ARN). Examples: [email protected]
, example.com
, arn:aws:ses:us-east-1:123456789012:identity/example.com
.
To successfully call this API, you must own the identity.
\n@param identity The identity for which the policies will be retrieved. You can specify an identity by using its name or by using its Amazon Resource Name (ARN). Examples: [email protected]
, example.com
, arn:aws:ses:us-east-1:123456789012:identity/example.com
. To successfully call this API, you must own the identity.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**
The identity for which the policies will be retrieved. You can specify an identity by using its name or by using its Amazon Resource Name (ARN). Examples: [email protected]
, example.com
, arn:aws:ses:us-east-1:123456789012:identity/example.com
.
To successfully call this API, you must own the identity.
\n@param identity The identity for which the policies will be retrieved. You can specify an identity by using its name or by using its Amazon Resource Name (ARN). Examples: [email protected]
, example.com
, arn:aws:ses:us-east-1:123456789012:identity/example.com
. To successfully call this API, you must own the identity.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"list" : false,
"simple" : true
}, {
"documentation" : "
A list of the names of policies to be retrieved. You can retrieve a maximum of 20 policies at a time. If you do not know the names of the policies that are attached to the identity, you can use ListIdentityPolicies
.
",
"name" : "PolicyNames",
"c2jName" : "PolicyNames",
"c2jShape" : "PolicyNameList",
"variable" : {
"variableName" : "policyNames",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "A list of the names of policies to be retrieved. You can retrieve a maximum of 20 policies at a time. If you do not know the names of the policies that are attached to the identity, you can use ListIdentityPolicies
.
",
"variableSetterType" : "java.util.Collection",
"simpleType" : "List"
},
"setterModel" : {
"variableName" : "policyNames",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "",
"variableSetterType" : "java.util.Collection",
"simpleType" : "List"
},
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "PolicyNames",
"marshallLocationName" : "PolicyNames",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : {
"memberType" : "String",
"memberLocationName" : null,
"implType" : "com.amazonaws.internal.SdkInternalList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"documentation" : "",
"name" : "Member",
"c2jName" : "member",
"c2jShape" : "PolicyName",
"variable" : {
"variableName" : "member",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"variableSetterType" : "String",
"simpleType" : "String"
},
"setterModel" : {
"variableName" : "member",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"variableSetterType" : "String",
"simpleType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "member",
"marshallLocationName" : "member",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"map" : false,
"setterDocumentation" : "/**\n@param member */",
"getterDocumentation" : "/**\n@return */",
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"list" : false,
"simple" : true
},
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"templateType" : "java.util.List",
"templateImplType" : "com.amazonaws.internal.SdkInternalList",
"map" : false,
"simpleType" : "String",
"simple" : true
},
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"map" : false,
"setterDocumentation" : "/**A list of the names of policies to be retrieved. You can retrieve a maximum of 20 policies at a time. If you do not know the names of the policies that are attached to the identity, you can use ListIdentityPolicies
.
\n@param policyNames A list of the names of policies to be retrieved. You can retrieve a maximum of 20 policies at a time. If you do not know the names of the policies that are attached to the identity, you can use ListIdentityPolicies
.*/",
"getterDocumentation" : "/**A list of the names of policies to be retrieved. You can retrieve a maximum of 20 policies at a time. If you do not know the names of the policies that are attached to the identity, you can use ListIdentityPolicies
.
\n@return A list of the names of policies to be retrieved. You can retrieve a maximum of 20 policies at a time. If you do not know the names of the policies that are attached to the identity, you can use ListIdentityPolicies
.*/",
"fluentSetterDocumentation" : "/**A list of the names of policies to be retrieved. You can retrieve a maximum of 20 policies at a time. If you do not know the names of the policies that are attached to the identity, you can use ListIdentityPolicies
.
\n@param policyNames A list of the names of policies to be retrieved. You can retrieve a maximum of 20 policies at a time. If you do not know the names of the policies that are attached to the identity, you can use ListIdentityPolicies
.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**A list of the names of policies to be retrieved. You can retrieve a maximum of 20 policies at a time. If you do not know the names of the policies that are attached to the identity, you can use ListIdentityPolicies
.
\nNOTE: This method appends the values to the existing list (if any). Use {@link #setPolicyNames(java.util.Collection)} or {@link #withPolicyNames(java.util.Collection)} if you want to override the existing values.
\n@param policyNames A list of the names of policies to be retrieved. You can retrieve a maximum of 20 policies at a time. If you do not know the names of the policies that are attached to the identity, you can use ListIdentityPolicies
.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"list" : true,
"simple" : false
} ],
"enums" : null,
"variable" : {
"variableName" : "getIdentityPoliciesRequest",
"variableType" : "GetIdentityPoliciesRequest",
"variableDeclarationType" : "GetIdentityPoliciesRequest",
"documentation" : null,
"variableSetterType" : "GetIdentityPoliciesRequest",
"simpleType" : "GetIdentityPoliciesRequest"
},
"marshaller" : {
"action" : "GetIdentityPolicies",
"verb" : "POST",
"target" : null,
"requestUri" : "/",
"locationName" : null,
"xmlNameSpaceUri" : null
},
"unmarshaller" : null,
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : {
"PolicyNames" : {
"documentation" : "A list of the names of policies to be retrieved. You can retrieve a maximum of 20 policies at a time. If you do not know the names of the policies that are attached to the identity, you can use ListIdentityPolicies
.
",
"name" : "PolicyNames",
"c2jName" : "PolicyNames",
"c2jShape" : "PolicyNameList",
"variable" : {
"variableName" : "policyNames",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "A list of the names of policies to be retrieved. You can retrieve a maximum of 20 policies at a time. If you do not know the names of the policies that are attached to the identity, you can use ListIdentityPolicies
.
",
"variableSetterType" : "java.util.Collection",
"simpleType" : "List"
},
"setterModel" : {
"variableName" : "policyNames",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "",
"variableSetterType" : "java.util.Collection",
"simpleType" : "List"
},
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "PolicyNames",
"marshallLocationName" : "PolicyNames",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : {
"memberType" : "String",
"memberLocationName" : null,
"implType" : "com.amazonaws.internal.SdkInternalList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"documentation" : "",
"name" : "Member",
"c2jName" : "member",
"c2jShape" : "PolicyName",
"variable" : {
"variableName" : "member",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"variableSetterType" : "String",
"simpleType" : "String"
},
"setterModel" : {
"variableName" : "member",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"variableSetterType" : "String",
"simpleType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "member",
"marshallLocationName" : "member",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"map" : false,
"setterDocumentation" : "/**\n@param member */",
"getterDocumentation" : "/**\n@return */",
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"list" : false,
"simple" : true
},
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"templateType" : "java.util.List",
"templateImplType" : "com.amazonaws.internal.SdkInternalList",
"map" : false,
"simpleType" : "String",
"simple" : true
},
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"map" : false,
"setterDocumentation" : "/**A list of the names of policies to be retrieved. You can retrieve a maximum of 20 policies at a time. If you do not know the names of the policies that are attached to the identity, you can use ListIdentityPolicies
.
\n@param policyNames A list of the names of policies to be retrieved. You can retrieve a maximum of 20 policies at a time. If you do not know the names of the policies that are attached to the identity, you can use ListIdentityPolicies
.*/",
"getterDocumentation" : "/**A list of the names of policies to be retrieved. You can retrieve a maximum of 20 policies at a time. If you do not know the names of the policies that are attached to the identity, you can use ListIdentityPolicies
.
\n@return A list of the names of policies to be retrieved. You can retrieve a maximum of 20 policies at a time. If you do not know the names of the policies that are attached to the identity, you can use ListIdentityPolicies
.*/",
"fluentSetterDocumentation" : "/**A list of the names of policies to be retrieved. You can retrieve a maximum of 20 policies at a time. If you do not know the names of the policies that are attached to the identity, you can use ListIdentityPolicies
.
\n@param policyNames A list of the names of policies to be retrieved. You can retrieve a maximum of 20 policies at a time. If you do not know the names of the policies that are attached to the identity, you can use ListIdentityPolicies
.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**A list of the names of policies to be retrieved. You can retrieve a maximum of 20 policies at a time. If you do not know the names of the policies that are attached to the identity, you can use ListIdentityPolicies
.
\nNOTE: This method appends the values to the existing list (if any). Use {@link #setPolicyNames(java.util.Collection)} or {@link #withPolicyNames(java.util.Collection)} if you want to override the existing values.
\n@param policyNames A list of the names of policies to be retrieved. You can retrieve a maximum of 20 policies at a time. If you do not know the names of the policies that are attached to the identity, you can use ListIdentityPolicies
.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"list" : true,
"simple" : false
},
"Identity" : {
"documentation" : "The identity for which the policies will be retrieved. You can specify an identity by using its name or by using its Amazon Resource Name (ARN). Examples: [email protected]
, example.com
, arn:aws:ses:us-east-1:123456789012:identity/example.com
.
To successfully call this API, you must own the identity.
",
"name" : "Identity",
"c2jName" : "Identity",
"c2jShape" : "Identity",
"variable" : {
"variableName" : "identity",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The identity for which the policies will be retrieved. You can specify an identity by using its name or by using its Amazon Resource Name (ARN). Examples: [email protected]
, example.com
, arn:aws:ses:us-east-1:123456789012:identity/example.com
.
To successfully call this API, you must own the identity.
",
"variableSetterType" : "String",
"simpleType" : "String"
},
"setterModel" : {
"variableName" : "identity",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"variableSetterType" : "String",
"simpleType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Identity",
"marshallLocationName" : "Identity",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"map" : false,
"setterDocumentation" : "/**The identity for which the policies will be retrieved. You can specify an identity by using its name or by using its Amazon Resource Name (ARN). Examples: [email protected]
, example.com
, arn:aws:ses:us-east-1:123456789012:identity/example.com
.
To successfully call this API, you must own the identity.
\n@param identity The identity for which the policies will be retrieved. You can specify an identity by using its name or by using its Amazon Resource Name (ARN). Examples: [email protected]
, example.com
, arn:aws:ses:us-east-1:123456789012:identity/example.com
. To successfully call this API, you must own the identity.*/",
"getterDocumentation" : "/**
The identity for which the policies will be retrieved. You can specify an identity by using its name or by using its Amazon Resource Name (ARN). Examples: [email protected]
, example.com
, arn:aws:ses:us-east-1:123456789012:identity/example.com
.
To successfully call this API, you must own the identity.
\n@return The identity for which the policies will be retrieved. You can specify an identity by using its name or by using its Amazon Resource Name (ARN). Examples: [email protected]
, example.com
, arn:aws:ses:us-east-1:123456789012:identity/example.com
. To successfully call this API, you must own the identity.*/",
"fluentSetterDocumentation" : "/**
The identity for which the policies will be retrieved. You can specify an identity by using its name or by using its Amazon Resource Name (ARN). Examples: [email protected]
, example.com
, arn:aws:ses:us-east-1:123456789012:identity/example.com
.
To successfully call this API, you must own the identity.
\n@param identity The identity for which the policies will be retrieved. You can specify an identity by using its name or by using its Amazon Resource Name (ARN). Examples: [email protected]
, example.com
, arn:aws:ses:us-east-1:123456789012:identity/example.com
. To successfully call this API, you must own the identity.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**
The identity for which the policies will be retrieved. You can specify an identity by using its name or by using its Amazon Resource Name (ARN). Examples: [email protected]
, example.com
, arn:aws:ses:us-east-1:123456789012:identity/example.com
.
To successfully call this API, you must own the identity.
\n@param identity The identity for which the policies will be retrieved. You can specify an identity by using its name or by using its Amazon Resource Name (ARN). Examples: [email protected]
, example.com
, arn:aws:ses:us-east-1:123456789012:identity/example.com
. To successfully call this API, you must own the identity.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"list" : false,
"simple" : true
}
}
},
"SetIdentityFeedbackForwardingEnabledResult" : {
"c2jName" : "SetIdentityFeedbackForwardingEnabledResponse",
"documentation" : "",
"shapeName" : "SetIdentityFeedbackForwardingEnabledResult",
"deprecated" : false,
"required" : null,
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"members" : null,
"enums" : null,
"variable" : {
"variableName" : "setIdentityFeedbackForwardingEnabledResult",
"variableType" : "SetIdentityFeedbackForwardingEnabledResult",
"variableDeclarationType" : "SetIdentityFeedbackForwardingEnabledResult",
"documentation" : null,
"variableSetterType" : "SetIdentityFeedbackForwardingEnabledResult",
"simpleType" : "SetIdentityFeedbackForwardingEnabledResult"
},
"marshaller" : null,
"unmarshaller" : {
"resultWrapper" : "SetIdentityFeedbackForwardingEnabledResult",
"flattened" : false
},
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : { }
},
"DeleteReceiptRuleSetResult" : {
"c2jName" : "DeleteReceiptRuleSetResponse",
"documentation" : "",
"shapeName" : "DeleteReceiptRuleSetResult",
"deprecated" : false,
"required" : null,
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"members" : null,
"enums" : null,
"variable" : {
"variableName" : "deleteReceiptRuleSetResult",
"variableType" : "DeleteReceiptRuleSetResult",
"variableDeclarationType" : "DeleteReceiptRuleSetResult",
"documentation" : null,
"variableSetterType" : "DeleteReceiptRuleSetResult",
"simpleType" : "DeleteReceiptRuleSetResult"
},
"marshaller" : null,
"unmarshaller" : {
"resultWrapper" : "DeleteReceiptRuleSetResult",
"flattened" : false
},
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : { }
},
"ListIdentityPoliciesResult" : {
"c2jName" : "ListIdentityPoliciesResponse",
"documentation" : "",
"shapeName" : "ListIdentityPoliciesResult",
"deprecated" : false,
"required" : [ "PolicyNames" ],
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"members" : [ {
"documentation" : "
A list of names of policies that apply to the specified identity.
",
"name" : "PolicyNames",
"c2jName" : "PolicyNames",
"c2jShape" : "PolicyNameList",
"variable" : {
"variableName" : "policyNames",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "A list of names of policies that apply to the specified identity.
",
"variableSetterType" : "java.util.Collection",
"simpleType" : "List"
},
"setterModel" : {
"variableName" : "policyNames",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "",
"variableSetterType" : "java.util.Collection",
"simpleType" : "List"
},
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "PolicyNames",
"marshallLocationName" : "PolicyNames",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : {
"memberType" : "String",
"memberLocationName" : null,
"implType" : "com.amazonaws.internal.SdkInternalList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"documentation" : "",
"name" : "Member",
"c2jName" : "member",
"c2jShape" : "PolicyName",
"variable" : {
"variableName" : "member",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"variableSetterType" : "String",
"simpleType" : "String"
},
"setterModel" : {
"variableName" : "member",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"variableSetterType" : "String",
"simpleType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "member",
"marshallLocationName" : "member",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"map" : false,
"setterDocumentation" : "/**\n@param member */",
"getterDocumentation" : "/**\n@return */",
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"list" : false,
"simple" : true
},
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"templateType" : "java.util.List",
"templateImplType" : "com.amazonaws.internal.SdkInternalList",
"map" : false,
"simpleType" : "String",
"simple" : true
},
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"map" : false,
"setterDocumentation" : "/**A list of names of policies that apply to the specified identity.
\n@param policyNames A list of names of policies that apply to the specified identity.*/",
"getterDocumentation" : "/**A list of names of policies that apply to the specified identity.
\n@return A list of names of policies that apply to the specified identity.*/",
"fluentSetterDocumentation" : "/**A list of names of policies that apply to the specified identity.
\n@param policyNames A list of names of policies that apply to the specified identity.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**A list of names of policies that apply to the specified identity.
\nNOTE: This method appends the values to the existing list (if any). Use {@link #setPolicyNames(java.util.Collection)} or {@link #withPolicyNames(java.util.Collection)} if you want to override the existing values.
\n@param policyNames A list of names of policies that apply to the specified identity.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"list" : true,
"simple" : false
} ],
"enums" : null,
"variable" : {
"variableName" : "listIdentityPoliciesResult",
"variableType" : "ListIdentityPoliciesResult",
"variableDeclarationType" : "ListIdentityPoliciesResult",
"documentation" : null,
"variableSetterType" : "ListIdentityPoliciesResult",
"simpleType" : "ListIdentityPoliciesResult"
},
"marshaller" : null,
"unmarshaller" : {
"resultWrapper" : "ListIdentityPoliciesResult",
"flattened" : false
},
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : {
"PolicyNames" : {
"documentation" : "A list of names of policies that apply to the specified identity.
",
"name" : "PolicyNames",
"c2jName" : "PolicyNames",
"c2jShape" : "PolicyNameList",
"variable" : {
"variableName" : "policyNames",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "A list of names of policies that apply to the specified identity.
",
"variableSetterType" : "java.util.Collection",
"simpleType" : "List"
},
"setterModel" : {
"variableName" : "policyNames",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "",
"variableSetterType" : "java.util.Collection",
"simpleType" : "List"
},
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "PolicyNames",
"marshallLocationName" : "PolicyNames",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : {
"memberType" : "String",
"memberLocationName" : null,
"implType" : "com.amazonaws.internal.SdkInternalList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"documentation" : "",
"name" : "Member",
"c2jName" : "member",
"c2jShape" : "PolicyName",
"variable" : {
"variableName" : "member",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"variableSetterType" : "String",
"simpleType" : "String"
},
"setterModel" : {
"variableName" : "member",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"variableSetterType" : "String",
"simpleType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "member",
"marshallLocationName" : "member",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"map" : false,
"setterDocumentation" : "/**\n@param member */",
"getterDocumentation" : "/**\n@return */",
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"list" : false,
"simple" : true
},
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"templateType" : "java.util.List",
"templateImplType" : "com.amazonaws.internal.SdkInternalList",
"map" : false,
"simpleType" : "String",
"simple" : true
},
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"map" : false,
"setterDocumentation" : "/**A list of names of policies that apply to the specified identity.
\n@param policyNames A list of names of policies that apply to the specified identity.*/",
"getterDocumentation" : "/**A list of names of policies that apply to the specified identity.
\n@return A list of names of policies that apply to the specified identity.*/",
"fluentSetterDocumentation" : "/**A list of names of policies that apply to the specified identity.
\n@param policyNames A list of names of policies that apply to the specified identity.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**A list of names of policies that apply to the specified identity.
\nNOTE: This method appends the values to the existing list (if any). Use {@link #setPolicyNames(java.util.Collection)} or {@link #withPolicyNames(java.util.Collection)} if you want to override the existing values.
\n@param policyNames A list of names of policies that apply to the specified identity.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"list" : true,
"simple" : false
}
}
},
"SendBounceResult" : {
"c2jName" : "SendBounceResponse",
"documentation" : "",
"shapeName" : "SendBounceResult",
"deprecated" : false,
"required" : null,
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"members" : [ {
"documentation" : "The message ID of the bounce message.
",
"name" : "MessageId",
"c2jName" : "MessageId",
"c2jShape" : "MessageId",
"variable" : {
"variableName" : "messageId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The message ID of the bounce message.
",
"variableSetterType" : "String",
"simpleType" : "String"
},
"setterModel" : {
"variableName" : "messageId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"variableSetterType" : "String",
"simpleType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "MessageId",
"marshallLocationName" : "MessageId",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"map" : false,
"setterDocumentation" : "/**The message ID of the bounce message.
\n@param messageId The message ID of the bounce message.*/",
"getterDocumentation" : "/**The message ID of the bounce message.
\n@return The message ID of the bounce message.*/",
"fluentSetterDocumentation" : "/**The message ID of the bounce message.
\n@param messageId The message ID of the bounce message.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The message ID of the bounce message.
\n@param messageId The message ID of the bounce message.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"list" : false,
"simple" : true
} ],
"enums" : null,
"variable" : {
"variableName" : "sendBounceResult",
"variableType" : "SendBounceResult",
"variableDeclarationType" : "SendBounceResult",
"documentation" : null,
"variableSetterType" : "SendBounceResult",
"simpleType" : "SendBounceResult"
},
"marshaller" : null,
"unmarshaller" : {
"resultWrapper" : "SendBounceResult",
"flattened" : false
},
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : {
"MessageId" : {
"documentation" : "The message ID of the bounce message.
",
"name" : "MessageId",
"c2jName" : "MessageId",
"c2jShape" : "MessageId",
"variable" : {
"variableName" : "messageId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The message ID of the bounce message.
",
"variableSetterType" : "String",
"simpleType" : "String"
},
"setterModel" : {
"variableName" : "messageId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"variableSetterType" : "String",
"simpleType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "MessageId",
"marshallLocationName" : "MessageId",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"map" : false,
"setterDocumentation" : "/**The message ID of the bounce message.
\n@param messageId The message ID of the bounce message.*/",
"getterDocumentation" : "/**The message ID of the bounce message.
\n@return The message ID of the bounce message.*/",
"fluentSetterDocumentation" : "/**The message ID of the bounce message.
\n@param messageId The message ID of the bounce message.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The message ID of the bounce message.
\n@param messageId The message ID of the bounce message.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"list" : false,
"simple" : true
}
}
},
"InvalidSnsTopicException" : {
"c2jName" : "InvalidSnsTopicException",
"documentation" : "Indicates that the provided Amazon SNS topic is invalid, or that Amazon SES could not publish to the topic, possibly due to permissions issues. For information about giving permissions, see the Amazon SES Developer Guide.
",
"shapeName" : "InvalidSnsTopicException",
"deprecated" : false,
"required" : null,
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"members" : [ {
"documentation" : "",
"name" : "Topic",
"c2jName" : "Topic",
"c2jShape" : "AmazonResourceName",
"variable" : {
"variableName" : "topic",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"variableSetterType" : "String",
"simpleType" : "String"
},
"setterModel" : {
"variableName" : "topic",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"variableSetterType" : "String",
"simpleType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Topic",
"marshallLocationName" : "Topic",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"map" : false,
"setterDocumentation" : "/**\n@param topic */",
"getterDocumentation" : "/**\n@return */",
"fluentSetterDocumentation" : "/**\n@param topic \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**\n@param topic \n@return Returns a reference to this object so that method calls can be chained together.*/",
"list" : false,
"simple" : true
} ],
"enums" : null,
"variable" : {
"variableName" : "invalidSnsTopicException",
"variableType" : "InvalidSnsTopicException",
"variableDeclarationType" : "InvalidSnsTopicException",
"documentation" : null,
"variableSetterType" : "InvalidSnsTopicException",
"simpleType" : "InvalidSnsTopicException"
},
"marshaller" : null,
"unmarshaller" : null,
"errorCode" : "InvalidSnsTopic",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : {
"Topic" : {
"documentation" : "",
"name" : "Topic",
"c2jName" : "Topic",
"c2jShape" : "AmazonResourceName",
"variable" : {
"variableName" : "topic",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"variableSetterType" : "String",
"simpleType" : "String"
},
"setterModel" : {
"variableName" : "topic",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"variableSetterType" : "String",
"simpleType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Topic",
"marshallLocationName" : "Topic",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"map" : false,
"setterDocumentation" : "/**\n@param topic */",
"getterDocumentation" : "/**\n@return */",
"fluentSetterDocumentation" : "/**\n@param topic \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**\n@param topic \n@return Returns a reference to this object so that method calls can be chained together.*/",
"list" : false,
"simple" : true
}
}
},
"LimitExceededException" : {
"c2jName" : "LimitExceededException",
"documentation" : "Indicates that a resource could not be created due to service limits. For a list of Amazon SES limits, see the Amazon SES Developer Guide.
",
"shapeName" : "LimitExceededException",
"deprecated" : false,
"required" : null,
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"members" : null,
"enums" : null,
"variable" : {
"variableName" : "limitExceededException",
"variableType" : "LimitExceededException",
"variableDeclarationType" : "LimitExceededException",
"documentation" : null,
"variableSetterType" : "LimitExceededException",
"simpleType" : "LimitExceededException"
},
"marshaller" : null,
"unmarshaller" : null,
"errorCode" : "LimitExceeded",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : { }
},
"DescribeReceiptRuleResult" : {
"c2jName" : "DescribeReceiptRuleResponse",
"documentation" : "",
"shapeName" : "DescribeReceiptRuleResult",
"deprecated" : false,
"required" : null,
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"members" : [ {
"documentation" : "A data structure that contains the specified receipt rule's name, actions, recipients, domains, enabled status, scan status, and Transport Layer Security (TLS) policy.
",
"name" : "Rule",
"c2jName" : "Rule",
"c2jShape" : "ReceiptRule",
"variable" : {
"variableName" : "rule",
"variableType" : "ReceiptRule",
"variableDeclarationType" : "ReceiptRule",
"documentation" : "A data structure that contains the specified receipt rule's name, actions, recipients, domains, enabled status, scan status, and Transport Layer Security (TLS) policy.
",
"variableSetterType" : "ReceiptRule",
"simpleType" : "ReceiptRule"
},
"setterModel" : {
"variableName" : "rule",
"variableType" : "ReceiptRule",
"variableDeclarationType" : "ReceiptRule",
"documentation" : "",
"variableSetterType" : "ReceiptRule",
"simpleType" : "ReceiptRule"
},
"getterModel" : {
"returnType" : "ReceiptRule",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Rule",
"marshallLocationName" : "Rule",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"map" : false,
"setterDocumentation" : "/**A data structure that contains the specified receipt rule's name, actions, recipients, domains, enabled status, scan status, and Transport Layer Security (TLS) policy.
\n@param rule A data structure that contains the specified receipt rule's name, actions, recipients, domains, enabled status, scan status, and Transport Layer Security (TLS) policy.*/",
"getterDocumentation" : "/**A data structure that contains the specified receipt rule's name, actions, recipients, domains, enabled status, scan status, and Transport Layer Security (TLS) policy.
\n@return A data structure that contains the specified receipt rule's name, actions, recipients, domains, enabled status, scan status, and Transport Layer Security (TLS) policy.*/",
"fluentSetterDocumentation" : "/**A data structure that contains the specified receipt rule's name, actions, recipients, domains, enabled status, scan status, and Transport Layer Security (TLS) policy.
\n@param rule A data structure that contains the specified receipt rule's name, actions, recipients, domains, enabled status, scan status, and Transport Layer Security (TLS) policy.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**A data structure that contains the specified receipt rule's name, actions, recipients, domains, enabled status, scan status, and Transport Layer Security (TLS) policy.
\n@param rule A data structure that contains the specified receipt rule's name, actions, recipients, domains, enabled status, scan status, and Transport Layer Security (TLS) policy.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"list" : false,
"simple" : false
} ],
"enums" : null,
"variable" : {
"variableName" : "describeReceiptRuleResult",
"variableType" : "DescribeReceiptRuleResult",
"variableDeclarationType" : "DescribeReceiptRuleResult",
"documentation" : null,
"variableSetterType" : "DescribeReceiptRuleResult",
"simpleType" : "DescribeReceiptRuleResult"
},
"marshaller" : null,
"unmarshaller" : {
"resultWrapper" : "DescribeReceiptRuleResult",
"flattened" : false
},
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : {
"Rule" : {
"documentation" : "A data structure that contains the specified receipt rule's name, actions, recipients, domains, enabled status, scan status, and Transport Layer Security (TLS) policy.
",
"name" : "Rule",
"c2jName" : "Rule",
"c2jShape" : "ReceiptRule",
"variable" : {
"variableName" : "rule",
"variableType" : "ReceiptRule",
"variableDeclarationType" : "ReceiptRule",
"documentation" : "A data structure that contains the specified receipt rule's name, actions, recipients, domains, enabled status, scan status, and Transport Layer Security (TLS) policy.
",
"variableSetterType" : "ReceiptRule",
"simpleType" : "ReceiptRule"
},
"setterModel" : {
"variableName" : "rule",
"variableType" : "ReceiptRule",
"variableDeclarationType" : "ReceiptRule",
"documentation" : "",
"variableSetterType" : "ReceiptRule",
"simpleType" : "ReceiptRule"
},
"getterModel" : {
"returnType" : "ReceiptRule",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Rule",
"marshallLocationName" : "Rule",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"map" : false,
"setterDocumentation" : "/**A data structure that contains the specified receipt rule's name, actions, recipients, domains, enabled status, scan status, and Transport Layer Security (TLS) policy.
\n@param rule A data structure that contains the specified receipt rule's name, actions, recipients, domains, enabled status, scan status, and Transport Layer Security (TLS) policy.*/",
"getterDocumentation" : "/**A data structure that contains the specified receipt rule's name, actions, recipients, domains, enabled status, scan status, and Transport Layer Security (TLS) policy.
\n@return A data structure that contains the specified receipt rule's name, actions, recipients, domains, enabled status, scan status, and Transport Layer Security (TLS) policy.*/",
"fluentSetterDocumentation" : "/**A data structure that contains the specified receipt rule's name, actions, recipients, domains, enabled status, scan status, and Transport Layer Security (TLS) policy.
\n@param rule A data structure that contains the specified receipt rule's name, actions, recipients, domains, enabled status, scan status, and Transport Layer Security (TLS) policy.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**A data structure that contains the specified receipt rule's name, actions, recipients, domains, enabled status, scan status, and Transport Layer Security (TLS) policy.
\n@param rule A data structure that contains the specified receipt rule's name, actions, recipients, domains, enabled status, scan status, and Transport Layer Security (TLS) policy.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"list" : false,
"simple" : false
}
}
},
"GetIdentityDkimAttributesRequest" : {
"c2jName" : "GetIdentityDkimAttributesRequest",
"documentation" : "",
"shapeName" : "GetIdentityDkimAttributesRequest",
"deprecated" : false,
"required" : [ "Identities" ],
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"members" : [ {
"documentation" : "A list of one or more verified identities - email addresses, domains, or both.
",
"name" : "Identities",
"c2jName" : "Identities",
"c2jShape" : "IdentityList",
"variable" : {
"variableName" : "identities",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "A list of one or more verified identities - email addresses, domains, or both.
",
"variableSetterType" : "java.util.Collection",
"simpleType" : "List"
},
"setterModel" : {
"variableName" : "identities",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "",
"variableSetterType" : "java.util.Collection",
"simpleType" : "List"
},
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Identities",
"marshallLocationName" : "Identities",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : {
"memberType" : "String",
"memberLocationName" : null,
"implType" : "com.amazonaws.internal.SdkInternalList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"documentation" : "",
"name" : "Member",
"c2jName" : "member",
"c2jShape" : "Identity",
"variable" : {
"variableName" : "member",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"variableSetterType" : "String",
"simpleType" : "String"
},
"setterModel" : {
"variableName" : "member",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"variableSetterType" : "String",
"simpleType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "member",
"marshallLocationName" : "member",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"map" : false,
"setterDocumentation" : "/**\n@param member */",
"getterDocumentation" : "/**\n@return */",
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"list" : false,
"simple" : true
},
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"templateType" : "java.util.List",
"templateImplType" : "com.amazonaws.internal.SdkInternalList",
"map" : false,
"simpleType" : "String",
"simple" : true
},
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"map" : false,
"setterDocumentation" : "/**A list of one or more verified identities - email addresses, domains, or both.
\n@param identities A list of one or more verified identities - email addresses, domains, or both.*/",
"getterDocumentation" : "/**A list of one or more verified identities - email addresses, domains, or both.
\n@return A list of one or more verified identities - email addresses, domains, or both.*/",
"fluentSetterDocumentation" : "/**A list of one or more verified identities - email addresses, domains, or both.
\n@param identities A list of one or more verified identities - email addresses, domains, or both.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**A list of one or more verified identities - email addresses, domains, or both.
\nNOTE: This method appends the values to the existing list (if any). Use {@link #setIdentities(java.util.Collection)} or {@link #withIdentities(java.util.Collection)} if you want to override the existing values.
\n@param identities A list of one or more verified identities - email addresses, domains, or both.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"list" : true,
"simple" : false
} ],
"enums" : null,
"variable" : {
"variableName" : "getIdentityDkimAttributesRequest",
"variableType" : "GetIdentityDkimAttributesRequest",
"variableDeclarationType" : "GetIdentityDkimAttributesRequest",
"documentation" : null,
"variableSetterType" : "GetIdentityDkimAttributesRequest",
"simpleType" : "GetIdentityDkimAttributesRequest"
},
"marshaller" : {
"action" : "GetIdentityDkimAttributes",
"verb" : "POST",
"target" : null,
"requestUri" : "/",
"locationName" : null,
"xmlNameSpaceUri" : null
},
"unmarshaller" : null,
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : {
"Identities" : {
"documentation" : "A list of one or more verified identities - email addresses, domains, or both.
",
"name" : "Identities",
"c2jName" : "Identities",
"c2jShape" : "IdentityList",
"variable" : {
"variableName" : "identities",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "A list of one or more verified identities - email addresses, domains, or both.
",
"variableSetterType" : "java.util.Collection",
"simpleType" : "List"
},
"setterModel" : {
"variableName" : "identities",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "",
"variableSetterType" : "java.util.Collection",
"simpleType" : "List"
},
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Identities",
"marshallLocationName" : "Identities",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : {
"memberType" : "String",
"memberLocationName" : null,
"implType" : "com.amazonaws.internal.SdkInternalList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"documentation" : "",
"name" : "Member",
"c2jName" : "member",
"c2jShape" : "Identity",
"variable" : {
"variableName" : "member",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"variableSetterType" : "String",
"simpleType" : "String"
},
"setterModel" : {
"variableName" : "member",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"variableSetterType" : "String",
"simpleType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "member",
"marshallLocationName" : "member",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"map" : false,
"setterDocumentation" : "/**\n@param member */",
"getterDocumentation" : "/**\n@return */",
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"list" : false,
"simple" : true
},
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"templateType" : "java.util.List",
"templateImplType" : "com.amazonaws.internal.SdkInternalList",
"map" : false,
"simpleType" : "String",
"simple" : true
},
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"map" : false,
"setterDocumentation" : "/**A list of one or more verified identities - email addresses, domains, or both.
\n@param identities A list of one or more verified identities - email addresses, domains, or both.*/",
"getterDocumentation" : "/**A list of one or more verified identities - email addresses, domains, or both.
\n@return A list of one or more verified identities - email addresses, domains, or both.*/",
"fluentSetterDocumentation" : "/**A list of one or more verified identities - email addresses, domains, or both.
\n@param identities A list of one or more verified identities - email addresses, domains, or both.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**A list of one or more verified identities - email addresses, domains, or both.
\nNOTE: This method appends the values to the existing list (if any). Use {@link #setIdentities(java.util.Collection)} or {@link #withIdentities(java.util.Collection)} if you want to override the existing values.
\n@param identities A list of one or more verified identities - email addresses, domains, or both.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"list" : true,
"simple" : false
}
}
},
"VerifyDomainDkimRequest" : {
"c2jName" : "VerifyDomainDkimRequest",
"documentation" : "",
"shapeName" : "VerifyDomainDkimRequest",
"deprecated" : false,
"required" : [ "Domain" ],
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"members" : [ {
"documentation" : "The name of the domain to be verified for Easy DKIM signing.
",
"name" : "Domain",
"c2jName" : "Domain",
"c2jShape" : "Domain",
"variable" : {
"variableName" : "domain",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The name of the domain to be verified for Easy DKIM signing.
",
"variableSetterType" : "String",
"simpleType" : "String"
},
"setterModel" : {
"variableName" : "domain",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"variableSetterType" : "String",
"simpleType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Domain",
"marshallLocationName" : "Domain",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"map" : false,
"setterDocumentation" : "/**The name of the domain to be verified for Easy DKIM signing.
\n@param domain The name of the domain to be verified for Easy DKIM signing.*/",
"getterDocumentation" : "/**The name of the domain to be verified for Easy DKIM signing.
\n@return The name of the domain to be verified for Easy DKIM signing.*/",
"fluentSetterDocumentation" : "/**The name of the domain to be verified for Easy DKIM signing.
\n@param domain The name of the domain to be verified for Easy DKIM signing.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The name of the domain to be verified for Easy DKIM signing.
\n@param domain The name of the domain to be verified for Easy DKIM signing.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"list" : false,
"simple" : true
} ],
"enums" : null,
"variable" : {
"variableName" : "verifyDomainDkimRequest",
"variableType" : "VerifyDomainDkimRequest",
"variableDeclarationType" : "VerifyDomainDkimRequest",
"documentation" : null,
"variableSetterType" : "VerifyDomainDkimRequest",
"simpleType" : "VerifyDomainDkimRequest"
},
"marshaller" : {
"action" : "VerifyDomainDkim",
"verb" : "POST",
"target" : null,
"requestUri" : "/",
"locationName" : null,
"xmlNameSpaceUri" : null
},
"unmarshaller" : null,
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : {
"Domain" : {
"documentation" : "The name of the domain to be verified for Easy DKIM signing.
",
"name" : "Domain",
"c2jName" : "Domain",
"c2jShape" : "Domain",
"variable" : {
"variableName" : "domain",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The name of the domain to be verified for Easy DKIM signing.
",
"variableSetterType" : "String",
"simpleType" : "String"
},
"setterModel" : {
"variableName" : "domain",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"variableSetterType" : "String",
"simpleType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Domain",
"marshallLocationName" : "Domain",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"map" : false,
"setterDocumentation" : "/**The name of the domain to be verified for Easy DKIM signing.
\n@param domain The name of the domain to be verified for Easy DKIM signing.*/",
"getterDocumentation" : "/**The name of the domain to be verified for Easy DKIM signing.
\n@return The name of the domain to be verified for Easy DKIM signing.*/",
"fluentSetterDocumentation" : "/**The name of the domain to be verified for Easy DKIM signing.
\n@param domain The name of the domain to be verified for Easy DKIM signing.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The name of the domain to be verified for Easy DKIM signing.
\n@param domain The name of the domain to be verified for Easy DKIM signing.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"list" : false,
"simple" : true
}
}
},
"CloneReceiptRuleSetResult" : {
"c2jName" : "CloneReceiptRuleSetResponse",
"documentation" : "",
"shapeName" : "CloneReceiptRuleSetResult",
"deprecated" : false,
"required" : null,
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"members" : null,
"enums" : null,
"variable" : {
"variableName" : "cloneReceiptRuleSetResult",
"variableType" : "CloneReceiptRuleSetResult",
"variableDeclarationType" : "CloneReceiptRuleSetResult",
"documentation" : null,
"variableSetterType" : "CloneReceiptRuleSetResult",
"simpleType" : "CloneReceiptRuleSetResult"
},
"marshaller" : null,
"unmarshaller" : {
"resultWrapper" : "CloneReceiptRuleSetResult",
"flattened" : false
},
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : { }
},
"StopScope" : {
"c2jName" : "StopScope",
"documentation" : "",
"shapeName" : "StopScope",
"deprecated" : false,
"required" : null,
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"members" : null,
"enums" : [ {
"name" : "RuleSet",
"value" : "RuleSet"
} ],
"variable" : {
"variableName" : "stopScope",
"variableType" : "StopScope",
"variableDeclarationType" : "StopScope",
"documentation" : null,
"variableSetterType" : "StopScope",
"simpleType" : "StopScope"
},
"marshaller" : null,
"unmarshaller" : {
"resultWrapper" : null,
"flattened" : false
},
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : { }
},
"VerifyDomainIdentityResult" : {
"c2jName" : "VerifyDomainIdentityResponse",
"documentation" : "",
"shapeName" : "VerifyDomainIdentityResult",
"deprecated" : false,
"required" : [ "VerificationToken" ],
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"members" : [ {
"documentation" : "A TXT record that must be placed in the DNS settings for the domain, in order to complete domain verification.
",
"name" : "VerificationToken",
"c2jName" : "VerificationToken",
"c2jShape" : "VerificationToken",
"variable" : {
"variableName" : "verificationToken",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "A TXT record that must be placed in the DNS settings for the domain, in order to complete domain verification.
",
"variableSetterType" : "String",
"simpleType" : "String"
},
"setterModel" : {
"variableName" : "verificationToken",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"variableSetterType" : "String",
"simpleType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "VerificationToken",
"marshallLocationName" : "VerificationToken",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"map" : false,
"setterDocumentation" : "/**A TXT record that must be placed in the DNS settings for the domain, in order to complete domain verification.
\n@param verificationToken A TXT record that must be placed in the DNS settings for the domain, in order to complete domain verification.*/",
"getterDocumentation" : "/**A TXT record that must be placed in the DNS settings for the domain, in order to complete domain verification.
\n@return A TXT record that must be placed in the DNS settings for the domain, in order to complete domain verification.*/",
"fluentSetterDocumentation" : "/**A TXT record that must be placed in the DNS settings for the domain, in order to complete domain verification.
\n@param verificationToken A TXT record that must be placed in the DNS settings for the domain, in order to complete domain verification.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**A TXT record that must be placed in the DNS settings for the domain, in order to complete domain verification.
\n@param verificationToken A TXT record that must be placed in the DNS settings for the domain, in order to complete domain verification.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"list" : false,
"simple" : true
} ],
"enums" : null,
"variable" : {
"variableName" : "verifyDomainIdentityResult",
"variableType" : "VerifyDomainIdentityResult",
"variableDeclarationType" : "VerifyDomainIdentityResult",
"documentation" : null,
"variableSetterType" : "VerifyDomainIdentityResult",
"simpleType" : "VerifyDomainIdentityResult"
},
"marshaller" : null,
"unmarshaller" : {
"resultWrapper" : "VerifyDomainIdentityResult",
"flattened" : false
},
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : {
"VerificationToken" : {
"documentation" : "A TXT record that must be placed in the DNS settings for the domain, in order to complete domain verification.
",
"name" : "VerificationToken",
"c2jName" : "VerificationToken",
"c2jShape" : "VerificationToken",
"variable" : {
"variableName" : "verificationToken",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "A TXT record that must be placed in the DNS settings for the domain, in order to complete domain verification.
",
"variableSetterType" : "String",
"simpleType" : "String"
},
"setterModel" : {
"variableName" : "verificationToken",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"variableSetterType" : "String",
"simpleType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "VerificationToken",
"marshallLocationName" : "VerificationToken",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"map" : false,
"setterDocumentation" : "/**A TXT record that must be placed in the DNS settings for the domain, in order to complete domain verification.
\n@param verificationToken A TXT record that must be placed in the DNS settings for the domain, in order to complete domain verification.*/",
"getterDocumentation" : "/**A TXT record that must be placed in the DNS settings for the domain, in order to complete domain verification.
\n@return A TXT record that must be placed in the DNS settings for the domain, in order to complete domain verification.*/",
"fluentSetterDocumentation" : "/**A TXT record that must be placed in the DNS settings for the domain, in order to complete domain verification.
\n@param verificationToken A TXT record that must be placed in the DNS settings for the domain, in order to complete domain verification.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**A TXT record that must be placed in the DNS settings for the domain, in order to complete domain verification.
\n@param verificationToken A TXT record that must be placed in the DNS settings for the domain, in order to complete domain verification.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"list" : false,
"simple" : true
}
}
},
"CreateReceiptFilterRequest" : {
"c2jName" : "CreateReceiptFilterRequest",
"documentation" : "",
"shapeName" : "CreateReceiptFilterRequest",
"deprecated" : false,
"required" : [ "Filter" ],
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"members" : [ {
"documentation" : "A data structure that describes the IP address filter to create, which consists of a name, an IP address range, and whether to allow or block mail from it.
",
"name" : "Filter",
"c2jName" : "Filter",
"c2jShape" : "ReceiptFilter",
"variable" : {
"variableName" : "filter",
"variableType" : "ReceiptFilter",
"variableDeclarationType" : "ReceiptFilter",
"documentation" : "A data structure that describes the IP address filter to create, which consists of a name, an IP address range, and whether to allow or block mail from it.
",
"variableSetterType" : "ReceiptFilter",
"simpleType" : "ReceiptFilter"
},
"setterModel" : {
"variableName" : "filter",
"variableType" : "ReceiptFilter",
"variableDeclarationType" : "ReceiptFilter",
"documentation" : "",
"variableSetterType" : "ReceiptFilter",
"simpleType" : "ReceiptFilter"
},
"getterModel" : {
"returnType" : "ReceiptFilter",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Filter",
"marshallLocationName" : "Filter",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"map" : false,
"setterDocumentation" : "/**A data structure that describes the IP address filter to create, which consists of a name, an IP address range, and whether to allow or block mail from it.
\n@param filter A data structure that describes the IP address filter to create, which consists of a name, an IP address range, and whether to allow or block mail from it.*/",
"getterDocumentation" : "/**A data structure that describes the IP address filter to create, which consists of a name, an IP address range, and whether to allow or block mail from it.
\n@return A data structure that describes the IP address filter to create, which consists of a name, an IP address range, and whether to allow or block mail from it.*/",
"fluentSetterDocumentation" : "/**A data structure that describes the IP address filter to create, which consists of a name, an IP address range, and whether to allow or block mail from it.
\n@param filter A data structure that describes the IP address filter to create, which consists of a name, an IP address range, and whether to allow or block mail from it.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**A data structure that describes the IP address filter to create, which consists of a name, an IP address range, and whether to allow or block mail from it.
\n@param filter A data structure that describes the IP address filter to create, which consists of a name, an IP address range, and whether to allow or block mail from it.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"list" : false,
"simple" : false
} ],
"enums" : null,
"variable" : {
"variableName" : "createReceiptFilterRequest",
"variableType" : "CreateReceiptFilterRequest",
"variableDeclarationType" : "CreateReceiptFilterRequest",
"documentation" : null,
"variableSetterType" : "CreateReceiptFilterRequest",
"simpleType" : "CreateReceiptFilterRequest"
},
"marshaller" : {
"action" : "CreateReceiptFilter",
"verb" : "POST",
"target" : null,
"requestUri" : "/",
"locationName" : null,
"xmlNameSpaceUri" : null
},
"unmarshaller" : null,
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : {
"Filter" : {
"documentation" : "A data structure that describes the IP address filter to create, which consists of a name, an IP address range, and whether to allow or block mail from it.
",
"name" : "Filter",
"c2jName" : "Filter",
"c2jShape" : "ReceiptFilter",
"variable" : {
"variableName" : "filter",
"variableType" : "ReceiptFilter",
"variableDeclarationType" : "ReceiptFilter",
"documentation" : "A data structure that describes the IP address filter to create, which consists of a name, an IP address range, and whether to allow or block mail from it.
",
"variableSetterType" : "ReceiptFilter",
"simpleType" : "ReceiptFilter"
},
"setterModel" : {
"variableName" : "filter",
"variableType" : "ReceiptFilter",
"variableDeclarationType" : "ReceiptFilter",
"documentation" : "",
"variableSetterType" : "ReceiptFilter",
"simpleType" : "ReceiptFilter"
},
"getterModel" : {
"returnType" : "ReceiptFilter",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Filter",
"marshallLocationName" : "Filter",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"map" : false,
"setterDocumentation" : "/**A data structure that describes the IP address filter to create, which consists of a name, an IP address range, and whether to allow or block mail from it.
\n@param filter A data structure that describes the IP address filter to create, which consists of a name, an IP address range, and whether to allow or block mail from it.*/",
"getterDocumentation" : "/**A data structure that describes the IP address filter to create, which consists of a name, an IP address range, and whether to allow or block mail from it.
\n@return A data structure that describes the IP address filter to create, which consists of a name, an IP address range, and whether to allow or block mail from it.*/",
"fluentSetterDocumentation" : "/**A data structure that describes the IP address filter to create, which consists of a name, an IP address range, and whether to allow or block mail from it.
\n@param filter A data structure that describes the IP address filter to create, which consists of a name, an IP address range, and whether to allow or block mail from it.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**A data structure that describes the IP address filter to create, which consists of a name, an IP address range, and whether to allow or block mail from it.
\n@param filter A data structure that describes the IP address filter to create, which consists of a name, an IP address range, and whether to allow or block mail from it.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"list" : false,
"simple" : false
}
}
},
"SendRawEmailResult" : {
"c2jName" : "SendRawEmailResponse",
"documentation" : "",
"shapeName" : "SendRawEmailResult",
"deprecated" : false,
"required" : [ "MessageId" ],
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"members" : [ {
"documentation" : "The unique message identifier returned from the SendRawEmail
action.
",
"name" : "MessageId",
"c2jName" : "MessageId",
"c2jShape" : "MessageId",
"variable" : {
"variableName" : "messageId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The unique message identifier returned from the SendRawEmail
action.
",
"variableSetterType" : "String",
"simpleType" : "String"
},
"setterModel" : {
"variableName" : "messageId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"variableSetterType" : "String",
"simpleType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "MessageId",
"marshallLocationName" : "MessageId",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"map" : false,
"setterDocumentation" : "/**The unique message identifier returned from the SendRawEmail
action.
\n@param messageId The unique message identifier returned from the SendRawEmail
action.*/",
"getterDocumentation" : "/**The unique message identifier returned from the SendRawEmail
action.
\n@return The unique message identifier returned from the SendRawEmail
action.*/",
"fluentSetterDocumentation" : "/**The unique message identifier returned from the SendRawEmail
action.
\n@param messageId The unique message identifier returned from the SendRawEmail
action.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The unique message identifier returned from the SendRawEmail
action.
\n@param messageId The unique message identifier returned from the SendRawEmail
action.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"list" : false,
"simple" : true
} ],
"enums" : null,
"variable" : {
"variableName" : "sendRawEmailResult",
"variableType" : "SendRawEmailResult",
"variableDeclarationType" : "SendRawEmailResult",
"documentation" : null,
"variableSetterType" : "SendRawEmailResult",
"simpleType" : "SendRawEmailResult"
},
"marshaller" : null,
"unmarshaller" : {
"resultWrapper" : "SendRawEmailResult",
"flattened" : false
},
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : {
"MessageId" : {
"documentation" : "The unique message identifier returned from the SendRawEmail
action.
",
"name" : "MessageId",
"c2jName" : "MessageId",
"c2jShape" : "MessageId",
"variable" : {
"variableName" : "messageId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The unique message identifier returned from the SendRawEmail
action.
",
"variableSetterType" : "String",
"simpleType" : "String"
},
"setterModel" : {
"variableName" : "messageId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"variableSetterType" : "String",
"simpleType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "MessageId",
"marshallLocationName" : "MessageId",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"map" : false,
"setterDocumentation" : "/**The unique message identifier returned from the SendRawEmail
action.
\n@param messageId The unique message identifier returned from the SendRawEmail
action.*/",
"getterDocumentation" : "/**The unique message identifier returned from the SendRawEmail
action.
\n@return The unique message identifier returned from the SendRawEmail
action.*/",
"fluentSetterDocumentation" : "/**The unique message identifier returned from the SendRawEmail
action.
\n@param messageId The unique message identifier returned from the SendRawEmail
action.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The unique message identifier returned from the SendRawEmail
action.
\n@param messageId The unique message identifier returned from the SendRawEmail
action.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"list" : false,
"simple" : true
}
}
},
"GetSendStatisticsResult" : {
"c2jName" : "GetSendStatisticsResponse",
"documentation" : "",
"shapeName" : "GetSendStatisticsResult",
"deprecated" : false,
"required" : null,
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"members" : [ {
"documentation" : "A list of data points, each of which represents 15 minutes of activity.
",
"name" : "SendDataPoints",
"c2jName" : "SendDataPoints",
"c2jShape" : "SendDataPointList",
"variable" : {
"variableName" : "sendDataPoints",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "A list of data points, each of which represents 15 minutes of activity.
",
"variableSetterType" : "java.util.Collection",
"simpleType" : "List"
},
"setterModel" : {
"variableName" : "sendDataPoints",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "",
"variableSetterType" : "java.util.Collection",
"simpleType" : "List"
},
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "SendDataPoints",
"marshallLocationName" : "SendDataPoints",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : {
"memberType" : "SendDataPoint",
"memberLocationName" : null,
"implType" : "com.amazonaws.internal.SdkInternalList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"documentation" : "",
"name" : "Member",
"c2jName" : "member",
"c2jShape" : "SendDataPoint",
"variable" : {
"variableName" : "member",
"variableType" : "SendDataPoint",
"variableDeclarationType" : "SendDataPoint",
"documentation" : "",
"variableSetterType" : "SendDataPoint",
"simpleType" : "SendDataPoint"
},
"setterModel" : {
"variableName" : "member",
"variableType" : "SendDataPoint",
"variableDeclarationType" : "SendDataPoint",
"documentation" : "",
"variableSetterType" : "SendDataPoint",
"simpleType" : "SendDataPoint"
},
"getterModel" : {
"returnType" : "SendDataPoint",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "member",
"marshallLocationName" : "member",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"map" : false,
"setterDocumentation" : "/**\n@param member */",
"getterDocumentation" : "/**\n@return */",
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"list" : false,
"simple" : false
},
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"templateType" : "java.util.List",
"templateImplType" : "com.amazonaws.internal.SdkInternalList",
"map" : false,
"simpleType" : "SendDataPoint",
"simple" : false
},
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"map" : false,
"setterDocumentation" : "/**A list of data points, each of which represents 15 minutes of activity.
\n@param sendDataPoints A list of data points, each of which represents 15 minutes of activity.*/",
"getterDocumentation" : "/**A list of data points, each of which represents 15 minutes of activity.
\n@return A list of data points, each of which represents 15 minutes of activity.*/",
"fluentSetterDocumentation" : "/**A list of data points, each of which represents 15 minutes of activity.
\n@param sendDataPoints A list of data points, each of which represents 15 minutes of activity.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**A list of data points, each of which represents 15 minutes of activity.
\nNOTE: This method appends the values to the existing list (if any). Use {@link #setSendDataPoints(java.util.Collection)} or {@link #withSendDataPoints(java.util.Collection)} if you want to override the existing values.
\n@param sendDataPoints A list of data points, each of which represents 15 minutes of activity.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"list" : true,
"simple" : false
} ],
"enums" : null,
"variable" : {
"variableName" : "getSendStatisticsResult",
"variableType" : "GetSendStatisticsResult",
"variableDeclarationType" : "GetSendStatisticsResult",
"documentation" : null,
"variableSetterType" : "GetSendStatisticsResult",
"simpleType" : "GetSendStatisticsResult"
},
"marshaller" : null,
"unmarshaller" : {
"resultWrapper" : "GetSendStatisticsResult",
"flattened" : false
},
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : {
"SendDataPoints" : {
"documentation" : "A list of data points, each of which represents 15 minutes of activity.
",
"name" : "SendDataPoints",
"c2jName" : "SendDataPoints",
"c2jShape" : "SendDataPointList",
"variable" : {
"variableName" : "sendDataPoints",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "A list of data points, each of which represents 15 minutes of activity.
",
"variableSetterType" : "java.util.Collection",
"simpleType" : "List"
},
"setterModel" : {
"variableName" : "sendDataPoints",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "",
"variableSetterType" : "java.util.Collection",
"simpleType" : "List"
},
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "SendDataPoints",
"marshallLocationName" : "SendDataPoints",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : {
"memberType" : "SendDataPoint",
"memberLocationName" : null,
"implType" : "com.amazonaws.internal.SdkInternalList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"documentation" : "",
"name" : "Member",
"c2jName" : "member",
"c2jShape" : "SendDataPoint",
"variable" : {
"variableName" : "member",
"variableType" : "SendDataPoint",
"variableDeclarationType" : "SendDataPoint",
"documentation" : "",
"variableSetterType" : "SendDataPoint",
"simpleType" : "SendDataPoint"
},
"setterModel" : {
"variableName" : "member",
"variableType" : "SendDataPoint",
"variableDeclarationType" : "SendDataPoint",
"documentation" : "",
"variableSetterType" : "SendDataPoint",
"simpleType" : "SendDataPoint"
},
"getterModel" : {
"returnType" : "SendDataPoint",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "member",
"marshallLocationName" : "member",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"map" : false,
"setterDocumentation" : "/**\n@param member */",
"getterDocumentation" : "/**\n@return */",
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"list" : false,
"simple" : false
},
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"templateType" : "java.util.List",
"templateImplType" : "com.amazonaws.internal.SdkInternalList",
"map" : false,
"simpleType" : "SendDataPoint",
"simple" : false
},
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"map" : false,
"setterDocumentation" : "/**A list of data points, each of which represents 15 minutes of activity.
\n@param sendDataPoints A list of data points, each of which represents 15 minutes of activity.*/",
"getterDocumentation" : "/**A list of data points, each of which represents 15 minutes of activity.
\n@return A list of data points, each of which represents 15 minutes of activity.*/",
"fluentSetterDocumentation" : "/**A list of data points, each of which represents 15 minutes of activity.
\n@param sendDataPoints A list of data points, each of which represents 15 minutes of activity.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**A list of data points, each of which represents 15 minutes of activity.
\nNOTE: This method appends the values to the existing list (if any). Use {@link #setSendDataPoints(java.util.Collection)} or {@link #withSendDataPoints(java.util.Collection)} if you want to override the existing values.
\n@param sendDataPoints A list of data points, each of which represents 15 minutes of activity.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"list" : true,
"simple" : false
}
}
},
"MessageDsn" : {
"c2jName" : "MessageDsn",
"documentation" : "Message-related information to include in the Delivery Status Notification (DSN) when an email that Amazon SES receives on your behalf bounces.
For information about receiving email through Amazon SES, see the Amazon SES Developer Guide.
",
"shapeName" : "MessageDsn",
"deprecated" : false,
"required" : [ "ReportingMta" ],
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"members" : [ {
"documentation" : "The reporting MTA that attempted to deliver the message, formatted as specified in RFC 3464 (mta-name-type; mta-name
). The default value is dns; inbound-smtp.[region].amazonaws.com
.
",
"name" : "ReportingMta",
"c2jName" : "ReportingMta",
"c2jShape" : "ReportingMta",
"variable" : {
"variableName" : "reportingMta",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The reporting MTA that attempted to deliver the message, formatted as specified in RFC 3464 (mta-name-type; mta-name
). The default value is dns; inbound-smtp.[region].amazonaws.com
.
",
"variableSetterType" : "String",
"simpleType" : "String"
},
"setterModel" : {
"variableName" : "reportingMta",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"variableSetterType" : "String",
"simpleType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "ReportingMta",
"marshallLocationName" : "ReportingMta",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"map" : false,
"setterDocumentation" : "/**The reporting MTA that attempted to deliver the message, formatted as specified in RFC 3464 (mta-name-type; mta-name
). The default value is dns; inbound-smtp.[region].amazonaws.com
.
\n@param reportingMta The reporting MTA that attempted to deliver the message, formatted as specified in RFC 3464 (mta-name-type; mta-name
). The default value is dns; inbound-smtp.[region].amazonaws.com
.*/",
"getterDocumentation" : "/**The reporting MTA that attempted to deliver the message, formatted as specified in RFC 3464 (mta-name-type; mta-name
). The default value is dns; inbound-smtp.[region].amazonaws.com
.
\n@return The reporting MTA that attempted to deliver the message, formatted as specified in RFC 3464 (mta-name-type; mta-name
). The default value is dns; inbound-smtp.[region].amazonaws.com
.*/",
"fluentSetterDocumentation" : "/**The reporting MTA that attempted to deliver the message, formatted as specified in RFC 3464 (mta-name-type; mta-name
). The default value is dns; inbound-smtp.[region].amazonaws.com
.
\n@param reportingMta The reporting MTA that attempted to deliver the message, formatted as specified in RFC 3464 (mta-name-type; mta-name
). The default value is dns; inbound-smtp.[region].amazonaws.com
.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The reporting MTA that attempted to deliver the message, formatted as specified in RFC 3464 (mta-name-type; mta-name
). The default value is dns; inbound-smtp.[region].amazonaws.com
.
\n@param reportingMta The reporting MTA that attempted to deliver the message, formatted as specified in RFC 3464 (mta-name-type; mta-name
). The default value is dns; inbound-smtp.[region].amazonaws.com
.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"list" : false,
"simple" : true
}, {
"documentation" : "When the message was received by the reporting mail transfer agent (MTA), in RFC 822 date-time format.
",
"name" : "ArrivalDate",
"c2jName" : "ArrivalDate",
"c2jShape" : "ArrivalDate",
"variable" : {
"variableName" : "arrivalDate",
"variableType" : "java.util.Date",
"variableDeclarationType" : "java.util.Date",
"documentation" : "When the message was received by the reporting mail transfer agent (MTA), in RFC 822 date-time format.
",
"variableSetterType" : "java.util.Date",
"simpleType" : "Date"
},
"setterModel" : {
"variableName" : "arrivalDate",
"variableType" : "java.util.Date",
"variableDeclarationType" : "java.util.Date",
"documentation" : "",
"variableSetterType" : "java.util.Date",
"simpleType" : "Date"
},
"getterModel" : {
"returnType" : "java.util.Date",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "ArrivalDate",
"marshallLocationName" : "ArrivalDate",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"map" : false,
"setterDocumentation" : "/**When the message was received by the reporting mail transfer agent (MTA), in RFC 822 date-time format.
\n@param arrivalDate When the message was received by the reporting mail transfer agent (MTA), in RFC 822 date-time format.*/",
"getterDocumentation" : "/**When the message was received by the reporting mail transfer agent (MTA), in RFC 822 date-time format.
\n@return When the message was received by the reporting mail transfer agent (MTA), in RFC 822 date-time format.*/",
"fluentSetterDocumentation" : "/**When the message was received by the reporting mail transfer agent (MTA), in RFC 822 date-time format.
\n@param arrivalDate When the message was received by the reporting mail transfer agent (MTA), in RFC 822 date-time format.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**When the message was received by the reporting mail transfer agent (MTA), in RFC 822 date-time format.
\n@param arrivalDate When the message was received by the reporting mail transfer agent (MTA), in RFC 822 date-time format.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"list" : false,
"simple" : true
}, {
"documentation" : "Additional X-headers to include in the DSN.
",
"name" : "ExtensionFields",
"c2jName" : "ExtensionFields",
"c2jShape" : "ExtensionFieldList",
"variable" : {
"variableName" : "extensionFields",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "Additional X-headers to include in the DSN.
",
"variableSetterType" : "java.util.Collection",
"simpleType" : "List"
},
"setterModel" : {
"variableName" : "extensionFields",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "",
"variableSetterType" : "java.util.Collection",
"simpleType" : "List"
},
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "ExtensionFields",
"marshallLocationName" : "ExtensionFields",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : {
"memberType" : "ExtensionField",
"memberLocationName" : null,
"implType" : "com.amazonaws.internal.SdkInternalList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"documentation" : "",
"name" : "Member",
"c2jName" : "member",
"c2jShape" : "ExtensionField",
"variable" : {
"variableName" : "member",
"variableType" : "ExtensionField",
"variableDeclarationType" : "ExtensionField",
"documentation" : "",
"variableSetterType" : "ExtensionField",
"simpleType" : "ExtensionField"
},
"setterModel" : {
"variableName" : "member",
"variableType" : "ExtensionField",
"variableDeclarationType" : "ExtensionField",
"documentation" : "",
"variableSetterType" : "ExtensionField",
"simpleType" : "ExtensionField"
},
"getterModel" : {
"returnType" : "ExtensionField",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "member",
"marshallLocationName" : "member",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"map" : false,
"setterDocumentation" : "/**\n@param member */",
"getterDocumentation" : "/**\n@return */",
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"list" : false,
"simple" : false
},
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"templateType" : "java.util.List