All Downloads are FREE. Search and download functionalities are using the official Maven repository.

models.email-2010-12-01-intermediate.json Maven / Gradle / Ivy

{
  "customizationConfig" : {
    "additionalShapeConstructors" : {
      "Body" : {
        "constructorForms" : [ [ "Text" ] ]
      },
      "Content" : {
        "constructorForms" : [ [ "Data" ] ]
      },
      "Destination" : {
        "constructorForms" : [ [ "ToAddresses" ] ]
      },
      "Message" : {
        "constructorForms" : [ [ "Subject", "Body" ] ]
      },
      "RawMessage" : {
        "constructorForms" : [ [ "Data" ] ]
      },
      "SendEmailRequest" : {
        "constructorForms" : [ [ "Source", "Destination", "Message" ] ]
      },
      "SendRawEmailRequest" : {
        "constructorForms" : [ [ "RawMessage" ] ]
      }
    },
    "authPolicyActions" : {
      "actionPrefix" : "ses",
      "fileNamePrefix" : "SimpleEmailService",
      "skip" : false
    },
    "calculateCRC32FromCompressedData" : false,
    "convenienceTypeOverloads" : [ ],
    "customClientConfigFactory" : null,
    "customCodeTemplates" : null,
    "customErrorCodeFieldName" : null,
    "customExceptionUnmarshallerImpl" : null,
    "customFileHeader" : null,
    "customResponseMetadataClassName" : null,
    "customServiceMetadata" : null,
    "customServiceNameForRequest" : null,
    "customSignerProvider" : null,
    "deprecatedSuppressions" : null,
    "operationModifiers" : null,
    "operationsWithResponseStreamContentLengthValidation" : null,
    "presignersFqcn" : null,
    "renameShapes" : null,
    "requestMetrics" : null,
    "requiredParamValidationEnabled" : false,
    "sdkModeledExceptionBaseClassName" : null,
    "sendEmptyAutoConstructedListAsEmptyList" : null,
    "sendExplicitlyEmptyListsForQuery" : false,
    "serviceClientHoldInputStream" : false,
    "shapeModifiers" : null,
    "shapeSubstitutions" : null,
    "simpleMethods" : {
      "GetSendQuota" : {
        "methodForms" : [ [ ] ]
      },
      "GetSendStatistics" : {
        "methodForms" : [ [ ] ]
      },
      "ListIdentities" : {
        "methodForms" : [ [ ] ]
      },
      "ListVerifiedEmailAddresses" : {
        "methodForms" : [ [ ] ]
      }
    },
    "skipInterfaceAdditions" : false,
    "skipSmokeTests" : false,
    "transformDirectory" : "transform",
    "useAutoConstructList" : true,
    "useAutoConstructMap" : true
  },
  "metadata" : {
    "apiVersion" : "2010-12-01",
    "asyncClient" : "AmazonSimpleEmailServiceAsyncClient",
    "asyncClientBuilderClassName" : "AmazonSimpleEmailServiceAsyncClientBuilder",
    "asyncInterface" : "AmazonSimpleEmailServiceAsync",
    "cborProtocol" : false,
    "checksumFormat" : null,
    "contentType" : null,
    "cucumberModuleInjectorClassName" : "AmazonSimpleEmailServiceModuleInjector",
    "defaultEndpoint" : "https://email.us-east-1.amazonaws.com",
    "defaultEndpointWithoutHttpProtocol" : "email.us-east-1.amazonaws.com",
    "defaultRegion" : 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.

", "endpointPrefix" : "email", "hasApiWithStreamInput" : false, "ionProtocol" : false, "jsonProtocol" : false, "jsonVersion" : null, "packageName" : "com.amazonaws.services.simpleemail", "packagePath" : "com/amazonaws/services/simpleemail", "protocol" : "query", "protocolDefaultExceptionUmarshallerImpl" : "StandardErrorUnmarshaller", "protocolFactory" : null, "requestBaseFqcn" : "com.amazonaws.AmazonWebServiceRequest", "requiresApiKey" : false, "requiresIamSigners" : false, "serviceAbbreviation" : "Amazon SES", "serviceFullName" : "Amazon Simple Email Service", "serviceName" : "Amazon SES", "signingName" : "ses", "smokeTestsPackageName" : "com.amazonaws.services.simpleemail.smoketests", "syncClient" : "AmazonSimpleEmailServiceClient", "syncClientBuilderClassName" : "AmazonSimpleEmailServiceClientBuilder", "syncInterface" : "AmazonSimpleEmailService", "uid" : "email-2010-12-01", "unmarshallerClassSuffix" : "StaxUnmarshaller", "unmarshallerContextClassName" : "StaxUnmarshallerContext", "xmlProtocol" : true }, "operations" : { "CloneReceiptRuleSet" : { "asyncCallableType" : "java.util.concurrent.Callable", "asyncFutureType" : "java.util.concurrent.Future", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "asyncReturnType" : "CloneReceiptRuleSetResult", "authenticated" : true, "deprecated" : false, "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.

", "exceptions" : [ { "exceptionName" : "RuleSetDoesNotExistException", "documentation" : "

Indicates that the provided receipt rule set does not exist.

", "httpStatusCode" : 400 }, { "exceptionName" : "AlreadyExistsException", "documentation" : "

Indicates that a resource could not be created because of a naming conflict.

", "httpStatusCode" : 400 }, { "exceptionName" : "LimitExceededException", "documentation" : "

Indicates that a resource could not be created because of service limits. For a list of Amazon SES limits, see the Amazon SES Developer Guide.

", "httpStatusCode" : 400 } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "CloneReceiptRuleSetRequest", "variableName" : "cloneReceiptRuleSetRequest", "variableType" : "CloneReceiptRuleSetRequest", "documentation" : "

Represents a request to create a receipt rule set by cloning an existing one. You use receipt rule sets to receive email with Amazon SES. For more information, see the Amazon SES Developer Guide.

", "simpleType" : "CloneReceiptRuleSetRequest", "variableSetterType" : "CloneReceiptRuleSetRequest" }, "inputStreamPropertyName" : null, "methodName" : "cloneReceiptRuleSet", "operationName" : "CloneReceiptRuleSet", "returnType" : { "returnType" : "CloneReceiptRuleSetResult", "documentation" : "

An empty element returned on a successful request.

" }, "syncReturnType" : "CloneReceiptRuleSetResult" }, "CreateConfigurationSet" : { "asyncCallableType" : "java.util.concurrent.Callable", "asyncFutureType" : "java.util.concurrent.Future", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "asyncReturnType" : "CreateConfigurationSetResult", "authenticated" : true, "deprecated" : false, "documentation" : "

Creates a configuration set.

Configuration sets enable you to publish email sending events. For information about using configuration sets, see the Amazon SES Developer Guide.

This action is throttled at one request per second.

", "exceptions" : [ { "exceptionName" : "ConfigurationSetAlreadyExistsException", "documentation" : "

Indicates that the configuration set could not be created because of a naming conflict.

", "httpStatusCode" : 400 }, { "exceptionName" : "InvalidConfigurationSetException", "documentation" : "

Indicates that the configuration set is invalid. See the error message for details.

", "httpStatusCode" : 400 }, { "exceptionName" : "LimitExceededException", "documentation" : "

Indicates that a resource could not be created because of service limits. For a list of Amazon SES limits, see the Amazon SES Developer Guide.

", "httpStatusCode" : 400 } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "CreateConfigurationSetRequest", "variableName" : "createConfigurationSetRequest", "variableType" : "CreateConfigurationSetRequest", "documentation" : "

Represents a request to create a configuration set. Configuration sets enable you to publish email sending events. For information about using configuration sets, see the Amazon SES Developer Guide.

", "simpleType" : "CreateConfigurationSetRequest", "variableSetterType" : "CreateConfigurationSetRequest" }, "inputStreamPropertyName" : null, "methodName" : "createConfigurationSet", "operationName" : "CreateConfigurationSet", "returnType" : { "returnType" : "CreateConfigurationSetResult", "documentation" : "

An empty element returned on a successful request.

" }, "syncReturnType" : "CreateConfigurationSetResult" }, "CreateConfigurationSetEventDestination" : { "asyncCallableType" : "java.util.concurrent.Callable", "asyncFutureType" : "java.util.concurrent.Future", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "asyncReturnType" : "CreateConfigurationSetEventDestinationResult", "authenticated" : true, "deprecated" : false, "documentation" : "

Creates a configuration set event destination.

When you create or update an event destination, you must provide one, and only one, destination. The destination can be either Amazon CloudWatch or Amazon Kinesis Firehose.

An event destination is the AWS service to which Amazon SES publishes the email sending events associated with a configuration set. For information about using configuration sets, see the Amazon SES Developer Guide.

This action is throttled at one request per second.

", "exceptions" : [ { "exceptionName" : "ConfigurationSetDoesNotExistException", "documentation" : "

Indicates that the configuration set does not exist.

", "httpStatusCode" : 400 }, { "exceptionName" : "EventDestinationAlreadyExistsException", "documentation" : "

Indicates that the event destination could not be created because of a naming conflict.

", "httpStatusCode" : 400 }, { "exceptionName" : "InvalidCloudWatchDestinationException", "documentation" : "

Indicates that the Amazon CloudWatch destination is invalid. See the error message for details.

", "httpStatusCode" : 400 }, { "exceptionName" : "InvalidFirehoseDestinationException", "documentation" : "

Indicates that the Amazon Kinesis Firehose destination is invalid. See the error message for details.

", "httpStatusCode" : 400 }, { "exceptionName" : "LimitExceededException", "documentation" : "

Indicates that a resource could not be created because of service limits. For a list of Amazon SES limits, see the Amazon SES Developer Guide.

", "httpStatusCode" : 400 } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "CreateConfigurationSetEventDestinationRequest", "variableName" : "createConfigurationSetEventDestinationRequest", "variableType" : "CreateConfigurationSetEventDestinationRequest", "documentation" : "

Represents a request to create a configuration set event destination. A configuration set event destination, which can be either Amazon CloudWatch or Amazon Kinesis Firehose, describes an AWS service in which Amazon SES publishes the email sending events associated with a configuration set. For information about using configuration sets, see the Amazon SES Developer Guide.

", "simpleType" : "CreateConfigurationSetEventDestinationRequest", "variableSetterType" : "CreateConfigurationSetEventDestinationRequest" }, "inputStreamPropertyName" : null, "methodName" : "createConfigurationSetEventDestination", "operationName" : "CreateConfigurationSetEventDestination", "returnType" : { "returnType" : "CreateConfigurationSetEventDestinationResult", "documentation" : "

An empty element returned on a successful request.

" }, "syncReturnType" : "CreateConfigurationSetEventDestinationResult" }, "CreateReceiptFilter" : { "asyncCallableType" : "java.util.concurrent.Callable", "asyncFutureType" : "java.util.concurrent.Future", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "asyncReturnType" : "CreateReceiptFilterResult", "authenticated" : true, "deprecated" : false, "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.

", "exceptions" : [ { "exceptionName" : "LimitExceededException", "documentation" : "

Indicates that a resource could not be created because of service limits. For a list of Amazon SES limits, see the Amazon SES Developer Guide.

", "httpStatusCode" : 400 }, { "exceptionName" : "AlreadyExistsException", "documentation" : "

Indicates that a resource could not be created because of a naming conflict.

", "httpStatusCode" : 400 } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "CreateReceiptFilterRequest", "variableName" : "createReceiptFilterRequest", "variableType" : "CreateReceiptFilterRequest", "documentation" : "

Represents a request to create a new IP address filter. You use IP address filters when you receive email with Amazon SES. For more information, see the Amazon SES Developer Guide.

", "simpleType" : "CreateReceiptFilterRequest", "variableSetterType" : "CreateReceiptFilterRequest" }, "inputStreamPropertyName" : null, "methodName" : "createReceiptFilter", "operationName" : "CreateReceiptFilter", "returnType" : { "returnType" : "CreateReceiptFilterResult", "documentation" : "

An empty element returned on a successful request.

" }, "syncReturnType" : "CreateReceiptFilterResult" }, "CreateReceiptRule" : { "asyncCallableType" : "java.util.concurrent.Callable", "asyncFutureType" : "java.util.concurrent.Future", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "asyncReturnType" : "CreateReceiptRuleResult", "authenticated" : true, "deprecated" : false, "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.

", "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.

", "httpStatusCode" : 400 }, { "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.

", "httpStatusCode" : 400 }, { "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.

", "httpStatusCode" : 400 }, { "exceptionName" : "AlreadyExistsException", "documentation" : "

Indicates that a resource could not be created because of a naming conflict.

", "httpStatusCode" : 400 }, { "exceptionName" : "RuleDoesNotExistException", "documentation" : "

Indicates that the provided receipt rule does not exist.

", "httpStatusCode" : 400 }, { "exceptionName" : "RuleSetDoesNotExistException", "documentation" : "

Indicates that the provided receipt rule set does not exist.

", "httpStatusCode" : 400 }, { "exceptionName" : "LimitExceededException", "documentation" : "

Indicates that a resource could not be created because of service limits. For a list of Amazon SES limits, see the Amazon SES Developer Guide.

", "httpStatusCode" : 400 } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "CreateReceiptRuleRequest", "variableName" : "createReceiptRuleRequest", "variableType" : "CreateReceiptRuleRequest", "documentation" : "

Represents a request to create a receipt rule. You use receipt rules to receive email with Amazon SES. For more information, see the Amazon SES Developer Guide.

", "simpleType" : "CreateReceiptRuleRequest", "variableSetterType" : "CreateReceiptRuleRequest" }, "inputStreamPropertyName" : null, "methodName" : "createReceiptRule", "operationName" : "CreateReceiptRule", "returnType" : { "returnType" : "CreateReceiptRuleResult", "documentation" : "

An empty element returned on a successful request.

" }, "syncReturnType" : "CreateReceiptRuleResult" }, "CreateReceiptRuleSet" : { "asyncCallableType" : "java.util.concurrent.Callable", "asyncFutureType" : "java.util.concurrent.Future", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "asyncReturnType" : "CreateReceiptRuleSetResult", "authenticated" : true, "deprecated" : false, "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.

", "exceptions" : [ { "exceptionName" : "AlreadyExistsException", "documentation" : "

Indicates that a resource could not be created because of a naming conflict.

", "httpStatusCode" : 400 }, { "exceptionName" : "LimitExceededException", "documentation" : "

Indicates that a resource could not be created because of service limits. For a list of Amazon SES limits, see the Amazon SES Developer Guide.

", "httpStatusCode" : 400 } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "CreateReceiptRuleSetRequest", "variableName" : "createReceiptRuleSetRequest", "variableType" : "CreateReceiptRuleSetRequest", "documentation" : "

Represents a request to create an empty receipt rule set. You use receipt rule sets to receive email with Amazon SES. For more information, see the Amazon SES Developer Guide.

", "simpleType" : "CreateReceiptRuleSetRequest", "variableSetterType" : "CreateReceiptRuleSetRequest" }, "inputStreamPropertyName" : null, "methodName" : "createReceiptRuleSet", "operationName" : "CreateReceiptRuleSet", "returnType" : { "returnType" : "CreateReceiptRuleSetResult", "documentation" : "

An empty element returned on a successful request.

" }, "syncReturnType" : "CreateReceiptRuleSetResult" }, "DeleteConfigurationSet" : { "asyncCallableType" : "java.util.concurrent.Callable", "asyncFutureType" : "java.util.concurrent.Future", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "asyncReturnType" : "DeleteConfigurationSetResult", "authenticated" : true, "deprecated" : false, "documentation" : "

Deletes a configuration set.

Configuration sets enable you to publish email sending events. For information about using configuration sets, see the Amazon SES Developer Guide.

This action is throttled at one request per second.

", "exceptions" : [ { "exceptionName" : "ConfigurationSetDoesNotExistException", "documentation" : "

Indicates that the configuration set does not exist.

", "httpStatusCode" : 400 } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "DeleteConfigurationSetRequest", "variableName" : "deleteConfigurationSetRequest", "variableType" : "DeleteConfigurationSetRequest", "documentation" : "

Represents a request to delete a configuration set. Configuration sets enable you to publish email sending events. For information about using configuration sets, see the Amazon SES Developer Guide.

", "simpleType" : "DeleteConfigurationSetRequest", "variableSetterType" : "DeleteConfigurationSetRequest" }, "inputStreamPropertyName" : null, "methodName" : "deleteConfigurationSet", "operationName" : "DeleteConfigurationSet", "returnType" : { "returnType" : "DeleteConfigurationSetResult", "documentation" : "

An empty element returned on a successful request.

" }, "syncReturnType" : "DeleteConfigurationSetResult" }, "DeleteConfigurationSetEventDestination" : { "asyncCallableType" : "java.util.concurrent.Callable", "asyncFutureType" : "java.util.concurrent.Future", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "asyncReturnType" : "DeleteConfigurationSetEventDestinationResult", "authenticated" : true, "deprecated" : false, "documentation" : "

Deletes a configuration set event destination.

Configuration set event destinations are associated with configuration sets, which enable you to publish email sending events. For information about using configuration sets, see the Amazon SES Developer Guide.

This action is throttled at one request per second.

", "exceptions" : [ { "exceptionName" : "ConfigurationSetDoesNotExistException", "documentation" : "

Indicates that the configuration set does not exist.

", "httpStatusCode" : 400 }, { "exceptionName" : "EventDestinationDoesNotExistException", "documentation" : "

Indicates that the event destination does not exist.

", "httpStatusCode" : 400 } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "DeleteConfigurationSetEventDestinationRequest", "variableName" : "deleteConfigurationSetEventDestinationRequest", "variableType" : "DeleteConfigurationSetEventDestinationRequest", "documentation" : "

Represents a request to delete a configuration set event destination. Configuration set event destinations are associated with configuration sets, which enable you to publish email sending events. For information about using configuration sets, see the Amazon SES Developer Guide.

", "simpleType" : "DeleteConfigurationSetEventDestinationRequest", "variableSetterType" : "DeleteConfigurationSetEventDestinationRequest" }, "inputStreamPropertyName" : null, "methodName" : "deleteConfigurationSetEventDestination", "operationName" : "DeleteConfigurationSetEventDestination", "returnType" : { "returnType" : "DeleteConfigurationSetEventDestinationResult", "documentation" : "

An empty element returned on a successful request.

" }, "syncReturnType" : "DeleteConfigurationSetEventDestinationResult" }, "DeleteIdentity" : { "asyncCallableType" : "java.util.concurrent.Callable", "asyncFutureType" : "java.util.concurrent.Future", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "asyncReturnType" : "DeleteIdentityResult", "authenticated" : true, "deprecated" : false, "documentation" : "

Deletes the specified identity (an email address or a domain) from the list of verified identities.

This action is throttled at one request per second.

", "exceptions" : null, "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "DeleteIdentityRequest", "variableName" : "deleteIdentityRequest", "variableType" : "DeleteIdentityRequest", "documentation" : "

Represents a request to delete one of your Amazon SES identities (an email address or domain).

", "simpleType" : "DeleteIdentityRequest", "variableSetterType" : "DeleteIdentityRequest" }, "inputStreamPropertyName" : null, "methodName" : "deleteIdentity", "operationName" : "DeleteIdentity", "returnType" : { "returnType" : "DeleteIdentityResult", "documentation" : "

An empty element returned on a successful request.

" }, "syncReturnType" : "DeleteIdentityResult" }, "DeleteIdentityPolicy" : { "asyncCallableType" : "java.util.concurrent.Callable", "asyncFutureType" : "java.util.concurrent.Future", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "asyncReturnType" : "DeleteIdentityPolicyResult", "authenticated" : true, "deprecated" : false, "documentation" : "

Deletes the specified sending authorization policy for the given identity (an email address or a 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.

", "exceptions" : null, "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "DeleteIdentityPolicyRequest", "variableName" : "deleteIdentityPolicyRequest", "variableType" : "DeleteIdentityPolicyRequest", "documentation" : "

Represents a request to delete a sending authorization policy for an identity. Sending authorization is an Amazon SES feature that enables you to authorize other senders to use your identities. For information, see the Amazon SES Developer Guide.

", "simpleType" : "DeleteIdentityPolicyRequest", "variableSetterType" : "DeleteIdentityPolicyRequest" }, "inputStreamPropertyName" : null, "methodName" : "deleteIdentityPolicy", "operationName" : "DeleteIdentityPolicy", "returnType" : { "returnType" : "DeleteIdentityPolicyResult", "documentation" : "

An empty element returned on a successful request.

" }, "syncReturnType" : "DeleteIdentityPolicyResult" }, "DeleteReceiptFilter" : { "asyncCallableType" : "java.util.concurrent.Callable", "asyncFutureType" : "java.util.concurrent.Future", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "asyncReturnType" : "DeleteReceiptFilterResult", "authenticated" : true, "deprecated" : false, "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.

", "exceptions" : null, "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "DeleteReceiptFilterRequest", "variableName" : "deleteReceiptFilterRequest", "variableType" : "DeleteReceiptFilterRequest", "documentation" : "

Represents a request to delete an IP address filter. You use IP address filters when you receive email with Amazon SES. For more information, see the Amazon SES Developer Guide.

", "simpleType" : "DeleteReceiptFilterRequest", "variableSetterType" : "DeleteReceiptFilterRequest" }, "inputStreamPropertyName" : null, "methodName" : "deleteReceiptFilter", "operationName" : "DeleteReceiptFilter", "returnType" : { "returnType" : "DeleteReceiptFilterResult", "documentation" : "

An empty element returned on a successful request.

" }, "syncReturnType" : "DeleteReceiptFilterResult" }, "DeleteReceiptRule" : { "asyncCallableType" : "java.util.concurrent.Callable", "asyncFutureType" : "java.util.concurrent.Future", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "asyncReturnType" : "DeleteReceiptRuleResult", "authenticated" : true, "deprecated" : false, "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.

", "exceptions" : [ { "exceptionName" : "RuleSetDoesNotExistException", "documentation" : "

Indicates that the provided receipt rule set does not exist.

", "httpStatusCode" : 400 } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "DeleteReceiptRuleRequest", "variableName" : "deleteReceiptRuleRequest", "variableType" : "DeleteReceiptRuleRequest", "documentation" : "

Represents a request to delete a receipt rule. You use receipt rules to receive email with Amazon SES. For more information, see the Amazon SES Developer Guide.

", "simpleType" : "DeleteReceiptRuleRequest", "variableSetterType" : "DeleteReceiptRuleRequest" }, "inputStreamPropertyName" : null, "methodName" : "deleteReceiptRule", "operationName" : "DeleteReceiptRule", "returnType" : { "returnType" : "DeleteReceiptRuleResult", "documentation" : "

An empty element returned on a successful request.

" }, "syncReturnType" : "DeleteReceiptRuleResult" }, "DeleteReceiptRuleSet" : { "asyncCallableType" : "java.util.concurrent.Callable", "asyncFutureType" : "java.util.concurrent.Future", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "asyncReturnType" : "DeleteReceiptRuleSetResult", "authenticated" : true, "deprecated" : false, "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.

", "exceptions" : [ { "exceptionName" : "CannotDeleteException", "documentation" : "

Indicates that the delete operation could not be completed.

", "httpStatusCode" : 400 } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "DeleteReceiptRuleSetRequest", "variableName" : "deleteReceiptRuleSetRequest", "variableType" : "DeleteReceiptRuleSetRequest", "documentation" : "

Represents a request to delete a receipt rule set and all of the receipt rules it contains. You use receipt rule sets to receive email with Amazon SES. For more information, see the Amazon SES Developer Guide.

", "simpleType" : "DeleteReceiptRuleSetRequest", "variableSetterType" : "DeleteReceiptRuleSetRequest" }, "inputStreamPropertyName" : null, "methodName" : "deleteReceiptRuleSet", "operationName" : "DeleteReceiptRuleSet", "returnType" : { "returnType" : "DeleteReceiptRuleSetResult", "documentation" : "

An empty element returned on a successful request.

" }, "syncReturnType" : "DeleteReceiptRuleSetResult" }, "DeleteVerifiedEmailAddress" : { "asyncCallableType" : "java.util.concurrent.Callable", "asyncFutureType" : "java.util.concurrent.Future", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "asyncReturnType" : "DeleteVerifiedEmailAddressResult", "authenticated" : true, "deprecated" : false, "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.

", "exceptions" : null, "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "DeleteVerifiedEmailAddressRequest", "variableName" : "deleteVerifiedEmailAddressRequest", "variableType" : "DeleteVerifiedEmailAddressRequest", "documentation" : "

Represents a request to delete an email address from the list of email addresses you have attempted to verify under your AWS account.

", "simpleType" : "DeleteVerifiedEmailAddressRequest", "variableSetterType" : "DeleteVerifiedEmailAddressRequest" }, "inputStreamPropertyName" : null, "methodName" : "deleteVerifiedEmailAddress", "operationName" : "DeleteVerifiedEmailAddress", "returnType" : { "returnType" : "DeleteVerifiedEmailAddressResult", "documentation" : null }, "syncReturnType" : "DeleteVerifiedEmailAddressResult" }, "DescribeActiveReceiptRuleSet" : { "asyncCallableType" : "java.util.concurrent.Callable", "asyncFutureType" : "java.util.concurrent.Future", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "asyncReturnType" : "DescribeActiveReceiptRuleSetResult", "authenticated" : true, "deprecated" : false, "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.

", "exceptions" : null, "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "DescribeActiveReceiptRuleSetRequest", "variableName" : "describeActiveReceiptRuleSetRequest", "variableType" : "DescribeActiveReceiptRuleSetRequest", "documentation" : "

Represents a request to return the metadata and receipt rules for the receipt rule set that is currently active. You use receipt rule sets to receive email with Amazon SES. For more information, see the Amazon SES Developer Guide.

", "simpleType" : "DescribeActiveReceiptRuleSetRequest", "variableSetterType" : "DescribeActiveReceiptRuleSetRequest" }, "inputStreamPropertyName" : null, "methodName" : "describeActiveReceiptRuleSet", "operationName" : "DescribeActiveReceiptRuleSet", "returnType" : { "returnType" : "DescribeActiveReceiptRuleSetResult", "documentation" : "

Represents the metadata and receipt rules for the receipt rule set that is currently active.

" }, "syncReturnType" : "DescribeActiveReceiptRuleSetResult" }, "DescribeConfigurationSet" : { "asyncCallableType" : "java.util.concurrent.Callable", "asyncFutureType" : "java.util.concurrent.Future", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "asyncReturnType" : "DescribeConfigurationSetResult", "authenticated" : true, "deprecated" : false, "documentation" : "

Returns the details of the specified configuration set.

Configuration sets enable you to publish email sending events. For information about using configuration sets, see the Amazon SES Developer Guide.

This action is throttled at one request per second.

", "exceptions" : [ { "exceptionName" : "ConfigurationSetDoesNotExistException", "documentation" : "

Indicates that the configuration set does not exist.

", "httpStatusCode" : 400 } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "DescribeConfigurationSetRequest", "variableName" : "describeConfigurationSetRequest", "variableType" : "DescribeConfigurationSetRequest", "documentation" : "

Represents a request to return the details of a configuration set. Configuration sets enable you to publish email sending events. For information about using configuration sets, see the Amazon SES Developer Guide.

", "simpleType" : "DescribeConfigurationSetRequest", "variableSetterType" : "DescribeConfigurationSetRequest" }, "inputStreamPropertyName" : null, "methodName" : "describeConfigurationSet", "operationName" : "DescribeConfigurationSet", "returnType" : { "returnType" : "DescribeConfigurationSetResult", "documentation" : "

Represents the details of a configuration set. Configuration sets enable you to publish email sending events. For information about using configuration sets, see the Amazon SES Developer Guide.

" }, "syncReturnType" : "DescribeConfigurationSetResult" }, "DescribeReceiptRule" : { "asyncCallableType" : "java.util.concurrent.Callable", "asyncFutureType" : "java.util.concurrent.Future", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "asyncReturnType" : "DescribeReceiptRuleResult", "authenticated" : true, "deprecated" : false, "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.

", "exceptions" : [ { "exceptionName" : "RuleDoesNotExistException", "documentation" : "

Indicates that the provided receipt rule does not exist.

", "httpStatusCode" : 400 }, { "exceptionName" : "RuleSetDoesNotExistException", "documentation" : "

Indicates that the provided receipt rule set does not exist.

", "httpStatusCode" : 400 } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "DescribeReceiptRuleRequest", "variableName" : "describeReceiptRuleRequest", "variableType" : "DescribeReceiptRuleRequest", "documentation" : "

Represents a request to return the details of a receipt rule. You use receipt rules to receive email with Amazon SES. For more information, see the Amazon SES Developer Guide.

", "simpleType" : "DescribeReceiptRuleRequest", "variableSetterType" : "DescribeReceiptRuleRequest" }, "inputStreamPropertyName" : null, "methodName" : "describeReceiptRule", "operationName" : "DescribeReceiptRule", "returnType" : { "returnType" : "DescribeReceiptRuleResult", "documentation" : "

Represents the details of a receipt rule.

" }, "syncReturnType" : "DescribeReceiptRuleResult" }, "DescribeReceiptRuleSet" : { "asyncCallableType" : "java.util.concurrent.Callable", "asyncFutureType" : "java.util.concurrent.Future", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "asyncReturnType" : "DescribeReceiptRuleSetResult", "authenticated" : true, "deprecated" : false, "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.

", "exceptions" : [ { "exceptionName" : "RuleSetDoesNotExistException", "documentation" : "

Indicates that the provided receipt rule set does not exist.

", "httpStatusCode" : 400 } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "DescribeReceiptRuleSetRequest", "variableName" : "describeReceiptRuleSetRequest", "variableType" : "DescribeReceiptRuleSetRequest", "documentation" : "

Represents a request to return the details of a receipt rule set. You use receipt rule sets to receive email with Amazon SES. For more information, see the Amazon SES Developer Guide.

", "simpleType" : "DescribeReceiptRuleSetRequest", "variableSetterType" : "DescribeReceiptRuleSetRequest" }, "inputStreamPropertyName" : null, "methodName" : "describeReceiptRuleSet", "operationName" : "DescribeReceiptRuleSet", "returnType" : { "returnType" : "DescribeReceiptRuleSetResult", "documentation" : "

Represents the details of the specified receipt rule set.

" }, "syncReturnType" : "DescribeReceiptRuleSetResult" }, "GetIdentityDkimAttributes" : { "asyncCallableType" : "java.util.concurrent.Callable", "asyncFutureType" : "java.util.concurrent.Future", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "asyncReturnType" : "GetIdentityDkimAttributesResult", "authenticated" : true, "deprecated" : false, "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.

", "exceptions" : null, "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "GetIdentityDkimAttributesRequest", "variableName" : "getIdentityDkimAttributesRequest", "variableType" : "GetIdentityDkimAttributesRequest", "documentation" : "

Represents a request for the status of Amazon SES Easy DKIM signing for an identity. For domain identities, this request also returns the DKIM tokens that are required for Easy DKIM signing, and whether Amazon SES successfully verified that these tokens were published. For more information about Easy DKIM, see the Amazon SES Developer Guide.

", "simpleType" : "GetIdentityDkimAttributesRequest", "variableSetterType" : "GetIdentityDkimAttributesRequest" }, "inputStreamPropertyName" : null, "methodName" : "getIdentityDkimAttributes", "operationName" : "GetIdentityDkimAttributes", "returnType" : { "returnType" : "GetIdentityDkimAttributesResult", "documentation" : "

Represents the status of Amazon SES Easy DKIM signing for an identity. For domain identities, this response also contains the DKIM tokens that are required for Easy DKIM signing, and whether Amazon SES successfully verified that these tokens were published.

" }, "syncReturnType" : "GetIdentityDkimAttributesResult" }, "GetIdentityMailFromDomainAttributes" : { "asyncCallableType" : "java.util.concurrent.Callable", "asyncFutureType" : "java.util.concurrent.Future", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "asyncReturnType" : "GetIdentityMailFromDomainAttributesResult", "authenticated" : true, "deprecated" : false, "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.

", "exceptions" : null, "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "GetIdentityMailFromDomainAttributesRequest", "variableName" : "getIdentityMailFromDomainAttributesRequest", "variableType" : "GetIdentityMailFromDomainAttributesRequest", "documentation" : "

Represents a request to return the Amazon SES custom MAIL FROM attributes for a list of identities. For information about using a custom MAIL FROM domain, see the Amazon SES Developer Guide.

", "simpleType" : "GetIdentityMailFromDomainAttributesRequest", "variableSetterType" : "GetIdentityMailFromDomainAttributesRequest" }, "inputStreamPropertyName" : null, "methodName" : "getIdentityMailFromDomainAttributes", "operationName" : "GetIdentityMailFromDomainAttributes", "returnType" : { "returnType" : "GetIdentityMailFromDomainAttributesResult", "documentation" : "

Represents the custom MAIL FROM attributes for a list of identities.

" }, "syncReturnType" : "GetIdentityMailFromDomainAttributesResult" }, "GetIdentityNotificationAttributes" : { "asyncCallableType" : "java.util.concurrent.Callable", "asyncFutureType" : "java.util.concurrent.Future", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "asyncReturnType" : "GetIdentityNotificationAttributesResult", "authenticated" : true, "deprecated" : false, "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.

", "exceptions" : null, "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "GetIdentityNotificationAttributesRequest", "variableName" : "getIdentityNotificationAttributesRequest", "variableType" : "GetIdentityNotificationAttributesRequest", "documentation" : "

Represents a request to return the notification attributes for a list of identities you verified with Amazon SES. For information about Amazon SES notifications, see the Amazon SES Developer Guide.

", "simpleType" : "GetIdentityNotificationAttributesRequest", "variableSetterType" : "GetIdentityNotificationAttributesRequest" }, "inputStreamPropertyName" : null, "methodName" : "getIdentityNotificationAttributes", "operationName" : "GetIdentityNotificationAttributes", "returnType" : { "returnType" : "GetIdentityNotificationAttributesResult", "documentation" : "

Represents the notification attributes for a list of identities.

" }, "syncReturnType" : "GetIdentityNotificationAttributesResult" }, "GetIdentityPolicies" : { "asyncCallableType" : "java.util.concurrent.Callable", "asyncFutureType" : "java.util.concurrent.Future", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "asyncReturnType" : "GetIdentityPoliciesResult", "authenticated" : true, "deprecated" : false, "documentation" : "

Returns the requested sending authorization policies for the given identity (an email address or a 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.

", "exceptions" : null, "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "GetIdentityPoliciesRequest", "variableName" : "getIdentityPoliciesRequest", "variableType" : "GetIdentityPoliciesRequest", "documentation" : "

Represents a request to return the requested sending authorization policies for an identity. Sending authorization is an Amazon SES feature that enables you to authorize other senders to use your identities. For information, see the Amazon SES Developer Guide.

", "simpleType" : "GetIdentityPoliciesRequest", "variableSetterType" : "GetIdentityPoliciesRequest" }, "inputStreamPropertyName" : null, "methodName" : "getIdentityPolicies", "operationName" : "GetIdentityPolicies", "returnType" : { "returnType" : "GetIdentityPoliciesResult", "documentation" : "

Represents the requested sending authorization policies.

" }, "syncReturnType" : "GetIdentityPoliciesResult" }, "GetIdentityVerificationAttributes" : { "asyncCallableType" : "java.util.concurrent.Callable", "asyncFutureType" : "java.util.concurrent.Future", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "asyncReturnType" : "GetIdentityVerificationAttributesResult", "authenticated" : true, "deprecated" : false, "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.

", "exceptions" : null, "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "GetIdentityVerificationAttributesRequest", "variableName" : "getIdentityVerificationAttributesRequest", "variableType" : "GetIdentityVerificationAttributesRequest", "documentation" : "

Represents a request to return the Amazon SES verification status of a list of identities. For domain identities, this request also returns the verification token. For information about verifying identities with Amazon SES, see the Amazon SES Developer Guide.

", "simpleType" : "GetIdentityVerificationAttributesRequest", "variableSetterType" : "GetIdentityVerificationAttributesRequest" }, "inputStreamPropertyName" : null, "methodName" : "getIdentityVerificationAttributes", "operationName" : "GetIdentityVerificationAttributes", "returnType" : { "returnType" : "GetIdentityVerificationAttributesResult", "documentation" : "

The Amazon SES verification status of a list of identities. For domain identities, this response also contains the verification token.

" }, "syncReturnType" : "GetIdentityVerificationAttributesResult" }, "GetSendQuota" : { "asyncCallableType" : "java.util.concurrent.Callable", "asyncFutureType" : "java.util.concurrent.Future", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "asyncReturnType" : "GetSendQuotaResult", "authenticated" : true, "deprecated" : false, "documentation" : "

Returns the user's current sending limits.

This action is throttled at one request per second.

", "exceptions" : null, "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "GetSendQuotaRequest", "variableName" : "getSendQuotaRequest", "variableType" : "GetSendQuotaRequest", "documentation" : null, "simpleType" : "GetSendQuotaRequest", "variableSetterType" : "GetSendQuotaRequest" }, "inputStreamPropertyName" : null, "methodName" : "getSendQuota", "operationName" : "GetSendQuota", "returnType" : { "returnType" : "GetSendQuotaResult", "documentation" : "

Represents your Amazon SES daily sending quota, maximum send rate, and the number of emails you have sent in the last 24 hours.

" }, "syncReturnType" : "GetSendQuotaResult" }, "GetSendStatistics" : { "asyncCallableType" : "java.util.concurrent.Callable", "asyncFutureType" : "java.util.concurrent.Future", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "asyncReturnType" : "GetSendStatisticsResult", "authenticated" : true, "deprecated" : false, "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.

", "exceptions" : null, "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "GetSendStatisticsRequest", "variableName" : "getSendStatisticsRequest", "variableType" : "GetSendStatisticsRequest", "documentation" : null, "simpleType" : "GetSendStatisticsRequest", "variableSetterType" : "GetSendStatisticsRequest" }, "inputStreamPropertyName" : null, "methodName" : "getSendStatistics", "operationName" : "GetSendStatistics", "returnType" : { "returnType" : "GetSendStatisticsResult", "documentation" : "

Represents a list of data points. This list contains aggregated data from the previous two weeks of your sending activity with Amazon SES.

" }, "syncReturnType" : "GetSendStatisticsResult" }, "ListConfigurationSets" : { "asyncCallableType" : "java.util.concurrent.Callable", "asyncFutureType" : "java.util.concurrent.Future", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "asyncReturnType" : "ListConfigurationSetsResult", "authenticated" : true, "deprecated" : false, "documentation" : "

Lists the configuration sets associated with your AWS account.

Configuration sets enable you to publish email sending events. For information about using configuration sets, see the Amazon SES Developer Guide.

This action is throttled at one request per second and can return up to 50 configuration sets at a time.

", "exceptions" : null, "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "ListConfigurationSetsRequest", "variableName" : "listConfigurationSetsRequest", "variableType" : "ListConfigurationSetsRequest", "documentation" : "

Represents a request to list the configuration sets associated with your AWS account. Configuration sets enable you to publish email sending events. For information about using configuration sets, see the Amazon SES Developer Guide.

", "simpleType" : "ListConfigurationSetsRequest", "variableSetterType" : "ListConfigurationSetsRequest" }, "inputStreamPropertyName" : null, "methodName" : "listConfigurationSets", "operationName" : "ListConfigurationSets", "returnType" : { "returnType" : "ListConfigurationSetsResult", "documentation" : "

A list of configuration sets associated with your AWS account. Configuration sets enable you to publish email sending events. For information about using configuration sets, see the Amazon SES Developer Guide.

" }, "syncReturnType" : "ListConfigurationSetsResult" }, "ListIdentities" : { "asyncCallableType" : "java.util.concurrent.Callable", "asyncFutureType" : "java.util.concurrent.Future", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "asyncReturnType" : "ListIdentitiesResult", "authenticated" : true, "deprecated" : false, "documentation" : "

Returns a list containing all of the identities (email addresses and domains) for your AWS account, regardless of verification status.

This action is throttled at one request per second.

", "exceptions" : null, "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "ListIdentitiesRequest", "variableName" : "listIdentitiesRequest", "variableType" : "ListIdentitiesRequest", "documentation" : "

Represents a request to return a list of all identities (email addresses and domains) that you have attempted to verify under your AWS account, regardless of verification status.

", "simpleType" : "ListIdentitiesRequest", "variableSetterType" : "ListIdentitiesRequest" }, "inputStreamPropertyName" : null, "methodName" : "listIdentities", "operationName" : "ListIdentities", "returnType" : { "returnType" : "ListIdentitiesResult", "documentation" : "

A list of all identities that you have attempted to verify under your AWS account, regardless of verification status.

" }, "syncReturnType" : "ListIdentitiesResult" }, "ListIdentityPolicies" : { "asyncCallableType" : "java.util.concurrent.Callable", "asyncFutureType" : "java.util.concurrent.Future", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "asyncReturnType" : "ListIdentityPoliciesResult", "authenticated" : true, "deprecated" : false, "documentation" : "

Returns a list of sending authorization policies that are attached to the given identity (an email address or a 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.

", "exceptions" : null, "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "ListIdentityPoliciesRequest", "variableName" : "listIdentityPoliciesRequest", "variableType" : "ListIdentityPoliciesRequest", "documentation" : "

Represents a request to return a list of sending authorization policies that are attached to an identity. Sending authorization is an Amazon SES feature that enables you to authorize other senders to use your identities. For information, see the Amazon SES Developer Guide.

", "simpleType" : "ListIdentityPoliciesRequest", "variableSetterType" : "ListIdentityPoliciesRequest" }, "inputStreamPropertyName" : null, "methodName" : "listIdentityPolicies", "operationName" : "ListIdentityPolicies", "returnType" : { "returnType" : "ListIdentityPoliciesResult", "documentation" : "

A list of names of sending authorization policies that apply to an identity.

" }, "syncReturnType" : "ListIdentityPoliciesResult" }, "ListReceiptFilters" : { "asyncCallableType" : "java.util.concurrent.Callable", "asyncFutureType" : "java.util.concurrent.Future", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "asyncReturnType" : "ListReceiptFiltersResult", "authenticated" : true, "deprecated" : false, "documentation" : "

Lists the IP address filters associated with your AWS account.

For information about managing IP address filters, see the Amazon SES Developer Guide.

This action is throttled at one request per second.

", "exceptions" : null, "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "ListReceiptFiltersRequest", "variableName" : "listReceiptFiltersRequest", "variableType" : "ListReceiptFiltersRequest", "documentation" : "

Represents a request to list the IP address filters that exist under your AWS account. You use IP address filters when you receive email with Amazon SES. For more information, see the Amazon SES Developer Guide.

", "simpleType" : "ListReceiptFiltersRequest", "variableSetterType" : "ListReceiptFiltersRequest" }, "inputStreamPropertyName" : null, "methodName" : "listReceiptFilters", "operationName" : "ListReceiptFilters", "returnType" : { "returnType" : "ListReceiptFiltersResult", "documentation" : "

A list of IP address filters that exist under your AWS account.

" }, "syncReturnType" : "ListReceiptFiltersResult" }, "ListReceiptRuleSets" : { "asyncCallableType" : "java.util.concurrent.Callable", "asyncFutureType" : "java.util.concurrent.Future", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "asyncReturnType" : "ListReceiptRuleSetsResult", "authenticated" : true, "deprecated" : false, "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.

", "exceptions" : null, "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "ListReceiptRuleSetsRequest", "variableName" : "listReceiptRuleSetsRequest", "variableType" : "ListReceiptRuleSetsRequest", "documentation" : "

Represents a request to list the receipt rule sets that exist under your AWS account. You use receipt rule sets to receive email with Amazon SES. For more information, see the Amazon SES Developer Guide.

", "simpleType" : "ListReceiptRuleSetsRequest", "variableSetterType" : "ListReceiptRuleSetsRequest" }, "inputStreamPropertyName" : null, "methodName" : "listReceiptRuleSets", "operationName" : "ListReceiptRuleSets", "returnType" : { "returnType" : "ListReceiptRuleSetsResult", "documentation" : "

A list of receipt rule sets that exist under your AWS account.

" }, "syncReturnType" : "ListReceiptRuleSetsResult" }, "ListVerifiedEmailAddresses" : { "asyncCallableType" : "java.util.concurrent.Callable", "asyncFutureType" : "java.util.concurrent.Future", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "asyncReturnType" : "ListVerifiedEmailAddressesResult", "authenticated" : true, "deprecated" : false, "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.

", "exceptions" : null, "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "ListVerifiedEmailAddressesRequest", "variableName" : "listVerifiedEmailAddressesRequest", "variableType" : "ListVerifiedEmailAddressesRequest", "documentation" : null, "simpleType" : "ListVerifiedEmailAddressesRequest", "variableSetterType" : "ListVerifiedEmailAddressesRequest" }, "inputStreamPropertyName" : null, "methodName" : "listVerifiedEmailAddresses", "operationName" : "ListVerifiedEmailAddresses", "returnType" : { "returnType" : "ListVerifiedEmailAddressesResult", "documentation" : "

A list of email addresses that you have verified with Amazon SES under your AWS account.

" }, "syncReturnType" : "ListVerifiedEmailAddressesResult" }, "PutIdentityPolicy" : { "asyncCallableType" : "java.util.concurrent.Callable", "asyncFutureType" : "java.util.concurrent.Future", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "asyncReturnType" : "PutIdentityPolicyResult", "authenticated" : true, "deprecated" : false, "documentation" : "

Adds or updates a sending authorization policy for the specified identity (an email address or a 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.

", "exceptions" : [ { "exceptionName" : "InvalidPolicyException", "documentation" : "

Indicates that the provided policy is invalid. Check the error stack for more information about what caused the error.

", "httpStatusCode" : 400 } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "PutIdentityPolicyRequest", "variableName" : "putIdentityPolicyRequest", "variableType" : "PutIdentityPolicyRequest", "documentation" : "

Represents a request to add or update a sending authorization policy for an identity. Sending authorization is an Amazon SES feature that enables you to authorize other senders to use your identities. For information, see the Amazon SES Developer Guide.

", "simpleType" : "PutIdentityPolicyRequest", "variableSetterType" : "PutIdentityPolicyRequest" }, "inputStreamPropertyName" : null, "methodName" : "putIdentityPolicy", "operationName" : "PutIdentityPolicy", "returnType" : { "returnType" : "PutIdentityPolicyResult", "documentation" : "

An empty element returned on a successful request.

" }, "syncReturnType" : "PutIdentityPolicyResult" }, "ReorderReceiptRuleSet" : { "asyncCallableType" : "java.util.concurrent.Callable", "asyncFutureType" : "java.util.concurrent.Future", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "asyncReturnType" : "ReorderReceiptRuleSetResult", "authenticated" : true, "deprecated" : false, "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.

", "exceptions" : [ { "exceptionName" : "RuleSetDoesNotExistException", "documentation" : "

Indicates that the provided receipt rule set does not exist.

", "httpStatusCode" : 400 }, { "exceptionName" : "RuleDoesNotExistException", "documentation" : "

Indicates that the provided receipt rule does not exist.

", "httpStatusCode" : 400 } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "ReorderReceiptRuleSetRequest", "variableName" : "reorderReceiptRuleSetRequest", "variableType" : "ReorderReceiptRuleSetRequest", "documentation" : "

Represents a request to reorder the receipt rules within a receipt rule set. You use receipt rule sets to receive email with Amazon SES. For more information, see the Amazon SES Developer Guide.

", "simpleType" : "ReorderReceiptRuleSetRequest", "variableSetterType" : "ReorderReceiptRuleSetRequest" }, "inputStreamPropertyName" : null, "methodName" : "reorderReceiptRuleSet", "operationName" : "ReorderReceiptRuleSet", "returnType" : { "returnType" : "ReorderReceiptRuleSetResult", "documentation" : "

An empty element returned on a successful request.

" }, "syncReturnType" : "ReorderReceiptRuleSetResult" }, "SendBounce" : { "asyncCallableType" : "java.util.concurrent.Callable", "asyncFutureType" : "java.util.concurrent.Future", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "asyncReturnType" : "SendBounceResult", "authenticated" : true, "deprecated" : false, "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.

", "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.

", "httpStatusCode" : 400 } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "SendBounceRequest", "variableName" : "sendBounceRequest", "variableType" : "SendBounceRequest", "documentation" : "

Represents a request to send a bounce message to the sender of an email you received through Amazon SES.

", "simpleType" : "SendBounceRequest", "variableSetterType" : "SendBounceRequest" }, "inputStreamPropertyName" : null, "methodName" : "sendBounce", "operationName" : "SendBounce", "returnType" : { "returnType" : "SendBounceResult", "documentation" : "

Represents a unique message ID.

" }, "syncReturnType" : "SendBounceResult" }, "SendEmail" : { "asyncCallableType" : "java.util.concurrent.Callable", "asyncFutureType" : "java.util.concurrent.Future", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "asyncReturnType" : "SendEmailResult", "authenticated" : true, "deprecated" : false, "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.

", "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.

", "httpStatusCode" : 400 }, { "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.

", "httpStatusCode" : 400 }, { "exceptionName" : "ConfigurationSetDoesNotExistException", "documentation" : "

Indicates that the configuration set does not exist.

", "httpStatusCode" : 400 } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "SendEmailRequest", "variableName" : "sendEmailRequest", "variableType" : "SendEmailRequest", "documentation" : "

Represents a request to send a single formatted email using Amazon SES. For more information, see the Amazon SES Developer Guide.

", "simpleType" : "SendEmailRequest", "variableSetterType" : "SendEmailRequest" }, "inputStreamPropertyName" : null, "methodName" : "sendEmail", "operationName" : "SendEmail", "returnType" : { "returnType" : "SendEmailResult", "documentation" : "

Represents a unique message ID.

" }, "syncReturnType" : "SendEmailResult" }, "SendRawEmail" : { "asyncCallableType" : "java.util.concurrent.Callable", "asyncFutureType" : "java.util.concurrent.Future", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "asyncReturnType" : "SendRawEmailResult", "authenticated" : true, "deprecated" : false, "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.

  • Amazon SES overrides any Message-ID and Date headers you provide.

  • 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.

", "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.

", "httpStatusCode" : 400 }, { "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.

", "httpStatusCode" : 400 }, { "exceptionName" : "ConfigurationSetDoesNotExistException", "documentation" : "

Indicates that the configuration set does not exist.

", "httpStatusCode" : 400 } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "SendRawEmailRequest", "variableName" : "sendRawEmailRequest", "variableType" : "SendRawEmailRequest", "documentation" : "

Represents a request to send a single raw email using Amazon SES. For more information, see the Amazon SES Developer Guide.

", "simpleType" : "SendRawEmailRequest", "variableSetterType" : "SendRawEmailRequest" }, "inputStreamPropertyName" : null, "methodName" : "sendRawEmail", "operationName" : "SendRawEmail", "returnType" : { "returnType" : "SendRawEmailResult", "documentation" : "

Represents a unique message ID.

" }, "syncReturnType" : "SendRawEmailResult" }, "SetActiveReceiptRuleSet" : { "asyncCallableType" : "java.util.concurrent.Callable", "asyncFutureType" : "java.util.concurrent.Future", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "asyncReturnType" : "SetActiveReceiptRuleSetResult", "authenticated" : true, "deprecated" : false, "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.

", "exceptions" : [ { "exceptionName" : "RuleSetDoesNotExistException", "documentation" : "

Indicates that the provided receipt rule set does not exist.

", "httpStatusCode" : 400 } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "SetActiveReceiptRuleSetRequest", "variableName" : "setActiveReceiptRuleSetRequest", "variableType" : "SetActiveReceiptRuleSetRequest", "documentation" : "

Represents a request to set a receipt rule set as the active receipt rule set. You use receipt rule sets to receive email with Amazon SES. For more information, see the Amazon SES Developer Guide.

", "simpleType" : "SetActiveReceiptRuleSetRequest", "variableSetterType" : "SetActiveReceiptRuleSetRequest" }, "inputStreamPropertyName" : null, "methodName" : "setActiveReceiptRuleSet", "operationName" : "SetActiveReceiptRuleSet", "returnType" : { "returnType" : "SetActiveReceiptRuleSetResult", "documentation" : "

An empty element returned on a successful request.

" }, "syncReturnType" : "SetActiveReceiptRuleSetResult" }, "SetIdentityDkimEnabled" : { "asyncCallableType" : "java.util.concurrent.Callable", "asyncFutureType" : "java.util.concurrent.Future", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "asyncReturnType" : "SetIdentityDkimEnabledResult", "authenticated" : true, "deprecated" : false, "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.

", "exceptions" : null, "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "SetIdentityDkimEnabledRequest", "variableName" : "setIdentityDkimEnabledRequest", "variableType" : "SetIdentityDkimEnabledRequest", "documentation" : "

Represents a request to enable or disable Amazon SES Easy DKIM signing for an identity. For more information about setting up Easy DKIM, see the Amazon SES Developer Guide.

", "simpleType" : "SetIdentityDkimEnabledRequest", "variableSetterType" : "SetIdentityDkimEnabledRequest" }, "inputStreamPropertyName" : null, "methodName" : "setIdentityDkimEnabled", "operationName" : "SetIdentityDkimEnabled", "returnType" : { "returnType" : "SetIdentityDkimEnabledResult", "documentation" : "

An empty element returned on a successful request.

" }, "syncReturnType" : "SetIdentityDkimEnabledResult" }, "SetIdentityFeedbackForwardingEnabled" : { "asyncCallableType" : "java.util.concurrent.Callable", "asyncFutureType" : "java.util.concurrent.Future", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "asyncReturnType" : "SetIdentityFeedbackForwardingEnabledResult", "authenticated" : true, "deprecated" : false, "documentation" : "

Given an identity (an email address or a 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.

", "exceptions" : null, "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "SetIdentityFeedbackForwardingEnabledRequest", "variableName" : "setIdentityFeedbackForwardingEnabledRequest", "variableType" : "SetIdentityFeedbackForwardingEnabledRequest", "documentation" : "

Represents a request to enable or disable whether Amazon SES forwards you bounce and complaint notifications through email. For information about email feedback forwarding, see the Amazon SES Developer Guide.

", "simpleType" : "SetIdentityFeedbackForwardingEnabledRequest", "variableSetterType" : "SetIdentityFeedbackForwardingEnabledRequest" }, "inputStreamPropertyName" : null, "methodName" : "setIdentityFeedbackForwardingEnabled", "operationName" : "SetIdentityFeedbackForwardingEnabled", "returnType" : { "returnType" : "SetIdentityFeedbackForwardingEnabledResult", "documentation" : "

An empty element returned on a successful request.

" }, "syncReturnType" : "SetIdentityFeedbackForwardingEnabledResult" }, "SetIdentityHeadersInNotificationsEnabled" : { "asyncCallableType" : "java.util.concurrent.Callable", "asyncFutureType" : "java.util.concurrent.Future", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "asyncReturnType" : "SetIdentityHeadersInNotificationsEnabledResult", "authenticated" : true, "deprecated" : false, "documentation" : "

Given an identity (an email address or a domain), sets whether Amazon SES includes the original email headers in the Amazon Simple Notification Service (Amazon SNS) notifications of a specified type.

This action is throttled at one request per second.

For more information about using notifications with Amazon SES, see the Amazon SES Developer Guide.

", "exceptions" : null, "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "SetIdentityHeadersInNotificationsEnabledRequest", "variableName" : "setIdentityHeadersInNotificationsEnabledRequest", "variableType" : "SetIdentityHeadersInNotificationsEnabledRequest", "documentation" : "

Represents a request to set whether Amazon SES includes the original email headers in the Amazon SNS notifications of a specified type. For information about notifications, see the Amazon SES Developer Guide.

", "simpleType" : "SetIdentityHeadersInNotificationsEnabledRequest", "variableSetterType" : "SetIdentityHeadersInNotificationsEnabledRequest" }, "inputStreamPropertyName" : null, "methodName" : "setIdentityHeadersInNotificationsEnabled", "operationName" : "SetIdentityHeadersInNotificationsEnabled", "returnType" : { "returnType" : "SetIdentityHeadersInNotificationsEnabledResult", "documentation" : "

An empty element returned on a successful request.

" }, "syncReturnType" : "SetIdentityHeadersInNotificationsEnabledResult" }, "SetIdentityMailFromDomain" : { "asyncCallableType" : "java.util.concurrent.Callable", "asyncFutureType" : "java.util.concurrent.Future", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "asyncReturnType" : "SetIdentityMailFromDomainResult", "authenticated" : true, "deprecated" : false, "documentation" : "

Enables or disables the custom MAIL FROM domain setup for a verified identity (an email address or a 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.

", "exceptions" : null, "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "SetIdentityMailFromDomainRequest", "variableName" : "setIdentityMailFromDomainRequest", "variableType" : "SetIdentityMailFromDomainRequest", "documentation" : "

Represents a request to enable or disable the Amazon SES custom MAIL FROM domain setup for a verified identity. For information about using a custom MAIL FROM domain, see the Amazon SES Developer Guide.

", "simpleType" : "SetIdentityMailFromDomainRequest", "variableSetterType" : "SetIdentityMailFromDomainRequest" }, "inputStreamPropertyName" : null, "methodName" : "setIdentityMailFromDomain", "operationName" : "SetIdentityMailFromDomain", "returnType" : { "returnType" : "SetIdentityMailFromDomainResult", "documentation" : "

An empty element returned on a successful request.

" }, "syncReturnType" : "SetIdentityMailFromDomainResult" }, "SetIdentityNotificationTopic" : { "asyncCallableType" : "java.util.concurrent.Callable", "asyncFutureType" : "java.util.concurrent.Future", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "asyncReturnType" : "SetIdentityNotificationTopicResult", "authenticated" : true, "deprecated" : false, "documentation" : "

Given an identity (an email address or a 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.

", "exceptions" : null, "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "SetIdentityNotificationTopicRequest", "variableName" : "setIdentityNotificationTopicRequest", "variableType" : "SetIdentityNotificationTopicRequest", "documentation" : "

Represents a request to specify the Amazon SNS topic to which Amazon SES will publish bounce, complaint, or delivery notifications for emails sent with that identity as the Source. For information about Amazon SES notifications, see the Amazon SES Developer Guide.

", "simpleType" : "SetIdentityNotificationTopicRequest", "variableSetterType" : "SetIdentityNotificationTopicRequest" }, "inputStreamPropertyName" : null, "methodName" : "setIdentityNotificationTopic", "operationName" : "SetIdentityNotificationTopic", "returnType" : { "returnType" : "SetIdentityNotificationTopicResult", "documentation" : "

An empty element returned on a successful request.

" }, "syncReturnType" : "SetIdentityNotificationTopicResult" }, "SetReceiptRulePosition" : { "asyncCallableType" : "java.util.concurrent.Callable", "asyncFutureType" : "java.util.concurrent.Future", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "asyncReturnType" : "SetReceiptRulePositionResult", "authenticated" : true, "deprecated" : false, "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.

", "exceptions" : [ { "exceptionName" : "RuleSetDoesNotExistException", "documentation" : "

Indicates that the provided receipt rule set does not exist.

", "httpStatusCode" : 400 }, { "exceptionName" : "RuleDoesNotExistException", "documentation" : "

Indicates that the provided receipt rule does not exist.

", "httpStatusCode" : 400 } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "SetReceiptRulePositionRequest", "variableName" : "setReceiptRulePositionRequest", "variableType" : "SetReceiptRulePositionRequest", "documentation" : "

Represents a request to set the position of a receipt rule in a receipt rule set. You use receipt rule sets to receive email with Amazon SES. For more information, see the Amazon SES Developer Guide.

", "simpleType" : "SetReceiptRulePositionRequest", "variableSetterType" : "SetReceiptRulePositionRequest" }, "inputStreamPropertyName" : null, "methodName" : "setReceiptRulePosition", "operationName" : "SetReceiptRulePosition", "returnType" : { "returnType" : "SetReceiptRulePositionResult", "documentation" : "

An empty element returned on a successful request.

" }, "syncReturnType" : "SetReceiptRulePositionResult" }, "UpdateConfigurationSetEventDestination" : { "asyncCallableType" : "java.util.concurrent.Callable", "asyncFutureType" : "java.util.concurrent.Future", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "asyncReturnType" : "UpdateConfigurationSetEventDestinationResult", "authenticated" : true, "deprecated" : false, "documentation" : "

Updates the event destination of a configuration set.

When you create or update an event destination, you must provide one, and only one, destination. The destination can be either Amazon CloudWatch or Amazon Kinesis Firehose.

Event destinations are associated with configuration sets, which enable you to publish email sending events to Amazon CloudWatch or Amazon Kinesis Firehose. For information about using configuration sets, see the Amazon SES Developer Guide.

This action is throttled at one request per second.

", "exceptions" : [ { "exceptionName" : "ConfigurationSetDoesNotExistException", "documentation" : "

Indicates that the configuration set does not exist.

", "httpStatusCode" : 400 }, { "exceptionName" : "EventDestinationDoesNotExistException", "documentation" : "

Indicates that the event destination does not exist.

", "httpStatusCode" : 400 }, { "exceptionName" : "InvalidCloudWatchDestinationException", "documentation" : "

Indicates that the Amazon CloudWatch destination is invalid. See the error message for details.

", "httpStatusCode" : 400 }, { "exceptionName" : "InvalidFirehoseDestinationException", "documentation" : "

Indicates that the Amazon Kinesis Firehose destination is invalid. See the error message for details.

", "httpStatusCode" : 400 } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "UpdateConfigurationSetEventDestinationRequest", "variableName" : "updateConfigurationSetEventDestinationRequest", "variableType" : "UpdateConfigurationSetEventDestinationRequest", "documentation" : "

Represents a request to update the event destination of a configuration set. Configuration sets enable you to publish email sending events. For information about using configuration sets, see the Amazon SES Developer Guide.

", "simpleType" : "UpdateConfigurationSetEventDestinationRequest", "variableSetterType" : "UpdateConfigurationSetEventDestinationRequest" }, "inputStreamPropertyName" : null, "methodName" : "updateConfigurationSetEventDestination", "operationName" : "UpdateConfigurationSetEventDestination", "returnType" : { "returnType" : "UpdateConfigurationSetEventDestinationResult", "documentation" : "

An empty element returned on a successful request.

" }, "syncReturnType" : "UpdateConfigurationSetEventDestinationResult" }, "UpdateReceiptRule" : { "asyncCallableType" : "java.util.concurrent.Callable", "asyncFutureType" : "java.util.concurrent.Future", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "asyncReturnType" : "UpdateReceiptRuleResult", "authenticated" : true, "deprecated" : false, "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.

", "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.

", "httpStatusCode" : 400 }, { "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.

", "httpStatusCode" : 400 }, { "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.

", "httpStatusCode" : 400 }, { "exceptionName" : "RuleSetDoesNotExistException", "documentation" : "

Indicates that the provided receipt rule set does not exist.

", "httpStatusCode" : 400 }, { "exceptionName" : "RuleDoesNotExistException", "documentation" : "

Indicates that the provided receipt rule does not exist.

", "httpStatusCode" : 400 }, { "exceptionName" : "LimitExceededException", "documentation" : "

Indicates that a resource could not be created because of service limits. For a list of Amazon SES limits, see the Amazon SES Developer Guide.

", "httpStatusCode" : 400 } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "UpdateReceiptRuleRequest", "variableName" : "updateReceiptRuleRequest", "variableType" : "UpdateReceiptRuleRequest", "documentation" : "

Represents a request to update a receipt rule. You use receipt rules to receive email with Amazon SES. For more information, see the Amazon SES Developer Guide.

", "simpleType" : "UpdateReceiptRuleRequest", "variableSetterType" : "UpdateReceiptRuleRequest" }, "inputStreamPropertyName" : null, "methodName" : "updateReceiptRule", "operationName" : "UpdateReceiptRule", "returnType" : { "returnType" : "UpdateReceiptRuleResult", "documentation" : "

An empty element returned on a successful request.

" }, "syncReturnType" : "UpdateReceiptRuleResult" }, "VerifyDomainDkim" : { "asyncCallableType" : "java.util.concurrent.Callable", "asyncFutureType" : "java.util.concurrent.Future", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "asyncReturnType" : "VerifyDomainDkimResult", "authenticated" : true, "deprecated" : false, "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.

", "exceptions" : null, "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "VerifyDomainDkimRequest", "variableName" : "verifyDomainDkimRequest", "variableType" : "VerifyDomainDkimRequest", "documentation" : "

Represents a request to generate the CNAME records needed to set up Easy DKIM with Amazon SES. For more information about setting up Easy DKIM, see the Amazon SES Developer Guide.

", "simpleType" : "VerifyDomainDkimRequest", "variableSetterType" : "VerifyDomainDkimRequest" }, "inputStreamPropertyName" : null, "methodName" : "verifyDomainDkim", "operationName" : "VerifyDomainDkim", "returnType" : { "returnType" : "VerifyDomainDkimResult", "documentation" : "

Returns CNAME records that you must publish to the DNS server of your domain to set up Easy DKIM with Amazon SES.

" }, "syncReturnType" : "VerifyDomainDkimResult" }, "VerifyDomainIdentity" : { "asyncCallableType" : "java.util.concurrent.Callable", "asyncFutureType" : "java.util.concurrent.Future", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "asyncReturnType" : "VerifyDomainIdentityResult", "authenticated" : true, "deprecated" : false, "documentation" : "

Verifies a domain.

This action is throttled at one request per second.

", "exceptions" : null, "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "VerifyDomainIdentityRequest", "variableName" : "verifyDomainIdentityRequest", "variableType" : "VerifyDomainIdentityRequest", "documentation" : "

Represents a request to begin Amazon SES domain verification and to generate the TXT records that you must publish to the DNS server of your domain to complete the verification. For information about domain verification, see the Amazon SES Developer Guide.

", "simpleType" : "VerifyDomainIdentityRequest", "variableSetterType" : "VerifyDomainIdentityRequest" }, "inputStreamPropertyName" : null, "methodName" : "verifyDomainIdentity", "operationName" : "VerifyDomainIdentity", "returnType" : { "returnType" : "VerifyDomainIdentityResult", "documentation" : "

Returns a TXT record that you must publish to the DNS server of your domain to complete domain verification with Amazon SES.

" }, "syncReturnType" : "VerifyDomainIdentityResult" }, "VerifyEmailAddress" : { "asyncCallableType" : "java.util.concurrent.Callable", "asyncFutureType" : "java.util.concurrent.Future", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "asyncReturnType" : "VerifyEmailAddressResult", "authenticated" : true, "deprecated" : false, "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.

", "exceptions" : null, "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "VerifyEmailAddressRequest", "variableName" : "verifyEmailAddressRequest", "variableType" : "VerifyEmailAddressRequest", "documentation" : "

Represents a request to begin email address verification with Amazon SES. For information about email address verification, see the Amazon SES Developer Guide.

", "simpleType" : "VerifyEmailAddressRequest", "variableSetterType" : "VerifyEmailAddressRequest" }, "inputStreamPropertyName" : null, "methodName" : "verifyEmailAddress", "operationName" : "VerifyEmailAddress", "returnType" : { "returnType" : "VerifyEmailAddressResult", "documentation" : null }, "syncReturnType" : "VerifyEmailAddressResult" }, "VerifyEmailIdentity" : { "asyncCallableType" : "java.util.concurrent.Callable", "asyncFutureType" : "java.util.concurrent.Future", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "asyncReturnType" : "VerifyEmailIdentityResult", "authenticated" : true, "deprecated" : false, "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.

", "exceptions" : null, "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "VerifyEmailIdentityRequest", "variableName" : "verifyEmailIdentityRequest", "variableType" : "VerifyEmailIdentityRequest", "documentation" : "

Represents a request to begin email address verification with Amazon SES. For information about email address verification, see the Amazon SES Developer Guide.

", "simpleType" : "VerifyEmailIdentityRequest", "variableSetterType" : "VerifyEmailIdentityRequest" }, "inputStreamPropertyName" : null, "methodName" : "verifyEmailIdentity", "operationName" : "VerifyEmailIdentity", "returnType" : { "returnType" : "VerifyEmailIdentityResult", "documentation" : "

An empty element returned on a successful request.

" }, "syncReturnType" : "VerifyEmailIdentityResult" } }, "shapes" : { "AddHeaderAction" : { "c2jName" : "AddHeaderAction", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

When included in a receipt rule, this action adds a header to the received email.

For information about adding a header using a receipt rule, see the Amazon SES Developer Guide.

", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "HeaderName", "c2jShape" : "HeaderName", "deprecated" : false, "documentation" : "

The name of the header to add. Must be between 1 and 50 characters, inclusive, and consist of alphanumeric (a-z, A-Z, 0-9) characters and dashes only.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The name of the header to add. Must be between 1 and 50 characters, inclusive, and consist of alphanumeric (a-z, A-Z, 0-9) characters and dashes only.

\n@param headerName The name of the header to add. Must be between 1 and 50 characters, inclusive, and consist of alphanumeric (a-z, A-Z, 0-9) characters and dashes only.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withHeaderName", "getterDocumentation" : "/**

The name of the header to add. Must be between 1 and 50 characters, inclusive, and consist of alphanumeric (a-z, A-Z, 0-9) characters and dashes only.

\n@return The name of the header to add. Must be between 1 and 50 characters, inclusive, and consist of alphanumeric (a-z, A-Z, 0-9) characters and dashes only.*/", "getterMethodName" : "getHeaderName", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "HeaderName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "HeaderName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "HeaderName", "setterDocumentation" : "/**

The name of the header to add. Must be between 1 and 50 characters, inclusive, and consist of alphanumeric (a-z, A-Z, 0-9) characters and dashes only.

\n@param headerName The name of the header to add. Must be between 1 and 50 characters, inclusive, and consist of alphanumeric (a-z, A-Z, 0-9) characters and dashes only.*/", "setterMethodName" : "setHeaderName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "headerName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The name of the header to add. Must be between 1 and 50 characters, inclusive, and consist of alphanumeric (a-z, A-Z, 0-9) characters and dashes only.

\n@param headerName The name of the header to add. Must be between 1 and 50 characters, inclusive, and consist of alphanumeric (a-z, A-Z, 0-9) characters and dashes only.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "headerName", "variableType" : "String", "documentation" : "

The name of the header to add. Must be between 1 and 50 characters, inclusive, and consist of alphanumeric (a-z, A-Z, 0-9) characters and dashes only.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "HeaderValue", "c2jShape" : "HeaderValue", "deprecated" : false, "documentation" : "

Must be less than 2048 characters, and must not contain newline characters (\"\\r\" or \"\\n\").

", "enumType" : null, "fluentSetterDocumentation" : "/**

Must be less than 2048 characters, and must not contain newline characters (\"\\r\" or \"\\n\").

\n@param headerValue Must be less than 2048 characters, and must not contain newline characters (\"\\r\" or \"\\n\").\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withHeaderValue", "getterDocumentation" : "/**

Must be less than 2048 characters, and must not contain newline characters (\"\\r\" or \"\\n\").

\n@return Must be less than 2048 characters, and must not contain newline characters (\"\\r\" or \"\\n\").*/", "getterMethodName" : "getHeaderValue", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "HeaderValue", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "HeaderValue", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "HeaderValue", "setterDocumentation" : "/**

Must be less than 2048 characters, and must not contain newline characters (\"\\r\" or \"\\n\").

\n@param headerValue Must be less than 2048 characters, and must not contain newline characters (\"\\r\" or \"\\n\").*/", "setterMethodName" : "setHeaderValue", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "headerValue", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

Must be less than 2048 characters, and must not contain newline characters (\"\\r\" or \"\\n\").

\n@param headerValue Must be less than 2048 characters, and must not contain newline characters (\"\\r\" or \"\\n\").\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "headerValue", "variableType" : "String", "documentation" : "

Must be less than 2048 characters, and must not contain newline characters (\"\\r\" or \"\\n\").

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "HeaderName" : { "c2jName" : "HeaderName", "c2jShape" : "HeaderName", "deprecated" : false, "documentation" : "

The name of the header to add. Must be between 1 and 50 characters, inclusive, and consist of alphanumeric (a-z, A-Z, 0-9) characters and dashes only.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The name of the header to add. Must be between 1 and 50 characters, inclusive, and consist of alphanumeric (a-z, A-Z, 0-9) characters and dashes only.

\n@param headerName The name of the header to add. Must be between 1 and 50 characters, inclusive, and consist of alphanumeric (a-z, A-Z, 0-9) characters and dashes only.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withHeaderName", "getterDocumentation" : "/**

The name of the header to add. Must be between 1 and 50 characters, inclusive, and consist of alphanumeric (a-z, A-Z, 0-9) characters and dashes only.

\n@return The name of the header to add. Must be between 1 and 50 characters, inclusive, and consist of alphanumeric (a-z, A-Z, 0-9) characters and dashes only.*/", "getterMethodName" : "getHeaderName", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "HeaderName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "HeaderName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "HeaderName", "setterDocumentation" : "/**

The name of the header to add. Must be between 1 and 50 characters, inclusive, and consist of alphanumeric (a-z, A-Z, 0-9) characters and dashes only.

\n@param headerName The name of the header to add. Must be between 1 and 50 characters, inclusive, and consist of alphanumeric (a-z, A-Z, 0-9) characters and dashes only.*/", "setterMethodName" : "setHeaderName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "headerName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The name of the header to add. Must be between 1 and 50 characters, inclusive, and consist of alphanumeric (a-z, A-Z, 0-9) characters and dashes only.

\n@param headerName The name of the header to add. Must be between 1 and 50 characters, inclusive, and consist of alphanumeric (a-z, A-Z, 0-9) characters and dashes only.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "headerName", "variableType" : "String", "documentation" : "

The name of the header to add. Must be between 1 and 50 characters, inclusive, and consist of alphanumeric (a-z, A-Z, 0-9) characters and dashes only.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "HeaderValue" : { "c2jName" : "HeaderValue", "c2jShape" : "HeaderValue", "deprecated" : false, "documentation" : "

Must be less than 2048 characters, and must not contain newline characters (\"\\r\" or \"\\n\").

", "enumType" : null, "fluentSetterDocumentation" : "/**

Must be less than 2048 characters, and must not contain newline characters (\"\\r\" or \"\\n\").

\n@param headerValue Must be less than 2048 characters, and must not contain newline characters (\"\\r\" or \"\\n\").\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withHeaderValue", "getterDocumentation" : "/**

Must be less than 2048 characters, and must not contain newline characters (\"\\r\" or \"\\n\").

\n@return Must be less than 2048 characters, and must not contain newline characters (\"\\r\" or \"\\n\").*/", "getterMethodName" : "getHeaderValue", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "HeaderValue", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "HeaderValue", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "HeaderValue", "setterDocumentation" : "/**

Must be less than 2048 characters, and must not contain newline characters (\"\\r\" or \"\\n\").

\n@param headerValue Must be less than 2048 characters, and must not contain newline characters (\"\\r\" or \"\\n\").*/", "setterMethodName" : "setHeaderValue", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "headerValue", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

Must be less than 2048 characters, and must not contain newline characters (\"\\r\" or \"\\n\").

\n@param headerValue Must be less than 2048 characters, and must not contain newline characters (\"\\r\" or \"\\n\").\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "headerValue", "variableType" : "String", "documentation" : "

Must be less than 2048 characters, and must not contain newline characters (\"\\r\" or \"\\n\").

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "HeaderName", "HeaderValue" ], "shapeName" : "AddHeaderAction", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "AddHeaderAction", "variableName" : "addHeaderAction", "variableType" : "AddHeaderAction", "documentation" : null, "simpleType" : "AddHeaderAction", "variableSetterType" : "AddHeaderAction" }, "wrapper" : false }, "AlreadyExistsException" : { "c2jName" : "AlreadyExistsException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

Indicates that a resource could not be created because of a naming conflict.

", "enums" : null, "errorCode" : "AlreadyExists", "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "Name", "c2jShape" : "RuleOrRuleSetName", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param name \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withName", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getName", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Name", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Name", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Name", "setterDocumentation" : "/**\n@param name */", "setterMethodName" : "setName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param name \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Name" : { "c2jName" : "Name", "c2jShape" : "RuleOrRuleSetName", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param name \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withName", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getName", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Name", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Name", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Name", "setterDocumentation" : "/**\n@param name */", "setterMethodName" : "setName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param name \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "AlreadyExistsException", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "AlreadyExistsException", "variableName" : "alreadyExistsException", "variableType" : "AlreadyExistsException", "documentation" : null, "simpleType" : "AlreadyExistsException", "variableSetterType" : "AlreadyExistsException" }, "wrapper" : false }, "BehaviorOnMXFailure" : { "c2jName" : "BehaviorOnMXFailure", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "", "enums" : [ { "name" : "UseDefaultValue", "value" : "UseDefaultValue" }, { "name" : "RejectMessage", "value" : "RejectMessage" } ], "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : null, "membersAsMap" : { }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "BehaviorOnMXFailure", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "BehaviorOnMXFailure", "variableName" : "behaviorOnMXFailure", "variableType" : "BehaviorOnMXFailure", "documentation" : null, "simpleType" : "BehaviorOnMXFailure", "variableSetterType" : "BehaviorOnMXFailure" }, "wrapper" : false }, "Body" : { "c2jName" : "Body", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

Represents the body of the message. You can specify text, HTML, or both. If you use both, then the message should display correctly in the widest variety of email clients.

", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "Text", "c2jShape" : "Content", "deprecated" : false, "documentation" : "

The content of the message, in text format. Use this for text-based email clients, or clients on high-latency networks (such as mobile devices).

", "enumType" : null, "fluentSetterDocumentation" : "/**

The content of the message, in text format. Use this for text-based email clients, or clients on high-latency networks (such as mobile devices).

\n@param text The content of the message, in text format. Use this for text-based email clients, or clients on high-latency networks (such as mobile devices).\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withText", "getterDocumentation" : "/**

The content of the message, in text format. Use this for text-based email clients, or clients on high-latency networks (such as mobile devices).

\n@return The content of the message, in text format. Use this for text-based email clients, or clients on high-latency networks (such as mobile devices).*/", "getterMethodName" : "getText", "getterModel" : { "returnType" : "Content", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Text", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Text", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Text", "setterDocumentation" : "/**

The content of the message, in text format. Use this for text-based email clients, or clients on high-latency networks (such as mobile devices).

\n@param text The content of the message, in text format. Use this for text-based email clients, or clients on high-latency networks (such as mobile devices).*/", "setterMethodName" : "setText", "setterModel" : { "variableDeclarationType" : "Content", "variableName" : "text", "variableType" : "Content", "documentation" : "", "simpleType" : "Content", "variableSetterType" : "Content" }, "simple" : false, "varargSetterDocumentation" : "/**

The content of the message, in text format. Use this for text-based email clients, or clients on high-latency networks (such as mobile devices).

\n@param text The content of the message, in text format. Use this for text-based email clients, or clients on high-latency networks (such as mobile devices).\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Content", "variableName" : "text", "variableType" : "Content", "documentation" : "

The content of the message, in text format. Use this for text-based email clients, or clients on high-latency networks (such as mobile devices).

", "simpleType" : "Content", "variableSetterType" : "Content" }, "xmlNameSpaceUri" : null }, { "c2jName" : "Html", "c2jShape" : "Content", "deprecated" : false, "documentation" : "

The content of the message, in HTML format. Use this for email clients that can process HTML. You can include clickable links, formatted text, and much more in an HTML message.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The content of the message, in HTML format. Use this for email clients that can process HTML. You can include clickable links, formatted text, and much more in an HTML message.

\n@param html The content of the message, in HTML format. Use this for email clients that can process HTML. You can include clickable links, formatted text, and much more in an HTML message.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withHtml", "getterDocumentation" : "/**

The content of the message, in HTML format. Use this for email clients that can process HTML. You can include clickable links, formatted text, and much more in an HTML message.

\n@return The content of the message, in HTML format. Use this for email clients that can process HTML. You can include clickable links, formatted text, and much more in an HTML message.*/", "getterMethodName" : "getHtml", "getterModel" : { "returnType" : "Content", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Html", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Html", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Html", "setterDocumentation" : "/**

The content of the message, in HTML format. Use this for email clients that can process HTML. You can include clickable links, formatted text, and much more in an HTML message.

\n@param html The content of the message, in HTML format. Use this for email clients that can process HTML. You can include clickable links, formatted text, and much more in an HTML message.*/", "setterMethodName" : "setHtml", "setterModel" : { "variableDeclarationType" : "Content", "variableName" : "html", "variableType" : "Content", "documentation" : "", "simpleType" : "Content", "variableSetterType" : "Content" }, "simple" : false, "varargSetterDocumentation" : "/**

The content of the message, in HTML format. Use this for email clients that can process HTML. You can include clickable links, formatted text, and much more in an HTML message.

\n@param html The content of the message, in HTML format. Use this for email clients that can process HTML. You can include clickable links, formatted text, and much more in an HTML message.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Content", "variableName" : "html", "variableType" : "Content", "documentation" : "

The content of the message, in HTML format. Use this for email clients that can process HTML. You can include clickable links, formatted text, and much more in an HTML message.

", "simpleType" : "Content", "variableSetterType" : "Content" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Html" : { "c2jName" : "Html", "c2jShape" : "Content", "deprecated" : false, "documentation" : "

The content of the message, in HTML format. Use this for email clients that can process HTML. You can include clickable links, formatted text, and much more in an HTML message.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The content of the message, in HTML format. Use this for email clients that can process HTML. You can include clickable links, formatted text, and much more in an HTML message.

\n@param html The content of the message, in HTML format. Use this for email clients that can process HTML. You can include clickable links, formatted text, and much more in an HTML message.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withHtml", "getterDocumentation" : "/**

The content of the message, in HTML format. Use this for email clients that can process HTML. You can include clickable links, formatted text, and much more in an HTML message.

\n@return The content of the message, in HTML format. Use this for email clients that can process HTML. You can include clickable links, formatted text, and much more in an HTML message.*/", "getterMethodName" : "getHtml", "getterModel" : { "returnType" : "Content", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Html", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Html", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Html", "setterDocumentation" : "/**

The content of the message, in HTML format. Use this for email clients that can process HTML. You can include clickable links, formatted text, and much more in an HTML message.

\n@param html The content of the message, in HTML format. Use this for email clients that can process HTML. You can include clickable links, formatted text, and much more in an HTML message.*/", "setterMethodName" : "setHtml", "setterModel" : { "variableDeclarationType" : "Content", "variableName" : "html", "variableType" : "Content", "documentation" : "", "simpleType" : "Content", "variableSetterType" : "Content" }, "simple" : false, "varargSetterDocumentation" : "/**

The content of the message, in HTML format. Use this for email clients that can process HTML. You can include clickable links, formatted text, and much more in an HTML message.

\n@param html The content of the message, in HTML format. Use this for email clients that can process HTML. You can include clickable links, formatted text, and much more in an HTML message.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Content", "variableName" : "html", "variableType" : "Content", "documentation" : "

The content of the message, in HTML format. Use this for email clients that can process HTML. You can include clickable links, formatted text, and much more in an HTML message.

", "simpleType" : "Content", "variableSetterType" : "Content" }, "xmlNameSpaceUri" : null }, "Text" : { "c2jName" : "Text", "c2jShape" : "Content", "deprecated" : false, "documentation" : "

The content of the message, in text format. Use this for text-based email clients, or clients on high-latency networks (such as mobile devices).

", "enumType" : null, "fluentSetterDocumentation" : "/**

The content of the message, in text format. Use this for text-based email clients, or clients on high-latency networks (such as mobile devices).

\n@param text The content of the message, in text format. Use this for text-based email clients, or clients on high-latency networks (such as mobile devices).\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withText", "getterDocumentation" : "/**

The content of the message, in text format. Use this for text-based email clients, or clients on high-latency networks (such as mobile devices).

\n@return The content of the message, in text format. Use this for text-based email clients, or clients on high-latency networks (such as mobile devices).*/", "getterMethodName" : "getText", "getterModel" : { "returnType" : "Content", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Text", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Text", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Text", "setterDocumentation" : "/**

The content of the message, in text format. Use this for text-based email clients, or clients on high-latency networks (such as mobile devices).

\n@param text The content of the message, in text format. Use this for text-based email clients, or clients on high-latency networks (such as mobile devices).*/", "setterMethodName" : "setText", "setterModel" : { "variableDeclarationType" : "Content", "variableName" : "text", "variableType" : "Content", "documentation" : "", "simpleType" : "Content", "variableSetterType" : "Content" }, "simple" : false, "varargSetterDocumentation" : "/**

The content of the message, in text format. Use this for text-based email clients, or clients on high-latency networks (such as mobile devices).

\n@param text The content of the message, in text format. Use this for text-based email clients, or clients on high-latency networks (such as mobile devices).\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Content", "variableName" : "text", "variableType" : "Content", "documentation" : "

The content of the message, in text format. Use this for text-based email clients, or clients on high-latency networks (such as mobile devices).

", "simpleType" : "Content", "variableSetterType" : "Content" }, "xmlNameSpaceUri" : null } }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "Body", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "Body", "variableName" : "body", "variableType" : "Body", "documentation" : null, "simpleType" : "Body", "variableSetterType" : "Body" }, "wrapper" : false }, "BounceAction" : { "c2jName" : "BounceAction", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

When included in a receipt rule, this action rejects the received email by returning a bounce response to the sender and, optionally, publishes a notification to Amazon Simple Notification Service (Amazon SNS).

For information about sending a bounce message in response to a received email, see the Amazon SES Developer Guide.

", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "TopicArn", "c2jShape" : "AmazonResourceName", "deprecated" : false, "documentation" : "

The Amazon Resource Name (ARN) of the Amazon SNS topic to notify when the bounce action is taken. An example of an Amazon SNS topic ARN is arn:aws:sns:us-west-2:123456789012:MyTopic. For more information about Amazon SNS topics, see the Amazon SNS Developer Guide.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The Amazon Resource Name (ARN) of the Amazon SNS topic to notify when the bounce action is taken. An example of an Amazon SNS topic ARN is arn:aws:sns:us-west-2:123456789012:MyTopic. For more information about Amazon SNS topics, see the Amazon SNS Developer Guide.

\n@param topicArn The Amazon Resource Name (ARN) of the Amazon SNS topic to notify when the bounce action is taken. An example of an Amazon SNS topic ARN is arn:aws:sns:us-west-2:123456789012:MyTopic. For more information about Amazon SNS topics, see the Amazon SNS Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withTopicArn", "getterDocumentation" : "/**

The Amazon Resource Name (ARN) of the Amazon SNS topic to notify when the bounce action is taken. An example of an Amazon SNS topic ARN is arn:aws:sns:us-west-2:123456789012:MyTopic. For more information about Amazon SNS topics, see the Amazon SNS Developer Guide.

\n@return The Amazon Resource Name (ARN) of the Amazon SNS topic to notify when the bounce action is taken. An example of an Amazon SNS topic ARN is arn:aws:sns:us-west-2:123456789012:MyTopic. For more information about Amazon SNS topics, see the Amazon SNS Developer Guide.*/", "getterMethodName" : "getTopicArn", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "TopicArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TopicArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "TopicArn", "setterDocumentation" : "/**

The Amazon Resource Name (ARN) of the Amazon SNS topic to notify when the bounce action is taken. An example of an Amazon SNS topic ARN is arn:aws:sns:us-west-2:123456789012:MyTopic. For more information about Amazon SNS topics, see the Amazon SNS Developer Guide.

\n@param topicArn The Amazon Resource Name (ARN) of the Amazon SNS topic to notify when the bounce action is taken. An example of an Amazon SNS topic ARN is arn:aws:sns:us-west-2:123456789012:MyTopic. For more information about Amazon SNS topics, see the Amazon SNS Developer Guide.*/", "setterMethodName" : "setTopicArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "topicArn", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The Amazon Resource Name (ARN) of the Amazon SNS topic to notify when the bounce action is taken. An example of an Amazon SNS topic ARN is arn:aws:sns:us-west-2:123456789012:MyTopic. For more information about Amazon SNS topics, see the Amazon SNS Developer Guide.

\n@param topicArn The Amazon Resource Name (ARN) of the Amazon SNS topic to notify when the bounce action is taken. An example of an Amazon SNS topic ARN is arn:aws:sns:us-west-2:123456789012:MyTopic. For more information about Amazon SNS topics, see the Amazon SNS Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "topicArn", "variableType" : "String", "documentation" : "

The Amazon Resource Name (ARN) of the Amazon SNS topic to notify when the bounce action is taken. An example of an Amazon SNS topic ARN is arn:aws:sns:us-west-2:123456789012:MyTopic. For more information about Amazon SNS topics, see the Amazon SNS Developer Guide.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "SmtpReplyCode", "c2jShape" : "BounceSmtpReplyCode", "deprecated" : false, "documentation" : "

The SMTP reply code, as defined by RFC 5321.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The SMTP reply code, as defined by RFC 5321.

\n@param smtpReplyCode The SMTP reply code, as defined by RFC 5321.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withSmtpReplyCode", "getterDocumentation" : "/**

The SMTP reply code, as defined by RFC 5321.

\n@return The SMTP reply code, as defined by RFC 5321.*/", "getterMethodName" : "getSmtpReplyCode", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "SmtpReplyCode", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "SmtpReplyCode", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "SmtpReplyCode", "setterDocumentation" : "/**

The SMTP reply code, as defined by RFC 5321.

\n@param smtpReplyCode The SMTP reply code, as defined by RFC 5321.*/", "setterMethodName" : "setSmtpReplyCode", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "smtpReplyCode", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The SMTP reply code, as defined by RFC 5321.

\n@param smtpReplyCode The SMTP reply code, as defined by RFC 5321.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "smtpReplyCode", "variableType" : "String", "documentation" : "

The SMTP reply code, as defined by RFC 5321.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "StatusCode", "c2jShape" : "BounceStatusCode", "deprecated" : false, "documentation" : "

The SMTP enhanced status code, as defined by RFC 3463.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The SMTP enhanced status code, as defined by RFC 3463.

\n@param statusCode The SMTP enhanced status code, as defined by RFC 3463.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withStatusCode", "getterDocumentation" : "/**

The SMTP enhanced status code, as defined by RFC 3463.

\n@return The SMTP enhanced status code, as defined by RFC 3463.*/", "getterMethodName" : "getStatusCode", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "StatusCode", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "StatusCode", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "StatusCode", "setterDocumentation" : "/**

The SMTP enhanced status code, as defined by RFC 3463.

\n@param statusCode The SMTP enhanced status code, as defined by RFC 3463.*/", "setterMethodName" : "setStatusCode", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "statusCode", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The SMTP enhanced status code, as defined by RFC 3463.

\n@param statusCode The SMTP enhanced status code, as defined by RFC 3463.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "statusCode", "variableType" : "String", "documentation" : "

The SMTP enhanced status code, as defined by RFC 3463.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "Message", "c2jShape" : "BounceMessage", "deprecated" : false, "documentation" : "

Human-readable text to include in the bounce message.

", "enumType" : null, "fluentSetterDocumentation" : "/**

Human-readable text to include in the bounce message.

\n@param message Human-readable text to include in the bounce message.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withMessage", "getterDocumentation" : "/**

Human-readable text to include in the bounce message.

\n@return Human-readable text to include in the bounce message.*/", "getterMethodName" : "getMessage", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Message", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Message", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Message", "setterDocumentation" : "/**

Human-readable text to include in the bounce message.

\n@param message Human-readable text to include in the bounce message.*/", "setterMethodName" : "setMessage", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "message", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

Human-readable text to include in the bounce message.

\n@param message Human-readable text to include in the bounce message.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "message", "variableType" : "String", "documentation" : "

Human-readable text to include in the bounce message.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "Sender", "c2jShape" : "Address", "deprecated" : false, "documentation" : "

The email address of the sender of the bounced email. This is the address from which the bounce message will be sent.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The email address of the sender of the bounced email. This is the address from which the bounce message will be sent.

\n@param sender The email address of the sender of the bounced email. This is the address from which the bounce message will be sent.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withSender", "getterDocumentation" : "/**

The email address of the sender of the bounced email. This is the address from which the bounce message will be sent.

\n@return The email address of the sender of the bounced email. This is the address from which the bounce message will be sent.*/", "getterMethodName" : "getSender", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Sender", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Sender", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Sender", "setterDocumentation" : "/**

The email address of the sender of the bounced email. This is the address from which the bounce message will be sent.

\n@param sender The email address of the sender of the bounced email. This is the address from which the bounce message will be sent.*/", "setterMethodName" : "setSender", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "sender", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The email address of the sender of the bounced email. This is the address from which the bounce message will be sent.

\n@param sender The email address of the sender of the bounced email. This is the address from which the bounce message will be sent.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "sender", "variableType" : "String", "documentation" : "

The email address of the sender of the bounced email. This is the address from which the bounce message will be sent.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Message" : { "c2jName" : "Message", "c2jShape" : "BounceMessage", "deprecated" : false, "documentation" : "

Human-readable text to include in the bounce message.

", "enumType" : null, "fluentSetterDocumentation" : "/**

Human-readable text to include in the bounce message.

\n@param message Human-readable text to include in the bounce message.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withMessage", "getterDocumentation" : "/**

Human-readable text to include in the bounce message.

\n@return Human-readable text to include in the bounce message.*/", "getterMethodName" : "getMessage", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Message", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Message", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Message", "setterDocumentation" : "/**

Human-readable text to include in the bounce message.

\n@param message Human-readable text to include in the bounce message.*/", "setterMethodName" : "setMessage", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "message", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

Human-readable text to include in the bounce message.

\n@param message Human-readable text to include in the bounce message.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "message", "variableType" : "String", "documentation" : "

Human-readable text to include in the bounce message.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Sender" : { "c2jName" : "Sender", "c2jShape" : "Address", "deprecated" : false, "documentation" : "

The email address of the sender of the bounced email. This is the address from which the bounce message will be sent.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The email address of the sender of the bounced email. This is the address from which the bounce message will be sent.

\n@param sender The email address of the sender of the bounced email. This is the address from which the bounce message will be sent.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withSender", "getterDocumentation" : "/**

The email address of the sender of the bounced email. This is the address from which the bounce message will be sent.

\n@return The email address of the sender of the bounced email. This is the address from which the bounce message will be sent.*/", "getterMethodName" : "getSender", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Sender", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Sender", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Sender", "setterDocumentation" : "/**

The email address of the sender of the bounced email. This is the address from which the bounce message will be sent.

\n@param sender The email address of the sender of the bounced email. This is the address from which the bounce message will be sent.*/", "setterMethodName" : "setSender", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "sender", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The email address of the sender of the bounced email. This is the address from which the bounce message will be sent.

\n@param sender The email address of the sender of the bounced email. This is the address from which the bounce message will be sent.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "sender", "variableType" : "String", "documentation" : "

The email address of the sender of the bounced email. This is the address from which the bounce message will be sent.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "SmtpReplyCode" : { "c2jName" : "SmtpReplyCode", "c2jShape" : "BounceSmtpReplyCode", "deprecated" : false, "documentation" : "

The SMTP reply code, as defined by RFC 5321.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The SMTP reply code, as defined by RFC 5321.

\n@param smtpReplyCode The SMTP reply code, as defined by RFC 5321.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withSmtpReplyCode", "getterDocumentation" : "/**

The SMTP reply code, as defined by RFC 5321.

\n@return The SMTP reply code, as defined by RFC 5321.*/", "getterMethodName" : "getSmtpReplyCode", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "SmtpReplyCode", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "SmtpReplyCode", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "SmtpReplyCode", "setterDocumentation" : "/**

The SMTP reply code, as defined by RFC 5321.

\n@param smtpReplyCode The SMTP reply code, as defined by RFC 5321.*/", "setterMethodName" : "setSmtpReplyCode", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "smtpReplyCode", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The SMTP reply code, as defined by RFC 5321.

\n@param smtpReplyCode The SMTP reply code, as defined by RFC 5321.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "smtpReplyCode", "variableType" : "String", "documentation" : "

The SMTP reply code, as defined by RFC 5321.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "StatusCode" : { "c2jName" : "StatusCode", "c2jShape" : "BounceStatusCode", "deprecated" : false, "documentation" : "

The SMTP enhanced status code, as defined by RFC 3463.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The SMTP enhanced status code, as defined by RFC 3463.

\n@param statusCode The SMTP enhanced status code, as defined by RFC 3463.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withStatusCode", "getterDocumentation" : "/**

The SMTP enhanced status code, as defined by RFC 3463.

\n@return The SMTP enhanced status code, as defined by RFC 3463.*/", "getterMethodName" : "getStatusCode", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "StatusCode", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "StatusCode", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "StatusCode", "setterDocumentation" : "/**

The SMTP enhanced status code, as defined by RFC 3463.

\n@param statusCode The SMTP enhanced status code, as defined by RFC 3463.*/", "setterMethodName" : "setStatusCode", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "statusCode", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The SMTP enhanced status code, as defined by RFC 3463.

\n@param statusCode The SMTP enhanced status code, as defined by RFC 3463.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "statusCode", "variableType" : "String", "documentation" : "

The SMTP enhanced status code, as defined by RFC 3463.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "TopicArn" : { "c2jName" : "TopicArn", "c2jShape" : "AmazonResourceName", "deprecated" : false, "documentation" : "

The Amazon Resource Name (ARN) of the Amazon SNS topic to notify when the bounce action is taken. An example of an Amazon SNS topic ARN is arn:aws:sns:us-west-2:123456789012:MyTopic. For more information about Amazon SNS topics, see the Amazon SNS Developer Guide.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The Amazon Resource Name (ARN) of the Amazon SNS topic to notify when the bounce action is taken. An example of an Amazon SNS topic ARN is arn:aws:sns:us-west-2:123456789012:MyTopic. For more information about Amazon SNS topics, see the Amazon SNS Developer Guide.

\n@param topicArn The Amazon Resource Name (ARN) of the Amazon SNS topic to notify when the bounce action is taken. An example of an Amazon SNS topic ARN is arn:aws:sns:us-west-2:123456789012:MyTopic. For more information about Amazon SNS topics, see the Amazon SNS Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withTopicArn", "getterDocumentation" : "/**

The Amazon Resource Name (ARN) of the Amazon SNS topic to notify when the bounce action is taken. An example of an Amazon SNS topic ARN is arn:aws:sns:us-west-2:123456789012:MyTopic. For more information about Amazon SNS topics, see the Amazon SNS Developer Guide.

\n@return The Amazon Resource Name (ARN) of the Amazon SNS topic to notify when the bounce action is taken. An example of an Amazon SNS topic ARN is arn:aws:sns:us-west-2:123456789012:MyTopic. For more information about Amazon SNS topics, see the Amazon SNS Developer Guide.*/", "getterMethodName" : "getTopicArn", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "TopicArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TopicArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "TopicArn", "setterDocumentation" : "/**

The Amazon Resource Name (ARN) of the Amazon SNS topic to notify when the bounce action is taken. An example of an Amazon SNS topic ARN is arn:aws:sns:us-west-2:123456789012:MyTopic. For more information about Amazon SNS topics, see the Amazon SNS Developer Guide.

\n@param topicArn The Amazon Resource Name (ARN) of the Amazon SNS topic to notify when the bounce action is taken. An example of an Amazon SNS topic ARN is arn:aws:sns:us-west-2:123456789012:MyTopic. For more information about Amazon SNS topics, see the Amazon SNS Developer Guide.*/", "setterMethodName" : "setTopicArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "topicArn", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The Amazon Resource Name (ARN) of the Amazon SNS topic to notify when the bounce action is taken. An example of an Amazon SNS topic ARN is arn:aws:sns:us-west-2:123456789012:MyTopic. For more information about Amazon SNS topics, see the Amazon SNS Developer Guide.

\n@param topicArn The Amazon Resource Name (ARN) of the Amazon SNS topic to notify when the bounce action is taken. An example of an Amazon SNS topic ARN is arn:aws:sns:us-west-2:123456789012:MyTopic. For more information about Amazon SNS topics, see the Amazon SNS Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "topicArn", "variableType" : "String", "documentation" : "

The Amazon Resource Name (ARN) of the Amazon SNS topic to notify when the bounce action is taken. An example of an Amazon SNS topic ARN is arn:aws:sns:us-west-2:123456789012:MyTopic. For more information about Amazon SNS topics, see the Amazon SNS Developer Guide.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "SmtpReplyCode", "Message", "Sender" ], "shapeName" : "BounceAction", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "BounceAction", "variableName" : "bounceAction", "variableType" : "BounceAction", "documentation" : null, "simpleType" : "BounceAction", "variableSetterType" : "BounceAction" }, "wrapper" : false }, "BounceType" : { "c2jName" : "BounceType", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "", "enums" : [ { "name" : "DoesNotExist", "value" : "DoesNotExist" }, { "name" : "MessageTooLarge", "value" : "MessageTooLarge" }, { "name" : "ExceededQuota", "value" : "ExceededQuota" }, { "name" : "ContentRejected", "value" : "ContentRejected" }, { "name" : "Undefined", "value" : "Undefined" }, { "name" : "TemporaryFailure", "value" : "TemporaryFailure" } ], "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : null, "membersAsMap" : { }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "BounceType", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "BounceType", "variableName" : "bounceType", "variableType" : "BounceType", "documentation" : null, "simpleType" : "BounceType", "variableSetterType" : "BounceType" }, "wrapper" : false }, "BouncedRecipientInfo" : { "c2jName" : "BouncedRecipientInfo", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "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.

", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "Recipient", "c2jShape" : "Address", "deprecated" : false, "documentation" : "

The email address of the recipient of the bounced email.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The email address of the recipient of the bounced email.

\n@param recipient The email address of the recipient of the bounced email.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withRecipient", "getterDocumentation" : "/**

The email address of the recipient of the bounced email.

\n@return The email address of the recipient of the bounced email.*/", "getterMethodName" : "getRecipient", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Recipient", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Recipient", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Recipient", "setterDocumentation" : "/**

The email address of the recipient of the bounced email.

\n@param recipient The email address of the recipient of the bounced email.*/", "setterMethodName" : "setRecipient", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "recipient", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The email address of the recipient of the bounced email.

\n@param recipient The email address of the recipient of the bounced email.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "recipient", "variableType" : "String", "documentation" : "

The email address of the recipient of the bounced email.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "RecipientArn", "c2jShape" : "AmazonResourceName", "deprecated" : false, "documentation" : "

This parameter is used only for sending authorization. It is the ARN of the identity that is associated with the sending authorization policy that permits you to receive email for the recipient of the bounced email. For more information about sending authorization, see the Amazon SES Developer Guide.

", "enumType" : null, "fluentSetterDocumentation" : "/**

This parameter is used only for sending authorization. It is the ARN of the identity that is associated with the sending authorization policy that permits you to receive email for the recipient of the bounced email. For more information about sending authorization, see the Amazon SES Developer Guide.

\n@param recipientArn This parameter is used only for sending authorization. It is the ARN of the identity that is associated with the sending authorization policy that permits you to receive email for the recipient of the bounced email. For more information about sending authorization, see the Amazon SES Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withRecipientArn", "getterDocumentation" : "/**

This parameter is used only for sending authorization. It is the ARN of the identity that is associated with the sending authorization policy that permits you to receive email for the recipient of the bounced email. For more information about sending authorization, see the Amazon SES Developer Guide.

\n@return This parameter is used only for sending authorization. It is the ARN of the identity that is associated with the sending authorization policy that permits you to receive email for the recipient of the bounced email. For more information about sending authorization, see the Amazon SES Developer Guide.*/", "getterMethodName" : "getRecipientArn", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "RecipientArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "RecipientArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "RecipientArn", "setterDocumentation" : "/**

This parameter is used only for sending authorization. It is the ARN of the identity that is associated with the sending authorization policy that permits you to receive email for the recipient of the bounced email. For more information about sending authorization, see the Amazon SES Developer Guide.

\n@param recipientArn This parameter is used only for sending authorization. It is the ARN of the identity that is associated with the sending authorization policy that permits you to receive email for the recipient of the bounced email. For more information about sending authorization, see the Amazon SES Developer Guide.*/", "setterMethodName" : "setRecipientArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "recipientArn", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

This parameter is used only for sending authorization. It is the ARN of the identity that is associated with the sending authorization policy that permits you to receive email for the recipient of the bounced email. For more information about sending authorization, see the Amazon SES Developer Guide.

\n@param recipientArn This parameter is used only for sending authorization. It is the ARN of the identity that is associated with the sending authorization policy that permits you to receive email for the recipient of the bounced email. For more information about sending authorization, see the Amazon SES Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "recipientArn", "variableType" : "String", "documentation" : "

This parameter is used only for sending authorization. It is the ARN of the identity that is associated with the sending authorization policy that permits you to receive email for the recipient of the bounced email. For more information about sending authorization, see the Amazon SES Developer Guide.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "BounceType", "c2jShape" : "BounceType", "deprecated" : false, "documentation" : "

The reason for the bounce. You must provide either this parameter or RecipientDsnFields.

", "enumType" : "BounceType", "fluentSetterDocumentation" : "/**

The reason for the bounce. You must provide either this parameter or RecipientDsnFields.

\n@param bounceType The reason for the bounce. You must provide either this parameter or RecipientDsnFields.\n@return Returns a reference to this object so that method calls can be chained together.\n@see BounceType*/", "fluentSetterMethodName" : "withBounceType", "getterDocumentation" : "/**

The reason for the bounce. You must provide either this parameter or RecipientDsnFields.

\n@return The reason for the bounce. You must provide either this parameter or RecipientDsnFields.\n@see BounceType*/", "getterMethodName" : "getBounceType", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "BounceType", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "BounceType", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "BounceType", "setterDocumentation" : "/**

The reason for the bounce. You must provide either this parameter or RecipientDsnFields.

\n@param bounceType The reason for the bounce. You must provide either this parameter or RecipientDsnFields.\n@see BounceType*/", "setterMethodName" : "setBounceType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "bounceType", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The reason for the bounce. You must provide either this parameter or RecipientDsnFields.

\n@param bounceType The reason for the bounce. You must provide either this parameter or RecipientDsnFields.\n@return Returns a reference to this object so that method calls can be chained together.\n@see BounceType*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "bounceType", "variableType" : "String", "documentation" : "

The reason for the bounce. You must provide either this parameter or RecipientDsnFields.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "RecipientDsnFields", "c2jShape" : "RecipientDsnFields", "deprecated" : false, "documentation" : "

Recipient-related DSN fields, most of which would normally be filled in automatically when provided with a BounceType. You must provide either this parameter or BounceType.

", "enumType" : null, "fluentSetterDocumentation" : "/**

Recipient-related DSN fields, most of which would normally be filled in automatically when provided with a BounceType. You must provide either this parameter or BounceType.

\n@param recipientDsnFields Recipient-related DSN fields, most of which would normally be filled in automatically when provided with a BounceType. You must provide either this parameter or BounceType.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withRecipientDsnFields", "getterDocumentation" : "/**

Recipient-related DSN fields, most of which would normally be filled in automatically when provided with a BounceType. You must provide either this parameter or BounceType.

\n@return Recipient-related DSN fields, most of which would normally be filled in automatically when provided with a BounceType. You must provide either this parameter or BounceType.*/", "getterMethodName" : "getRecipientDsnFields", "getterModel" : { "returnType" : "RecipientDsnFields", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "RecipientDsnFields", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "RecipientDsnFields", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "RecipientDsnFields", "setterDocumentation" : "/**

Recipient-related DSN fields, most of which would normally be filled in automatically when provided with a BounceType. You must provide either this parameter or BounceType.

\n@param recipientDsnFields Recipient-related DSN fields, most of which would normally be filled in automatically when provided with a BounceType. You must provide either this parameter or BounceType.*/", "setterMethodName" : "setRecipientDsnFields", "setterModel" : { "variableDeclarationType" : "RecipientDsnFields", "variableName" : "recipientDsnFields", "variableType" : "RecipientDsnFields", "documentation" : "", "simpleType" : "RecipientDsnFields", "variableSetterType" : "RecipientDsnFields" }, "simple" : false, "varargSetterDocumentation" : "/**

Recipient-related DSN fields, most of which would normally be filled in automatically when provided with a BounceType. You must provide either this parameter or BounceType.

\n@param recipientDsnFields Recipient-related DSN fields, most of which would normally be filled in automatically when provided with a BounceType. You must provide either this parameter or BounceType.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "RecipientDsnFields", "variableName" : "recipientDsnFields", "variableType" : "RecipientDsnFields", "documentation" : "

Recipient-related DSN fields, most of which would normally be filled in automatically when provided with a BounceType. You must provide either this parameter or BounceType.

", "simpleType" : "RecipientDsnFields", "variableSetterType" : "RecipientDsnFields" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "BounceType" : { "c2jName" : "BounceType", "c2jShape" : "BounceType", "deprecated" : false, "documentation" : "

The reason for the bounce. You must provide either this parameter or RecipientDsnFields.

", "enumType" : "BounceType", "fluentSetterDocumentation" : "/**

The reason for the bounce. You must provide either this parameter or RecipientDsnFields.

\n@param bounceType The reason for the bounce. You must provide either this parameter or RecipientDsnFields.\n@return Returns a reference to this object so that method calls can be chained together.\n@see BounceType*/", "fluentSetterMethodName" : "withBounceType", "getterDocumentation" : "/**

The reason for the bounce. You must provide either this parameter or RecipientDsnFields.

\n@return The reason for the bounce. You must provide either this parameter or RecipientDsnFields.\n@see BounceType*/", "getterMethodName" : "getBounceType", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "BounceType", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "BounceType", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "BounceType", "setterDocumentation" : "/**

The reason for the bounce. You must provide either this parameter or RecipientDsnFields.

\n@param bounceType The reason for the bounce. You must provide either this parameter or RecipientDsnFields.\n@see BounceType*/", "setterMethodName" : "setBounceType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "bounceType", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The reason for the bounce. You must provide either this parameter or RecipientDsnFields.

\n@param bounceType The reason for the bounce. You must provide either this parameter or RecipientDsnFields.\n@return Returns a reference to this object so that method calls can be chained together.\n@see BounceType*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "bounceType", "variableType" : "String", "documentation" : "

The reason for the bounce. You must provide either this parameter or RecipientDsnFields.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Recipient" : { "c2jName" : "Recipient", "c2jShape" : "Address", "deprecated" : false, "documentation" : "

The email address of the recipient of the bounced email.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The email address of the recipient of the bounced email.

\n@param recipient The email address of the recipient of the bounced email.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withRecipient", "getterDocumentation" : "/**

The email address of the recipient of the bounced email.

\n@return The email address of the recipient of the bounced email.*/", "getterMethodName" : "getRecipient", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Recipient", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Recipient", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Recipient", "setterDocumentation" : "/**

The email address of the recipient of the bounced email.

\n@param recipient The email address of the recipient of the bounced email.*/", "setterMethodName" : "setRecipient", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "recipient", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The email address of the recipient of the bounced email.

\n@param recipient The email address of the recipient of the bounced email.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "recipient", "variableType" : "String", "documentation" : "

The email address of the recipient of the bounced email.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "RecipientArn" : { "c2jName" : "RecipientArn", "c2jShape" : "AmazonResourceName", "deprecated" : false, "documentation" : "

This parameter is used only for sending authorization. It is the ARN of the identity that is associated with the sending authorization policy that permits you to receive email for the recipient of the bounced email. For more information about sending authorization, see the Amazon SES Developer Guide.

", "enumType" : null, "fluentSetterDocumentation" : "/**

This parameter is used only for sending authorization. It is the ARN of the identity that is associated with the sending authorization policy that permits you to receive email for the recipient of the bounced email. For more information about sending authorization, see the Amazon SES Developer Guide.

\n@param recipientArn This parameter is used only for sending authorization. It is the ARN of the identity that is associated with the sending authorization policy that permits you to receive email for the recipient of the bounced email. For more information about sending authorization, see the Amazon SES Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withRecipientArn", "getterDocumentation" : "/**

This parameter is used only for sending authorization. It is the ARN of the identity that is associated with the sending authorization policy that permits you to receive email for the recipient of the bounced email. For more information about sending authorization, see the Amazon SES Developer Guide.

\n@return This parameter is used only for sending authorization. It is the ARN of the identity that is associated with the sending authorization policy that permits you to receive email for the recipient of the bounced email. For more information about sending authorization, see the Amazon SES Developer Guide.*/", "getterMethodName" : "getRecipientArn", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "RecipientArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "RecipientArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "RecipientArn", "setterDocumentation" : "/**

This parameter is used only for sending authorization. It is the ARN of the identity that is associated with the sending authorization policy that permits you to receive email for the recipient of the bounced email. For more information about sending authorization, see the Amazon SES Developer Guide.

\n@param recipientArn This parameter is used only for sending authorization. It is the ARN of the identity that is associated with the sending authorization policy that permits you to receive email for the recipient of the bounced email. For more information about sending authorization, see the Amazon SES Developer Guide.*/", "setterMethodName" : "setRecipientArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "recipientArn", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

This parameter is used only for sending authorization. It is the ARN of the identity that is associated with the sending authorization policy that permits you to receive email for the recipient of the bounced email. For more information about sending authorization, see the Amazon SES Developer Guide.

\n@param recipientArn This parameter is used only for sending authorization. It is the ARN of the identity that is associated with the sending authorization policy that permits you to receive email for the recipient of the bounced email. For more information about sending authorization, see the Amazon SES Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "recipientArn", "variableType" : "String", "documentation" : "

This parameter is used only for sending authorization. It is the ARN of the identity that is associated with the sending authorization policy that permits you to receive email for the recipient of the bounced email. For more information about sending authorization, see the Amazon SES Developer Guide.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "RecipientDsnFields" : { "c2jName" : "RecipientDsnFields", "c2jShape" : "RecipientDsnFields", "deprecated" : false, "documentation" : "

Recipient-related DSN fields, most of which would normally be filled in automatically when provided with a BounceType. You must provide either this parameter or BounceType.

", "enumType" : null, "fluentSetterDocumentation" : "/**

Recipient-related DSN fields, most of which would normally be filled in automatically when provided with a BounceType. You must provide either this parameter or BounceType.

\n@param recipientDsnFields Recipient-related DSN fields, most of which would normally be filled in automatically when provided with a BounceType. You must provide either this parameter or BounceType.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withRecipientDsnFields", "getterDocumentation" : "/**

Recipient-related DSN fields, most of which would normally be filled in automatically when provided with a BounceType. You must provide either this parameter or BounceType.

\n@return Recipient-related DSN fields, most of which would normally be filled in automatically when provided with a BounceType. You must provide either this parameter or BounceType.*/", "getterMethodName" : "getRecipientDsnFields", "getterModel" : { "returnType" : "RecipientDsnFields", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "RecipientDsnFields", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "RecipientDsnFields", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "RecipientDsnFields", "setterDocumentation" : "/**

Recipient-related DSN fields, most of which would normally be filled in automatically when provided with a BounceType. You must provide either this parameter or BounceType.

\n@param recipientDsnFields Recipient-related DSN fields, most of which would normally be filled in automatically when provided with a BounceType. You must provide either this parameter or BounceType.*/", "setterMethodName" : "setRecipientDsnFields", "setterModel" : { "variableDeclarationType" : "RecipientDsnFields", "variableName" : "recipientDsnFields", "variableType" : "RecipientDsnFields", "documentation" : "", "simpleType" : "RecipientDsnFields", "variableSetterType" : "RecipientDsnFields" }, "simple" : false, "varargSetterDocumentation" : "/**

Recipient-related DSN fields, most of which would normally be filled in automatically when provided with a BounceType. You must provide either this parameter or BounceType.

\n@param recipientDsnFields Recipient-related DSN fields, most of which would normally be filled in automatically when provided with a BounceType. You must provide either this parameter or BounceType.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "RecipientDsnFields", "variableName" : "recipientDsnFields", "variableType" : "RecipientDsnFields", "documentation" : "

Recipient-related DSN fields, most of which would normally be filled in automatically when provided with a BounceType. You must provide either this parameter or BounceType.

", "simpleType" : "RecipientDsnFields", "variableSetterType" : "RecipientDsnFields" }, "xmlNameSpaceUri" : null } }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "Recipient" ], "shapeName" : "BouncedRecipientInfo", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "BouncedRecipientInfo", "variableName" : "bouncedRecipientInfo", "variableType" : "BouncedRecipientInfo", "documentation" : null, "simpleType" : "BouncedRecipientInfo", "variableSetterType" : "BouncedRecipientInfo" }, "wrapper" : false }, "CannotDeleteException" : { "c2jName" : "CannotDeleteException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

Indicates that the delete operation could not be completed.

", "enums" : null, "errorCode" : "CannotDelete", "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "Name", "c2jShape" : "RuleOrRuleSetName", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param name \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withName", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getName", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Name", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Name", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Name", "setterDocumentation" : "/**\n@param name */", "setterMethodName" : "setName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param name \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Name" : { "c2jName" : "Name", "c2jShape" : "RuleOrRuleSetName", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param name \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withName", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getName", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Name", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Name", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Name", "setterDocumentation" : "/**\n@param name */", "setterMethodName" : "setName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param name \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "CannotDeleteException", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "CannotDeleteException", "variableName" : "cannotDeleteException", "variableType" : "CannotDeleteException", "documentation" : null, "simpleType" : "CannotDeleteException", "variableSetterType" : "CannotDeleteException" }, "wrapper" : false }, "CloneReceiptRuleSetRequest" : { "c2jName" : "CloneReceiptRuleSetRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

Represents a request to create a receipt rule set by cloning an existing one. You use receipt rule sets to receive email with Amazon SES. For more information, see the Amazon SES Developer Guide.

", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "CloneReceiptRuleSet", "locationName" : null, "requestUri" : "/", "target" : null, "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "c2jName" : "RuleSetName", "c2jShape" : "ReceiptRuleSetName", "deprecated" : false, "documentation" : "

The name of the rule set to create. The name must:

  • Contain only ASCII letters (a-z, A-Z), numbers (0-9), periods (.), underscores (_), or dashes (-).

  • Start and end with a letter or number.

  • Contain less than 64 characters.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The name of the rule set to create. The name must:

  • Contain only ASCII letters (a-z, A-Z), numbers (0-9), periods (.), underscores (_), or dashes (-).

  • Start and end with a letter or number.

  • Contain less than 64 characters.

\n@param ruleSetName The name of the rule set to create. The name must:

  • Contain only ASCII letters (a-z, A-Z), numbers (0-9), periods (.), underscores (_), or dashes (-).

  • Start and end with a letter or number.

  • Contain less than 64 characters.

  • \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withRuleSetName", "getterDocumentation" : "/**

    The name of the rule set to create. The name must:

    • Contain only ASCII letters (a-z, A-Z), numbers (0-9), periods (.), underscores (_), or dashes (-).

    • Start and end with a letter or number.

    • Contain less than 64 characters.

    \n@return The name of the rule set to create. The name must:

    • Contain only ASCII letters (a-z, A-Z), numbers (0-9), periods (.), underscores (_), or dashes (-).

    • Start and end with a letter or number.

    • Contain less than 64 characters.

    • */", "getterMethodName" : "getRuleSetName", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "RuleSetName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "RuleSetName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "RuleSetName", "setterDocumentation" : "/**

      The name of the rule set to create. The name must:

      • Contain only ASCII letters (a-z, A-Z), numbers (0-9), periods (.), underscores (_), or dashes (-).

      • Start and end with a letter or number.

      • Contain less than 64 characters.

      \n@param ruleSetName The name of the rule set to create. The name must:

      • Contain only ASCII letters (a-z, A-Z), numbers (0-9), periods (.), underscores (_), or dashes (-).

      • Start and end with a letter or number.

      • Contain less than 64 characters.

      • */", "setterMethodName" : "setRuleSetName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "ruleSetName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

        The name of the rule set to create. The name must:

        • Contain only ASCII letters (a-z, A-Z), numbers (0-9), periods (.), underscores (_), or dashes (-).

        • Start and end with a letter or number.

        • Contain less than 64 characters.

        \n@param ruleSetName The name of the rule set to create. The name must:

        • Contain only ASCII letters (a-z, A-Z), numbers (0-9), periods (.), underscores (_), or dashes (-).

        • Start and end with a letter or number.

        • Contain less than 64 characters.

        • \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "ruleSetName", "variableType" : "String", "documentation" : "

          The name of the rule set to create. The name must:

          • Contain only ASCII letters (a-z, A-Z), numbers (0-9), periods (.), underscores (_), or dashes (-).

          • Start and end with a letter or number.

          • Contain less than 64 characters.

          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "OriginalRuleSetName", "c2jShape" : "ReceiptRuleSetName", "deprecated" : false, "documentation" : "

          The name of the rule set to clone.

          ", "enumType" : null, "fluentSetterDocumentation" : "/**

          The name of the rule set to clone.

          \n@param originalRuleSetName The name of the rule set to clone.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withOriginalRuleSetName", "getterDocumentation" : "/**

          The name of the rule set to clone.

          \n@return The name of the rule set to clone.*/", "getterMethodName" : "getOriginalRuleSetName", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "OriginalRuleSetName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "OriginalRuleSetName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "OriginalRuleSetName", "setterDocumentation" : "/**

          The name of the rule set to clone.

          \n@param originalRuleSetName The name of the rule set to clone.*/", "setterMethodName" : "setOriginalRuleSetName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "originalRuleSetName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

          The name of the rule set to clone.

          \n@param originalRuleSetName The name of the rule set to clone.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "originalRuleSetName", "variableType" : "String", "documentation" : "

          The name of the rule set to clone.

          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "OriginalRuleSetName" : { "c2jName" : "OriginalRuleSetName", "c2jShape" : "ReceiptRuleSetName", "deprecated" : false, "documentation" : "

          The name of the rule set to clone.

          ", "enumType" : null, "fluentSetterDocumentation" : "/**

          The name of the rule set to clone.

          \n@param originalRuleSetName The name of the rule set to clone.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withOriginalRuleSetName", "getterDocumentation" : "/**

          The name of the rule set to clone.

          \n@return The name of the rule set to clone.*/", "getterMethodName" : "getOriginalRuleSetName", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "OriginalRuleSetName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "OriginalRuleSetName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "OriginalRuleSetName", "setterDocumentation" : "/**

          The name of the rule set to clone.

          \n@param originalRuleSetName The name of the rule set to clone.*/", "setterMethodName" : "setOriginalRuleSetName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "originalRuleSetName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

          The name of the rule set to clone.

          \n@param originalRuleSetName The name of the rule set to clone.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "originalRuleSetName", "variableType" : "String", "documentation" : "

          The name of the rule set to clone.

          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "RuleSetName" : { "c2jName" : "RuleSetName", "c2jShape" : "ReceiptRuleSetName", "deprecated" : false, "documentation" : "

          The name of the rule set to create. The name must:

          • Contain only ASCII letters (a-z, A-Z), numbers (0-9), periods (.), underscores (_), or dashes (-).

          • Start and end with a letter or number.

          • Contain less than 64 characters.

          ", "enumType" : null, "fluentSetterDocumentation" : "/**

          The name of the rule set to create. The name must:

          • Contain only ASCII letters (a-z, A-Z), numbers (0-9), periods (.), underscores (_), or dashes (-).

          • Start and end with a letter or number.

          • Contain less than 64 characters.

          \n@param ruleSetName The name of the rule set to create. The name must:

          • Contain only ASCII letters (a-z, A-Z), numbers (0-9), periods (.), underscores (_), or dashes (-).

          • Start and end with a letter or number.

          • Contain less than 64 characters.

          • \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withRuleSetName", "getterDocumentation" : "/**

            The name of the rule set to create. The name must:

            • Contain only ASCII letters (a-z, A-Z), numbers (0-9), periods (.), underscores (_), or dashes (-).

            • Start and end with a letter or number.

            • Contain less than 64 characters.

            \n@return The name of the rule set to create. The name must:

            • Contain only ASCII letters (a-z, A-Z), numbers (0-9), periods (.), underscores (_), or dashes (-).

            • Start and end with a letter or number.

            • Contain less than 64 characters.

            • */", "getterMethodName" : "getRuleSetName", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "RuleSetName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "RuleSetName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "RuleSetName", "setterDocumentation" : "/**

              The name of the rule set to create. The name must:

              • Contain only ASCII letters (a-z, A-Z), numbers (0-9), periods (.), underscores (_), or dashes (-).

              • Start and end with a letter or number.

              • Contain less than 64 characters.

              \n@param ruleSetName The name of the rule set to create. The name must:

              • Contain only ASCII letters (a-z, A-Z), numbers (0-9), periods (.), underscores (_), or dashes (-).

              • Start and end with a letter or number.

              • Contain less than 64 characters.

              • */", "setterMethodName" : "setRuleSetName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "ruleSetName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                The name of the rule set to create. The name must:

                • Contain only ASCII letters (a-z, A-Z), numbers (0-9), periods (.), underscores (_), or dashes (-).

                • Start and end with a letter or number.

                • Contain less than 64 characters.

                \n@param ruleSetName The name of the rule set to create. The name must:

                • Contain only ASCII letters (a-z, A-Z), numbers (0-9), periods (.), underscores (_), or dashes (-).

                • Start and end with a letter or number.

                • Contain less than 64 characters.

                • \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "ruleSetName", "variableType" : "String", "documentation" : "

                  The name of the rule set to create. The name must:

                  • Contain only ASCII letters (a-z, A-Z), numbers (0-9), periods (.), underscores (_), or dashes (-).

                  • Start and end with a letter or number.

                  • Contain less than 64 characters.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "RuleSetName", "OriginalRuleSetName" ], "shapeName" : "CloneReceiptRuleSetRequest", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "CloneReceiptRuleSetRequest", "variableName" : "cloneReceiptRuleSetRequest", "variableType" : "CloneReceiptRuleSetRequest", "documentation" : null, "simpleType" : "CloneReceiptRuleSetRequest", "variableSetterType" : "CloneReceiptRuleSetRequest" }, "wrapper" : false }, "CloneReceiptRuleSetResult" : { "c2jName" : "CloneReceiptRuleSetResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                  An empty element returned on a successful request.

                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : null, "membersAsMap" : { }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "CloneReceiptRuleSetResult", "unmarshaller" : { "flattened" : false, "resultWrapper" : "CloneReceiptRuleSetResult" }, "variable" : { "variableDeclarationType" : "CloneReceiptRuleSetResult", "variableName" : "cloneReceiptRuleSetResult", "variableType" : "CloneReceiptRuleSetResult", "documentation" : null, "simpleType" : "CloneReceiptRuleSetResult", "variableSetterType" : "CloneReceiptRuleSetResult" }, "wrapper" : false }, "CloudWatchDestination" : { "c2jName" : "CloudWatchDestination", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                  Contains information associated with an Amazon CloudWatch event destination to which email sending events are published.

                  Event destinations, such as Amazon CloudWatch, are associated with configuration sets, which enable you to publish email sending events. For information about using configuration sets, see the Amazon SES Developer Guide.

                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "DimensionConfigurations", "c2jShape" : "CloudWatchDimensionConfigurations", "deprecated" : false, "documentation" : "

                  A list of dimensions upon which to categorize your emails when you publish email sending events to Amazon CloudWatch.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  A list of dimensions upon which to categorize your emails when you publish email sending events to Amazon CloudWatch.

                  \n@param dimensionConfigurations A list of dimensions upon which to categorize your emails when you publish email sending events to Amazon CloudWatch.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withDimensionConfigurations", "getterDocumentation" : "/**

                  A list of dimensions upon which to categorize your emails when you publish email sending events to Amazon CloudWatch.

                  \n@return A list of dimensions upon which to categorize your emails when you publish email sending events to Amazon CloudWatch.*/", "getterMethodName" : "getDimensionConfigurations", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "DimensionConfigurations", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "DimensionConfigurations", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : true, "listModel" : { "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "CloudWatchDimensionConfiguration", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withMember", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getMember", "getterModel" : { "returnType" : "CloudWatchDimensionConfiguration", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "CloudWatchDimensionConfiguration", "variableName" : "member", "variableType" : "CloudWatchDimensionConfiguration", "documentation" : "", "simpleType" : "CloudWatchDimensionConfiguration", "variableSetterType" : "CloudWatchDimensionConfiguration" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "CloudWatchDimensionConfiguration", "variableName" : "member", "variableType" : "CloudWatchDimensionConfiguration", "documentation" : "", "simpleType" : "CloudWatchDimensionConfiguration", "variableSetterType" : "CloudWatchDimensionConfiguration" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "CloudWatchDimensionConfiguration", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "simpleType" : "CloudWatchDimensionConfiguration", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "DimensionConfigurations", "setterDocumentation" : "/**

                  A list of dimensions upon which to categorize your emails when you publish email sending events to Amazon CloudWatch.

                  \n@param dimensionConfigurations A list of dimensions upon which to categorize your emails when you publish email sending events to Amazon CloudWatch.*/", "setterMethodName" : "setDimensionConfigurations", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "dimensionConfigurations", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

                  A list of dimensions upon which to categorize your emails when you publish email sending events to Amazon CloudWatch.

                  \n

                  NOTE: This method appends the values to the existing list (if any). Use {@link #setDimensionConfigurations(java.util.Collection)} or {@link #withDimensionConfigurations(java.util.Collection)} if you want to override the existing values.

                  \n@param dimensionConfigurations A list of dimensions upon which to categorize your emails when you publish email sending events to Amazon CloudWatch.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "dimensionConfigurations", "variableType" : "java.util.List", "documentation" : "

                  A list of dimensions upon which to categorize your emails when you publish email sending events to Amazon CloudWatch.

                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "DimensionConfigurations" : { "c2jName" : "DimensionConfigurations", "c2jShape" : "CloudWatchDimensionConfigurations", "deprecated" : false, "documentation" : "

                  A list of dimensions upon which to categorize your emails when you publish email sending events to Amazon CloudWatch.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  A list of dimensions upon which to categorize your emails when you publish email sending events to Amazon CloudWatch.

                  \n@param dimensionConfigurations A list of dimensions upon which to categorize your emails when you publish email sending events to Amazon CloudWatch.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withDimensionConfigurations", "getterDocumentation" : "/**

                  A list of dimensions upon which to categorize your emails when you publish email sending events to Amazon CloudWatch.

                  \n@return A list of dimensions upon which to categorize your emails when you publish email sending events to Amazon CloudWatch.*/", "getterMethodName" : "getDimensionConfigurations", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "DimensionConfigurations", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "DimensionConfigurations", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : true, "listModel" : { "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "CloudWatchDimensionConfiguration", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withMember", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getMember", "getterModel" : { "returnType" : "CloudWatchDimensionConfiguration", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "CloudWatchDimensionConfiguration", "variableName" : "member", "variableType" : "CloudWatchDimensionConfiguration", "documentation" : "", "simpleType" : "CloudWatchDimensionConfiguration", "variableSetterType" : "CloudWatchDimensionConfiguration" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "CloudWatchDimensionConfiguration", "variableName" : "member", "variableType" : "CloudWatchDimensionConfiguration", "documentation" : "", "simpleType" : "CloudWatchDimensionConfiguration", "variableSetterType" : "CloudWatchDimensionConfiguration" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "CloudWatchDimensionConfiguration", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "simpleType" : "CloudWatchDimensionConfiguration", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "DimensionConfigurations", "setterDocumentation" : "/**

                  A list of dimensions upon which to categorize your emails when you publish email sending events to Amazon CloudWatch.

                  \n@param dimensionConfigurations A list of dimensions upon which to categorize your emails when you publish email sending events to Amazon CloudWatch.*/", "setterMethodName" : "setDimensionConfigurations", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "dimensionConfigurations", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

                  A list of dimensions upon which to categorize your emails when you publish email sending events to Amazon CloudWatch.

                  \n

                  NOTE: This method appends the values to the existing list (if any). Use {@link #setDimensionConfigurations(java.util.Collection)} or {@link #withDimensionConfigurations(java.util.Collection)} if you want to override the existing values.

                  \n@param dimensionConfigurations A list of dimensions upon which to categorize your emails when you publish email sending events to Amazon CloudWatch.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "dimensionConfigurations", "variableType" : "java.util.List", "documentation" : "

                  A list of dimensions upon which to categorize your emails when you publish email sending events to Amazon CloudWatch.

                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "DimensionConfigurations" ], "shapeName" : "CloudWatchDestination", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "CloudWatchDestination", "variableName" : "cloudWatchDestination", "variableType" : "CloudWatchDestination", "documentation" : null, "simpleType" : "CloudWatchDestination", "variableSetterType" : "CloudWatchDestination" }, "wrapper" : false }, "CloudWatchDimensionConfiguration" : { "c2jName" : "CloudWatchDimensionConfiguration", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                  Contains the dimension configuration to use when you publish email sending events to Amazon CloudWatch.

                  For information about publishing email sending events to Amazon CloudWatch, see the Amazon SES Developer Guide.

                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "DimensionName", "c2jShape" : "DimensionName", "deprecated" : false, "documentation" : "

                  The name of an Amazon CloudWatch dimension associated with an email sending metric. The name must:

                  • Contain only ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).

                  • Contain less than 256 characters.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  The name of an Amazon CloudWatch dimension associated with an email sending metric. The name must:

                  • Contain only ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).

                  • Contain less than 256 characters.

                  \n@param dimensionName The name of an Amazon CloudWatch dimension associated with an email sending metric. The name must:

                  • Contain only ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).

                  • Contain less than 256 characters.

                  • \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withDimensionName", "getterDocumentation" : "/**

                    The name of an Amazon CloudWatch dimension associated with an email sending metric. The name must:

                    • Contain only ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).

                    • Contain less than 256 characters.

                    \n@return The name of an Amazon CloudWatch dimension associated with an email sending metric. The name must:

                    • Contain only ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).

                    • Contain less than 256 characters.

                    • */", "getterMethodName" : "getDimensionName", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "DimensionName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "DimensionName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "DimensionName", "setterDocumentation" : "/**

                      The name of an Amazon CloudWatch dimension associated with an email sending metric. The name must:

                      • Contain only ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).

                      • Contain less than 256 characters.

                      \n@param dimensionName The name of an Amazon CloudWatch dimension associated with an email sending metric. The name must:

                      • Contain only ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).

                      • Contain less than 256 characters.

                      • */", "setterMethodName" : "setDimensionName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "dimensionName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                        The name of an Amazon CloudWatch dimension associated with an email sending metric. The name must:

                        • Contain only ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).

                        • Contain less than 256 characters.

                        \n@param dimensionName The name of an Amazon CloudWatch dimension associated with an email sending metric. The name must:

                        • Contain only ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).

                        • Contain less than 256 characters.

                        • \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "dimensionName", "variableType" : "String", "documentation" : "

                          The name of an Amazon CloudWatch dimension associated with an email sending metric. The name must:

                          • Contain only ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).

                          • Contain less than 256 characters.

                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "DimensionValueSource", "c2jShape" : "DimensionValueSource", "deprecated" : false, "documentation" : "

                          The place where Amazon SES finds the value of a dimension to publish to Amazon CloudWatch. If you want Amazon SES to use the message tags that you specify using an X-SES-MESSAGE-TAGS header or a parameter to the SendEmail/SendRawEmail API, choose messageTag. If you want Amazon SES to use your own email headers, choose emailHeader.

                          ", "enumType" : "DimensionValueSource", "fluentSetterDocumentation" : "/**

                          The place where Amazon SES finds the value of a dimension to publish to Amazon CloudWatch. If you want Amazon SES to use the message tags that you specify using an X-SES-MESSAGE-TAGS header or a parameter to the SendEmail/SendRawEmail API, choose messageTag. If you want Amazon SES to use your own email headers, choose emailHeader.

                          \n@param dimensionValueSource The place where Amazon SES finds the value of a dimension to publish to Amazon CloudWatch. If you want Amazon SES to use the message tags that you specify using an X-SES-MESSAGE-TAGS header or a parameter to the SendEmail/SendRawEmail API, choose messageTag. If you want Amazon SES to use your own email headers, choose emailHeader.\n@return Returns a reference to this object so that method calls can be chained together.\n@see DimensionValueSource*/", "fluentSetterMethodName" : "withDimensionValueSource", "getterDocumentation" : "/**

                          The place where Amazon SES finds the value of a dimension to publish to Amazon CloudWatch. If you want Amazon SES to use the message tags that you specify using an X-SES-MESSAGE-TAGS header or a parameter to the SendEmail/SendRawEmail API, choose messageTag. If you want Amazon SES to use your own email headers, choose emailHeader.

                          \n@return The place where Amazon SES finds the value of a dimension to publish to Amazon CloudWatch. If you want Amazon SES to use the message tags that you specify using an X-SES-MESSAGE-TAGS header or a parameter to the SendEmail/SendRawEmail API, choose messageTag. If you want Amazon SES to use your own email headers, choose emailHeader.\n@see DimensionValueSource*/", "getterMethodName" : "getDimensionValueSource", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "DimensionValueSource", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "DimensionValueSource", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "DimensionValueSource", "setterDocumentation" : "/**

                          The place where Amazon SES finds the value of a dimension to publish to Amazon CloudWatch. If you want Amazon SES to use the message tags that you specify using an X-SES-MESSAGE-TAGS header or a parameter to the SendEmail/SendRawEmail API, choose messageTag. If you want Amazon SES to use your own email headers, choose emailHeader.

                          \n@param dimensionValueSource The place where Amazon SES finds the value of a dimension to publish to Amazon CloudWatch. If you want Amazon SES to use the message tags that you specify using an X-SES-MESSAGE-TAGS header or a parameter to the SendEmail/SendRawEmail API, choose messageTag. If you want Amazon SES to use your own email headers, choose emailHeader.\n@see DimensionValueSource*/", "setterMethodName" : "setDimensionValueSource", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "dimensionValueSource", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                          The place where Amazon SES finds the value of a dimension to publish to Amazon CloudWatch. If you want Amazon SES to use the message tags that you specify using an X-SES-MESSAGE-TAGS header or a parameter to the SendEmail/SendRawEmail API, choose messageTag. If you want Amazon SES to use your own email headers, choose emailHeader.

                          \n@param dimensionValueSource The place where Amazon SES finds the value of a dimension to publish to Amazon CloudWatch. If you want Amazon SES to use the message tags that you specify using an X-SES-MESSAGE-TAGS header or a parameter to the SendEmail/SendRawEmail API, choose messageTag. If you want Amazon SES to use your own email headers, choose emailHeader.\n@return Returns a reference to this object so that method calls can be chained together.\n@see DimensionValueSource*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "dimensionValueSource", "variableType" : "String", "documentation" : "

                          The place where Amazon SES finds the value of a dimension to publish to Amazon CloudWatch. If you want Amazon SES to use the message tags that you specify using an X-SES-MESSAGE-TAGS header or a parameter to the SendEmail/SendRawEmail API, choose messageTag. If you want Amazon SES to use your own email headers, choose emailHeader.

                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "DefaultDimensionValue", "c2jShape" : "DefaultDimensionValue", "deprecated" : false, "documentation" : "

                          The default value of the dimension that is published to Amazon CloudWatch if you do not provide the value of the dimension when you send an email. The default value must:

                          • Contain only ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).

                          • Contain less than 256 characters.

                          ", "enumType" : null, "fluentSetterDocumentation" : "/**

                          The default value of the dimension that is published to Amazon CloudWatch if you do not provide the value of the dimension when you send an email. The default value must:

                          • Contain only ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).

                          • Contain less than 256 characters.

                          \n@param defaultDimensionValue The default value of the dimension that is published to Amazon CloudWatch if you do not provide the value of the dimension when you send an email. The default value must:

                          • Contain only ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).

                          • Contain less than 256 characters.

                          • \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withDefaultDimensionValue", "getterDocumentation" : "/**

                            The default value of the dimension that is published to Amazon CloudWatch if you do not provide the value of the dimension when you send an email. The default value must:

                            • Contain only ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).

                            • Contain less than 256 characters.

                            \n@return The default value of the dimension that is published to Amazon CloudWatch if you do not provide the value of the dimension when you send an email. The default value must:

                            • Contain only ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).

                            • Contain less than 256 characters.

                            • */", "getterMethodName" : "getDefaultDimensionValue", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "DefaultDimensionValue", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "DefaultDimensionValue", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "DefaultDimensionValue", "setterDocumentation" : "/**

                              The default value of the dimension that is published to Amazon CloudWatch if you do not provide the value of the dimension when you send an email. The default value must:

                              • Contain only ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).

                              • Contain less than 256 characters.

                              \n@param defaultDimensionValue The default value of the dimension that is published to Amazon CloudWatch if you do not provide the value of the dimension when you send an email. The default value must:

                              • Contain only ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).

                              • Contain less than 256 characters.

                              • */", "setterMethodName" : "setDefaultDimensionValue", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "defaultDimensionValue", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                The default value of the dimension that is published to Amazon CloudWatch if you do not provide the value of the dimension when you send an email. The default value must:

                                • Contain only ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).

                                • Contain less than 256 characters.

                                \n@param defaultDimensionValue The default value of the dimension that is published to Amazon CloudWatch if you do not provide the value of the dimension when you send an email. The default value must:

                                • Contain only ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).

                                • Contain less than 256 characters.

                                • \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "defaultDimensionValue", "variableType" : "String", "documentation" : "

                                  The default value of the dimension that is published to Amazon CloudWatch if you do not provide the value of the dimension when you send an email. The default value must:

                                  • Contain only ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).

                                  • Contain less than 256 characters.

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "DefaultDimensionValue" : { "c2jName" : "DefaultDimensionValue", "c2jShape" : "DefaultDimensionValue", "deprecated" : false, "documentation" : "

                                  The default value of the dimension that is published to Amazon CloudWatch if you do not provide the value of the dimension when you send an email. The default value must:

                                  • Contain only ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).

                                  • Contain less than 256 characters.

                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                  The default value of the dimension that is published to Amazon CloudWatch if you do not provide the value of the dimension when you send an email. The default value must:

                                  • Contain only ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).

                                  • Contain less than 256 characters.

                                  \n@param defaultDimensionValue The default value of the dimension that is published to Amazon CloudWatch if you do not provide the value of the dimension when you send an email. The default value must:

                                  • Contain only ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).

                                  • Contain less than 256 characters.

                                  • \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withDefaultDimensionValue", "getterDocumentation" : "/**

                                    The default value of the dimension that is published to Amazon CloudWatch if you do not provide the value of the dimension when you send an email. The default value must:

                                    • Contain only ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).

                                    • Contain less than 256 characters.

                                    \n@return The default value of the dimension that is published to Amazon CloudWatch if you do not provide the value of the dimension when you send an email. The default value must:

                                    • Contain only ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).

                                    • Contain less than 256 characters.

                                    • */", "getterMethodName" : "getDefaultDimensionValue", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "DefaultDimensionValue", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "DefaultDimensionValue", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "DefaultDimensionValue", "setterDocumentation" : "/**

                                      The default value of the dimension that is published to Amazon CloudWatch if you do not provide the value of the dimension when you send an email. The default value must:

                                      • Contain only ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).

                                      • Contain less than 256 characters.

                                      \n@param defaultDimensionValue The default value of the dimension that is published to Amazon CloudWatch if you do not provide the value of the dimension when you send an email. The default value must:

                                      • Contain only ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).

                                      • Contain less than 256 characters.

                                      • */", "setterMethodName" : "setDefaultDimensionValue", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "defaultDimensionValue", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                        The default value of the dimension that is published to Amazon CloudWatch if you do not provide the value of the dimension when you send an email. The default value must:

                                        • Contain only ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).

                                        • Contain less than 256 characters.

                                        \n@param defaultDimensionValue The default value of the dimension that is published to Amazon CloudWatch if you do not provide the value of the dimension when you send an email. The default value must:

                                        • Contain only ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).

                                        • Contain less than 256 characters.

                                        • \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "defaultDimensionValue", "variableType" : "String", "documentation" : "

                                          The default value of the dimension that is published to Amazon CloudWatch if you do not provide the value of the dimension when you send an email. The default value must:

                                          • Contain only ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).

                                          • Contain less than 256 characters.

                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "DimensionName" : { "c2jName" : "DimensionName", "c2jShape" : "DimensionName", "deprecated" : false, "documentation" : "

                                          The name of an Amazon CloudWatch dimension associated with an email sending metric. The name must:

                                          • Contain only ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).

                                          • Contain less than 256 characters.

                                          ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                          The name of an Amazon CloudWatch dimension associated with an email sending metric. The name must:

                                          • Contain only ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).

                                          • Contain less than 256 characters.

                                          \n@param dimensionName The name of an Amazon CloudWatch dimension associated with an email sending metric. The name must:

                                          • Contain only ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).

                                          • Contain less than 256 characters.

                                          • \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withDimensionName", "getterDocumentation" : "/**

                                            The name of an Amazon CloudWatch dimension associated with an email sending metric. The name must:

                                            • Contain only ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).

                                            • Contain less than 256 characters.

                                            \n@return The name of an Amazon CloudWatch dimension associated with an email sending metric. The name must:

                                            • Contain only ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).

                                            • Contain less than 256 characters.

                                            • */", "getterMethodName" : "getDimensionName", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "DimensionName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "DimensionName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "DimensionName", "setterDocumentation" : "/**

                                              The name of an Amazon CloudWatch dimension associated with an email sending metric. The name must:

                                              • Contain only ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).

                                              • Contain less than 256 characters.

                                              \n@param dimensionName The name of an Amazon CloudWatch dimension associated with an email sending metric. The name must:

                                              • Contain only ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).

                                              • Contain less than 256 characters.

                                              • */", "setterMethodName" : "setDimensionName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "dimensionName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                The name of an Amazon CloudWatch dimension associated with an email sending metric. The name must:

                                                • Contain only ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).

                                                • Contain less than 256 characters.

                                                \n@param dimensionName The name of an Amazon CloudWatch dimension associated with an email sending metric. The name must:

                                                • Contain only ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).

                                                • Contain less than 256 characters.

                                                • \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "dimensionName", "variableType" : "String", "documentation" : "

                                                  The name of an Amazon CloudWatch dimension associated with an email sending metric. The name must:

                                                  • Contain only ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).

                                                  • Contain less than 256 characters.

                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "DimensionValueSource" : { "c2jName" : "DimensionValueSource", "c2jShape" : "DimensionValueSource", "deprecated" : false, "documentation" : "

                                                  The place where Amazon SES finds the value of a dimension to publish to Amazon CloudWatch. If you want Amazon SES to use the message tags that you specify using an X-SES-MESSAGE-TAGS header or a parameter to the SendEmail/SendRawEmail API, choose messageTag. If you want Amazon SES to use your own email headers, choose emailHeader.

                                                  ", "enumType" : "DimensionValueSource", "fluentSetterDocumentation" : "/**

                                                  The place where Amazon SES finds the value of a dimension to publish to Amazon CloudWatch. If you want Amazon SES to use the message tags that you specify using an X-SES-MESSAGE-TAGS header or a parameter to the SendEmail/SendRawEmail API, choose messageTag. If you want Amazon SES to use your own email headers, choose emailHeader.

                                                  \n@param dimensionValueSource The place where Amazon SES finds the value of a dimension to publish to Amazon CloudWatch. If you want Amazon SES to use the message tags that you specify using an X-SES-MESSAGE-TAGS header or a parameter to the SendEmail/SendRawEmail API, choose messageTag. If you want Amazon SES to use your own email headers, choose emailHeader.\n@return Returns a reference to this object so that method calls can be chained together.\n@see DimensionValueSource*/", "fluentSetterMethodName" : "withDimensionValueSource", "getterDocumentation" : "/**

                                                  The place where Amazon SES finds the value of a dimension to publish to Amazon CloudWatch. If you want Amazon SES to use the message tags that you specify using an X-SES-MESSAGE-TAGS header or a parameter to the SendEmail/SendRawEmail API, choose messageTag. If you want Amazon SES to use your own email headers, choose emailHeader.

                                                  \n@return The place where Amazon SES finds the value of a dimension to publish to Amazon CloudWatch. If you want Amazon SES to use the message tags that you specify using an X-SES-MESSAGE-TAGS header or a parameter to the SendEmail/SendRawEmail API, choose messageTag. If you want Amazon SES to use your own email headers, choose emailHeader.\n@see DimensionValueSource*/", "getterMethodName" : "getDimensionValueSource", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "DimensionValueSource", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "DimensionValueSource", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "DimensionValueSource", "setterDocumentation" : "/**

                                                  The place where Amazon SES finds the value of a dimension to publish to Amazon CloudWatch. If you want Amazon SES to use the message tags that you specify using an X-SES-MESSAGE-TAGS header or a parameter to the SendEmail/SendRawEmail API, choose messageTag. If you want Amazon SES to use your own email headers, choose emailHeader.

                                                  \n@param dimensionValueSource The place where Amazon SES finds the value of a dimension to publish to Amazon CloudWatch. If you want Amazon SES to use the message tags that you specify using an X-SES-MESSAGE-TAGS header or a parameter to the SendEmail/SendRawEmail API, choose messageTag. If you want Amazon SES to use your own email headers, choose emailHeader.\n@see DimensionValueSource*/", "setterMethodName" : "setDimensionValueSource", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "dimensionValueSource", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                  The place where Amazon SES finds the value of a dimension to publish to Amazon CloudWatch. If you want Amazon SES to use the message tags that you specify using an X-SES-MESSAGE-TAGS header or a parameter to the SendEmail/SendRawEmail API, choose messageTag. If you want Amazon SES to use your own email headers, choose emailHeader.

                                                  \n@param dimensionValueSource The place where Amazon SES finds the value of a dimension to publish to Amazon CloudWatch. If you want Amazon SES to use the message tags that you specify using an X-SES-MESSAGE-TAGS header or a parameter to the SendEmail/SendRawEmail API, choose messageTag. If you want Amazon SES to use your own email headers, choose emailHeader.\n@return Returns a reference to this object so that method calls can be chained together.\n@see DimensionValueSource*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "dimensionValueSource", "variableType" : "String", "documentation" : "

                                                  The place where Amazon SES finds the value of a dimension to publish to Amazon CloudWatch. If you want Amazon SES to use the message tags that you specify using an X-SES-MESSAGE-TAGS header or a parameter to the SendEmail/SendRawEmail API, choose messageTag. If you want Amazon SES to use your own email headers, choose emailHeader.

                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "DimensionName", "DimensionValueSource", "DefaultDimensionValue" ], "shapeName" : "CloudWatchDimensionConfiguration", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "CloudWatchDimensionConfiguration", "variableName" : "cloudWatchDimensionConfiguration", "variableType" : "CloudWatchDimensionConfiguration", "documentation" : null, "simpleType" : "CloudWatchDimensionConfiguration", "variableSetterType" : "CloudWatchDimensionConfiguration" }, "wrapper" : false }, "ConfigurationSet" : { "c2jName" : "ConfigurationSet", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                                                  The name of the configuration set.

                                                  Configuration sets enable you to publish email sending events. For information about using configuration sets, see the Amazon SES Developer Guide.

                                                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "Name", "c2jShape" : "ConfigurationSetName", "deprecated" : false, "documentation" : "

                                                  The name of the configuration set. The name must:

                                                  • Contain only ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).

                                                  • Contain less than 64 characters.

                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                  The name of the configuration set. The name must:

                                                  • Contain only ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).

                                                  • Contain less than 64 characters.

                                                  \n@param name The name of the configuration set. The name must:

                                                  • Contain only ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).

                                                  • Contain less than 64 characters.

                                                  • \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withName", "getterDocumentation" : "/**

                                                    The name of the configuration set. The name must:

                                                    • Contain only ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).

                                                    • Contain less than 64 characters.

                                                    \n@return The name of the configuration set. The name must:

                                                    • Contain only ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).

                                                    • Contain less than 64 characters.

                                                    • */", "getterMethodName" : "getName", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Name", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Name", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Name", "setterDocumentation" : "/**

                                                      The name of the configuration set. The name must:

                                                      • Contain only ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).

                                                      • Contain less than 64 characters.

                                                      \n@param name The name of the configuration set. The name must:

                                                      • Contain only ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).

                                                      • Contain less than 64 characters.

                                                      • */", "setterMethodName" : "setName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                        The name of the configuration set. The name must:

                                                        • Contain only ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).

                                                        • Contain less than 64 characters.

                                                        \n@param name The name of the configuration set. The name must:

                                                        • Contain only ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).

                                                        • Contain less than 64 characters.

                                                        • \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : "

                                                          The name of the configuration set. The name must:

                                                          • Contain only ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).

                                                          • Contain less than 64 characters.

                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Name" : { "c2jName" : "Name", "c2jShape" : "ConfigurationSetName", "deprecated" : false, "documentation" : "

                                                          The name of the configuration set. The name must:

                                                          • Contain only ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).

                                                          • Contain less than 64 characters.

                                                          ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                          The name of the configuration set. The name must:

                                                          • Contain only ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).

                                                          • Contain less than 64 characters.

                                                          \n@param name The name of the configuration set. The name must:

                                                          • Contain only ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).

                                                          • Contain less than 64 characters.

                                                          • \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withName", "getterDocumentation" : "/**

                                                            The name of the configuration set. The name must:

                                                            • Contain only ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).

                                                            • Contain less than 64 characters.

                                                            \n@return The name of the configuration set. The name must:

                                                            • Contain only ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).

                                                            • Contain less than 64 characters.

                                                            • */", "getterMethodName" : "getName", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Name", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Name", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Name", "setterDocumentation" : "/**

                                                              The name of the configuration set. The name must:

                                                              • Contain only ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).

                                                              • Contain less than 64 characters.

                                                              \n@param name The name of the configuration set. The name must:

                                                              • Contain only ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).

                                                              • Contain less than 64 characters.

                                                              • */", "setterMethodName" : "setName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                The name of the configuration set. The name must:

                                                                • Contain only ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).

                                                                • Contain less than 64 characters.

                                                                \n@param name The name of the configuration set. The name must:

                                                                • Contain only ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).

                                                                • Contain less than 64 characters.

                                                                • \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : "

                                                                  The name of the configuration set. The name must:

                                                                  • Contain only ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).

                                                                  • Contain less than 64 characters.

                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "Name" ], "shapeName" : "ConfigurationSet", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "ConfigurationSet", "variableName" : "configurationSet", "variableType" : "ConfigurationSet", "documentation" : null, "simpleType" : "ConfigurationSet", "variableSetterType" : "ConfigurationSet" }, "wrapper" : false }, "ConfigurationSetAlreadyExistsException" : { "c2jName" : "ConfigurationSetAlreadyExistsException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                                                                  Indicates that the configuration set could not be created because of a naming conflict.

                                                                  ", "enums" : null, "errorCode" : "ConfigurationSetAlreadyExists", "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "ConfigurationSetName", "c2jShape" : "ConfigurationSetName", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param configurationSetName \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withConfigurationSetName", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getConfigurationSetName", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ConfigurationSetName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ConfigurationSetName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "ConfigurationSetName", "setterDocumentation" : "/**\n@param configurationSetName */", "setterMethodName" : "setConfigurationSetName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "configurationSetName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param configurationSetName \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "configurationSetName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ConfigurationSetName" : { "c2jName" : "ConfigurationSetName", "c2jShape" : "ConfigurationSetName", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param configurationSetName \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withConfigurationSetName", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getConfigurationSetName", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ConfigurationSetName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ConfigurationSetName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "ConfigurationSetName", "setterDocumentation" : "/**\n@param configurationSetName */", "setterMethodName" : "setConfigurationSetName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "configurationSetName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param configurationSetName \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "configurationSetName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "ConfigurationSetAlreadyExistsException", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "ConfigurationSetAlreadyExistsException", "variableName" : "configurationSetAlreadyExistsException", "variableType" : "ConfigurationSetAlreadyExistsException", "documentation" : null, "simpleType" : "ConfigurationSetAlreadyExistsException", "variableSetterType" : "ConfigurationSetAlreadyExistsException" }, "wrapper" : false }, "ConfigurationSetAttribute" : { "c2jName" : "ConfigurationSetAttribute", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "", "enums" : [ { "name" : "EventDestinations", "value" : "eventDestinations" } ], "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : null, "membersAsMap" : { }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "ConfigurationSetAttribute", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "ConfigurationSetAttribute", "variableName" : "configurationSetAttribute", "variableType" : "ConfigurationSetAttribute", "documentation" : null, "simpleType" : "ConfigurationSetAttribute", "variableSetterType" : "ConfigurationSetAttribute" }, "wrapper" : false }, "ConfigurationSetDoesNotExistException" : { "c2jName" : "ConfigurationSetDoesNotExistException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                                                                  Indicates that the configuration set does not exist.

                                                                  ", "enums" : null, "errorCode" : "ConfigurationSetDoesNotExist", "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "ConfigurationSetName", "c2jShape" : "ConfigurationSetName", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param configurationSetName \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withConfigurationSetName", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getConfigurationSetName", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ConfigurationSetName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ConfigurationSetName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "ConfigurationSetName", "setterDocumentation" : "/**\n@param configurationSetName */", "setterMethodName" : "setConfigurationSetName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "configurationSetName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param configurationSetName \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "configurationSetName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ConfigurationSetName" : { "c2jName" : "ConfigurationSetName", "c2jShape" : "ConfigurationSetName", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param configurationSetName \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withConfigurationSetName", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getConfigurationSetName", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ConfigurationSetName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ConfigurationSetName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "ConfigurationSetName", "setterDocumentation" : "/**\n@param configurationSetName */", "setterMethodName" : "setConfigurationSetName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "configurationSetName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param configurationSetName \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "configurationSetName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "ConfigurationSetDoesNotExistException", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "ConfigurationSetDoesNotExistException", "variableName" : "configurationSetDoesNotExistException", "variableType" : "ConfigurationSetDoesNotExistException", "documentation" : null, "simpleType" : "ConfigurationSetDoesNotExistException", "variableSetterType" : "ConfigurationSetDoesNotExistException" }, "wrapper" : false }, "Content" : { "c2jName" : "Content", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                                                                  Represents textual data, plus an optional character set specification.

                                                                  By default, the text must be 7-bit ASCII, due to the constraints of the SMTP protocol. If the text must contain any other characters, then you must also specify a character set. Examples include UTF-8, ISO-8859-1, and Shift_JIS.

                                                                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "Data", "c2jShape" : "MessageData", "deprecated" : false, "documentation" : "

                                                                  The textual data of the content.

                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                  The textual data of the content.

                                                                  \n@param data The textual data of the content.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withData", "getterDocumentation" : "/**

                                                                  The textual data of the content.

                                                                  \n@return The textual data of the content.*/", "getterMethodName" : "getData", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Data", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Data", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Data", "setterDocumentation" : "/**

                                                                  The textual data of the content.

                                                                  \n@param data The textual data of the content.*/", "setterMethodName" : "setData", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "data", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                  The textual data of the content.

                                                                  \n@param data The textual data of the content.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "data", "variableType" : "String", "documentation" : "

                                                                  The textual data of the content.

                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "Charset", "c2jShape" : "Charset", "deprecated" : false, "documentation" : "

                                                                  The character set of the content.

                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                  The character set of the content.

                                                                  \n@param charset The character set of the content.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withCharset", "getterDocumentation" : "/**

                                                                  The character set of the content.

                                                                  \n@return The character set of the content.*/", "getterMethodName" : "getCharset", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Charset", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Charset", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Charset", "setterDocumentation" : "/**

                                                                  The character set of the content.

                                                                  \n@param charset The character set of the content.*/", "setterMethodName" : "setCharset", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "charset", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                  The character set of the content.

                                                                  \n@param charset The character set of the content.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "charset", "variableType" : "String", "documentation" : "

                                                                  The character set of the content.

                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Charset" : { "c2jName" : "Charset", "c2jShape" : "Charset", "deprecated" : false, "documentation" : "

                                                                  The character set of the content.

                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                  The character set of the content.

                                                                  \n@param charset The character set of the content.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withCharset", "getterDocumentation" : "/**

                                                                  The character set of the content.

                                                                  \n@return The character set of the content.*/", "getterMethodName" : "getCharset", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Charset", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Charset", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Charset", "setterDocumentation" : "/**

                                                                  The character set of the content.

                                                                  \n@param charset The character set of the content.*/", "setterMethodName" : "setCharset", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "charset", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                  The character set of the content.

                                                                  \n@param charset The character set of the content.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "charset", "variableType" : "String", "documentation" : "

                                                                  The character set of the content.

                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Data" : { "c2jName" : "Data", "c2jShape" : "MessageData", "deprecated" : false, "documentation" : "

                                                                  The textual data of the content.

                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                  The textual data of the content.

                                                                  \n@param data The textual data of the content.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withData", "getterDocumentation" : "/**

                                                                  The textual data of the content.

                                                                  \n@return The textual data of the content.*/", "getterMethodName" : "getData", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Data", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Data", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Data", "setterDocumentation" : "/**

                                                                  The textual data of the content.

                                                                  \n@param data The textual data of the content.*/", "setterMethodName" : "setData", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "data", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                  The textual data of the content.

                                                                  \n@param data The textual data of the content.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "data", "variableType" : "String", "documentation" : "

                                                                  The textual data of the content.

                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "Data" ], "shapeName" : "Content", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "Content", "variableName" : "content", "variableType" : "Content", "documentation" : null, "simpleType" : "Content", "variableSetterType" : "Content" }, "wrapper" : false }, "CreateConfigurationSetEventDestinationRequest" : { "c2jName" : "CreateConfigurationSetEventDestinationRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                                                                  Represents a request to create a configuration set event destination. A configuration set event destination, which can be either Amazon CloudWatch or Amazon Kinesis Firehose, describes an AWS service in which Amazon SES publishes the email sending events associated with a configuration set. For information about using configuration sets, see the Amazon SES Developer Guide.

                                                                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "CreateConfigurationSetEventDestination", "locationName" : null, "requestUri" : "/", "target" : null, "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "c2jName" : "ConfigurationSetName", "c2jShape" : "ConfigurationSetName", "deprecated" : false, "documentation" : "

                                                                  The name of the configuration set to which to apply the event destination.

                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                  The name of the configuration set to which to apply the event destination.

                                                                  \n@param configurationSetName The name of the configuration set to which to apply the event destination.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withConfigurationSetName", "getterDocumentation" : "/**

                                                                  The name of the configuration set to which to apply the event destination.

                                                                  \n@return The name of the configuration set to which to apply the event destination.*/", "getterMethodName" : "getConfigurationSetName", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ConfigurationSetName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ConfigurationSetName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "ConfigurationSetName", "setterDocumentation" : "/**

                                                                  The name of the configuration set to which to apply the event destination.

                                                                  \n@param configurationSetName The name of the configuration set to which to apply the event destination.*/", "setterMethodName" : "setConfigurationSetName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "configurationSetName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                  The name of the configuration set to which to apply the event destination.

                                                                  \n@param configurationSetName The name of the configuration set to which to apply the event destination.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "configurationSetName", "variableType" : "String", "documentation" : "

                                                                  The name of the configuration set to which to apply the event destination.

                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "EventDestination", "c2jShape" : "EventDestination", "deprecated" : false, "documentation" : "

                                                                  An object that describes the AWS service to which Amazon SES will publish the email sending events associated with the specified configuration set.

                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                  An object that describes the AWS service to which Amazon SES will publish the email sending events associated with the specified configuration set.

                                                                  \n@param eventDestination An object that describes the AWS service to which Amazon SES will publish the email sending events associated with the specified configuration set.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withEventDestination", "getterDocumentation" : "/**

                                                                  An object that describes the AWS service to which Amazon SES will publish the email sending events associated with the specified configuration set.

                                                                  \n@return An object that describes the AWS service to which Amazon SES will publish the email sending events associated with the specified configuration set.*/", "getterMethodName" : "getEventDestination", "getterModel" : { "returnType" : "EventDestination", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "EventDestination", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "EventDestination", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "EventDestination", "setterDocumentation" : "/**

                                                                  An object that describes the AWS service to which Amazon SES will publish the email sending events associated with the specified configuration set.

                                                                  \n@param eventDestination An object that describes the AWS service to which Amazon SES will publish the email sending events associated with the specified configuration set.*/", "setterMethodName" : "setEventDestination", "setterModel" : { "variableDeclarationType" : "EventDestination", "variableName" : "eventDestination", "variableType" : "EventDestination", "documentation" : "", "simpleType" : "EventDestination", "variableSetterType" : "EventDestination" }, "simple" : false, "varargSetterDocumentation" : "/**

                                                                  An object that describes the AWS service to which Amazon SES will publish the email sending events associated with the specified configuration set.

                                                                  \n@param eventDestination An object that describes the AWS service to which Amazon SES will publish the email sending events associated with the specified configuration set.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "EventDestination", "variableName" : "eventDestination", "variableType" : "EventDestination", "documentation" : "

                                                                  An object that describes the AWS service to which Amazon SES will publish the email sending events associated with the specified configuration set.

                                                                  ", "simpleType" : "EventDestination", "variableSetterType" : "EventDestination" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ConfigurationSetName" : { "c2jName" : "ConfigurationSetName", "c2jShape" : "ConfigurationSetName", "deprecated" : false, "documentation" : "

                                                                  The name of the configuration set to which to apply the event destination.

                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                  The name of the configuration set to which to apply the event destination.

                                                                  \n@param configurationSetName The name of the configuration set to which to apply the event destination.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withConfigurationSetName", "getterDocumentation" : "/**

                                                                  The name of the configuration set to which to apply the event destination.

                                                                  \n@return The name of the configuration set to which to apply the event destination.*/", "getterMethodName" : "getConfigurationSetName", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ConfigurationSetName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ConfigurationSetName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "ConfigurationSetName", "setterDocumentation" : "/**

                                                                  The name of the configuration set to which to apply the event destination.

                                                                  \n@param configurationSetName The name of the configuration set to which to apply the event destination.*/", "setterMethodName" : "setConfigurationSetName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "configurationSetName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                  The name of the configuration set to which to apply the event destination.

                                                                  \n@param configurationSetName The name of the configuration set to which to apply the event destination.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "configurationSetName", "variableType" : "String", "documentation" : "

                                                                  The name of the configuration set to which to apply the event destination.

                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "EventDestination" : { "c2jName" : "EventDestination", "c2jShape" : "EventDestination", "deprecated" : false, "documentation" : "

                                                                  An object that describes the AWS service to which Amazon SES will publish the email sending events associated with the specified configuration set.

                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                  An object that describes the AWS service to which Amazon SES will publish the email sending events associated with the specified configuration set.

                                                                  \n@param eventDestination An object that describes the AWS service to which Amazon SES will publish the email sending events associated with the specified configuration set.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withEventDestination", "getterDocumentation" : "/**

                                                                  An object that describes the AWS service to which Amazon SES will publish the email sending events associated with the specified configuration set.

                                                                  \n@return An object that describes the AWS service to which Amazon SES will publish the email sending events associated with the specified configuration set.*/", "getterMethodName" : "getEventDestination", "getterModel" : { "returnType" : "EventDestination", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "EventDestination", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "EventDestination", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "EventDestination", "setterDocumentation" : "/**

                                                                  An object that describes the AWS service to which Amazon SES will publish the email sending events associated with the specified configuration set.

                                                                  \n@param eventDestination An object that describes the AWS service to which Amazon SES will publish the email sending events associated with the specified configuration set.*/", "setterMethodName" : "setEventDestination", "setterModel" : { "variableDeclarationType" : "EventDestination", "variableName" : "eventDestination", "variableType" : "EventDestination", "documentation" : "", "simpleType" : "EventDestination", "variableSetterType" : "EventDestination" }, "simple" : false, "varargSetterDocumentation" : "/**

                                                                  An object that describes the AWS service to which Amazon SES will publish the email sending events associated with the specified configuration set.

                                                                  \n@param eventDestination An object that describes the AWS service to which Amazon SES will publish the email sending events associated with the specified configuration set.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "EventDestination", "variableName" : "eventDestination", "variableType" : "EventDestination", "documentation" : "

                                                                  An object that describes the AWS service to which Amazon SES will publish the email sending events associated with the specified configuration set.

                                                                  ", "simpleType" : "EventDestination", "variableSetterType" : "EventDestination" }, "xmlNameSpaceUri" : null } }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "ConfigurationSetName", "EventDestination" ], "shapeName" : "CreateConfigurationSetEventDestinationRequest", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "CreateConfigurationSetEventDestinationRequest", "variableName" : "createConfigurationSetEventDestinationRequest", "variableType" : "CreateConfigurationSetEventDestinationRequest", "documentation" : null, "simpleType" : "CreateConfigurationSetEventDestinationRequest", "variableSetterType" : "CreateConfigurationSetEventDestinationRequest" }, "wrapper" : false }, "CreateConfigurationSetEventDestinationResult" : { "c2jName" : "CreateConfigurationSetEventDestinationResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                                                                  An empty element returned on a successful request.

                                                                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : null, "membersAsMap" : { }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "CreateConfigurationSetEventDestinationResult", "unmarshaller" : { "flattened" : false, "resultWrapper" : "CreateConfigurationSetEventDestinationResult" }, "variable" : { "variableDeclarationType" : "CreateConfigurationSetEventDestinationResult", "variableName" : "createConfigurationSetEventDestinationResult", "variableType" : "CreateConfigurationSetEventDestinationResult", "documentation" : null, "simpleType" : "CreateConfigurationSetEventDestinationResult", "variableSetterType" : "CreateConfigurationSetEventDestinationResult" }, "wrapper" : false }, "CreateConfigurationSetRequest" : { "c2jName" : "CreateConfigurationSetRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                                                                  Represents a request to create a configuration set. Configuration sets enable you to publish email sending events. For information about using configuration sets, see the Amazon SES Developer Guide.

                                                                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "CreateConfigurationSet", "locationName" : null, "requestUri" : "/", "target" : null, "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "c2jName" : "ConfigurationSet", "c2jShape" : "ConfigurationSet", "deprecated" : false, "documentation" : "

                                                                  A data structure that contains the name of the configuration set.

                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                  A data structure that contains the name of the configuration set.

                                                                  \n@param configurationSet A data structure that contains the name of the configuration set.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withConfigurationSet", "getterDocumentation" : "/**

                                                                  A data structure that contains the name of the configuration set.

                                                                  \n@return A data structure that contains the name of the configuration set.*/", "getterMethodName" : "getConfigurationSet", "getterModel" : { "returnType" : "ConfigurationSet", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ConfigurationSet", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ConfigurationSet", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "ConfigurationSet", "setterDocumentation" : "/**

                                                                  A data structure that contains the name of the configuration set.

                                                                  \n@param configurationSet A data structure that contains the name of the configuration set.*/", "setterMethodName" : "setConfigurationSet", "setterModel" : { "variableDeclarationType" : "ConfigurationSet", "variableName" : "configurationSet", "variableType" : "ConfigurationSet", "documentation" : "", "simpleType" : "ConfigurationSet", "variableSetterType" : "ConfigurationSet" }, "simple" : false, "varargSetterDocumentation" : "/**

                                                                  A data structure that contains the name of the configuration set.

                                                                  \n@param configurationSet A data structure that contains the name of the configuration set.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "ConfigurationSet", "variableName" : "configurationSet", "variableType" : "ConfigurationSet", "documentation" : "

                                                                  A data structure that contains the name of the configuration set.

                                                                  ", "simpleType" : "ConfigurationSet", "variableSetterType" : "ConfigurationSet" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ConfigurationSet" : { "c2jName" : "ConfigurationSet", "c2jShape" : "ConfigurationSet", "deprecated" : false, "documentation" : "

                                                                  A data structure that contains the name of the configuration set.

                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                  A data structure that contains the name of the configuration set.

                                                                  \n@param configurationSet A data structure that contains the name of the configuration set.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withConfigurationSet", "getterDocumentation" : "/**

                                                                  A data structure that contains the name of the configuration set.

                                                                  \n@return A data structure that contains the name of the configuration set.*/", "getterMethodName" : "getConfigurationSet", "getterModel" : { "returnType" : "ConfigurationSet", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ConfigurationSet", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ConfigurationSet", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "ConfigurationSet", "setterDocumentation" : "/**

                                                                  A data structure that contains the name of the configuration set.

                                                                  \n@param configurationSet A data structure that contains the name of the configuration set.*/", "setterMethodName" : "setConfigurationSet", "setterModel" : { "variableDeclarationType" : "ConfigurationSet", "variableName" : "configurationSet", "variableType" : "ConfigurationSet", "documentation" : "", "simpleType" : "ConfigurationSet", "variableSetterType" : "ConfigurationSet" }, "simple" : false, "varargSetterDocumentation" : "/**

                                                                  A data structure that contains the name of the configuration set.

                                                                  \n@param configurationSet A data structure that contains the name of the configuration set.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "ConfigurationSet", "variableName" : "configurationSet", "variableType" : "ConfigurationSet", "documentation" : "

                                                                  A data structure that contains the name of the configuration set.

                                                                  ", "simpleType" : "ConfigurationSet", "variableSetterType" : "ConfigurationSet" }, "xmlNameSpaceUri" : null } }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "ConfigurationSet" ], "shapeName" : "CreateConfigurationSetRequest", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "CreateConfigurationSetRequest", "variableName" : "createConfigurationSetRequest", "variableType" : "CreateConfigurationSetRequest", "documentation" : null, "simpleType" : "CreateConfigurationSetRequest", "variableSetterType" : "CreateConfigurationSetRequest" }, "wrapper" : false }, "CreateConfigurationSetResult" : { "c2jName" : "CreateConfigurationSetResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                                                                  An empty element returned on a successful request.

                                                                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : null, "membersAsMap" : { }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "CreateConfigurationSetResult", "unmarshaller" : { "flattened" : false, "resultWrapper" : "CreateConfigurationSetResult" }, "variable" : { "variableDeclarationType" : "CreateConfigurationSetResult", "variableName" : "createConfigurationSetResult", "variableType" : "CreateConfigurationSetResult", "documentation" : null, "simpleType" : "CreateConfigurationSetResult", "variableSetterType" : "CreateConfigurationSetResult" }, "wrapper" : false }, "CreateReceiptFilterRequest" : { "c2jName" : "CreateReceiptFilterRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                                                                  Represents a request to create a new IP address filter. You use IP address filters when you receive email with Amazon SES. For more information, see the Amazon SES Developer Guide.

                                                                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "CreateReceiptFilter", "locationName" : null, "requestUri" : "/", "target" : null, "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "c2jName" : "Filter", "c2jShape" : "ReceiptFilter", "deprecated" : false, "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.

                                                                  ", "enumType" : null, "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.*/", "fluentSetterMethodName" : "withFilter", "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.*/", "getterMethodName" : "getFilter", "getterModel" : { "returnType" : "ReceiptFilter", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Filter", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Filter", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Filter", "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.*/", "setterMethodName" : "setFilter", "setterModel" : { "variableDeclarationType" : "ReceiptFilter", "variableName" : "filter", "variableType" : "ReceiptFilter", "documentation" : "", "simpleType" : "ReceiptFilter", "variableSetterType" : "ReceiptFilter" }, "simple" : false, "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.*/", "variable" : { "variableDeclarationType" : "ReceiptFilter", "variableName" : "filter", "variableType" : "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.

                                                                  ", "simpleType" : "ReceiptFilter", "variableSetterType" : "ReceiptFilter" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Filter" : { "c2jName" : "Filter", "c2jShape" : "ReceiptFilter", "deprecated" : false, "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.

                                                                  ", "enumType" : null, "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.*/", "fluentSetterMethodName" : "withFilter", "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.*/", "getterMethodName" : "getFilter", "getterModel" : { "returnType" : "ReceiptFilter", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Filter", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Filter", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Filter", "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.*/", "setterMethodName" : "setFilter", "setterModel" : { "variableDeclarationType" : "ReceiptFilter", "variableName" : "filter", "variableType" : "ReceiptFilter", "documentation" : "", "simpleType" : "ReceiptFilter", "variableSetterType" : "ReceiptFilter" }, "simple" : false, "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.*/", "variable" : { "variableDeclarationType" : "ReceiptFilter", "variableName" : "filter", "variableType" : "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.

                                                                  ", "simpleType" : "ReceiptFilter", "variableSetterType" : "ReceiptFilter" }, "xmlNameSpaceUri" : null } }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "Filter" ], "shapeName" : "CreateReceiptFilterRequest", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "CreateReceiptFilterRequest", "variableName" : "createReceiptFilterRequest", "variableType" : "CreateReceiptFilterRequest", "documentation" : null, "simpleType" : "CreateReceiptFilterRequest", "variableSetterType" : "CreateReceiptFilterRequest" }, "wrapper" : false }, "CreateReceiptFilterResult" : { "c2jName" : "CreateReceiptFilterResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                                                                  An empty element returned on a successful request.

                                                                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : null, "membersAsMap" : { }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "CreateReceiptFilterResult", "unmarshaller" : { "flattened" : false, "resultWrapper" : "CreateReceiptFilterResult" }, "variable" : { "variableDeclarationType" : "CreateReceiptFilterResult", "variableName" : "createReceiptFilterResult", "variableType" : "CreateReceiptFilterResult", "documentation" : null, "simpleType" : "CreateReceiptFilterResult", "variableSetterType" : "CreateReceiptFilterResult" }, "wrapper" : false }, "CreateReceiptRuleRequest" : { "c2jName" : "CreateReceiptRuleRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                                                                  Represents a request to create a receipt rule. You use receipt rules to receive email with Amazon SES. For more information, see the Amazon SES Developer Guide.

                                                                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "CreateReceiptRule", "locationName" : null, "requestUri" : "/", "target" : null, "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "c2jName" : "RuleSetName", "c2jShape" : "ReceiptRuleSetName", "deprecated" : false, "documentation" : "

                                                                  The name of the rule set to which to add the rule.

                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                  The name of the rule set to which to add the rule.

                                                                  \n@param ruleSetName The name of the rule set to which to add the rule.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withRuleSetName", "getterDocumentation" : "/**

                                                                  The name of the rule set to which to add the rule.

                                                                  \n@return The name of the rule set to which to add the rule.*/", "getterMethodName" : "getRuleSetName", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "RuleSetName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "RuleSetName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "RuleSetName", "setterDocumentation" : "/**

                                                                  The name of the rule set to which to add the rule.

                                                                  \n@param ruleSetName The name of the rule set to which to add the rule.*/", "setterMethodName" : "setRuleSetName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "ruleSetName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                  The name of the rule set to which to add the rule.

                                                                  \n@param ruleSetName The name of the rule set to which to add the rule.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "ruleSetName", "variableType" : "String", "documentation" : "

                                                                  The name of the rule set to which to add the rule.

                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "After", "c2jShape" : "ReceiptRuleName", "deprecated" : false, "documentation" : "

                                                                  The name of an existing rule after which the new rule will be placed. If this parameter is null, the new rule will be inserted at the beginning of the rule list.

                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                  The name of an existing rule after which the new rule will be placed. If this parameter is null, the new rule will be inserted at the beginning of the rule list.

                                                                  \n@param after The name of an existing rule after which the new rule will be placed. If this parameter is null, the new rule will be inserted at the beginning of the rule list.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withAfter", "getterDocumentation" : "/**

                                                                  The name of an existing rule after which the new rule will be placed. If this parameter is null, the new rule will be inserted at the beginning of the rule list.

                                                                  \n@return The name of an existing rule after which the new rule will be placed. If this parameter is null, the new rule will be inserted at the beginning of the rule list.*/", "getterMethodName" : "getAfter", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "After", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "After", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "After", "setterDocumentation" : "/**

                                                                  The name of an existing rule after which the new rule will be placed. If this parameter is null, the new rule will be inserted at the beginning of the rule list.

                                                                  \n@param after The name of an existing rule after which the new rule will be placed. If this parameter is null, the new rule will be inserted at the beginning of the rule list.*/", "setterMethodName" : "setAfter", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "after", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                  The name of an existing rule after which the new rule will be placed. If this parameter is null, the new rule will be inserted at the beginning of the rule list.

                                                                  \n@param after The name of an existing rule after which the new rule will be placed. If this parameter is null, the new rule will be inserted at the beginning of the rule list.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "after", "variableType" : "String", "documentation" : "

                                                                  The name of an existing rule after which the new rule will be placed. If this parameter is null, the new rule will be inserted at the beginning of the rule list.

                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "Rule", "c2jShape" : "ReceiptRule", "deprecated" : false, "documentation" : "

                                                                  A data structure that contains the specified rule's name, actions, recipients, domains, enabled status, scan status, and TLS policy.

                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                  A data structure that contains the specified rule's name, actions, recipients, domains, enabled status, scan status, and TLS policy.

                                                                  \n@param rule A data structure that contains the specified rule's name, actions, recipients, domains, enabled status, scan status, and TLS policy.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withRule", "getterDocumentation" : "/**

                                                                  A data structure that contains the specified rule's name, actions, recipients, domains, enabled status, scan status, and TLS policy.

                                                                  \n@return A data structure that contains the specified rule's name, actions, recipients, domains, enabled status, scan status, and TLS policy.*/", "getterMethodName" : "getRule", "getterModel" : { "returnType" : "ReceiptRule", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Rule", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Rule", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Rule", "setterDocumentation" : "/**

                                                                  A data structure that contains the specified rule's name, actions, recipients, domains, enabled status, scan status, and TLS policy.

                                                                  \n@param rule A data structure that contains the specified rule's name, actions, recipients, domains, enabled status, scan status, and TLS policy.*/", "setterMethodName" : "setRule", "setterModel" : { "variableDeclarationType" : "ReceiptRule", "variableName" : "rule", "variableType" : "ReceiptRule", "documentation" : "", "simpleType" : "ReceiptRule", "variableSetterType" : "ReceiptRule" }, "simple" : false, "varargSetterDocumentation" : "/**

                                                                  A data structure that contains the specified rule's name, actions, recipients, domains, enabled status, scan status, and TLS policy.

                                                                  \n@param rule A data structure that contains the specified rule's name, actions, recipients, domains, enabled status, scan status, and TLS policy.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "ReceiptRule", "variableName" : "rule", "variableType" : "ReceiptRule", "documentation" : "

                                                                  A data structure that contains the specified rule's name, actions, recipients, domains, enabled status, scan status, and TLS policy.

                                                                  ", "simpleType" : "ReceiptRule", "variableSetterType" : "ReceiptRule" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "After" : { "c2jName" : "After", "c2jShape" : "ReceiptRuleName", "deprecated" : false, "documentation" : "

                                                                  The name of an existing rule after which the new rule will be placed. If this parameter is null, the new rule will be inserted at the beginning of the rule list.

                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                  The name of an existing rule after which the new rule will be placed. If this parameter is null, the new rule will be inserted at the beginning of the rule list.

                                                                  \n@param after The name of an existing rule after which the new rule will be placed. If this parameter is null, the new rule will be inserted at the beginning of the rule list.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withAfter", "getterDocumentation" : "/**

                                                                  The name of an existing rule after which the new rule will be placed. If this parameter is null, the new rule will be inserted at the beginning of the rule list.

                                                                  \n@return The name of an existing rule after which the new rule will be placed. If this parameter is null, the new rule will be inserted at the beginning of the rule list.*/", "getterMethodName" : "getAfter", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "After", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "After", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "After", "setterDocumentation" : "/**

                                                                  The name of an existing rule after which the new rule will be placed. If this parameter is null, the new rule will be inserted at the beginning of the rule list.

                                                                  \n@param after The name of an existing rule after which the new rule will be placed. If this parameter is null, the new rule will be inserted at the beginning of the rule list.*/", "setterMethodName" : "setAfter", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "after", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                  The name of an existing rule after which the new rule will be placed. If this parameter is null, the new rule will be inserted at the beginning of the rule list.

                                                                  \n@param after The name of an existing rule after which the new rule will be placed. If this parameter is null, the new rule will be inserted at the beginning of the rule list.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "after", "variableType" : "String", "documentation" : "

                                                                  The name of an existing rule after which the new rule will be placed. If this parameter is null, the new rule will be inserted at the beginning of the rule list.

                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Rule" : { "c2jName" : "Rule", "c2jShape" : "ReceiptRule", "deprecated" : false, "documentation" : "

                                                                  A data structure that contains the specified rule's name, actions, recipients, domains, enabled status, scan status, and TLS policy.

                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                  A data structure that contains the specified rule's name, actions, recipients, domains, enabled status, scan status, and TLS policy.

                                                                  \n@param rule A data structure that contains the specified rule's name, actions, recipients, domains, enabled status, scan status, and TLS policy.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withRule", "getterDocumentation" : "/**

                                                                  A data structure that contains the specified rule's name, actions, recipients, domains, enabled status, scan status, and TLS policy.

                                                                  \n@return A data structure that contains the specified rule's name, actions, recipients, domains, enabled status, scan status, and TLS policy.*/", "getterMethodName" : "getRule", "getterModel" : { "returnType" : "ReceiptRule", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Rule", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Rule", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Rule", "setterDocumentation" : "/**

                                                                  A data structure that contains the specified rule's name, actions, recipients, domains, enabled status, scan status, and TLS policy.

                                                                  \n@param rule A data structure that contains the specified rule's name, actions, recipients, domains, enabled status, scan status, and TLS policy.*/", "setterMethodName" : "setRule", "setterModel" : { "variableDeclarationType" : "ReceiptRule", "variableName" : "rule", "variableType" : "ReceiptRule", "documentation" : "", "simpleType" : "ReceiptRule", "variableSetterType" : "ReceiptRule" }, "simple" : false, "varargSetterDocumentation" : "/**

                                                                  A data structure that contains the specified rule's name, actions, recipients, domains, enabled status, scan status, and TLS policy.

                                                                  \n@param rule A data structure that contains the specified rule's name, actions, recipients, domains, enabled status, scan status, and TLS policy.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "ReceiptRule", "variableName" : "rule", "variableType" : "ReceiptRule", "documentation" : "

                                                                  A data structure that contains the specified rule's name, actions, recipients, domains, enabled status, scan status, and TLS policy.

                                                                  ", "simpleType" : "ReceiptRule", "variableSetterType" : "ReceiptRule" }, "xmlNameSpaceUri" : null }, "RuleSetName" : { "c2jName" : "RuleSetName", "c2jShape" : "ReceiptRuleSetName", "deprecated" : false, "documentation" : "

                                                                  The name of the rule set to which to add the rule.

                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                  The name of the rule set to which to add the rule.

                                                                  \n@param ruleSetName The name of the rule set to which to add the rule.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withRuleSetName", "getterDocumentation" : "/**

                                                                  The name of the rule set to which to add the rule.

                                                                  \n@return The name of the rule set to which to add the rule.*/", "getterMethodName" : "getRuleSetName", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "RuleSetName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "RuleSetName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "RuleSetName", "setterDocumentation" : "/**

                                                                  The name of the rule set to which to add the rule.

                                                                  \n@param ruleSetName The name of the rule set to which to add the rule.*/", "setterMethodName" : "setRuleSetName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "ruleSetName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                  The name of the rule set to which to add the rule.

                                                                  \n@param ruleSetName The name of the rule set to which to add the rule.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "ruleSetName", "variableType" : "String", "documentation" : "

                                                                  The name of the rule set to which to add the rule.

                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "RuleSetName", "Rule" ], "shapeName" : "CreateReceiptRuleRequest", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "CreateReceiptRuleRequest", "variableName" : "createReceiptRuleRequest", "variableType" : "CreateReceiptRuleRequest", "documentation" : null, "simpleType" : "CreateReceiptRuleRequest", "variableSetterType" : "CreateReceiptRuleRequest" }, "wrapper" : false }, "CreateReceiptRuleResult" : { "c2jName" : "CreateReceiptRuleResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                                                                  An empty element returned on a successful request.

                                                                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : null, "membersAsMap" : { }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "CreateReceiptRuleResult", "unmarshaller" : { "flattened" : false, "resultWrapper" : "CreateReceiptRuleResult" }, "variable" : { "variableDeclarationType" : "CreateReceiptRuleResult", "variableName" : "createReceiptRuleResult", "variableType" : "CreateReceiptRuleResult", "documentation" : null, "simpleType" : "CreateReceiptRuleResult", "variableSetterType" : "CreateReceiptRuleResult" }, "wrapper" : false }, "CreateReceiptRuleSetRequest" : { "c2jName" : "CreateReceiptRuleSetRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                                                                  Represents a request to create an empty receipt rule set. You use receipt rule sets to receive email with Amazon SES. For more information, see the Amazon SES Developer Guide.

                                                                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "CreateReceiptRuleSet", "locationName" : null, "requestUri" : "/", "target" : null, "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "c2jName" : "RuleSetName", "c2jShape" : "ReceiptRuleSetName", "deprecated" : false, "documentation" : "

                                                                  The name of the rule set to create. The name must:

                                                                  • Contain only ASCII letters (a-z, A-Z), numbers (0-9), periods (.), underscores (_), or dashes (-).

                                                                  • Start and end with a letter or number.

                                                                  • Contain less than 64 characters.

                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                  The name of the rule set to create. The name must:

                                                                  • Contain only ASCII letters (a-z, A-Z), numbers (0-9), periods (.), underscores (_), or dashes (-).

                                                                  • Start and end with a letter or number.

                                                                  • Contain less than 64 characters.

                                                                  \n@param ruleSetName The name of the rule set to create. The name must:

                                                                  • Contain only ASCII letters (a-z, A-Z), numbers (0-9), periods (.), underscores (_), or dashes (-).

                                                                  • Start and end with a letter or number.

                                                                  • Contain less than 64 characters.

                                                                  • \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withRuleSetName", "getterDocumentation" : "/**

                                                                    The name of the rule set to create. The name must:

                                                                    • Contain only ASCII letters (a-z, A-Z), numbers (0-9), periods (.), underscores (_), or dashes (-).

                                                                    • Start and end with a letter or number.

                                                                    • Contain less than 64 characters.

                                                                    \n@return The name of the rule set to create. The name must:

                                                                    • Contain only ASCII letters (a-z, A-Z), numbers (0-9), periods (.), underscores (_), or dashes (-).

                                                                    • Start and end with a letter or number.

                                                                    • Contain less than 64 characters.

                                                                    • */", "getterMethodName" : "getRuleSetName", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "RuleSetName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "RuleSetName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "RuleSetName", "setterDocumentation" : "/**

                                                                      The name of the rule set to create. The name must:

                                                                      • Contain only ASCII letters (a-z, A-Z), numbers (0-9), periods (.), underscores (_), or dashes (-).

                                                                      • Start and end with a letter or number.

                                                                      • Contain less than 64 characters.

                                                                      \n@param ruleSetName The name of the rule set to create. The name must:

                                                                      • Contain only ASCII letters (a-z, A-Z), numbers (0-9), periods (.), underscores (_), or dashes (-).

                                                                      • Start and end with a letter or number.

                                                                      • Contain less than 64 characters.

                                                                      • */", "setterMethodName" : "setRuleSetName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "ruleSetName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                        The name of the rule set to create. The name must:

                                                                        • Contain only ASCII letters (a-z, A-Z), numbers (0-9), periods (.), underscores (_), or dashes (-).

                                                                        • Start and end with a letter or number.

                                                                        • Contain less than 64 characters.

                                                                        \n@param ruleSetName The name of the rule set to create. The name must:

                                                                        • Contain only ASCII letters (a-z, A-Z), numbers (0-9), periods (.), underscores (_), or dashes (-).

                                                                        • Start and end with a letter or number.

                                                                        • Contain less than 64 characters.

                                                                        • \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "ruleSetName", "variableType" : "String", "documentation" : "

                                                                          The name of the rule set to create. The name must:

                                                                          • Contain only ASCII letters (a-z, A-Z), numbers (0-9), periods (.), underscores (_), or dashes (-).

                                                                          • Start and end with a letter or number.

                                                                          • Contain less than 64 characters.

                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "RuleSetName" : { "c2jName" : "RuleSetName", "c2jShape" : "ReceiptRuleSetName", "deprecated" : false, "documentation" : "

                                                                          The name of the rule set to create. The name must:

                                                                          • Contain only ASCII letters (a-z, A-Z), numbers (0-9), periods (.), underscores (_), or dashes (-).

                                                                          • Start and end with a letter or number.

                                                                          • Contain less than 64 characters.

                                                                          ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                          The name of the rule set to create. The name must:

                                                                          • Contain only ASCII letters (a-z, A-Z), numbers (0-9), periods (.), underscores (_), or dashes (-).

                                                                          • Start and end with a letter or number.

                                                                          • Contain less than 64 characters.

                                                                          \n@param ruleSetName The name of the rule set to create. The name must:

                                                                          • Contain only ASCII letters (a-z, A-Z), numbers (0-9), periods (.), underscores (_), or dashes (-).

                                                                          • Start and end with a letter or number.

                                                                          • Contain less than 64 characters.

                                                                          • \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withRuleSetName", "getterDocumentation" : "/**

                                                                            The name of the rule set to create. The name must:

                                                                            • Contain only ASCII letters (a-z, A-Z), numbers (0-9), periods (.), underscores (_), or dashes (-).

                                                                            • Start and end with a letter or number.

                                                                            • Contain less than 64 characters.

                                                                            \n@return The name of the rule set to create. The name must:

                                                                            • Contain only ASCII letters (a-z, A-Z), numbers (0-9), periods (.), underscores (_), or dashes (-).

                                                                            • Start and end with a letter or number.

                                                                            • Contain less than 64 characters.

                                                                            • */", "getterMethodName" : "getRuleSetName", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "RuleSetName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "RuleSetName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "RuleSetName", "setterDocumentation" : "/**

                                                                              The name of the rule set to create. The name must:

                                                                              • Contain only ASCII letters (a-z, A-Z), numbers (0-9), periods (.), underscores (_), or dashes (-).

                                                                              • Start and end with a letter or number.

                                                                              • Contain less than 64 characters.

                                                                              \n@param ruleSetName The name of the rule set to create. The name must:

                                                                              • Contain only ASCII letters (a-z, A-Z), numbers (0-9), periods (.), underscores (_), or dashes (-).

                                                                              • Start and end with a letter or number.

                                                                              • Contain less than 64 characters.

                                                                              • */", "setterMethodName" : "setRuleSetName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "ruleSetName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                The name of the rule set to create. The name must:

                                                                                • Contain only ASCII letters (a-z, A-Z), numbers (0-9), periods (.), underscores (_), or dashes (-).

                                                                                • Start and end with a letter or number.

                                                                                • Contain less than 64 characters.

                                                                                \n@param ruleSetName The name of the rule set to create. The name must:

                                                                                • Contain only ASCII letters (a-z, A-Z), numbers (0-9), periods (.), underscores (_), or dashes (-).

                                                                                • Start and end with a letter or number.

                                                                                • Contain less than 64 characters.

                                                                                • \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "ruleSetName", "variableType" : "String", "documentation" : "

                                                                                  The name of the rule set to create. The name must:

                                                                                  • Contain only ASCII letters (a-z, A-Z), numbers (0-9), periods (.), underscores (_), or dashes (-).

                                                                                  • Start and end with a letter or number.

                                                                                  • Contain less than 64 characters.

                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "RuleSetName" ], "shapeName" : "CreateReceiptRuleSetRequest", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "CreateReceiptRuleSetRequest", "variableName" : "createReceiptRuleSetRequest", "variableType" : "CreateReceiptRuleSetRequest", "documentation" : null, "simpleType" : "CreateReceiptRuleSetRequest", "variableSetterType" : "CreateReceiptRuleSetRequest" }, "wrapper" : false }, "CreateReceiptRuleSetResult" : { "c2jName" : "CreateReceiptRuleSetResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                                                                                  An empty element returned on a successful request.

                                                                                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : null, "membersAsMap" : { }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "CreateReceiptRuleSetResult", "unmarshaller" : { "flattened" : false, "resultWrapper" : "CreateReceiptRuleSetResult" }, "variable" : { "variableDeclarationType" : "CreateReceiptRuleSetResult", "variableName" : "createReceiptRuleSetResult", "variableType" : "CreateReceiptRuleSetResult", "documentation" : null, "simpleType" : "CreateReceiptRuleSetResult", "variableSetterType" : "CreateReceiptRuleSetResult" }, "wrapper" : false }, "CustomMailFromStatus" : { "c2jName" : "CustomMailFromStatus", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "", "enums" : [ { "name" : "Pending", "value" : "Pending" }, { "name" : "Success", "value" : "Success" }, { "name" : "Failed", "value" : "Failed" }, { "name" : "TemporaryFailure", "value" : "TemporaryFailure" } ], "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : null, "membersAsMap" : { }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "CustomMailFromStatus", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "CustomMailFromStatus", "variableName" : "customMailFromStatus", "variableType" : "CustomMailFromStatus", "documentation" : null, "simpleType" : "CustomMailFromStatus", "variableSetterType" : "CustomMailFromStatus" }, "wrapper" : false }, "DeleteConfigurationSetEventDestinationRequest" : { "c2jName" : "DeleteConfigurationSetEventDestinationRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                                                                                  Represents a request to delete a configuration set event destination. Configuration set event destinations are associated with configuration sets, which enable you to publish email sending events. For information about using configuration sets, see the Amazon SES Developer Guide.

                                                                                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "DeleteConfigurationSetEventDestination", "locationName" : null, "requestUri" : "/", "target" : null, "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "c2jName" : "ConfigurationSetName", "c2jShape" : "ConfigurationSetName", "deprecated" : false, "documentation" : "

                                                                                  The name of the configuration set from which to delete the event destination.

                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                  The name of the configuration set from which to delete the event destination.

                                                                                  \n@param configurationSetName The name of the configuration set from which to delete the event destination.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withConfigurationSetName", "getterDocumentation" : "/**

                                                                                  The name of the configuration set from which to delete the event destination.

                                                                                  \n@return The name of the configuration set from which to delete the event destination.*/", "getterMethodName" : "getConfigurationSetName", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ConfigurationSetName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ConfigurationSetName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "ConfigurationSetName", "setterDocumentation" : "/**

                                                                                  The name of the configuration set from which to delete the event destination.

                                                                                  \n@param configurationSetName The name of the configuration set from which to delete the event destination.*/", "setterMethodName" : "setConfigurationSetName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "configurationSetName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                  The name of the configuration set from which to delete the event destination.

                                                                                  \n@param configurationSetName The name of the configuration set from which to delete the event destination.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "configurationSetName", "variableType" : "String", "documentation" : "

                                                                                  The name of the configuration set from which to delete the event destination.

                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "EventDestinationName", "c2jShape" : "EventDestinationName", "deprecated" : false, "documentation" : "

                                                                                  The name of the event destination to delete.

                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                  The name of the event destination to delete.

                                                                                  \n@param eventDestinationName The name of the event destination to delete.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withEventDestinationName", "getterDocumentation" : "/**

                                                                                  The name of the event destination to delete.

                                                                                  \n@return The name of the event destination to delete.*/", "getterMethodName" : "getEventDestinationName", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "EventDestinationName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "EventDestinationName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "EventDestinationName", "setterDocumentation" : "/**

                                                                                  The name of the event destination to delete.

                                                                                  \n@param eventDestinationName The name of the event destination to delete.*/", "setterMethodName" : "setEventDestinationName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "eventDestinationName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                  The name of the event destination to delete.

                                                                                  \n@param eventDestinationName The name of the event destination to delete.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "eventDestinationName", "variableType" : "String", "documentation" : "

                                                                                  The name of the event destination to delete.

                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ConfigurationSetName" : { "c2jName" : "ConfigurationSetName", "c2jShape" : "ConfigurationSetName", "deprecated" : false, "documentation" : "

                                                                                  The name of the configuration set from which to delete the event destination.

                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                  The name of the configuration set from which to delete the event destination.

                                                                                  \n@param configurationSetName The name of the configuration set from which to delete the event destination.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withConfigurationSetName", "getterDocumentation" : "/**

                                                                                  The name of the configuration set from which to delete the event destination.

                                                                                  \n@return The name of the configuration set from which to delete the event destination.*/", "getterMethodName" : "getConfigurationSetName", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ConfigurationSetName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ConfigurationSetName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "ConfigurationSetName", "setterDocumentation" : "/**

                                                                                  The name of the configuration set from which to delete the event destination.

                                                                                  \n@param configurationSetName The name of the configuration set from which to delete the event destination.*/", "setterMethodName" : "setConfigurationSetName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "configurationSetName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                  The name of the configuration set from which to delete the event destination.

                                                                                  \n@param configurationSetName The name of the configuration set from which to delete the event destination.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "configurationSetName", "variableType" : "String", "documentation" : "

                                                                                  The name of the configuration set from which to delete the event destination.

                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "EventDestinationName" : { "c2jName" : "EventDestinationName", "c2jShape" : "EventDestinationName", "deprecated" : false, "documentation" : "

                                                                                  The name of the event destination to delete.

                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                  The name of the event destination to delete.

                                                                                  \n@param eventDestinationName The name of the event destination to delete.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withEventDestinationName", "getterDocumentation" : "/**

                                                                                  The name of the event destination to delete.

                                                                                  \n@return The name of the event destination to delete.*/", "getterMethodName" : "getEventDestinationName", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "EventDestinationName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "EventDestinationName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "EventDestinationName", "setterDocumentation" : "/**

                                                                                  The name of the event destination to delete.

                                                                                  \n@param eventDestinationName The name of the event destination to delete.*/", "setterMethodName" : "setEventDestinationName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "eventDestinationName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                  The name of the event destination to delete.

                                                                                  \n@param eventDestinationName The name of the event destination to delete.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "eventDestinationName", "variableType" : "String", "documentation" : "

                                                                                  The name of the event destination to delete.

                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "ConfigurationSetName", "EventDestinationName" ], "shapeName" : "DeleteConfigurationSetEventDestinationRequest", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "DeleteConfigurationSetEventDestinationRequest", "variableName" : "deleteConfigurationSetEventDestinationRequest", "variableType" : "DeleteConfigurationSetEventDestinationRequest", "documentation" : null, "simpleType" : "DeleteConfigurationSetEventDestinationRequest", "variableSetterType" : "DeleteConfigurationSetEventDestinationRequest" }, "wrapper" : false }, "DeleteConfigurationSetEventDestinationResult" : { "c2jName" : "DeleteConfigurationSetEventDestinationResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                                                                                  An empty element returned on a successful request.

                                                                                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : null, "membersAsMap" : { }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "DeleteConfigurationSetEventDestinationResult", "unmarshaller" : { "flattened" : false, "resultWrapper" : "DeleteConfigurationSetEventDestinationResult" }, "variable" : { "variableDeclarationType" : "DeleteConfigurationSetEventDestinationResult", "variableName" : "deleteConfigurationSetEventDestinationResult", "variableType" : "DeleteConfigurationSetEventDestinationResult", "documentation" : null, "simpleType" : "DeleteConfigurationSetEventDestinationResult", "variableSetterType" : "DeleteConfigurationSetEventDestinationResult" }, "wrapper" : false }, "DeleteConfigurationSetRequest" : { "c2jName" : "DeleteConfigurationSetRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                                                                                  Represents a request to delete a configuration set. Configuration sets enable you to publish email sending events. For information about using configuration sets, see the Amazon SES Developer Guide.

                                                                                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "DeleteConfigurationSet", "locationName" : null, "requestUri" : "/", "target" : null, "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "c2jName" : "ConfigurationSetName", "c2jShape" : "ConfigurationSetName", "deprecated" : false, "documentation" : "

                                                                                  The name of the configuration set to delete.

                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                  The name of the configuration set to delete.

                                                                                  \n@param configurationSetName The name of the configuration set to delete.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withConfigurationSetName", "getterDocumentation" : "/**

                                                                                  The name of the configuration set to delete.

                                                                                  \n@return The name of the configuration set to delete.*/", "getterMethodName" : "getConfigurationSetName", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ConfigurationSetName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ConfigurationSetName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "ConfigurationSetName", "setterDocumentation" : "/**

                                                                                  The name of the configuration set to delete.

                                                                                  \n@param configurationSetName The name of the configuration set to delete.*/", "setterMethodName" : "setConfigurationSetName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "configurationSetName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                  The name of the configuration set to delete.

                                                                                  \n@param configurationSetName The name of the configuration set to delete.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "configurationSetName", "variableType" : "String", "documentation" : "

                                                                                  The name of the configuration set to delete.

                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ConfigurationSetName" : { "c2jName" : "ConfigurationSetName", "c2jShape" : "ConfigurationSetName", "deprecated" : false, "documentation" : "

                                                                                  The name of the configuration set to delete.

                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                  The name of the configuration set to delete.

                                                                                  \n@param configurationSetName The name of the configuration set to delete.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withConfigurationSetName", "getterDocumentation" : "/**

                                                                                  The name of the configuration set to delete.

                                                                                  \n@return The name of the configuration set to delete.*/", "getterMethodName" : "getConfigurationSetName", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ConfigurationSetName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ConfigurationSetName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "ConfigurationSetName", "setterDocumentation" : "/**

                                                                                  The name of the configuration set to delete.

                                                                                  \n@param configurationSetName The name of the configuration set to delete.*/", "setterMethodName" : "setConfigurationSetName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "configurationSetName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                  The name of the configuration set to delete.

                                                                                  \n@param configurationSetName The name of the configuration set to delete.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "configurationSetName", "variableType" : "String", "documentation" : "

                                                                                  The name of the configuration set to delete.

                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "ConfigurationSetName" ], "shapeName" : "DeleteConfigurationSetRequest", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "DeleteConfigurationSetRequest", "variableName" : "deleteConfigurationSetRequest", "variableType" : "DeleteConfigurationSetRequest", "documentation" : null, "simpleType" : "DeleteConfigurationSetRequest", "variableSetterType" : "DeleteConfigurationSetRequest" }, "wrapper" : false }, "DeleteConfigurationSetResult" : { "c2jName" : "DeleteConfigurationSetResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                                                                                  An empty element returned on a successful request.

                                                                                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : null, "membersAsMap" : { }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "DeleteConfigurationSetResult", "unmarshaller" : { "flattened" : false, "resultWrapper" : "DeleteConfigurationSetResult" }, "variable" : { "variableDeclarationType" : "DeleteConfigurationSetResult", "variableName" : "deleteConfigurationSetResult", "variableType" : "DeleteConfigurationSetResult", "documentation" : null, "simpleType" : "DeleteConfigurationSetResult", "variableSetterType" : "DeleteConfigurationSetResult" }, "wrapper" : false }, "DeleteIdentityPolicyRequest" : { "c2jName" : "DeleteIdentityPolicyRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                                                                                  Represents a request to delete a sending authorization policy for an identity. Sending authorization is an Amazon SES feature that enables you to authorize other senders to use your identities. For information, see the Amazon SES Developer Guide.

                                                                                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "DeleteIdentityPolicy", "locationName" : null, "requestUri" : "/", "target" : null, "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "c2jName" : "Identity", "c2jShape" : "Identity", "deprecated" : false, "documentation" : "

                                                                                  The identity that is associated with the policy that you want to delete. You can specify the 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.

                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                  The identity that is associated with the policy that you want to delete. You can specify the 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 that is associated with the policy that you want to delete. You can specify the 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.*/", "fluentSetterMethodName" : "withIdentity", "getterDocumentation" : "/**

                                                                                  The identity that is associated with the policy that you want to delete. You can specify the 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 that is associated with the policy that you want to delete. You can specify the 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.*/", "getterMethodName" : "getIdentity", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Identity", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Identity", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Identity", "setterDocumentation" : "/**

                                                                                  The identity that is associated with the policy that you want to delete. You can specify the 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 that is associated with the policy that you want to delete. You can specify the 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.*/", "setterMethodName" : "setIdentity", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "identity", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                  The identity that is associated with the policy that you want to delete. You can specify the 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 that is associated with the policy that you want to delete. You can specify the 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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "identity", "variableType" : "String", "documentation" : "

                                                                                  The identity that is associated with the policy that you want to delete. You can specify the 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.

                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "PolicyName", "c2jShape" : "PolicyName", "deprecated" : false, "documentation" : "

                                                                                  The name of the policy to be deleted.

                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                  The name of the policy to be deleted.

                                                                                  \n@param policyName The name of the policy to be deleted.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withPolicyName", "getterDocumentation" : "/**

                                                                                  The name of the policy to be deleted.

                                                                                  \n@return The name of the policy to be deleted.*/", "getterMethodName" : "getPolicyName", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "PolicyName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "PolicyName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "PolicyName", "setterDocumentation" : "/**

                                                                                  The name of the policy to be deleted.

                                                                                  \n@param policyName The name of the policy to be deleted.*/", "setterMethodName" : "setPolicyName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "policyName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                  The name of the policy to be deleted.

                                                                                  \n@param policyName The name of the policy to be deleted.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "policyName", "variableType" : "String", "documentation" : "

                                                                                  The name of the policy to be deleted.

                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Identity" : { "c2jName" : "Identity", "c2jShape" : "Identity", "deprecated" : false, "documentation" : "

                                                                                  The identity that is associated with the policy that you want to delete. You can specify the 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.

                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                  The identity that is associated with the policy that you want to delete. You can specify the 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 that is associated with the policy that you want to delete. You can specify the 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.*/", "fluentSetterMethodName" : "withIdentity", "getterDocumentation" : "/**

                                                                                  The identity that is associated with the policy that you want to delete. You can specify the 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 that is associated with the policy that you want to delete. You can specify the 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.*/", "getterMethodName" : "getIdentity", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Identity", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Identity", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Identity", "setterDocumentation" : "/**

                                                                                  The identity that is associated with the policy that you want to delete. You can specify the 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 that is associated with the policy that you want to delete. You can specify the 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.*/", "setterMethodName" : "setIdentity", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "identity", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                  The identity that is associated with the policy that you want to delete. You can specify the 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 that is associated with the policy that you want to delete. You can specify the 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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "identity", "variableType" : "String", "documentation" : "

                                                                                  The identity that is associated with the policy that you want to delete. You can specify the 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.

                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "PolicyName" : { "c2jName" : "PolicyName", "c2jShape" : "PolicyName", "deprecated" : false, "documentation" : "

                                                                                  The name of the policy to be deleted.

                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                  The name of the policy to be deleted.

                                                                                  \n@param policyName The name of the policy to be deleted.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withPolicyName", "getterDocumentation" : "/**

                                                                                  The name of the policy to be deleted.

                                                                                  \n@return The name of the policy to be deleted.*/", "getterMethodName" : "getPolicyName", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "PolicyName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "PolicyName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "PolicyName", "setterDocumentation" : "/**

                                                                                  The name of the policy to be deleted.

                                                                                  \n@param policyName The name of the policy to be deleted.*/", "setterMethodName" : "setPolicyName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "policyName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                  The name of the policy to be deleted.

                                                                                  \n@param policyName The name of the policy to be deleted.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "policyName", "variableType" : "String", "documentation" : "

                                                                                  The name of the policy to be deleted.

                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "Identity", "PolicyName" ], "shapeName" : "DeleteIdentityPolicyRequest", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "DeleteIdentityPolicyRequest", "variableName" : "deleteIdentityPolicyRequest", "variableType" : "DeleteIdentityPolicyRequest", "documentation" : null, "simpleType" : "DeleteIdentityPolicyRequest", "variableSetterType" : "DeleteIdentityPolicyRequest" }, "wrapper" : false }, "DeleteIdentityPolicyResult" : { "c2jName" : "DeleteIdentityPolicyResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                                                                                  An empty element returned on a successful request.

                                                                                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : null, "membersAsMap" : { }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "DeleteIdentityPolicyResult", "unmarshaller" : { "flattened" : false, "resultWrapper" : "DeleteIdentityPolicyResult" }, "variable" : { "variableDeclarationType" : "DeleteIdentityPolicyResult", "variableName" : "deleteIdentityPolicyResult", "variableType" : "DeleteIdentityPolicyResult", "documentation" : null, "simpleType" : "DeleteIdentityPolicyResult", "variableSetterType" : "DeleteIdentityPolicyResult" }, "wrapper" : false }, "DeleteIdentityRequest" : { "c2jName" : "DeleteIdentityRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                                                                                  Represents a request to delete one of your Amazon SES identities (an email address or domain).

                                                                                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "DeleteIdentity", "locationName" : null, "requestUri" : "/", "target" : null, "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "c2jName" : "Identity", "c2jShape" : "Identity", "deprecated" : false, "documentation" : "

                                                                                  The identity to be removed from the list of identities for the AWS Account.

                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                  The identity to be removed from the list of identities for the AWS Account.

                                                                                  \n@param identity The identity to be removed from the list of identities for the AWS Account.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withIdentity", "getterDocumentation" : "/**

                                                                                  The identity to be removed from the list of identities for the AWS Account.

                                                                                  \n@return The identity to be removed from the list of identities for the AWS Account.*/", "getterMethodName" : "getIdentity", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Identity", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Identity", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Identity", "setterDocumentation" : "/**

                                                                                  The identity to be removed from the list of identities for the AWS Account.

                                                                                  \n@param identity The identity to be removed from the list of identities for the AWS Account.*/", "setterMethodName" : "setIdentity", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "identity", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                  The identity to be removed from the list of identities for the AWS Account.

                                                                                  \n@param identity The identity to be removed from the list of identities for the AWS Account.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "identity", "variableType" : "String", "documentation" : "

                                                                                  The identity to be removed from the list of identities for the AWS Account.

                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Identity" : { "c2jName" : "Identity", "c2jShape" : "Identity", "deprecated" : false, "documentation" : "

                                                                                  The identity to be removed from the list of identities for the AWS Account.

                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                  The identity to be removed from the list of identities for the AWS Account.

                                                                                  \n@param identity The identity to be removed from the list of identities for the AWS Account.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withIdentity", "getterDocumentation" : "/**

                                                                                  The identity to be removed from the list of identities for the AWS Account.

                                                                                  \n@return The identity to be removed from the list of identities for the AWS Account.*/", "getterMethodName" : "getIdentity", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Identity", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Identity", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Identity", "setterDocumentation" : "/**

                                                                                  The identity to be removed from the list of identities for the AWS Account.

                                                                                  \n@param identity The identity to be removed from the list of identities for the AWS Account.*/", "setterMethodName" : "setIdentity", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "identity", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                  The identity to be removed from the list of identities for the AWS Account.

                                                                                  \n@param identity The identity to be removed from the list of identities for the AWS Account.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "identity", "variableType" : "String", "documentation" : "

                                                                                  The identity to be removed from the list of identities for the AWS Account.

                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "Identity" ], "shapeName" : "DeleteIdentityRequest", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "DeleteIdentityRequest", "variableName" : "deleteIdentityRequest", "variableType" : "DeleteIdentityRequest", "documentation" : null, "simpleType" : "DeleteIdentityRequest", "variableSetterType" : "DeleteIdentityRequest" }, "wrapper" : false }, "DeleteIdentityResult" : { "c2jName" : "DeleteIdentityResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                                                                                  An empty element returned on a successful request.

                                                                                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : null, "membersAsMap" : { }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "DeleteIdentityResult", "unmarshaller" : { "flattened" : false, "resultWrapper" : "DeleteIdentityResult" }, "variable" : { "variableDeclarationType" : "DeleteIdentityResult", "variableName" : "deleteIdentityResult", "variableType" : "DeleteIdentityResult", "documentation" : null, "simpleType" : "DeleteIdentityResult", "variableSetterType" : "DeleteIdentityResult" }, "wrapper" : false }, "DeleteReceiptFilterRequest" : { "c2jName" : "DeleteReceiptFilterRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                                                                                  Represents a request to delete an IP address filter. You use IP address filters when you receive email with Amazon SES. For more information, see the Amazon SES Developer Guide.

                                                                                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "DeleteReceiptFilter", "locationName" : null, "requestUri" : "/", "target" : null, "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "c2jName" : "FilterName", "c2jShape" : "ReceiptFilterName", "deprecated" : false, "documentation" : "

                                                                                  The name of the IP address filter to delete.

                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                  The name of the IP address filter to delete.

                                                                                  \n@param filterName The name of the IP address filter to delete.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withFilterName", "getterDocumentation" : "/**

                                                                                  The name of the IP address filter to delete.

                                                                                  \n@return The name of the IP address filter to delete.*/", "getterMethodName" : "getFilterName", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "FilterName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "FilterName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "FilterName", "setterDocumentation" : "/**

                                                                                  The name of the IP address filter to delete.

                                                                                  \n@param filterName The name of the IP address filter to delete.*/", "setterMethodName" : "setFilterName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "filterName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                  The name of the IP address filter to delete.

                                                                                  \n@param filterName The name of the IP address filter to delete.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "filterName", "variableType" : "String", "documentation" : "

                                                                                  The name of the IP address filter to delete.

                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "FilterName" : { "c2jName" : "FilterName", "c2jShape" : "ReceiptFilterName", "deprecated" : false, "documentation" : "

                                                                                  The name of the IP address filter to delete.

                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                  The name of the IP address filter to delete.

                                                                                  \n@param filterName The name of the IP address filter to delete.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withFilterName", "getterDocumentation" : "/**

                                                                                  The name of the IP address filter to delete.

                                                                                  \n@return The name of the IP address filter to delete.*/", "getterMethodName" : "getFilterName", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "FilterName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "FilterName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "FilterName", "setterDocumentation" : "/**

                                                                                  The name of the IP address filter to delete.

                                                                                  \n@param filterName The name of the IP address filter to delete.*/", "setterMethodName" : "setFilterName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "filterName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                  The name of the IP address filter to delete.

                                                                                  \n@param filterName The name of the IP address filter to delete.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "filterName", "variableType" : "String", "documentation" : "

                                                                                  The name of the IP address filter to delete.

                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "FilterName" ], "shapeName" : "DeleteReceiptFilterRequest", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "DeleteReceiptFilterRequest", "variableName" : "deleteReceiptFilterRequest", "variableType" : "DeleteReceiptFilterRequest", "documentation" : null, "simpleType" : "DeleteReceiptFilterRequest", "variableSetterType" : "DeleteReceiptFilterRequest" }, "wrapper" : false }, "DeleteReceiptFilterResult" : { "c2jName" : "DeleteReceiptFilterResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                                                                                  An empty element returned on a successful request.

                                                                                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : null, "membersAsMap" : { }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "DeleteReceiptFilterResult", "unmarshaller" : { "flattened" : false, "resultWrapper" : "DeleteReceiptFilterResult" }, "variable" : { "variableDeclarationType" : "DeleteReceiptFilterResult", "variableName" : "deleteReceiptFilterResult", "variableType" : "DeleteReceiptFilterResult", "documentation" : null, "simpleType" : "DeleteReceiptFilterResult", "variableSetterType" : "DeleteReceiptFilterResult" }, "wrapper" : false }, "DeleteReceiptRuleRequest" : { "c2jName" : "DeleteReceiptRuleRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                                                                                  Represents a request to delete a receipt rule. You use receipt rules to receive email with Amazon SES. For more information, see the Amazon SES Developer Guide.

                                                                                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "DeleteReceiptRule", "locationName" : null, "requestUri" : "/", "target" : null, "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "c2jName" : "RuleSetName", "c2jShape" : "ReceiptRuleSetName", "deprecated" : false, "documentation" : "

                                                                                  The name of the receipt rule set that contains the receipt rule to delete.

                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                  The name of the receipt rule set that contains the receipt rule to delete.

                                                                                  \n@param ruleSetName The name of the receipt rule set that contains the receipt rule to delete.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withRuleSetName", "getterDocumentation" : "/**

                                                                                  The name of the receipt rule set that contains the receipt rule to delete.

                                                                                  \n@return The name of the receipt rule set that contains the receipt rule to delete.*/", "getterMethodName" : "getRuleSetName", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "RuleSetName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "RuleSetName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "RuleSetName", "setterDocumentation" : "/**

                                                                                  The name of the receipt rule set that contains the receipt rule to delete.

                                                                                  \n@param ruleSetName The name of the receipt rule set that contains the receipt rule to delete.*/", "setterMethodName" : "setRuleSetName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "ruleSetName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                  The name of the receipt rule set that contains the receipt rule to delete.

                                                                                  \n@param ruleSetName The name of the receipt rule set that contains the receipt rule to delete.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "ruleSetName", "variableType" : "String", "documentation" : "

                                                                                  The name of the receipt rule set that contains the receipt rule to delete.

                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "RuleName", "c2jShape" : "ReceiptRuleName", "deprecated" : false, "documentation" : "

                                                                                  The name of the receipt rule to delete.

                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                  The name of the receipt rule to delete.

                                                                                  \n@param ruleName The name of the receipt rule to delete.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withRuleName", "getterDocumentation" : "/**

                                                                                  The name of the receipt rule to delete.

                                                                                  \n@return The name of the receipt rule to delete.*/", "getterMethodName" : "getRuleName", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "RuleName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "RuleName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "RuleName", "setterDocumentation" : "/**

                                                                                  The name of the receipt rule to delete.

                                                                                  \n@param ruleName The name of the receipt rule to delete.*/", "setterMethodName" : "setRuleName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "ruleName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                  The name of the receipt rule to delete.

                                                                                  \n@param ruleName The name of the receipt rule to delete.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "ruleName", "variableType" : "String", "documentation" : "

                                                                                  The name of the receipt rule to delete.

                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "RuleName" : { "c2jName" : "RuleName", "c2jShape" : "ReceiptRuleName", "deprecated" : false, "documentation" : "

                                                                                  The name of the receipt rule to delete.

                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                  The name of the receipt rule to delete.

                                                                                  \n@param ruleName The name of the receipt rule to delete.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withRuleName", "getterDocumentation" : "/**

                                                                                  The name of the receipt rule to delete.

                                                                                  \n@return The name of the receipt rule to delete.*/", "getterMethodName" : "getRuleName", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "RuleName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "RuleName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "RuleName", "setterDocumentation" : "/**

                                                                                  The name of the receipt rule to delete.

                                                                                  \n@param ruleName The name of the receipt rule to delete.*/", "setterMethodName" : "setRuleName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "ruleName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                  The name of the receipt rule to delete.

                                                                                  \n@param ruleName The name of the receipt rule to delete.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "ruleName", "variableType" : "String", "documentation" : "

                                                                                  The name of the receipt rule to delete.

                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "RuleSetName" : { "c2jName" : "RuleSetName", "c2jShape" : "ReceiptRuleSetName", "deprecated" : false, "documentation" : "

                                                                                  The name of the receipt rule set that contains the receipt rule to delete.

                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                  The name of the receipt rule set that contains the receipt rule to delete.

                                                                                  \n@param ruleSetName The name of the receipt rule set that contains the receipt rule to delete.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withRuleSetName", "getterDocumentation" : "/**

                                                                                  The name of the receipt rule set that contains the receipt rule to delete.

                                                                                  \n@return The name of the receipt rule set that contains the receipt rule to delete.*/", "getterMethodName" : "getRuleSetName", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "RuleSetName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "RuleSetName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "RuleSetName", "setterDocumentation" : "/**

                                                                                  The name of the receipt rule set that contains the receipt rule to delete.

                                                                                  \n@param ruleSetName The name of the receipt rule set that contains the receipt rule to delete.*/", "setterMethodName" : "setRuleSetName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "ruleSetName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                  The name of the receipt rule set that contains the receipt rule to delete.

                                                                                  \n@param ruleSetName The name of the receipt rule set that contains the receipt rule to delete.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "ruleSetName", "variableType" : "String", "documentation" : "

                                                                                  The name of the receipt rule set that contains the receipt rule to delete.

                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "RuleSetName", "RuleName" ], "shapeName" : "DeleteReceiptRuleRequest", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "DeleteReceiptRuleRequest", "variableName" : "deleteReceiptRuleRequest", "variableType" : "DeleteReceiptRuleRequest", "documentation" : null, "simpleType" : "DeleteReceiptRuleRequest", "variableSetterType" : "DeleteReceiptRuleRequest" }, "wrapper" : false }, "DeleteReceiptRuleResult" : { "c2jName" : "DeleteReceiptRuleResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                                                                                  An empty element returned on a successful request.

                                                                                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : null, "membersAsMap" : { }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "DeleteReceiptRuleResult", "unmarshaller" : { "flattened" : false, "resultWrapper" : "DeleteReceiptRuleResult" }, "variable" : { "variableDeclarationType" : "DeleteReceiptRuleResult", "variableName" : "deleteReceiptRuleResult", "variableType" : "DeleteReceiptRuleResult", "documentation" : null, "simpleType" : "DeleteReceiptRuleResult", "variableSetterType" : "DeleteReceiptRuleResult" }, "wrapper" : false }, "DeleteReceiptRuleSetRequest" : { "c2jName" : "DeleteReceiptRuleSetRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                                                                                  Represents a request to delete a receipt rule set and all of the receipt rules it contains. You use receipt rule sets to receive email with Amazon SES. For more information, see the Amazon SES Developer Guide.

                                                                                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "DeleteReceiptRuleSet", "locationName" : null, "requestUri" : "/", "target" : null, "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "c2jName" : "RuleSetName", "c2jShape" : "ReceiptRuleSetName", "deprecated" : false, "documentation" : "

                                                                                  The name of the receipt rule set to delete.

                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                  The name of the receipt rule set to delete.

                                                                                  \n@param ruleSetName The name of the receipt rule set to delete.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withRuleSetName", "getterDocumentation" : "/**

                                                                                  The name of the receipt rule set to delete.

                                                                                  \n@return The name of the receipt rule set to delete.*/", "getterMethodName" : "getRuleSetName", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "RuleSetName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "RuleSetName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "RuleSetName", "setterDocumentation" : "/**

                                                                                  The name of the receipt rule set to delete.

                                                                                  \n@param ruleSetName The name of the receipt rule set to delete.*/", "setterMethodName" : "setRuleSetName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "ruleSetName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                  The name of the receipt rule set to delete.

                                                                                  \n@param ruleSetName The name of the receipt rule set to delete.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "ruleSetName", "variableType" : "String", "documentation" : "

                                                                                  The name of the receipt rule set to delete.

                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "RuleSetName" : { "c2jName" : "RuleSetName", "c2jShape" : "ReceiptRuleSetName", "deprecated" : false, "documentation" : "

                                                                                  The name of the receipt rule set to delete.

                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                  The name of the receipt rule set to delete.

                                                                                  \n@param ruleSetName The name of the receipt rule set to delete.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withRuleSetName", "getterDocumentation" : "/**

                                                                                  The name of the receipt rule set to delete.

                                                                                  \n@return The name of the receipt rule set to delete.*/", "getterMethodName" : "getRuleSetName", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "RuleSetName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "RuleSetName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "RuleSetName", "setterDocumentation" : "/**

                                                                                  The name of the receipt rule set to delete.

                                                                                  \n@param ruleSetName The name of the receipt rule set to delete.*/", "setterMethodName" : "setRuleSetName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "ruleSetName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                  The name of the receipt rule set to delete.

                                                                                  \n@param ruleSetName The name of the receipt rule set to delete.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "ruleSetName", "variableType" : "String", "documentation" : "

                                                                                  The name of the receipt rule set to delete.

                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "RuleSetName" ], "shapeName" : "DeleteReceiptRuleSetRequest", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "DeleteReceiptRuleSetRequest", "variableName" : "deleteReceiptRuleSetRequest", "variableType" : "DeleteReceiptRuleSetRequest", "documentation" : null, "simpleType" : "DeleteReceiptRuleSetRequest", "variableSetterType" : "DeleteReceiptRuleSetRequest" }, "wrapper" : false }, "DeleteReceiptRuleSetResult" : { "c2jName" : "DeleteReceiptRuleSetResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                                                                                  An empty element returned on a successful request.

                                                                                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : null, "membersAsMap" : { }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "DeleteReceiptRuleSetResult", "unmarshaller" : { "flattened" : false, "resultWrapper" : "DeleteReceiptRuleSetResult" }, "variable" : { "variableDeclarationType" : "DeleteReceiptRuleSetResult", "variableName" : "deleteReceiptRuleSetResult", "variableType" : "DeleteReceiptRuleSetResult", "documentation" : null, "simpleType" : "DeleteReceiptRuleSetResult", "variableSetterType" : "DeleteReceiptRuleSetResult" }, "wrapper" : false }, "DeleteVerifiedEmailAddressRequest" : { "c2jName" : "DeleteVerifiedEmailAddressRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                                                                                  Represents a request to delete an email address from the list of email addresses you have attempted to verify under your AWS account.

                                                                                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "DeleteVerifiedEmailAddress", "locationName" : null, "requestUri" : "/", "target" : null, "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "c2jName" : "EmailAddress", "c2jShape" : "Address", "deprecated" : false, "documentation" : "

                                                                                  An email address to be removed from the list of verified addresses.

                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                  An email address to be removed from the list of verified addresses.

                                                                                  \n@param emailAddress An email address to be removed from the list of verified addresses.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withEmailAddress", "getterDocumentation" : "/**

                                                                                  An email address to be removed from the list of verified addresses.

                                                                                  \n@return An email address to be removed from the list of verified addresses.*/", "getterMethodName" : "getEmailAddress", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "EmailAddress", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "EmailAddress", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "EmailAddress", "setterDocumentation" : "/**

                                                                                  An email address to be removed from the list of verified addresses.

                                                                                  \n@param emailAddress An email address to be removed from the list of verified addresses.*/", "setterMethodName" : "setEmailAddress", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "emailAddress", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                  An email address to be removed from the list of verified addresses.

                                                                                  \n@param emailAddress An email address to be removed from the list of verified addresses.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "emailAddress", "variableType" : "String", "documentation" : "

                                                                                  An email address to be removed from the list of verified addresses.

                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "EmailAddress" : { "c2jName" : "EmailAddress", "c2jShape" : "Address", "deprecated" : false, "documentation" : "

                                                                                  An email address to be removed from the list of verified addresses.

                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                  An email address to be removed from the list of verified addresses.

                                                                                  \n@param emailAddress An email address to be removed from the list of verified addresses.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withEmailAddress", "getterDocumentation" : "/**

                                                                                  An email address to be removed from the list of verified addresses.

                                                                                  \n@return An email address to be removed from the list of verified addresses.*/", "getterMethodName" : "getEmailAddress", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "EmailAddress", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "EmailAddress", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "EmailAddress", "setterDocumentation" : "/**

                                                                                  An email address to be removed from the list of verified addresses.

                                                                                  \n@param emailAddress An email address to be removed from the list of verified addresses.*/", "setterMethodName" : "setEmailAddress", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "emailAddress", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                  An email address to be removed from the list of verified addresses.

                                                                                  \n@param emailAddress An email address to be removed from the list of verified addresses.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "emailAddress", "variableType" : "String", "documentation" : "

                                                                                  An email address to be removed from the list of verified addresses.

                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "EmailAddress" ], "shapeName" : "DeleteVerifiedEmailAddressRequest", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "DeleteVerifiedEmailAddressRequest", "variableName" : "deleteVerifiedEmailAddressRequest", "variableType" : "DeleteVerifiedEmailAddressRequest", "documentation" : null, "simpleType" : "DeleteVerifiedEmailAddressRequest", "variableSetterType" : "DeleteVerifiedEmailAddressRequest" }, "wrapper" : false }, "DeleteVerifiedEmailAddressResult" : { "c2jName" : "DeleteVerifiedEmailAddressResult", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : null, "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : null, "membersAsMap" : { }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "DeleteVerifiedEmailAddressResult", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "DeleteVerifiedEmailAddressResult", "variableName" : "deleteVerifiedEmailAddressResult", "variableType" : "DeleteVerifiedEmailAddressResult", "documentation" : null, "simpleType" : "DeleteVerifiedEmailAddressResult", "variableSetterType" : "DeleteVerifiedEmailAddressResult" }, "wrapper" : false }, "DescribeActiveReceiptRuleSetRequest" : { "c2jName" : "DescribeActiveReceiptRuleSetRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                                                                                  Represents a request to return the metadata and receipt rules for the receipt rule set that is currently active. You use receipt rule sets to receive email with Amazon SES. For more information, see the Amazon SES Developer Guide.

                                                                                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "DescribeActiveReceiptRuleSet", "locationName" : null, "requestUri" : "/", "target" : null, "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : null, "membersAsMap" : { }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "DescribeActiveReceiptRuleSetRequest", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "DescribeActiveReceiptRuleSetRequest", "variableName" : "describeActiveReceiptRuleSetRequest", "variableType" : "DescribeActiveReceiptRuleSetRequest", "documentation" : null, "simpleType" : "DescribeActiveReceiptRuleSetRequest", "variableSetterType" : "DescribeActiveReceiptRuleSetRequest" }, "wrapper" : false }, "DescribeActiveReceiptRuleSetResult" : { "c2jName" : "DescribeActiveReceiptRuleSetResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                                                                                  Represents the metadata and receipt rules for the receipt rule set that is currently active.

                                                                                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "Metadata", "c2jShape" : "ReceiptRuleSetMetadata", "deprecated" : false, "documentation" : "

                                                                                  The metadata for the currently active receipt rule set. The metadata consists of the rule set name and a timestamp of when the rule set was created.

                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                  The metadata for the currently active receipt rule set. The metadata consists of the rule set name and a timestamp of when the rule set was created.

                                                                                  \n@param metadata The metadata for the currently active receipt rule set. The metadata consists of the rule set name and a timestamp of when the rule set was created.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withMetadata", "getterDocumentation" : "/**

                                                                                  The metadata for the currently active receipt rule set. The metadata consists of the rule set name and a timestamp of when the rule set was created.

                                                                                  \n@return The metadata for the currently active receipt rule set. The metadata consists of the rule set name and a timestamp of when the rule set was created.*/", "getterMethodName" : "getMetadata", "getterModel" : { "returnType" : "ReceiptRuleSetMetadata", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Metadata", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Metadata", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Metadata", "setterDocumentation" : "/**

                                                                                  The metadata for the currently active receipt rule set. The metadata consists of the rule set name and a timestamp of when the rule set was created.

                                                                                  \n@param metadata The metadata for the currently active receipt rule set. The metadata consists of the rule set name and a timestamp of when the rule set was created.*/", "setterMethodName" : "setMetadata", "setterModel" : { "variableDeclarationType" : "ReceiptRuleSetMetadata", "variableName" : "metadata", "variableType" : "ReceiptRuleSetMetadata", "documentation" : "", "simpleType" : "ReceiptRuleSetMetadata", "variableSetterType" : "ReceiptRuleSetMetadata" }, "simple" : false, "varargSetterDocumentation" : "/**

                                                                                  The metadata for the currently active receipt rule set. The metadata consists of the rule set name and a timestamp of when the rule set was created.

                                                                                  \n@param metadata The metadata for the currently active receipt rule set. The metadata consists of the rule set name and a timestamp of when the rule set was created.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "ReceiptRuleSetMetadata", "variableName" : "metadata", "variableType" : "ReceiptRuleSetMetadata", "documentation" : "

                                                                                  The metadata for the currently active receipt rule set. The metadata consists of the rule set name and a timestamp of when the rule set was created.

                                                                                  ", "simpleType" : "ReceiptRuleSetMetadata", "variableSetterType" : "ReceiptRuleSetMetadata" }, "xmlNameSpaceUri" : null }, { "c2jName" : "Rules", "c2jShape" : "ReceiptRulesList", "deprecated" : false, "documentation" : "

                                                                                  The receipt rules that belong to the active rule set.

                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                  The receipt rules that belong to the active rule set.

                                                                                  \n@param rules The receipt rules that belong to the active rule set.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withRules", "getterDocumentation" : "/**

                                                                                  The receipt rules that belong to the active rule set.

                                                                                  \n@return The receipt rules that belong to the active rule set.*/", "getterMethodName" : "getRules", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Rules", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Rules", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : true, "listModel" : { "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "ReceiptRule", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withMember", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getMember", "getterModel" : { "returnType" : "ReceiptRule", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "ReceiptRule", "variableName" : "member", "variableType" : "ReceiptRule", "documentation" : "", "simpleType" : "ReceiptRule", "variableSetterType" : "ReceiptRule" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "ReceiptRule", "variableName" : "member", "variableType" : "ReceiptRule", "documentation" : "", "simpleType" : "ReceiptRule", "variableSetterType" : "ReceiptRule" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "ReceiptRule", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "simpleType" : "ReceiptRule", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "Rules", "setterDocumentation" : "/**

                                                                                  The receipt rules that belong to the active rule set.

                                                                                  \n@param rules The receipt rules that belong to the active rule set.*/", "setterMethodName" : "setRules", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "rules", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

                                                                                  The receipt rules that belong to the active rule set.

                                                                                  \n

                                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setRules(java.util.Collection)} or {@link #withRules(java.util.Collection)} if you want to override the existing values.

                                                                                  \n@param rules The receipt rules that belong to the active rule set.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "rules", "variableType" : "java.util.List", "documentation" : "

                                                                                  The receipt rules that belong to the active rule set.

                                                                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Metadata" : { "c2jName" : "Metadata", "c2jShape" : "ReceiptRuleSetMetadata", "deprecated" : false, "documentation" : "

                                                                                  The metadata for the currently active receipt rule set. The metadata consists of the rule set name and a timestamp of when the rule set was created.

                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                  The metadata for the currently active receipt rule set. The metadata consists of the rule set name and a timestamp of when the rule set was created.

                                                                                  \n@param metadata The metadata for the currently active receipt rule set. The metadata consists of the rule set name and a timestamp of when the rule set was created.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withMetadata", "getterDocumentation" : "/**

                                                                                  The metadata for the currently active receipt rule set. The metadata consists of the rule set name and a timestamp of when the rule set was created.

                                                                                  \n@return The metadata for the currently active receipt rule set. The metadata consists of the rule set name and a timestamp of when the rule set was created.*/", "getterMethodName" : "getMetadata", "getterModel" : { "returnType" : "ReceiptRuleSetMetadata", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Metadata", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Metadata", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Metadata", "setterDocumentation" : "/**

                                                                                  The metadata for the currently active receipt rule set. The metadata consists of the rule set name and a timestamp of when the rule set was created.

                                                                                  \n@param metadata The metadata for the currently active receipt rule set. The metadata consists of the rule set name and a timestamp of when the rule set was created.*/", "setterMethodName" : "setMetadata", "setterModel" : { "variableDeclarationType" : "ReceiptRuleSetMetadata", "variableName" : "metadata", "variableType" : "ReceiptRuleSetMetadata", "documentation" : "", "simpleType" : "ReceiptRuleSetMetadata", "variableSetterType" : "ReceiptRuleSetMetadata" }, "simple" : false, "varargSetterDocumentation" : "/**

                                                                                  The metadata for the currently active receipt rule set. The metadata consists of the rule set name and a timestamp of when the rule set was created.

                                                                                  \n@param metadata The metadata for the currently active receipt rule set. The metadata consists of the rule set name and a timestamp of when the rule set was created.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "ReceiptRuleSetMetadata", "variableName" : "metadata", "variableType" : "ReceiptRuleSetMetadata", "documentation" : "

                                                                                  The metadata for the currently active receipt rule set. The metadata consists of the rule set name and a timestamp of when the rule set was created.

                                                                                  ", "simpleType" : "ReceiptRuleSetMetadata", "variableSetterType" : "ReceiptRuleSetMetadata" }, "xmlNameSpaceUri" : null }, "Rules" : { "c2jName" : "Rules", "c2jShape" : "ReceiptRulesList", "deprecated" : false, "documentation" : "

                                                                                  The receipt rules that belong to the active rule set.

                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                  The receipt rules that belong to the active rule set.

                                                                                  \n@param rules The receipt rules that belong to the active rule set.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withRules", "getterDocumentation" : "/**

                                                                                  The receipt rules that belong to the active rule set.

                                                                                  \n@return The receipt rules that belong to the active rule set.*/", "getterMethodName" : "getRules", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Rules", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Rules", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : true, "listModel" : { "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "ReceiptRule", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withMember", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getMember", "getterModel" : { "returnType" : "ReceiptRule", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "ReceiptRule", "variableName" : "member", "variableType" : "ReceiptRule", "documentation" : "", "simpleType" : "ReceiptRule", "variableSetterType" : "ReceiptRule" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "ReceiptRule", "variableName" : "member", "variableType" : "ReceiptRule", "documentation" : "", "simpleType" : "ReceiptRule", "variableSetterType" : "ReceiptRule" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "ReceiptRule", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "simpleType" : "ReceiptRule", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "Rules", "setterDocumentation" : "/**

                                                                                  The receipt rules that belong to the active rule set.

                                                                                  \n@param rules The receipt rules that belong to the active rule set.*/", "setterMethodName" : "setRules", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "rules", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

                                                                                  The receipt rules that belong to the active rule set.

                                                                                  \n

                                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setRules(java.util.Collection)} or {@link #withRules(java.util.Collection)} if you want to override the existing values.

                                                                                  \n@param rules The receipt rules that belong to the active rule set.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "rules", "variableType" : "java.util.List", "documentation" : "

                                                                                  The receipt rules that belong to the active rule set.

                                                                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "DescribeActiveReceiptRuleSetResult", "unmarshaller" : { "flattened" : false, "resultWrapper" : "DescribeActiveReceiptRuleSetResult" }, "variable" : { "variableDeclarationType" : "DescribeActiveReceiptRuleSetResult", "variableName" : "describeActiveReceiptRuleSetResult", "variableType" : "DescribeActiveReceiptRuleSetResult", "documentation" : null, "simpleType" : "DescribeActiveReceiptRuleSetResult", "variableSetterType" : "DescribeActiveReceiptRuleSetResult" }, "wrapper" : false }, "DescribeConfigurationSetRequest" : { "c2jName" : "DescribeConfigurationSetRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                                                                                  Represents a request to return the details of a configuration set. Configuration sets enable you to publish email sending events. For information about using configuration sets, see the Amazon SES Developer Guide.

                                                                                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "DescribeConfigurationSet", "locationName" : null, "requestUri" : "/", "target" : null, "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "c2jName" : "ConfigurationSetName", "c2jShape" : "ConfigurationSetName", "deprecated" : false, "documentation" : "

                                                                                  The name of the configuration set to describe.

                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                  The name of the configuration set to describe.

                                                                                  \n@param configurationSetName The name of the configuration set to describe.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withConfigurationSetName", "getterDocumentation" : "/**

                                                                                  The name of the configuration set to describe.

                                                                                  \n@return The name of the configuration set to describe.*/", "getterMethodName" : "getConfigurationSetName", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ConfigurationSetName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ConfigurationSetName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "ConfigurationSetName", "setterDocumentation" : "/**

                                                                                  The name of the configuration set to describe.

                                                                                  \n@param configurationSetName The name of the configuration set to describe.*/", "setterMethodName" : "setConfigurationSetName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "configurationSetName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                  The name of the configuration set to describe.

                                                                                  \n@param configurationSetName The name of the configuration set to describe.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "configurationSetName", "variableType" : "String", "documentation" : "

                                                                                  The name of the configuration set to describe.

                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "ConfigurationSetAttributeNames", "c2jShape" : "ConfigurationSetAttributeList", "deprecated" : false, "documentation" : "

                                                                                  A list of configuration set attributes to return.

                                                                                  ", "enumType" : "ConfigurationSetAttribute", "fluentSetterDocumentation" : "/**

                                                                                  A list of configuration set attributes to return.

                                                                                  \n@param configurationSetAttributeNames A list of configuration set attributes to return.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ConfigurationSetAttribute*/", "fluentSetterMethodName" : "withConfigurationSetAttributeNames", "getterDocumentation" : "/**

                                                                                  A list of configuration set attributes to return.

                                                                                  \n@return A list of configuration set attributes to return.\n@see ConfigurationSetAttribute*/", "getterMethodName" : "getConfigurationSetAttributeNames", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ConfigurationSetAttributeNames", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ConfigurationSetAttributeNames", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : true, "listModel" : { "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "ConfigurationSetAttribute", "deprecated" : false, "documentation" : "", "enumType" : "ConfigurationSetAttribute", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.\n@see ConfigurationSetAttribute*/", "fluentSetterMethodName" : "withMember", "getterDocumentation" : "/**\n@return \n@see ConfigurationSetAttribute*/", "getterMethodName" : "getMember", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Member", "setterDocumentation" : "/**\n@param member \n@see ConfigurationSetAttribute*/", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.\n@see ConfigurationSetAttribute*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "simpleType" : "String", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "ConfigurationSetAttributeNames", "setterDocumentation" : "/**

                                                                                  A list of configuration set attributes to return.

                                                                                  \n@param configurationSetAttributeNames A list of configuration set attributes to return.\n@see ConfigurationSetAttribute*/", "setterMethodName" : "setConfigurationSetAttributeNames", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "configurationSetAttributeNames", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

                                                                                  A list of configuration set attributes to return.

                                                                                  \n

                                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setConfigurationSetAttributeNames(java.util.Collection)} or {@link #withConfigurationSetAttributeNames(java.util.Collection)} if you want to override the existing values.

                                                                                  \n@param configurationSetAttributeNames A list of configuration set attributes to return.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ConfigurationSetAttribute*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "configurationSetAttributeNames", "variableType" : "java.util.List", "documentation" : "

                                                                                  A list of configuration set attributes to return.

                                                                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ConfigurationSetAttributeNames" : { "c2jName" : "ConfigurationSetAttributeNames", "c2jShape" : "ConfigurationSetAttributeList", "deprecated" : false, "documentation" : "

                                                                                  A list of configuration set attributes to return.

                                                                                  ", "enumType" : "ConfigurationSetAttribute", "fluentSetterDocumentation" : "/**

                                                                                  A list of configuration set attributes to return.

                                                                                  \n@param configurationSetAttributeNames A list of configuration set attributes to return.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ConfigurationSetAttribute*/", "fluentSetterMethodName" : "withConfigurationSetAttributeNames", "getterDocumentation" : "/**

                                                                                  A list of configuration set attributes to return.

                                                                                  \n@return A list of configuration set attributes to return.\n@see ConfigurationSetAttribute*/", "getterMethodName" : "getConfigurationSetAttributeNames", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ConfigurationSetAttributeNames", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ConfigurationSetAttributeNames", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : true, "listModel" : { "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "ConfigurationSetAttribute", "deprecated" : false, "documentation" : "", "enumType" : "ConfigurationSetAttribute", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.\n@see ConfigurationSetAttribute*/", "fluentSetterMethodName" : "withMember", "getterDocumentation" : "/**\n@return \n@see ConfigurationSetAttribute*/", "getterMethodName" : "getMember", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Member", "setterDocumentation" : "/**\n@param member \n@see ConfigurationSetAttribute*/", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.\n@see ConfigurationSetAttribute*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "simpleType" : "String", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "ConfigurationSetAttributeNames", "setterDocumentation" : "/**

                                                                                  A list of configuration set attributes to return.

                                                                                  \n@param configurationSetAttributeNames A list of configuration set attributes to return.\n@see ConfigurationSetAttribute*/", "setterMethodName" : "setConfigurationSetAttributeNames", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "configurationSetAttributeNames", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

                                                                                  A list of configuration set attributes to return.

                                                                                  \n

                                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setConfigurationSetAttributeNames(java.util.Collection)} or {@link #withConfigurationSetAttributeNames(java.util.Collection)} if you want to override the existing values.

                                                                                  \n@param configurationSetAttributeNames A list of configuration set attributes to return.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ConfigurationSetAttribute*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "configurationSetAttributeNames", "variableType" : "java.util.List", "documentation" : "

                                                                                  A list of configuration set attributes to return.

                                                                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, "ConfigurationSetName" : { "c2jName" : "ConfigurationSetName", "c2jShape" : "ConfigurationSetName", "deprecated" : false, "documentation" : "

                                                                                  The name of the configuration set to describe.

                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                  The name of the configuration set to describe.

                                                                                  \n@param configurationSetName The name of the configuration set to describe.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withConfigurationSetName", "getterDocumentation" : "/**

                                                                                  The name of the configuration set to describe.

                                                                                  \n@return The name of the configuration set to describe.*/", "getterMethodName" : "getConfigurationSetName", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ConfigurationSetName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ConfigurationSetName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "ConfigurationSetName", "setterDocumentation" : "/**

                                                                                  The name of the configuration set to describe.

                                                                                  \n@param configurationSetName The name of the configuration set to describe.*/", "setterMethodName" : "setConfigurationSetName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "configurationSetName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                  The name of the configuration set to describe.

                                                                                  \n@param configurationSetName The name of the configuration set to describe.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "configurationSetName", "variableType" : "String", "documentation" : "

                                                                                  The name of the configuration set to describe.

                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "ConfigurationSetName" ], "shapeName" : "DescribeConfigurationSetRequest", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "DescribeConfigurationSetRequest", "variableName" : "describeConfigurationSetRequest", "variableType" : "DescribeConfigurationSetRequest", "documentation" : null, "simpleType" : "DescribeConfigurationSetRequest", "variableSetterType" : "DescribeConfigurationSetRequest" }, "wrapper" : false }, "DescribeConfigurationSetResult" : { "c2jName" : "DescribeConfigurationSetResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                                                                                  Represents the details of a configuration set. Configuration sets enable you to publish email sending events. For information about using configuration sets, see the Amazon SES Developer Guide.

                                                                                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "ConfigurationSet", "c2jShape" : "ConfigurationSet", "deprecated" : false, "documentation" : "

                                                                                  The configuration set object associated with the specified configuration set.

                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                  The configuration set object associated with the specified configuration set.

                                                                                  \n@param configurationSet The configuration set object associated with the specified configuration set.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withConfigurationSet", "getterDocumentation" : "/**

                                                                                  The configuration set object associated with the specified configuration set.

                                                                                  \n@return The configuration set object associated with the specified configuration set.*/", "getterMethodName" : "getConfigurationSet", "getterModel" : { "returnType" : "ConfigurationSet", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ConfigurationSet", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ConfigurationSet", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "ConfigurationSet", "setterDocumentation" : "/**

                                                                                  The configuration set object associated with the specified configuration set.

                                                                                  \n@param configurationSet The configuration set object associated with the specified configuration set.*/", "setterMethodName" : "setConfigurationSet", "setterModel" : { "variableDeclarationType" : "ConfigurationSet", "variableName" : "configurationSet", "variableType" : "ConfigurationSet", "documentation" : "", "simpleType" : "ConfigurationSet", "variableSetterType" : "ConfigurationSet" }, "simple" : false, "varargSetterDocumentation" : "/**

                                                                                  The configuration set object associated with the specified configuration set.

                                                                                  \n@param configurationSet The configuration set object associated with the specified configuration set.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "ConfigurationSet", "variableName" : "configurationSet", "variableType" : "ConfigurationSet", "documentation" : "

                                                                                  The configuration set object associated with the specified configuration set.

                                                                                  ", "simpleType" : "ConfigurationSet", "variableSetterType" : "ConfigurationSet" }, "xmlNameSpaceUri" : null }, { "c2jName" : "EventDestinations", "c2jShape" : "EventDestinations", "deprecated" : false, "documentation" : "

                                                                                  A list of event destinations associated with the configuration set.

                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                  A list of event destinations associated with the configuration set.

                                                                                  \n@param eventDestinations A list of event destinations associated with the configuration set.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withEventDestinations", "getterDocumentation" : "/**

                                                                                  A list of event destinations associated with the configuration set.

                                                                                  \n@return A list of event destinations associated with the configuration set.*/", "getterMethodName" : "getEventDestinations", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "EventDestinations", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "EventDestinations", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : true, "listModel" : { "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "EventDestination", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withMember", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getMember", "getterModel" : { "returnType" : "EventDestination", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "EventDestination", "variableName" : "member", "variableType" : "EventDestination", "documentation" : "", "simpleType" : "EventDestination", "variableSetterType" : "EventDestination" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "EventDestination", "variableName" : "member", "variableType" : "EventDestination", "documentation" : "", "simpleType" : "EventDestination", "variableSetterType" : "EventDestination" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "EventDestination", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "simpleType" : "EventDestination", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "EventDestinations", "setterDocumentation" : "/**

                                                                                  A list of event destinations associated with the configuration set.

                                                                                  \n@param eventDestinations A list of event destinations associated with the configuration set.*/", "setterMethodName" : "setEventDestinations", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "eventDestinations", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

                                                                                  A list of event destinations associated with the configuration set.

                                                                                  \n

                                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setEventDestinations(java.util.Collection)} or {@link #withEventDestinations(java.util.Collection)} if you want to override the existing values.

                                                                                  \n@param eventDestinations A list of event destinations associated with the configuration set.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "eventDestinations", "variableType" : "java.util.List", "documentation" : "

                                                                                  A list of event destinations associated with the configuration set.

                                                                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ConfigurationSet" : { "c2jName" : "ConfigurationSet", "c2jShape" : "ConfigurationSet", "deprecated" : false, "documentation" : "

                                                                                  The configuration set object associated with the specified configuration set.

                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                  The configuration set object associated with the specified configuration set.

                                                                                  \n@param configurationSet The configuration set object associated with the specified configuration set.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withConfigurationSet", "getterDocumentation" : "/**

                                                                                  The configuration set object associated with the specified configuration set.

                                                                                  \n@return The configuration set object associated with the specified configuration set.*/", "getterMethodName" : "getConfigurationSet", "getterModel" : { "returnType" : "ConfigurationSet", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ConfigurationSet", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ConfigurationSet", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "ConfigurationSet", "setterDocumentation" : "/**

                                                                                  The configuration set object associated with the specified configuration set.

                                                                                  \n@param configurationSet The configuration set object associated with the specified configuration set.*/", "setterMethodName" : "setConfigurationSet", "setterModel" : { "variableDeclarationType" : "ConfigurationSet", "variableName" : "configurationSet", "variableType" : "ConfigurationSet", "documentation" : "", "simpleType" : "ConfigurationSet", "variableSetterType" : "ConfigurationSet" }, "simple" : false, "varargSetterDocumentation" : "/**

                                                                                  The configuration set object associated with the specified configuration set.

                                                                                  \n@param configurationSet The configuration set object associated with the specified configuration set.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "ConfigurationSet", "variableName" : "configurationSet", "variableType" : "ConfigurationSet", "documentation" : "

                                                                                  The configuration set object associated with the specified configuration set.

                                                                                  ", "simpleType" : "ConfigurationSet", "variableSetterType" : "ConfigurationSet" }, "xmlNameSpaceUri" : null }, "EventDestinations" : { "c2jName" : "EventDestinations", "c2jShape" : "EventDestinations", "deprecated" : false, "documentation" : "

                                                                                  A list of event destinations associated with the configuration set.

                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                  A list of event destinations associated with the configuration set.

                                                                                  \n@param eventDestinations A list of event destinations associated with the configuration set.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withEventDestinations", "getterDocumentation" : "/**

                                                                                  A list of event destinations associated with the configuration set.

                                                                                  \n@return A list of event destinations associated with the configuration set.*/", "getterMethodName" : "getEventDestinations", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "EventDestinations", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "EventDestinations", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : true, "listModel" : { "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "EventDestination", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withMember", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getMember", "getterModel" : { "returnType" : "EventDestination", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "EventDestination", "variableName" : "member", "variableType" : "EventDestination", "documentation" : "", "simpleType" : "EventDestination", "variableSetterType" : "EventDestination" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "EventDestination", "variableName" : "member", "variableType" : "EventDestination", "documentation" : "", "simpleType" : "EventDestination", "variableSetterType" : "EventDestination" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "EventDestination", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "simpleType" : "EventDestination", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "EventDestinations", "setterDocumentation" : "/**

                                                                                  A list of event destinations associated with the configuration set.

                                                                                  \n@param eventDestinations A list of event destinations associated with the configuration set.*/", "setterMethodName" : "setEventDestinations", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "eventDestinations", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

                                                                                  A list of event destinations associated with the configuration set.

                                                                                  \n

                                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setEventDestinations(java.util.Collection)} or {@link #withEventDestinations(java.util.Collection)} if you want to override the existing values.

                                                                                  \n@param eventDestinations A list of event destinations associated with the configuration set.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "eventDestinations", "variableType" : "java.util.List", "documentation" : "

                                                                                  A list of event destinations associated with the configuration set.

                                                                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "DescribeConfigurationSetResult", "unmarshaller" : { "flattened" : false, "resultWrapper" : "DescribeConfigurationSetResult" }, "variable" : { "variableDeclarationType" : "DescribeConfigurationSetResult", "variableName" : "describeConfigurationSetResult", "variableType" : "DescribeConfigurationSetResult", "documentation" : null, "simpleType" : "DescribeConfigurationSetResult", "variableSetterType" : "DescribeConfigurationSetResult" }, "wrapper" : false }, "DescribeReceiptRuleRequest" : { "c2jName" : "DescribeReceiptRuleRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                                                                                  Represents a request to return the details of a receipt rule. You use receipt rules to receive email with Amazon SES. For more information, see the Amazon SES Developer Guide.

                                                                                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "DescribeReceiptRule", "locationName" : null, "requestUri" : "/", "target" : null, "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "c2jName" : "RuleSetName", "c2jShape" : "ReceiptRuleSetName", "deprecated" : false, "documentation" : "

                                                                                  The name of the receipt rule set to which the receipt rule belongs.

                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                  The name of the receipt rule set to which the receipt rule belongs.

                                                                                  \n@param ruleSetName The name of the receipt rule set to which the receipt rule belongs.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withRuleSetName", "getterDocumentation" : "/**

                                                                                  The name of the receipt rule set to which the receipt rule belongs.

                                                                                  \n@return The name of the receipt rule set to which the receipt rule belongs.*/", "getterMethodName" : "getRuleSetName", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "RuleSetName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "RuleSetName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "RuleSetName", "setterDocumentation" : "/**

                                                                                  The name of the receipt rule set to which the receipt rule belongs.

                                                                                  \n@param ruleSetName The name of the receipt rule set to which the receipt rule belongs.*/", "setterMethodName" : "setRuleSetName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "ruleSetName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                  The name of the receipt rule set to which the receipt rule belongs.

                                                                                  \n@param ruleSetName The name of the receipt rule set to which the receipt rule belongs.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "ruleSetName", "variableType" : "String", "documentation" : "

                                                                                  The name of the receipt rule set to which the receipt rule belongs.

                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "RuleName", "c2jShape" : "ReceiptRuleName", "deprecated" : false, "documentation" : "

                                                                                  The name of the receipt rule.

                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                  The name of the receipt rule.

                                                                                  \n@param ruleName The name of the receipt rule.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withRuleName", "getterDocumentation" : "/**

                                                                                  The name of the receipt rule.

                                                                                  \n@return The name of the receipt rule.*/", "getterMethodName" : "getRuleName", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "RuleName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "RuleName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "RuleName", "setterDocumentation" : "/**

                                                                                  The name of the receipt rule.

                                                                                  \n@param ruleName The name of the receipt rule.*/", "setterMethodName" : "setRuleName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "ruleName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                  The name of the receipt rule.

                                                                                  \n@param ruleName The name of the receipt rule.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "ruleName", "variableType" : "String", "documentation" : "

                                                                                  The name of the receipt rule.

                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "RuleName" : { "c2jName" : "RuleName", "c2jShape" : "ReceiptRuleName", "deprecated" : false, "documentation" : "

                                                                                  The name of the receipt rule.

                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                  The name of the receipt rule.

                                                                                  \n@param ruleName The name of the receipt rule.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withRuleName", "getterDocumentation" : "/**

                                                                                  The name of the receipt rule.

                                                                                  \n@return The name of the receipt rule.*/", "getterMethodName" : "getRuleName", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "RuleName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "RuleName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "RuleName", "setterDocumentation" : "/**

                                                                                  The name of the receipt rule.

                                                                                  \n@param ruleName The name of the receipt rule.*/", "setterMethodName" : "setRuleName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "ruleName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                  The name of the receipt rule.

                                                                                  \n@param ruleName The name of the receipt rule.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "ruleName", "variableType" : "String", "documentation" : "

                                                                                  The name of the receipt rule.

                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "RuleSetName" : { "c2jName" : "RuleSetName", "c2jShape" : "ReceiptRuleSetName", "deprecated" : false, "documentation" : "

                                                                                  The name of the receipt rule set to which the receipt rule belongs.

                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                  The name of the receipt rule set to which the receipt rule belongs.

                                                                                  \n@param ruleSetName The name of the receipt rule set to which the receipt rule belongs.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withRuleSetName", "getterDocumentation" : "/**

                                                                                  The name of the receipt rule set to which the receipt rule belongs.

                                                                                  \n@return The name of the receipt rule set to which the receipt rule belongs.*/", "getterMethodName" : "getRuleSetName", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "RuleSetName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "RuleSetName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "RuleSetName", "setterDocumentation" : "/**

                                                                                  The name of the receipt rule set to which the receipt rule belongs.

                                                                                  \n@param ruleSetName The name of the receipt rule set to which the receipt rule belongs.*/", "setterMethodName" : "setRuleSetName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "ruleSetName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                  The name of the receipt rule set to which the receipt rule belongs.

                                                                                  \n@param ruleSetName The name of the receipt rule set to which the receipt rule belongs.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "ruleSetName", "variableType" : "String", "documentation" : "

                                                                                  The name of the receipt rule set to which the receipt rule belongs.

                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "RuleSetName", "RuleName" ], "shapeName" : "DescribeReceiptRuleRequest", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "DescribeReceiptRuleRequest", "variableName" : "describeReceiptRuleRequest", "variableType" : "DescribeReceiptRuleRequest", "documentation" : null, "simpleType" : "DescribeReceiptRuleRequest", "variableSetterType" : "DescribeReceiptRuleRequest" }, "wrapper" : false }, "DescribeReceiptRuleResult" : { "c2jName" : "DescribeReceiptRuleResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                                                                                  Represents the details of a receipt rule.

                                                                                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "Rule", "c2jShape" : "ReceiptRule", "deprecated" : false, "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.

                                                                                  ", "enumType" : null, "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.*/", "fluentSetterMethodName" : "withRule", "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.*/", "getterMethodName" : "getRule", "getterModel" : { "returnType" : "ReceiptRule", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Rule", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Rule", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Rule", "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.*/", "setterMethodName" : "setRule", "setterModel" : { "variableDeclarationType" : "ReceiptRule", "variableName" : "rule", "variableType" : "ReceiptRule", "documentation" : "", "simpleType" : "ReceiptRule", "variableSetterType" : "ReceiptRule" }, "simple" : false, "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.*/", "variable" : { "variableDeclarationType" : "ReceiptRule", "variableName" : "rule", "variableType" : "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.

                                                                                  ", "simpleType" : "ReceiptRule", "variableSetterType" : "ReceiptRule" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Rule" : { "c2jName" : "Rule", "c2jShape" : "ReceiptRule", "deprecated" : false, "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.

                                                                                  ", "enumType" : null, "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.*/", "fluentSetterMethodName" : "withRule", "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.*/", "getterMethodName" : "getRule", "getterModel" : { "returnType" : "ReceiptRule", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Rule", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Rule", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Rule", "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.*/", "setterMethodName" : "setRule", "setterModel" : { "variableDeclarationType" : "ReceiptRule", "variableName" : "rule", "variableType" : "ReceiptRule", "documentation" : "", "simpleType" : "ReceiptRule", "variableSetterType" : "ReceiptRule" }, "simple" : false, "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.*/", "variable" : { "variableDeclarationType" : "ReceiptRule", "variableName" : "rule", "variableType" : "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.

                                                                                  ", "simpleType" : "ReceiptRule", "variableSetterType" : "ReceiptRule" }, "xmlNameSpaceUri" : null } }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "DescribeReceiptRuleResult", "unmarshaller" : { "flattened" : false, "resultWrapper" : "DescribeReceiptRuleResult" }, "variable" : { "variableDeclarationType" : "DescribeReceiptRuleResult", "variableName" : "describeReceiptRuleResult", "variableType" : "DescribeReceiptRuleResult", "documentation" : null, "simpleType" : "DescribeReceiptRuleResult", "variableSetterType" : "DescribeReceiptRuleResult" }, "wrapper" : false }, "DescribeReceiptRuleSetRequest" : { "c2jName" : "DescribeReceiptRuleSetRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                                                                                  Represents a request to return the details of a receipt rule set. You use receipt rule sets to receive email with Amazon SES. For more information, see the Amazon SES Developer Guide.

                                                                                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "DescribeReceiptRuleSet", "locationName" : null, "requestUri" : "/", "target" : null, "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "c2jName" : "RuleSetName", "c2jShape" : "ReceiptRuleSetName", "deprecated" : false, "documentation" : "

                                                                                  The name of the receipt rule set to describe.

                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                  The name of the receipt rule set to describe.

                                                                                  \n@param ruleSetName The name of the receipt rule set to describe.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withRuleSetName", "getterDocumentation" : "/**

                                                                                  The name of the receipt rule set to describe.

                                                                                  \n@return The name of the receipt rule set to describe.*/", "getterMethodName" : "getRuleSetName", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "RuleSetName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "RuleSetName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "RuleSetName", "setterDocumentation" : "/**

                                                                                  The name of the receipt rule set to describe.

                                                                                  \n@param ruleSetName The name of the receipt rule set to describe.*/", "setterMethodName" : "setRuleSetName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "ruleSetName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                  The name of the receipt rule set to describe.

                                                                                  \n@param ruleSetName The name of the receipt rule set to describe.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "ruleSetName", "variableType" : "String", "documentation" : "

                                                                                  The name of the receipt rule set to describe.

                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "RuleSetName" : { "c2jName" : "RuleSetName", "c2jShape" : "ReceiptRuleSetName", "deprecated" : false, "documentation" : "

                                                                                  The name of the receipt rule set to describe.

                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                  The name of the receipt rule set to describe.

                                                                                  \n@param ruleSetName The name of the receipt rule set to describe.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withRuleSetName", "getterDocumentation" : "/**

                                                                                  The name of the receipt rule set to describe.

                                                                                  \n@return The name of the receipt rule set to describe.*/", "getterMethodName" : "getRuleSetName", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "RuleSetName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "RuleSetName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "RuleSetName", "setterDocumentation" : "/**

                                                                                  The name of the receipt rule set to describe.

                                                                                  \n@param ruleSetName The name of the receipt rule set to describe.*/", "setterMethodName" : "setRuleSetName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "ruleSetName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                  The name of the receipt rule set to describe.

                                                                                  \n@param ruleSetName The name of the receipt rule set to describe.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "ruleSetName", "variableType" : "String", "documentation" : "

                                                                                  The name of the receipt rule set to describe.

                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "RuleSetName" ], "shapeName" : "DescribeReceiptRuleSetRequest", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "DescribeReceiptRuleSetRequest", "variableName" : "describeReceiptRuleSetRequest", "variableType" : "DescribeReceiptRuleSetRequest", "documentation" : null, "simpleType" : "DescribeReceiptRuleSetRequest", "variableSetterType" : "DescribeReceiptRuleSetRequest" }, "wrapper" : false }, "DescribeReceiptRuleSetResult" : { "c2jName" : "DescribeReceiptRuleSetResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                                                                                  Represents the details of the specified receipt rule set.

                                                                                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "Metadata", "c2jShape" : "ReceiptRuleSetMetadata", "deprecated" : false, "documentation" : "

                                                                                  The metadata for the receipt rule set, which consists of the rule set name and the timestamp of when the rule set was created.

                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                  The metadata for the receipt rule set, which consists of the rule set name and the timestamp of when the rule set was created.

                                                                                  \n@param metadata The metadata for the receipt rule set, which consists of the rule set name and the timestamp of when the rule set was created.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withMetadata", "getterDocumentation" : "/**

                                                                                  The metadata for the receipt rule set, which consists of the rule set name and the timestamp of when the rule set was created.

                                                                                  \n@return The metadata for the receipt rule set, which consists of the rule set name and the timestamp of when the rule set was created.*/", "getterMethodName" : "getMetadata", "getterModel" : { "returnType" : "ReceiptRuleSetMetadata", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Metadata", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Metadata", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Metadata", "setterDocumentation" : "/**

                                                                                  The metadata for the receipt rule set, which consists of the rule set name and the timestamp of when the rule set was created.

                                                                                  \n@param metadata The metadata for the receipt rule set, which consists of the rule set name and the timestamp of when the rule set was created.*/", "setterMethodName" : "setMetadata", "setterModel" : { "variableDeclarationType" : "ReceiptRuleSetMetadata", "variableName" : "metadata", "variableType" : "ReceiptRuleSetMetadata", "documentation" : "", "simpleType" : "ReceiptRuleSetMetadata", "variableSetterType" : "ReceiptRuleSetMetadata" }, "simple" : false, "varargSetterDocumentation" : "/**

                                                                                  The metadata for the receipt rule set, which consists of the rule set name and the timestamp of when the rule set was created.

                                                                                  \n@param metadata The metadata for the receipt rule set, which consists of the rule set name and the timestamp of when the rule set was created.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "ReceiptRuleSetMetadata", "variableName" : "metadata", "variableType" : "ReceiptRuleSetMetadata", "documentation" : "

                                                                                  The metadata for the receipt rule set, which consists of the rule set name and the timestamp of when the rule set was created.

                                                                                  ", "simpleType" : "ReceiptRuleSetMetadata", "variableSetterType" : "ReceiptRuleSetMetadata" }, "xmlNameSpaceUri" : null }, { "c2jName" : "Rules", "c2jShape" : "ReceiptRulesList", "deprecated" : false, "documentation" : "

                                                                                  A list of the receipt rules that belong to the specified receipt rule set.

                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                  A list of the receipt rules that belong to the specified receipt rule set.

                                                                                  \n@param rules A list of the receipt rules that belong to the specified receipt rule set.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withRules", "getterDocumentation" : "/**

                                                                                  A list of the receipt rules that belong to the specified receipt rule set.

                                                                                  \n@return A list of the receipt rules that belong to the specified receipt rule set.*/", "getterMethodName" : "getRules", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Rules", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Rules", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : true, "listModel" : { "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "ReceiptRule", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withMember", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getMember", "getterModel" : { "returnType" : "ReceiptRule", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "ReceiptRule", "variableName" : "member", "variableType" : "ReceiptRule", "documentation" : "", "simpleType" : "ReceiptRule", "variableSetterType" : "ReceiptRule" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "ReceiptRule", "variableName" : "member", "variableType" : "ReceiptRule", "documentation" : "", "simpleType" : "ReceiptRule", "variableSetterType" : "ReceiptRule" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "ReceiptRule", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "simpleType" : "ReceiptRule", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "Rules", "setterDocumentation" : "/**

                                                                                  A list of the receipt rules that belong to the specified receipt rule set.

                                                                                  \n@param rules A list of the receipt rules that belong to the specified receipt rule set.*/", "setterMethodName" : "setRules", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "rules", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

                                                                                  A list of the receipt rules that belong to the specified receipt rule set.

                                                                                  \n

                                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setRules(java.util.Collection)} or {@link #withRules(java.util.Collection)} if you want to override the existing values.

                                                                                  \n@param rules A list of the receipt rules that belong to the specified receipt rule set.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "rules", "variableType" : "java.util.List", "documentation" : "

                                                                                  A list of the receipt rules that belong to the specified receipt rule set.

                                                                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Metadata" : { "c2jName" : "Metadata", "c2jShape" : "ReceiptRuleSetMetadata", "deprecated" : false, "documentation" : "

                                                                                  The metadata for the receipt rule set, which consists of the rule set name and the timestamp of when the rule set was created.

                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                  The metadata for the receipt rule set, which consists of the rule set name and the timestamp of when the rule set was created.

                                                                                  \n@param metadata The metadata for the receipt rule set, which consists of the rule set name and the timestamp of when the rule set was created.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withMetadata", "getterDocumentation" : "/**

                                                                                  The metadata for the receipt rule set, which consists of the rule set name and the timestamp of when the rule set was created.

                                                                                  \n@return The metadata for the receipt rule set, which consists of the rule set name and the timestamp of when the rule set was created.*/", "getterMethodName" : "getMetadata", "getterModel" : { "returnType" : "ReceiptRuleSetMetadata", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Metadata", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Metadata", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Metadata", "setterDocumentation" : "/**

                                                                                  The metadata for the receipt rule set, which consists of the rule set name and the timestamp of when the rule set was created.

                                                                                  \n@param metadata The metadata for the receipt rule set, which consists of the rule set name and the timestamp of when the rule set was created.*/", "setterMethodName" : "setMetadata", "setterModel" : { "variableDeclarationType" : "ReceiptRuleSetMetadata", "variableName" : "metadata", "variableType" : "ReceiptRuleSetMetadata", "documentation" : "", "simpleType" : "ReceiptRuleSetMetadata", "variableSetterType" : "ReceiptRuleSetMetadata" }, "simple" : false, "varargSetterDocumentation" : "/**

                                                                                  The metadata for the receipt rule set, which consists of the rule set name and the timestamp of when the rule set was created.

                                                                                  \n@param metadata The metadata for the receipt rule set, which consists of the rule set name and the timestamp of when the rule set was created.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "ReceiptRuleSetMetadata", "variableName" : "metadata", "variableType" : "ReceiptRuleSetMetadata", "documentation" : "

                                                                                  The metadata for the receipt rule set, which consists of the rule set name and the timestamp of when the rule set was created.

                                                                                  ", "simpleType" : "ReceiptRuleSetMetadata", "variableSetterType" : "ReceiptRuleSetMetadata" }, "xmlNameSpaceUri" : null }, "Rules" : { "c2jName" : "Rules", "c2jShape" : "ReceiptRulesList", "deprecated" : false, "documentation" : "

                                                                                  A list of the receipt rules that belong to the specified receipt rule set.

                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                  A list of the receipt rules that belong to the specified receipt rule set.

                                                                                  \n@param rules A list of the receipt rules that belong to the specified receipt rule set.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withRules", "getterDocumentation" : "/**

                                                                                  A list of the receipt rules that belong to the specified receipt rule set.

                                                                                  \n@return A list of the receipt rules that belong to the specified receipt rule set.*/", "getterMethodName" : "getRules", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Rules", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Rules", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : true, "listModel" : { "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "ReceiptRule", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withMember", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getMember", "getterModel" : { "returnType" : "ReceiptRule", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "ReceiptRule", "variableName" : "member", "variableType" : "ReceiptRule", "documentation" : "", "simpleType" : "ReceiptRule", "variableSetterType" : "ReceiptRule" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "ReceiptRule", "variableName" : "member", "variableType" : "ReceiptRule", "documentation" : "", "simpleType" : "ReceiptRule", "variableSetterType" : "ReceiptRule" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "ReceiptRule", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "simpleType" : "ReceiptRule", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "Rules", "setterDocumentation" : "/**

                                                                                  A list of the receipt rules that belong to the specified receipt rule set.

                                                                                  \n@param rules A list of the receipt rules that belong to the specified receipt rule set.*/", "setterMethodName" : "setRules", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "rules", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

                                                                                  A list of the receipt rules that belong to the specified receipt rule set.

                                                                                  \n

                                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setRules(java.util.Collection)} or {@link #withRules(java.util.Collection)} if you want to override the existing values.

                                                                                  \n@param rules A list of the receipt rules that belong to the specified receipt rule set.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "rules", "variableType" : "java.util.List", "documentation" : "

                                                                                  A list of the receipt rules that belong to the specified receipt rule set.

                                                                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "DescribeReceiptRuleSetResult", "unmarshaller" : { "flattened" : false, "resultWrapper" : "DescribeReceiptRuleSetResult" }, "variable" : { "variableDeclarationType" : "DescribeReceiptRuleSetResult", "variableName" : "describeReceiptRuleSetResult", "variableType" : "DescribeReceiptRuleSetResult", "documentation" : null, "simpleType" : "DescribeReceiptRuleSetResult", "variableSetterType" : "DescribeReceiptRuleSetResult" }, "wrapper" : false }, "Destination" : { "c2jName" : "Destination", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                                                                                  Represents the destination of the message, consisting of To:, CC:, and BCC: fields.

                                                                                  By default, the string must be 7-bit ASCII. If the text must contain any other characters, then you must use MIME encoded-word syntax (RFC 2047) instead of a literal string. MIME encoded-word syntax uses the following form: =?charset?encoding?encoded-text?=. For more information, see RFC 2047.

                                                                                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "ToAddresses", "c2jShape" : "AddressList", "deprecated" : false, "documentation" : "

                                                                                  The To: field(s) of the message.

                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                  The To: field(s) of the message.

                                                                                  \n@param toAddresses The To: field(s) of the message.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withToAddresses", "getterDocumentation" : "/**

                                                                                  The To: field(s) of the message.

                                                                                  \n@return The To: field(s) of the message.*/", "getterMethodName" : "getToAddresses", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ToAddresses", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ToAddresses", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : true, "listModel" : { "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "Address", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withMember", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getMember", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "simpleType" : "String", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "ToAddresses", "setterDocumentation" : "/**

                                                                                  The To: field(s) of the message.

                                                                                  \n@param toAddresses The To: field(s) of the message.*/", "setterMethodName" : "setToAddresses", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "toAddresses", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

                                                                                  The To: field(s) of the message.

                                                                                  \n

                                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setToAddresses(java.util.Collection)} or {@link #withToAddresses(java.util.Collection)} if you want to override the existing values.

                                                                                  \n@param toAddresses The To: field(s) of the message.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "toAddresses", "variableType" : "java.util.List", "documentation" : "

                                                                                  The To: field(s) of the message.

                                                                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "c2jName" : "CcAddresses", "c2jShape" : "AddressList", "deprecated" : false, "documentation" : "

                                                                                  The CC: field(s) of the message.

                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                  The CC: field(s) of the message.

                                                                                  \n@param ccAddresses The CC: field(s) of the message.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withCcAddresses", "getterDocumentation" : "/**

                                                                                  The CC: field(s) of the message.

                                                                                  \n@return The CC: field(s) of the message.*/", "getterMethodName" : "getCcAddresses", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CcAddresses", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "CcAddresses", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : true, "listModel" : { "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "Address", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withMember", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getMember", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "simpleType" : "String", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "CcAddresses", "setterDocumentation" : "/**

                                                                                  The CC: field(s) of the message.

                                                                                  \n@param ccAddresses The CC: field(s) of the message.*/", "setterMethodName" : "setCcAddresses", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "ccAddresses", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

                                                                                  The CC: field(s) of the message.

                                                                                  \n

                                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setCcAddresses(java.util.Collection)} or {@link #withCcAddresses(java.util.Collection)} if you want to override the existing values.

                                                                                  \n@param ccAddresses The CC: field(s) of the message.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "ccAddresses", "variableType" : "java.util.List", "documentation" : "

                                                                                  The CC: field(s) of the message.

                                                                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "c2jName" : "BccAddresses", "c2jShape" : "AddressList", "deprecated" : false, "documentation" : "

                                                                                  The BCC: field(s) of the message.

                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                  The BCC: field(s) of the message.

                                                                                  \n@param bccAddresses The BCC: field(s) of the message.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withBccAddresses", "getterDocumentation" : "/**

                                                                                  The BCC: field(s) of the message.

                                                                                  \n@return The BCC: field(s) of the message.*/", "getterMethodName" : "getBccAddresses", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "BccAddresses", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "BccAddresses", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : true, "listModel" : { "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "Address", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withMember", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getMember", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "simpleType" : "String", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "BccAddresses", "setterDocumentation" : "/**

                                                                                  The BCC: field(s) of the message.

                                                                                  \n@param bccAddresses The BCC: field(s) of the message.*/", "setterMethodName" : "setBccAddresses", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "bccAddresses", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

                                                                                  The BCC: field(s) of the message.

                                                                                  \n

                                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setBccAddresses(java.util.Collection)} or {@link #withBccAddresses(java.util.Collection)} if you want to override the existing values.

                                                                                  \n@param bccAddresses The BCC: field(s) of the message.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "bccAddresses", "variableType" : "java.util.List", "documentation" : "

                                                                                  The BCC: field(s) of the message.

                                                                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "BccAddresses" : { "c2jName" : "BccAddresses", "c2jShape" : "AddressList", "deprecated" : false, "documentation" : "

                                                                                  The BCC: field(s) of the message.

                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                  The BCC: field(s) of the message.

                                                                                  \n@param bccAddresses The BCC: field(s) of the message.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withBccAddresses", "getterDocumentation" : "/**

                                                                                  The BCC: field(s) of the message.

                                                                                  \n@return The BCC: field(s) of the message.*/", "getterMethodName" : "getBccAddresses", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "BccAddresses", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "BccAddresses", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : true, "listModel" : { "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "Address", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withMember", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getMember", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "simpleType" : "String", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "BccAddresses", "setterDocumentation" : "/**

                                                                                  The BCC: field(s) of the message.

                                                                                  \n@param bccAddresses The BCC: field(s) of the message.*/", "setterMethodName" : "setBccAddresses", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "bccAddresses", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

                                                                                  The BCC: field(s) of the message.

                                                                                  \n

                                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setBccAddresses(java.util.Collection)} or {@link #withBccAddresses(java.util.Collection)} if you want to override the existing values.

                                                                                  \n@param bccAddresses The BCC: field(s) of the message.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "bccAddresses", "variableType" : "java.util.List", "documentation" : "

                                                                                  The BCC: field(s) of the message.

                                                                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, "CcAddresses" : { "c2jName" : "CcAddresses", "c2jShape" : "AddressList", "deprecated" : false, "documentation" : "

                                                                                  The CC: field(s) of the message.

                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                  The CC: field(s) of the message.

                                                                                  \n@param ccAddresses The CC: field(s) of the message.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withCcAddresses", "getterDocumentation" : "/**

                                                                                  The CC: field(s) of the message.

                                                                                  \n@return The CC: field(s) of the message.*/", "getterMethodName" : "getCcAddresses", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CcAddresses", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "CcAddresses", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : true, "listModel" : { "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "Address", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withMember", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getMember", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "simpleType" : "String", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "CcAddresses", "setterDocumentation" : "/**

                                                                                  The CC: field(s) of the message.

                                                                                  \n@param ccAddresses The CC: field(s) of the message.*/", "setterMethodName" : "setCcAddresses", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "ccAddresses", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

                                                                                  The CC: field(s) of the message.

                                                                                  \n

                                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setCcAddresses(java.util.Collection)} or {@link #withCcAddresses(java.util.Collection)} if you want to override the existing values.

                                                                                  \n@param ccAddresses The CC: field(s) of the message.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "ccAddresses", "variableType" : "java.util.List", "documentation" : "

                                                                                  The CC: field(s) of the message.

                                                                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, "ToAddresses" : { "c2jName" : "ToAddresses", "c2jShape" : "AddressList", "deprecated" : false, "documentation" : "

                                                                                  The To: field(s) of the message.

                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                  The To: field(s) of the message.

                                                                                  \n@param toAddresses The To: field(s) of the message.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withToAddresses", "getterDocumentation" : "/**

                                                                                  The To: field(s) of the message.

                                                                                  \n@return The To: field(s) of the message.*/", "getterMethodName" : "getToAddresses", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ToAddresses", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ToAddresses", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : true, "listModel" : { "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "Address", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withMember", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getMember", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "simpleType" : "String", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "ToAddresses", "setterDocumentation" : "/**

                                                                                  The To: field(s) of the message.

                                                                                  \n@param toAddresses The To: field(s) of the message.*/", "setterMethodName" : "setToAddresses", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "toAddresses", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

                                                                                  The To: field(s) of the message.

                                                                                  \n

                                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setToAddresses(java.util.Collection)} or {@link #withToAddresses(java.util.Collection)} if you want to override the existing values.

                                                                                  \n@param toAddresses The To: field(s) of the message.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "toAddresses", "variableType" : "java.util.List", "documentation" : "

                                                                                  The To: field(s) of the message.

                                                                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "Destination", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "Destination", "variableName" : "destination", "variableType" : "Destination", "documentation" : null, "simpleType" : "Destination", "variableSetterType" : "Destination" }, "wrapper" : false }, "DimensionValueSource" : { "c2jName" : "DimensionValueSource", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "", "enums" : [ { "name" : "MessageTag", "value" : "messageTag" }, { "name" : "EmailHeader", "value" : "emailHeader" } ], "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : null, "membersAsMap" : { }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "DimensionValueSource", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "DimensionValueSource", "variableName" : "dimensionValueSource", "variableType" : "DimensionValueSource", "documentation" : null, "simpleType" : "DimensionValueSource", "variableSetterType" : "DimensionValueSource" }, "wrapper" : false }, "DsnAction" : { "c2jName" : "DsnAction", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "", "enums" : [ { "name" : "Failed", "value" : "failed" }, { "name" : "Delayed", "value" : "delayed" }, { "name" : "Delivered", "value" : "delivered" }, { "name" : "Relayed", "value" : "relayed" }, { "name" : "Expanded", "value" : "expanded" } ], "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : null, "membersAsMap" : { }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "DsnAction", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "DsnAction", "variableName" : "dsnAction", "variableType" : "DsnAction", "documentation" : null, "simpleType" : "DsnAction", "variableSetterType" : "DsnAction" }, "wrapper" : false }, "EventDestination" : { "c2jName" : "EventDestination", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                                                                                  Contains information about the event destination to which the specified email sending events are published.

                                                                                  When you create or update an event destination, you must provide one, and only one, destination. The destination can be either Amazon CloudWatch or Amazon Kinesis Firehose.

                                                                                  Event destinations are associated with configuration sets, which enable you to publish email sending events to Amazon CloudWatch or Amazon Kinesis Firehose. For information about using configuration sets, see the Amazon SES Developer Guide.

                                                                                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "Name", "c2jShape" : "EventDestinationName", "deprecated" : false, "documentation" : "

                                                                                  The name of the event destination. The name must:

                                                                                  • Contain only ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).

                                                                                  • Contain less than 64 characters.

                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                  The name of the event destination. The name must:

                                                                                  • Contain only ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).

                                                                                  • Contain less than 64 characters.

                                                                                  \n@param name The name of the event destination. The name must:

                                                                                  • Contain only ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).

                                                                                  • Contain less than 64 characters.

                                                                                  • \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withName", "getterDocumentation" : "/**

                                                                                    The name of the event destination. The name must:

                                                                                    • Contain only ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).

                                                                                    • Contain less than 64 characters.

                                                                                    \n@return The name of the event destination. The name must:

                                                                                    • Contain only ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).

                                                                                    • Contain less than 64 characters.

                                                                                    • */", "getterMethodName" : "getName", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Name", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Name", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Name", "setterDocumentation" : "/**

                                                                                      The name of the event destination. The name must:

                                                                                      • Contain only ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).

                                                                                      • Contain less than 64 characters.

                                                                                      \n@param name The name of the event destination. The name must:

                                                                                      • Contain only ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).

                                                                                      • Contain less than 64 characters.

                                                                                      • */", "setterMethodName" : "setName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                        The name of the event destination. The name must:

                                                                                        • Contain only ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).

                                                                                        • Contain less than 64 characters.

                                                                                        \n@param name The name of the event destination. The name must:

                                                                                        • Contain only ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).

                                                                                        • Contain less than 64 characters.

                                                                                        • \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : "

                                                                                          The name of the event destination. The name must:

                                                                                          • Contain only ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).

                                                                                          • Contain less than 64 characters.

                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "Enabled", "c2jShape" : "Enabled", "deprecated" : false, "documentation" : "

                                                                                          Sets whether Amazon SES publishes events to this destination when you send an email with the associated configuration set. Set to true to enable publishing to this destination; set to false to prevent publishing to this destination. The default value is false.

                                                                                          ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                          Sets whether Amazon SES publishes events to this destination when you send an email with the associated configuration set. Set to true to enable publishing to this destination; set to false to prevent publishing to this destination. The default value is false.

                                                                                          \n@param enabled Sets whether Amazon SES publishes events to this destination when you send an email with the associated configuration set. Set to true to enable publishing to this destination; set to false to prevent publishing to this destination. The default value is false.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withEnabled", "getterDocumentation" : "/**

                                                                                          Sets whether Amazon SES publishes events to this destination when you send an email with the associated configuration set. Set to true to enable publishing to this destination; set to false to prevent publishing to this destination. The default value is false.

                                                                                          \n@return Sets whether Amazon SES publishes events to this destination when you send an email with the associated configuration set. Set to true to enable publishing to this destination; set to false to prevent publishing to this destination. The default value is false.*/", "getterMethodName" : "getEnabled", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Enabled", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Enabled", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Boolean", "marshallingType" : "BOOLEAN", "name" : "Enabled", "setterDocumentation" : "/**

                                                                                          Sets whether Amazon SES publishes events to this destination when you send an email with the associated configuration set. Set to true to enable publishing to this destination; set to false to prevent publishing to this destination. The default value is false.

                                                                                          \n@param enabled Sets whether Amazon SES publishes events to this destination when you send an email with the associated configuration set. Set to true to enable publishing to this destination; set to false to prevent publishing to this destination. The default value is false.*/", "setterMethodName" : "setEnabled", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "enabled", "variableType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                          Sets whether Amazon SES publishes events to this destination when you send an email with the associated configuration set. Set to true to enable publishing to this destination; set to false to prevent publishing to this destination. The default value is false.

                                                                                          \n@param enabled Sets whether Amazon SES publishes events to this destination when you send an email with the associated configuration set. Set to true to enable publishing to this destination; set to false to prevent publishing to this destination. The default value is false.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "enabled", "variableType" : "Boolean", "documentation" : "

                                                                                          Sets whether Amazon SES publishes events to this destination when you send an email with the associated configuration set. Set to true to enable publishing to this destination; set to false to prevent publishing to this destination. The default value is false.

                                                                                          ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlNameSpaceUri" : null }, { "c2jName" : "MatchingEventTypes", "c2jShape" : "EventTypes", "deprecated" : false, "documentation" : "

                                                                                          The type of email sending events to publish to the event destination.

                                                                                          ", "enumType" : "EventType", "fluentSetterDocumentation" : "/**

                                                                                          The type of email sending events to publish to the event destination.

                                                                                          \n@param matchingEventTypes The type of email sending events to publish to the event destination.\n@return Returns a reference to this object so that method calls can be chained together.\n@see EventType*/", "fluentSetterMethodName" : "withMatchingEventTypes", "getterDocumentation" : "/**

                                                                                          The type of email sending events to publish to the event destination.

                                                                                          \n@return The type of email sending events to publish to the event destination.\n@see EventType*/", "getterMethodName" : "getMatchingEventTypes", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "MatchingEventTypes", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "MatchingEventTypes", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : true, "listModel" : { "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "EventType", "deprecated" : false, "documentation" : "", "enumType" : "EventType", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.\n@see EventType*/", "fluentSetterMethodName" : "withMember", "getterDocumentation" : "/**\n@return \n@see EventType*/", "getterMethodName" : "getMember", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Member", "setterDocumentation" : "/**\n@param member \n@see EventType*/", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.\n@see EventType*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "simpleType" : "String", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "MatchingEventTypes", "setterDocumentation" : "/**

                                                                                          The type of email sending events to publish to the event destination.

                                                                                          \n@param matchingEventTypes The type of email sending events to publish to the event destination.\n@see EventType*/", "setterMethodName" : "setMatchingEventTypes", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "matchingEventTypes", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

                                                                                          The type of email sending events to publish to the event destination.

                                                                                          \n

                                                                                          NOTE: This method appends the values to the existing list (if any). Use {@link #setMatchingEventTypes(java.util.Collection)} or {@link #withMatchingEventTypes(java.util.Collection)} if you want to override the existing values.

                                                                                          \n@param matchingEventTypes The type of email sending events to publish to the event destination.\n@return Returns a reference to this object so that method calls can be chained together.\n@see EventType*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "matchingEventTypes", "variableType" : "java.util.List", "documentation" : "

                                                                                          The type of email sending events to publish to the event destination.

                                                                                          ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "c2jName" : "KinesisFirehoseDestination", "c2jShape" : "KinesisFirehoseDestination", "deprecated" : false, "documentation" : "

                                                                                          An object that contains the delivery stream ARN and the IAM role ARN associated with an Amazon Kinesis Firehose event destination.

                                                                                          ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                          An object that contains the delivery stream ARN and the IAM role ARN associated with an Amazon Kinesis Firehose event destination.

                                                                                          \n@param kinesisFirehoseDestination An object that contains the delivery stream ARN and the IAM role ARN associated with an Amazon Kinesis Firehose event destination.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withKinesisFirehoseDestination", "getterDocumentation" : "/**

                                                                                          An object that contains the delivery stream ARN and the IAM role ARN associated with an Amazon Kinesis Firehose event destination.

                                                                                          \n@return An object that contains the delivery stream ARN and the IAM role ARN associated with an Amazon Kinesis Firehose event destination.*/", "getterMethodName" : "getKinesisFirehoseDestination", "getterModel" : { "returnType" : "KinesisFirehoseDestination", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "KinesisFirehoseDestination", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "KinesisFirehoseDestination", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "KinesisFirehoseDestination", "setterDocumentation" : "/**

                                                                                          An object that contains the delivery stream ARN and the IAM role ARN associated with an Amazon Kinesis Firehose event destination.

                                                                                          \n@param kinesisFirehoseDestination An object that contains the delivery stream ARN and the IAM role ARN associated with an Amazon Kinesis Firehose event destination.*/", "setterMethodName" : "setKinesisFirehoseDestination", "setterModel" : { "variableDeclarationType" : "KinesisFirehoseDestination", "variableName" : "kinesisFirehoseDestination", "variableType" : "KinesisFirehoseDestination", "documentation" : "", "simpleType" : "KinesisFirehoseDestination", "variableSetterType" : "KinesisFirehoseDestination" }, "simple" : false, "varargSetterDocumentation" : "/**

                                                                                          An object that contains the delivery stream ARN and the IAM role ARN associated with an Amazon Kinesis Firehose event destination.

                                                                                          \n@param kinesisFirehoseDestination An object that contains the delivery stream ARN and the IAM role ARN associated with an Amazon Kinesis Firehose event destination.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "KinesisFirehoseDestination", "variableName" : "kinesisFirehoseDestination", "variableType" : "KinesisFirehoseDestination", "documentation" : "

                                                                                          An object that contains the delivery stream ARN and the IAM role ARN associated with an Amazon Kinesis Firehose event destination.

                                                                                          ", "simpleType" : "KinesisFirehoseDestination", "variableSetterType" : "KinesisFirehoseDestination" }, "xmlNameSpaceUri" : null }, { "c2jName" : "CloudWatchDestination", "c2jShape" : "CloudWatchDestination", "deprecated" : false, "documentation" : "

                                                                                          An object that contains the names, default values, and sources of the dimensions associated with an Amazon CloudWatch event destination.

                                                                                          ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                          An object that contains the names, default values, and sources of the dimensions associated with an Amazon CloudWatch event destination.

                                                                                          \n@param cloudWatchDestination An object that contains the names, default values, and sources of the dimensions associated with an Amazon CloudWatch event destination.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withCloudWatchDestination", "getterDocumentation" : "/**

                                                                                          An object that contains the names, default values, and sources of the dimensions associated with an Amazon CloudWatch event destination.

                                                                                          \n@return An object that contains the names, default values, and sources of the dimensions associated with an Amazon CloudWatch event destination.*/", "getterMethodName" : "getCloudWatchDestination", "getterModel" : { "returnType" : "CloudWatchDestination", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CloudWatchDestination", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "CloudWatchDestination", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "CloudWatchDestination", "setterDocumentation" : "/**

                                                                                          An object that contains the names, default values, and sources of the dimensions associated with an Amazon CloudWatch event destination.

                                                                                          \n@param cloudWatchDestination An object that contains the names, default values, and sources of the dimensions associated with an Amazon CloudWatch event destination.*/", "setterMethodName" : "setCloudWatchDestination", "setterModel" : { "variableDeclarationType" : "CloudWatchDestination", "variableName" : "cloudWatchDestination", "variableType" : "CloudWatchDestination", "documentation" : "", "simpleType" : "CloudWatchDestination", "variableSetterType" : "CloudWatchDestination" }, "simple" : false, "varargSetterDocumentation" : "/**

                                                                                          An object that contains the names, default values, and sources of the dimensions associated with an Amazon CloudWatch event destination.

                                                                                          \n@param cloudWatchDestination An object that contains the names, default values, and sources of the dimensions associated with an Amazon CloudWatch event destination.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "CloudWatchDestination", "variableName" : "cloudWatchDestination", "variableType" : "CloudWatchDestination", "documentation" : "

                                                                                          An object that contains the names, default values, and sources of the dimensions associated with an Amazon CloudWatch event destination.

                                                                                          ", "simpleType" : "CloudWatchDestination", "variableSetterType" : "CloudWatchDestination" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "CloudWatchDestination" : { "c2jName" : "CloudWatchDestination", "c2jShape" : "CloudWatchDestination", "deprecated" : false, "documentation" : "

                                                                                          An object that contains the names, default values, and sources of the dimensions associated with an Amazon CloudWatch event destination.

                                                                                          ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                          An object that contains the names, default values, and sources of the dimensions associated with an Amazon CloudWatch event destination.

                                                                                          \n@param cloudWatchDestination An object that contains the names, default values, and sources of the dimensions associated with an Amazon CloudWatch event destination.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withCloudWatchDestination", "getterDocumentation" : "/**

                                                                                          An object that contains the names, default values, and sources of the dimensions associated with an Amazon CloudWatch event destination.

                                                                                          \n@return An object that contains the names, default values, and sources of the dimensions associated with an Amazon CloudWatch event destination.*/", "getterMethodName" : "getCloudWatchDestination", "getterModel" : { "returnType" : "CloudWatchDestination", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CloudWatchDestination", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "CloudWatchDestination", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "CloudWatchDestination", "setterDocumentation" : "/**

                                                                                          An object that contains the names, default values, and sources of the dimensions associated with an Amazon CloudWatch event destination.

                                                                                          \n@param cloudWatchDestination An object that contains the names, default values, and sources of the dimensions associated with an Amazon CloudWatch event destination.*/", "setterMethodName" : "setCloudWatchDestination", "setterModel" : { "variableDeclarationType" : "CloudWatchDestination", "variableName" : "cloudWatchDestination", "variableType" : "CloudWatchDestination", "documentation" : "", "simpleType" : "CloudWatchDestination", "variableSetterType" : "CloudWatchDestination" }, "simple" : false, "varargSetterDocumentation" : "/**

                                                                                          An object that contains the names, default values, and sources of the dimensions associated with an Amazon CloudWatch event destination.

                                                                                          \n@param cloudWatchDestination An object that contains the names, default values, and sources of the dimensions associated with an Amazon CloudWatch event destination.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "CloudWatchDestination", "variableName" : "cloudWatchDestination", "variableType" : "CloudWatchDestination", "documentation" : "

                                                                                          An object that contains the names, default values, and sources of the dimensions associated with an Amazon CloudWatch event destination.

                                                                                          ", "simpleType" : "CloudWatchDestination", "variableSetterType" : "CloudWatchDestination" }, "xmlNameSpaceUri" : null }, "Enabled" : { "c2jName" : "Enabled", "c2jShape" : "Enabled", "deprecated" : false, "documentation" : "

                                                                                          Sets whether Amazon SES publishes events to this destination when you send an email with the associated configuration set. Set to true to enable publishing to this destination; set to false to prevent publishing to this destination. The default value is false.

                                                                                          ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                          Sets whether Amazon SES publishes events to this destination when you send an email with the associated configuration set. Set to true to enable publishing to this destination; set to false to prevent publishing to this destination. The default value is false.

                                                                                          \n@param enabled Sets whether Amazon SES publishes events to this destination when you send an email with the associated configuration set. Set to true to enable publishing to this destination; set to false to prevent publishing to this destination. The default value is false.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withEnabled", "getterDocumentation" : "/**

                                                                                          Sets whether Amazon SES publishes events to this destination when you send an email with the associated configuration set. Set to true to enable publishing to this destination; set to false to prevent publishing to this destination. The default value is false.

                                                                                          \n@return Sets whether Amazon SES publishes events to this destination when you send an email with the associated configuration set. Set to true to enable publishing to this destination; set to false to prevent publishing to this destination. The default value is false.*/", "getterMethodName" : "getEnabled", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Enabled", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Enabled", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Boolean", "marshallingType" : "BOOLEAN", "name" : "Enabled", "setterDocumentation" : "/**

                                                                                          Sets whether Amazon SES publishes events to this destination when you send an email with the associated configuration set. Set to true to enable publishing to this destination; set to false to prevent publishing to this destination. The default value is false.

                                                                                          \n@param enabled Sets whether Amazon SES publishes events to this destination when you send an email with the associated configuration set. Set to true to enable publishing to this destination; set to false to prevent publishing to this destination. The default value is false.*/", "setterMethodName" : "setEnabled", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "enabled", "variableType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                          Sets whether Amazon SES publishes events to this destination when you send an email with the associated configuration set. Set to true to enable publishing to this destination; set to false to prevent publishing to this destination. The default value is false.

                                                                                          \n@param enabled Sets whether Amazon SES publishes events to this destination when you send an email with the associated configuration set. Set to true to enable publishing to this destination; set to false to prevent publishing to this destination. The default value is false.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "enabled", "variableType" : "Boolean", "documentation" : "

                                                                                          Sets whether Amazon SES publishes events to this destination when you send an email with the associated configuration set. Set to true to enable publishing to this destination; set to false to prevent publishing to this destination. The default value is false.

                                                                                          ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlNameSpaceUri" : null }, "KinesisFirehoseDestination" : { "c2jName" : "KinesisFirehoseDestination", "c2jShape" : "KinesisFirehoseDestination", "deprecated" : false, "documentation" : "

                                                                                          An object that contains the delivery stream ARN and the IAM role ARN associated with an Amazon Kinesis Firehose event destination.

                                                                                          ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                          An object that contains the delivery stream ARN and the IAM role ARN associated with an Amazon Kinesis Firehose event destination.

                                                                                          \n@param kinesisFirehoseDestination An object that contains the delivery stream ARN and the IAM role ARN associated with an Amazon Kinesis Firehose event destination.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withKinesisFirehoseDestination", "getterDocumentation" : "/**

                                                                                          An object that contains the delivery stream ARN and the IAM role ARN associated with an Amazon Kinesis Firehose event destination.

                                                                                          \n@return An object that contains the delivery stream ARN and the IAM role ARN associated with an Amazon Kinesis Firehose event destination.*/", "getterMethodName" : "getKinesisFirehoseDestination", "getterModel" : { "returnType" : "KinesisFirehoseDestination", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "KinesisFirehoseDestination", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "KinesisFirehoseDestination", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "KinesisFirehoseDestination", "setterDocumentation" : "/**

                                                                                          An object that contains the delivery stream ARN and the IAM role ARN associated with an Amazon Kinesis Firehose event destination.

                                                                                          \n@param kinesisFirehoseDestination An object that contains the delivery stream ARN and the IAM role ARN associated with an Amazon Kinesis Firehose event destination.*/", "setterMethodName" : "setKinesisFirehoseDestination", "setterModel" : { "variableDeclarationType" : "KinesisFirehoseDestination", "variableName" : "kinesisFirehoseDestination", "variableType" : "KinesisFirehoseDestination", "documentation" : "", "simpleType" : "KinesisFirehoseDestination", "variableSetterType" : "KinesisFirehoseDestination" }, "simple" : false, "varargSetterDocumentation" : "/**

                                                                                          An object that contains the delivery stream ARN and the IAM role ARN associated with an Amazon Kinesis Firehose event destination.

                                                                                          \n@param kinesisFirehoseDestination An object that contains the delivery stream ARN and the IAM role ARN associated with an Amazon Kinesis Firehose event destination.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "KinesisFirehoseDestination", "variableName" : "kinesisFirehoseDestination", "variableType" : "KinesisFirehoseDestination", "documentation" : "

                                                                                          An object that contains the delivery stream ARN and the IAM role ARN associated with an Amazon Kinesis Firehose event destination.

                                                                                          ", "simpleType" : "KinesisFirehoseDestination", "variableSetterType" : "KinesisFirehoseDestination" }, "xmlNameSpaceUri" : null }, "MatchingEventTypes" : { "c2jName" : "MatchingEventTypes", "c2jShape" : "EventTypes", "deprecated" : false, "documentation" : "

                                                                                          The type of email sending events to publish to the event destination.

                                                                                          ", "enumType" : "EventType", "fluentSetterDocumentation" : "/**

                                                                                          The type of email sending events to publish to the event destination.

                                                                                          \n@param matchingEventTypes The type of email sending events to publish to the event destination.\n@return Returns a reference to this object so that method calls can be chained together.\n@see EventType*/", "fluentSetterMethodName" : "withMatchingEventTypes", "getterDocumentation" : "/**

                                                                                          The type of email sending events to publish to the event destination.

                                                                                          \n@return The type of email sending events to publish to the event destination.\n@see EventType*/", "getterMethodName" : "getMatchingEventTypes", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "MatchingEventTypes", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "MatchingEventTypes", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : true, "listModel" : { "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "EventType", "deprecated" : false, "documentation" : "", "enumType" : "EventType", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.\n@see EventType*/", "fluentSetterMethodName" : "withMember", "getterDocumentation" : "/**\n@return \n@see EventType*/", "getterMethodName" : "getMember", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Member", "setterDocumentation" : "/**\n@param member \n@see EventType*/", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.\n@see EventType*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "simpleType" : "String", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "MatchingEventTypes", "setterDocumentation" : "/**

                                                                                          The type of email sending events to publish to the event destination.

                                                                                          \n@param matchingEventTypes The type of email sending events to publish to the event destination.\n@see EventType*/", "setterMethodName" : "setMatchingEventTypes", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "matchingEventTypes", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

                                                                                          The type of email sending events to publish to the event destination.

                                                                                          \n

                                                                                          NOTE: This method appends the values to the existing list (if any). Use {@link #setMatchingEventTypes(java.util.Collection)} or {@link #withMatchingEventTypes(java.util.Collection)} if you want to override the existing values.

                                                                                          \n@param matchingEventTypes The type of email sending events to publish to the event destination.\n@return Returns a reference to this object so that method calls can be chained together.\n@see EventType*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "matchingEventTypes", "variableType" : "java.util.List", "documentation" : "

                                                                                          The type of email sending events to publish to the event destination.

                                                                                          ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, "Name" : { "c2jName" : "Name", "c2jShape" : "EventDestinationName", "deprecated" : false, "documentation" : "

                                                                                          The name of the event destination. The name must:

                                                                                          • Contain only ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).

                                                                                          • Contain less than 64 characters.

                                                                                          ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                          The name of the event destination. The name must:

                                                                                          • Contain only ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).

                                                                                          • Contain less than 64 characters.

                                                                                          \n@param name The name of the event destination. The name must:

                                                                                          • Contain only ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).

                                                                                          • Contain less than 64 characters.

                                                                                          • \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withName", "getterDocumentation" : "/**

                                                                                            The name of the event destination. The name must:

                                                                                            • Contain only ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).

                                                                                            • Contain less than 64 characters.

                                                                                            \n@return The name of the event destination. The name must:

                                                                                            • Contain only ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).

                                                                                            • Contain less than 64 characters.

                                                                                            • */", "getterMethodName" : "getName", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Name", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Name", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Name", "setterDocumentation" : "/**

                                                                                              The name of the event destination. The name must:

                                                                                              • Contain only ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).

                                                                                              • Contain less than 64 characters.

                                                                                              \n@param name The name of the event destination. The name must:

                                                                                              • Contain only ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).

                                                                                              • Contain less than 64 characters.

                                                                                              • */", "setterMethodName" : "setName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                The name of the event destination. The name must:

                                                                                                • Contain only ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).

                                                                                                • Contain less than 64 characters.

                                                                                                \n@param name The name of the event destination. The name must:

                                                                                                • Contain only ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).

                                                                                                • Contain less than 64 characters.

                                                                                                • \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : "

                                                                                                  The name of the event destination. The name must:

                                                                                                  • Contain only ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).

                                                                                                  • Contain less than 64 characters.

                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "Name", "MatchingEventTypes" ], "shapeName" : "EventDestination", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "EventDestination", "variableName" : "eventDestination", "variableType" : "EventDestination", "documentation" : null, "simpleType" : "EventDestination", "variableSetterType" : "EventDestination" }, "wrapper" : false }, "EventDestinationAlreadyExistsException" : { "c2jName" : "EventDestinationAlreadyExistsException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                                                                                                  Indicates that the event destination could not be created because of a naming conflict.

                                                                                                  ", "enums" : null, "errorCode" : "EventDestinationAlreadyExists", "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "ConfigurationSetName", "c2jShape" : "ConfigurationSetName", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param configurationSetName \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withConfigurationSetName", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getConfigurationSetName", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ConfigurationSetName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ConfigurationSetName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "ConfigurationSetName", "setterDocumentation" : "/**\n@param configurationSetName */", "setterMethodName" : "setConfigurationSetName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "configurationSetName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param configurationSetName \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "configurationSetName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "EventDestinationName", "c2jShape" : "EventDestinationName", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param eventDestinationName \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withEventDestinationName", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getEventDestinationName", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "EventDestinationName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "EventDestinationName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "EventDestinationName", "setterDocumentation" : "/**\n@param eventDestinationName */", "setterMethodName" : "setEventDestinationName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "eventDestinationName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param eventDestinationName \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "eventDestinationName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ConfigurationSetName" : { "c2jName" : "ConfigurationSetName", "c2jShape" : "ConfigurationSetName", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param configurationSetName \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withConfigurationSetName", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getConfigurationSetName", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ConfigurationSetName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ConfigurationSetName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "ConfigurationSetName", "setterDocumentation" : "/**\n@param configurationSetName */", "setterMethodName" : "setConfigurationSetName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "configurationSetName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param configurationSetName \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "configurationSetName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "EventDestinationName" : { "c2jName" : "EventDestinationName", "c2jShape" : "EventDestinationName", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param eventDestinationName \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withEventDestinationName", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getEventDestinationName", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "EventDestinationName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "EventDestinationName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "EventDestinationName", "setterDocumentation" : "/**\n@param eventDestinationName */", "setterMethodName" : "setEventDestinationName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "eventDestinationName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param eventDestinationName \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "eventDestinationName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "EventDestinationAlreadyExistsException", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "EventDestinationAlreadyExistsException", "variableName" : "eventDestinationAlreadyExistsException", "variableType" : "EventDestinationAlreadyExistsException", "documentation" : null, "simpleType" : "EventDestinationAlreadyExistsException", "variableSetterType" : "EventDestinationAlreadyExistsException" }, "wrapper" : false }, "EventDestinationDoesNotExistException" : { "c2jName" : "EventDestinationDoesNotExistException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                                                                                                  Indicates that the event destination does not exist.

                                                                                                  ", "enums" : null, "errorCode" : "EventDestinationDoesNotExist", "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "ConfigurationSetName", "c2jShape" : "ConfigurationSetName", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param configurationSetName \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withConfigurationSetName", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getConfigurationSetName", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ConfigurationSetName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ConfigurationSetName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "ConfigurationSetName", "setterDocumentation" : "/**\n@param configurationSetName */", "setterMethodName" : "setConfigurationSetName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "configurationSetName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param configurationSetName \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "configurationSetName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "EventDestinationName", "c2jShape" : "EventDestinationName", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param eventDestinationName \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withEventDestinationName", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getEventDestinationName", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "EventDestinationName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "EventDestinationName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "EventDestinationName", "setterDocumentation" : "/**\n@param eventDestinationName */", "setterMethodName" : "setEventDestinationName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "eventDestinationName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param eventDestinationName \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "eventDestinationName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ConfigurationSetName" : { "c2jName" : "ConfigurationSetName", "c2jShape" : "ConfigurationSetName", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param configurationSetName \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withConfigurationSetName", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getConfigurationSetName", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ConfigurationSetName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ConfigurationSetName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "ConfigurationSetName", "setterDocumentation" : "/**\n@param configurationSetName */", "setterMethodName" : "setConfigurationSetName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "configurationSetName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param configurationSetName \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "configurationSetName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "EventDestinationName" : { "c2jName" : "EventDestinationName", "c2jShape" : "EventDestinationName", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param eventDestinationName \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withEventDestinationName", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getEventDestinationName", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "EventDestinationName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "EventDestinationName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "EventDestinationName", "setterDocumentation" : "/**\n@param eventDestinationName */", "setterMethodName" : "setEventDestinationName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "eventDestinationName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param eventDestinationName \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "eventDestinationName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "EventDestinationDoesNotExistException", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "EventDestinationDoesNotExistException", "variableName" : "eventDestinationDoesNotExistException", "variableType" : "EventDestinationDoesNotExistException", "documentation" : null, "simpleType" : "EventDestinationDoesNotExistException", "variableSetterType" : "EventDestinationDoesNotExistException" }, "wrapper" : false }, "EventType" : { "c2jName" : "EventType", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "", "enums" : [ { "name" : "Send", "value" : "send" }, { "name" : "Reject", "value" : "reject" }, { "name" : "Bounce", "value" : "bounce" }, { "name" : "Complaint", "value" : "complaint" }, { "name" : "Delivery", "value" : "delivery" } ], "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : null, "membersAsMap" : { }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "EventType", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "EventType", "variableName" : "eventType", "variableType" : "EventType", "documentation" : null, "simpleType" : "EventType", "variableSetterType" : "EventType" }, "wrapper" : false }, "ExtensionField" : { "c2jName" : "ExtensionField", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                                                                                                  Additional X-headers 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.

                                                                                                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "Name", "c2jShape" : "ExtensionFieldName", "deprecated" : false, "documentation" : "

                                                                                                  The name of the header to add. Must be between 1 and 50 characters, inclusive, and consist of alphanumeric (a-z, A-Z, 0-9) characters and dashes only.

                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                  The name of the header to add. Must be between 1 and 50 characters, inclusive, and consist of alphanumeric (a-z, A-Z, 0-9) characters and dashes only.

                                                                                                  \n@param name The name of the header to add. Must be between 1 and 50 characters, inclusive, and consist of alphanumeric (a-z, A-Z, 0-9) characters and dashes only.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withName", "getterDocumentation" : "/**

                                                                                                  The name of the header to add. Must be between 1 and 50 characters, inclusive, and consist of alphanumeric (a-z, A-Z, 0-9) characters and dashes only.

                                                                                                  \n@return The name of the header to add. Must be between 1 and 50 characters, inclusive, and consist of alphanumeric (a-z, A-Z, 0-9) characters and dashes only.*/", "getterMethodName" : "getName", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Name", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Name", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Name", "setterDocumentation" : "/**

                                                                                                  The name of the header to add. Must be between 1 and 50 characters, inclusive, and consist of alphanumeric (a-z, A-Z, 0-9) characters and dashes only.

                                                                                                  \n@param name The name of the header to add. Must be between 1 and 50 characters, inclusive, and consist of alphanumeric (a-z, A-Z, 0-9) characters and dashes only.*/", "setterMethodName" : "setName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                  The name of the header to add. Must be between 1 and 50 characters, inclusive, and consist of alphanumeric (a-z, A-Z, 0-9) characters and dashes only.

                                                                                                  \n@param name The name of the header to add. Must be between 1 and 50 characters, inclusive, and consist of alphanumeric (a-z, A-Z, 0-9) characters and dashes only.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : "

                                                                                                  The name of the header to add. Must be between 1 and 50 characters, inclusive, and consist of alphanumeric (a-z, A-Z, 0-9) characters and dashes only.

                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "Value", "c2jShape" : "ExtensionFieldValue", "deprecated" : false, "documentation" : "

                                                                                                  The value of the header to add. Must be less than 2048 characters, and must not contain newline characters (\"\\r\" or \"\\n\").

                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                  The value of the header to add. Must be less than 2048 characters, and must not contain newline characters (\"\\r\" or \"\\n\").

                                                                                                  \n@param value The value of the header to add. Must be less than 2048 characters, and must not contain newline characters (\"\\r\" or \"\\n\").\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withValue", "getterDocumentation" : "/**

                                                                                                  The value of the header to add. Must be less than 2048 characters, and must not contain newline characters (\"\\r\" or \"\\n\").

                                                                                                  \n@return The value of the header to add. Must be less than 2048 characters, and must not contain newline characters (\"\\r\" or \"\\n\").*/", "getterMethodName" : "getValue", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Value", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Value", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Value", "setterDocumentation" : "/**

                                                                                                  The value of the header to add. Must be less than 2048 characters, and must not contain newline characters (\"\\r\" or \"\\n\").

                                                                                                  \n@param value The value of the header to add. Must be less than 2048 characters, and must not contain newline characters (\"\\r\" or \"\\n\").*/", "setterMethodName" : "setValue", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                  The value of the header to add. Must be less than 2048 characters, and must not contain newline characters (\"\\r\" or \"\\n\").

                                                                                                  \n@param value The value of the header to add. Must be less than 2048 characters, and must not contain newline characters (\"\\r\" or \"\\n\").\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "String", "documentation" : "

                                                                                                  The value of the header to add. Must be less than 2048 characters, and must not contain newline characters (\"\\r\" or \"\\n\").

                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Name" : { "c2jName" : "Name", "c2jShape" : "ExtensionFieldName", "deprecated" : false, "documentation" : "

                                                                                                  The name of the header to add. Must be between 1 and 50 characters, inclusive, and consist of alphanumeric (a-z, A-Z, 0-9) characters and dashes only.

                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                  The name of the header to add. Must be between 1 and 50 characters, inclusive, and consist of alphanumeric (a-z, A-Z, 0-9) characters and dashes only.

                                                                                                  \n@param name The name of the header to add. Must be between 1 and 50 characters, inclusive, and consist of alphanumeric (a-z, A-Z, 0-9) characters and dashes only.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withName", "getterDocumentation" : "/**

                                                                                                  The name of the header to add. Must be between 1 and 50 characters, inclusive, and consist of alphanumeric (a-z, A-Z, 0-9) characters and dashes only.

                                                                                                  \n@return The name of the header to add. Must be between 1 and 50 characters, inclusive, and consist of alphanumeric (a-z, A-Z, 0-9) characters and dashes only.*/", "getterMethodName" : "getName", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Name", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Name", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Name", "setterDocumentation" : "/**

                                                                                                  The name of the header to add. Must be between 1 and 50 characters, inclusive, and consist of alphanumeric (a-z, A-Z, 0-9) characters and dashes only.

                                                                                                  \n@param name The name of the header to add. Must be between 1 and 50 characters, inclusive, and consist of alphanumeric (a-z, A-Z, 0-9) characters and dashes only.*/", "setterMethodName" : "setName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                  The name of the header to add. Must be between 1 and 50 characters, inclusive, and consist of alphanumeric (a-z, A-Z, 0-9) characters and dashes only.

                                                                                                  \n@param name The name of the header to add. Must be between 1 and 50 characters, inclusive, and consist of alphanumeric (a-z, A-Z, 0-9) characters and dashes only.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : "

                                                                                                  The name of the header to add. Must be between 1 and 50 characters, inclusive, and consist of alphanumeric (a-z, A-Z, 0-9) characters and dashes only.

                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Value" : { "c2jName" : "Value", "c2jShape" : "ExtensionFieldValue", "deprecated" : false, "documentation" : "

                                                                                                  The value of the header to add. Must be less than 2048 characters, and must not contain newline characters (\"\\r\" or \"\\n\").

                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                  The value of the header to add. Must be less than 2048 characters, and must not contain newline characters (\"\\r\" or \"\\n\").

                                                                                                  \n@param value The value of the header to add. Must be less than 2048 characters, and must not contain newline characters (\"\\r\" or \"\\n\").\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withValue", "getterDocumentation" : "/**

                                                                                                  The value of the header to add. Must be less than 2048 characters, and must not contain newline characters (\"\\r\" or \"\\n\").

                                                                                                  \n@return The value of the header to add. Must be less than 2048 characters, and must not contain newline characters (\"\\r\" or \"\\n\").*/", "getterMethodName" : "getValue", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Value", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Value", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Value", "setterDocumentation" : "/**

                                                                                                  The value of the header to add. Must be less than 2048 characters, and must not contain newline characters (\"\\r\" or \"\\n\").

                                                                                                  \n@param value The value of the header to add. Must be less than 2048 characters, and must not contain newline characters (\"\\r\" or \"\\n\").*/", "setterMethodName" : "setValue", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                  The value of the header to add. Must be less than 2048 characters, and must not contain newline characters (\"\\r\" or \"\\n\").

                                                                                                  \n@param value The value of the header to add. Must be less than 2048 characters, and must not contain newline characters (\"\\r\" or \"\\n\").\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "String", "documentation" : "

                                                                                                  The value of the header to add. Must be less than 2048 characters, and must not contain newline characters (\"\\r\" or \"\\n\").

                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "Name", "Value" ], "shapeName" : "ExtensionField", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "ExtensionField", "variableName" : "extensionField", "variableType" : "ExtensionField", "documentation" : null, "simpleType" : "ExtensionField", "variableSetterType" : "ExtensionField" }, "wrapper" : false }, "GetIdentityDkimAttributesRequest" : { "c2jName" : "GetIdentityDkimAttributesRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                                                                                                  Represents a request for the status of Amazon SES Easy DKIM signing for an identity. For domain identities, this request also returns the DKIM tokens that are required for Easy DKIM signing, and whether Amazon SES successfully verified that these tokens were published. For more information about Easy DKIM, see the Amazon SES Developer Guide.

                                                                                                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "GetIdentityDkimAttributes", "locationName" : null, "requestUri" : "/", "target" : null, "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "c2jName" : "Identities", "c2jShape" : "IdentityList", "deprecated" : false, "documentation" : "

                                                                                                  A list of one or more verified identities - email addresses, domains, or both.

                                                                                                  ", "enumType" : null, "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.*/", "fluentSetterMethodName" : "withIdentities", "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.*/", "getterMethodName" : "getIdentities", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Identities", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Identities", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : true, "listModel" : { "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "Identity", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withMember", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getMember", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "simpleType" : "String", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "Identities", "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.*/", "setterMethodName" : "setIdentities", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "identities", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

                                                                                                  A list of one or more verified identities - email addresses, domains, or both.

                                                                                                  \n

                                                                                                  NOTE: 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.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "identities", "variableType" : "java.util.List", "documentation" : "

                                                                                                  A list of one or more verified identities - email addresses, domains, or both.

                                                                                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Identities" : { "c2jName" : "Identities", "c2jShape" : "IdentityList", "deprecated" : false, "documentation" : "

                                                                                                  A list of one or more verified identities - email addresses, domains, or both.

                                                                                                  ", "enumType" : null, "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.*/", "fluentSetterMethodName" : "withIdentities", "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.*/", "getterMethodName" : "getIdentities", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Identities", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Identities", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : true, "listModel" : { "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "Identity", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withMember", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getMember", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "simpleType" : "String", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "Identities", "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.*/", "setterMethodName" : "setIdentities", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "identities", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

                                                                                                  A list of one or more verified identities - email addresses, domains, or both.

                                                                                                  \n

                                                                                                  NOTE: 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.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "identities", "variableType" : "java.util.List", "documentation" : "

                                                                                                  A list of one or more verified identities - email addresses, domains, or both.

                                                                                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "Identities" ], "shapeName" : "GetIdentityDkimAttributesRequest", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "GetIdentityDkimAttributesRequest", "variableName" : "getIdentityDkimAttributesRequest", "variableType" : "GetIdentityDkimAttributesRequest", "documentation" : null, "simpleType" : "GetIdentityDkimAttributesRequest", "variableSetterType" : "GetIdentityDkimAttributesRequest" }, "wrapper" : false }, "GetIdentityDkimAttributesResult" : { "c2jName" : "GetIdentityDkimAttributesResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                                                                                                  Represents the status of Amazon SES Easy DKIM signing for an identity. For domain identities, this response also contains the DKIM tokens that are required for Easy DKIM signing, and whether Amazon SES successfully verified that these tokens were published.

                                                                                                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "DkimAttributes", "c2jShape" : "DkimAttributes", "deprecated" : false, "documentation" : "

                                                                                                  The DKIM attributes for an email address or a domain.

                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                  The DKIM attributes for an email address or a domain.

                                                                                                  \n@param dkimAttributes The DKIM attributes for an email address or a domain.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withDkimAttributes", "getterDocumentation" : "/**

                                                                                                  The DKIM attributes for an email address or a domain.

                                                                                                  \n@return The DKIM attributes for an email address or a domain.*/", "getterMethodName" : "getDkimAttributes", "getterModel" : { "returnType" : "java.util.Map", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "DkimAttributes", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "DkimAttributes", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : true, "mapModel" : { "implType" : "com.amazonaws.internal.SdkInternalMap", "interfaceType" : "java.util.Map", "keyLocationName" : "key", "keyModel" : null, "keyType" : "String", "valueLocationName" : "value", "valueModel" : { "c2jName" : "value", "c2jShape" : "IdentityDkimAttributes", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withValue", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getValue", "getterModel" : { "returnType" : "IdentityDkimAttributes", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "value", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "value", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Value", "setterDocumentation" : "/**\n@param value */", "setterMethodName" : "setValue", "setterModel" : { "variableDeclarationType" : "IdentityDkimAttributes", "variableName" : "value", "variableType" : "IdentityDkimAttributes", "documentation" : "", "simpleType" : "IdentityDkimAttributes", "variableSetterType" : "IdentityDkimAttributes" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "IdentityDkimAttributes", "variableName" : "value", "variableType" : "IdentityDkimAttributes", "documentation" : "", "simpleType" : "IdentityDkimAttributes", "variableSetterType" : "IdentityDkimAttributes" }, "xmlNameSpaceUri" : null }, "valueType" : "IdentityDkimAttributes", "entryType" : "Map.Entry", "keySimple" : true, "templateImplType" : "com.amazonaws.internal.SdkInternalMap", "templateType" : "java.util.Map", "valueList" : false, "valueSimple" : false }, "marshallingTargetClass" : "Map", "marshallingType" : "MAP", "name" : "DkimAttributes", "setterDocumentation" : "/**

                                                                                                  The DKIM attributes for an email address or a domain.

                                                                                                  \n@param dkimAttributes The DKIM attributes for an email address or a domain.*/", "setterMethodName" : "setDkimAttributes", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalMap", "variableName" : "dkimAttributes", "variableType" : "java.util.Map", "documentation" : "", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "simple" : false, "varargSetterDocumentation" : "/**

                                                                                                  The DKIM attributes for an email address or a domain.

                                                                                                  \n@param dkimAttributes The DKIM attributes for an email address or a domain.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalMap", "variableName" : "dkimAttributes", "variableType" : "java.util.Map", "documentation" : "

                                                                                                  The DKIM attributes for an email address or a domain.

                                                                                                  ", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "DkimAttributes" : { "c2jName" : "DkimAttributes", "c2jShape" : "DkimAttributes", "deprecated" : false, "documentation" : "

                                                                                                  The DKIM attributes for an email address or a domain.

                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                  The DKIM attributes for an email address or a domain.

                                                                                                  \n@param dkimAttributes The DKIM attributes for an email address or a domain.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withDkimAttributes", "getterDocumentation" : "/**

                                                                                                  The DKIM attributes for an email address or a domain.

                                                                                                  \n@return The DKIM attributes for an email address or a domain.*/", "getterMethodName" : "getDkimAttributes", "getterModel" : { "returnType" : "java.util.Map", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "DkimAttributes", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "DkimAttributes", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : true, "mapModel" : { "implType" : "com.amazonaws.internal.SdkInternalMap", "interfaceType" : "java.util.Map", "keyLocationName" : "key", "keyModel" : null, "keyType" : "String", "valueLocationName" : "value", "valueModel" : { "c2jName" : "value", "c2jShape" : "IdentityDkimAttributes", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withValue", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getValue", "getterModel" : { "returnType" : "IdentityDkimAttributes", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "value", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "value", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Value", "setterDocumentation" : "/**\n@param value */", "setterMethodName" : "setValue", "setterModel" : { "variableDeclarationType" : "IdentityDkimAttributes", "variableName" : "value", "variableType" : "IdentityDkimAttributes", "documentation" : "", "simpleType" : "IdentityDkimAttributes", "variableSetterType" : "IdentityDkimAttributes" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "IdentityDkimAttributes", "variableName" : "value", "variableType" : "IdentityDkimAttributes", "documentation" : "", "simpleType" : "IdentityDkimAttributes", "variableSetterType" : "IdentityDkimAttributes" }, "xmlNameSpaceUri" : null }, "valueType" : "IdentityDkimAttributes", "entryType" : "Map.Entry", "keySimple" : true, "templateImplType" : "com.amazonaws.internal.SdkInternalMap", "templateType" : "java.util.Map", "valueList" : false, "valueSimple" : false }, "marshallingTargetClass" : "Map", "marshallingType" : "MAP", "name" : "DkimAttributes", "setterDocumentation" : "/**

                                                                                                  The DKIM attributes for an email address or a domain.

                                                                                                  \n@param dkimAttributes The DKIM attributes for an email address or a domain.*/", "setterMethodName" : "setDkimAttributes", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalMap", "variableName" : "dkimAttributes", "variableType" : "java.util.Map", "documentation" : "", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "simple" : false, "varargSetterDocumentation" : "/**

                                                                                                  The DKIM attributes for an email address or a domain.

                                                                                                  \n@param dkimAttributes The DKIM attributes for an email address or a domain.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalMap", "variableName" : "dkimAttributes", "variableType" : "java.util.Map", "documentation" : "

                                                                                                  The DKIM attributes for an email address or a domain.

                                                                                                  ", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "xmlNameSpaceUri" : null } }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "DkimAttributes" ], "shapeName" : "GetIdentityDkimAttributesResult", "unmarshaller" : { "flattened" : false, "resultWrapper" : "GetIdentityDkimAttributesResult" }, "variable" : { "variableDeclarationType" : "GetIdentityDkimAttributesResult", "variableName" : "getIdentityDkimAttributesResult", "variableType" : "GetIdentityDkimAttributesResult", "documentation" : null, "simpleType" : "GetIdentityDkimAttributesResult", "variableSetterType" : "GetIdentityDkimAttributesResult" }, "wrapper" : false }, "GetIdentityMailFromDomainAttributesRequest" : { "c2jName" : "GetIdentityMailFromDomainAttributesRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                                                                                                  Represents a request to return the Amazon SES custom MAIL FROM attributes for a list of identities. For information about using a custom MAIL FROM domain, see the Amazon SES Developer Guide.

                                                                                                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "GetIdentityMailFromDomainAttributes", "locationName" : null, "requestUri" : "/", "target" : null, "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "c2jName" : "Identities", "c2jShape" : "IdentityList", "deprecated" : false, "documentation" : "

                                                                                                  A list of one or more identities.

                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                  A list of one or more identities.

                                                                                                  \n@param identities A list of one or more identities.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withIdentities", "getterDocumentation" : "/**

                                                                                                  A list of one or more identities.

                                                                                                  \n@return A list of one or more identities.*/", "getterMethodName" : "getIdentities", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Identities", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Identities", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : true, "listModel" : { "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "Identity", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withMember", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getMember", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "simpleType" : "String", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "Identities", "setterDocumentation" : "/**

                                                                                                  A list of one or more identities.

                                                                                                  \n@param identities A list of one or more identities.*/", "setterMethodName" : "setIdentities", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "identities", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

                                                                                                  A list of one or more identities.

                                                                                                  \n

                                                                                                  NOTE: 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 identities.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "identities", "variableType" : "java.util.List", "documentation" : "

                                                                                                  A list of one or more identities.

                                                                                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Identities" : { "c2jName" : "Identities", "c2jShape" : "IdentityList", "deprecated" : false, "documentation" : "

                                                                                                  A list of one or more identities.

                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                  A list of one or more identities.

                                                                                                  \n@param identities A list of one or more identities.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withIdentities", "getterDocumentation" : "/**

                                                                                                  A list of one or more identities.

                                                                                                  \n@return A list of one or more identities.*/", "getterMethodName" : "getIdentities", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Identities", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Identities", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : true, "listModel" : { "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "Identity", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withMember", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getMember", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "simpleType" : "String", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "Identities", "setterDocumentation" : "/**

                                                                                                  A list of one or more identities.

                                                                                                  \n@param identities A list of one or more identities.*/", "setterMethodName" : "setIdentities", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "identities", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

                                                                                                  A list of one or more identities.

                                                                                                  \n

                                                                                                  NOTE: 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 identities.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "identities", "variableType" : "java.util.List", "documentation" : "

                                                                                                  A list of one or more identities.

                                                                                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "Identities" ], "shapeName" : "GetIdentityMailFromDomainAttributesRequest", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "GetIdentityMailFromDomainAttributesRequest", "variableName" : "getIdentityMailFromDomainAttributesRequest", "variableType" : "GetIdentityMailFromDomainAttributesRequest", "documentation" : null, "simpleType" : "GetIdentityMailFromDomainAttributesRequest", "variableSetterType" : "GetIdentityMailFromDomainAttributesRequest" }, "wrapper" : false }, "GetIdentityMailFromDomainAttributesResult" : { "c2jName" : "GetIdentityMailFromDomainAttributesResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                                                                                                  Represents the custom MAIL FROM attributes for a list of identities.

                                                                                                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "MailFromDomainAttributes", "c2jShape" : "MailFromDomainAttributes", "deprecated" : false, "documentation" : "

                                                                                                  A map of identities to custom MAIL FROM attributes.

                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                  A map of identities to custom MAIL FROM attributes.

                                                                                                  \n@param mailFromDomainAttributes A map of identities to custom MAIL FROM attributes.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withMailFromDomainAttributes", "getterDocumentation" : "/**

                                                                                                  A map of identities to custom MAIL FROM attributes.

                                                                                                  \n@return A map of identities to custom MAIL FROM attributes.*/", "getterMethodName" : "getMailFromDomainAttributes", "getterModel" : { "returnType" : "java.util.Map", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "MailFromDomainAttributes", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "MailFromDomainAttributes", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : true, "mapModel" : { "implType" : "com.amazonaws.internal.SdkInternalMap", "interfaceType" : "java.util.Map", "keyLocationName" : "key", "keyModel" : null, "keyType" : "String", "valueLocationName" : "value", "valueModel" : { "c2jName" : "value", "c2jShape" : "IdentityMailFromDomainAttributes", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withValue", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getValue", "getterModel" : { "returnType" : "IdentityMailFromDomainAttributes", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "value", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "value", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Value", "setterDocumentation" : "/**\n@param value */", "setterMethodName" : "setValue", "setterModel" : { "variableDeclarationType" : "IdentityMailFromDomainAttributes", "variableName" : "value", "variableType" : "IdentityMailFromDomainAttributes", "documentation" : "", "simpleType" : "IdentityMailFromDomainAttributes", "variableSetterType" : "IdentityMailFromDomainAttributes" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "IdentityMailFromDomainAttributes", "variableName" : "value", "variableType" : "IdentityMailFromDomainAttributes", "documentation" : "", "simpleType" : "IdentityMailFromDomainAttributes", "variableSetterType" : "IdentityMailFromDomainAttributes" }, "xmlNameSpaceUri" : null }, "valueType" : "IdentityMailFromDomainAttributes", "entryType" : "Map.Entry", "keySimple" : true, "templateImplType" : "com.amazonaws.internal.SdkInternalMap", "templateType" : "java.util.Map", "valueList" : false, "valueSimple" : false }, "marshallingTargetClass" : "Map", "marshallingType" : "MAP", "name" : "MailFromDomainAttributes", "setterDocumentation" : "/**

                                                                                                  A map of identities to custom MAIL FROM attributes.

                                                                                                  \n@param mailFromDomainAttributes A map of identities to custom MAIL FROM attributes.*/", "setterMethodName" : "setMailFromDomainAttributes", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalMap", "variableName" : "mailFromDomainAttributes", "variableType" : "java.util.Map", "documentation" : "", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "simple" : false, "varargSetterDocumentation" : "/**

                                                                                                  A map of identities to custom MAIL FROM attributes.

                                                                                                  \n@param mailFromDomainAttributes A map of identities to custom MAIL FROM attributes.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalMap", "variableName" : "mailFromDomainAttributes", "variableType" : "java.util.Map", "documentation" : "

                                                                                                  A map of identities to custom MAIL FROM attributes.

                                                                                                  ", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "MailFromDomainAttributes" : { "c2jName" : "MailFromDomainAttributes", "c2jShape" : "MailFromDomainAttributes", "deprecated" : false, "documentation" : "

                                                                                                  A map of identities to custom MAIL FROM attributes.

                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                  A map of identities to custom MAIL FROM attributes.

                                                                                                  \n@param mailFromDomainAttributes A map of identities to custom MAIL FROM attributes.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withMailFromDomainAttributes", "getterDocumentation" : "/**

                                                                                                  A map of identities to custom MAIL FROM attributes.

                                                                                                  \n@return A map of identities to custom MAIL FROM attributes.*/", "getterMethodName" : "getMailFromDomainAttributes", "getterModel" : { "returnType" : "java.util.Map", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "MailFromDomainAttributes", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "MailFromDomainAttributes", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : true, "mapModel" : { "implType" : "com.amazonaws.internal.SdkInternalMap", "interfaceType" : "java.util.Map", "keyLocationName" : "key", "keyModel" : null, "keyType" : "String", "valueLocationName" : "value", "valueModel" : { "c2jName" : "value", "c2jShape" : "IdentityMailFromDomainAttributes", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withValue", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getValue", "getterModel" : { "returnType" : "IdentityMailFromDomainAttributes", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "value", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "value", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Value", "setterDocumentation" : "/**\n@param value */", "setterMethodName" : "setValue", "setterModel" : { "variableDeclarationType" : "IdentityMailFromDomainAttributes", "variableName" : "value", "variableType" : "IdentityMailFromDomainAttributes", "documentation" : "", "simpleType" : "IdentityMailFromDomainAttributes", "variableSetterType" : "IdentityMailFromDomainAttributes" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "IdentityMailFromDomainAttributes", "variableName" : "value", "variableType" : "IdentityMailFromDomainAttributes", "documentation" : "", "simpleType" : "IdentityMailFromDomainAttributes", "variableSetterType" : "IdentityMailFromDomainAttributes" }, "xmlNameSpaceUri" : null }, "valueType" : "IdentityMailFromDomainAttributes", "entryType" : "Map.Entry", "keySimple" : true, "templateImplType" : "com.amazonaws.internal.SdkInternalMap", "templateType" : "java.util.Map", "valueList" : false, "valueSimple" : false }, "marshallingTargetClass" : "Map", "marshallingType" : "MAP", "name" : "MailFromDomainAttributes", "setterDocumentation" : "/**

                                                                                                  A map of identities to custom MAIL FROM attributes.

                                                                                                  \n@param mailFromDomainAttributes A map of identities to custom MAIL FROM attributes.*/", "setterMethodName" : "setMailFromDomainAttributes", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalMap", "variableName" : "mailFromDomainAttributes", "variableType" : "java.util.Map", "documentation" : "", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "simple" : false, "varargSetterDocumentation" : "/**

                                                                                                  A map of identities to custom MAIL FROM attributes.

                                                                                                  \n@param mailFromDomainAttributes A map of identities to custom MAIL FROM attributes.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalMap", "variableName" : "mailFromDomainAttributes", "variableType" : "java.util.Map", "documentation" : "

                                                                                                  A map of identities to custom MAIL FROM attributes.

                                                                                                  ", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "xmlNameSpaceUri" : null } }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "MailFromDomainAttributes" ], "shapeName" : "GetIdentityMailFromDomainAttributesResult", "unmarshaller" : { "flattened" : false, "resultWrapper" : "GetIdentityMailFromDomainAttributesResult" }, "variable" : { "variableDeclarationType" : "GetIdentityMailFromDomainAttributesResult", "variableName" : "getIdentityMailFromDomainAttributesResult", "variableType" : "GetIdentityMailFromDomainAttributesResult", "documentation" : null, "simpleType" : "GetIdentityMailFromDomainAttributesResult", "variableSetterType" : "GetIdentityMailFromDomainAttributesResult" }, "wrapper" : false }, "GetIdentityNotificationAttributesRequest" : { "c2jName" : "GetIdentityNotificationAttributesRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                                                                                                  Represents a request to return the notification attributes for a list of identities you verified with Amazon SES. For information about Amazon SES notifications, see the Amazon SES Developer Guide.

                                                                                                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "GetIdentityNotificationAttributes", "locationName" : null, "requestUri" : "/", "target" : null, "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "c2jName" : "Identities", "c2jShape" : "IdentityList", "deprecated" : false, "documentation" : "

                                                                                                  A list of one or more identities. 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.

                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                  A list of one or more identities. 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.

                                                                                                  \n@param identities A list of one or more identities. 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.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withIdentities", "getterDocumentation" : "/**

                                                                                                  A list of one or more identities. 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.

                                                                                                  \n@return A list of one or more identities. 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.*/", "getterMethodName" : "getIdentities", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Identities", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Identities", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : true, "listModel" : { "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "Identity", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withMember", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getMember", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "simpleType" : "String", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "Identities", "setterDocumentation" : "/**

                                                                                                  A list of one or more identities. 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.

                                                                                                  \n@param identities A list of one or more identities. 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.*/", "setterMethodName" : "setIdentities", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "identities", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

                                                                                                  A list of one or more identities. 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.

                                                                                                  \n

                                                                                                  NOTE: 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 identities. 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.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "identities", "variableType" : "java.util.List", "documentation" : "

                                                                                                  A list of one or more identities. 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.

                                                                                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Identities" : { "c2jName" : "Identities", "c2jShape" : "IdentityList", "deprecated" : false, "documentation" : "

                                                                                                  A list of one or more identities. 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.

                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                  A list of one or more identities. 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.

                                                                                                  \n@param identities A list of one or more identities. 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.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withIdentities", "getterDocumentation" : "/**

                                                                                                  A list of one or more identities. 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.

                                                                                                  \n@return A list of one or more identities. 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.*/", "getterMethodName" : "getIdentities", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Identities", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Identities", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : true, "listModel" : { "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "Identity", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withMember", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getMember", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "simpleType" : "String", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "Identities", "setterDocumentation" : "/**

                                                                                                  A list of one or more identities. 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.

                                                                                                  \n@param identities A list of one or more identities. 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.*/", "setterMethodName" : "setIdentities", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "identities", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

                                                                                                  A list of one or more identities. 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.

                                                                                                  \n

                                                                                                  NOTE: 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 identities. 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.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "identities", "variableType" : "java.util.List", "documentation" : "

                                                                                                  A list of one or more identities. 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.

                                                                                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "Identities" ], "shapeName" : "GetIdentityNotificationAttributesRequest", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "GetIdentityNotificationAttributesRequest", "variableName" : "getIdentityNotificationAttributesRequest", "variableType" : "GetIdentityNotificationAttributesRequest", "documentation" : null, "simpleType" : "GetIdentityNotificationAttributesRequest", "variableSetterType" : "GetIdentityNotificationAttributesRequest" }, "wrapper" : false }, "GetIdentityNotificationAttributesResult" : { "c2jName" : "GetIdentityNotificationAttributesResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                                                                                                  Represents the notification attributes for a list of identities.

                                                                                                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "NotificationAttributes", "c2jShape" : "NotificationAttributes", "deprecated" : false, "documentation" : "

                                                                                                  A map of Identity to IdentityNotificationAttributes.

                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                  A map of Identity to IdentityNotificationAttributes.

                                                                                                  \n@param notificationAttributes A map of Identity to IdentityNotificationAttributes.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withNotificationAttributes", "getterDocumentation" : "/**

                                                                                                  A map of Identity to IdentityNotificationAttributes.

                                                                                                  \n@return A map of Identity to IdentityNotificationAttributes.*/", "getterMethodName" : "getNotificationAttributes", "getterModel" : { "returnType" : "java.util.Map", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NotificationAttributes", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "NotificationAttributes", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : true, "mapModel" : { "implType" : "com.amazonaws.internal.SdkInternalMap", "interfaceType" : "java.util.Map", "keyLocationName" : "key", "keyModel" : null, "keyType" : "String", "valueLocationName" : "value", "valueModel" : { "c2jName" : "value", "c2jShape" : "IdentityNotificationAttributes", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withValue", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getValue", "getterModel" : { "returnType" : "IdentityNotificationAttributes", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "value", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "value", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Value", "setterDocumentation" : "/**\n@param value */", "setterMethodName" : "setValue", "setterModel" : { "variableDeclarationType" : "IdentityNotificationAttributes", "variableName" : "value", "variableType" : "IdentityNotificationAttributes", "documentation" : "", "simpleType" : "IdentityNotificationAttributes", "variableSetterType" : "IdentityNotificationAttributes" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "IdentityNotificationAttributes", "variableName" : "value", "variableType" : "IdentityNotificationAttributes", "documentation" : "", "simpleType" : "IdentityNotificationAttributes", "variableSetterType" : "IdentityNotificationAttributes" }, "xmlNameSpaceUri" : null }, "valueType" : "IdentityNotificationAttributes", "entryType" : "Map.Entry", "keySimple" : true, "templateImplType" : "com.amazonaws.internal.SdkInternalMap", "templateType" : "java.util.Map", "valueList" : false, "valueSimple" : false }, "marshallingTargetClass" : "Map", "marshallingType" : "MAP", "name" : "NotificationAttributes", "setterDocumentation" : "/**

                                                                                                  A map of Identity to IdentityNotificationAttributes.

                                                                                                  \n@param notificationAttributes A map of Identity to IdentityNotificationAttributes.*/", "setterMethodName" : "setNotificationAttributes", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalMap", "variableName" : "notificationAttributes", "variableType" : "java.util.Map", "documentation" : "", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "simple" : false, "varargSetterDocumentation" : "/**

                                                                                                  A map of Identity to IdentityNotificationAttributes.

                                                                                                  \n@param notificationAttributes A map of Identity to IdentityNotificationAttributes.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalMap", "variableName" : "notificationAttributes", "variableType" : "java.util.Map", "documentation" : "

                                                                                                  A map of Identity to IdentityNotificationAttributes.

                                                                                                  ", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "NotificationAttributes" : { "c2jName" : "NotificationAttributes", "c2jShape" : "NotificationAttributes", "deprecated" : false, "documentation" : "

                                                                                                  A map of Identity to IdentityNotificationAttributes.

                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                  A map of Identity to IdentityNotificationAttributes.

                                                                                                  \n@param notificationAttributes A map of Identity to IdentityNotificationAttributes.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withNotificationAttributes", "getterDocumentation" : "/**

                                                                                                  A map of Identity to IdentityNotificationAttributes.

                                                                                                  \n@return A map of Identity to IdentityNotificationAttributes.*/", "getterMethodName" : "getNotificationAttributes", "getterModel" : { "returnType" : "java.util.Map", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NotificationAttributes", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "NotificationAttributes", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : true, "mapModel" : { "implType" : "com.amazonaws.internal.SdkInternalMap", "interfaceType" : "java.util.Map", "keyLocationName" : "key", "keyModel" : null, "keyType" : "String", "valueLocationName" : "value", "valueModel" : { "c2jName" : "value", "c2jShape" : "IdentityNotificationAttributes", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withValue", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getValue", "getterModel" : { "returnType" : "IdentityNotificationAttributes", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "value", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "value", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Value", "setterDocumentation" : "/**\n@param value */", "setterMethodName" : "setValue", "setterModel" : { "variableDeclarationType" : "IdentityNotificationAttributes", "variableName" : "value", "variableType" : "IdentityNotificationAttributes", "documentation" : "", "simpleType" : "IdentityNotificationAttributes", "variableSetterType" : "IdentityNotificationAttributes" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "IdentityNotificationAttributes", "variableName" : "value", "variableType" : "IdentityNotificationAttributes", "documentation" : "", "simpleType" : "IdentityNotificationAttributes", "variableSetterType" : "IdentityNotificationAttributes" }, "xmlNameSpaceUri" : null }, "valueType" : "IdentityNotificationAttributes", "entryType" : "Map.Entry", "keySimple" : true, "templateImplType" : "com.amazonaws.internal.SdkInternalMap", "templateType" : "java.util.Map", "valueList" : false, "valueSimple" : false }, "marshallingTargetClass" : "Map", "marshallingType" : "MAP", "name" : "NotificationAttributes", "setterDocumentation" : "/**

                                                                                                  A map of Identity to IdentityNotificationAttributes.

                                                                                                  \n@param notificationAttributes A map of Identity to IdentityNotificationAttributes.*/", "setterMethodName" : "setNotificationAttributes", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalMap", "variableName" : "notificationAttributes", "variableType" : "java.util.Map", "documentation" : "", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "simple" : false, "varargSetterDocumentation" : "/**

                                                                                                  A map of Identity to IdentityNotificationAttributes.

                                                                                                  \n@param notificationAttributes A map of Identity to IdentityNotificationAttributes.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalMap", "variableName" : "notificationAttributes", "variableType" : "java.util.Map", "documentation" : "

                                                                                                  A map of Identity to IdentityNotificationAttributes.

                                                                                                  ", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "xmlNameSpaceUri" : null } }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "NotificationAttributes" ], "shapeName" : "GetIdentityNotificationAttributesResult", "unmarshaller" : { "flattened" : false, "resultWrapper" : "GetIdentityNotificationAttributesResult" }, "variable" : { "variableDeclarationType" : "GetIdentityNotificationAttributesResult", "variableName" : "getIdentityNotificationAttributesResult", "variableType" : "GetIdentityNotificationAttributesResult", "documentation" : null, "simpleType" : "GetIdentityNotificationAttributesResult", "variableSetterType" : "GetIdentityNotificationAttributesResult" }, "wrapper" : false }, "GetIdentityPoliciesRequest" : { "c2jName" : "GetIdentityPoliciesRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                                                                                                  Represents a request to return the requested sending authorization policies for an identity. Sending authorization is an Amazon SES feature that enables you to authorize other senders to use your identities. For information, see the Amazon SES Developer Guide.

                                                                                                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "GetIdentityPolicies", "locationName" : null, "requestUri" : "/", "target" : null, "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "c2jName" : "Identity", "c2jShape" : "Identity", "deprecated" : false, "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.

                                                                                                  ", "enumType" : null, "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.*/", "fluentSetterMethodName" : "withIdentity", "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.*/", "getterMethodName" : "getIdentity", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Identity", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Identity", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Identity", "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.*/", "setterMethodName" : "setIdentity", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "identity", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "identity", "variableType" : "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.

                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "PolicyNames", "c2jShape" : "PolicyNameList", "deprecated" : false, "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.

                                                                                                  ", "enumType" : null, "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.*/", "fluentSetterMethodName" : "withPolicyNames", "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.*/", "getterMethodName" : "getPolicyNames", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "PolicyNames", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "PolicyNames", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : true, "listModel" : { "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "PolicyName", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withMember", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getMember", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "simpleType" : "String", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "PolicyNames", "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.*/", "setterMethodName" : "setPolicyNames", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "policyNames", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "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.

                                                                                                  \n

                                                                                                  NOTE: 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.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "policyNames", "variableType" : "java.util.List", "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.

                                                                                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Identity" : { "c2jName" : "Identity", "c2jShape" : "Identity", "deprecated" : false, "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.

                                                                                                  ", "enumType" : null, "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.*/", "fluentSetterMethodName" : "withIdentity", "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.*/", "getterMethodName" : "getIdentity", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Identity", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Identity", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Identity", "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.*/", "setterMethodName" : "setIdentity", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "identity", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "identity", "variableType" : "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.

                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "PolicyNames" : { "c2jName" : "PolicyNames", "c2jShape" : "PolicyNameList", "deprecated" : false, "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.

                                                                                                  ", "enumType" : null, "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.*/", "fluentSetterMethodName" : "withPolicyNames", "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.*/", "getterMethodName" : "getPolicyNames", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "PolicyNames", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "PolicyNames", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : true, "listModel" : { "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "PolicyName", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withMember", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getMember", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "simpleType" : "String", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "PolicyNames", "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.*/", "setterMethodName" : "setPolicyNames", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "policyNames", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "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.

                                                                                                  \n

                                                                                                  NOTE: 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.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "policyNames", "variableType" : "java.util.List", "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.

                                                                                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "Identity", "PolicyNames" ], "shapeName" : "GetIdentityPoliciesRequest", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "GetIdentityPoliciesRequest", "variableName" : "getIdentityPoliciesRequest", "variableType" : "GetIdentityPoliciesRequest", "documentation" : null, "simpleType" : "GetIdentityPoliciesRequest", "variableSetterType" : "GetIdentityPoliciesRequest" }, "wrapper" : false }, "GetIdentityPoliciesResult" : { "c2jName" : "GetIdentityPoliciesResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                                                                                                  Represents the requested sending authorization policies.

                                                                                                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "Policies", "c2jShape" : "PolicyMap", "deprecated" : false, "documentation" : "

                                                                                                  A map of policy names to policies.

                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                  A map of policy names to policies.

                                                                                                  \n@param policies A map of policy names to policies.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withPolicies", "getterDocumentation" : "/**

                                                                                                  A map of policy names to policies.

                                                                                                  \n@return A map of policy names to policies.*/", "getterMethodName" : "getPolicies", "getterModel" : { "returnType" : "java.util.Map", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Policies", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Policies", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : true, "mapModel" : { "implType" : "com.amazonaws.internal.SdkInternalMap", "interfaceType" : "java.util.Map", "keyLocationName" : "key", "keyModel" : null, "keyType" : "String", "valueLocationName" : "value", "valueModel" : { "c2jName" : "value", "c2jShape" : "Policy", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withValue", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getValue", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "value", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "value", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Value", "setterDocumentation" : "/**\n@param value */", "setterMethodName" : "setValue", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "valueType" : "String", "entryType" : "Map.Entry", "keySimple" : true, "templateImplType" : "com.amazonaws.internal.SdkInternalMap", "templateType" : "java.util.Map", "valueList" : false, "valueSimple" : true }, "marshallingTargetClass" : "Map", "marshallingType" : "MAP", "name" : "Policies", "setterDocumentation" : "/**

                                                                                                  A map of policy names to policies.

                                                                                                  \n@param policies A map of policy names to policies.*/", "setterMethodName" : "setPolicies", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalMap", "variableName" : "policies", "variableType" : "java.util.Map", "documentation" : "", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "simple" : false, "varargSetterDocumentation" : "/**

                                                                                                  A map of policy names to policies.

                                                                                                  \n@param policies A map of policy names to policies.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalMap", "variableName" : "policies", "variableType" : "java.util.Map", "documentation" : "

                                                                                                  A map of policy names to policies.

                                                                                                  ", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Policies" : { "c2jName" : "Policies", "c2jShape" : "PolicyMap", "deprecated" : false, "documentation" : "

                                                                                                  A map of policy names to policies.

                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                  A map of policy names to policies.

                                                                                                  \n@param policies A map of policy names to policies.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withPolicies", "getterDocumentation" : "/**

                                                                                                  A map of policy names to policies.

                                                                                                  \n@return A map of policy names to policies.*/", "getterMethodName" : "getPolicies", "getterModel" : { "returnType" : "java.util.Map", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Policies", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Policies", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : true, "mapModel" : { "implType" : "com.amazonaws.internal.SdkInternalMap", "interfaceType" : "java.util.Map", "keyLocationName" : "key", "keyModel" : null, "keyType" : "String", "valueLocationName" : "value", "valueModel" : { "c2jName" : "value", "c2jShape" : "Policy", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withValue", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getValue", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "value", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "value", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Value", "setterDocumentation" : "/**\n@param value */", "setterMethodName" : "setValue", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "valueType" : "String", "entryType" : "Map.Entry", "keySimple" : true, "templateImplType" : "com.amazonaws.internal.SdkInternalMap", "templateType" : "java.util.Map", "valueList" : false, "valueSimple" : true }, "marshallingTargetClass" : "Map", "marshallingType" : "MAP", "name" : "Policies", "setterDocumentation" : "/**

                                                                                                  A map of policy names to policies.

                                                                                                  \n@param policies A map of policy names to policies.*/", "setterMethodName" : "setPolicies", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalMap", "variableName" : "policies", "variableType" : "java.util.Map", "documentation" : "", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "simple" : false, "varargSetterDocumentation" : "/**

                                                                                                  A map of policy names to policies.

                                                                                                  \n@param policies A map of policy names to policies.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalMap", "variableName" : "policies", "variableType" : "java.util.Map", "documentation" : "

                                                                                                  A map of policy names to policies.

                                                                                                  ", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "xmlNameSpaceUri" : null } }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "Policies" ], "shapeName" : "GetIdentityPoliciesResult", "unmarshaller" : { "flattened" : false, "resultWrapper" : "GetIdentityPoliciesResult" }, "variable" : { "variableDeclarationType" : "GetIdentityPoliciesResult", "variableName" : "getIdentityPoliciesResult", "variableType" : "GetIdentityPoliciesResult", "documentation" : null, "simpleType" : "GetIdentityPoliciesResult", "variableSetterType" : "GetIdentityPoliciesResult" }, "wrapper" : false }, "GetIdentityVerificationAttributesRequest" : { "c2jName" : "GetIdentityVerificationAttributesRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                                                                                                  Represents a request to return the Amazon SES verification status of a list of identities. For domain identities, this request also returns the verification token. For information about verifying identities with Amazon SES, see the Amazon SES Developer Guide.

                                                                                                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "GetIdentityVerificationAttributes", "locationName" : null, "requestUri" : "/", "target" : null, "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "c2jName" : "Identities", "c2jShape" : "IdentityList", "deprecated" : false, "documentation" : "

                                                                                                  A list of identities.

                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                  A list of identities.

                                                                                                  \n@param identities A list of identities.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withIdentities", "getterDocumentation" : "/**

                                                                                                  A list of identities.

                                                                                                  \n@return A list of identities.*/", "getterMethodName" : "getIdentities", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Identities", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Identities", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : true, "listModel" : { "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "Identity", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withMember", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getMember", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "simpleType" : "String", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "Identities", "setterDocumentation" : "/**

                                                                                                  A list of identities.

                                                                                                  \n@param identities A list of identities.*/", "setterMethodName" : "setIdentities", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "identities", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

                                                                                                  A list of identities.

                                                                                                  \n

                                                                                                  NOTE: 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 identities.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "identities", "variableType" : "java.util.List", "documentation" : "

                                                                                                  A list of identities.

                                                                                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Identities" : { "c2jName" : "Identities", "c2jShape" : "IdentityList", "deprecated" : false, "documentation" : "

                                                                                                  A list of identities.

                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                  A list of identities.

                                                                                                  \n@param identities A list of identities.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withIdentities", "getterDocumentation" : "/**

                                                                                                  A list of identities.

                                                                                                  \n@return A list of identities.*/", "getterMethodName" : "getIdentities", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Identities", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Identities", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : true, "listModel" : { "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "Identity", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withMember", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getMember", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "simpleType" : "String", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "Identities", "setterDocumentation" : "/**

                                                                                                  A list of identities.

                                                                                                  \n@param identities A list of identities.*/", "setterMethodName" : "setIdentities", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "identities", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

                                                                                                  A list of identities.

                                                                                                  \n

                                                                                                  NOTE: 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 identities.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "identities", "variableType" : "java.util.List", "documentation" : "

                                                                                                  A list of identities.

                                                                                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "Identities" ], "shapeName" : "GetIdentityVerificationAttributesRequest", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "GetIdentityVerificationAttributesRequest", "variableName" : "getIdentityVerificationAttributesRequest", "variableType" : "GetIdentityVerificationAttributesRequest", "documentation" : null, "simpleType" : "GetIdentityVerificationAttributesRequest", "variableSetterType" : "GetIdentityVerificationAttributesRequest" }, "wrapper" : false }, "GetIdentityVerificationAttributesResult" : { "c2jName" : "GetIdentityVerificationAttributesResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                                                                                                  The Amazon SES verification status of a list of identities. For domain identities, this response also contains the verification token.

                                                                                                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "VerificationAttributes", "c2jShape" : "VerificationAttributes", "deprecated" : false, "documentation" : "

                                                                                                  A map of Identities to IdentityVerificationAttributes objects.

                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                  A map of Identities to IdentityVerificationAttributes objects.

                                                                                                  \n@param verificationAttributes A map of Identities to IdentityVerificationAttributes objects.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withVerificationAttributes", "getterDocumentation" : "/**

                                                                                                  A map of Identities to IdentityVerificationAttributes objects.

                                                                                                  \n@return A map of Identities to IdentityVerificationAttributes objects.*/", "getterMethodName" : "getVerificationAttributes", "getterModel" : { "returnType" : "java.util.Map", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "VerificationAttributes", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "VerificationAttributes", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : true, "mapModel" : { "implType" : "com.amazonaws.internal.SdkInternalMap", "interfaceType" : "java.util.Map", "keyLocationName" : "key", "keyModel" : null, "keyType" : "String", "valueLocationName" : "value", "valueModel" : { "c2jName" : "value", "c2jShape" : "IdentityVerificationAttributes", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withValue", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getValue", "getterModel" : { "returnType" : "IdentityVerificationAttributes", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "value", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "value", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Value", "setterDocumentation" : "/**\n@param value */", "setterMethodName" : "setValue", "setterModel" : { "variableDeclarationType" : "IdentityVerificationAttributes", "variableName" : "value", "variableType" : "IdentityVerificationAttributes", "documentation" : "", "simpleType" : "IdentityVerificationAttributes", "variableSetterType" : "IdentityVerificationAttributes" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "IdentityVerificationAttributes", "variableName" : "value", "variableType" : "IdentityVerificationAttributes", "documentation" : "", "simpleType" : "IdentityVerificationAttributes", "variableSetterType" : "IdentityVerificationAttributes" }, "xmlNameSpaceUri" : null }, "valueType" : "IdentityVerificationAttributes", "entryType" : "Map.Entry", "keySimple" : true, "templateImplType" : "com.amazonaws.internal.SdkInternalMap", "templateType" : "java.util.Map", "valueList" : false, "valueSimple" : false }, "marshallingTargetClass" : "Map", "marshallingType" : "MAP", "name" : "VerificationAttributes", "setterDocumentation" : "/**

                                                                                                  A map of Identities to IdentityVerificationAttributes objects.

                                                                                                  \n@param verificationAttributes A map of Identities to IdentityVerificationAttributes objects.*/", "setterMethodName" : "setVerificationAttributes", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalMap", "variableName" : "verificationAttributes", "variableType" : "java.util.Map", "documentation" : "", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "simple" : false, "varargSetterDocumentation" : "/**

                                                                                                  A map of Identities to IdentityVerificationAttributes objects.

                                                                                                  \n@param verificationAttributes A map of Identities to IdentityVerificationAttributes objects.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalMap", "variableName" : "verificationAttributes", "variableType" : "java.util.Map", "documentation" : "

                                                                                                  A map of Identities to IdentityVerificationAttributes objects.

                                                                                                  ", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "VerificationAttributes" : { "c2jName" : "VerificationAttributes", "c2jShape" : "VerificationAttributes", "deprecated" : false, "documentation" : "

                                                                                                  A map of Identities to IdentityVerificationAttributes objects.

                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                  A map of Identities to IdentityVerificationAttributes objects.

                                                                                                  \n@param verificationAttributes A map of Identities to IdentityVerificationAttributes objects.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withVerificationAttributes", "getterDocumentation" : "/**

                                                                                                  A map of Identities to IdentityVerificationAttributes objects.

                                                                                                  \n@return A map of Identities to IdentityVerificationAttributes objects.*/", "getterMethodName" : "getVerificationAttributes", "getterModel" : { "returnType" : "java.util.Map", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "VerificationAttributes", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "VerificationAttributes", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : true, "mapModel" : { "implType" : "com.amazonaws.internal.SdkInternalMap", "interfaceType" : "java.util.Map", "keyLocationName" : "key", "keyModel" : null, "keyType" : "String", "valueLocationName" : "value", "valueModel" : { "c2jName" : "value", "c2jShape" : "IdentityVerificationAttributes", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withValue", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getValue", "getterModel" : { "returnType" : "IdentityVerificationAttributes", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "value", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "value", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Value", "setterDocumentation" : "/**\n@param value */", "setterMethodName" : "setValue", "setterModel" : { "variableDeclarationType" : "IdentityVerificationAttributes", "variableName" : "value", "variableType" : "IdentityVerificationAttributes", "documentation" : "", "simpleType" : "IdentityVerificationAttributes", "variableSetterType" : "IdentityVerificationAttributes" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "IdentityVerificationAttributes", "variableName" : "value", "variableType" : "IdentityVerificationAttributes", "documentation" : "", "simpleType" : "IdentityVerificationAttributes", "variableSetterType" : "IdentityVerificationAttributes" }, "xmlNameSpaceUri" : null }, "valueType" : "IdentityVerificationAttributes", "entryType" : "Map.Entry", "keySimple" : true, "templateImplType" : "com.amazonaws.internal.SdkInternalMap", "templateType" : "java.util.Map", "valueList" : false, "valueSimple" : false }, "marshallingTargetClass" : "Map", "marshallingType" : "MAP", "name" : "VerificationAttributes", "setterDocumentation" : "/**

                                                                                                  A map of Identities to IdentityVerificationAttributes objects.

                                                                                                  \n@param verificationAttributes A map of Identities to IdentityVerificationAttributes objects.*/", "setterMethodName" : "setVerificationAttributes", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalMap", "variableName" : "verificationAttributes", "variableType" : "java.util.Map", "documentation" : "", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "simple" : false, "varargSetterDocumentation" : "/**

                                                                                                  A map of Identities to IdentityVerificationAttributes objects.

                                                                                                  \n@param verificationAttributes A map of Identities to IdentityVerificationAttributes objects.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalMap", "variableName" : "verificationAttributes", "variableType" : "java.util.Map", "documentation" : "

                                                                                                  A map of Identities to IdentityVerificationAttributes objects.

                                                                                                  ", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "xmlNameSpaceUri" : null } }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "VerificationAttributes" ], "shapeName" : "GetIdentityVerificationAttributesResult", "unmarshaller" : { "flattened" : false, "resultWrapper" : "GetIdentityVerificationAttributesResult" }, "variable" : { "variableDeclarationType" : "GetIdentityVerificationAttributesResult", "variableName" : "getIdentityVerificationAttributesResult", "variableType" : "GetIdentityVerificationAttributesResult", "documentation" : null, "simpleType" : "GetIdentityVerificationAttributesResult", "variableSetterType" : "GetIdentityVerificationAttributesResult" }, "wrapper" : false }, "GetSendQuotaRequest" : { "c2jName" : "GetSendQuotaRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : null, "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "GetSendQuota", "locationName" : null, "requestUri" : "/", "target" : null, "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : null, "membersAsMap" : { }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "GetSendQuotaRequest", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "GetSendQuotaRequest", "variableName" : "getSendQuotaRequest", "variableType" : "GetSendQuotaRequest", "documentation" : null, "simpleType" : "GetSendQuotaRequest", "variableSetterType" : "GetSendQuotaRequest" }, "wrapper" : false }, "GetSendQuotaResult" : { "c2jName" : "GetSendQuotaResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                                                                                                  Represents your Amazon SES daily sending quota, maximum send rate, and the number of emails you have sent in the last 24 hours.

                                                                                                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "Max24HourSend", "c2jShape" : "Max24HourSend", "deprecated" : false, "documentation" : "

                                                                                                  The maximum number of emails the user is allowed to send in a 24-hour interval. A value of -1 signifies an unlimited quota.

                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                  The maximum number of emails the user is allowed to send in a 24-hour interval. A value of -1 signifies an unlimited quota.

                                                                                                  \n@param max24HourSend The maximum number of emails the user is allowed to send in a 24-hour interval. A value of -1 signifies an unlimited quota.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withMax24HourSend", "getterDocumentation" : "/**

                                                                                                  The maximum number of emails the user is allowed to send in a 24-hour interval. A value of -1 signifies an unlimited quota.

                                                                                                  \n@return The maximum number of emails the user is allowed to send in a 24-hour interval. A value of -1 signifies an unlimited quota.*/", "getterMethodName" : "getMax24HourSend", "getterModel" : { "returnType" : "Double", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Max24HourSend", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Max24HourSend", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Double", "marshallingType" : "DOUBLE", "name" : "Max24HourSend", "setterDocumentation" : "/**

                                                                                                  The maximum number of emails the user is allowed to send in a 24-hour interval. A value of -1 signifies an unlimited quota.

                                                                                                  \n@param max24HourSend The maximum number of emails the user is allowed to send in a 24-hour interval. A value of -1 signifies an unlimited quota.*/", "setterMethodName" : "setMax24HourSend", "setterModel" : { "variableDeclarationType" : "Double", "variableName" : "max24HourSend", "variableType" : "Double", "documentation" : "", "simpleType" : "Double", "variableSetterType" : "Double" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                  The maximum number of emails the user is allowed to send in a 24-hour interval. A value of -1 signifies an unlimited quota.

                                                                                                  \n@param max24HourSend The maximum number of emails the user is allowed to send in a 24-hour interval. A value of -1 signifies an unlimited quota.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Double", "variableName" : "max24HourSend", "variableType" : "Double", "documentation" : "

                                                                                                  The maximum number of emails the user is allowed to send in a 24-hour interval. A value of -1 signifies an unlimited quota.

                                                                                                  ", "simpleType" : "Double", "variableSetterType" : "Double" }, "xmlNameSpaceUri" : null }, { "c2jName" : "MaxSendRate", "c2jShape" : "MaxSendRate", "deprecated" : false, "documentation" : "

                                                                                                  The maximum number of emails that Amazon SES can accept from the user's account per second.

                                                                                                  The rate at which Amazon SES accepts the user's messages might be less than the maximum send rate.

                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                  The maximum number of emails that Amazon SES can accept from the user's account per second.

                                                                                                  The rate at which Amazon SES accepts the user's messages might be less than the maximum send rate.

                                                                                                  \n@param maxSendRate The maximum number of emails that Amazon SES can accept from the user's account per second.

                                                                                                  The rate at which Amazon SES accepts the user's messages might be less than the maximum send rate.

                                                                                                  \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withMaxSendRate", "getterDocumentation" : "/**

                                                                                                  The maximum number of emails that Amazon SES can accept from the user's account per second.

                                                                                                  The rate at which Amazon SES accepts the user's messages might be less than the maximum send rate.

                                                                                                  \n@return The maximum number of emails that Amazon SES can accept from the user's account per second.

                                                                                                  The rate at which Amazon SES accepts the user's messages might be less than the maximum send rate.

                                                                                                  */", "getterMethodName" : "getMaxSendRate", "getterModel" : { "returnType" : "Double", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "MaxSendRate", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "MaxSendRate", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Double", "marshallingType" : "DOUBLE", "name" : "MaxSendRate", "setterDocumentation" : "/**

                                                                                                  The maximum number of emails that Amazon SES can accept from the user's account per second.

                                                                                                  The rate at which Amazon SES accepts the user's messages might be less than the maximum send rate.

                                                                                                  \n@param maxSendRate The maximum number of emails that Amazon SES can accept from the user's account per second.

                                                                                                  The rate at which Amazon SES accepts the user's messages might be less than the maximum send rate.

                                                                                                  */", "setterMethodName" : "setMaxSendRate", "setterModel" : { "variableDeclarationType" : "Double", "variableName" : "maxSendRate", "variableType" : "Double", "documentation" : "", "simpleType" : "Double", "variableSetterType" : "Double" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                  The maximum number of emails that Amazon SES can accept from the user's account per second.

                                                                                                  The rate at which Amazon SES accepts the user's messages might be less than the maximum send rate.

                                                                                                  \n@param maxSendRate The maximum number of emails that Amazon SES can accept from the user's account per second.

                                                                                                  The rate at which Amazon SES accepts the user's messages might be less than the maximum send rate.

                                                                                                  \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Double", "variableName" : "maxSendRate", "variableType" : "Double", "documentation" : "

                                                                                                  The maximum number of emails that Amazon SES can accept from the user's account per second.

                                                                                                  The rate at which Amazon SES accepts the user's messages might be less than the maximum send rate.

                                                                                                  ", "simpleType" : "Double", "variableSetterType" : "Double" }, "xmlNameSpaceUri" : null }, { "c2jName" : "SentLast24Hours", "c2jShape" : "SentLast24Hours", "deprecated" : false, "documentation" : "

                                                                                                  The number of emails sent during the previous 24 hours.

                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                  The number of emails sent during the previous 24 hours.

                                                                                                  \n@param sentLast24Hours The number of emails sent during the previous 24 hours.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withSentLast24Hours", "getterDocumentation" : "/**

                                                                                                  The number of emails sent during the previous 24 hours.

                                                                                                  \n@return The number of emails sent during the previous 24 hours.*/", "getterMethodName" : "getSentLast24Hours", "getterModel" : { "returnType" : "Double", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "SentLast24Hours", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "SentLast24Hours", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Double", "marshallingType" : "DOUBLE", "name" : "SentLast24Hours", "setterDocumentation" : "/**

                                                                                                  The number of emails sent during the previous 24 hours.

                                                                                                  \n@param sentLast24Hours The number of emails sent during the previous 24 hours.*/", "setterMethodName" : "setSentLast24Hours", "setterModel" : { "variableDeclarationType" : "Double", "variableName" : "sentLast24Hours", "variableType" : "Double", "documentation" : "", "simpleType" : "Double", "variableSetterType" : "Double" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                  The number of emails sent during the previous 24 hours.

                                                                                                  \n@param sentLast24Hours The number of emails sent during the previous 24 hours.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Double", "variableName" : "sentLast24Hours", "variableType" : "Double", "documentation" : "

                                                                                                  The number of emails sent during the previous 24 hours.

                                                                                                  ", "simpleType" : "Double", "variableSetterType" : "Double" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Max24HourSend" : { "c2jName" : "Max24HourSend", "c2jShape" : "Max24HourSend", "deprecated" : false, "documentation" : "

                                                                                                  The maximum number of emails the user is allowed to send in a 24-hour interval. A value of -1 signifies an unlimited quota.

                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                  The maximum number of emails the user is allowed to send in a 24-hour interval. A value of -1 signifies an unlimited quota.

                                                                                                  \n@param max24HourSend The maximum number of emails the user is allowed to send in a 24-hour interval. A value of -1 signifies an unlimited quota.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withMax24HourSend", "getterDocumentation" : "/**

                                                                                                  The maximum number of emails the user is allowed to send in a 24-hour interval. A value of -1 signifies an unlimited quota.

                                                                                                  \n@return The maximum number of emails the user is allowed to send in a 24-hour interval. A value of -1 signifies an unlimited quota.*/", "getterMethodName" : "getMax24HourSend", "getterModel" : { "returnType" : "Double", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Max24HourSend", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Max24HourSend", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Double", "marshallingType" : "DOUBLE", "name" : "Max24HourSend", "setterDocumentation" : "/**

                                                                                                  The maximum number of emails the user is allowed to send in a 24-hour interval. A value of -1 signifies an unlimited quota.

                                                                                                  \n@param max24HourSend The maximum number of emails the user is allowed to send in a 24-hour interval. A value of -1 signifies an unlimited quota.*/", "setterMethodName" : "setMax24HourSend", "setterModel" : { "variableDeclarationType" : "Double", "variableName" : "max24HourSend", "variableType" : "Double", "documentation" : "", "simpleType" : "Double", "variableSetterType" : "Double" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                  The maximum number of emails the user is allowed to send in a 24-hour interval. A value of -1 signifies an unlimited quota.

                                                                                                  \n@param max24HourSend The maximum number of emails the user is allowed to send in a 24-hour interval. A value of -1 signifies an unlimited quota.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Double", "variableName" : "max24HourSend", "variableType" : "Double", "documentation" : "

                                                                                                  The maximum number of emails the user is allowed to send in a 24-hour interval. A value of -1 signifies an unlimited quota.

                                                                                                  ", "simpleType" : "Double", "variableSetterType" : "Double" }, "xmlNameSpaceUri" : null }, "MaxSendRate" : { "c2jName" : "MaxSendRate", "c2jShape" : "MaxSendRate", "deprecated" : false, "documentation" : "

                                                                                                  The maximum number of emails that Amazon SES can accept from the user's account per second.

                                                                                                  The rate at which Amazon SES accepts the user's messages might be less than the maximum send rate.

                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                  The maximum number of emails that Amazon SES can accept from the user's account per second.

                                                                                                  The rate at which Amazon SES accepts the user's messages might be less than the maximum send rate.

                                                                                                  \n@param maxSendRate The maximum number of emails that Amazon SES can accept from the user's account per second.

                                                                                                  The rate at which Amazon SES accepts the user's messages might be less than the maximum send rate.

                                                                                                  \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withMaxSendRate", "getterDocumentation" : "/**

                                                                                                  The maximum number of emails that Amazon SES can accept from the user's account per second.

                                                                                                  The rate at which Amazon SES accepts the user's messages might be less than the maximum send rate.

                                                                                                  \n@return The maximum number of emails that Amazon SES can accept from the user's account per second.

                                                                                                  The rate at which Amazon SES accepts the user's messages might be less than the maximum send rate.

                                                                                                  */", "getterMethodName" : "getMaxSendRate", "getterModel" : { "returnType" : "Double", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "MaxSendRate", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "MaxSendRate", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Double", "marshallingType" : "DOUBLE", "name" : "MaxSendRate", "setterDocumentation" : "/**

                                                                                                  The maximum number of emails that Amazon SES can accept from the user's account per second.

                                                                                                  The rate at which Amazon SES accepts the user's messages might be less than the maximum send rate.

                                                                                                  \n@param maxSendRate The maximum number of emails that Amazon SES can accept from the user's account per second.

                                                                                                  The rate at which Amazon SES accepts the user's messages might be less than the maximum send rate.

                                                                                                  */", "setterMethodName" : "setMaxSendRate", "setterModel" : { "variableDeclarationType" : "Double", "variableName" : "maxSendRate", "variableType" : "Double", "documentation" : "", "simpleType" : "Double", "variableSetterType" : "Double" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                  The maximum number of emails that Amazon SES can accept from the user's account per second.

                                                                                                  The rate at which Amazon SES accepts the user's messages might be less than the maximum send rate.

                                                                                                  \n@param maxSendRate The maximum number of emails that Amazon SES can accept from the user's account per second.

                                                                                                  The rate at which Amazon SES accepts the user's messages might be less than the maximum send rate.

                                                                                                  \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Double", "variableName" : "maxSendRate", "variableType" : "Double", "documentation" : "

                                                                                                  The maximum number of emails that Amazon SES can accept from the user's account per second.

                                                                                                  The rate at which Amazon SES accepts the user's messages might be less than the maximum send rate.

                                                                                                  ", "simpleType" : "Double", "variableSetterType" : "Double" }, "xmlNameSpaceUri" : null }, "SentLast24Hours" : { "c2jName" : "SentLast24Hours", "c2jShape" : "SentLast24Hours", "deprecated" : false, "documentation" : "

                                                                                                  The number of emails sent during the previous 24 hours.

                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                  The number of emails sent during the previous 24 hours.

                                                                                                  \n@param sentLast24Hours The number of emails sent during the previous 24 hours.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withSentLast24Hours", "getterDocumentation" : "/**

                                                                                                  The number of emails sent during the previous 24 hours.

                                                                                                  \n@return The number of emails sent during the previous 24 hours.*/", "getterMethodName" : "getSentLast24Hours", "getterModel" : { "returnType" : "Double", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "SentLast24Hours", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "SentLast24Hours", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Double", "marshallingType" : "DOUBLE", "name" : "SentLast24Hours", "setterDocumentation" : "/**

                                                                                                  The number of emails sent during the previous 24 hours.

                                                                                                  \n@param sentLast24Hours The number of emails sent during the previous 24 hours.*/", "setterMethodName" : "setSentLast24Hours", "setterModel" : { "variableDeclarationType" : "Double", "variableName" : "sentLast24Hours", "variableType" : "Double", "documentation" : "", "simpleType" : "Double", "variableSetterType" : "Double" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                  The number of emails sent during the previous 24 hours.

                                                                                                  \n@param sentLast24Hours The number of emails sent during the previous 24 hours.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Double", "variableName" : "sentLast24Hours", "variableType" : "Double", "documentation" : "

                                                                                                  The number of emails sent during the previous 24 hours.

                                                                                                  ", "simpleType" : "Double", "variableSetterType" : "Double" }, "xmlNameSpaceUri" : null } }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "GetSendQuotaResult", "unmarshaller" : { "flattened" : false, "resultWrapper" : "GetSendQuotaResult" }, "variable" : { "variableDeclarationType" : "GetSendQuotaResult", "variableName" : "getSendQuotaResult", "variableType" : "GetSendQuotaResult", "documentation" : null, "simpleType" : "GetSendQuotaResult", "variableSetterType" : "GetSendQuotaResult" }, "wrapper" : false }, "GetSendStatisticsRequest" : { "c2jName" : "GetSendStatisticsRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : null, "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "GetSendStatistics", "locationName" : null, "requestUri" : "/", "target" : null, "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : null, "membersAsMap" : { }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "GetSendStatisticsRequest", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "GetSendStatisticsRequest", "variableName" : "getSendStatisticsRequest", "variableType" : "GetSendStatisticsRequest", "documentation" : null, "simpleType" : "GetSendStatisticsRequest", "variableSetterType" : "GetSendStatisticsRequest" }, "wrapper" : false }, "GetSendStatisticsResult" : { "c2jName" : "GetSendStatisticsResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                                                                                                  Represents a list of data points. This list contains aggregated data from the previous two weeks of your sending activity with Amazon SES.

                                                                                                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "SendDataPoints", "c2jShape" : "SendDataPointList", "deprecated" : false, "documentation" : "

                                                                                                  A list of data points, each of which represents 15 minutes of activity.

                                                                                                  ", "enumType" : null, "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.*/", "fluentSetterMethodName" : "withSendDataPoints", "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.*/", "getterMethodName" : "getSendDataPoints", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "SendDataPoints", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "SendDataPoints", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : true, "listModel" : { "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "SendDataPoint", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withMember", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getMember", "getterModel" : { "returnType" : "SendDataPoint", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "SendDataPoint", "variableName" : "member", "variableType" : "SendDataPoint", "documentation" : "", "simpleType" : "SendDataPoint", "variableSetterType" : "SendDataPoint" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "SendDataPoint", "variableName" : "member", "variableType" : "SendDataPoint", "documentation" : "", "simpleType" : "SendDataPoint", "variableSetterType" : "SendDataPoint" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "SendDataPoint", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "simpleType" : "SendDataPoint", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "SendDataPoints", "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.*/", "setterMethodName" : "setSendDataPoints", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "sendDataPoints", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

                                                                                                  A list of data points, each of which represents 15 minutes of activity.

                                                                                                  \n

                                                                                                  NOTE: 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.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "sendDataPoints", "variableType" : "java.util.List", "documentation" : "

                                                                                                  A list of data points, each of which represents 15 minutes of activity.

                                                                                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "SendDataPoints" : { "c2jName" : "SendDataPoints", "c2jShape" : "SendDataPointList", "deprecated" : false, "documentation" : "

                                                                                                  A list of data points, each of which represents 15 minutes of activity.

                                                                                                  ", "enumType" : null, "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.*/", "fluentSetterMethodName" : "withSendDataPoints", "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.*/", "getterMethodName" : "getSendDataPoints", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "SendDataPoints", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "SendDataPoints", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : true, "listModel" : { "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "SendDataPoint", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withMember", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getMember", "getterModel" : { "returnType" : "SendDataPoint", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "SendDataPoint", "variableName" : "member", "variableType" : "SendDataPoint", "documentation" : "", "simpleType" : "SendDataPoint", "variableSetterType" : "SendDataPoint" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "SendDataPoint", "variableName" : "member", "variableType" : "SendDataPoint", "documentation" : "", "simpleType" : "SendDataPoint", "variableSetterType" : "SendDataPoint" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "SendDataPoint", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "simpleType" : "SendDataPoint", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "SendDataPoints", "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.*/", "setterMethodName" : "setSendDataPoints", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "sendDataPoints", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

                                                                                                  A list of data points, each of which represents 15 minutes of activity.

                                                                                                  \n

                                                                                                  NOTE: 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.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "sendDataPoints", "variableType" : "java.util.List", "documentation" : "

                                                                                                  A list of data points, each of which represents 15 minutes of activity.

                                                                                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "GetSendStatisticsResult", "unmarshaller" : { "flattened" : false, "resultWrapper" : "GetSendStatisticsResult" }, "variable" : { "variableDeclarationType" : "GetSendStatisticsResult", "variableName" : "getSendStatisticsResult", "variableType" : "GetSendStatisticsResult", "documentation" : null, "simpleType" : "GetSendStatisticsResult", "variableSetterType" : "GetSendStatisticsResult" }, "wrapper" : false }, "IdentityDkimAttributes" : { "c2jName" : "IdentityDkimAttributes", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                                                                                                  Represents the DKIM attributes of a verified email address or a domain.

                                                                                                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "DkimEnabled", "c2jShape" : "Enabled", "deprecated" : false, "documentation" : "

                                                                                                  True if DKIM signing is enabled for email sent from the identity; false otherwise. The default value is true.

                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                  True if DKIM signing is enabled for email sent from the identity; false otherwise. The default value is true.

                                                                                                  \n@param dkimEnabled True if DKIM signing is enabled for email sent from the identity; false otherwise. The default value is true.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withDkimEnabled", "getterDocumentation" : "/**

                                                                                                  True if DKIM signing is enabled for email sent from the identity; false otherwise. The default value is true.

                                                                                                  \n@return True if DKIM signing is enabled for email sent from the identity; false otherwise. The default value is true.*/", "getterMethodName" : "getDkimEnabled", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "DkimEnabled", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "DkimEnabled", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Boolean", "marshallingType" : "BOOLEAN", "name" : "DkimEnabled", "setterDocumentation" : "/**

                                                                                                  True if DKIM signing is enabled for email sent from the identity; false otherwise. The default value is true.

                                                                                                  \n@param dkimEnabled True if DKIM signing is enabled for email sent from the identity; false otherwise. The default value is true.*/", "setterMethodName" : "setDkimEnabled", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "dkimEnabled", "variableType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                  True if DKIM signing is enabled for email sent from the identity; false otherwise. The default value is true.

                                                                                                  \n@param dkimEnabled True if DKIM signing is enabled for email sent from the identity; false otherwise. The default value is true.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "dkimEnabled", "variableType" : "Boolean", "documentation" : "

                                                                                                  True if DKIM signing is enabled for email sent from the identity; false otherwise. The default value is true.

                                                                                                  ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlNameSpaceUri" : null }, { "c2jName" : "DkimVerificationStatus", "c2jShape" : "VerificationStatus", "deprecated" : false, "documentation" : "

                                                                                                  Describes whether Amazon SES has successfully verified the DKIM DNS records (tokens) published in the domain name's DNS. (This only applies to domain identities, not email address identities.)

                                                                                                  ", "enumType" : "VerificationStatus", "fluentSetterDocumentation" : "/**

                                                                                                  Describes whether Amazon SES has successfully verified the DKIM DNS records (tokens) published in the domain name's DNS. (This only applies to domain identities, not email address identities.)

                                                                                                  \n@param dkimVerificationStatus Describes whether Amazon SES has successfully verified the DKIM DNS records (tokens) published in the domain name's DNS. (This only applies to domain identities, not email address identities.)\n@return Returns a reference to this object so that method calls can be chained together.\n@see VerificationStatus*/", "fluentSetterMethodName" : "withDkimVerificationStatus", "getterDocumentation" : "/**

                                                                                                  Describes whether Amazon SES has successfully verified the DKIM DNS records (tokens) published in the domain name's DNS. (This only applies to domain identities, not email address identities.)

                                                                                                  \n@return Describes whether Amazon SES has successfully verified the DKIM DNS records (tokens) published in the domain name's DNS. (This only applies to domain identities, not email address identities.)\n@see VerificationStatus*/", "getterMethodName" : "getDkimVerificationStatus", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "DkimVerificationStatus", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "DkimVerificationStatus", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "DkimVerificationStatus", "setterDocumentation" : "/**

                                                                                                  Describes whether Amazon SES has successfully verified the DKIM DNS records (tokens) published in the domain name's DNS. (This only applies to domain identities, not email address identities.)

                                                                                                  \n@param dkimVerificationStatus Describes whether Amazon SES has successfully verified the DKIM DNS records (tokens) published in the domain name's DNS. (This only applies to domain identities, not email address identities.)\n@see VerificationStatus*/", "setterMethodName" : "setDkimVerificationStatus", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "dkimVerificationStatus", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                  Describes whether Amazon SES has successfully verified the DKIM DNS records (tokens) published in the domain name's DNS. (This only applies to domain identities, not email address identities.)

                                                                                                  \n@param dkimVerificationStatus Describes whether Amazon SES has successfully verified the DKIM DNS records (tokens) published in the domain name's DNS. (This only applies to domain identities, not email address identities.)\n@return Returns a reference to this object so that method calls can be chained together.\n@see VerificationStatus*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "dkimVerificationStatus", "variableType" : "String", "documentation" : "

                                                                                                  Describes whether Amazon SES has successfully verified the DKIM DNS records (tokens) published in the domain name's DNS. (This only applies to domain identities, not email address identities.)

                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "DkimTokens", "c2jShape" : "VerificationTokenList", "deprecated" : false, "documentation" : "

                                                                                                  A set of character strings that represent the 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 only applies to domain identities, not email address identities.)

                                                                                                  For more information about creating DNS records using DKIM tokens, go to the Amazon SES Developer Guide.

                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                  A set of character strings that represent the 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 only applies to domain identities, not email address identities.)

                                                                                                  For more information about creating DNS records using DKIM tokens, go to the Amazon SES Developer Guide.

                                                                                                  \n@param dkimTokens A set of character strings that represent the 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 only applies to domain identities, not email address identities.)

                                                                                                  For more information about creating DNS records using DKIM tokens, go to the Amazon SES Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withDkimTokens", "getterDocumentation" : "/**

                                                                                                  A set of character strings that represent the 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 only applies to domain identities, not email address identities.)

                                                                                                  For more information about creating DNS records using DKIM tokens, go to the Amazon SES Developer Guide.

                                                                                                  \n@return A set of character strings that represent the 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 only applies to domain identities, not email address identities.)

                                                                                                  For more information about creating DNS records using DKIM tokens, go to the Amazon SES Developer Guide.*/", "getterMethodName" : "getDkimTokens", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "DkimTokens", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "DkimTokens", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : true, "listModel" : { "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "VerificationToken", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withMember", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getMember", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "simpleType" : "String", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "DkimTokens", "setterDocumentation" : "/**

                                                                                                  A set of character strings that represent the 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 only applies to domain identities, not email address identities.)

                                                                                                  For more information about creating DNS records using DKIM tokens, go to the Amazon SES Developer Guide.

                                                                                                  \n@param dkimTokens A set of character strings that represent the 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 only applies to domain identities, not email address identities.)

                                                                                                  For more information about creating DNS records using DKIM tokens, go to the Amazon SES Developer Guide.*/", "setterMethodName" : "setDkimTokens", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "dkimTokens", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

                                                                                                  A set of character strings that represent the 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 only applies to domain identities, not email address identities.)

                                                                                                  For more information about creating DNS records using DKIM tokens, go to the Amazon SES Developer Guide.

                                                                                                  \n

                                                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setDkimTokens(java.util.Collection)} or {@link #withDkimTokens(java.util.Collection)} if you want to override the existing values.

                                                                                                  \n@param dkimTokens A set of character strings that represent the 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 only applies to domain identities, not email address identities.)

                                                                                                  For more information about creating DNS records using DKIM tokens, go to the Amazon SES Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "dkimTokens", "variableType" : "java.util.List", "documentation" : "

                                                                                                  A set of character strings that represent the 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 only applies to domain identities, not email address identities.)

                                                                                                  For more information about creating DNS records using DKIM tokens, go to the Amazon SES Developer Guide.

                                                                                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "DkimEnabled" : { "c2jName" : "DkimEnabled", "c2jShape" : "Enabled", "deprecated" : false, "documentation" : "

                                                                                                  True if DKIM signing is enabled for email sent from the identity; false otherwise. The default value is true.

                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                  True if DKIM signing is enabled for email sent from the identity; false otherwise. The default value is true.

                                                                                                  \n@param dkimEnabled True if DKIM signing is enabled for email sent from the identity; false otherwise. The default value is true.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withDkimEnabled", "getterDocumentation" : "/**

                                                                                                  True if DKIM signing is enabled for email sent from the identity; false otherwise. The default value is true.

                                                                                                  \n@return True if DKIM signing is enabled for email sent from the identity; false otherwise. The default value is true.*/", "getterMethodName" : "getDkimEnabled", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "DkimEnabled", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "DkimEnabled", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Boolean", "marshallingType" : "BOOLEAN", "name" : "DkimEnabled", "setterDocumentation" : "/**

                                                                                                  True if DKIM signing is enabled for email sent from the identity; false otherwise. The default value is true.

                                                                                                  \n@param dkimEnabled True if DKIM signing is enabled for email sent from the identity; false otherwise. The default value is true.*/", "setterMethodName" : "setDkimEnabled", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "dkimEnabled", "variableType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                  True if DKIM signing is enabled for email sent from the identity; false otherwise. The default value is true.

                                                                                                  \n@param dkimEnabled True if DKIM signing is enabled for email sent from the identity; false otherwise. The default value is true.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "dkimEnabled", "variableType" : "Boolean", "documentation" : "

                                                                                                  True if DKIM signing is enabled for email sent from the identity; false otherwise. The default value is true.

                                                                                                  ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlNameSpaceUri" : null }, "DkimTokens" : { "c2jName" : "DkimTokens", "c2jShape" : "VerificationTokenList", "deprecated" : false, "documentation" : "

                                                                                                  A set of character strings that represent the 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 only applies to domain identities, not email address identities.)

                                                                                                  For more information about creating DNS records using DKIM tokens, go to the Amazon SES Developer Guide.

                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                  A set of character strings that represent the 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 only applies to domain identities, not email address identities.)

                                                                                                  For more information about creating DNS records using DKIM tokens, go to the Amazon SES Developer Guide.

                                                                                                  \n@param dkimTokens A set of character strings that represent the 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 only applies to domain identities, not email address identities.)

                                                                                                  For more information about creating DNS records using DKIM tokens, go to the Amazon SES Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withDkimTokens", "getterDocumentation" : "/**

                                                                                                  A set of character strings that represent the 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 only applies to domain identities, not email address identities.)

                                                                                                  For more information about creating DNS records using DKIM tokens, go to the Amazon SES Developer Guide.

                                                                                                  \n@return A set of character strings that represent the 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 only applies to domain identities, not email address identities.)

                                                                                                  For more information about creating DNS records using DKIM tokens, go to the Amazon SES Developer Guide.*/", "getterMethodName" : "getDkimTokens", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "DkimTokens", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "DkimTokens", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : true, "listModel" : { "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "VerificationToken", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withMember", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getMember", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "simpleType" : "String", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "DkimTokens", "setterDocumentation" : "/**

                                                                                                  A set of character strings that represent the 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 only applies to domain identities, not email address identities.)

                                                                                                  For more information about creating DNS records using DKIM tokens, go to the Amazon SES Developer Guide.

                                                                                                  \n@param dkimTokens A set of character strings that represent the 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 only applies to domain identities, not email address identities.)

                                                                                                  For more information about creating DNS records using DKIM tokens, go to the Amazon SES Developer Guide.*/", "setterMethodName" : "setDkimTokens", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "dkimTokens", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

                                                                                                  A set of character strings that represent the 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 only applies to domain identities, not email address identities.)

                                                                                                  For more information about creating DNS records using DKIM tokens, go to the Amazon SES Developer Guide.

                                                                                                  \n

                                                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setDkimTokens(java.util.Collection)} or {@link #withDkimTokens(java.util.Collection)} if you want to override the existing values.

                                                                                                  \n@param dkimTokens A set of character strings that represent the 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 only applies to domain identities, not email address identities.)

                                                                                                  For more information about creating DNS records using DKIM tokens, go to the Amazon SES Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "dkimTokens", "variableType" : "java.util.List", "documentation" : "

                                                                                                  A set of character strings that represent the 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 only applies to domain identities, not email address identities.)

                                                                                                  For more information about creating DNS records using DKIM tokens, go to the Amazon SES Developer Guide.

                                                                                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, "DkimVerificationStatus" : { "c2jName" : "DkimVerificationStatus", "c2jShape" : "VerificationStatus", "deprecated" : false, "documentation" : "

                                                                                                  Describes whether Amazon SES has successfully verified the DKIM DNS records (tokens) published in the domain name's DNS. (This only applies to domain identities, not email address identities.)

                                                                                                  ", "enumType" : "VerificationStatus", "fluentSetterDocumentation" : "/**

                                                                                                  Describes whether Amazon SES has successfully verified the DKIM DNS records (tokens) published in the domain name's DNS. (This only applies to domain identities, not email address identities.)

                                                                                                  \n@param dkimVerificationStatus Describes whether Amazon SES has successfully verified the DKIM DNS records (tokens) published in the domain name's DNS. (This only applies to domain identities, not email address identities.)\n@return Returns a reference to this object so that method calls can be chained together.\n@see VerificationStatus*/", "fluentSetterMethodName" : "withDkimVerificationStatus", "getterDocumentation" : "/**

                                                                                                  Describes whether Amazon SES has successfully verified the DKIM DNS records (tokens) published in the domain name's DNS. (This only applies to domain identities, not email address identities.)

                                                                                                  \n@return Describes whether Amazon SES has successfully verified the DKIM DNS records (tokens) published in the domain name's DNS. (This only applies to domain identities, not email address identities.)\n@see VerificationStatus*/", "getterMethodName" : "getDkimVerificationStatus", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "DkimVerificationStatus", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "DkimVerificationStatus", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "DkimVerificationStatus", "setterDocumentation" : "/**

                                                                                                  Describes whether Amazon SES has successfully verified the DKIM DNS records (tokens) published in the domain name's DNS. (This only applies to domain identities, not email address identities.)

                                                                                                  \n@param dkimVerificationStatus Describes whether Amazon SES has successfully verified the DKIM DNS records (tokens) published in the domain name's DNS. (This only applies to domain identities, not email address identities.)\n@see VerificationStatus*/", "setterMethodName" : "setDkimVerificationStatus", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "dkimVerificationStatus", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                  Describes whether Amazon SES has successfully verified the DKIM DNS records (tokens) published in the domain name's DNS. (This only applies to domain identities, not email address identities.)

                                                                                                  \n@param dkimVerificationStatus Describes whether Amazon SES has successfully verified the DKIM DNS records (tokens) published in the domain name's DNS. (This only applies to domain identities, not email address identities.)\n@return Returns a reference to this object so that method calls can be chained together.\n@see VerificationStatus*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "dkimVerificationStatus", "variableType" : "String", "documentation" : "

                                                                                                  Describes whether Amazon SES has successfully verified the DKIM DNS records (tokens) published in the domain name's DNS. (This only applies to domain identities, not email address identities.)

                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "DkimEnabled", "DkimVerificationStatus" ], "shapeName" : "IdentityDkimAttributes", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "IdentityDkimAttributes", "variableName" : "identityDkimAttributes", "variableType" : "IdentityDkimAttributes", "documentation" : null, "simpleType" : "IdentityDkimAttributes", "variableSetterType" : "IdentityDkimAttributes" }, "wrapper" : false }, "IdentityMailFromDomainAttributes" : { "c2jName" : "IdentityMailFromDomainAttributes", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                                                                                                  Represents the custom MAIL FROM domain attributes of a verified identity (email address or domain).

                                                                                                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "MailFromDomain", "c2jShape" : "MailFromDomainName", "deprecated" : false, "documentation" : "

                                                                                                  The custom MAIL FROM domain that the identity is configured to use.

                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                  The custom MAIL FROM domain that the identity is configured to use.

                                                                                                  \n@param mailFromDomain The custom MAIL FROM domain that the identity is configured to use.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withMailFromDomain", "getterDocumentation" : "/**

                                                                                                  The custom MAIL FROM domain that the identity is configured to use.

                                                                                                  \n@return The custom MAIL FROM domain that the identity is configured to use.*/", "getterMethodName" : "getMailFromDomain", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "MailFromDomain", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "MailFromDomain", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "MailFromDomain", "setterDocumentation" : "/**

                                                                                                  The custom MAIL FROM domain that the identity is configured to use.

                                                                                                  \n@param mailFromDomain The custom MAIL FROM domain that the identity is configured to use.*/", "setterMethodName" : "setMailFromDomain", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "mailFromDomain", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                  The custom MAIL FROM domain that the identity is configured to use.

                                                                                                  \n@param mailFromDomain The custom MAIL FROM domain that the identity is configured to use.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "mailFromDomain", "variableType" : "String", "documentation" : "

                                                                                                  The custom MAIL FROM domain that the identity is configured to use.

                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "MailFromDomainStatus", "c2jShape" : "CustomMailFromStatus", "deprecated" : false, "documentation" : "

                                                                                                  The state that indicates whether Amazon SES has successfully read the MX record required for custom MAIL FROM domain setup. If the state is Success, Amazon SES uses the specified custom MAIL FROM domain when the verified identity sends an email. All other states indicate that Amazon SES takes the action described by BehaviorOnMXFailure.

                                                                                                  ", "enumType" : "CustomMailFromStatus", "fluentSetterDocumentation" : "/**

                                                                                                  The state that indicates whether Amazon SES has successfully read the MX record required for custom MAIL FROM domain setup. If the state is Success, Amazon SES uses the specified custom MAIL FROM domain when the verified identity sends an email. All other states indicate that Amazon SES takes the action described by BehaviorOnMXFailure.

                                                                                                  \n@param mailFromDomainStatus The state that indicates whether Amazon SES has successfully read the MX record required for custom MAIL FROM domain setup. If the state is Success, Amazon SES uses the specified custom MAIL FROM domain when the verified identity sends an email. All other states indicate that Amazon SES takes the action described by BehaviorOnMXFailure.\n@return Returns a reference to this object so that method calls can be chained together.\n@see CustomMailFromStatus*/", "fluentSetterMethodName" : "withMailFromDomainStatus", "getterDocumentation" : "/**

                                                                                                  The state that indicates whether Amazon SES has successfully read the MX record required for custom MAIL FROM domain setup. If the state is Success, Amazon SES uses the specified custom MAIL FROM domain when the verified identity sends an email. All other states indicate that Amazon SES takes the action described by BehaviorOnMXFailure.

                                                                                                  \n@return The state that indicates whether Amazon SES has successfully read the MX record required for custom MAIL FROM domain setup. If the state is Success, Amazon SES uses the specified custom MAIL FROM domain when the verified identity sends an email. All other states indicate that Amazon SES takes the action described by BehaviorOnMXFailure.\n@see CustomMailFromStatus*/", "getterMethodName" : "getMailFromDomainStatus", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "MailFromDomainStatus", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "MailFromDomainStatus", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "MailFromDomainStatus", "setterDocumentation" : "/**

                                                                                                  The state that indicates whether Amazon SES has successfully read the MX record required for custom MAIL FROM domain setup. If the state is Success, Amazon SES uses the specified custom MAIL FROM domain when the verified identity sends an email. All other states indicate that Amazon SES takes the action described by BehaviorOnMXFailure.

                                                                                                  \n@param mailFromDomainStatus The state that indicates whether Amazon SES has successfully read the MX record required for custom MAIL FROM domain setup. If the state is Success, Amazon SES uses the specified custom MAIL FROM domain when the verified identity sends an email. All other states indicate that Amazon SES takes the action described by BehaviorOnMXFailure.\n@see CustomMailFromStatus*/", "setterMethodName" : "setMailFromDomainStatus", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "mailFromDomainStatus", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                  The state that indicates whether Amazon SES has successfully read the MX record required for custom MAIL FROM domain setup. If the state is Success, Amazon SES uses the specified custom MAIL FROM domain when the verified identity sends an email. All other states indicate that Amazon SES takes the action described by BehaviorOnMXFailure.

                                                                                                  \n@param mailFromDomainStatus The state that indicates whether Amazon SES has successfully read the MX record required for custom MAIL FROM domain setup. If the state is Success, Amazon SES uses the specified custom MAIL FROM domain when the verified identity sends an email. All other states indicate that Amazon SES takes the action described by BehaviorOnMXFailure.\n@return Returns a reference to this object so that method calls can be chained together.\n@see CustomMailFromStatus*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "mailFromDomainStatus", "variableType" : "String", "documentation" : "

                                                                                                  The state that indicates whether Amazon SES has successfully read the MX record required for custom MAIL FROM domain setup. If the state is Success, Amazon SES uses the specified custom MAIL FROM domain when the verified identity sends an email. All other states indicate that Amazon SES takes the action described by BehaviorOnMXFailure.

                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "BehaviorOnMXFailure", "c2jShape" : "BehaviorOnMXFailure", "deprecated" : false, "documentation" : "

                                                                                                  The action that Amazon SES takes if it cannot successfully read the required MX record when you send an email. A value of UseDefaultValue indicates that if Amazon SES cannot read the required MX record, it uses amazonses.com (or a subdomain of that) as the MAIL FROM domain. A value of RejectMessage indicates that if Amazon SES cannot read the required MX record, Amazon SES returns a MailFromDomainNotVerified error and does not send the email.

                                                                                                  The custom MAIL FROM setup states that result in this behavior are Pending, Failed, and TemporaryFailure.

                                                                                                  ", "enumType" : "BehaviorOnMXFailure", "fluentSetterDocumentation" : "/**

                                                                                                  The action that Amazon SES takes if it cannot successfully read the required MX record when you send an email. A value of UseDefaultValue indicates that if Amazon SES cannot read the required MX record, it uses amazonses.com (or a subdomain of that) as the MAIL FROM domain. A value of RejectMessage indicates that if Amazon SES cannot read the required MX record, Amazon SES returns a MailFromDomainNotVerified error and does not send the email.

                                                                                                  The custom MAIL FROM setup states that result in this behavior are Pending, Failed, and TemporaryFailure.

                                                                                                  \n@param behaviorOnMXFailure The action that Amazon SES takes if it cannot successfully read the required MX record when you send an email. A value of UseDefaultValue indicates that if Amazon SES cannot read the required MX record, it uses amazonses.com (or a subdomain of that) as the MAIL FROM domain. A value of RejectMessage indicates that if Amazon SES cannot read the required MX record, Amazon SES returns a MailFromDomainNotVerified error and does not send the email.

                                                                                                  The custom MAIL FROM setup states that result in this behavior are Pending, Failed, and TemporaryFailure.\n@return Returns a reference to this object so that method calls can be chained together.\n@see BehaviorOnMXFailure*/", "fluentSetterMethodName" : "withBehaviorOnMXFailure", "getterDocumentation" : "/**

                                                                                                  The action that Amazon SES takes if it cannot successfully read the required MX record when you send an email. A value of UseDefaultValue indicates that if Amazon SES cannot read the required MX record, it uses amazonses.com (or a subdomain of that) as the MAIL FROM domain. A value of RejectMessage indicates that if Amazon SES cannot read the required MX record, Amazon SES returns a MailFromDomainNotVerified error and does not send the email.

                                                                                                  The custom MAIL FROM setup states that result in this behavior are Pending, Failed, and TemporaryFailure.

                                                                                                  \n@return The action that Amazon SES takes if it cannot successfully read the required MX record when you send an email. A value of UseDefaultValue indicates that if Amazon SES cannot read the required MX record, it uses amazonses.com (or a subdomain of that) as the MAIL FROM domain. A value of RejectMessage indicates that if Amazon SES cannot read the required MX record, Amazon SES returns a MailFromDomainNotVerified error and does not send the email.

                                                                                                  The custom MAIL FROM setup states that result in this behavior are Pending, Failed, and TemporaryFailure.\n@see BehaviorOnMXFailure*/", "getterMethodName" : "getBehaviorOnMXFailure", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "BehaviorOnMXFailure", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "BehaviorOnMXFailure", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "BehaviorOnMXFailure", "setterDocumentation" : "/**

                                                                                                  The action that Amazon SES takes if it cannot successfully read the required MX record when you send an email. A value of UseDefaultValue indicates that if Amazon SES cannot read the required MX record, it uses amazonses.com (or a subdomain of that) as the MAIL FROM domain. A value of RejectMessage indicates that if Amazon SES cannot read the required MX record, Amazon SES returns a MailFromDomainNotVerified error and does not send the email.

                                                                                                  The custom MAIL FROM setup states that result in this behavior are Pending, Failed, and TemporaryFailure.

                                                                                                  \n@param behaviorOnMXFailure The action that Amazon SES takes if it cannot successfully read the required MX record when you send an email. A value of UseDefaultValue indicates that if Amazon SES cannot read the required MX record, it uses amazonses.com (or a subdomain of that) as the MAIL FROM domain. A value of RejectMessage indicates that if Amazon SES cannot read the required MX record, Amazon SES returns a MailFromDomainNotVerified error and does not send the email.

                                                                                                  The custom MAIL FROM setup states that result in this behavior are Pending, Failed, and TemporaryFailure.\n@see BehaviorOnMXFailure*/", "setterMethodName" : "setBehaviorOnMXFailure", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "behaviorOnMXFailure", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                  The action that Amazon SES takes if it cannot successfully read the required MX record when you send an email. A value of UseDefaultValue indicates that if Amazon SES cannot read the required MX record, it uses amazonses.com (or a subdomain of that) as the MAIL FROM domain. A value of RejectMessage indicates that if Amazon SES cannot read the required MX record, Amazon SES returns a MailFromDomainNotVerified error and does not send the email.

                                                                                                  The custom MAIL FROM setup states that result in this behavior are Pending, Failed, and TemporaryFailure.

                                                                                                  \n@param behaviorOnMXFailure The action that Amazon SES takes if it cannot successfully read the required MX record when you send an email. A value of UseDefaultValue indicates that if Amazon SES cannot read the required MX record, it uses amazonses.com (or a subdomain of that) as the MAIL FROM domain. A value of RejectMessage indicates that if Amazon SES cannot read the required MX record, Amazon SES returns a MailFromDomainNotVerified error and does not send the email.

                                                                                                  The custom MAIL FROM setup states that result in this behavior are Pending, Failed, and TemporaryFailure.\n@return Returns a reference to this object so that method calls can be chained together.\n@see BehaviorOnMXFailure*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "behaviorOnMXFailure", "variableType" : "String", "documentation" : "

                                                                                                  The action that Amazon SES takes if it cannot successfully read the required MX record when you send an email. A value of UseDefaultValue indicates that if Amazon SES cannot read the required MX record, it uses amazonses.com (or a subdomain of that) as the MAIL FROM domain. A value of RejectMessage indicates that if Amazon SES cannot read the required MX record, Amazon SES returns a MailFromDomainNotVerified error and does not send the email.

                                                                                                  The custom MAIL FROM setup states that result in this behavior are Pending, Failed, and TemporaryFailure.

                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "BehaviorOnMXFailure" : { "c2jName" : "BehaviorOnMXFailure", "c2jShape" : "BehaviorOnMXFailure", "deprecated" : false, "documentation" : "

                                                                                                  The action that Amazon SES takes if it cannot successfully read the required MX record when you send an email. A value of UseDefaultValue indicates that if Amazon SES cannot read the required MX record, it uses amazonses.com (or a subdomain of that) as the MAIL FROM domain. A value of RejectMessage indicates that if Amazon SES cannot read the required MX record, Amazon SES returns a MailFromDomainNotVerified error and does not send the email.

                                                                                                  The custom MAIL FROM setup states that result in this behavior are Pending, Failed, and TemporaryFailure.

                                                                                                  ", "enumType" : "BehaviorOnMXFailure", "fluentSetterDocumentation" : "/**

                                                                                                  The action that Amazon SES takes if it cannot successfully read the required MX record when you send an email. A value of UseDefaultValue indicates that if Amazon SES cannot read the required MX record, it uses amazonses.com (or a subdomain of that) as the MAIL FROM domain. A value of RejectMessage indicates that if Amazon SES cannot read the required MX record, Amazon SES returns a MailFromDomainNotVerified error and does not send the email.

                                                                                                  The custom MAIL FROM setup states that result in this behavior are Pending, Failed, and TemporaryFailure.

                                                                                                  \n@param behaviorOnMXFailure The action that Amazon SES takes if it cannot successfully read the required MX record when you send an email. A value of UseDefaultValue indicates that if Amazon SES cannot read the required MX record, it uses amazonses.com (or a subdomain of that) as the MAIL FROM domain. A value of RejectMessage indicates that if Amazon SES cannot read the required MX record, Amazon SES returns a MailFromDomainNotVerified error and does not send the email.

                                                                                                  The custom MAIL FROM setup states that result in this behavior are Pending, Failed, and TemporaryFailure.\n@return Returns a reference to this object so that method calls can be chained together.\n@see BehaviorOnMXFailure*/", "fluentSetterMethodName" : "withBehaviorOnMXFailure", "getterDocumentation" : "/**

                                                                                                  The action that Amazon SES takes if it cannot successfully read the required MX record when you send an email. A value of UseDefaultValue indicates that if Amazon SES cannot read the required MX record, it uses amazonses.com (or a subdomain of that) as the MAIL FROM domain. A value of RejectMessage indicates that if Amazon SES cannot read the required MX record, Amazon SES returns a MailFromDomainNotVerified error and does not send the email.

                                                                                                  The custom MAIL FROM setup states that result in this behavior are Pending, Failed, and TemporaryFailure.

                                                                                                  \n@return The action that Amazon SES takes if it cannot successfully read the required MX record when you send an email. A value of UseDefaultValue indicates that if Amazon SES cannot read the required MX record, it uses amazonses.com (or a subdomain of that) as the MAIL FROM domain. A value of RejectMessage indicates that if Amazon SES cannot read the required MX record, Amazon SES returns a MailFromDomainNotVerified error and does not send the email.

                                                                                                  The custom MAIL FROM setup states that result in this behavior are Pending, Failed, and TemporaryFailure.\n@see BehaviorOnMXFailure*/", "getterMethodName" : "getBehaviorOnMXFailure", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "BehaviorOnMXFailure", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "BehaviorOnMXFailure", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "BehaviorOnMXFailure", "setterDocumentation" : "/**

                                                                                                  The action that Amazon SES takes if it cannot successfully read the required MX record when you send an email. A value of UseDefaultValue indicates that if Amazon SES cannot read the required MX record, it uses amazonses.com (or a subdomain of that) as the MAIL FROM domain. A value of RejectMessage indicates that if Amazon SES cannot read the required MX record, Amazon SES returns a MailFromDomainNotVerified error and does not send the email.

                                                                                                  The custom MAIL FROM setup states that result in this behavior are Pending, Failed, and TemporaryFailure.

                                                                                                  \n@param behaviorOnMXFailure The action that Amazon SES takes if it cannot successfully read the required MX record when you send an email. A value of UseDefaultValue indicates that if Amazon SES cannot read the required MX record, it uses amazonses.com (or a subdomain of that) as the MAIL FROM domain. A value of RejectMessage indicates that if Amazon SES cannot read the required MX record, Amazon SES returns a MailFromDomainNotVerified error and does not send the email.

                                                                                                  The custom MAIL FROM setup states that result in this behavior are Pending, Failed, and TemporaryFailure.\n@see BehaviorOnMXFailure*/", "setterMethodName" : "setBehaviorOnMXFailure", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "behaviorOnMXFailure", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                  The action that Amazon SES takes if it cannot successfully read the required MX record when you send an email. A value of UseDefaultValue indicates that if Amazon SES cannot read the required MX record, it uses amazonses.com (or a subdomain of that) as the MAIL FROM domain. A value of RejectMessage indicates that if Amazon SES cannot read the required MX record, Amazon SES returns a MailFromDomainNotVerified error and does not send the email.

                                                                                                  The custom MAIL FROM setup states that result in this behavior are Pending, Failed, and TemporaryFailure.

                                                                                                  \n@param behaviorOnMXFailure The action that Amazon SES takes if it cannot successfully read the required MX record when you send an email. A value of UseDefaultValue indicates that if Amazon SES cannot read the required MX record, it uses amazonses.com (or a subdomain of that) as the MAIL FROM domain. A value of RejectMessage indicates that if Amazon SES cannot read the required MX record, Amazon SES returns a MailFromDomainNotVerified error and does not send the email.

                                                                                                  The custom MAIL FROM setup states that result in this behavior are Pending, Failed, and TemporaryFailure.\n@return Returns a reference to this object so that method calls can be chained together.\n@see BehaviorOnMXFailure*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "behaviorOnMXFailure", "variableType" : "String", "documentation" : "

                                                                                                  The action that Amazon SES takes if it cannot successfully read the required MX record when you send an email. A value of UseDefaultValue indicates that if Amazon SES cannot read the required MX record, it uses amazonses.com (or a subdomain of that) as the MAIL FROM domain. A value of RejectMessage indicates that if Amazon SES cannot read the required MX record, Amazon SES returns a MailFromDomainNotVerified error and does not send the email.

                                                                                                  The custom MAIL FROM setup states that result in this behavior are Pending, Failed, and TemporaryFailure.

                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "MailFromDomain" : { "c2jName" : "MailFromDomain", "c2jShape" : "MailFromDomainName", "deprecated" : false, "documentation" : "

                                                                                                  The custom MAIL FROM domain that the identity is configured to use.

                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                  The custom MAIL FROM domain that the identity is configured to use.

                                                                                                  \n@param mailFromDomain The custom MAIL FROM domain that the identity is configured to use.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withMailFromDomain", "getterDocumentation" : "/**

                                                                                                  The custom MAIL FROM domain that the identity is configured to use.

                                                                                                  \n@return The custom MAIL FROM domain that the identity is configured to use.*/", "getterMethodName" : "getMailFromDomain", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "MailFromDomain", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "MailFromDomain", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "MailFromDomain", "setterDocumentation" : "/**

                                                                                                  The custom MAIL FROM domain that the identity is configured to use.

                                                                                                  \n@param mailFromDomain The custom MAIL FROM domain that the identity is configured to use.*/", "setterMethodName" : "setMailFromDomain", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "mailFromDomain", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                  The custom MAIL FROM domain that the identity is configured to use.

                                                                                                  \n@param mailFromDomain The custom MAIL FROM domain that the identity is configured to use.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "mailFromDomain", "variableType" : "String", "documentation" : "

                                                                                                  The custom MAIL FROM domain that the identity is configured to use.

                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "MailFromDomainStatus" : { "c2jName" : "MailFromDomainStatus", "c2jShape" : "CustomMailFromStatus", "deprecated" : false, "documentation" : "

                                                                                                  The state that indicates whether Amazon SES has successfully read the MX record required for custom MAIL FROM domain setup. If the state is Success, Amazon SES uses the specified custom MAIL FROM domain when the verified identity sends an email. All other states indicate that Amazon SES takes the action described by BehaviorOnMXFailure.

                                                                                                  ", "enumType" : "CustomMailFromStatus", "fluentSetterDocumentation" : "/**

                                                                                                  The state that indicates whether Amazon SES has successfully read the MX record required for custom MAIL FROM domain setup. If the state is Success, Amazon SES uses the specified custom MAIL FROM domain when the verified identity sends an email. All other states indicate that Amazon SES takes the action described by BehaviorOnMXFailure.

                                                                                                  \n@param mailFromDomainStatus The state that indicates whether Amazon SES has successfully read the MX record required for custom MAIL FROM domain setup. If the state is Success, Amazon SES uses the specified custom MAIL FROM domain when the verified identity sends an email. All other states indicate that Amazon SES takes the action described by BehaviorOnMXFailure.\n@return Returns a reference to this object so that method calls can be chained together.\n@see CustomMailFromStatus*/", "fluentSetterMethodName" : "withMailFromDomainStatus", "getterDocumentation" : "/**

                                                                                                  The state that indicates whether Amazon SES has successfully read the MX record required for custom MAIL FROM domain setup. If the state is Success, Amazon SES uses the specified custom MAIL FROM domain when the verified identity sends an email. All other states indicate that Amazon SES takes the action described by BehaviorOnMXFailure.

                                                                                                  \n@return The state that indicates whether Amazon SES has successfully read the MX record required for custom MAIL FROM domain setup. If the state is Success, Amazon SES uses the specified custom MAIL FROM domain when the verified identity sends an email. All other states indicate that Amazon SES takes the action described by BehaviorOnMXFailure.\n@see CustomMailFromStatus*/", "getterMethodName" : "getMailFromDomainStatus", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "MailFromDomainStatus", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "MailFromDomainStatus", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "MailFromDomainStatus", "setterDocumentation" : "/**

                                                                                                  The state that indicates whether Amazon SES has successfully read the MX record required for custom MAIL FROM domain setup. If the state is Success, Amazon SES uses the specified custom MAIL FROM domain when the verified identity sends an email. All other states indicate that Amazon SES takes the action described by BehaviorOnMXFailure.

                                                                                                  \n@param mailFromDomainStatus The state that indicates whether Amazon SES has successfully read the MX record required for custom MAIL FROM domain setup. If the state is Success, Amazon SES uses the specified custom MAIL FROM domain when the verified identity sends an email. All other states indicate that Amazon SES takes the action described by BehaviorOnMXFailure.\n@see CustomMailFromStatus*/", "setterMethodName" : "setMailFromDomainStatus", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "mailFromDomainStatus", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                  The state that indicates whether Amazon SES has successfully read the MX record required for custom MAIL FROM domain setup. If the state is Success, Amazon SES uses the specified custom MAIL FROM domain when the verified identity sends an email. All other states indicate that Amazon SES takes the action described by BehaviorOnMXFailure.

                                                                                                  \n@param mailFromDomainStatus The state that indicates whether Amazon SES has successfully read the MX record required for custom MAIL FROM domain setup. If the state is Success, Amazon SES uses the specified custom MAIL FROM domain when the verified identity sends an email. All other states indicate that Amazon SES takes the action described by BehaviorOnMXFailure.\n@return Returns a reference to this object so that method calls can be chained together.\n@see CustomMailFromStatus*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "mailFromDomainStatus", "variableType" : "String", "documentation" : "

                                                                                                  The state that indicates whether Amazon SES has successfully read the MX record required for custom MAIL FROM domain setup. If the state is Success, Amazon SES uses the specified custom MAIL FROM domain when the verified identity sends an email. All other states indicate that Amazon SES takes the action described by BehaviorOnMXFailure.

                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "MailFromDomain", "MailFromDomainStatus", "BehaviorOnMXFailure" ], "shapeName" : "IdentityMailFromDomainAttributes", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "IdentityMailFromDomainAttributes", "variableName" : "identityMailFromDomainAttributes", "variableType" : "IdentityMailFromDomainAttributes", "documentation" : null, "simpleType" : "IdentityMailFromDomainAttributes", "variableSetterType" : "IdentityMailFromDomainAttributes" }, "wrapper" : false }, "IdentityNotificationAttributes" : { "c2jName" : "IdentityNotificationAttributes", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                                                                                                  Represents the notification attributes of an identity, including whether an identity has Amazon Simple Notification Service (Amazon SNS) topics set for bounce, complaint, and/or delivery notifications, and whether feedback forwarding is enabled for bounce and complaint notifications.

                                                                                                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "BounceTopic", "c2jShape" : "NotificationTopic", "deprecated" : false, "documentation" : "

                                                                                                  The Amazon Resource Name (ARN) of the Amazon SNS topic where Amazon SES will publish bounce notifications.

                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                  The Amazon Resource Name (ARN) of the Amazon SNS topic where Amazon SES will publish bounce notifications.

                                                                                                  \n@param bounceTopic The Amazon Resource Name (ARN) of the Amazon SNS topic where Amazon SES will publish bounce notifications.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withBounceTopic", "getterDocumentation" : "/**

                                                                                                  The Amazon Resource Name (ARN) of the Amazon SNS topic where Amazon SES will publish bounce notifications.

                                                                                                  \n@return The Amazon Resource Name (ARN) of the Amazon SNS topic where Amazon SES will publish bounce notifications.*/", "getterMethodName" : "getBounceTopic", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "BounceTopic", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "BounceTopic", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "BounceTopic", "setterDocumentation" : "/**

                                                                                                  The Amazon Resource Name (ARN) of the Amazon SNS topic where Amazon SES will publish bounce notifications.

                                                                                                  \n@param bounceTopic The Amazon Resource Name (ARN) of the Amazon SNS topic where Amazon SES will publish bounce notifications.*/", "setterMethodName" : "setBounceTopic", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "bounceTopic", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                  The Amazon Resource Name (ARN) of the Amazon SNS topic where Amazon SES will publish bounce notifications.

                                                                                                  \n@param bounceTopic The Amazon Resource Name (ARN) of the Amazon SNS topic where Amazon SES will publish bounce notifications.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "bounceTopic", "variableType" : "String", "documentation" : "

                                                                                                  The Amazon Resource Name (ARN) of the Amazon SNS topic where Amazon SES will publish bounce notifications.

                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "ComplaintTopic", "c2jShape" : "NotificationTopic", "deprecated" : false, "documentation" : "

                                                                                                  The Amazon Resource Name (ARN) of the Amazon SNS topic where Amazon SES will publish complaint notifications.

                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                  The Amazon Resource Name (ARN) of the Amazon SNS topic where Amazon SES will publish complaint notifications.

                                                                                                  \n@param complaintTopic The Amazon Resource Name (ARN) of the Amazon SNS topic where Amazon SES will publish complaint notifications.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withComplaintTopic", "getterDocumentation" : "/**

                                                                                                  The Amazon Resource Name (ARN) of the Amazon SNS topic where Amazon SES will publish complaint notifications.

                                                                                                  \n@return The Amazon Resource Name (ARN) of the Amazon SNS topic where Amazon SES will publish complaint notifications.*/", "getterMethodName" : "getComplaintTopic", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ComplaintTopic", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ComplaintTopic", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "ComplaintTopic", "setterDocumentation" : "/**

                                                                                                  The Amazon Resource Name (ARN) of the Amazon SNS topic where Amazon SES will publish complaint notifications.

                                                                                                  \n@param complaintTopic The Amazon Resource Name (ARN) of the Amazon SNS topic where Amazon SES will publish complaint notifications.*/", "setterMethodName" : "setComplaintTopic", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "complaintTopic", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                  The Amazon Resource Name (ARN) of the Amazon SNS topic where Amazon SES will publish complaint notifications.

                                                                                                  \n@param complaintTopic The Amazon Resource Name (ARN) of the Amazon SNS topic where Amazon SES will publish complaint notifications.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "complaintTopic", "variableType" : "String", "documentation" : "

                                                                                                  The Amazon Resource Name (ARN) of the Amazon SNS topic where Amazon SES will publish complaint notifications.

                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "DeliveryTopic", "c2jShape" : "NotificationTopic", "deprecated" : false, "documentation" : "

                                                                                                  The Amazon Resource Name (ARN) of the Amazon SNS topic where Amazon SES will publish delivery notifications.

                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                  The Amazon Resource Name (ARN) of the Amazon SNS topic where Amazon SES will publish delivery notifications.

                                                                                                  \n@param deliveryTopic The Amazon Resource Name (ARN) of the Amazon SNS topic where Amazon SES will publish delivery notifications.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withDeliveryTopic", "getterDocumentation" : "/**

                                                                                                  The Amazon Resource Name (ARN) of the Amazon SNS topic where Amazon SES will publish delivery notifications.

                                                                                                  \n@return The Amazon Resource Name (ARN) of the Amazon SNS topic where Amazon SES will publish delivery notifications.*/", "getterMethodName" : "getDeliveryTopic", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "DeliveryTopic", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "DeliveryTopic", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "DeliveryTopic", "setterDocumentation" : "/**

                                                                                                  The Amazon Resource Name (ARN) of the Amazon SNS topic where Amazon SES will publish delivery notifications.

                                                                                                  \n@param deliveryTopic The Amazon Resource Name (ARN) of the Amazon SNS topic where Amazon SES will publish delivery notifications.*/", "setterMethodName" : "setDeliveryTopic", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "deliveryTopic", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                  The Amazon Resource Name (ARN) of the Amazon SNS topic where Amazon SES will publish delivery notifications.

                                                                                                  \n@param deliveryTopic The Amazon Resource Name (ARN) of the Amazon SNS topic where Amazon SES will publish delivery notifications.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "deliveryTopic", "variableType" : "String", "documentation" : "

                                                                                                  The Amazon Resource Name (ARN) of the Amazon SNS topic where Amazon SES will publish delivery notifications.

                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "ForwardingEnabled", "c2jShape" : "Enabled", "deprecated" : false, "documentation" : "

                                                                                                  Describes whether Amazon SES will forward bounce and complaint notifications as email. true indicates that Amazon SES will forward bounce and complaint notifications as email, while false indicates that bounce and complaint notifications will be published only to the specified bounce and complaint Amazon SNS topics.

                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                  Describes whether Amazon SES will forward bounce and complaint notifications as email. true indicates that Amazon SES will forward bounce and complaint notifications as email, while false indicates that bounce and complaint notifications will be published only to the specified bounce and complaint Amazon SNS topics.

                                                                                                  \n@param forwardingEnabled Describes whether Amazon SES will forward bounce and complaint notifications as email. true indicates that Amazon SES will forward bounce and complaint notifications as email, while false indicates that bounce and complaint notifications will be published only to the specified bounce and complaint Amazon SNS topics.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withForwardingEnabled", "getterDocumentation" : "/**

                                                                                                  Describes whether Amazon SES will forward bounce and complaint notifications as email. true indicates that Amazon SES will forward bounce and complaint notifications as email, while false indicates that bounce and complaint notifications will be published only to the specified bounce and complaint Amazon SNS topics.

                                                                                                  \n@return Describes whether Amazon SES will forward bounce and complaint notifications as email. true indicates that Amazon SES will forward bounce and complaint notifications as email, while false indicates that bounce and complaint notifications will be published only to the specified bounce and complaint Amazon SNS topics.*/", "getterMethodName" : "getForwardingEnabled", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ForwardingEnabled", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ForwardingEnabled", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Boolean", "marshallingType" : "BOOLEAN", "name" : "ForwardingEnabled", "setterDocumentation" : "/**

                                                                                                  Describes whether Amazon SES will forward bounce and complaint notifications as email. true indicates that Amazon SES will forward bounce and complaint notifications as email, while false indicates that bounce and complaint notifications will be published only to the specified bounce and complaint Amazon SNS topics.

                                                                                                  \n@param forwardingEnabled Describes whether Amazon SES will forward bounce and complaint notifications as email. true indicates that Amazon SES will forward bounce and complaint notifications as email, while false indicates that bounce and complaint notifications will be published only to the specified bounce and complaint Amazon SNS topics.*/", "setterMethodName" : "setForwardingEnabled", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "forwardingEnabled", "variableType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                  Describes whether Amazon SES will forward bounce and complaint notifications as email. true indicates that Amazon SES will forward bounce and complaint notifications as email, while false indicates that bounce and complaint notifications will be published only to the specified bounce and complaint Amazon SNS topics.

                                                                                                  \n@param forwardingEnabled Describes whether Amazon SES will forward bounce and complaint notifications as email. true indicates that Amazon SES will forward bounce and complaint notifications as email, while false indicates that bounce and complaint notifications will be published only to the specified bounce and complaint Amazon SNS topics.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "forwardingEnabled", "variableType" : "Boolean", "documentation" : "

                                                                                                  Describes whether Amazon SES will forward bounce and complaint notifications as email. true indicates that Amazon SES will forward bounce and complaint notifications as email, while false indicates that bounce and complaint notifications will be published only to the specified bounce and complaint Amazon SNS topics.

                                                                                                  ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlNameSpaceUri" : null }, { "c2jName" : "HeadersInBounceNotificationsEnabled", "c2jShape" : "Enabled", "deprecated" : false, "documentation" : "

                                                                                                  Describes whether Amazon SES includes the original email headers in Amazon SNS notifications of type Bounce. A value of true specifies that Amazon SES will include headers in bounce notifications, and a value of false specifies that Amazon SES will not include headers in bounce notifications.

                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                  Describes whether Amazon SES includes the original email headers in Amazon SNS notifications of type Bounce. A value of true specifies that Amazon SES will include headers in bounce notifications, and a value of false specifies that Amazon SES will not include headers in bounce notifications.

                                                                                                  \n@param headersInBounceNotificationsEnabled Describes whether Amazon SES includes the original email headers in Amazon SNS notifications of type Bounce. A value of true specifies that Amazon SES will include headers in bounce notifications, and a value of false specifies that Amazon SES will not include headers in bounce notifications.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withHeadersInBounceNotificationsEnabled", "getterDocumentation" : "/**

                                                                                                  Describes whether Amazon SES includes the original email headers in Amazon SNS notifications of type Bounce. A value of true specifies that Amazon SES will include headers in bounce notifications, and a value of false specifies that Amazon SES will not include headers in bounce notifications.

                                                                                                  \n@return Describes whether Amazon SES includes the original email headers in Amazon SNS notifications of type Bounce. A value of true specifies that Amazon SES will include headers in bounce notifications, and a value of false specifies that Amazon SES will not include headers in bounce notifications.*/", "getterMethodName" : "getHeadersInBounceNotificationsEnabled", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "HeadersInBounceNotificationsEnabled", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "HeadersInBounceNotificationsEnabled", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Boolean", "marshallingType" : "BOOLEAN", "name" : "HeadersInBounceNotificationsEnabled", "setterDocumentation" : "/**

                                                                                                  Describes whether Amazon SES includes the original email headers in Amazon SNS notifications of type Bounce. A value of true specifies that Amazon SES will include headers in bounce notifications, and a value of false specifies that Amazon SES will not include headers in bounce notifications.

                                                                                                  \n@param headersInBounceNotificationsEnabled Describes whether Amazon SES includes the original email headers in Amazon SNS notifications of type Bounce. A value of true specifies that Amazon SES will include headers in bounce notifications, and a value of false specifies that Amazon SES will not include headers in bounce notifications.*/", "setterMethodName" : "setHeadersInBounceNotificationsEnabled", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "headersInBounceNotificationsEnabled", "variableType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                  Describes whether Amazon SES includes the original email headers in Amazon SNS notifications of type Bounce. A value of true specifies that Amazon SES will include headers in bounce notifications, and a value of false specifies that Amazon SES will not include headers in bounce notifications.

                                                                                                  \n@param headersInBounceNotificationsEnabled Describes whether Amazon SES includes the original email headers in Amazon SNS notifications of type Bounce. A value of true specifies that Amazon SES will include headers in bounce notifications, and a value of false specifies that Amazon SES will not include headers in bounce notifications.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "headersInBounceNotificationsEnabled", "variableType" : "Boolean", "documentation" : "

                                                                                                  Describes whether Amazon SES includes the original email headers in Amazon SNS notifications of type Bounce. A value of true specifies that Amazon SES will include headers in bounce notifications, and a value of false specifies that Amazon SES will not include headers in bounce notifications.

                                                                                                  ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlNameSpaceUri" : null }, { "c2jName" : "HeadersInComplaintNotificationsEnabled", "c2jShape" : "Enabled", "deprecated" : false, "documentation" : "

                                                                                                  Describes whether Amazon SES includes the original email headers in Amazon SNS notifications of type Complaint. A value of true specifies that Amazon SES will include headers in complaint notifications, and a value of false specifies that Amazon SES will not include headers in complaint notifications.

                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                  Describes whether Amazon SES includes the original email headers in Amazon SNS notifications of type Complaint. A value of true specifies that Amazon SES will include headers in complaint notifications, and a value of false specifies that Amazon SES will not include headers in complaint notifications.

                                                                                                  \n@param headersInComplaintNotificationsEnabled Describes whether Amazon SES includes the original email headers in Amazon SNS notifications of type Complaint. A value of true specifies that Amazon SES will include headers in complaint notifications, and a value of false specifies that Amazon SES will not include headers in complaint notifications.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withHeadersInComplaintNotificationsEnabled", "getterDocumentation" : "/**

                                                                                                  Describes whether Amazon SES includes the original email headers in Amazon SNS notifications of type Complaint. A value of true specifies that Amazon SES will include headers in complaint notifications, and a value of false specifies that Amazon SES will not include headers in complaint notifications.

                                                                                                  \n@return Describes whether Amazon SES includes the original email headers in Amazon SNS notifications of type Complaint. A value of true specifies that Amazon SES will include headers in complaint notifications, and a value of false specifies that Amazon SES will not include headers in complaint notifications.*/", "getterMethodName" : "getHeadersInComplaintNotificationsEnabled", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "HeadersInComplaintNotificationsEnabled", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "HeadersInComplaintNotificationsEnabled", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Boolean", "marshallingType" : "BOOLEAN", "name" : "HeadersInComplaintNotificationsEnabled", "setterDocumentation" : "/**

                                                                                                  Describes whether Amazon SES includes the original email headers in Amazon SNS notifications of type Complaint. A value of true specifies that Amazon SES will include headers in complaint notifications, and a value of false specifies that Amazon SES will not include headers in complaint notifications.

                                                                                                  \n@param headersInComplaintNotificationsEnabled Describes whether Amazon SES includes the original email headers in Amazon SNS notifications of type Complaint. A value of true specifies that Amazon SES will include headers in complaint notifications, and a value of false specifies that Amazon SES will not include headers in complaint notifications.*/", "setterMethodName" : "setHeadersInComplaintNotificationsEnabled", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "headersInComplaintNotificationsEnabled", "variableType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                  Describes whether Amazon SES includes the original email headers in Amazon SNS notifications of type Complaint. A value of true specifies that Amazon SES will include headers in complaint notifications, and a value of false specifies that Amazon SES will not include headers in complaint notifications.

                                                                                                  \n@param headersInComplaintNotificationsEnabled Describes whether Amazon SES includes the original email headers in Amazon SNS notifications of type Complaint. A value of true specifies that Amazon SES will include headers in complaint notifications, and a value of false specifies that Amazon SES will not include headers in complaint notifications.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "headersInComplaintNotificationsEnabled", "variableType" : "Boolean", "documentation" : "

                                                                                                  Describes whether Amazon SES includes the original email headers in Amazon SNS notifications of type Complaint. A value of true specifies that Amazon SES will include headers in complaint notifications, and a value of false specifies that Amazon SES will not include headers in complaint notifications.

                                                                                                  ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlNameSpaceUri" : null }, { "c2jName" : "HeadersInDeliveryNotificationsEnabled", "c2jShape" : "Enabled", "deprecated" : false, "documentation" : "

                                                                                                  Describes whether Amazon SES includes the original email headers in Amazon SNS notifications of type Delivery. A value of true specifies that Amazon SES will include headers in delivery notifications, and a value of false specifies that Amazon SES will not include headers in delivery notifications.

                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                  Describes whether Amazon SES includes the original email headers in Amazon SNS notifications of type Delivery. A value of true specifies that Amazon SES will include headers in delivery notifications, and a value of false specifies that Amazon SES will not include headers in delivery notifications.

                                                                                                  \n@param headersInDeliveryNotificationsEnabled Describes whether Amazon SES includes the original email headers in Amazon SNS notifications of type Delivery. A value of true specifies that Amazon SES will include headers in delivery notifications, and a value of false specifies that Amazon SES will not include headers in delivery notifications.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withHeadersInDeliveryNotificationsEnabled", "getterDocumentation" : "/**

                                                                                                  Describes whether Amazon SES includes the original email headers in Amazon SNS notifications of type Delivery. A value of true specifies that Amazon SES will include headers in delivery notifications, and a value of false specifies that Amazon SES will not include headers in delivery notifications.

                                                                                                  \n@return Describes whether Amazon SES includes the original email headers in Amazon SNS notifications of type Delivery. A value of true specifies that Amazon SES will include headers in delivery notifications, and a value of false specifies that Amazon SES will not include headers in delivery notifications.*/", "getterMethodName" : "getHeadersInDeliveryNotificationsEnabled", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "HeadersInDeliveryNotificationsEnabled", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "HeadersInDeliveryNotificationsEnabled", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Boolean", "marshallingType" : "BOOLEAN", "name" : "HeadersInDeliveryNotificationsEnabled", "setterDocumentation" : "/**

                                                                                                  Describes whether Amazon SES includes the original email headers in Amazon SNS notifications of type Delivery. A value of true specifies that Amazon SES will include headers in delivery notifications, and a value of false specifies that Amazon SES will not include headers in delivery notifications.

                                                                                                  \n@param headersInDeliveryNotificationsEnabled Describes whether Amazon SES includes the original email headers in Amazon SNS notifications of type Delivery. A value of true specifies that Amazon SES will include headers in delivery notifications, and a value of false specifies that Amazon SES will not include headers in delivery notifications.*/", "setterMethodName" : "setHeadersInDeliveryNotificationsEnabled", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "headersInDeliveryNotificationsEnabled", "variableType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                  Describes whether Amazon SES includes the original email headers in Amazon SNS notifications of type Delivery. A value of true specifies that Amazon SES will include headers in delivery notifications, and a value of false specifies that Amazon SES will not include headers in delivery notifications.

                                                                                                  \n@param headersInDeliveryNotificationsEnabled Describes whether Amazon SES includes the original email headers in Amazon SNS notifications of type Delivery. A value of true specifies that Amazon SES will include headers in delivery notifications, and a value of false specifies that Amazon SES will not include headers in delivery notifications.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "headersInDeliveryNotificationsEnabled", "variableType" : "Boolean", "documentation" : "

                                                                                                  Describes whether Amazon SES includes the original email headers in Amazon SNS notifications of type Delivery. A value of true specifies that Amazon SES will include headers in delivery notifications, and a value of false specifies that Amazon SES will not include headers in delivery notifications.

                                                                                                  ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "BounceTopic" : { "c2jName" : "BounceTopic", "c2jShape" : "NotificationTopic", "deprecated" : false, "documentation" : "

                                                                                                  The Amazon Resource Name (ARN) of the Amazon SNS topic where Amazon SES will publish bounce notifications.

                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                  The Amazon Resource Name (ARN) of the Amazon SNS topic where Amazon SES will publish bounce notifications.

                                                                                                  \n@param bounceTopic The Amazon Resource Name (ARN) of the Amazon SNS topic where Amazon SES will publish bounce notifications.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withBounceTopic", "getterDocumentation" : "/**

                                                                                                  The Amazon Resource Name (ARN) of the Amazon SNS topic where Amazon SES will publish bounce notifications.

                                                                                                  \n@return The Amazon Resource Name (ARN) of the Amazon SNS topic where Amazon SES will publish bounce notifications.*/", "getterMethodName" : "getBounceTopic", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "BounceTopic", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "BounceTopic", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "BounceTopic", "setterDocumentation" : "/**

                                                                                                  The Amazon Resource Name (ARN) of the Amazon SNS topic where Amazon SES will publish bounce notifications.

                                                                                                  \n@param bounceTopic The Amazon Resource Name (ARN) of the Amazon SNS topic where Amazon SES will publish bounce notifications.*/", "setterMethodName" : "setBounceTopic", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "bounceTopic", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                  The Amazon Resource Name (ARN) of the Amazon SNS topic where Amazon SES will publish bounce notifications.

                                                                                                  \n@param bounceTopic The Amazon Resource Name (ARN) of the Amazon SNS topic where Amazon SES will publish bounce notifications.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "bounceTopic", "variableType" : "String", "documentation" : "

                                                                                                  The Amazon Resource Name (ARN) of the Amazon SNS topic where Amazon SES will publish bounce notifications.

                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "ComplaintTopic" : { "c2jName" : "ComplaintTopic", "c2jShape" : "NotificationTopic", "deprecated" : false, "documentation" : "

                                                                                                  The Amazon Resource Name (ARN) of the Amazon SNS topic where Amazon SES will publish complaint notifications.

                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                  The Amazon Resource Name (ARN) of the Amazon SNS topic where Amazon SES will publish complaint notifications.

                                                                                                  \n@param complaintTopic The Amazon Resource Name (ARN) of the Amazon SNS topic where Amazon SES will publish complaint notifications.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withComplaintTopic", "getterDocumentation" : "/**

                                                                                                  The Amazon Resource Name (ARN) of the Amazon SNS topic where Amazon SES will publish complaint notifications.

                                                                                                  \n@return The Amazon Resource Name (ARN) of the Amazon SNS topic where Amazon SES will publish complaint notifications.*/", "getterMethodName" : "getComplaintTopic", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ComplaintTopic", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ComplaintTopic", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "ComplaintTopic", "setterDocumentation" : "/**

                                                                                                  The Amazon Resource Name (ARN) of the Amazon SNS topic where Amazon SES will publish complaint notifications.

                                                                                                  \n@param complaintTopic The Amazon Resource Name (ARN) of the Amazon SNS topic where Amazon SES will publish complaint notifications.*/", "setterMethodName" : "setComplaintTopic", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "complaintTopic", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                  The Amazon Resource Name (ARN) of the Amazon SNS topic where Amazon SES will publish complaint notifications.

                                                                                                  \n@param complaintTopic The Amazon Resource Name (ARN) of the Amazon SNS topic where Amazon SES will publish complaint notifications.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "complaintTopic", "variableType" : "String", "documentation" : "

                                                                                                  The Amazon Resource Name (ARN) of the Amazon SNS topic where Amazon SES will publish complaint notifications.

                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "DeliveryTopic" : { "c2jName" : "DeliveryTopic", "c2jShape" : "NotificationTopic", "deprecated" : false, "documentation" : "

                                                                                                  The Amazon Resource Name (ARN) of the Amazon SNS topic where Amazon SES will publish delivery notifications.

                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                  The Amazon Resource Name (ARN) of the Amazon SNS topic where Amazon SES will publish delivery notifications.

                                                                                                  \n@param deliveryTopic The Amazon Resource Name (ARN) of the Amazon SNS topic where Amazon SES will publish delivery notifications.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withDeliveryTopic", "getterDocumentation" : "/**

                                                                                                  The Amazon Resource Name (ARN) of the Amazon SNS topic where Amazon SES will publish delivery notifications.

                                                                                                  \n@return The Amazon Resource Name (ARN) of the Amazon SNS topic where Amazon SES will publish delivery notifications.*/", "getterMethodName" : "getDeliveryTopic", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "DeliveryTopic", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "DeliveryTopic", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "DeliveryTopic", "setterDocumentation" : "/**

                                                                                                  The Amazon Resource Name (ARN) of the Amazon SNS topic where Amazon SES will publish delivery notifications.

                                                                                                  \n@param deliveryTopic The Amazon Resource Name (ARN) of the Amazon SNS topic where Amazon SES will publish delivery notifications.*/", "setterMethodName" : "setDeliveryTopic", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "deliveryTopic", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                  The Amazon Resource Name (ARN) of the Amazon SNS topic where Amazon SES will publish delivery notifications.

                                                                                                  \n@param deliveryTopic The Amazon Resource Name (ARN) of the Amazon SNS topic where Amazon SES will publish delivery notifications.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "deliveryTopic", "variableType" : "String", "documentation" : "

                                                                                                  The Amazon Resource Name (ARN) of the Amazon SNS topic where Amazon SES will publish delivery notifications.

                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "ForwardingEnabled" : { "c2jName" : "ForwardingEnabled", "c2jShape" : "Enabled", "deprecated" : false, "documentation" : "

                                                                                                  Describes whether Amazon SES will forward bounce and complaint notifications as email. true indicates that Amazon SES will forward bounce and complaint notifications as email, while false indicates that bounce and complaint notifications will be published only to the specified bounce and complaint Amazon SNS topics.

                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                  Describes whether Amazon SES will forward bounce and complaint notifications as email. true indicates that Amazon SES will forward bounce and complaint notifications as email, while false indicates that bounce and complaint notifications will be published only to the specified bounce and complaint Amazon SNS topics.

                                                                                                  \n@param forwardingEnabled Describes whether Amazon SES will forward bounce and complaint notifications as email. true indicates that Amazon SES will forward bounce and complaint notifications as email, while false indicates that bounce and complaint notifications will be published only to the specified bounce and complaint Amazon SNS topics.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withForwardingEnabled", "getterDocumentation" : "/**

                                                                                                  Describes whether Amazon SES will forward bounce and complaint notifications as email. true indicates that Amazon SES will forward bounce and complaint notifications as email, while false indicates that bounce and complaint notifications will be published only to the specified bounce and complaint Amazon SNS topics.

                                                                                                  \n@return Describes whether Amazon SES will forward bounce and complaint notifications as email. true indicates that Amazon SES will forward bounce and complaint notifications as email, while false indicates that bounce and complaint notifications will be published only to the specified bounce and complaint Amazon SNS topics.*/", "getterMethodName" : "getForwardingEnabled", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ForwardingEnabled", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ForwardingEnabled", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Boolean", "marshallingType" : "BOOLEAN", "name" : "ForwardingEnabled", "setterDocumentation" : "/**

                                                                                                  Describes whether Amazon SES will forward bounce and complaint notifications as email. true indicates that Amazon SES will forward bounce and complaint notifications as email, while false indicates that bounce and complaint notifications will be published only to the specified bounce and complaint Amazon SNS topics.

                                                                                                  \n@param forwardingEnabled Describes whether Amazon SES will forward bounce and complaint notifications as email. true indicates that Amazon SES will forward bounce and complaint notifications as email, while false indicates that bounce and complaint notifications will be published only to the specified bounce and complaint Amazon SNS topics.*/", "setterMethodName" : "setForwardingEnabled", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "forwardingEnabled", "variableType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                  Describes whether Amazon SES will forward bounce and complaint notifications as email. true indicates that Amazon SES will forward bounce and complaint notifications as email, while false indicates that bounce and complaint notifications will be published only to the specified bounce and complaint Amazon SNS topics.

                                                                                                  \n@param forwardingEnabled Describes whether Amazon SES will forward bounce and complaint notifications as email. true indicates that Amazon SES will forward bounce and complaint notifications as email, while false indicates that bounce and complaint notifications will be published only to the specified bounce and complaint Amazon SNS topics.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "forwardingEnabled", "variableType" : "Boolean", "documentation" : "

                                                                                                  Describes whether Amazon SES will forward bounce and complaint notifications as email. true indicates that Amazon SES will forward bounce and complaint notifications as email, while false indicates that bounce and complaint notifications will be published only to the specified bounce and complaint Amazon SNS topics.

                                                                                                  ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlNameSpaceUri" : null }, "HeadersInBounceNotificationsEnabled" : { "c2jName" : "HeadersInBounceNotificationsEnabled", "c2jShape" : "Enabled", "deprecated" : false, "documentation" : "

                                                                                                  Describes whether Amazon SES includes the original email headers in Amazon SNS notifications of type Bounce. A value of true specifies that Amazon SES will include headers in bounce notifications, and a value of false specifies that Amazon SES will not include headers in bounce notifications.

                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                  Describes whether Amazon SES includes the original email headers in Amazon SNS notifications of type Bounce. A value of true specifies that Amazon SES will include headers in bounce notifications, and a value of false specifies that Amazon SES will not include headers in bounce notifications.

                                                                                                  \n@param headersInBounceNotificationsEnabled Describes whether Amazon SES includes the original email headers in Amazon SNS notifications of type Bounce. A value of true specifies that Amazon SES will include headers in bounce notifications, and a value of false specifies that Amazon SES will not include headers in bounce notifications.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withHeadersInBounceNotificationsEnabled", "getterDocumentation" : "/**

                                                                                                  Describes whether Amazon SES includes the original email headers in Amazon SNS notifications of type Bounce. A value of true specifies that Amazon SES will include headers in bounce notifications, and a value of false specifies that Amazon SES will not include headers in bounce notifications.

                                                                                                  \n@return Describes whether Amazon SES includes the original email headers in Amazon SNS notifications of type Bounce. A value of true specifies that Amazon SES will include headers in bounce notifications, and a value of false specifies that Amazon SES will not include headers in bounce notifications.*/", "getterMethodName" : "getHeadersInBounceNotificationsEnabled", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "HeadersInBounceNotificationsEnabled", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "HeadersInBounceNotificationsEnabled", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Boolean", "marshallingType" : "BOOLEAN", "name" : "HeadersInBounceNotificationsEnabled", "setterDocumentation" : "/**

                                                                                                  Describes whether Amazon SES includes the original email headers in Amazon SNS notifications of type Bounce. A value of true specifies that Amazon SES will include headers in bounce notifications, and a value of false specifies that Amazon SES will not include headers in bounce notifications.

                                                                                                  \n@param headersInBounceNotificationsEnabled Describes whether Amazon SES includes the original email headers in Amazon SNS notifications of type Bounce. A value of true specifies that Amazon SES will include headers in bounce notifications, and a value of false specifies that Amazon SES will not include headers in bounce notifications.*/", "setterMethodName" : "setHeadersInBounceNotificationsEnabled", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "headersInBounceNotificationsEnabled", "variableType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                  Describes whether Amazon SES includes the original email headers in Amazon SNS notifications of type Bounce. A value of true specifies that Amazon SES will include headers in bounce notifications, and a value of false specifies that Amazon SES will not include headers in bounce notifications.

                                                                                                  \n@param headersInBounceNotificationsEnabled Describes whether Amazon SES includes the original email headers in Amazon SNS notifications of type Bounce. A value of true specifies that Amazon SES will include headers in bounce notifications, and a value of false specifies that Amazon SES will not include headers in bounce notifications.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "headersInBounceNotificationsEnabled", "variableType" : "Boolean", "documentation" : "

                                                                                                  Describes whether Amazon SES includes the original email headers in Amazon SNS notifications of type Bounce. A value of true specifies that Amazon SES will include headers in bounce notifications, and a value of false specifies that Amazon SES will not include headers in bounce notifications.

                                                                                                  ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlNameSpaceUri" : null }, "HeadersInComplaintNotificationsEnabled" : { "c2jName" : "HeadersInComplaintNotificationsEnabled", "c2jShape" : "Enabled", "deprecated" : false, "documentation" : "

                                                                                                  Describes whether Amazon SES includes the original email headers in Amazon SNS notifications of type Complaint. A value of true specifies that Amazon SES will include headers in complaint notifications, and a value of false specifies that Amazon SES will not include headers in complaint notifications.

                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                  Describes whether Amazon SES includes the original email headers in Amazon SNS notifications of type Complaint. A value of true specifies that Amazon SES will include headers in complaint notifications, and a value of false specifies that Amazon SES will not include headers in complaint notifications.

                                                                                                  \n@param headersInComplaintNotificationsEnabled Describes whether Amazon SES includes the original email headers in Amazon SNS notifications of type Complaint. A value of true specifies that Amazon SES will include headers in complaint notifications, and a value of false specifies that Amazon SES will not include headers in complaint notifications.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withHeadersInComplaintNotificationsEnabled", "getterDocumentation" : "/**

                                                                                                  Describes whether Amazon SES includes the original email headers in Amazon SNS notifications of type Complaint. A value of true specifies that Amazon SES will include headers in complaint notifications, and a value of false specifies that Amazon SES will not include headers in complaint notifications.

                                                                                                  \n@return Describes whether Amazon SES includes the original email headers in Amazon SNS notifications of type Complaint. A value of true specifies that Amazon SES will include headers in complaint notifications, and a value of false specifies that Amazon SES will not include headers in complaint notifications.*/", "getterMethodName" : "getHeadersInComplaintNotificationsEnabled", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "HeadersInComplaintNotificationsEnabled", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "HeadersInComplaintNotificationsEnabled", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Boolean", "marshallingType" : "BOOLEAN", "name" : "HeadersInComplaintNotificationsEnabled", "setterDocumentation" : "/**

                                                                                                  Describes whether Amazon SES includes the original email headers in Amazon SNS notifications of type Complaint. A value of true specifies that Amazon SES will include headers in complaint notifications, and a value of false specifies that Amazon SES will not include headers in complaint notifications.

                                                                                                  \n@param headersInComplaintNotificationsEnabled Describes whether Amazon SES includes the original email headers in Amazon SNS notifications of type Complaint. A value of true specifies that Amazon SES will include headers in complaint notifications, and a value of false specifies that Amazon SES will not include headers in complaint notifications.*/", "setterMethodName" : "setHeadersInComplaintNotificationsEnabled", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "headersInComplaintNotificationsEnabled", "variableType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                  Describes whether Amazon SES includes the original email headers in Amazon SNS notifications of type Complaint. A value of true specifies that Amazon SES will include headers in complaint notifications, and a value of false specifies that Amazon SES will not include headers in complaint notifications.

                                                                                                  \n@param headersInComplaintNotificationsEnabled Describes whether Amazon SES includes the original email headers in Amazon SNS notifications of type Complaint. A value of true specifies that Amazon SES will include headers in complaint notifications, and a value of false specifies that Amazon SES will not include headers in complaint notifications.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "headersInComplaintNotificationsEnabled", "variableType" : "Boolean", "documentation" : "

                                                                                                  Describes whether Amazon SES includes the original email headers in Amazon SNS notifications of type Complaint. A value of true specifies that Amazon SES will include headers in complaint notifications, and a value of false specifies that Amazon SES will not include headers in complaint notifications.

                                                                                                  ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlNameSpaceUri" : null }, "HeadersInDeliveryNotificationsEnabled" : { "c2jName" : "HeadersInDeliveryNotificationsEnabled", "c2jShape" : "Enabled", "deprecated" : false, "documentation" : "

                                                                                                  Describes whether Amazon SES includes the original email headers in Amazon SNS notifications of type Delivery. A value of true specifies that Amazon SES will include headers in delivery notifications, and a value of false specifies that Amazon SES will not include headers in delivery notifications.

                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                  Describes whether Amazon SES includes the original email headers in Amazon SNS notifications of type Delivery. A value of true specifies that Amazon SES will include headers in delivery notifications, and a value of false specifies that Amazon SES will not include headers in delivery notifications.

                                                                                                  \n@param headersInDeliveryNotificationsEnabled Describes whether Amazon SES includes the original email headers in Amazon SNS notifications of type Delivery. A value of true specifies that Amazon SES will include headers in delivery notifications, and a value of false specifies that Amazon SES will not include headers in delivery notifications.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withHeadersInDeliveryNotificationsEnabled", "getterDocumentation" : "/**

                                                                                                  Describes whether Amazon SES includes the original email headers in Amazon SNS notifications of type Delivery. A value of true specifies that Amazon SES will include headers in delivery notifications, and a value of false specifies that Amazon SES will not include headers in delivery notifications.

                                                                                                  \n@return Describes whether Amazon SES includes the original email headers in Amazon SNS notifications of type Delivery. A value of true specifies that Amazon SES will include headers in delivery notifications, and a value of false specifies that Amazon SES will not include headers in delivery notifications.*/", "getterMethodName" : "getHeadersInDeliveryNotificationsEnabled", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "HeadersInDeliveryNotificationsEnabled", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "HeadersInDeliveryNotificationsEnabled", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Boolean", "marshallingType" : "BOOLEAN", "name" : "HeadersInDeliveryNotificationsEnabled", "setterDocumentation" : "/**

                                                                                                  Describes whether Amazon SES includes the original email headers in Amazon SNS notifications of type Delivery. A value of true specifies that Amazon SES will include headers in delivery notifications, and a value of false specifies that Amazon SES will not include headers in delivery notifications.

                                                                                                  \n@param headersInDeliveryNotificationsEnabled Describes whether Amazon SES includes the original email headers in Amazon SNS notifications of type Delivery. A value of true specifies that Amazon SES will include headers in delivery notifications, and a value of false specifies that Amazon SES will not include headers in delivery notifications.*/", "setterMethodName" : "setHeadersInDeliveryNotificationsEnabled", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "headersInDeliveryNotificationsEnabled", "variableType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                  Describes whether Amazon SES includes the original email headers in Amazon SNS notifications of type Delivery. A value of true specifies that Amazon SES will include headers in delivery notifications, and a value of false specifies that Amazon SES will not include headers in delivery notifications.

                                                                                                  \n@param headersInDeliveryNotificationsEnabled Describes whether Amazon SES includes the original email headers in Amazon SNS notifications of type Delivery. A value of true specifies that Amazon SES will include headers in delivery notifications, and a value of false specifies that Amazon SES will not include headers in delivery notifications.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "headersInDeliveryNotificationsEnabled", "variableType" : "Boolean", "documentation" : "

                                                                                                  Describes whether Amazon SES includes the original email headers in Amazon SNS notifications of type Delivery. A value of true specifies that Amazon SES will include headers in delivery notifications, and a value of false specifies that Amazon SES will not include headers in delivery notifications.

                                                                                                  ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlNameSpaceUri" : null } }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "BounceTopic", "ComplaintTopic", "DeliveryTopic", "ForwardingEnabled" ], "shapeName" : "IdentityNotificationAttributes", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "IdentityNotificationAttributes", "variableName" : "identityNotificationAttributes", "variableType" : "IdentityNotificationAttributes", "documentation" : null, "simpleType" : "IdentityNotificationAttributes", "variableSetterType" : "IdentityNotificationAttributes" }, "wrapper" : false }, "IdentityType" : { "c2jName" : "IdentityType", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "", "enums" : [ { "name" : "EmailAddress", "value" : "EmailAddress" }, { "name" : "Domain", "value" : "Domain" } ], "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : null, "membersAsMap" : { }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "IdentityType", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "IdentityType", "variableName" : "identityType", "variableType" : "IdentityType", "documentation" : null, "simpleType" : "IdentityType", "variableSetterType" : "IdentityType" }, "wrapper" : false }, "IdentityVerificationAttributes" : { "c2jName" : "IdentityVerificationAttributes", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                                                                                                  Represents the verification attributes of a single identity.

                                                                                                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "VerificationStatus", "c2jShape" : "VerificationStatus", "deprecated" : false, "documentation" : "

                                                                                                  The verification status of the identity: \"Pending\", \"Success\", \"Failed\", or \"TemporaryFailure\".

                                                                                                  ", "enumType" : "VerificationStatus", "fluentSetterDocumentation" : "/**

                                                                                                  The verification status of the identity: \"Pending\", \"Success\", \"Failed\", or \"TemporaryFailure\".

                                                                                                  \n@param verificationStatus The verification status of the identity: \"Pending\", \"Success\", \"Failed\", or \"TemporaryFailure\".\n@return Returns a reference to this object so that method calls can be chained together.\n@see VerificationStatus*/", "fluentSetterMethodName" : "withVerificationStatus", "getterDocumentation" : "/**

                                                                                                  The verification status of the identity: \"Pending\", \"Success\", \"Failed\", or \"TemporaryFailure\".

                                                                                                  \n@return The verification status of the identity: \"Pending\", \"Success\", \"Failed\", or \"TemporaryFailure\".\n@see VerificationStatus*/", "getterMethodName" : "getVerificationStatus", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "VerificationStatus", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "VerificationStatus", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "VerificationStatus", "setterDocumentation" : "/**

                                                                                                  The verification status of the identity: \"Pending\", \"Success\", \"Failed\", or \"TemporaryFailure\".

                                                                                                  \n@param verificationStatus The verification status of the identity: \"Pending\", \"Success\", \"Failed\", or \"TemporaryFailure\".\n@see VerificationStatus*/", "setterMethodName" : "setVerificationStatus", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "verificationStatus", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                  The verification status of the identity: \"Pending\", \"Success\", \"Failed\", or \"TemporaryFailure\".

                                                                                                  \n@param verificationStatus The verification status of the identity: \"Pending\", \"Success\", \"Failed\", or \"TemporaryFailure\".\n@return Returns a reference to this object so that method calls can be chained together.\n@see VerificationStatus*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "verificationStatus", "variableType" : "String", "documentation" : "

                                                                                                  The verification status of the identity: \"Pending\", \"Success\", \"Failed\", or \"TemporaryFailure\".

                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "VerificationToken", "c2jShape" : "VerificationToken", "deprecated" : false, "documentation" : "

                                                                                                  The verification token for a domain identity. Null for email address identities.

                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                  The verification token for a domain identity. Null for email address identities.

                                                                                                  \n@param verificationToken The verification token for a domain identity. Null for email address identities.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withVerificationToken", "getterDocumentation" : "/**

                                                                                                  The verification token for a domain identity. Null for email address identities.

                                                                                                  \n@return The verification token for a domain identity. Null for email address identities.*/", "getterMethodName" : "getVerificationToken", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "VerificationToken", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "VerificationToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "VerificationToken", "setterDocumentation" : "/**

                                                                                                  The verification token for a domain identity. Null for email address identities.

                                                                                                  \n@param verificationToken The verification token for a domain identity. Null for email address identities.*/", "setterMethodName" : "setVerificationToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "verificationToken", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                  The verification token for a domain identity. Null for email address identities.

                                                                                                  \n@param verificationToken The verification token for a domain identity. Null for email address identities.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "verificationToken", "variableType" : "String", "documentation" : "

                                                                                                  The verification token for a domain identity. Null for email address identities.

                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "VerificationStatus" : { "c2jName" : "VerificationStatus", "c2jShape" : "VerificationStatus", "deprecated" : false, "documentation" : "

                                                                                                  The verification status of the identity: \"Pending\", \"Success\", \"Failed\", or \"TemporaryFailure\".

                                                                                                  ", "enumType" : "VerificationStatus", "fluentSetterDocumentation" : "/**

                                                                                                  The verification status of the identity: \"Pending\", \"Success\", \"Failed\", or \"TemporaryFailure\".

                                                                                                  \n@param verificationStatus The verification status of the identity: \"Pending\", \"Success\", \"Failed\", or \"TemporaryFailure\".\n@return Returns a reference to this object so that method calls can be chained together.\n@see VerificationStatus*/", "fluentSetterMethodName" : "withVerificationStatus", "getterDocumentation" : "/**

                                                                                                  The verification status of the identity: \"Pending\", \"Success\", \"Failed\", or \"TemporaryFailure\".

                                                                                                  \n@return The verification status of the identity: \"Pending\", \"Success\", \"Failed\", or \"TemporaryFailure\".\n@see VerificationStatus*/", "getterMethodName" : "getVerificationStatus", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "VerificationStatus", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "VerificationStatus", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "VerificationStatus", "setterDocumentation" : "/**

                                                                                                  The verification status of the identity: \"Pending\", \"Success\", \"Failed\", or \"TemporaryFailure\".

                                                                                                  \n@param verificationStatus The verification status of the identity: \"Pending\", \"Success\", \"Failed\", or \"TemporaryFailure\".\n@see VerificationStatus*/", "setterMethodName" : "setVerificationStatus", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "verificationStatus", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                  The verification status of the identity: \"Pending\", \"Success\", \"Failed\", or \"TemporaryFailure\".

                                                                                                  \n@param verificationStatus The verification status of the identity: \"Pending\", \"Success\", \"Failed\", or \"TemporaryFailure\".\n@return Returns a reference to this object so that method calls can be chained together.\n@see VerificationStatus*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "verificationStatus", "variableType" : "String", "documentation" : "

                                                                                                  The verification status of the identity: \"Pending\", \"Success\", \"Failed\", or \"TemporaryFailure\".

                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "VerificationToken" : { "c2jName" : "VerificationToken", "c2jShape" : "VerificationToken", "deprecated" : false, "documentation" : "

                                                                                                  The verification token for a domain identity. Null for email address identities.

                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                  The verification token for a domain identity. Null for email address identities.

                                                                                                  \n@param verificationToken The verification token for a domain identity. Null for email address identities.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withVerificationToken", "getterDocumentation" : "/**

                                                                                                  The verification token for a domain identity. Null for email address identities.

                                                                                                  \n@return The verification token for a domain identity. Null for email address identities.*/", "getterMethodName" : "getVerificationToken", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "VerificationToken", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "VerificationToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "VerificationToken", "setterDocumentation" : "/**

                                                                                                  The verification token for a domain identity. Null for email address identities.

                                                                                                  \n@param verificationToken The verification token for a domain identity. Null for email address identities.*/", "setterMethodName" : "setVerificationToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "verificationToken", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                  The verification token for a domain identity. Null for email address identities.

                                                                                                  \n@param verificationToken The verification token for a domain identity. Null for email address identities.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "verificationToken", "variableType" : "String", "documentation" : "

                                                                                                  The verification token for a domain identity. Null for email address identities.

                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "VerificationStatus" ], "shapeName" : "IdentityVerificationAttributes", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "IdentityVerificationAttributes", "variableName" : "identityVerificationAttributes", "variableType" : "IdentityVerificationAttributes", "documentation" : null, "simpleType" : "IdentityVerificationAttributes", "variableSetterType" : "IdentityVerificationAttributes" }, "wrapper" : false }, "InvalidCloudWatchDestinationException" : { "c2jName" : "InvalidCloudWatchDestinationException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                                                                                                  Indicates that the Amazon CloudWatch destination is invalid. See the error message for details.

                                                                                                  ", "enums" : null, "errorCode" : "InvalidCloudWatchDestination", "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "ConfigurationSetName", "c2jShape" : "ConfigurationSetName", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param configurationSetName \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withConfigurationSetName", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getConfigurationSetName", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ConfigurationSetName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ConfigurationSetName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "ConfigurationSetName", "setterDocumentation" : "/**\n@param configurationSetName */", "setterMethodName" : "setConfigurationSetName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "configurationSetName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param configurationSetName \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "configurationSetName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "EventDestinationName", "c2jShape" : "EventDestinationName", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param eventDestinationName \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withEventDestinationName", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getEventDestinationName", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "EventDestinationName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "EventDestinationName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "EventDestinationName", "setterDocumentation" : "/**\n@param eventDestinationName */", "setterMethodName" : "setEventDestinationName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "eventDestinationName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param eventDestinationName \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "eventDestinationName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ConfigurationSetName" : { "c2jName" : "ConfigurationSetName", "c2jShape" : "ConfigurationSetName", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param configurationSetName \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withConfigurationSetName", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getConfigurationSetName", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ConfigurationSetName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ConfigurationSetName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "ConfigurationSetName", "setterDocumentation" : "/**\n@param configurationSetName */", "setterMethodName" : "setConfigurationSetName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "configurationSetName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param configurationSetName \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "configurationSetName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "EventDestinationName" : { "c2jName" : "EventDestinationName", "c2jShape" : "EventDestinationName", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param eventDestinationName \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withEventDestinationName", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getEventDestinationName", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "EventDestinationName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "EventDestinationName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "EventDestinationName", "setterDocumentation" : "/**\n@param eventDestinationName */", "setterMethodName" : "setEventDestinationName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "eventDestinationName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param eventDestinationName \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "eventDestinationName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "InvalidCloudWatchDestinationException", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "InvalidCloudWatchDestinationException", "variableName" : "invalidCloudWatchDestinationException", "variableType" : "InvalidCloudWatchDestinationException", "documentation" : null, "simpleType" : "InvalidCloudWatchDestinationException", "variableSetterType" : "InvalidCloudWatchDestinationException" }, "wrapper" : false }, "InvalidConfigurationSetException" : { "c2jName" : "InvalidConfigurationSetException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                                                                                                  Indicates that the configuration set is invalid. See the error message for details.

                                                                                                  ", "enums" : null, "errorCode" : "InvalidConfigurationSet", "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : null, "membersAsMap" : { }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "InvalidConfigurationSetException", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "InvalidConfigurationSetException", "variableName" : "invalidConfigurationSetException", "variableType" : "InvalidConfigurationSetException", "documentation" : null, "simpleType" : "InvalidConfigurationSetException", "variableSetterType" : "InvalidConfigurationSetException" }, "wrapper" : false }, "InvalidFirehoseDestinationException" : { "c2jName" : "InvalidFirehoseDestinationException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                                                                                                  Indicates that the Amazon Kinesis Firehose destination is invalid. See the error message for details.

                                                                                                  ", "enums" : null, "errorCode" : "InvalidFirehoseDestination", "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "ConfigurationSetName", "c2jShape" : "ConfigurationSetName", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param configurationSetName \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withConfigurationSetName", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getConfigurationSetName", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ConfigurationSetName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ConfigurationSetName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "ConfigurationSetName", "setterDocumentation" : "/**\n@param configurationSetName */", "setterMethodName" : "setConfigurationSetName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "configurationSetName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param configurationSetName \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "configurationSetName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "EventDestinationName", "c2jShape" : "EventDestinationName", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param eventDestinationName \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withEventDestinationName", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getEventDestinationName", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "EventDestinationName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "EventDestinationName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "EventDestinationName", "setterDocumentation" : "/**\n@param eventDestinationName */", "setterMethodName" : "setEventDestinationName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "eventDestinationName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param eventDestinationName \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "eventDestinationName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ConfigurationSetName" : { "c2jName" : "ConfigurationSetName", "c2jShape" : "ConfigurationSetName", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param configurationSetName \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withConfigurationSetName", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getConfigurationSetName", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ConfigurationSetName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ConfigurationSetName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "ConfigurationSetName", "setterDocumentation" : "/**\n@param configurationSetName */", "setterMethodName" : "setConfigurationSetName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "configurationSetName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param configurationSetName \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "configurationSetName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "EventDestinationName" : { "c2jName" : "EventDestinationName", "c2jShape" : "EventDestinationName", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param eventDestinationName \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withEventDestinationName", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getEventDestinationName", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "EventDestinationName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "EventDestinationName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "EventDestinationName", "setterDocumentation" : "/**\n@param eventDestinationName */", "setterMethodName" : "setEventDestinationName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "eventDestinationName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param eventDestinationName \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "eventDestinationName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "InvalidFirehoseDestinationException", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "InvalidFirehoseDestinationException", "variableName" : "invalidFirehoseDestinationException", "variableType" : "InvalidFirehoseDestinationException", "documentation" : null, "simpleType" : "InvalidFirehoseDestinationException", "variableSetterType" : "InvalidFirehoseDestinationException" }, "wrapper" : false }, "InvalidLambdaFunctionException" : { "c2jName" : "InvalidLambdaFunctionException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "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.

                                                                                                  ", "enums" : null, "errorCode" : "InvalidLambdaFunction", "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "FunctionArn", "c2jShape" : "AmazonResourceName", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param functionArn \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withFunctionArn", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getFunctionArn", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "FunctionArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "FunctionArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "FunctionArn", "setterDocumentation" : "/**\n@param functionArn */", "setterMethodName" : "setFunctionArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "functionArn", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param functionArn \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "functionArn", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "FunctionArn" : { "c2jName" : "FunctionArn", "c2jShape" : "AmazonResourceName", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param functionArn \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withFunctionArn", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getFunctionArn", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "FunctionArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "FunctionArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "FunctionArn", "setterDocumentation" : "/**\n@param functionArn */", "setterMethodName" : "setFunctionArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "functionArn", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param functionArn \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "functionArn", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "InvalidLambdaFunctionException", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "InvalidLambdaFunctionException", "variableName" : "invalidLambdaFunctionException", "variableType" : "InvalidLambdaFunctionException", "documentation" : null, "simpleType" : "InvalidLambdaFunctionException", "variableSetterType" : "InvalidLambdaFunctionException" }, "wrapper" : false }, "InvalidPolicyException" : { "c2jName" : "InvalidPolicyException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                                                                                                  Indicates that the provided policy is invalid. Check the error stack for more information about what caused the error.

                                                                                                  ", "enums" : null, "errorCode" : "InvalidPolicy", "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : null, "membersAsMap" : { }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "InvalidPolicyException", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "InvalidPolicyException", "variableName" : "invalidPolicyException", "variableType" : "InvalidPolicyException", "documentation" : null, "simpleType" : "InvalidPolicyException", "variableSetterType" : "InvalidPolicyException" }, "wrapper" : false }, "InvalidS3ConfigurationException" : { "c2jName" : "InvalidS3ConfigurationException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "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.

                                                                                                  ", "enums" : null, "errorCode" : "InvalidS3Configuration", "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "Bucket", "c2jShape" : "S3BucketName", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param bucket \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withBucket", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getBucket", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Bucket", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Bucket", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Bucket", "setterDocumentation" : "/**\n@param bucket */", "setterMethodName" : "setBucket", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "bucket", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param bucket \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "bucket", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Bucket" : { "c2jName" : "Bucket", "c2jShape" : "S3BucketName", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param bucket \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withBucket", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getBucket", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Bucket", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Bucket", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Bucket", "setterDocumentation" : "/**\n@param bucket */", "setterMethodName" : "setBucket", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "bucket", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param bucket \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "bucket", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "InvalidS3ConfigurationException", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "InvalidS3ConfigurationException", "variableName" : "invalidS3ConfigurationException", "variableType" : "InvalidS3ConfigurationException", "documentation" : null, "simpleType" : "InvalidS3ConfigurationException", "variableSetterType" : "InvalidS3ConfigurationException" }, "wrapper" : false }, "InvalidSnsTopicException" : { "c2jName" : "InvalidSnsTopicException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "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.

                                                                                                  ", "enums" : null, "errorCode" : "InvalidSnsTopic", "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "Topic", "c2jShape" : "AmazonResourceName", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param topic \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withTopic", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getTopic", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Topic", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Topic", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Topic", "setterDocumentation" : "/**\n@param topic */", "setterMethodName" : "setTopic", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "topic", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param topic \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "topic", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Topic" : { "c2jName" : "Topic", "c2jShape" : "AmazonResourceName", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param topic \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withTopic", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getTopic", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Topic", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Topic", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Topic", "setterDocumentation" : "/**\n@param topic */", "setterMethodName" : "setTopic", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "topic", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param topic \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "topic", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "InvalidSnsTopicException", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "InvalidSnsTopicException", "variableName" : "invalidSnsTopicException", "variableType" : "InvalidSnsTopicException", "documentation" : null, "simpleType" : "InvalidSnsTopicException", "variableSetterType" : "InvalidSnsTopicException" }, "wrapper" : false }, "InvocationType" : { "c2jName" : "InvocationType", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "", "enums" : [ { "name" : "Event", "value" : "Event" }, { "name" : "RequestResponse", "value" : "RequestResponse" } ], "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : null, "membersAsMap" : { }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "InvocationType", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "InvocationType", "variableName" : "invocationType", "variableType" : "InvocationType", "documentation" : null, "simpleType" : "InvocationType", "variableSetterType" : "InvocationType" }, "wrapper" : false }, "KinesisFirehoseDestination" : { "c2jName" : "KinesisFirehoseDestination", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                                                                                                  Contains the delivery stream ARN and the IAM role ARN associated with an Amazon Kinesis Firehose event destination.

                                                                                                  Event destinations, such as Amazon Kinesis Firehose, are associated with configuration sets, which enable you to publish email sending events. For information about using configuration sets, see the Amazon SES Developer Guide.

                                                                                                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "IAMRoleARN", "c2jShape" : "AmazonResourceName", "deprecated" : false, "documentation" : "

                                                                                                  The ARN of the IAM role under which Amazon SES publishes email sending events to the Amazon Kinesis Firehose stream.

                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                  The ARN of the IAM role under which Amazon SES publishes email sending events to the Amazon Kinesis Firehose stream.

                                                                                                  \n@param iAMRoleARN The ARN of the IAM role under which Amazon SES publishes email sending events to the Amazon Kinesis Firehose stream.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withIAMRoleARN", "getterDocumentation" : "/**

                                                                                                  The ARN of the IAM role under which Amazon SES publishes email sending events to the Amazon Kinesis Firehose stream.

                                                                                                  \n@return The ARN of the IAM role under which Amazon SES publishes email sending events to the Amazon Kinesis Firehose stream.*/", "getterMethodName" : "getIAMRoleARN", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "IAMRoleARN", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "IAMRoleARN", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "IAMRoleARN", "setterDocumentation" : "/**

                                                                                                  The ARN of the IAM role under which Amazon SES publishes email sending events to the Amazon Kinesis Firehose stream.

                                                                                                  \n@param iAMRoleARN The ARN of the IAM role under which Amazon SES publishes email sending events to the Amazon Kinesis Firehose stream.*/", "setterMethodName" : "setIAMRoleARN", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "iAMRoleARN", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                  The ARN of the IAM role under which Amazon SES publishes email sending events to the Amazon Kinesis Firehose stream.

                                                                                                  \n@param iAMRoleARN The ARN of the IAM role under which Amazon SES publishes email sending events to the Amazon Kinesis Firehose stream.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "iAMRoleARN", "variableType" : "String", "documentation" : "

                                                                                                  The ARN of the IAM role under which Amazon SES publishes email sending events to the Amazon Kinesis Firehose stream.

                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "DeliveryStreamARN", "c2jShape" : "AmazonResourceName", "deprecated" : false, "documentation" : "

                                                                                                  The ARN of the Amazon Kinesis Firehose stream to which to publish email sending events.

                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                  The ARN of the Amazon Kinesis Firehose stream to which to publish email sending events.

                                                                                                  \n@param deliveryStreamARN The ARN of the Amazon Kinesis Firehose stream to which to publish email sending events.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withDeliveryStreamARN", "getterDocumentation" : "/**

                                                                                                  The ARN of the Amazon Kinesis Firehose stream to which to publish email sending events.

                                                                                                  \n@return The ARN of the Amazon Kinesis Firehose stream to which to publish email sending events.*/", "getterMethodName" : "getDeliveryStreamARN", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "DeliveryStreamARN", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "DeliveryStreamARN", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "DeliveryStreamARN", "setterDocumentation" : "/**

                                                                                                  The ARN of the Amazon Kinesis Firehose stream to which to publish email sending events.

                                                                                                  \n@param deliveryStreamARN The ARN of the Amazon Kinesis Firehose stream to which to publish email sending events.*/", "setterMethodName" : "setDeliveryStreamARN", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "deliveryStreamARN", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                  The ARN of the Amazon Kinesis Firehose stream to which to publish email sending events.

                                                                                                  \n@param deliveryStreamARN The ARN of the Amazon Kinesis Firehose stream to which to publish email sending events.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "deliveryStreamARN", "variableType" : "String", "documentation" : "

                                                                                                  The ARN of the Amazon Kinesis Firehose stream to which to publish email sending events.

                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "DeliveryStreamARN" : { "c2jName" : "DeliveryStreamARN", "c2jShape" : "AmazonResourceName", "deprecated" : false, "documentation" : "

                                                                                                  The ARN of the Amazon Kinesis Firehose stream to which to publish email sending events.

                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                  The ARN of the Amazon Kinesis Firehose stream to which to publish email sending events.

                                                                                                  \n@param deliveryStreamARN The ARN of the Amazon Kinesis Firehose stream to which to publish email sending events.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withDeliveryStreamARN", "getterDocumentation" : "/**

                                                                                                  The ARN of the Amazon Kinesis Firehose stream to which to publish email sending events.

                                                                                                  \n@return The ARN of the Amazon Kinesis Firehose stream to which to publish email sending events.*/", "getterMethodName" : "getDeliveryStreamARN", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "DeliveryStreamARN", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "DeliveryStreamARN", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "DeliveryStreamARN", "setterDocumentation" : "/**

                                                                                                  The ARN of the Amazon Kinesis Firehose stream to which to publish email sending events.

                                                                                                  \n@param deliveryStreamARN The ARN of the Amazon Kinesis Firehose stream to which to publish email sending events.*/", "setterMethodName" : "setDeliveryStreamARN", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "deliveryStreamARN", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                  The ARN of the Amazon Kinesis Firehose stream to which to publish email sending events.

                                                                                                  \n@param deliveryStreamARN The ARN of the Amazon Kinesis Firehose stream to which to publish email sending events.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "deliveryStreamARN", "variableType" : "String", "documentation" : "

                                                                                                  The ARN of the Amazon Kinesis Firehose stream to which to publish email sending events.

                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "IAMRoleARN" : { "c2jName" : "IAMRoleARN", "c2jShape" : "AmazonResourceName", "deprecated" : false, "documentation" : "

                                                                                                  The ARN of the IAM role under which Amazon SES publishes email sending events to the Amazon Kinesis Firehose stream.

                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                  The ARN of the IAM role under which Amazon SES publishes email sending events to the Amazon Kinesis Firehose stream.

                                                                                                  \n@param iAMRoleARN The ARN of the IAM role under which Amazon SES publishes email sending events to the Amazon Kinesis Firehose stream.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withIAMRoleARN", "getterDocumentation" : "/**

                                                                                                  The ARN of the IAM role under which Amazon SES publishes email sending events to the Amazon Kinesis Firehose stream.

                                                                                                  \n@return The ARN of the IAM role under which Amazon SES publishes email sending events to the Amazon Kinesis Firehose stream.*/", "getterMethodName" : "getIAMRoleARN", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "IAMRoleARN", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "IAMRoleARN", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "IAMRoleARN", "setterDocumentation" : "/**

                                                                                                  The ARN of the IAM role under which Amazon SES publishes email sending events to the Amazon Kinesis Firehose stream.

                                                                                                  \n@param iAMRoleARN The ARN of the IAM role under which Amazon SES publishes email sending events to the Amazon Kinesis Firehose stream.*/", "setterMethodName" : "setIAMRoleARN", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "iAMRoleARN", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                  The ARN of the IAM role under which Amazon SES publishes email sending events to the Amazon Kinesis Firehose stream.

                                                                                                  \n@param iAMRoleARN The ARN of the IAM role under which Amazon SES publishes email sending events to the Amazon Kinesis Firehose stream.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "iAMRoleARN", "variableType" : "String", "documentation" : "

                                                                                                  The ARN of the IAM role under which Amazon SES publishes email sending events to the Amazon Kinesis Firehose stream.

                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "IAMRoleARN", "DeliveryStreamARN" ], "shapeName" : "KinesisFirehoseDestination", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "KinesisFirehoseDestination", "variableName" : "kinesisFirehoseDestination", "variableType" : "KinesisFirehoseDestination", "documentation" : null, "simpleType" : "KinesisFirehoseDestination", "variableSetterType" : "KinesisFirehoseDestination" }, "wrapper" : false }, "LambdaAction" : { "c2jName" : "LambdaAction", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                                                                                                  When included in a receipt rule, this action calls an AWS Lambda function and, optionally, publishes a notification to Amazon Simple Notification Service (Amazon SNS).

                                                                                                  To enable Amazon SES to call your AWS Lambda function or to publish to an Amazon SNS topic of another account, Amazon SES must have permission to access those resources. For information about giving permissions, see the Amazon SES Developer Guide.

                                                                                                  For information about using AWS Lambda actions in receipt rules, see the Amazon SES Developer Guide.

                                                                                                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "TopicArn", "c2jShape" : "AmazonResourceName", "deprecated" : false, "documentation" : "

                                                                                                  The Amazon Resource Name (ARN) of the Amazon SNS topic to notify when the Lambda action is taken. An example of an Amazon SNS topic ARN is arn:aws:sns:us-west-2:123456789012:MyTopic. For more information about Amazon SNS topics, see the Amazon SNS Developer Guide.

                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                  The Amazon Resource Name (ARN) of the Amazon SNS topic to notify when the Lambda action is taken. An example of an Amazon SNS topic ARN is arn:aws:sns:us-west-2:123456789012:MyTopic. For more information about Amazon SNS topics, see the Amazon SNS Developer Guide.

                                                                                                  \n@param topicArn The Amazon Resource Name (ARN) of the Amazon SNS topic to notify when the Lambda action is taken. An example of an Amazon SNS topic ARN is arn:aws:sns:us-west-2:123456789012:MyTopic. For more information about Amazon SNS topics, see the Amazon SNS Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withTopicArn", "getterDocumentation" : "/**

                                                                                                  The Amazon Resource Name (ARN) of the Amazon SNS topic to notify when the Lambda action is taken. An example of an Amazon SNS topic ARN is arn:aws:sns:us-west-2:123456789012:MyTopic. For more information about Amazon SNS topics, see the Amazon SNS Developer Guide.

                                                                                                  \n@return The Amazon Resource Name (ARN) of the Amazon SNS topic to notify when the Lambda action is taken. An example of an Amazon SNS topic ARN is arn:aws:sns:us-west-2:123456789012:MyTopic. For more information about Amazon SNS topics, see the Amazon SNS Developer Guide.*/", "getterMethodName" : "getTopicArn", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "TopicArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TopicArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "TopicArn", "setterDocumentation" : "/**

                                                                                                  The Amazon Resource Name (ARN) of the Amazon SNS topic to notify when the Lambda action is taken. An example of an Amazon SNS topic ARN is arn:aws:sns:us-west-2:123456789012:MyTopic. For more information about Amazon SNS topics, see the Amazon SNS Developer Guide.

                                                                                                  \n@param topicArn The Amazon Resource Name (ARN) of the Amazon SNS topic to notify when the Lambda action is taken. An example of an Amazon SNS topic ARN is arn:aws:sns:us-west-2:123456789012:MyTopic. For more information about Amazon SNS topics, see the Amazon SNS Developer Guide.*/", "setterMethodName" : "setTopicArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "topicArn", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                  The Amazon Resource Name (ARN) of the Amazon SNS topic to notify when the Lambda action is taken. An example of an Amazon SNS topic ARN is arn:aws:sns:us-west-2:123456789012:MyTopic. For more information about Amazon SNS topics, see the Amazon SNS Developer Guide.

                                                                                                  \n@param topicArn The Amazon Resource Name (ARN) of the Amazon SNS topic to notify when the Lambda action is taken. An example of an Amazon SNS topic ARN is arn:aws:sns:us-west-2:123456789012:MyTopic. For more information about Amazon SNS topics, see the Amazon SNS Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "topicArn", "variableType" : "String", "documentation" : "

                                                                                                  The Amazon Resource Name (ARN) of the Amazon SNS topic to notify when the Lambda action is taken. An example of an Amazon SNS topic ARN is arn:aws:sns:us-west-2:123456789012:MyTopic. For more information about Amazon SNS topics, see the Amazon SNS Developer Guide.

                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "FunctionArn", "c2jShape" : "AmazonResourceName", "deprecated" : false, "documentation" : "

                                                                                                  The Amazon Resource Name (ARN) of the AWS Lambda function. An example of an AWS Lambda function ARN is arn:aws:lambda:us-west-2:account-id:function:MyFunction. For more information about AWS Lambda, see the AWS Lambda Developer Guide.

                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                  The Amazon Resource Name (ARN) of the AWS Lambda function. An example of an AWS Lambda function ARN is arn:aws:lambda:us-west-2:account-id:function:MyFunction. For more information about AWS Lambda, see the AWS Lambda Developer Guide.

                                                                                                  \n@param functionArn The Amazon Resource Name (ARN) of the AWS Lambda function. An example of an AWS Lambda function ARN is arn:aws:lambda:us-west-2:account-id:function:MyFunction. For more information about AWS Lambda, see the AWS Lambda Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withFunctionArn", "getterDocumentation" : "/**

                                                                                                  The Amazon Resource Name (ARN) of the AWS Lambda function. An example of an AWS Lambda function ARN is arn:aws:lambda:us-west-2:account-id:function:MyFunction. For more information about AWS Lambda, see the AWS Lambda Developer Guide.

                                                                                                  \n@return The Amazon Resource Name (ARN) of the AWS Lambda function. An example of an AWS Lambda function ARN is arn:aws:lambda:us-west-2:account-id:function:MyFunction. For more information about AWS Lambda, see the AWS Lambda Developer Guide.*/", "getterMethodName" : "getFunctionArn", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "FunctionArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "FunctionArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "FunctionArn", "setterDocumentation" : "/**

                                                                                                  The Amazon Resource Name (ARN) of the AWS Lambda function. An example of an AWS Lambda function ARN is arn:aws:lambda:us-west-2:account-id:function:MyFunction. For more information about AWS Lambda, see the AWS Lambda Developer Guide.

                                                                                                  \n@param functionArn The Amazon Resource Name (ARN) of the AWS Lambda function. An example of an AWS Lambda function ARN is arn:aws:lambda:us-west-2:account-id:function:MyFunction. For more information about AWS Lambda, see the AWS Lambda Developer Guide.*/", "setterMethodName" : "setFunctionArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "functionArn", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                  The Amazon Resource Name (ARN) of the AWS Lambda function. An example of an AWS Lambda function ARN is arn:aws:lambda:us-west-2:account-id:function:MyFunction. For more information about AWS Lambda, see the AWS Lambda Developer Guide.

                                                                                                  \n@param functionArn The Amazon Resource Name (ARN) of the AWS Lambda function. An example of an AWS Lambda function ARN is arn:aws:lambda:us-west-2:account-id:function:MyFunction. For more information about AWS Lambda, see the AWS Lambda Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "functionArn", "variableType" : "String", "documentation" : "

                                                                                                  The Amazon Resource Name (ARN) of the AWS Lambda function. An example of an AWS Lambda function ARN is arn:aws:lambda:us-west-2:account-id:function:MyFunction. For more information about AWS Lambda, see the AWS Lambda Developer Guide.

                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "InvocationType", "c2jShape" : "InvocationType", "deprecated" : false, "documentation" : "

                                                                                                  The invocation type of the AWS Lambda function. An invocation type of RequestResponse means that the execution of the function will immediately result in a response, and a value of Event means that the function will be invoked asynchronously. The default value is Event. For information about AWS Lambda invocation types, see the AWS Lambda Developer Guide.

                                                                                                  There is a 30-second timeout on RequestResponse invocations. You should use Event invocation in most cases. Use RequestResponse only when you want to make a mail flow decision, such as whether to stop the receipt rule or the receipt rule set.

                                                                                                  ", "enumType" : "InvocationType", "fluentSetterDocumentation" : "/**

                                                                                                  The invocation type of the AWS Lambda function. An invocation type of RequestResponse means that the execution of the function will immediately result in a response, and a value of Event means that the function will be invoked asynchronously. The default value is Event. For information about AWS Lambda invocation types, see the AWS Lambda Developer Guide.

                                                                                                  There is a 30-second timeout on RequestResponse invocations. You should use Event invocation in most cases. Use RequestResponse only when you want to make a mail flow decision, such as whether to stop the receipt rule or the receipt rule set.

                                                                                                  \n@param invocationType The invocation type of the AWS Lambda function. An invocation type of RequestResponse means that the execution of the function will immediately result in a response, and a value of Event means that the function will be invoked asynchronously. The default value is Event. For information about AWS Lambda invocation types, see the AWS Lambda Developer Guide.

                                                                                                  There is a 30-second timeout on RequestResponse invocations. You should use Event invocation in most cases. Use RequestResponse only when you want to make a mail flow decision, such as whether to stop the receipt rule or the receipt rule set.

                                                                                                  \n@return Returns a reference to this object so that method calls can be chained together.\n@see InvocationType*/", "fluentSetterMethodName" : "withInvocationType", "getterDocumentation" : "/**

                                                                                                  The invocation type of the AWS Lambda function. An invocation type of RequestResponse means that the execution of the function will immediately result in a response, and a value of Event means that the function will be invoked asynchronously. The default value is Event. For information about AWS Lambda invocation types, see the AWS Lambda Developer Guide.

                                                                                                  There is a 30-second timeout on RequestResponse invocations. You should use Event invocation in most cases. Use RequestResponse only when you want to make a mail flow decision, such as whether to stop the receipt rule or the receipt rule set.

                                                                                                  \n@return The invocation type of the AWS Lambda function. An invocation type of RequestResponse means that the execution of the function will immediately result in a response, and a value of Event means that the function will be invoked asynchronously. The default value is Event. For information about AWS Lambda invocation types, see the AWS Lambda Developer Guide.

                                                                                                  There is a 30-second timeout on RequestResponse invocations. You should use Event invocation in most cases. Use RequestResponse only when you want to make a mail flow decision, such as whether to stop the receipt rule or the receipt rule set.

                                                                                                  \n@see InvocationType*/", "getterMethodName" : "getInvocationType", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "InvocationType", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "InvocationType", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "InvocationType", "setterDocumentation" : "/**

                                                                                                  The invocation type of the AWS Lambda function. An invocation type of RequestResponse means that the execution of the function will immediately result in a response, and a value of Event means that the function will be invoked asynchronously. The default value is Event. For information about AWS Lambda invocation types, see the AWS Lambda Developer Guide.

                                                                                                  There is a 30-second timeout on RequestResponse invocations. You should use Event invocation in most cases. Use RequestResponse only when you want to make a mail flow decision, such as whether to stop the receipt rule or the receipt rule set.

                                                                                                  \n@param invocationType The invocation type of the AWS Lambda function. An invocation type of RequestResponse means that the execution of the function will immediately result in a response, and a value of Event means that the function will be invoked asynchronously. The default value is Event. For information about AWS Lambda invocation types, see the AWS Lambda Developer Guide.

                                                                                                  There is a 30-second timeout on RequestResponse invocations. You should use Event invocation in most cases. Use RequestResponse only when you want to make a mail flow decision, such as whether to stop the receipt rule or the receipt rule set.

                                                                                                  \n@see InvocationType*/", "setterMethodName" : "setInvocationType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "invocationType", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                  The invocation type of the AWS Lambda function. An invocation type of RequestResponse means that the execution of the function will immediately result in a response, and a value of Event means that the function will be invoked asynchronously. The default value is Event. For information about AWS Lambda invocation types, see the AWS Lambda Developer Guide.

                                                                                                  There is a 30-second timeout on RequestResponse invocations. You should use Event invocation in most cases. Use RequestResponse only when you want to make a mail flow decision, such as whether to stop the receipt rule or the receipt rule set.

                                                                                                  \n@param invocationType The invocation type of the AWS Lambda function. An invocation type of RequestResponse means that the execution of the function will immediately result in a response, and a value of Event means that the function will be invoked asynchronously. The default value is Event. For information about AWS Lambda invocation types, see the AWS Lambda Developer Guide.

                                                                                                  There is a 30-second timeout on RequestResponse invocations. You should use Event invocation in most cases. Use RequestResponse only when you want to make a mail flow decision, such as whether to stop the receipt rule or the receipt rule set.

                                                                                                  \n@return Returns a reference to this object so that method calls can be chained together.\n@see InvocationType*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "invocationType", "variableType" : "String", "documentation" : "

                                                                                                  The invocation type of the AWS Lambda function. An invocation type of RequestResponse means that the execution of the function will immediately result in a response, and a value of Event means that the function will be invoked asynchronously. The default value is Event. For information about AWS Lambda invocation types, see the AWS Lambda Developer Guide.

                                                                                                  There is a 30-second timeout on RequestResponse invocations. You should use Event invocation in most cases. Use RequestResponse only when you want to make a mail flow decision, such as whether to stop the receipt rule or the receipt rule set.

                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "FunctionArn" : { "c2jName" : "FunctionArn", "c2jShape" : "AmazonResourceName", "deprecated" : false, "documentation" : "

                                                                                                  The Amazon Resource Name (ARN) of the AWS Lambda function. An example of an AWS Lambda function ARN is arn:aws:lambda:us-west-2:account-id:function:MyFunction. For more information about AWS Lambda, see the AWS Lambda Developer Guide.

                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                  The Amazon Resource Name (ARN) of the AWS Lambda function. An example of an AWS Lambda function ARN is arn:aws:lambda:us-west-2:account-id:function:MyFunction. For more information about AWS Lambda, see the AWS Lambda Developer Guide.

                                                                                                  \n@param functionArn The Amazon Resource Name (ARN) of the AWS Lambda function. An example of an AWS Lambda function ARN is arn:aws:lambda:us-west-2:account-id:function:MyFunction. For more information about AWS Lambda, see the AWS Lambda Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withFunctionArn", "getterDocumentation" : "/**

                                                                                                  The Amazon Resource Name (ARN) of the AWS Lambda function. An example of an AWS Lambda function ARN is arn:aws:lambda:us-west-2:account-id:function:MyFunction. For more information about AWS Lambda, see the AWS Lambda Developer Guide.

                                                                                                  \n@return The Amazon Resource Name (ARN) of the AWS Lambda function. An example of an AWS Lambda function ARN is arn:aws:lambda:us-west-2:account-id:function:MyFunction. For more information about AWS Lambda, see the AWS Lambda Developer Guide.*/", "getterMethodName" : "getFunctionArn", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "FunctionArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "FunctionArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "FunctionArn", "setterDocumentation" : "/**

                                                                                                  The Amazon Resource Name (ARN) of the AWS Lambda function. An example of an AWS Lambda function ARN is arn:aws:lambda:us-west-2:account-id:function:MyFunction. For more information about AWS Lambda, see the AWS Lambda Developer Guide.

                                                                                                  \n@param functionArn The Amazon Resource Name (ARN) of the AWS Lambda function. An example of an AWS Lambda function ARN is arn:aws:lambda:us-west-2:account-id:function:MyFunction. For more information about AWS Lambda, see the AWS Lambda Developer Guide.*/", "setterMethodName" : "setFunctionArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "functionArn", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                  The Amazon Resource Name (ARN) of the AWS Lambda function. An example of an AWS Lambda function ARN is arn:aws:lambda:us-west-2:account-id:function:MyFunction. For more information about AWS Lambda, see the AWS Lambda Developer Guide.

                                                                                                  \n@param functionArn The Amazon Resource Name (ARN) of the AWS Lambda function. An example of an AWS Lambda function ARN is arn:aws:lambda:us-west-2:account-id:function:MyFunction. For more information about AWS Lambda, see the AWS Lambda Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "functionArn", "variableType" : "String", "documentation" : "

                                                                                                  The Amazon Resource Name (ARN) of the AWS Lambda function. An example of an AWS Lambda function ARN is arn:aws:lambda:us-west-2:account-id:function:MyFunction. For more information about AWS Lambda, see the AWS Lambda Developer Guide.

                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "InvocationType" : { "c2jName" : "InvocationType", "c2jShape" : "InvocationType", "deprecated" : false, "documentation" : "

                                                                                                  The invocation type of the AWS Lambda function. An invocation type of RequestResponse means that the execution of the function will immediately result in a response, and a value of Event means that the function will be invoked asynchronously. The default value is Event. For information about AWS Lambda invocation types, see the AWS Lambda Developer Guide.

                                                                                                  There is a 30-second timeout on RequestResponse invocations. You should use Event invocation in most cases. Use RequestResponse only when you want to make a mail flow decision, such as whether to stop the receipt rule or the receipt rule set.

                                                                                                  ", "enumType" : "InvocationType", "fluentSetterDocumentation" : "/**

                                                                                                  The invocation type of the AWS Lambda function. An invocation type of RequestResponse means that the execution of the function will immediately result in a response, and a value of Event means that the function will be invoked asynchronously. The default value is Event. For information about AWS Lambda invocation types, see the AWS Lambda Developer Guide.

                                                                                                  There is a 30-second timeout on RequestResponse invocations. You should use Event invocation in most cases. Use RequestResponse only when you want to make a mail flow decision, such as whether to stop the receipt rule or the receipt rule set.

                                                                                                  \n@param invocationType The invocation type of the AWS Lambda function. An invocation type of RequestResponse means that the execution of the function will immediately result in a response, and a value of Event means that the function will be invoked asynchronously. The default value is Event. For information about AWS Lambda invocation types, see the AWS Lambda Developer Guide.

                                                                                                  There is a 30-second timeout on RequestResponse invocations. You should use Event invocation in most cases. Use RequestResponse only when you want to make a mail flow decision, such as whether to stop the receipt rule or the receipt rule set.

                                                                                                  \n@return Returns a reference to this object so that method calls can be chained together.\n@see InvocationType*/", "fluentSetterMethodName" : "withInvocationType", "getterDocumentation" : "/**

                                                                                                  The invocation type of the AWS Lambda function. An invocation type of RequestResponse means that the execution of the function will immediately result in a response, and a value of Event means that the function will be invoked asynchronously. The default value is Event. For information about AWS Lambda invocation types, see the AWS Lambda Developer Guide.

                                                                                                  There is a 30-second timeout on RequestResponse invocations. You should use Event invocation in most cases. Use RequestResponse only when you want to make a mail flow decision, such as whether to stop the receipt rule or the receipt rule set.

                                                                                                  \n@return The invocation type of the AWS Lambda function. An invocation type of RequestResponse means that the execution of the function will immediately result in a response, and a value of Event means that the function will be invoked asynchronously. The default value is Event. For information about AWS Lambda invocation types, see the AWS Lambda Developer Guide.

                                                                                                  There is a 30-second timeout on RequestResponse invocations. You should use Event invocation in most cases. Use RequestResponse only when you want to make a mail flow decision, such as whether to stop the receipt rule or the receipt rule set.

                                                                                                  \n@see InvocationType*/", "getterMethodName" : "getInvocationType", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "InvocationType", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "InvocationType", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "InvocationType", "setterDocumentation" : "/**

                                                                                                  The invocation type of the AWS Lambda function. An invocation type of RequestResponse means that the execution of the function will immediately result in a response, and a value of Event means that the function will be invoked asynchronously. The default value is Event. For information about AWS Lambda invocation types, see the AWS Lambda Developer Guide.

                                                                                                  There is a 30-second timeout on RequestResponse invocations. You should use Event invocation in most cases. Use RequestResponse only when you want to make a mail flow decision, such as whether to stop the receipt rule or the receipt rule set.

                                                                                                  \n@param invocationType The invocation type of the AWS Lambda function. An invocation type of RequestResponse means that the execution of the function will immediately result in a response, and a value of Event means that the function will be invoked asynchronously. The default value is Event. For information about AWS Lambda invocation types, see the AWS Lambda Developer Guide.

                                                                                                  There is a 30-second timeout on RequestResponse invocations. You should use Event invocation in most cases. Use RequestResponse only when you want to make a mail flow decision, such as whether to stop the receipt rule or the receipt rule set.

                                                                                                  \n@see InvocationType*/", "setterMethodName" : "setInvocationType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "invocationType", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                  The invocation type of the AWS Lambda function. An invocation type of RequestResponse means that the execution of the function will immediately result in a response, and a value of Event means that the function will be invoked asynchronously. The default value is Event. For information about AWS Lambda invocation types, see the AWS Lambda Developer Guide.

                                                                                                  There is a 30-second timeout on RequestResponse invocations. You should use Event invocation in most cases. Use RequestResponse only when you want to make a mail flow decision, such as whether to stop the receipt rule or the receipt rule set.

                                                                                                  \n@param invocationType The invocation type of the AWS Lambda function. An invocation type of RequestResponse means that the execution of the function will immediately result in a response, and a value of Event means that the function will be invoked asynchronously. The default value is Event. For information about AWS Lambda invocation types, see the AWS Lambda Developer Guide.

                                                                                                  There is a 30-second timeout on RequestResponse invocations. You should use Event invocation in most cases. Use RequestResponse only when you want to make a mail flow decision, such as whether to stop the receipt rule or the receipt rule set.

                                                                                                  \n@return Returns a reference to this object so that method calls can be chained together.\n@see InvocationType*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "invocationType", "variableType" : "String", "documentation" : "

                                                                                                  The invocation type of the AWS Lambda function. An invocation type of RequestResponse means that the execution of the function will immediately result in a response, and a value of Event means that the function will be invoked asynchronously. The default value is Event. For information about AWS Lambda invocation types, see the AWS Lambda Developer Guide.

                                                                                                  There is a 30-second timeout on RequestResponse invocations. You should use Event invocation in most cases. Use RequestResponse only when you want to make a mail flow decision, such as whether to stop the receipt rule or the receipt rule set.

                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "TopicArn" : { "c2jName" : "TopicArn", "c2jShape" : "AmazonResourceName", "deprecated" : false, "documentation" : "

                                                                                                  The Amazon Resource Name (ARN) of the Amazon SNS topic to notify when the Lambda action is taken. An example of an Amazon SNS topic ARN is arn:aws:sns:us-west-2:123456789012:MyTopic. For more information about Amazon SNS topics, see the Amazon SNS Developer Guide.

                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                  The Amazon Resource Name (ARN) of the Amazon SNS topic to notify when the Lambda action is taken. An example of an Amazon SNS topic ARN is arn:aws:sns:us-west-2:123456789012:MyTopic. For more information about Amazon SNS topics, see the Amazon SNS Developer Guide.

                                                                                                  \n@param topicArn The Amazon Resource Name (ARN) of the Amazon SNS topic to notify when the Lambda action is taken. An example of an Amazon SNS topic ARN is arn:aws:sns:us-west-2:123456789012:MyTopic. For more information about Amazon SNS topics, see the Amazon SNS Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withTopicArn", "getterDocumentation" : "/**

                                                                                                  The Amazon Resource Name (ARN) of the Amazon SNS topic to notify when the Lambda action is taken. An example of an Amazon SNS topic ARN is arn:aws:sns:us-west-2:123456789012:MyTopic. For more information about Amazon SNS topics, see the Amazon SNS Developer Guide.

                                                                                                  \n@return The Amazon Resource Name (ARN) of the Amazon SNS topic to notify when the Lambda action is taken. An example of an Amazon SNS topic ARN is arn:aws:sns:us-west-2:123456789012:MyTopic. For more information about Amazon SNS topics, see the Amazon SNS Developer Guide.*/", "getterMethodName" : "getTopicArn", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "TopicArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TopicArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "TopicArn", "setterDocumentation" : "/**

                                                                                                  The Amazon Resource Name (ARN) of the Amazon SNS topic to notify when the Lambda action is taken. An example of an Amazon SNS topic ARN is arn:aws:sns:us-west-2:123456789012:MyTopic. For more information about Amazon SNS topics, see the Amazon SNS Developer Guide.

                                                                                                  \n@param topicArn The Amazon Resource Name (ARN) of the Amazon SNS topic to notify when the Lambda action is taken. An example of an Amazon SNS topic ARN is arn:aws:sns:us-west-2:123456789012:MyTopic. For more information about Amazon SNS topics, see the Amazon SNS Developer Guide.*/", "setterMethodName" : "setTopicArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "topicArn", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                  The Amazon Resource Name (ARN) of the Amazon SNS topic to notify when the Lambda action is taken. An example of an Amazon SNS topic ARN is arn:aws:sns:us-west-2:123456789012:MyTopic. For more information about Amazon SNS topics, see the Amazon SNS Developer Guide.

                                                                                                  \n@param topicArn The Amazon Resource Name (ARN) of the Amazon SNS topic to notify when the Lambda action is taken. An example of an Amazon SNS topic ARN is arn:aws:sns:us-west-2:123456789012:MyTopic. For more information about Amazon SNS topics, see the Amazon SNS Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "topicArn", "variableType" : "String", "documentation" : "

                                                                                                  The Amazon Resource Name (ARN) of the Amazon SNS topic to notify when the Lambda action is taken. An example of an Amazon SNS topic ARN is arn:aws:sns:us-west-2:123456789012:MyTopic. For more information about Amazon SNS topics, see the Amazon SNS Developer Guide.

                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "FunctionArn" ], "shapeName" : "LambdaAction", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "LambdaAction", "variableName" : "lambdaAction", "variableType" : "LambdaAction", "documentation" : null, "simpleType" : "LambdaAction", "variableSetterType" : "LambdaAction" }, "wrapper" : false }, "LimitExceededException" : { "c2jName" : "LimitExceededException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                                                                                                  Indicates that a resource could not be created because of service limits. For a list of Amazon SES limits, see the Amazon SES Developer Guide.

                                                                                                  ", "enums" : null, "errorCode" : "LimitExceeded", "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : null, "membersAsMap" : { }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "LimitExceededException", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "LimitExceededException", "variableName" : "limitExceededException", "variableType" : "LimitExceededException", "documentation" : null, "simpleType" : "LimitExceededException", "variableSetterType" : "LimitExceededException" }, "wrapper" : false }, "ListConfigurationSetsRequest" : { "c2jName" : "ListConfigurationSetsRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                                                                                                  Represents a request to list the configuration sets associated with your AWS account. Configuration sets enable you to publish email sending events. For information about using configuration sets, see the Amazon SES Developer Guide.

                                                                                                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "ListConfigurationSets", "locationName" : null, "requestUri" : "/", "target" : null, "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "c2jName" : "NextToken", "c2jShape" : "NextToken", "deprecated" : false, "documentation" : "

                                                                                                  A token returned from a previous call to ListConfigurationSets to indicate the position of the configuration set in the configuration set list.

                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                  A token returned from a previous call to ListConfigurationSets to indicate the position of the configuration set in the configuration set list.

                                                                                                  \n@param nextToken A token returned from a previous call to ListConfigurationSets to indicate the position of the configuration set in the configuration set list.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withNextToken", "getterDocumentation" : "/**

                                                                                                  A token returned from a previous call to ListConfigurationSets to indicate the position of the configuration set in the configuration set list.

                                                                                                  \n@return A token returned from a previous call to ListConfigurationSets to indicate the position of the configuration set in the configuration set list.*/", "getterMethodName" : "getNextToken", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NextToken", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "NextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "NextToken", "setterDocumentation" : "/**

                                                                                                  A token returned from a previous call to ListConfigurationSets to indicate the position of the configuration set in the configuration set list.

                                                                                                  \n@param nextToken A token returned from a previous call to ListConfigurationSets to indicate the position of the configuration set in the configuration set list.*/", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                  A token returned from a previous call to ListConfigurationSets to indicate the position of the configuration set in the configuration set list.

                                                                                                  \n@param nextToken A token returned from a previous call to ListConfigurationSets to indicate the position of the configuration set in the configuration set list.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

                                                                                                  A token returned from a previous call to ListConfigurationSets to indicate the position of the configuration set in the configuration set list.

                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "MaxItems", "c2jShape" : "MaxItems", "deprecated" : false, "documentation" : "

                                                                                                  The number of configuration sets to return.

                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                  The number of configuration sets to return.

                                                                                                  \n@param maxItems The number of configuration sets to return.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withMaxItems", "getterDocumentation" : "/**

                                                                                                  The number of configuration sets to return.

                                                                                                  \n@return The number of configuration sets to return.*/", "getterMethodName" : "getMaxItems", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "MaxItems", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "MaxItems", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Integer", "marshallingType" : "INTEGER", "name" : "MaxItems", "setterDocumentation" : "/**

                                                                                                  The number of configuration sets to return.

                                                                                                  \n@param maxItems The number of configuration sets to return.*/", "setterMethodName" : "setMaxItems", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "maxItems", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                  The number of configuration sets to return.

                                                                                                  \n@param maxItems The number of configuration sets to return.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Integer", "variableName" : "maxItems", "variableType" : "Integer", "documentation" : "

                                                                                                  The number of configuration sets to return.

                                                                                                  ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "MaxItems" : { "c2jName" : "MaxItems", "c2jShape" : "MaxItems", "deprecated" : false, "documentation" : "

                                                                                                  The number of configuration sets to return.

                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                  The number of configuration sets to return.

                                                                                                  \n@param maxItems The number of configuration sets to return.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withMaxItems", "getterDocumentation" : "/**

                                                                                                  The number of configuration sets to return.

                                                                                                  \n@return The number of configuration sets to return.*/", "getterMethodName" : "getMaxItems", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "MaxItems", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "MaxItems", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Integer", "marshallingType" : "INTEGER", "name" : "MaxItems", "setterDocumentation" : "/**

                                                                                                  The number of configuration sets to return.

                                                                                                  \n@param maxItems The number of configuration sets to return.*/", "setterMethodName" : "setMaxItems", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "maxItems", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                  The number of configuration sets to return.

                                                                                                  \n@param maxItems The number of configuration sets to return.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Integer", "variableName" : "maxItems", "variableType" : "Integer", "documentation" : "

                                                                                                  The number of configuration sets to return.

                                                                                                  ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, "NextToken" : { "c2jName" : "NextToken", "c2jShape" : "NextToken", "deprecated" : false, "documentation" : "

                                                                                                  A token returned from a previous call to ListConfigurationSets to indicate the position of the configuration set in the configuration set list.

                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                  A token returned from a previous call to ListConfigurationSets to indicate the position of the configuration set in the configuration set list.

                                                                                                  \n@param nextToken A token returned from a previous call to ListConfigurationSets to indicate the position of the configuration set in the configuration set list.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withNextToken", "getterDocumentation" : "/**

                                                                                                  A token returned from a previous call to ListConfigurationSets to indicate the position of the configuration set in the configuration set list.

                                                                                                  \n@return A token returned from a previous call to ListConfigurationSets to indicate the position of the configuration set in the configuration set list.*/", "getterMethodName" : "getNextToken", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NextToken", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "NextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "NextToken", "setterDocumentation" : "/**

                                                                                                  A token returned from a previous call to ListConfigurationSets to indicate the position of the configuration set in the configuration set list.

                                                                                                  \n@param nextToken A token returned from a previous call to ListConfigurationSets to indicate the position of the configuration set in the configuration set list.*/", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                  A token returned from a previous call to ListConfigurationSets to indicate the position of the configuration set in the configuration set list.

                                                                                                  \n@param nextToken A token returned from a previous call to ListConfigurationSets to indicate the position of the configuration set in the configuration set list.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

                                                                                                  A token returned from a previous call to ListConfigurationSets to indicate the position of the configuration set in the configuration set list.

                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "ListConfigurationSetsRequest", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "ListConfigurationSetsRequest", "variableName" : "listConfigurationSetsRequest", "variableType" : "ListConfigurationSetsRequest", "documentation" : null, "simpleType" : "ListConfigurationSetsRequest", "variableSetterType" : "ListConfigurationSetsRequest" }, "wrapper" : false }, "ListConfigurationSetsResult" : { "c2jName" : "ListConfigurationSetsResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                                                                                                  A list of configuration sets associated with your AWS account. Configuration sets enable you to publish email sending events. For information about using configuration sets, see the Amazon SES Developer Guide.

                                                                                                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "ConfigurationSets", "c2jShape" : "ConfigurationSets", "deprecated" : false, "documentation" : "

                                                                                                  A list of configuration sets.

                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                  A list of configuration sets.

                                                                                                  \n@param configurationSets A list of configuration sets.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withConfigurationSets", "getterDocumentation" : "/**

                                                                                                  A list of configuration sets.

                                                                                                  \n@return A list of configuration sets.*/", "getterMethodName" : "getConfigurationSets", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ConfigurationSets", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ConfigurationSets", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : true, "listModel" : { "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "ConfigurationSet", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withMember", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getMember", "getterModel" : { "returnType" : "ConfigurationSet", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "ConfigurationSet", "variableName" : "member", "variableType" : "ConfigurationSet", "documentation" : "", "simpleType" : "ConfigurationSet", "variableSetterType" : "ConfigurationSet" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "ConfigurationSet", "variableName" : "member", "variableType" : "ConfigurationSet", "documentation" : "", "simpleType" : "ConfigurationSet", "variableSetterType" : "ConfigurationSet" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "ConfigurationSet", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "simpleType" : "ConfigurationSet", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "ConfigurationSets", "setterDocumentation" : "/**

                                                                                                  A list of configuration sets.

                                                                                                  \n@param configurationSets A list of configuration sets.*/", "setterMethodName" : "setConfigurationSets", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "configurationSets", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

                                                                                                  A list of configuration sets.

                                                                                                  \n

                                                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setConfigurationSets(java.util.Collection)} or {@link #withConfigurationSets(java.util.Collection)} if you want to override the existing values.

                                                                                                  \n@param configurationSets A list of configuration sets.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "configurationSets", "variableType" : "java.util.List", "documentation" : "

                                                                                                  A list of configuration sets.

                                                                                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "c2jName" : "NextToken", "c2jShape" : "NextToken", "deprecated" : false, "documentation" : "

                                                                                                  A token indicating that there are additional configuration sets available to be listed. Pass this token to successive calls of ListConfigurationSets.

                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                  A token indicating that there are additional configuration sets available to be listed. Pass this token to successive calls of ListConfigurationSets.

                                                                                                  \n@param nextToken A token indicating that there are additional configuration sets available to be listed. Pass this token to successive calls of ListConfigurationSets.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withNextToken", "getterDocumentation" : "/**

                                                                                                  A token indicating that there are additional configuration sets available to be listed. Pass this token to successive calls of ListConfigurationSets.

                                                                                                  \n@return A token indicating that there are additional configuration sets available to be listed. Pass this token to successive calls of ListConfigurationSets.*/", "getterMethodName" : "getNextToken", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NextToken", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "NextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "NextToken", "setterDocumentation" : "/**

                                                                                                  A token indicating that there are additional configuration sets available to be listed. Pass this token to successive calls of ListConfigurationSets.

                                                                                                  \n@param nextToken A token indicating that there are additional configuration sets available to be listed. Pass this token to successive calls of ListConfigurationSets.*/", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                  A token indicating that there are additional configuration sets available to be listed. Pass this token to successive calls of ListConfigurationSets.

                                                                                                  \n@param nextToken A token indicating that there are additional configuration sets available to be listed. Pass this token to successive calls of ListConfigurationSets.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

                                                                                                  A token indicating that there are additional configuration sets available to be listed. Pass this token to successive calls of ListConfigurationSets.

                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ConfigurationSets" : { "c2jName" : "ConfigurationSets", "c2jShape" : "ConfigurationSets", "deprecated" : false, "documentation" : "

                                                                                                  A list of configuration sets.

                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                  A list of configuration sets.

                                                                                                  \n@param configurationSets A list of configuration sets.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withConfigurationSets", "getterDocumentation" : "/**

                                                                                                  A list of configuration sets.

                                                                                                  \n@return A list of configuration sets.*/", "getterMethodName" : "getConfigurationSets", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ConfigurationSets", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ConfigurationSets", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : true, "listModel" : { "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "ConfigurationSet", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withMember", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getMember", "getterModel" : { "returnType" : "ConfigurationSet", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "ConfigurationSet", "variableName" : "member", "variableType" : "ConfigurationSet", "documentation" : "", "simpleType" : "ConfigurationSet", "variableSetterType" : "ConfigurationSet" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "ConfigurationSet", "variableName" : "member", "variableType" : "ConfigurationSet", "documentation" : "", "simpleType" : "ConfigurationSet", "variableSetterType" : "ConfigurationSet" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "ConfigurationSet", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "simpleType" : "ConfigurationSet", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "ConfigurationSets", "setterDocumentation" : "/**

                                                                                                  A list of configuration sets.

                                                                                                  \n@param configurationSets A list of configuration sets.*/", "setterMethodName" : "setConfigurationSets", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "configurationSets", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

                                                                                                  A list of configuration sets.

                                                                                                  \n

                                                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setConfigurationSets(java.util.Collection)} or {@link #withConfigurationSets(java.util.Collection)} if you want to override the existing values.

                                                                                                  \n@param configurationSets A list of configuration sets.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "configurationSets", "variableType" : "java.util.List", "documentation" : "

                                                                                                  A list of configuration sets.

                                                                                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, "NextToken" : { "c2jName" : "NextToken", "c2jShape" : "NextToken", "deprecated" : false, "documentation" : "

                                                                                                  A token indicating that there are additional configuration sets available to be listed. Pass this token to successive calls of ListConfigurationSets.

                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                  A token indicating that there are additional configuration sets available to be listed. Pass this token to successive calls of ListConfigurationSets.

                                                                                                  \n@param nextToken A token indicating that there are additional configuration sets available to be listed. Pass this token to successive calls of ListConfigurationSets.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withNextToken", "getterDocumentation" : "/**

                                                                                                  A token indicating that there are additional configuration sets available to be listed. Pass this token to successive calls of ListConfigurationSets.

                                                                                                  \n@return A token indicating that there are additional configuration sets available to be listed. Pass this token to successive calls of ListConfigurationSets.*/", "getterMethodName" : "getNextToken", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NextToken", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "NextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "NextToken", "setterDocumentation" : "/**

                                                                                                  A token indicating that there are additional configuration sets available to be listed. Pass this token to successive calls of ListConfigurationSets.

                                                                                                  \n@param nextToken A token indicating that there are additional configuration sets available to be listed. Pass this token to successive calls of ListConfigurationSets.*/", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                  A token indicating that there are additional configuration sets available to be listed. Pass this token to successive calls of ListConfigurationSets.

                                                                                                  \n@param nextToken A token indicating that there are additional configuration sets available to be listed. Pass this token to successive calls of ListConfigurationSets.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

                                                                                                  A token indicating that there are additional configuration sets available to be listed. Pass this token to successive calls of ListConfigurationSets.

                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "ListConfigurationSetsResult", "unmarshaller" : { "flattened" : false, "resultWrapper" : "ListConfigurationSetsResult" }, "variable" : { "variableDeclarationType" : "ListConfigurationSetsResult", "variableName" : "listConfigurationSetsResult", "variableType" : "ListConfigurationSetsResult", "documentation" : null, "simpleType" : "ListConfigurationSetsResult", "variableSetterType" : "ListConfigurationSetsResult" }, "wrapper" : false }, "ListIdentitiesRequest" : { "c2jName" : "ListIdentitiesRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                                                                                                  Represents a request to return a list of all identities (email addresses and domains) that you have attempted to verify under your AWS account, regardless of verification status.

                                                                                                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "ListIdentities", "locationName" : null, "requestUri" : "/", "target" : null, "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "c2jName" : "IdentityType", "c2jShape" : "IdentityType", "deprecated" : false, "documentation" : "

                                                                                                  The type of the identities to list. Possible values are \"EmailAddress\" and \"Domain\". If this parameter is omitted, then all identities will be listed.

                                                                                                  ", "enumType" : "IdentityType", "fluentSetterDocumentation" : "/**

                                                                                                  The type of the identities to list. Possible values are \"EmailAddress\" and \"Domain\". If this parameter is omitted, then all identities will be listed.

                                                                                                  \n@param identityType The type of the identities to list. Possible values are \"EmailAddress\" and \"Domain\". If this parameter is omitted, then all identities will be listed.\n@return Returns a reference to this object so that method calls can be chained together.\n@see IdentityType*/", "fluentSetterMethodName" : "withIdentityType", "getterDocumentation" : "/**

                                                                                                  The type of the identities to list. Possible values are \"EmailAddress\" and \"Domain\". If this parameter is omitted, then all identities will be listed.

                                                                                                  \n@return The type of the identities to list. Possible values are \"EmailAddress\" and \"Domain\". If this parameter is omitted, then all identities will be listed.\n@see IdentityType*/", "getterMethodName" : "getIdentityType", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "IdentityType", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "IdentityType", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "IdentityType", "setterDocumentation" : "/**

                                                                                                  The type of the identities to list. Possible values are \"EmailAddress\" and \"Domain\". If this parameter is omitted, then all identities will be listed.

                                                                                                  \n@param identityType The type of the identities to list. Possible values are \"EmailAddress\" and \"Domain\". If this parameter is omitted, then all identities will be listed.\n@see IdentityType*/", "setterMethodName" : "setIdentityType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "identityType", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                  The type of the identities to list. Possible values are \"EmailAddress\" and \"Domain\". If this parameter is omitted, then all identities will be listed.

                                                                                                  \n@param identityType The type of the identities to list. Possible values are \"EmailAddress\" and \"Domain\". If this parameter is omitted, then all identities will be listed.\n@return Returns a reference to this object so that method calls can be chained together.\n@see IdentityType*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "identityType", "variableType" : "String", "documentation" : "

                                                                                                  The type of the identities to list. Possible values are \"EmailAddress\" and \"Domain\". If this parameter is omitted, then all identities will be listed.

                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "NextToken", "c2jShape" : "NextToken", "deprecated" : false, "documentation" : "

                                                                                                  The token to use for pagination.

                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                  The token to use for pagination.

                                                                                                  \n@param nextToken The token to use for pagination.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withNextToken", "getterDocumentation" : "/**

                                                                                                  The token to use for pagination.

                                                                                                  \n@return The token to use for pagination.*/", "getterMethodName" : "getNextToken", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NextToken", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "NextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "NextToken", "setterDocumentation" : "/**

                                                                                                  The token to use for pagination.

                                                                                                  \n@param nextToken The token to use for pagination.*/", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                  The token to use for pagination.

                                                                                                  \n@param nextToken The token to use for pagination.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

                                                                                                  The token to use for pagination.

                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "MaxItems", "c2jShape" : "MaxItems", "deprecated" : false, "documentation" : "

                                                                                                  The maximum number of identities per page. Possible values are 1-1000 inclusive.

                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                  The maximum number of identities per page. Possible values are 1-1000 inclusive.

                                                                                                  \n@param maxItems The maximum number of identities per page. Possible values are 1-1000 inclusive.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withMaxItems", "getterDocumentation" : "/**

                                                                                                  The maximum number of identities per page. Possible values are 1-1000 inclusive.

                                                                                                  \n@return The maximum number of identities per page. Possible values are 1-1000 inclusive.*/", "getterMethodName" : "getMaxItems", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "MaxItems", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "MaxItems", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Integer", "marshallingType" : "INTEGER", "name" : "MaxItems", "setterDocumentation" : "/**

                                                                                                  The maximum number of identities per page. Possible values are 1-1000 inclusive.

                                                                                                  \n@param maxItems The maximum number of identities per page. Possible values are 1-1000 inclusive.*/", "setterMethodName" : "setMaxItems", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "maxItems", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                  The maximum number of identities per page. Possible values are 1-1000 inclusive.

                                                                                                  \n@param maxItems The maximum number of identities per page. Possible values are 1-1000 inclusive.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Integer", "variableName" : "maxItems", "variableType" : "Integer", "documentation" : "

                                                                                                  The maximum number of identities per page. Possible values are 1-1000 inclusive.

                                                                                                  ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "IdentityType" : { "c2jName" : "IdentityType", "c2jShape" : "IdentityType", "deprecated" : false, "documentation" : "

                                                                                                  The type of the identities to list. Possible values are \"EmailAddress\" and \"Domain\". If this parameter is omitted, then all identities will be listed.

                                                                                                  ", "enumType" : "IdentityType", "fluentSetterDocumentation" : "/**

                                                                                                  The type of the identities to list. Possible values are \"EmailAddress\" and \"Domain\". If this parameter is omitted, then all identities will be listed.

                                                                                                  \n@param identityType The type of the identities to list. Possible values are \"EmailAddress\" and \"Domain\". If this parameter is omitted, then all identities will be listed.\n@return Returns a reference to this object so that method calls can be chained together.\n@see IdentityType*/", "fluentSetterMethodName" : "withIdentityType", "getterDocumentation" : "/**

                                                                                                  The type of the identities to list. Possible values are \"EmailAddress\" and \"Domain\". If this parameter is omitted, then all identities will be listed.

                                                                                                  \n@return The type of the identities to list. Possible values are \"EmailAddress\" and \"Domain\". If this parameter is omitted, then all identities will be listed.\n@see IdentityType*/", "getterMethodName" : "getIdentityType", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "IdentityType", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "IdentityType", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "IdentityType", "setterDocumentation" : "/**

                                                                                                  The type of the identities to list. Possible values are \"EmailAddress\" and \"Domain\". If this parameter is omitted, then all identities will be listed.

                                                                                                  \n@param identityType The type of the identities to list. Possible values are \"EmailAddress\" and \"Domain\". If this parameter is omitted, then all identities will be listed.\n@see IdentityType*/", "setterMethodName" : "setIdentityType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "identityType", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                  The type of the identities to list. Possible values are \"EmailAddress\" and \"Domain\". If this parameter is omitted, then all identities will be listed.

                                                                                                  \n@param identityType The type of the identities to list. Possible values are \"EmailAddress\" and \"Domain\". If this parameter is omitted, then all identities will be listed.\n@return Returns a reference to this object so that method calls can be chained together.\n@see IdentityType*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "identityType", "variableType" : "String", "documentation" : "

                                                                                                  The type of the identities to list. Possible values are \"EmailAddress\" and \"Domain\". If this parameter is omitted, then all identities will be listed.

                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "MaxItems" : { "c2jName" : "MaxItems", "c2jShape" : "MaxItems", "deprecated" : false, "documentation" : "

                                                                                                  The maximum number of identities per page. Possible values are 1-1000 inclusive.

                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                  The maximum number of identities per page. Possible values are 1-1000 inclusive.

                                                                                                  \n@param maxItems The maximum number of identities per page. Possible values are 1-1000 inclusive.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withMaxItems", "getterDocumentation" : "/**

                                                                                                  The maximum number of identities per page. Possible values are 1-1000 inclusive.

                                                                                                  \n@return The maximum number of identities per page. Possible values are 1-1000 inclusive.*/", "getterMethodName" : "getMaxItems", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "MaxItems", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "MaxItems", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Integer", "marshallingType" : "INTEGER", "name" : "MaxItems", "setterDocumentation" : "/**

                                                                                                  The maximum number of identities per page. Possible values are 1-1000 inclusive.

                                                                                                  \n@param maxItems The maximum number of identities per page. Possible values are 1-1000 inclusive.*/", "setterMethodName" : "setMaxItems", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "maxItems", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                  The maximum number of identities per page. Possible values are 1-1000 inclusive.

                                                                                                  \n@param maxItems The maximum number of identities per page. Possible values are 1-1000 inclusive.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Integer", "variableName" : "maxItems", "variableType" : "Integer", "documentation" : "

                                                                                                  The maximum number of identities per page. Possible values are 1-1000 inclusive.

                                                                                                  ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, "NextToken" : { "c2jName" : "NextToken", "c2jShape" : "NextToken", "deprecated" : false, "documentation" : "

                                                                                                  The token to use for pagination.

                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                  The token to use for pagination.

                                                                                                  \n@param nextToken The token to use for pagination.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withNextToken", "getterDocumentation" : "/**

                                                                                                  The token to use for pagination.

                                                                                                  \n@return The token to use for pagination.*/", "getterMethodName" : "getNextToken", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NextToken", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "NextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "NextToken", "setterDocumentation" : "/**

                                                                                                  The token to use for pagination.

                                                                                                  \n@param nextToken The token to use for pagination.*/", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                  The token to use for pagination.

                                                                                                  \n@param nextToken The token to use for pagination.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

                                                                                                  The token to use for pagination.

                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "ListIdentitiesRequest", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "ListIdentitiesRequest", "variableName" : "listIdentitiesRequest", "variableType" : "ListIdentitiesRequest", "documentation" : null, "simpleType" : "ListIdentitiesRequest", "variableSetterType" : "ListIdentitiesRequest" }, "wrapper" : false }, "ListIdentitiesResult" : { "c2jName" : "ListIdentitiesResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                                                                                                  A list of all identities that you have attempted to verify under your AWS account, regardless of verification status.

                                                                                                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "Identities", "c2jShape" : "IdentityList", "deprecated" : false, "documentation" : "

                                                                                                  A list of identities.

                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                  A list of identities.

                                                                                                  \n@param identities A list of identities.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withIdentities", "getterDocumentation" : "/**

                                                                                                  A list of identities.

                                                                                                  \n@return A list of identities.*/", "getterMethodName" : "getIdentities", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Identities", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Identities", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : true, "listModel" : { "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "Identity", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withMember", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getMember", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "simpleType" : "String", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "Identities", "setterDocumentation" : "/**

                                                                                                  A list of identities.

                                                                                                  \n@param identities A list of identities.*/", "setterMethodName" : "setIdentities", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "identities", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

                                                                                                  A list of identities.

                                                                                                  \n

                                                                                                  NOTE: 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 identities.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "identities", "variableType" : "java.util.List", "documentation" : "

                                                                                                  A list of identities.

                                                                                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "c2jName" : "NextToken", "c2jShape" : "NextToken", "deprecated" : false, "documentation" : "

                                                                                                  The token used for pagination.

                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                  The token used for pagination.

                                                                                                  \n@param nextToken The token used for pagination.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withNextToken", "getterDocumentation" : "/**

                                                                                                  The token used for pagination.

                                                                                                  \n@return The token used for pagination.*/", "getterMethodName" : "getNextToken", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NextToken", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "NextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "NextToken", "setterDocumentation" : "/**

                                                                                                  The token used for pagination.

                                                                                                  \n@param nextToken The token used for pagination.*/", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                  The token used for pagination.

                                                                                                  \n@param nextToken The token used for pagination.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

                                                                                                  The token used for pagination.

                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Identities" : { "c2jName" : "Identities", "c2jShape" : "IdentityList", "deprecated" : false, "documentation" : "

                                                                                                  A list of identities.

                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                  A list of identities.

                                                                                                  \n@param identities A list of identities.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withIdentities", "getterDocumentation" : "/**

                                                                                                  A list of identities.

                                                                                                  \n@return A list of identities.*/", "getterMethodName" : "getIdentities", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Identities", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Identities", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : true, "listModel" : { "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "Identity", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withMember", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getMember", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "simpleType" : "String", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "Identities", "setterDocumentation" : "/**

                                                                                                  A list of identities.

                                                                                                  \n@param identities A list of identities.*/", "setterMethodName" : "setIdentities", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "identities", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

                                                                                                  A list of identities.

                                                                                                  \n

                                                                                                  NOTE: 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 identities.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "identities", "variableType" : "java.util.List", "documentation" : "

                                                                                                  A list of identities.

                                                                                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, "NextToken" : { "c2jName" : "NextToken", "c2jShape" : "NextToken", "deprecated" : false, "documentation" : "

                                                                                                  The token used for pagination.

                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                  The token used for pagination.

                                                                                                  \n@param nextToken The token used for pagination.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withNextToken", "getterDocumentation" : "/**

                                                                                                  The token used for pagination.

                                                                                                  \n@return The token used for pagination.*/", "getterMethodName" : "getNextToken", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NextToken", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "NextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "NextToken", "setterDocumentation" : "/**

                                                                                                  The token used for pagination.

                                                                                                  \n@param nextToken The token used for pagination.*/", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                  The token used for pagination.

                                                                                                  \n@param nextToken The token used for pagination.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

                                                                                                  The token used for pagination.

                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "Identities" ], "shapeName" : "ListIdentitiesResult", "unmarshaller" : { "flattened" : false, "resultWrapper" : "ListIdentitiesResult" }, "variable" : { "variableDeclarationType" : "ListIdentitiesResult", "variableName" : "listIdentitiesResult", "variableType" : "ListIdentitiesResult", "documentation" : null, "simpleType" : "ListIdentitiesResult", "variableSetterType" : "ListIdentitiesResult" }, "wrapper" : false }, "ListIdentityPoliciesRequest" : { "c2jName" : "ListIdentityPoliciesRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                                                                                                  Represents a request to return a list of sending authorization policies that are attached to an identity. Sending authorization is an Amazon SES feature that enables you to authorize other senders to use your identities. For information, see the Amazon SES Developer Guide.

                                                                                                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "ListIdentityPolicies", "locationName" : null, "requestUri" : "/", "target" : null, "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "c2jName" : "Identity", "c2jShape" : "Identity", "deprecated" : false, "documentation" : "

                                                                                                  The identity that is associated with the policy for which the policies will be listed. 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.

                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                  The identity that is associated with the policy for which the policies will be listed. 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 that is associated with the policy for which the policies will be listed. 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.*/", "fluentSetterMethodName" : "withIdentity", "getterDocumentation" : "/**

                                                                                                  The identity that is associated with the policy for which the policies will be listed. 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 that is associated with the policy for which the policies will be listed. 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.*/", "getterMethodName" : "getIdentity", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Identity", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Identity", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Identity", "setterDocumentation" : "/**

                                                                                                  The identity that is associated with the policy for which the policies will be listed. 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 that is associated with the policy for which the policies will be listed. 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.*/", "setterMethodName" : "setIdentity", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "identity", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                  The identity that is associated with the policy for which the policies will be listed. 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 that is associated with the policy for which the policies will be listed. 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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "identity", "variableType" : "String", "documentation" : "

                                                                                                  The identity that is associated with the policy for which the policies will be listed. 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.

                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Identity" : { "c2jName" : "Identity", "c2jShape" : "Identity", "deprecated" : false, "documentation" : "

                                                                                                  The identity that is associated with the policy for which the policies will be listed. 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.

                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                  The identity that is associated with the policy for which the policies will be listed. 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 that is associated with the policy for which the policies will be listed. 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.*/", "fluentSetterMethodName" : "withIdentity", "getterDocumentation" : "/**

                                                                                                  The identity that is associated with the policy for which the policies will be listed. 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 that is associated with the policy for which the policies will be listed. 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.*/", "getterMethodName" : "getIdentity", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Identity", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Identity", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Identity", "setterDocumentation" : "/**

                                                                                                  The identity that is associated with the policy for which the policies will be listed. 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 that is associated with the policy for which the policies will be listed. 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.*/", "setterMethodName" : "setIdentity", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "identity", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                  The identity that is associated with the policy for which the policies will be listed. 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 that is associated with the policy for which the policies will be listed. 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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "identity", "variableType" : "String", "documentation" : "

                                                                                                  The identity that is associated with the policy for which the policies will be listed. 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.

                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "Identity" ], "shapeName" : "ListIdentityPoliciesRequest", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "ListIdentityPoliciesRequest", "variableName" : "listIdentityPoliciesRequest", "variableType" : "ListIdentityPoliciesRequest", "documentation" : null, "simpleType" : "ListIdentityPoliciesRequest", "variableSetterType" : "ListIdentityPoliciesRequest" }, "wrapper" : false }, "ListIdentityPoliciesResult" : { "c2jName" : "ListIdentityPoliciesResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                                                                                                  A list of names of sending authorization policies that apply to an identity.

                                                                                                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "PolicyNames", "c2jShape" : "PolicyNameList", "deprecated" : false, "documentation" : "

                                                                                                  A list of names of policies that apply to the specified identity.

                                                                                                  ", "enumType" : null, "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.*/", "fluentSetterMethodName" : "withPolicyNames", "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.*/", "getterMethodName" : "getPolicyNames", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "PolicyNames", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "PolicyNames", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : true, "listModel" : { "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "PolicyName", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withMember", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getMember", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "simpleType" : "String", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "PolicyNames", "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.*/", "setterMethodName" : "setPolicyNames", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "policyNames", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

                                                                                                  A list of names of policies that apply to the specified identity.

                                                                                                  \n

                                                                                                  NOTE: 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.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "policyNames", "variableType" : "java.util.List", "documentation" : "

                                                                                                  A list of names of policies that apply to the specified identity.

                                                                                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "PolicyNames" : { "c2jName" : "PolicyNames", "c2jShape" : "PolicyNameList", "deprecated" : false, "documentation" : "

                                                                                                  A list of names of policies that apply to the specified identity.

                                                                                                  ", "enumType" : null, "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.*/", "fluentSetterMethodName" : "withPolicyNames", "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.*/", "getterMethodName" : "getPolicyNames", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "PolicyNames", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "PolicyNames", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : true, "listModel" : { "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "PolicyName", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withMember", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getMember", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "simpleType" : "String", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "PolicyNames", "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.*/", "setterMethodName" : "setPolicyNames", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "policyNames", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

                                                                                                  A list of names of policies that apply to the specified identity.

                                                                                                  \n

                                                                                                  NOTE: 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.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "policyNames", "variableType" : "java.util.List", "documentation" : "

                                                                                                  A list of names of policies that apply to the specified identity.

                                                                                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "PolicyNames" ], "shapeName" : "ListIdentityPoliciesResult", "unmarshaller" : { "flattened" : false, "resultWrapper" : "ListIdentityPoliciesResult" }, "variable" : { "variableDeclarationType" : "ListIdentityPoliciesResult", "variableName" : "listIdentityPoliciesResult", "variableType" : "ListIdentityPoliciesResult", "documentation" : null, "simpleType" : "ListIdentityPoliciesResult", "variableSetterType" : "ListIdentityPoliciesResult" }, "wrapper" : false }, "ListReceiptFiltersRequest" : { "c2jName" : "ListReceiptFiltersRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                                                                                                  Represents a request to list the IP address filters that exist under your AWS account. You use IP address filters when you receive email with Amazon SES. For more information, see the Amazon SES Developer Guide.

                                                                                                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "ListReceiptFilters", "locationName" : null, "requestUri" : "/", "target" : null, "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : null, "membersAsMap" : { }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "ListReceiptFiltersRequest", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "ListReceiptFiltersRequest", "variableName" : "listReceiptFiltersRequest", "variableType" : "ListReceiptFiltersRequest", "documentation" : null, "simpleType" : "ListReceiptFiltersRequest", "variableSetterType" : "ListReceiptFiltersRequest" }, "wrapper" : false }, "ListReceiptFiltersResult" : { "c2jName" : "ListReceiptFiltersResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                                                                                                  A list of IP address filters that exist under your AWS account.

                                                                                                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "Filters", "c2jShape" : "ReceiptFilterList", "deprecated" : false, "documentation" : "

                                                                                                  A list of IP address filter data structures, which each consist of a name, an IP address range, and whether to allow or block mail from it.

                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                  A list of IP address filter data structures, which each consist of a name, an IP address range, and whether to allow or block mail from it.

                                                                                                  \n@param filters A list of IP address filter data structures, which each consist 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.*/", "fluentSetterMethodName" : "withFilters", "getterDocumentation" : "/**

                                                                                                  A list of IP address filter data structures, which each consist of a name, an IP address range, and whether to allow or block mail from it.

                                                                                                  \n@return A list of IP address filter data structures, which each consist of a name, an IP address range, and whether to allow or block mail from it.*/", "getterMethodName" : "getFilters", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Filters", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Filters", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : true, "listModel" : { "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "ReceiptFilter", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withMember", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getMember", "getterModel" : { "returnType" : "ReceiptFilter", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "ReceiptFilter", "variableName" : "member", "variableType" : "ReceiptFilter", "documentation" : "", "simpleType" : "ReceiptFilter", "variableSetterType" : "ReceiptFilter" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "ReceiptFilter", "variableName" : "member", "variableType" : "ReceiptFilter", "documentation" : "", "simpleType" : "ReceiptFilter", "variableSetterType" : "ReceiptFilter" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "ReceiptFilter", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "simpleType" : "ReceiptFilter", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "Filters", "setterDocumentation" : "/**

                                                                                                  A list of IP address filter data structures, which each consist of a name, an IP address range, and whether to allow or block mail from it.

                                                                                                  \n@param filters A list of IP address filter data structures, which each consist of a name, an IP address range, and whether to allow or block mail from it.*/", "setterMethodName" : "setFilters", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "filters", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

                                                                                                  A list of IP address filter data structures, which each consist of a name, an IP address range, and whether to allow or block mail from it.

                                                                                                  \n

                                                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setFilters(java.util.Collection)} or {@link #withFilters(java.util.Collection)} if you want to override the existing values.

                                                                                                  \n@param filters A list of IP address filter data structures, which each consist 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.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "filters", "variableType" : "java.util.List", "documentation" : "

                                                                                                  A list of IP address filter data structures, which each consist of a name, an IP address range, and whether to allow or block mail from it.

                                                                                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Filters" : { "c2jName" : "Filters", "c2jShape" : "ReceiptFilterList", "deprecated" : false, "documentation" : "

                                                                                                  A list of IP address filter data structures, which each consist of a name, an IP address range, and whether to allow or block mail from it.

                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                  A list of IP address filter data structures, which each consist of a name, an IP address range, and whether to allow or block mail from it.

                                                                                                  \n@param filters A list of IP address filter data structures, which each consist 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.*/", "fluentSetterMethodName" : "withFilters", "getterDocumentation" : "/**

                                                                                                  A list of IP address filter data structures, which each consist of a name, an IP address range, and whether to allow or block mail from it.

                                                                                                  \n@return A list of IP address filter data structures, which each consist of a name, an IP address range, and whether to allow or block mail from it.*/", "getterMethodName" : "getFilters", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Filters", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Filters", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : true, "listModel" : { "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "ReceiptFilter", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withMember", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getMember", "getterModel" : { "returnType" : "ReceiptFilter", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "ReceiptFilter", "variableName" : "member", "variableType" : "ReceiptFilter", "documentation" : "", "simpleType" : "ReceiptFilter", "variableSetterType" : "ReceiptFilter" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "ReceiptFilter", "variableName" : "member", "variableType" : "ReceiptFilter", "documentation" : "", "simpleType" : "ReceiptFilter", "variableSetterType" : "ReceiptFilter" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "ReceiptFilter", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "simpleType" : "ReceiptFilter", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "Filters", "setterDocumentation" : "/**

                                                                                                  A list of IP address filter data structures, which each consist of a name, an IP address range, and whether to allow or block mail from it.

                                                                                                  \n@param filters A list of IP address filter data structures, which each consist of a name, an IP address range, and whether to allow or block mail from it.*/", "setterMethodName" : "setFilters", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "filters", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

                                                                                                  A list of IP address filter data structures, which each consist of a name, an IP address range, and whether to allow or block mail from it.

                                                                                                  \n

                                                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setFilters(java.util.Collection)} or {@link #withFilters(java.util.Collection)} if you want to override the existing values.

                                                                                                  \n@param filters A list of IP address filter data structures, which each consist 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.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "filters", "variableType" : "java.util.List", "documentation" : "

                                                                                                  A list of IP address filter data structures, which each consist of a name, an IP address range, and whether to allow or block mail from it.

                                                                                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "ListReceiptFiltersResult", "unmarshaller" : { "flattened" : false, "resultWrapper" : "ListReceiptFiltersResult" }, "variable" : { "variableDeclarationType" : "ListReceiptFiltersResult", "variableName" : "listReceiptFiltersResult", "variableType" : "ListReceiptFiltersResult", "documentation" : null, "simpleType" : "ListReceiptFiltersResult", "variableSetterType" : "ListReceiptFiltersResult" }, "wrapper" : false }, "ListReceiptRuleSetsRequest" : { "c2jName" : "ListReceiptRuleSetsRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                                                                                                  Represents a request to list the receipt rule sets that exist under your AWS account. You use receipt rule sets to receive email with Amazon SES. For more information, see the Amazon SES Developer Guide.

                                                                                                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "ListReceiptRuleSets", "locationName" : null, "requestUri" : "/", "target" : null, "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "c2jName" : "NextToken", "c2jShape" : "NextToken", "deprecated" : false, "documentation" : "

                                                                                                  A token returned from a previous call to ListReceiptRuleSets to indicate the position in the receipt rule set list.

                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                  A token returned from a previous call to ListReceiptRuleSets to indicate the position in the receipt rule set list.

                                                                                                  \n@param nextToken A token returned from a previous call to ListReceiptRuleSets to indicate the position in the receipt rule set list.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withNextToken", "getterDocumentation" : "/**

                                                                                                  A token returned from a previous call to ListReceiptRuleSets to indicate the position in the receipt rule set list.

                                                                                                  \n@return A token returned from a previous call to ListReceiptRuleSets to indicate the position in the receipt rule set list.*/", "getterMethodName" : "getNextToken", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NextToken", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "NextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "NextToken", "setterDocumentation" : "/**

                                                                                                  A token returned from a previous call to ListReceiptRuleSets to indicate the position in the receipt rule set list.

                                                                                                  \n@param nextToken A token returned from a previous call to ListReceiptRuleSets to indicate the position in the receipt rule set list.*/", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                  A token returned from a previous call to ListReceiptRuleSets to indicate the position in the receipt rule set list.

                                                                                                  \n@param nextToken A token returned from a previous call to ListReceiptRuleSets to indicate the position in the receipt rule set list.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

                                                                                                  A token returned from a previous call to ListReceiptRuleSets to indicate the position in the receipt rule set list.

                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "NextToken" : { "c2jName" : "NextToken", "c2jShape" : "NextToken", "deprecated" : false, "documentation" : "

                                                                                                  A token returned from a previous call to ListReceiptRuleSets to indicate the position in the receipt rule set list.

                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                  A token returned from a previous call to ListReceiptRuleSets to indicate the position in the receipt rule set list.

                                                                                                  \n@param nextToken A token returned from a previous call to ListReceiptRuleSets to indicate the position in the receipt rule set list.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withNextToken", "getterDocumentation" : "/**

                                                                                                  A token returned from a previous call to ListReceiptRuleSets to indicate the position in the receipt rule set list.

                                                                                                  \n@return A token returned from a previous call to ListReceiptRuleSets to indicate the position in the receipt rule set list.*/", "getterMethodName" : "getNextToken", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NextToken", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "NextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "NextToken", "setterDocumentation" : "/**

                                                                                                  A token returned from a previous call to ListReceiptRuleSets to indicate the position in the receipt rule set list.

                                                                                                  \n@param nextToken A token returned from a previous call to ListReceiptRuleSets to indicate the position in the receipt rule set list.*/", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                  A token returned from a previous call to ListReceiptRuleSets to indicate the position in the receipt rule set list.

                                                                                                  \n@param nextToken A token returned from a previous call to ListReceiptRuleSets to indicate the position in the receipt rule set list.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

                                                                                                  A token returned from a previous call to ListReceiptRuleSets to indicate the position in the receipt rule set list.

                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "ListReceiptRuleSetsRequest", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "ListReceiptRuleSetsRequest", "variableName" : "listReceiptRuleSetsRequest", "variableType" : "ListReceiptRuleSetsRequest", "documentation" : null, "simpleType" : "ListReceiptRuleSetsRequest", "variableSetterType" : "ListReceiptRuleSetsRequest" }, "wrapper" : false }, "ListReceiptRuleSetsResult" : { "c2jName" : "ListReceiptRuleSetsResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                                                                                                  A list of receipt rule sets that exist under your AWS account.

                                                                                                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "RuleSets", "c2jShape" : "ReceiptRuleSetsLists", "deprecated" : false, "documentation" : "

                                                                                                  The metadata for the currently active receipt rule set. The metadata consists of the rule set name and the timestamp of when the rule set was created.

                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                  The metadata for the currently active receipt rule set. The metadata consists of the rule set name and the timestamp of when the rule set was created.

                                                                                                  \n@param ruleSets The metadata for the currently active receipt rule set. The metadata consists of the rule set name and the timestamp of when the rule set was created.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withRuleSets", "getterDocumentation" : "/**

                                                                                                  The metadata for the currently active receipt rule set. The metadata consists of the rule set name and the timestamp of when the rule set was created.

                                                                                                  \n@return The metadata for the currently active receipt rule set. The metadata consists of the rule set name and the timestamp of when the rule set was created.*/", "getterMethodName" : "getRuleSets", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "RuleSets", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "RuleSets", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : true, "listModel" : { "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "ReceiptRuleSetMetadata", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withMember", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getMember", "getterModel" : { "returnType" : "ReceiptRuleSetMetadata", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "ReceiptRuleSetMetadata", "variableName" : "member", "variableType" : "ReceiptRuleSetMetadata", "documentation" : "", "simpleType" : "ReceiptRuleSetMetadata", "variableSetterType" : "ReceiptRuleSetMetadata" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "ReceiptRuleSetMetadata", "variableName" : "member", "variableType" : "ReceiptRuleSetMetadata", "documentation" : "", "simpleType" : "ReceiptRuleSetMetadata", "variableSetterType" : "ReceiptRuleSetMetadata" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "ReceiptRuleSetMetadata", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "simpleType" : "ReceiptRuleSetMetadata", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "RuleSets", "setterDocumentation" : "/**

                                                                                                  The metadata for the currently active receipt rule set. The metadata consists of the rule set name and the timestamp of when the rule set was created.

                                                                                                  \n@param ruleSets The metadata for the currently active receipt rule set. The metadata consists of the rule set name and the timestamp of when the rule set was created.*/", "setterMethodName" : "setRuleSets", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "ruleSets", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

                                                                                                  The metadata for the currently active receipt rule set. The metadata consists of the rule set name and the timestamp of when the rule set was created.

                                                                                                  \n

                                                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setRuleSets(java.util.Collection)} or {@link #withRuleSets(java.util.Collection)} if you want to override the existing values.

                                                                                                  \n@param ruleSets The metadata for the currently active receipt rule set. The metadata consists of the rule set name and the timestamp of when the rule set was created.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "ruleSets", "variableType" : "java.util.List", "documentation" : "

                                                                                                  The metadata for the currently active receipt rule set. The metadata consists of the rule set name and the timestamp of when the rule set was created.

                                                                                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "c2jName" : "NextToken", "c2jShape" : "NextToken", "deprecated" : false, "documentation" : "

                                                                                                  A token indicating that there are additional receipt rule sets available to be listed. Pass this token to successive calls of ListReceiptRuleSets to retrieve up to 100 receipt rule sets at a time.

                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                  A token indicating that there are additional receipt rule sets available to be listed. Pass this token to successive calls of ListReceiptRuleSets to retrieve up to 100 receipt rule sets at a time.

                                                                                                  \n@param nextToken A token indicating that there are additional receipt rule sets available to be listed. Pass this token to successive calls of ListReceiptRuleSets to retrieve up to 100 receipt rule sets at a time.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withNextToken", "getterDocumentation" : "/**

                                                                                                  A token indicating that there are additional receipt rule sets available to be listed. Pass this token to successive calls of ListReceiptRuleSets to retrieve up to 100 receipt rule sets at a time.

                                                                                                  \n@return A token indicating that there are additional receipt rule sets available to be listed. Pass this token to successive calls of ListReceiptRuleSets to retrieve up to 100 receipt rule sets at a time.*/", "getterMethodName" : "getNextToken", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NextToken", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "NextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "NextToken", "setterDocumentation" : "/**

                                                                                                  A token indicating that there are additional receipt rule sets available to be listed. Pass this token to successive calls of ListReceiptRuleSets to retrieve up to 100 receipt rule sets at a time.

                                                                                                  \n@param nextToken A token indicating that there are additional receipt rule sets available to be listed. Pass this token to successive calls of ListReceiptRuleSets to retrieve up to 100 receipt rule sets at a time.*/", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                  A token indicating that there are additional receipt rule sets available to be listed. Pass this token to successive calls of ListReceiptRuleSets to retrieve up to 100 receipt rule sets at a time.

                                                                                                  \n@param nextToken A token indicating that there are additional receipt rule sets available to be listed. Pass this token to successive calls of ListReceiptRuleSets to retrieve up to 100 receipt rule sets at a time.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

                                                                                                  A token indicating that there are additional receipt rule sets available to be listed. Pass this token to successive calls of ListReceiptRuleSets to retrieve up to 100 receipt rule sets at a time.

                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "NextToken" : { "c2jName" : "NextToken", "c2jShape" : "NextToken", "deprecated" : false, "documentation" : "

                                                                                                  A token indicating that there are additional receipt rule sets available to be listed. Pass this token to successive calls of ListReceiptRuleSets to retrieve up to 100 receipt rule sets at a time.

                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                  A token indicating that there are additional receipt rule sets available to be listed. Pass this token to successive calls of ListReceiptRuleSets to retrieve up to 100 receipt rule sets at a time.

                                                                                                  \n@param nextToken A token indicating that there are additional receipt rule sets available to be listed. Pass this token to successive calls of ListReceiptRuleSets to retrieve up to 100 receipt rule sets at a time.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withNextToken", "getterDocumentation" : "/**

                                                                                                  A token indicating that there are additional receipt rule sets available to be listed. Pass this token to successive calls of ListReceiptRuleSets to retrieve up to 100 receipt rule sets at a time.

                                                                                                  \n@return A token indicating that there are additional receipt rule sets available to be listed. Pass this token to successive calls of ListReceiptRuleSets to retrieve up to 100 receipt rule sets at a time.*/", "getterMethodName" : "getNextToken", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NextToken", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "NextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "NextToken", "setterDocumentation" : "/**

                                                                                                  A token indicating that there are additional receipt rule sets available to be listed. Pass this token to successive calls of ListReceiptRuleSets to retrieve up to 100 receipt rule sets at a time.

                                                                                                  \n@param nextToken A token indicating that there are additional receipt rule sets available to be listed. Pass this token to successive calls of ListReceiptRuleSets to retrieve up to 100 receipt rule sets at a time.*/", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                  A token indicating that there are additional receipt rule sets available to be listed. Pass this token to successive calls of ListReceiptRuleSets to retrieve up to 100 receipt rule sets at a time.

                                                                                                  \n@param nextToken A token indicating that there are additional receipt rule sets available to be listed. Pass this token to successive calls of ListReceiptRuleSets to retrieve up to 100 receipt rule sets at a time.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

                                                                                                  A token indicating that there are additional receipt rule sets available to be listed. Pass this token to successive calls of ListReceiptRuleSets to retrieve up to 100 receipt rule sets at a time.

                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "RuleSets" : { "c2jName" : "RuleSets", "c2jShape" : "ReceiptRuleSetsLists", "deprecated" : false, "documentation" : "

                                                                                                  The metadata for the currently active receipt rule set. The metadata consists of the rule set name and the timestamp of when the rule set was created.

                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                  The metadata for the currently active receipt rule set. The metadata consists of the rule set name and the timestamp of when the rule set was created.

                                                                                                  \n@param ruleSets The metadata for the currently active receipt rule set. The metadata consists of the rule set name and the timestamp of when the rule set was created.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withRuleSets", "getterDocumentation" : "/**

                                                                                                  The metadata for the currently active receipt rule set. The metadata consists of the rule set name and the timestamp of when the rule set was created.

                                                                                                  \n@return The metadata for the currently active receipt rule set. The metadata consists of the rule set name and the timestamp of when the rule set was created.*/", "getterMethodName" : "getRuleSets", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "RuleSets", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "RuleSets", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : true, "listModel" : { "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "ReceiptRuleSetMetadata", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withMember", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getMember", "getterModel" : { "returnType" : "ReceiptRuleSetMetadata", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "ReceiptRuleSetMetadata", "variableName" : "member", "variableType" : "ReceiptRuleSetMetadata", "documentation" : "", "simpleType" : "ReceiptRuleSetMetadata", "variableSetterType" : "ReceiptRuleSetMetadata" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "ReceiptRuleSetMetadata", "variableName" : "member", "variableType" : "ReceiptRuleSetMetadata", "documentation" : "", "simpleType" : "ReceiptRuleSetMetadata", "variableSetterType" : "ReceiptRuleSetMetadata" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "ReceiptRuleSetMetadata", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "simpleType" : "ReceiptRuleSetMetadata", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "RuleSets", "setterDocumentation" : "/**

                                                                                                  The metadata for the currently active receipt rule set. The metadata consists of the rule set name and the timestamp of when the rule set was created.

                                                                                                  \n@param ruleSets The metadata for the currently active receipt rule set. The metadata consists of the rule set name and the timestamp of when the rule set was created.*/", "setterMethodName" : "setRuleSets", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "ruleSets", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

                                                                                                  The metadata for the currently active receipt rule set. The metadata consists of the rule set name and the timestamp of when the rule set was created.

                                                                                                  \n

                                                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setRuleSets(java.util.Collection)} or {@link #withRuleSets(java.util.Collection)} if you want to override the existing values.

                                                                                                  \n@param ruleSets The metadata for the currently active receipt rule set. The metadata consists of the rule set name and the timestamp of when the rule set was created.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "ruleSets", "variableType" : "java.util.List", "documentation" : "

                                                                                                  The metadata for the currently active receipt rule set. The metadata consists of the rule set name and the timestamp of when the rule set was created.

                                                                                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "ListReceiptRuleSetsResult", "unmarshaller" : { "flattened" : false, "resultWrapper" : "ListReceiptRuleSetsResult" }, "variable" : { "variableDeclarationType" : "ListReceiptRuleSetsResult", "variableName" : "listReceiptRuleSetsResult", "variableType" : "ListReceiptRuleSetsResult", "documentation" : null, "simpleType" : "ListReceiptRuleSetsResult", "variableSetterType" : "ListReceiptRuleSetsResult" }, "wrapper" : false }, "ListVerifiedEmailAddressesRequest" : { "c2jName" : "ListVerifiedEmailAddressesRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : null, "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "ListVerifiedEmailAddresses", "locationName" : null, "requestUri" : "/", "target" : null, "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : null, "membersAsMap" : { }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "ListVerifiedEmailAddressesRequest", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "ListVerifiedEmailAddressesRequest", "variableName" : "listVerifiedEmailAddressesRequest", "variableType" : "ListVerifiedEmailAddressesRequest", "documentation" : null, "simpleType" : "ListVerifiedEmailAddressesRequest", "variableSetterType" : "ListVerifiedEmailAddressesRequest" }, "wrapper" : false }, "ListVerifiedEmailAddressesResult" : { "c2jName" : "ListVerifiedEmailAddressesResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                                                                                                  A list of email addresses that you have verified with Amazon SES under your AWS account.

                                                                                                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "VerifiedEmailAddresses", "c2jShape" : "AddressList", "deprecated" : false, "documentation" : "

                                                                                                  A list of email addresses that have been verified.

                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                  A list of email addresses that have been verified.

                                                                                                  \n@param verifiedEmailAddresses A list of email addresses that have been verified.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withVerifiedEmailAddresses", "getterDocumentation" : "/**

                                                                                                  A list of email addresses that have been verified.

                                                                                                  \n@return A list of email addresses that have been verified.*/", "getterMethodName" : "getVerifiedEmailAddresses", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "VerifiedEmailAddresses", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "VerifiedEmailAddresses", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : true, "listModel" : { "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "Address", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withMember", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getMember", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "simpleType" : "String", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "VerifiedEmailAddresses", "setterDocumentation" : "/**

                                                                                                  A list of email addresses that have been verified.

                                                                                                  \n@param verifiedEmailAddresses A list of email addresses that have been verified.*/", "setterMethodName" : "setVerifiedEmailAddresses", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "verifiedEmailAddresses", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

                                                                                                  A list of email addresses that have been verified.

                                                                                                  \n

                                                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setVerifiedEmailAddresses(java.util.Collection)} or {@link #withVerifiedEmailAddresses(java.util.Collection)} if you want to override the existing values.

                                                                                                  \n@param verifiedEmailAddresses A list of email addresses that have been verified.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "verifiedEmailAddresses", "variableType" : "java.util.List", "documentation" : "

                                                                                                  A list of email addresses that have been verified.

                                                                                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "VerifiedEmailAddresses" : { "c2jName" : "VerifiedEmailAddresses", "c2jShape" : "AddressList", "deprecated" : false, "documentation" : "

                                                                                                  A list of email addresses that have been verified.

                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                  A list of email addresses that have been verified.

                                                                                                  \n@param verifiedEmailAddresses A list of email addresses that have been verified.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withVerifiedEmailAddresses", "getterDocumentation" : "/**

                                                                                                  A list of email addresses that have been verified.

                                                                                                  \n@return A list of email addresses that have been verified.*/", "getterMethodName" : "getVerifiedEmailAddresses", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "VerifiedEmailAddresses", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "VerifiedEmailAddresses", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : true, "listModel" : { "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "Address", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withMember", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getMember", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "simpleType" : "String", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "VerifiedEmailAddresses", "setterDocumentation" : "/**

                                                                                                  A list of email addresses that have been verified.

                                                                                                  \n@param verifiedEmailAddresses A list of email addresses that have been verified.*/", "setterMethodName" : "setVerifiedEmailAddresses", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "verifiedEmailAddresses", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

                                                                                                  A list of email addresses that have been verified.

                                                                                                  \n

                                                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setVerifiedEmailAddresses(java.util.Collection)} or {@link #withVerifiedEmailAddresses(java.util.Collection)} if you want to override the existing values.

                                                                                                  \n@param verifiedEmailAddresses A list of email addresses that have been verified.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "verifiedEmailAddresses", "variableType" : "java.util.List", "documentation" : "

                                                                                                  A list of email addresses that have been verified.

                                                                                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "ListVerifiedEmailAddressesResult", "unmarshaller" : { "flattened" : false, "resultWrapper" : "ListVerifiedEmailAddressesResult" }, "variable" : { "variableDeclarationType" : "ListVerifiedEmailAddressesResult", "variableName" : "listVerifiedEmailAddressesResult", "variableType" : "ListVerifiedEmailAddressesResult", "documentation" : null, "simpleType" : "ListVerifiedEmailAddressesResult", "variableSetterType" : "ListVerifiedEmailAddressesResult" }, "wrapper" : false }, "MailFromDomainNotVerifiedException" : { "c2jName" : "MailFromDomainNotVerifiedException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "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.

                                                                                                  ", "enums" : null, "errorCode" : "MailFromDomainNotVerifiedException", "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : null, "membersAsMap" : { }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "MailFromDomainNotVerifiedException", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "MailFromDomainNotVerifiedException", "variableName" : "mailFromDomainNotVerifiedException", "variableType" : "MailFromDomainNotVerifiedException", "documentation" : null, "simpleType" : "MailFromDomainNotVerifiedException", "variableSetterType" : "MailFromDomainNotVerifiedException" }, "wrapper" : false }, "Message" : { "c2jName" : "Message", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                                                                                                  Represents the message to be sent, composed of a subject and a body.

                                                                                                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "Subject", "c2jShape" : "Content", "deprecated" : false, "documentation" : "

                                                                                                  The subject of the message: A short summary of the content, which will appear in the recipient's inbox.

                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                  The subject of the message: A short summary of the content, which will appear in the recipient's inbox.

                                                                                                  \n@param subject The subject of the message: A short summary of the content, which will appear in the recipient's inbox.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withSubject", "getterDocumentation" : "/**

                                                                                                  The subject of the message: A short summary of the content, which will appear in the recipient's inbox.

                                                                                                  \n@return The subject of the message: A short summary of the content, which will appear in the recipient's inbox.*/", "getterMethodName" : "getSubject", "getterModel" : { "returnType" : "Content", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Subject", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Subject", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Subject", "setterDocumentation" : "/**

                                                                                                  The subject of the message: A short summary of the content, which will appear in the recipient's inbox.

                                                                                                  \n@param subject The subject of the message: A short summary of the content, which will appear in the recipient's inbox.*/", "setterMethodName" : "setSubject", "setterModel" : { "variableDeclarationType" : "Content", "variableName" : "subject", "variableType" : "Content", "documentation" : "", "simpleType" : "Content", "variableSetterType" : "Content" }, "simple" : false, "varargSetterDocumentation" : "/**

                                                                                                  The subject of the message: A short summary of the content, which will appear in the recipient's inbox.

                                                                                                  \n@param subject The subject of the message: A short summary of the content, which will appear in the recipient's inbox.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Content", "variableName" : "subject", "variableType" : "Content", "documentation" : "

                                                                                                  The subject of the message: A short summary of the content, which will appear in the recipient's inbox.

                                                                                                  ", "simpleType" : "Content", "variableSetterType" : "Content" }, "xmlNameSpaceUri" : null }, { "c2jName" : "Body", "c2jShape" : "Body", "deprecated" : false, "documentation" : "

                                                                                                  The message body.

                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                  The message body.

                                                                                                  \n@param body The message body.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withBody", "getterDocumentation" : "/**

                                                                                                  The message body.

                                                                                                  \n@return The message body.*/", "getterMethodName" : "getBody", "getterModel" : { "returnType" : "Body", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Body", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Body", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Body", "setterDocumentation" : "/**

                                                                                                  The message body.

                                                                                                  \n@param body The message body.*/", "setterMethodName" : "setBody", "setterModel" : { "variableDeclarationType" : "Body", "variableName" : "body", "variableType" : "Body", "documentation" : "", "simpleType" : "Body", "variableSetterType" : "Body" }, "simple" : false, "varargSetterDocumentation" : "/**

                                                                                                  The message body.

                                                                                                  \n@param body The message body.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Body", "variableName" : "body", "variableType" : "Body", "documentation" : "

                                                                                                  The message body.

                                                                                                  ", "simpleType" : "Body", "variableSetterType" : "Body" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Body" : { "c2jName" : "Body", "c2jShape" : "Body", "deprecated" : false, "documentation" : "

                                                                                                  The message body.

                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                  The message body.

                                                                                                  \n@param body The message body.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withBody", "getterDocumentation" : "/**

                                                                                                  The message body.

                                                                                                  \n@return The message body.*/", "getterMethodName" : "getBody", "getterModel" : { "returnType" : "Body", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Body", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Body", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Body", "setterDocumentation" : "/**

                                                                                                  The message body.

                                                                                                  \n@param body The message body.*/", "setterMethodName" : "setBody", "setterModel" : { "variableDeclarationType" : "Body", "variableName" : "body", "variableType" : "Body", "documentation" : "", "simpleType" : "Body", "variableSetterType" : "Body" }, "simple" : false, "varargSetterDocumentation" : "/**

                                                                                                  The message body.

                                                                                                  \n@param body The message body.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Body", "variableName" : "body", "variableType" : "Body", "documentation" : "

                                                                                                  The message body.

                                                                                                  ", "simpleType" : "Body", "variableSetterType" : "Body" }, "xmlNameSpaceUri" : null }, "Subject" : { "c2jName" : "Subject", "c2jShape" : "Content", "deprecated" : false, "documentation" : "

                                                                                                  The subject of the message: A short summary of the content, which will appear in the recipient's inbox.

                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                  The subject of the message: A short summary of the content, which will appear in the recipient's inbox.

                                                                                                  \n@param subject The subject of the message: A short summary of the content, which will appear in the recipient's inbox.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withSubject", "getterDocumentation" : "/**

                                                                                                  The subject of the message: A short summary of the content, which will appear in the recipient's inbox.

                                                                                                  \n@return The subject of the message: A short summary of the content, which will appear in the recipient's inbox.*/", "getterMethodName" : "getSubject", "getterModel" : { "returnType" : "Content", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Subject", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Subject", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Subject", "setterDocumentation" : "/**

                                                                                                  The subject of the message: A short summary of the content, which will appear in the recipient's inbox.

                                                                                                  \n@param subject The subject of the message: A short summary of the content, which will appear in the recipient's inbox.*/", "setterMethodName" : "setSubject", "setterModel" : { "variableDeclarationType" : "Content", "variableName" : "subject", "variableType" : "Content", "documentation" : "", "simpleType" : "Content", "variableSetterType" : "Content" }, "simple" : false, "varargSetterDocumentation" : "/**

                                                                                                  The subject of the message: A short summary of the content, which will appear in the recipient's inbox.

                                                                                                  \n@param subject The subject of the message: A short summary of the content, which will appear in the recipient's inbox.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Content", "variableName" : "subject", "variableType" : "Content", "documentation" : "

                                                                                                  The subject of the message: A short summary of the content, which will appear in the recipient's inbox.

                                                                                                  ", "simpleType" : "Content", "variableSetterType" : "Content" }, "xmlNameSpaceUri" : null } }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "Subject", "Body" ], "shapeName" : "Message", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "Message", "variableName" : "message", "variableType" : "Message", "documentation" : null, "simpleType" : "Message", "variableSetterType" : "Message" }, "wrapper" : false }, "MessageDsn" : { "c2jName" : "MessageDsn", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "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.

                                                                                                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "ReportingMta", "c2jShape" : "ReportingMta", "deprecated" : false, "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.

                                                                                                  ", "enumType" : null, "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.*/", "fluentSetterMethodName" : "withReportingMta", "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.*/", "getterMethodName" : "getReportingMta", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ReportingMta", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ReportingMta", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "ReportingMta", "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.*/", "setterMethodName" : "setReportingMta", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "reportingMta", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "reportingMta", "variableType" : "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.

                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "ArrivalDate", "c2jShape" : "ArrivalDate", "deprecated" : false, "documentation" : "

                                                                                                  When the message was received by the reporting mail transfer agent (MTA), in RFC 822 date-time format.

                                                                                                  ", "enumType" : null, "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.*/", "fluentSetterMethodName" : "withArrivalDate", "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.*/", "getterMethodName" : "getArrivalDate", "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ArrivalDate", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ArrivalDate", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "java.util.Date", "marshallingType" : "DATE", "name" : "ArrivalDate", "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.*/", "setterMethodName" : "setArrivalDate", "setterModel" : { "variableDeclarationType" : "java.util.Date", "variableName" : "arrivalDate", "variableType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "java.util.Date", "variableName" : "arrivalDate", "variableType" : "java.util.Date", "documentation" : "

                                                                                                  When the message was received by the reporting mail transfer agent (MTA), in RFC 822 date-time format.

                                                                                                  ", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "xmlNameSpaceUri" : null }, { "c2jName" : "ExtensionFields", "c2jShape" : "ExtensionFieldList", "deprecated" : false, "documentation" : "

                                                                                                  Additional X-headers to include in the DSN.

                                                                                                  ", "enumType" : null, "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.*/", "fluentSetterMethodName" : "withExtensionFields", "getterDocumentation" : "/**

                                                                                                  Additional X-headers to include in the DSN.

                                                                                                  \n@return Additional X-headers to include in the DSN.*/", "getterMethodName" : "getExtensionFields", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ExtensionFields", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ExtensionFields", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : true, "listModel" : { "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "ExtensionField", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withMember", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getMember", "getterModel" : { "returnType" : "ExtensionField", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "ExtensionField", "variableName" : "member", "variableType" : "ExtensionField", "documentation" : "", "simpleType" : "ExtensionField", "variableSetterType" : "ExtensionField" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "ExtensionField", "variableName" : "member", "variableType" : "ExtensionField", "documentation" : "", "simpleType" : "ExtensionField", "variableSetterType" : "ExtensionField" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "ExtensionField", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "simpleType" : "ExtensionField", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "ExtensionFields", "setterDocumentation" : "/**

                                                                                                  Additional X-headers to include in the DSN.

                                                                                                  \n@param extensionFields Additional X-headers to include in the DSN.*/", "setterMethodName" : "setExtensionFields", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "extensionFields", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

                                                                                                  Additional X-headers to include in the DSN.

                                                                                                  \n

                                                                                                  NOTE: 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.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "extensionFields", "variableType" : "java.util.List", "documentation" : "

                                                                                                  Additional X-headers to include in the DSN.

                                                                                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ArrivalDate" : { "c2jName" : "ArrivalDate", "c2jShape" : "ArrivalDate", "deprecated" : false, "documentation" : "

                                                                                                  When the message was received by the reporting mail transfer agent (MTA), in RFC 822 date-time format.

                                                                                                  ", "enumType" : null, "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.*/", "fluentSetterMethodName" : "withArrivalDate", "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.*/", "getterMethodName" : "getArrivalDate", "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ArrivalDate", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ArrivalDate", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "java.util.Date", "marshallingType" : "DATE", "name" : "ArrivalDate", "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.*/", "setterMethodName" : "setArrivalDate", "setterModel" : { "variableDeclarationType" : "java.util.Date", "variableName" : "arrivalDate", "variableType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "java.util.Date", "variableName" : "arrivalDate", "variableType" : "java.util.Date", "documentation" : "

                                                                                                  When the message was received by the reporting mail transfer agent (MTA), in RFC 822 date-time format.

                                                                                                  ", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "xmlNameSpaceUri" : null }, "ExtensionFields" : { "c2jName" : "ExtensionFields", "c2jShape" : "ExtensionFieldList", "deprecated" : false, "documentation" : "

                                                                                                  Additional X-headers to include in the DSN.

                                                                                                  ", "enumType" : null, "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.*/", "fluentSetterMethodName" : "withExtensionFields", "getterDocumentation" : "/**

                                                                                                  Additional X-headers to include in the DSN.

                                                                                                  \n@return Additional X-headers to include in the DSN.*/", "getterMethodName" : "getExtensionFields", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ExtensionFields", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ExtensionFields", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : true, "listModel" : { "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "ExtensionField", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withMember", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getMember", "getterModel" : { "returnType" : "ExtensionField", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "ExtensionField", "variableName" : "member", "variableType" : "ExtensionField", "documentation" : "", "simpleType" : "ExtensionField", "variableSetterType" : "ExtensionField" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "ExtensionField", "variableName" : "member", "variableType" : "ExtensionField", "documentation" : "", "simpleType" : "ExtensionField", "variableSetterType" : "ExtensionField" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "ExtensionField", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "simpleType" : "ExtensionField", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "ExtensionFields", "setterDocumentation" : "/**

                                                                                                  Additional X-headers to include in the DSN.

                                                                                                  \n@param extensionFields Additional X-headers to include in the DSN.*/", "setterMethodName" : "setExtensionFields", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "extensionFields", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

                                                                                                  Additional X-headers to include in the DSN.

                                                                                                  \n

                                                                                                  NOTE: 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.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "extensionFields", "variableType" : "java.util.List", "documentation" : "

                                                                                                  Additional X-headers to include in the DSN.

                                                                                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, "ReportingMta" : { "c2jName" : "ReportingMta", "c2jShape" : "ReportingMta", "deprecated" : false, "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.

                                                                                                  ", "enumType" : null, "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.*/", "fluentSetterMethodName" : "withReportingMta", "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.*/", "getterMethodName" : "getReportingMta", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ReportingMta", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ReportingMta", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "ReportingMta", "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.*/", "setterMethodName" : "setReportingMta", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "reportingMta", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "reportingMta", "variableType" : "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.

                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "ReportingMta" ], "shapeName" : "MessageDsn", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "MessageDsn", "variableName" : "messageDsn", "variableType" : "MessageDsn", "documentation" : null, "simpleType" : "MessageDsn", "variableSetterType" : "MessageDsn" }, "wrapper" : false }, "MessageRejectedException" : { "c2jName" : "MessageRejected", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "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.

                                                                                                  ", "enums" : null, "errorCode" : "MessageRejected", "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : null, "membersAsMap" : { }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "MessageRejectedException", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "MessageRejectedException", "variableName" : "messageRejectedException", "variableType" : "MessageRejectedException", "documentation" : null, "simpleType" : "MessageRejectedException", "variableSetterType" : "MessageRejectedException" }, "wrapper" : false }, "MessageTag" : { "c2jName" : "MessageTag", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                                                                                                  Contains the name and value of a tag that you can provide to SendEmail or SendRawEmail to apply to an email.

                                                                                                  Message tags, which you use with configuration sets, enable you to publish email sending events. For information about using configuration sets, see the Amazon SES Developer Guide.

                                                                                                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "Name", "c2jShape" : "MessageTagName", "deprecated" : false, "documentation" : "

                                                                                                  The name of the tag. The name must:

                                                                                                  • Contain only ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).

                                                                                                  • Contain less than 256 characters.

                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                  The name of the tag. The name must:

                                                                                                  • Contain only ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).

                                                                                                  • Contain less than 256 characters.

                                                                                                  \n@param name The name of the tag. The name must:

                                                                                                  • Contain only ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).

                                                                                                  • Contain less than 256 characters.

                                                                                                  • \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withName", "getterDocumentation" : "/**

                                                                                                    The name of the tag. The name must:

                                                                                                    • Contain only ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).

                                                                                                    • Contain less than 256 characters.

                                                                                                    \n@return The name of the tag. The name must:

                                                                                                    • Contain only ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).

                                                                                                    • Contain less than 256 characters.

                                                                                                    • */", "getterMethodName" : "getName", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Name", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Name", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Name", "setterDocumentation" : "/**

                                                                                                      The name of the tag. The name must:

                                                                                                      • Contain only ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).

                                                                                                      • Contain less than 256 characters.

                                                                                                      \n@param name The name of the tag. The name must:

                                                                                                      • Contain only ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).

                                                                                                      • Contain less than 256 characters.

                                                                                                      • */", "setterMethodName" : "setName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                        The name of the tag. The name must:

                                                                                                        • Contain only ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).

                                                                                                        • Contain less than 256 characters.

                                                                                                        \n@param name The name of the tag. The name must:

                                                                                                        • Contain only ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).

                                                                                                        • Contain less than 256 characters.

                                                                                                        • \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : "

                                                                                                          The name of the tag. The name must:

                                                                                                          • Contain only ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).

                                                                                                          • Contain less than 256 characters.

                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "Value", "c2jShape" : "MessageTagValue", "deprecated" : false, "documentation" : "

                                                                                                          The value of the tag. The value must:

                                                                                                          • Contain only ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).

                                                                                                          • Contain less than 256 characters.

                                                                                                          ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                          The value of the tag. The value must:

                                                                                                          • Contain only ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).

                                                                                                          • Contain less than 256 characters.

                                                                                                          \n@param value The value of the tag. The value must:

                                                                                                          • Contain only ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).

                                                                                                          • Contain less than 256 characters.

                                                                                                          • \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withValue", "getterDocumentation" : "/**

                                                                                                            The value of the tag. The value must:

                                                                                                            • Contain only ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).

                                                                                                            • Contain less than 256 characters.

                                                                                                            \n@return The value of the tag. The value must:

                                                                                                            • Contain only ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).

                                                                                                            • Contain less than 256 characters.

                                                                                                            • */", "getterMethodName" : "getValue", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Value", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Value", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Value", "setterDocumentation" : "/**

                                                                                                              The value of the tag. The value must:

                                                                                                              • Contain only ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).

                                                                                                              • Contain less than 256 characters.

                                                                                                              \n@param value The value of the tag. The value must:

                                                                                                              • Contain only ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).

                                                                                                              • Contain less than 256 characters.

                                                                                                              • */", "setterMethodName" : "setValue", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                The value of the tag. The value must:

                                                                                                                • Contain only ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).

                                                                                                                • Contain less than 256 characters.

                                                                                                                \n@param value The value of the tag. The value must:

                                                                                                                • Contain only ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).

                                                                                                                • Contain less than 256 characters.

                                                                                                                • \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "String", "documentation" : "

                                                                                                                  The value of the tag. The value must:

                                                                                                                  • Contain only ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).

                                                                                                                  • Contain less than 256 characters.

                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Name" : { "c2jName" : "Name", "c2jShape" : "MessageTagName", "deprecated" : false, "documentation" : "

                                                                                                                  The name of the tag. The name must:

                                                                                                                  • Contain only ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).

                                                                                                                  • Contain less than 256 characters.

                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                  The name of the tag. The name must:

                                                                                                                  • Contain only ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).

                                                                                                                  • Contain less than 256 characters.

                                                                                                                  \n@param name The name of the tag. The name must:

                                                                                                                  • Contain only ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).

                                                                                                                  • Contain less than 256 characters.

                                                                                                                  • \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withName", "getterDocumentation" : "/**

                                                                                                                    The name of the tag. The name must:

                                                                                                                    • Contain only ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).

                                                                                                                    • Contain less than 256 characters.

                                                                                                                    \n@return The name of the tag. The name must:

                                                                                                                    • Contain only ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).

                                                                                                                    • Contain less than 256 characters.

                                                                                                                    • */", "getterMethodName" : "getName", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Name", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Name", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Name", "setterDocumentation" : "/**

                                                                                                                      The name of the tag. The name must:

                                                                                                                      • Contain only ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).

                                                                                                                      • Contain less than 256 characters.

                                                                                                                      \n@param name The name of the tag. The name must:

                                                                                                                      • Contain only ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).

                                                                                                                      • Contain less than 256 characters.

                                                                                                                      • */", "setterMethodName" : "setName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                        The name of the tag. The name must:

                                                                                                                        • Contain only ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).

                                                                                                                        • Contain less than 256 characters.

                                                                                                                        \n@param name The name of the tag. The name must:

                                                                                                                        • Contain only ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).

                                                                                                                        • Contain less than 256 characters.

                                                                                                                        • \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : "

                                                                                                                          The name of the tag. The name must:

                                                                                                                          • Contain only ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).

                                                                                                                          • Contain less than 256 characters.

                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Value" : { "c2jName" : "Value", "c2jShape" : "MessageTagValue", "deprecated" : false, "documentation" : "

                                                                                                                          The value of the tag. The value must:

                                                                                                                          • Contain only ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).

                                                                                                                          • Contain less than 256 characters.

                                                                                                                          ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                          The value of the tag. The value must:

                                                                                                                          • Contain only ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).

                                                                                                                          • Contain less than 256 characters.

                                                                                                                          \n@param value The value of the tag. The value must:

                                                                                                                          • Contain only ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).

                                                                                                                          • Contain less than 256 characters.

                                                                                                                          • \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withValue", "getterDocumentation" : "/**

                                                                                                                            The value of the tag. The value must:

                                                                                                                            • Contain only ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).

                                                                                                                            • Contain less than 256 characters.

                                                                                                                            \n@return The value of the tag. The value must:

                                                                                                                            • Contain only ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).

                                                                                                                            • Contain less than 256 characters.

                                                                                                                            • */", "getterMethodName" : "getValue", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Value", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Value", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Value", "setterDocumentation" : "/**

                                                                                                                              The value of the tag. The value must:

                                                                                                                              • Contain only ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).

                                                                                                                              • Contain less than 256 characters.

                                                                                                                              \n@param value The value of the tag. The value must:

                                                                                                                              • Contain only ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).

                                                                                                                              • Contain less than 256 characters.

                                                                                                                              • */", "setterMethodName" : "setValue", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                                The value of the tag. The value must:

                                                                                                                                • Contain only ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).

                                                                                                                                • Contain less than 256 characters.

                                                                                                                                \n@param value The value of the tag. The value must:

                                                                                                                                • Contain only ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).

                                                                                                                                • Contain less than 256 characters.

                                                                                                                                • \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "String", "documentation" : "

                                                                                                                                  The value of the tag. The value must:

                                                                                                                                  • Contain only ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).

                                                                                                                                  • Contain less than 256 characters.

                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "Name", "Value" ], "shapeName" : "MessageTag", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "MessageTag", "variableName" : "messageTag", "variableType" : "MessageTag", "documentation" : null, "simpleType" : "MessageTag", "variableSetterType" : "MessageTag" }, "wrapper" : false }, "NotificationType" : { "c2jName" : "NotificationType", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "", "enums" : [ { "name" : "Bounce", "value" : "Bounce" }, { "name" : "Complaint", "value" : "Complaint" }, { "name" : "Delivery", "value" : "Delivery" } ], "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : null, "membersAsMap" : { }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "NotificationType", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "NotificationType", "variableName" : "notificationType", "variableType" : "NotificationType", "documentation" : null, "simpleType" : "NotificationType", "variableSetterType" : "NotificationType" }, "wrapper" : false }, "PutIdentityPolicyRequest" : { "c2jName" : "PutIdentityPolicyRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                                                                                                                                  Represents a request to add or update a sending authorization policy for an identity. Sending authorization is an Amazon SES feature that enables you to authorize other senders to use your identities. For information, see the Amazon SES Developer Guide.

                                                                                                                                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "PutIdentityPolicy", "locationName" : null, "requestUri" : "/", "target" : null, "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "c2jName" : "Identity", "c2jShape" : "Identity", "deprecated" : false, "documentation" : "

                                                                                                                                  The identity to which the policy will apply. 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.

                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                  The identity to which the policy will apply. 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 to which the policy will apply. 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.*/", "fluentSetterMethodName" : "withIdentity", "getterDocumentation" : "/**

                                                                                                                                  The identity to which the policy will apply. 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 to which the policy will apply. 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.*/", "getterMethodName" : "getIdentity", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Identity", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Identity", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Identity", "setterDocumentation" : "/**

                                                                                                                                  The identity to which the policy will apply. 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 to which the policy will apply. 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.*/", "setterMethodName" : "setIdentity", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "identity", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                                  The identity to which the policy will apply. 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 to which the policy will apply. 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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "identity", "variableType" : "String", "documentation" : "

                                                                                                                                  The identity to which the policy will apply. 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.

                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "PolicyName", "c2jShape" : "PolicyName", "deprecated" : false, "documentation" : "

                                                                                                                                  The name of the policy.

                                                                                                                                  The policy name cannot exceed 64 characters and can only include alphanumeric characters, dashes, and underscores.

                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                  The name of the policy.

                                                                                                                                  The policy name cannot exceed 64 characters and can only include alphanumeric characters, dashes, and underscores.

                                                                                                                                  \n@param policyName The name of the policy.

                                                                                                                                  The policy name cannot exceed 64 characters and can only include alphanumeric characters, dashes, and underscores.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withPolicyName", "getterDocumentation" : "/**

                                                                                                                                  The name of the policy.

                                                                                                                                  The policy name cannot exceed 64 characters and can only include alphanumeric characters, dashes, and underscores.

                                                                                                                                  \n@return The name of the policy.

                                                                                                                                  The policy name cannot exceed 64 characters and can only include alphanumeric characters, dashes, and underscores.*/", "getterMethodName" : "getPolicyName", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "PolicyName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "PolicyName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "PolicyName", "setterDocumentation" : "/**

                                                                                                                                  The name of the policy.

                                                                                                                                  The policy name cannot exceed 64 characters and can only include alphanumeric characters, dashes, and underscores.

                                                                                                                                  \n@param policyName The name of the policy.

                                                                                                                                  The policy name cannot exceed 64 characters and can only include alphanumeric characters, dashes, and underscores.*/", "setterMethodName" : "setPolicyName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "policyName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                                  The name of the policy.

                                                                                                                                  The policy name cannot exceed 64 characters and can only include alphanumeric characters, dashes, and underscores.

                                                                                                                                  \n@param policyName The name of the policy.

                                                                                                                                  The policy name cannot exceed 64 characters and can only include alphanumeric characters, dashes, and underscores.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "policyName", "variableType" : "String", "documentation" : "

                                                                                                                                  The name of the policy.

                                                                                                                                  The policy name cannot exceed 64 characters and can only include alphanumeric characters, dashes, and underscores.

                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "Policy", "c2jShape" : "Policy", "deprecated" : false, "documentation" : "

                                                                                                                                  The text of the policy in JSON format. The policy cannot exceed 4 KB.

                                                                                                                                  For information about the syntax of sending authorization policies, see the Amazon SES Developer Guide.

                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                  The text of the policy in JSON format. The policy cannot exceed 4 KB.

                                                                                                                                  For information about the syntax of sending authorization policies, see the Amazon SES Developer Guide.

                                                                                                                                  \n@param policy The text of the policy in JSON format. The policy cannot exceed 4 KB.

                                                                                                                                  For information about the syntax of sending authorization policies, see the Amazon SES Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withPolicy", "getterDocumentation" : "/**

                                                                                                                                  The text of the policy in JSON format. The policy cannot exceed 4 KB.

                                                                                                                                  For information about the syntax of sending authorization policies, see the Amazon SES Developer Guide.

                                                                                                                                  \n@return The text of the policy in JSON format. The policy cannot exceed 4 KB.

                                                                                                                                  For information about the syntax of sending authorization policies, see the Amazon SES Developer Guide.*/", "getterMethodName" : "getPolicy", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Policy", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Policy", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Policy", "setterDocumentation" : "/**

                                                                                                                                  The text of the policy in JSON format. The policy cannot exceed 4 KB.

                                                                                                                                  For information about the syntax of sending authorization policies, see the Amazon SES Developer Guide.

                                                                                                                                  \n@param policy The text of the policy in JSON format. The policy cannot exceed 4 KB.

                                                                                                                                  For information about the syntax of sending authorization policies, see the Amazon SES Developer Guide.*/", "setterMethodName" : "setPolicy", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "policy", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                                  The text of the policy in JSON format. The policy cannot exceed 4 KB.

                                                                                                                                  For information about the syntax of sending authorization policies, see the Amazon SES Developer Guide.

                                                                                                                                  \n@param policy The text of the policy in JSON format. The policy cannot exceed 4 KB.

                                                                                                                                  For information about the syntax of sending authorization policies, see the Amazon SES Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "policy", "variableType" : "String", "documentation" : "

                                                                                                                                  The text of the policy in JSON format. The policy cannot exceed 4 KB.

                                                                                                                                  For information about the syntax of sending authorization policies, see the Amazon SES Developer Guide.

                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Identity" : { "c2jName" : "Identity", "c2jShape" : "Identity", "deprecated" : false, "documentation" : "

                                                                                                                                  The identity to which the policy will apply. 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.

                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                  The identity to which the policy will apply. 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 to which the policy will apply. 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.*/", "fluentSetterMethodName" : "withIdentity", "getterDocumentation" : "/**

                                                                                                                                  The identity to which the policy will apply. 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 to which the policy will apply. 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.*/", "getterMethodName" : "getIdentity", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Identity", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Identity", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Identity", "setterDocumentation" : "/**

                                                                                                                                  The identity to which the policy will apply. 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 to which the policy will apply. 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.*/", "setterMethodName" : "setIdentity", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "identity", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                                  The identity to which the policy will apply. 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 to which the policy will apply. 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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "identity", "variableType" : "String", "documentation" : "

                                                                                                                                  The identity to which the policy will apply. 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.

                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Policy" : { "c2jName" : "Policy", "c2jShape" : "Policy", "deprecated" : false, "documentation" : "

                                                                                                                                  The text of the policy in JSON format. The policy cannot exceed 4 KB.

                                                                                                                                  For information about the syntax of sending authorization policies, see the Amazon SES Developer Guide.

                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                  The text of the policy in JSON format. The policy cannot exceed 4 KB.

                                                                                                                                  For information about the syntax of sending authorization policies, see the Amazon SES Developer Guide.

                                                                                                                                  \n@param policy The text of the policy in JSON format. The policy cannot exceed 4 KB.

                                                                                                                                  For information about the syntax of sending authorization policies, see the Amazon SES Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withPolicy", "getterDocumentation" : "/**

                                                                                                                                  The text of the policy in JSON format. The policy cannot exceed 4 KB.

                                                                                                                                  For information about the syntax of sending authorization policies, see the Amazon SES Developer Guide.

                                                                                                                                  \n@return The text of the policy in JSON format. The policy cannot exceed 4 KB.

                                                                                                                                  For information about the syntax of sending authorization policies, see the Amazon SES Developer Guide.*/", "getterMethodName" : "getPolicy", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Policy", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Policy", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Policy", "setterDocumentation" : "/**

                                                                                                                                  The text of the policy in JSON format. The policy cannot exceed 4 KB.

                                                                                                                                  For information about the syntax of sending authorization policies, see the Amazon SES Developer Guide.

                                                                                                                                  \n@param policy The text of the policy in JSON format. The policy cannot exceed 4 KB.

                                                                                                                                  For information about the syntax of sending authorization policies, see the Amazon SES Developer Guide.*/", "setterMethodName" : "setPolicy", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "policy", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                                  The text of the policy in JSON format. The policy cannot exceed 4 KB.

                                                                                                                                  For information about the syntax of sending authorization policies, see the Amazon SES Developer Guide.

                                                                                                                                  \n@param policy The text of the policy in JSON format. The policy cannot exceed 4 KB.

                                                                                                                                  For information about the syntax of sending authorization policies, see the Amazon SES Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "policy", "variableType" : "String", "documentation" : "

                                                                                                                                  The text of the policy in JSON format. The policy cannot exceed 4 KB.

                                                                                                                                  For information about the syntax of sending authorization policies, see the Amazon SES Developer Guide.

                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "PolicyName" : { "c2jName" : "PolicyName", "c2jShape" : "PolicyName", "deprecated" : false, "documentation" : "

                                                                                                                                  The name of the policy.

                                                                                                                                  The policy name cannot exceed 64 characters and can only include alphanumeric characters, dashes, and underscores.

                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                  The name of the policy.

                                                                                                                                  The policy name cannot exceed 64 characters and can only include alphanumeric characters, dashes, and underscores.

                                                                                                                                  \n@param policyName The name of the policy.

                                                                                                                                  The policy name cannot exceed 64 characters and can only include alphanumeric characters, dashes, and underscores.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withPolicyName", "getterDocumentation" : "/**

                                                                                                                                  The name of the policy.

                                                                                                                                  The policy name cannot exceed 64 characters and can only include alphanumeric characters, dashes, and underscores.

                                                                                                                                  \n@return The name of the policy.

                                                                                                                                  The policy name cannot exceed 64 characters and can only include alphanumeric characters, dashes, and underscores.*/", "getterMethodName" : "getPolicyName", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "PolicyName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "PolicyName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "PolicyName", "setterDocumentation" : "/**

                                                                                                                                  The name of the policy.

                                                                                                                                  The policy name cannot exceed 64 characters and can only include alphanumeric characters, dashes, and underscores.

                                                                                                                                  \n@param policyName The name of the policy.

                                                                                                                                  The policy name cannot exceed 64 characters and can only include alphanumeric characters, dashes, and underscores.*/", "setterMethodName" : "setPolicyName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "policyName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                                  The name of the policy.

                                                                                                                                  The policy name cannot exceed 64 characters and can only include alphanumeric characters, dashes, and underscores.

                                                                                                                                  \n@param policyName The name of the policy.

                                                                                                                                  The policy name cannot exceed 64 characters and can only include alphanumeric characters, dashes, and underscores.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "policyName", "variableType" : "String", "documentation" : "

                                                                                                                                  The name of the policy.

                                                                                                                                  The policy name cannot exceed 64 characters and can only include alphanumeric characters, dashes, and underscores.

                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "Identity", "PolicyName", "Policy" ], "shapeName" : "PutIdentityPolicyRequest", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "PutIdentityPolicyRequest", "variableName" : "putIdentityPolicyRequest", "variableType" : "PutIdentityPolicyRequest", "documentation" : null, "simpleType" : "PutIdentityPolicyRequest", "variableSetterType" : "PutIdentityPolicyRequest" }, "wrapper" : false }, "PutIdentityPolicyResult" : { "c2jName" : "PutIdentityPolicyResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                                                                                                                                  An empty element returned on a successful request.

                                                                                                                                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : null, "membersAsMap" : { }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "PutIdentityPolicyResult", "unmarshaller" : { "flattened" : false, "resultWrapper" : "PutIdentityPolicyResult" }, "variable" : { "variableDeclarationType" : "PutIdentityPolicyResult", "variableName" : "putIdentityPolicyResult", "variableType" : "PutIdentityPolicyResult", "documentation" : null, "simpleType" : "PutIdentityPolicyResult", "variableSetterType" : "PutIdentityPolicyResult" }, "wrapper" : false }, "RawMessage" : { "c2jName" : "RawMessage", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                                                                                                                                  Represents the raw data of the message.

                                                                                                                                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "Data", "c2jShape" : "RawMessageData", "deprecated" : false, "documentation" : "

                                                                                                                                  The raw data of the message. The client must ensure that the message format complies with Internet email standards regarding email header fields, MIME types, MIME encoding, and base64 encoding.

                                                                                                                                  The To:, CC:, and BCC: headers in the raw message can contain a group list.

                                                                                                                                  If you are using SendRawEmail with sending authorization, you can include X-headers in the raw message to specify the \"Source,\" \"From,\" and \"Return-Path\" addresses. For more information, see the documentation for SendRawEmail.

                                                                                                                                  Do not include these X-headers in the DKIM signature, because they are removed by Amazon SES before sending the email.

                                                                                                                                  For more information, go to the Amazon SES Developer Guide.

                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                  The raw data of the message. The client must ensure that the message format complies with Internet email standards regarding email header fields, MIME types, MIME encoding, and base64 encoding.

                                                                                                                                  The To:, CC:, and BCC: headers in the raw message can contain a group list.

                                                                                                                                  If you are using SendRawEmail with sending authorization, you can include X-headers in the raw message to specify the \"Source,\" \"From,\" and \"Return-Path\" addresses. For more information, see the documentation for SendRawEmail.

                                                                                                                                  Do not include these X-headers in the DKIM signature, because they are removed by Amazon SES before sending the email.

                                                                                                                                  For more information, go to the Amazon SES Developer Guide.

                                                                                                                                  \n@param data The raw data of the message. The client must ensure that the message format complies with Internet email standards regarding email header fields, MIME types, MIME encoding, and base64 encoding.

                                                                                                                                  The To:, CC:, and BCC: headers in the raw message can contain a group list.

                                                                                                                                  If you are using SendRawEmail with sending authorization, you can include X-headers in the raw message to specify the \"Source,\" \"From,\" and \"Return-Path\" addresses. For more information, see the documentation for SendRawEmail.

                                                                                                                                  Do not include these X-headers in the DKIM signature, because they are removed by Amazon SES before sending the email.

                                                                                                                                  For more information, go to the Amazon SES Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withData", "getterDocumentation" : "/**

                                                                                                                                  The raw data of the message. The client must ensure that the message format complies with Internet email standards regarding email header fields, MIME types, MIME encoding, and base64 encoding.

                                                                                                                                  The To:, CC:, and BCC: headers in the raw message can contain a group list.

                                                                                                                                  If you are using SendRawEmail with sending authorization, you can include X-headers in the raw message to specify the \"Source,\" \"From,\" and \"Return-Path\" addresses. For more information, see the documentation for SendRawEmail.

                                                                                                                                  Do not include these X-headers in the DKIM signature, because they are removed by Amazon SES before sending the email.

                                                                                                                                  For more information, go to the Amazon SES Developer Guide.

                                                                                                                                  \n

                                                                                                                                  \n{@code ByteBuffer}s are stateful. Calling their {@code get} methods changes their {@code position}. We recommend using {@link java.nio.ByteBuffer#asReadOnlyBuffer()} to create a read-only view of the buffer with an independent {@code position}, and calling {@code get} methods on this rather than directly on the returned {@code ByteBuffer}. Doing so will ensure that anyone else using the {@code ByteBuffer} will not be affected by changes to the {@code position}.\n

                                                                                                                                  \n@return The raw data of the message. The client must ensure that the message format complies with Internet email standards regarding email header fields, MIME types, MIME encoding, and base64 encoding.

                                                                                                                                  The To:, CC:, and BCC: headers in the raw message can contain a group list.

                                                                                                                                  If you are using SendRawEmail with sending authorization, you can include X-headers in the raw message to specify the \"Source,\" \"From,\" and \"Return-Path\" addresses. For more information, see the documentation for SendRawEmail.

                                                                                                                                  Do not include these X-headers in the DKIM signature, because they are removed by Amazon SES before sending the email.

                                                                                                                                  For more information, go to the Amazon SES Developer Guide.*/", "getterMethodName" : "getData", "getterModel" : { "returnType" : "java.nio.ByteBuffer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Data", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Data", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "java.nio.ByteBuffer", "marshallingType" : "BYTE_BUFFER", "name" : "Data", "setterDocumentation" : "/**

                                                                                                                                  The raw data of the message. The client must ensure that the message format complies with Internet email standards regarding email header fields, MIME types, MIME encoding, and base64 encoding.

                                                                                                                                  The To:, CC:, and BCC: headers in the raw message can contain a group list.

                                                                                                                                  If you are using SendRawEmail with sending authorization, you can include X-headers in the raw message to specify the \"Source,\" \"From,\" and \"Return-Path\" addresses. For more information, see the documentation for SendRawEmail.

                                                                                                                                  Do not include these X-headers in the DKIM signature, because they are removed by Amazon SES before sending the email.

                                                                                                                                  For more information, go to the Amazon SES Developer Guide.

                                                                                                                                  \nAWS SDK for Java performs a Base64 encoding on this field before sending this request to AWS service by default. Users of the SDK should not perform Base64 encoding on this field.\n

                                                                                                                                  \n

                                                                                                                                  \nWarning: ByteBuffers returned by the SDK are mutable. Changes to the content or position of the byte buffer will be seen by all objects that have a reference to this object. It is recommended to call ByteBuffer.duplicate() or ByteBuffer.asReadOnlyBuffer() before using or reading from the buffer. This behavior will be changed in a future major version of the SDK.\n

                                                                                                                                  \n\n@param data The raw data of the message. The client must ensure that the message format complies with Internet email standards regarding email header fields, MIME types, MIME encoding, and base64 encoding.

                                                                                                                                  The To:, CC:, and BCC: headers in the raw message can contain a group list.

                                                                                                                                  If you are using SendRawEmail with sending authorization, you can include X-headers in the raw message to specify the \"Source,\" \"From,\" and \"Return-Path\" addresses. For more information, see the documentation for SendRawEmail.

                                                                                                                                  Do not include these X-headers in the DKIM signature, because they are removed by Amazon SES before sending the email.

                                                                                                                                  For more information, go to the Amazon SES Developer Guide.*/", "setterMethodName" : "setData", "setterModel" : { "variableDeclarationType" : "java.nio.ByteBuffer", "variableName" : "data", "variableType" : "java.nio.ByteBuffer", "documentation" : "", "simpleType" : "ByteBuffer", "variableSetterType" : "java.nio.ByteBuffer" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                                  The raw data of the message. The client must ensure that the message format complies with Internet email standards regarding email header fields, MIME types, MIME encoding, and base64 encoding.

                                                                                                                                  The To:, CC:, and BCC: headers in the raw message can contain a group list.

                                                                                                                                  If you are using SendRawEmail with sending authorization, you can include X-headers in the raw message to specify the \"Source,\" \"From,\" and \"Return-Path\" addresses. For more information, see the documentation for SendRawEmail.

                                                                                                                                  Do not include these X-headers in the DKIM signature, because they are removed by Amazon SES before sending the email.

                                                                                                                                  For more information, go to the Amazon SES Developer Guide.

                                                                                                                                  \n@param data The raw data of the message. The client must ensure that the message format complies with Internet email standards regarding email header fields, MIME types, MIME encoding, and base64 encoding.

                                                                                                                                  The To:, CC:, and BCC: headers in the raw message can contain a group list.

                                                                                                                                  If you are using SendRawEmail with sending authorization, you can include X-headers in the raw message to specify the \"Source,\" \"From,\" and \"Return-Path\" addresses. For more information, see the documentation for SendRawEmail.

                                                                                                                                  Do not include these X-headers in the DKIM signature, because they are removed by Amazon SES before sending the email.

                                                                                                                                  For more information, go to the Amazon SES Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.nio.ByteBuffer", "variableName" : "data", "variableType" : "java.nio.ByteBuffer", "documentation" : "

                                                                                                                                  The raw data of the message. The client must ensure that the message format complies with Internet email standards regarding email header fields, MIME types, MIME encoding, and base64 encoding.

                                                                                                                                  The To:, CC:, and BCC: headers in the raw message can contain a group list.

                                                                                                                                  If you are using SendRawEmail with sending authorization, you can include X-headers in the raw message to specify the \"Source,\" \"From,\" and \"Return-Path\" addresses. For more information, see the documentation for SendRawEmail.

                                                                                                                                  Do not include these X-headers in the DKIM signature, because they are removed by Amazon SES before sending the email.

                                                                                                                                  For more information, go to the Amazon SES Developer Guide.

                                                                                                                                  ", "simpleType" : "ByteBuffer", "variableSetterType" : "java.nio.ByteBuffer" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Data" : { "c2jName" : "Data", "c2jShape" : "RawMessageData", "deprecated" : false, "documentation" : "

                                                                                                                                  The raw data of the message. The client must ensure that the message format complies with Internet email standards regarding email header fields, MIME types, MIME encoding, and base64 encoding.

                                                                                                                                  The To:, CC:, and BCC: headers in the raw message can contain a group list.

                                                                                                                                  If you are using SendRawEmail with sending authorization, you can include X-headers in the raw message to specify the \"Source,\" \"From,\" and \"Return-Path\" addresses. For more information, see the documentation for SendRawEmail.

                                                                                                                                  Do not include these X-headers in the DKIM signature, because they are removed by Amazon SES before sending the email.

                                                                                                                                  For more information, go to the Amazon SES Developer Guide.

                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                  The raw data of the message. The client must ensure that the message format complies with Internet email standards regarding email header fields, MIME types, MIME encoding, and base64 encoding.

                                                                                                                                  The To:, CC:, and BCC: headers in the raw message can contain a group list.

                                                                                                                                  If you are using SendRawEmail with sending authorization, you can include X-headers in the raw message to specify the \"Source,\" \"From,\" and \"Return-Path\" addresses. For more information, see the documentation for SendRawEmail.

                                                                                                                                  Do not include these X-headers in the DKIM signature, because they are removed by Amazon SES before sending the email.

                                                                                                                                  For more information, go to the Amazon SES Developer Guide.

                                                                                                                                  \n@param data The raw data of the message. The client must ensure that the message format complies with Internet email standards regarding email header fields, MIME types, MIME encoding, and base64 encoding.

                                                                                                                                  The To:, CC:, and BCC: headers in the raw message can contain a group list.

                                                                                                                                  If you are using SendRawEmail with sending authorization, you can include X-headers in the raw message to specify the \"Source,\" \"From,\" and \"Return-Path\" addresses. For more information, see the documentation for SendRawEmail.

                                                                                                                                  Do not include these X-headers in the DKIM signature, because they are removed by Amazon SES before sending the email.

                                                                                                                                  For more information, go to the Amazon SES Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withData", "getterDocumentation" : "/**

                                                                                                                                  The raw data of the message. The client must ensure that the message format complies with Internet email standards regarding email header fields, MIME types, MIME encoding, and base64 encoding.

                                                                                                                                  The To:, CC:, and BCC: headers in the raw message can contain a group list.

                                                                                                                                  If you are using SendRawEmail with sending authorization, you can include X-headers in the raw message to specify the \"Source,\" \"From,\" and \"Return-Path\" addresses. For more information, see the documentation for SendRawEmail.

                                                                                                                                  Do not include these X-headers in the DKIM signature, because they are removed by Amazon SES before sending the email.

                                                                                                                                  For more information, go to the Amazon SES Developer Guide.

                                                                                                                                  \n

                                                                                                                                  \n{@code ByteBuffer}s are stateful. Calling their {@code get} methods changes their {@code position}. We recommend using {@link java.nio.ByteBuffer#asReadOnlyBuffer()} to create a read-only view of the buffer with an independent {@code position}, and calling {@code get} methods on this rather than directly on the returned {@code ByteBuffer}. Doing so will ensure that anyone else using the {@code ByteBuffer} will not be affected by changes to the {@code position}.\n

                                                                                                                                  \n@return The raw data of the message. The client must ensure that the message format complies with Internet email standards regarding email header fields, MIME types, MIME encoding, and base64 encoding.

                                                                                                                                  The To:, CC:, and BCC: headers in the raw message can contain a group list.

                                                                                                                                  If you are using SendRawEmail with sending authorization, you can include X-headers in the raw message to specify the \"Source,\" \"From,\" and \"Return-Path\" addresses. For more information, see the documentation for SendRawEmail.

                                                                                                                                  Do not include these X-headers in the DKIM signature, because they are removed by Amazon SES before sending the email.

                                                                                                                                  For more information, go to the Amazon SES Developer Guide.*/", "getterMethodName" : "getData", "getterModel" : { "returnType" : "java.nio.ByteBuffer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Data", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Data", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "java.nio.ByteBuffer", "marshallingType" : "BYTE_BUFFER", "name" : "Data", "setterDocumentation" : "/**

                                                                                                                                  The raw data of the message. The client must ensure that the message format complies with Internet email standards regarding email header fields, MIME types, MIME encoding, and base64 encoding.

                                                                                                                                  The To:, CC:, and BCC: headers in the raw message can contain a group list.

                                                                                                                                  If you are using SendRawEmail with sending authorization, you can include X-headers in the raw message to specify the \"Source,\" \"From,\" and \"Return-Path\" addresses. For more information, see the documentation for SendRawEmail.

                                                                                                                                  Do not include these X-headers in the DKIM signature, because they are removed by Amazon SES before sending the email.

                                                                                                                                  For more information, go to the Amazon SES Developer Guide.

                                                                                                                                  \nAWS SDK for Java performs a Base64 encoding on this field before sending this request to AWS service by default. Users of the SDK should not perform Base64 encoding on this field.\n

                                                                                                                                  \n

                                                                                                                                  \nWarning: ByteBuffers returned by the SDK are mutable. Changes to the content or position of the byte buffer will be seen by all objects that have a reference to this object. It is recommended to call ByteBuffer.duplicate() or ByteBuffer.asReadOnlyBuffer() before using or reading from the buffer. This behavior will be changed in a future major version of the SDK.\n

                                                                                                                                  \n\n@param data The raw data of the message. The client must ensure that the message format complies with Internet email standards regarding email header fields, MIME types, MIME encoding, and base64 encoding.

                                                                                                                                  The To:, CC:, and BCC: headers in the raw message can contain a group list.

                                                                                                                                  If you are using SendRawEmail with sending authorization, you can include X-headers in the raw message to specify the \"Source,\" \"From,\" and \"Return-Path\" addresses. For more information, see the documentation for SendRawEmail.

                                                                                                                                  Do not include these X-headers in the DKIM signature, because they are removed by Amazon SES before sending the email.

                                                                                                                                  For more information, go to the Amazon SES Developer Guide.*/", "setterMethodName" : "setData", "setterModel" : { "variableDeclarationType" : "java.nio.ByteBuffer", "variableName" : "data", "variableType" : "java.nio.ByteBuffer", "documentation" : "", "simpleType" : "ByteBuffer", "variableSetterType" : "java.nio.ByteBuffer" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                                  The raw data of the message. The client must ensure that the message format complies with Internet email standards regarding email header fields, MIME types, MIME encoding, and base64 encoding.

                                                                                                                                  The To:, CC:, and BCC: headers in the raw message can contain a group list.

                                                                                                                                  If you are using SendRawEmail with sending authorization, you can include X-headers in the raw message to specify the \"Source,\" \"From,\" and \"Return-Path\" addresses. For more information, see the documentation for SendRawEmail.

                                                                                                                                  Do not include these X-headers in the DKIM signature, because they are removed by Amazon SES before sending the email.

                                                                                                                                  For more information, go to the Amazon SES Developer Guide.

                                                                                                                                  \n@param data The raw data of the message. The client must ensure that the message format complies with Internet email standards regarding email header fields, MIME types, MIME encoding, and base64 encoding.

                                                                                                                                  The To:, CC:, and BCC: headers in the raw message can contain a group list.

                                                                                                                                  If you are using SendRawEmail with sending authorization, you can include X-headers in the raw message to specify the \"Source,\" \"From,\" and \"Return-Path\" addresses. For more information, see the documentation for SendRawEmail.

                                                                                                                                  Do not include these X-headers in the DKIM signature, because they are removed by Amazon SES before sending the email.

                                                                                                                                  For more information, go to the Amazon SES Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.nio.ByteBuffer", "variableName" : "data", "variableType" : "java.nio.ByteBuffer", "documentation" : "

                                                                                                                                  The raw data of the message. The client must ensure that the message format complies with Internet email standards regarding email header fields, MIME types, MIME encoding, and base64 encoding.

                                                                                                                                  The To:, CC:, and BCC: headers in the raw message can contain a group list.

                                                                                                                                  If you are using SendRawEmail with sending authorization, you can include X-headers in the raw message to specify the \"Source,\" \"From,\" and \"Return-Path\" addresses. For more information, see the documentation for SendRawEmail.

                                                                                                                                  Do not include these X-headers in the DKIM signature, because they are removed by Amazon SES before sending the email.

                                                                                                                                  For more information, go to the Amazon SES Developer Guide.

                                                                                                                                  ", "simpleType" : "ByteBuffer", "variableSetterType" : "java.nio.ByteBuffer" }, "xmlNameSpaceUri" : null } }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "Data" ], "shapeName" : "RawMessage", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "RawMessage", "variableName" : "rawMessage", "variableType" : "RawMessage", "documentation" : null, "simpleType" : "RawMessage", "variableSetterType" : "RawMessage" }, "wrapper" : false }, "ReceiptAction" : { "c2jName" : "ReceiptAction", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                                                                                                                                  An action that Amazon SES can take when it receives an email on behalf of one or more email addresses or domains that you own. An instance of this data type can represent only one action.

                                                                                                                                  For information about setting up receipt rules, see the Amazon SES Developer Guide.

                                                                                                                                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "S3Action", "c2jShape" : "S3Action", "deprecated" : false, "documentation" : "

                                                                                                                                  Saves the received message to an Amazon Simple Storage Service (Amazon S3) bucket and, optionally, publishes a notification to Amazon SNS.

                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                  Saves the received message to an Amazon Simple Storage Service (Amazon S3) bucket and, optionally, publishes a notification to Amazon SNS.

                                                                                                                                  \n@param s3Action Saves the received message to an Amazon Simple Storage Service (Amazon S3) bucket and, optionally, publishes a notification to Amazon SNS.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withS3Action", "getterDocumentation" : "/**

                                                                                                                                  Saves the received message to an Amazon Simple Storage Service (Amazon S3) bucket and, optionally, publishes a notification to Amazon SNS.

                                                                                                                                  \n@return Saves the received message to an Amazon Simple Storage Service (Amazon S3) bucket and, optionally, publishes a notification to Amazon SNS.*/", "getterMethodName" : "getS3Action", "getterModel" : { "returnType" : "S3Action", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "S3Action", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "S3Action", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "S3Action", "setterDocumentation" : "/**

                                                                                                                                  Saves the received message to an Amazon Simple Storage Service (Amazon S3) bucket and, optionally, publishes a notification to Amazon SNS.

                                                                                                                                  \n@param s3Action Saves the received message to an Amazon Simple Storage Service (Amazon S3) bucket and, optionally, publishes a notification to Amazon SNS.*/", "setterMethodName" : "setS3Action", "setterModel" : { "variableDeclarationType" : "S3Action", "variableName" : "s3Action", "variableType" : "S3Action", "documentation" : "", "simpleType" : "S3Action", "variableSetterType" : "S3Action" }, "simple" : false, "varargSetterDocumentation" : "/**

                                                                                                                                  Saves the received message to an Amazon Simple Storage Service (Amazon S3) bucket and, optionally, publishes a notification to Amazon SNS.

                                                                                                                                  \n@param s3Action Saves the received message to an Amazon Simple Storage Service (Amazon S3) bucket and, optionally, publishes a notification to Amazon SNS.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "S3Action", "variableName" : "s3Action", "variableType" : "S3Action", "documentation" : "

                                                                                                                                  Saves the received message to an Amazon Simple Storage Service (Amazon S3) bucket and, optionally, publishes a notification to Amazon SNS.

                                                                                                                                  ", "simpleType" : "S3Action", "variableSetterType" : "S3Action" }, "xmlNameSpaceUri" : null }, { "c2jName" : "BounceAction", "c2jShape" : "BounceAction", "deprecated" : false, "documentation" : "

                                                                                                                                  Rejects the received email by returning a bounce response to the sender and, optionally, publishes a notification to Amazon Simple Notification Service (Amazon SNS).

                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                  Rejects the received email by returning a bounce response to the sender and, optionally, publishes a notification to Amazon Simple Notification Service (Amazon SNS).

                                                                                                                                  \n@param bounceAction Rejects the received email by returning a bounce response to the sender and, optionally, publishes a notification to Amazon Simple Notification Service (Amazon SNS).\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withBounceAction", "getterDocumentation" : "/**

                                                                                                                                  Rejects the received email by returning a bounce response to the sender and, optionally, publishes a notification to Amazon Simple Notification Service (Amazon SNS).

                                                                                                                                  \n@return Rejects the received email by returning a bounce response to the sender and, optionally, publishes a notification to Amazon Simple Notification Service (Amazon SNS).*/", "getterMethodName" : "getBounceAction", "getterModel" : { "returnType" : "BounceAction", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "BounceAction", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "BounceAction", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "BounceAction", "setterDocumentation" : "/**

                                                                                                                                  Rejects the received email by returning a bounce response to the sender and, optionally, publishes a notification to Amazon Simple Notification Service (Amazon SNS).

                                                                                                                                  \n@param bounceAction Rejects the received email by returning a bounce response to the sender and, optionally, publishes a notification to Amazon Simple Notification Service (Amazon SNS).*/", "setterMethodName" : "setBounceAction", "setterModel" : { "variableDeclarationType" : "BounceAction", "variableName" : "bounceAction", "variableType" : "BounceAction", "documentation" : "", "simpleType" : "BounceAction", "variableSetterType" : "BounceAction" }, "simple" : false, "varargSetterDocumentation" : "/**

                                                                                                                                  Rejects the received email by returning a bounce response to the sender and, optionally, publishes a notification to Amazon Simple Notification Service (Amazon SNS).

                                                                                                                                  \n@param bounceAction Rejects the received email by returning a bounce response to the sender and, optionally, publishes a notification to Amazon Simple Notification Service (Amazon SNS).\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "BounceAction", "variableName" : "bounceAction", "variableType" : "BounceAction", "documentation" : "

                                                                                                                                  Rejects the received email by returning a bounce response to the sender and, optionally, publishes a notification to Amazon Simple Notification Service (Amazon SNS).

                                                                                                                                  ", "simpleType" : "BounceAction", "variableSetterType" : "BounceAction" }, "xmlNameSpaceUri" : null }, { "c2jName" : "WorkmailAction", "c2jShape" : "WorkmailAction", "deprecated" : false, "documentation" : "

                                                                                                                                  Calls Amazon WorkMail and, optionally, publishes a notification to Amazon SNS.

                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                  Calls Amazon WorkMail and, optionally, publishes a notification to Amazon SNS.

                                                                                                                                  \n@param workmailAction Calls Amazon WorkMail and, optionally, publishes a notification to Amazon SNS.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withWorkmailAction", "getterDocumentation" : "/**

                                                                                                                                  Calls Amazon WorkMail and, optionally, publishes a notification to Amazon SNS.

                                                                                                                                  \n@return Calls Amazon WorkMail and, optionally, publishes a notification to Amazon SNS.*/", "getterMethodName" : "getWorkmailAction", "getterModel" : { "returnType" : "WorkmailAction", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "WorkmailAction", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "WorkmailAction", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "WorkmailAction", "setterDocumentation" : "/**

                                                                                                                                  Calls Amazon WorkMail and, optionally, publishes a notification to Amazon SNS.

                                                                                                                                  \n@param workmailAction Calls Amazon WorkMail and, optionally, publishes a notification to Amazon SNS.*/", "setterMethodName" : "setWorkmailAction", "setterModel" : { "variableDeclarationType" : "WorkmailAction", "variableName" : "workmailAction", "variableType" : "WorkmailAction", "documentation" : "", "simpleType" : "WorkmailAction", "variableSetterType" : "WorkmailAction" }, "simple" : false, "varargSetterDocumentation" : "/**

                                                                                                                                  Calls Amazon WorkMail and, optionally, publishes a notification to Amazon SNS.

                                                                                                                                  \n@param workmailAction Calls Amazon WorkMail and, optionally, publishes a notification to Amazon SNS.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "WorkmailAction", "variableName" : "workmailAction", "variableType" : "WorkmailAction", "documentation" : "

                                                                                                                                  Calls Amazon WorkMail and, optionally, publishes a notification to Amazon SNS.

                                                                                                                                  ", "simpleType" : "WorkmailAction", "variableSetterType" : "WorkmailAction" }, "xmlNameSpaceUri" : null }, { "c2jName" : "LambdaAction", "c2jShape" : "LambdaAction", "deprecated" : false, "documentation" : "

                                                                                                                                  Calls an AWS Lambda function, and optionally, publishes a notification to Amazon SNS.

                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                  Calls an AWS Lambda function, and optionally, publishes a notification to Amazon SNS.

                                                                                                                                  \n@param lambdaAction Calls an AWS Lambda function, and optionally, publishes a notification to Amazon SNS.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withLambdaAction", "getterDocumentation" : "/**

                                                                                                                                  Calls an AWS Lambda function, and optionally, publishes a notification to Amazon SNS.

                                                                                                                                  \n@return Calls an AWS Lambda function, and optionally, publishes a notification to Amazon SNS.*/", "getterMethodName" : "getLambdaAction", "getterModel" : { "returnType" : "LambdaAction", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "LambdaAction", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "LambdaAction", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "LambdaAction", "setterDocumentation" : "/**

                                                                                                                                  Calls an AWS Lambda function, and optionally, publishes a notification to Amazon SNS.

                                                                                                                                  \n@param lambdaAction Calls an AWS Lambda function, and optionally, publishes a notification to Amazon SNS.*/", "setterMethodName" : "setLambdaAction", "setterModel" : { "variableDeclarationType" : "LambdaAction", "variableName" : "lambdaAction", "variableType" : "LambdaAction", "documentation" : "", "simpleType" : "LambdaAction", "variableSetterType" : "LambdaAction" }, "simple" : false, "varargSetterDocumentation" : "/**

                                                                                                                                  Calls an AWS Lambda function, and optionally, publishes a notification to Amazon SNS.

                                                                                                                                  \n@param lambdaAction Calls an AWS Lambda function, and optionally, publishes a notification to Amazon SNS.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "LambdaAction", "variableName" : "lambdaAction", "variableType" : "LambdaAction", "documentation" : "

                                                                                                                                  Calls an AWS Lambda function, and optionally, publishes a notification to Amazon SNS.

                                                                                                                                  ", "simpleType" : "LambdaAction", "variableSetterType" : "LambdaAction" }, "xmlNameSpaceUri" : null }, { "c2jName" : "StopAction", "c2jShape" : "StopAction", "deprecated" : false, "documentation" : "

                                                                                                                                  Terminates the evaluation of the receipt rule set and optionally publishes a notification to Amazon SNS.

                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                  Terminates the evaluation of the receipt rule set and optionally publishes a notification to Amazon SNS.

                                                                                                                                  \n@param stopAction Terminates the evaluation of the receipt rule set and optionally publishes a notification to Amazon SNS.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withStopAction", "getterDocumentation" : "/**

                                                                                                                                  Terminates the evaluation of the receipt rule set and optionally publishes a notification to Amazon SNS.

                                                                                                                                  \n@return Terminates the evaluation of the receipt rule set and optionally publishes a notification to Amazon SNS.*/", "getterMethodName" : "getStopAction", "getterModel" : { "returnType" : "StopAction", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "StopAction", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "StopAction", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "StopAction", "setterDocumentation" : "/**

                                                                                                                                  Terminates the evaluation of the receipt rule set and optionally publishes a notification to Amazon SNS.

                                                                                                                                  \n@param stopAction Terminates the evaluation of the receipt rule set and optionally publishes a notification to Amazon SNS.*/", "setterMethodName" : "setStopAction", "setterModel" : { "variableDeclarationType" : "StopAction", "variableName" : "stopAction", "variableType" : "StopAction", "documentation" : "", "simpleType" : "StopAction", "variableSetterType" : "StopAction" }, "simple" : false, "varargSetterDocumentation" : "/**

                                                                                                                                  Terminates the evaluation of the receipt rule set and optionally publishes a notification to Amazon SNS.

                                                                                                                                  \n@param stopAction Terminates the evaluation of the receipt rule set and optionally publishes a notification to Amazon SNS.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "StopAction", "variableName" : "stopAction", "variableType" : "StopAction", "documentation" : "

                                                                                                                                  Terminates the evaluation of the receipt rule set and optionally publishes a notification to Amazon SNS.

                                                                                                                                  ", "simpleType" : "StopAction", "variableSetterType" : "StopAction" }, "xmlNameSpaceUri" : null }, { "c2jName" : "AddHeaderAction", "c2jShape" : "AddHeaderAction", "deprecated" : false, "documentation" : "

                                                                                                                                  Adds a header to the received email.

                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                  Adds a header to the received email.

                                                                                                                                  \n@param addHeaderAction Adds a header to the received email.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withAddHeaderAction", "getterDocumentation" : "/**

                                                                                                                                  Adds a header to the received email.

                                                                                                                                  \n@return Adds a header to the received email.*/", "getterMethodName" : "getAddHeaderAction", "getterModel" : { "returnType" : "AddHeaderAction", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "AddHeaderAction", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "AddHeaderAction", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "AddHeaderAction", "setterDocumentation" : "/**

                                                                                                                                  Adds a header to the received email.

                                                                                                                                  \n@param addHeaderAction Adds a header to the received email.*/", "setterMethodName" : "setAddHeaderAction", "setterModel" : { "variableDeclarationType" : "AddHeaderAction", "variableName" : "addHeaderAction", "variableType" : "AddHeaderAction", "documentation" : "", "simpleType" : "AddHeaderAction", "variableSetterType" : "AddHeaderAction" }, "simple" : false, "varargSetterDocumentation" : "/**

                                                                                                                                  Adds a header to the received email.

                                                                                                                                  \n@param addHeaderAction Adds a header to the received email.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "AddHeaderAction", "variableName" : "addHeaderAction", "variableType" : "AddHeaderAction", "documentation" : "

                                                                                                                                  Adds a header to the received email.

                                                                                                                                  ", "simpleType" : "AddHeaderAction", "variableSetterType" : "AddHeaderAction" }, "xmlNameSpaceUri" : null }, { "c2jName" : "SNSAction", "c2jShape" : "SNSAction", "deprecated" : false, "documentation" : "

                                                                                                                                  Publishes the email content within a notification to Amazon SNS.

                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                  Publishes the email content within a notification to Amazon SNS.

                                                                                                                                  \n@param sNSAction Publishes the email content within a notification to Amazon SNS.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withSNSAction", "getterDocumentation" : "/**

                                                                                                                                  Publishes the email content within a notification to Amazon SNS.

                                                                                                                                  \n@return Publishes the email content within a notification to Amazon SNS.*/", "getterMethodName" : "getSNSAction", "getterModel" : { "returnType" : "SNSAction", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "SNSAction", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "SNSAction", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "SNSAction", "setterDocumentation" : "/**

                                                                                                                                  Publishes the email content within a notification to Amazon SNS.

                                                                                                                                  \n@param sNSAction Publishes the email content within a notification to Amazon SNS.*/", "setterMethodName" : "setSNSAction", "setterModel" : { "variableDeclarationType" : "SNSAction", "variableName" : "sNSAction", "variableType" : "SNSAction", "documentation" : "", "simpleType" : "SNSAction", "variableSetterType" : "SNSAction" }, "simple" : false, "varargSetterDocumentation" : "/**

                                                                                                                                  Publishes the email content within a notification to Amazon SNS.

                                                                                                                                  \n@param sNSAction Publishes the email content within a notification to Amazon SNS.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "SNSAction", "variableName" : "sNSAction", "variableType" : "SNSAction", "documentation" : "

                                                                                                                                  Publishes the email content within a notification to Amazon SNS.

                                                                                                                                  ", "simpleType" : "SNSAction", "variableSetterType" : "SNSAction" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "AddHeaderAction" : { "c2jName" : "AddHeaderAction", "c2jShape" : "AddHeaderAction", "deprecated" : false, "documentation" : "

                                                                                                                                  Adds a header to the received email.

                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                  Adds a header to the received email.

                                                                                                                                  \n@param addHeaderAction Adds a header to the received email.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withAddHeaderAction", "getterDocumentation" : "/**

                                                                                                                                  Adds a header to the received email.

                                                                                                                                  \n@return Adds a header to the received email.*/", "getterMethodName" : "getAddHeaderAction", "getterModel" : { "returnType" : "AddHeaderAction", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "AddHeaderAction", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "AddHeaderAction", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "AddHeaderAction", "setterDocumentation" : "/**

                                                                                                                                  Adds a header to the received email.

                                                                                                                                  \n@param addHeaderAction Adds a header to the received email.*/", "setterMethodName" : "setAddHeaderAction", "setterModel" : { "variableDeclarationType" : "AddHeaderAction", "variableName" : "addHeaderAction", "variableType" : "AddHeaderAction", "documentation" : "", "simpleType" : "AddHeaderAction", "variableSetterType" : "AddHeaderAction" }, "simple" : false, "varargSetterDocumentation" : "/**

                                                                                                                                  Adds a header to the received email.

                                                                                                                                  \n@param addHeaderAction Adds a header to the received email.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "AddHeaderAction", "variableName" : "addHeaderAction", "variableType" : "AddHeaderAction", "documentation" : "

                                                                                                                                  Adds a header to the received email.

                                                                                                                                  ", "simpleType" : "AddHeaderAction", "variableSetterType" : "AddHeaderAction" }, "xmlNameSpaceUri" : null }, "BounceAction" : { "c2jName" : "BounceAction", "c2jShape" : "BounceAction", "deprecated" : false, "documentation" : "

                                                                                                                                  Rejects the received email by returning a bounce response to the sender and, optionally, publishes a notification to Amazon Simple Notification Service (Amazon SNS).

                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                  Rejects the received email by returning a bounce response to the sender and, optionally, publishes a notification to Amazon Simple Notification Service (Amazon SNS).

                                                                                                                                  \n@param bounceAction Rejects the received email by returning a bounce response to the sender and, optionally, publishes a notification to Amazon Simple Notification Service (Amazon SNS).\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withBounceAction", "getterDocumentation" : "/**

                                                                                                                                  Rejects the received email by returning a bounce response to the sender and, optionally, publishes a notification to Amazon Simple Notification Service (Amazon SNS).

                                                                                                                                  \n@return Rejects the received email by returning a bounce response to the sender and, optionally, publishes a notification to Amazon Simple Notification Service (Amazon SNS).*/", "getterMethodName" : "getBounceAction", "getterModel" : { "returnType" : "BounceAction", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "BounceAction", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "BounceAction", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "BounceAction", "setterDocumentation" : "/**

                                                                                                                                  Rejects the received email by returning a bounce response to the sender and, optionally, publishes a notification to Amazon Simple Notification Service (Amazon SNS).

                                                                                                                                  \n@param bounceAction Rejects the received email by returning a bounce response to the sender and, optionally, publishes a notification to Amazon Simple Notification Service (Amazon SNS).*/", "setterMethodName" : "setBounceAction", "setterModel" : { "variableDeclarationType" : "BounceAction", "variableName" : "bounceAction", "variableType" : "BounceAction", "documentation" : "", "simpleType" : "BounceAction", "variableSetterType" : "BounceAction" }, "simple" : false, "varargSetterDocumentation" : "/**

                                                                                                                                  Rejects the received email by returning a bounce response to the sender and, optionally, publishes a notification to Amazon Simple Notification Service (Amazon SNS).

                                                                                                                                  \n@param bounceAction Rejects the received email by returning a bounce response to the sender and, optionally, publishes a notification to Amazon Simple Notification Service (Amazon SNS).\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "BounceAction", "variableName" : "bounceAction", "variableType" : "BounceAction", "documentation" : "

                                                                                                                                  Rejects the received email by returning a bounce response to the sender and, optionally, publishes a notification to Amazon Simple Notification Service (Amazon SNS).

                                                                                                                                  ", "simpleType" : "BounceAction", "variableSetterType" : "BounceAction" }, "xmlNameSpaceUri" : null }, "LambdaAction" : { "c2jName" : "LambdaAction", "c2jShape" : "LambdaAction", "deprecated" : false, "documentation" : "

                                                                                                                                  Calls an AWS Lambda function, and optionally, publishes a notification to Amazon SNS.

                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                  Calls an AWS Lambda function, and optionally, publishes a notification to Amazon SNS.

                                                                                                                                  \n@param lambdaAction Calls an AWS Lambda function, and optionally, publishes a notification to Amazon SNS.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withLambdaAction", "getterDocumentation" : "/**

                                                                                                                                  Calls an AWS Lambda function, and optionally, publishes a notification to Amazon SNS.

                                                                                                                                  \n@return Calls an AWS Lambda function, and optionally, publishes a notification to Amazon SNS.*/", "getterMethodName" : "getLambdaAction", "getterModel" : { "returnType" : "LambdaAction", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "LambdaAction", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "LambdaAction", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "LambdaAction", "setterDocumentation" : "/**

                                                                                                                                  Calls an AWS Lambda function, and optionally, publishes a notification to Amazon SNS.

                                                                                                                                  \n@param lambdaAction Calls an AWS Lambda function, and optionally, publishes a notification to Amazon SNS.*/", "setterMethodName" : "setLambdaAction", "setterModel" : { "variableDeclarationType" : "LambdaAction", "variableName" : "lambdaAction", "variableType" : "LambdaAction", "documentation" : "", "simpleType" : "LambdaAction", "variableSetterType" : "LambdaAction" }, "simple" : false, "varargSetterDocumentation" : "/**

                                                                                                                                  Calls an AWS Lambda function, and optionally, publishes a notification to Amazon SNS.

                                                                                                                                  \n@param lambdaAction Calls an AWS Lambda function, and optionally, publishes a notification to Amazon SNS.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "LambdaAction", "variableName" : "lambdaAction", "variableType" : "LambdaAction", "documentation" : "

                                                                                                                                  Calls an AWS Lambda function, and optionally, publishes a notification to Amazon SNS.

                                                                                                                                  ", "simpleType" : "LambdaAction", "variableSetterType" : "LambdaAction" }, "xmlNameSpaceUri" : null }, "S3Action" : { "c2jName" : "S3Action", "c2jShape" : "S3Action", "deprecated" : false, "documentation" : "

                                                                                                                                  Saves the received message to an Amazon Simple Storage Service (Amazon S3) bucket and, optionally, publishes a notification to Amazon SNS.

                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                  Saves the received message to an Amazon Simple Storage Service (Amazon S3) bucket and, optionally, publishes a notification to Amazon SNS.

                                                                                                                                  \n@param s3Action Saves the received message to an Amazon Simple Storage Service (Amazon S3) bucket and, optionally, publishes a notification to Amazon SNS.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withS3Action", "getterDocumentation" : "/**

                                                                                                                                  Saves the received message to an Amazon Simple Storage Service (Amazon S3) bucket and, optionally, publishes a notification to Amazon SNS.

                                                                                                                                  \n@return Saves the received message to an Amazon Simple Storage Service (Amazon S3) bucket and, optionally, publishes a notification to Amazon SNS.*/", "getterMethodName" : "getS3Action", "getterModel" : { "returnType" : "S3Action", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "S3Action", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "S3Action", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "S3Action", "setterDocumentation" : "/**

                                                                                                                                  Saves the received message to an Amazon Simple Storage Service (Amazon S3) bucket and, optionally, publishes a notification to Amazon SNS.

                                                                                                                                  \n@param s3Action Saves the received message to an Amazon Simple Storage Service (Amazon S3) bucket and, optionally, publishes a notification to Amazon SNS.*/", "setterMethodName" : "setS3Action", "setterModel" : { "variableDeclarationType" : "S3Action", "variableName" : "s3Action", "variableType" : "S3Action", "documentation" : "", "simpleType" : "S3Action", "variableSetterType" : "S3Action" }, "simple" : false, "varargSetterDocumentation" : "/**

                                                                                                                                  Saves the received message to an Amazon Simple Storage Service (Amazon S3) bucket and, optionally, publishes a notification to Amazon SNS.

                                                                                                                                  \n@param s3Action Saves the received message to an Amazon Simple Storage Service (Amazon S3) bucket and, optionally, publishes a notification to Amazon SNS.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "S3Action", "variableName" : "s3Action", "variableType" : "S3Action", "documentation" : "

                                                                                                                                  Saves the received message to an Amazon Simple Storage Service (Amazon S3) bucket and, optionally, publishes a notification to Amazon SNS.

                                                                                                                                  ", "simpleType" : "S3Action", "variableSetterType" : "S3Action" }, "xmlNameSpaceUri" : null }, "SNSAction" : { "c2jName" : "SNSAction", "c2jShape" : "SNSAction", "deprecated" : false, "documentation" : "

                                                                                                                                  Publishes the email content within a notification to Amazon SNS.

                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                  Publishes the email content within a notification to Amazon SNS.

                                                                                                                                  \n@param sNSAction Publishes the email content within a notification to Amazon SNS.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withSNSAction", "getterDocumentation" : "/**

                                                                                                                                  Publishes the email content within a notification to Amazon SNS.

                                                                                                                                  \n@return Publishes the email content within a notification to Amazon SNS.*/", "getterMethodName" : "getSNSAction", "getterModel" : { "returnType" : "SNSAction", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "SNSAction", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "SNSAction", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "SNSAction", "setterDocumentation" : "/**

                                                                                                                                  Publishes the email content within a notification to Amazon SNS.

                                                                                                                                  \n@param sNSAction Publishes the email content within a notification to Amazon SNS.*/", "setterMethodName" : "setSNSAction", "setterModel" : { "variableDeclarationType" : "SNSAction", "variableName" : "sNSAction", "variableType" : "SNSAction", "documentation" : "", "simpleType" : "SNSAction", "variableSetterType" : "SNSAction" }, "simple" : false, "varargSetterDocumentation" : "/**

                                                                                                                                  Publishes the email content within a notification to Amazon SNS.

                                                                                                                                  \n@param sNSAction Publishes the email content within a notification to Amazon SNS.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "SNSAction", "variableName" : "sNSAction", "variableType" : "SNSAction", "documentation" : "

                                                                                                                                  Publishes the email content within a notification to Amazon SNS.

                                                                                                                                  ", "simpleType" : "SNSAction", "variableSetterType" : "SNSAction" }, "xmlNameSpaceUri" : null }, "StopAction" : { "c2jName" : "StopAction", "c2jShape" : "StopAction", "deprecated" : false, "documentation" : "

                                                                                                                                  Terminates the evaluation of the receipt rule set and optionally publishes a notification to Amazon SNS.

                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                  Terminates the evaluation of the receipt rule set and optionally publishes a notification to Amazon SNS.

                                                                                                                                  \n@param stopAction Terminates the evaluation of the receipt rule set and optionally publishes a notification to Amazon SNS.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withStopAction", "getterDocumentation" : "/**

                                                                                                                                  Terminates the evaluation of the receipt rule set and optionally publishes a notification to Amazon SNS.

                                                                                                                                  \n@return Terminates the evaluation of the receipt rule set and optionally publishes a notification to Amazon SNS.*/", "getterMethodName" : "getStopAction", "getterModel" : { "returnType" : "StopAction", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "StopAction", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "StopAction", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "StopAction", "setterDocumentation" : "/**

                                                                                                                                  Terminates the evaluation of the receipt rule set and optionally publishes a notification to Amazon SNS.

                                                                                                                                  \n@param stopAction Terminates the evaluation of the receipt rule set and optionally publishes a notification to Amazon SNS.*/", "setterMethodName" : "setStopAction", "setterModel" : { "variableDeclarationType" : "StopAction", "variableName" : "stopAction", "variableType" : "StopAction", "documentation" : "", "simpleType" : "StopAction", "variableSetterType" : "StopAction" }, "simple" : false, "varargSetterDocumentation" : "/**

                                                                                                                                  Terminates the evaluation of the receipt rule set and optionally publishes a notification to Amazon SNS.

                                                                                                                                  \n@param stopAction Terminates the evaluation of the receipt rule set and optionally publishes a notification to Amazon SNS.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "StopAction", "variableName" : "stopAction", "variableType" : "StopAction", "documentation" : "

                                                                                                                                  Terminates the evaluation of the receipt rule set and optionally publishes a notification to Amazon SNS.

                                                                                                                                  ", "simpleType" : "StopAction", "variableSetterType" : "StopAction" }, "xmlNameSpaceUri" : null }, "WorkmailAction" : { "c2jName" : "WorkmailAction", "c2jShape" : "WorkmailAction", "deprecated" : false, "documentation" : "

                                                                                                                                  Calls Amazon WorkMail and, optionally, publishes a notification to Amazon SNS.

                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                  Calls Amazon WorkMail and, optionally, publishes a notification to Amazon SNS.

                                                                                                                                  \n@param workmailAction Calls Amazon WorkMail and, optionally, publishes a notification to Amazon SNS.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withWorkmailAction", "getterDocumentation" : "/**

                                                                                                                                  Calls Amazon WorkMail and, optionally, publishes a notification to Amazon SNS.

                                                                                                                                  \n@return Calls Amazon WorkMail and, optionally, publishes a notification to Amazon SNS.*/", "getterMethodName" : "getWorkmailAction", "getterModel" : { "returnType" : "WorkmailAction", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "WorkmailAction", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "WorkmailAction", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "WorkmailAction", "setterDocumentation" : "/**

                                                                                                                                  Calls Amazon WorkMail and, optionally, publishes a notification to Amazon SNS.

                                                                                                                                  \n@param workmailAction Calls Amazon WorkMail and, optionally, publishes a notification to Amazon SNS.*/", "setterMethodName" : "setWorkmailAction", "setterModel" : { "variableDeclarationType" : "WorkmailAction", "variableName" : "workmailAction", "variableType" : "WorkmailAction", "documentation" : "", "simpleType" : "WorkmailAction", "variableSetterType" : "WorkmailAction" }, "simple" : false, "varargSetterDocumentation" : "/**

                                                                                                                                  Calls Amazon WorkMail and, optionally, publishes a notification to Amazon SNS.

                                                                                                                                  \n@param workmailAction Calls Amazon WorkMail and, optionally, publishes a notification to Amazon SNS.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "WorkmailAction", "variableName" : "workmailAction", "variableType" : "WorkmailAction", "documentation" : "

                                                                                                                                  Calls Amazon WorkMail and, optionally, publishes a notification to Amazon SNS.

                                                                                                                                  ", "simpleType" : "WorkmailAction", "variableSetterType" : "WorkmailAction" }, "xmlNameSpaceUri" : null } }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "ReceiptAction", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "ReceiptAction", "variableName" : "receiptAction", "variableType" : "ReceiptAction", "documentation" : null, "simpleType" : "ReceiptAction", "variableSetterType" : "ReceiptAction" }, "wrapper" : false }, "ReceiptFilter" : { "c2jName" : "ReceiptFilter", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                                                                                                                                  A receipt IP address filter enables you to specify whether to accept or reject mail originating from an IP address or range of IP addresses.

                                                                                                                                  For information about setting up IP address filters, see the Amazon SES Developer Guide.

                                                                                                                                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "Name", "c2jShape" : "ReceiptFilterName", "deprecated" : false, "documentation" : "

                                                                                                                                  The name of the IP address filter. The name must:

                                                                                                                                  • Contain only ASCII letters (a-z, A-Z), numbers (0-9), periods (.), underscores (_), or dashes (-).

                                                                                                                                  • Start and end with a letter or number.

                                                                                                                                  • Contain less than 64 characters.

                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                  The name of the IP address filter. The name must:

                                                                                                                                  • Contain only ASCII letters (a-z, A-Z), numbers (0-9), periods (.), underscores (_), or dashes (-).

                                                                                                                                  • Start and end with a letter or number.

                                                                                                                                  • Contain less than 64 characters.

                                                                                                                                  \n@param name The name of the IP address filter. The name must:

                                                                                                                                  • Contain only ASCII letters (a-z, A-Z), numbers (0-9), periods (.), underscores (_), or dashes (-).

                                                                                                                                  • Start and end with a letter or number.

                                                                                                                                  • Contain less than 64 characters.

                                                                                                                                  • \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withName", "getterDocumentation" : "/**

                                                                                                                                    The name of the IP address filter. The name must:

                                                                                                                                    • Contain only ASCII letters (a-z, A-Z), numbers (0-9), periods (.), underscores (_), or dashes (-).

                                                                                                                                    • Start and end with a letter or number.

                                                                                                                                    • Contain less than 64 characters.

                                                                                                                                    \n@return The name of the IP address filter. The name must:

                                                                                                                                    • Contain only ASCII letters (a-z, A-Z), numbers (0-9), periods (.), underscores (_), or dashes (-).

                                                                                                                                    • Start and end with a letter or number.

                                                                                                                                    • Contain less than 64 characters.

                                                                                                                                    • */", "getterMethodName" : "getName", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Name", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Name", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Name", "setterDocumentation" : "/**

                                                                                                                                      The name of the IP address filter. The name must:

                                                                                                                                      • Contain only ASCII letters (a-z, A-Z), numbers (0-9), periods (.), underscores (_), or dashes (-).

                                                                                                                                      • Start and end with a letter or number.

                                                                                                                                      • Contain less than 64 characters.

                                                                                                                                      \n@param name The name of the IP address filter. The name must:

                                                                                                                                      • Contain only ASCII letters (a-z, A-Z), numbers (0-9), periods (.), underscores (_), or dashes (-).

                                                                                                                                      • Start and end with a letter or number.

                                                                                                                                      • Contain less than 64 characters.

                                                                                                                                      • */", "setterMethodName" : "setName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                                        The name of the IP address filter. The name must:

                                                                                                                                        • Contain only ASCII letters (a-z, A-Z), numbers (0-9), periods (.), underscores (_), or dashes (-).

                                                                                                                                        • Start and end with a letter or number.

                                                                                                                                        • Contain less than 64 characters.

                                                                                                                                        \n@param name The name of the IP address filter. The name must:

                                                                                                                                        • Contain only ASCII letters (a-z, A-Z), numbers (0-9), periods (.), underscores (_), or dashes (-).

                                                                                                                                        • Start and end with a letter or number.

                                                                                                                                        • Contain less than 64 characters.

                                                                                                                                        • \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : "

                                                                                                                                          The name of the IP address filter. The name must:

                                                                                                                                          • Contain only ASCII letters (a-z, A-Z), numbers (0-9), periods (.), underscores (_), or dashes (-).

                                                                                                                                          • Start and end with a letter or number.

                                                                                                                                          • Contain less than 64 characters.

                                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "IpFilter", "c2jShape" : "ReceiptIpFilter", "deprecated" : false, "documentation" : "

                                                                                                                                          A structure that provides the IP addresses to block or allow, and whether to block or allow incoming mail from them.

                                                                                                                                          ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                          A structure that provides the IP addresses to block or allow, and whether to block or allow incoming mail from them.

                                                                                                                                          \n@param ipFilter A structure that provides the IP addresses to block or allow, and whether to block or allow incoming mail from them.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withIpFilter", "getterDocumentation" : "/**

                                                                                                                                          A structure that provides the IP addresses to block or allow, and whether to block or allow incoming mail from them.

                                                                                                                                          \n@return A structure that provides the IP addresses to block or allow, and whether to block or allow incoming mail from them.*/", "getterMethodName" : "getIpFilter", "getterModel" : { "returnType" : "ReceiptIpFilter", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "IpFilter", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "IpFilter", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "IpFilter", "setterDocumentation" : "/**

                                                                                                                                          A structure that provides the IP addresses to block or allow, and whether to block or allow incoming mail from them.

                                                                                                                                          \n@param ipFilter A structure that provides the IP addresses to block or allow, and whether to block or allow incoming mail from them.*/", "setterMethodName" : "setIpFilter", "setterModel" : { "variableDeclarationType" : "ReceiptIpFilter", "variableName" : "ipFilter", "variableType" : "ReceiptIpFilter", "documentation" : "", "simpleType" : "ReceiptIpFilter", "variableSetterType" : "ReceiptIpFilter" }, "simple" : false, "varargSetterDocumentation" : "/**

                                                                                                                                          A structure that provides the IP addresses to block or allow, and whether to block or allow incoming mail from them.

                                                                                                                                          \n@param ipFilter A structure that provides the IP addresses to block or allow, and whether to block or allow incoming mail from them.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "ReceiptIpFilter", "variableName" : "ipFilter", "variableType" : "ReceiptIpFilter", "documentation" : "

                                                                                                                                          A structure that provides the IP addresses to block or allow, and whether to block or allow incoming mail from them.

                                                                                                                                          ", "simpleType" : "ReceiptIpFilter", "variableSetterType" : "ReceiptIpFilter" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "IpFilter" : { "c2jName" : "IpFilter", "c2jShape" : "ReceiptIpFilter", "deprecated" : false, "documentation" : "

                                                                                                                                          A structure that provides the IP addresses to block or allow, and whether to block or allow incoming mail from them.

                                                                                                                                          ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                          A structure that provides the IP addresses to block or allow, and whether to block or allow incoming mail from them.

                                                                                                                                          \n@param ipFilter A structure that provides the IP addresses to block or allow, and whether to block or allow incoming mail from them.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withIpFilter", "getterDocumentation" : "/**

                                                                                                                                          A structure that provides the IP addresses to block or allow, and whether to block or allow incoming mail from them.

                                                                                                                                          \n@return A structure that provides the IP addresses to block or allow, and whether to block or allow incoming mail from them.*/", "getterMethodName" : "getIpFilter", "getterModel" : { "returnType" : "ReceiptIpFilter", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "IpFilter", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "IpFilter", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "IpFilter", "setterDocumentation" : "/**

                                                                                                                                          A structure that provides the IP addresses to block or allow, and whether to block or allow incoming mail from them.

                                                                                                                                          \n@param ipFilter A structure that provides the IP addresses to block or allow, and whether to block or allow incoming mail from them.*/", "setterMethodName" : "setIpFilter", "setterModel" : { "variableDeclarationType" : "ReceiptIpFilter", "variableName" : "ipFilter", "variableType" : "ReceiptIpFilter", "documentation" : "", "simpleType" : "ReceiptIpFilter", "variableSetterType" : "ReceiptIpFilter" }, "simple" : false, "varargSetterDocumentation" : "/**

                                                                                                                                          A structure that provides the IP addresses to block or allow, and whether to block or allow incoming mail from them.

                                                                                                                                          \n@param ipFilter A structure that provides the IP addresses to block or allow, and whether to block or allow incoming mail from them.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "ReceiptIpFilter", "variableName" : "ipFilter", "variableType" : "ReceiptIpFilter", "documentation" : "

                                                                                                                                          A structure that provides the IP addresses to block or allow, and whether to block or allow incoming mail from them.

                                                                                                                                          ", "simpleType" : "ReceiptIpFilter", "variableSetterType" : "ReceiptIpFilter" }, "xmlNameSpaceUri" : null }, "Name" : { "c2jName" : "Name", "c2jShape" : "ReceiptFilterName", "deprecated" : false, "documentation" : "

                                                                                                                                          The name of the IP address filter. The name must:

                                                                                                                                          • Contain only ASCII letters (a-z, A-Z), numbers (0-9), periods (.), underscores (_), or dashes (-).

                                                                                                                                          • Start and end with a letter or number.

                                                                                                                                          • Contain less than 64 characters.

                                                                                                                                          ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                          The name of the IP address filter. The name must:

                                                                                                                                          • Contain only ASCII letters (a-z, A-Z), numbers (0-9), periods (.), underscores (_), or dashes (-).

                                                                                                                                          • Start and end with a letter or number.

                                                                                                                                          • Contain less than 64 characters.

                                                                                                                                          \n@param name The name of the IP address filter. The name must:

                                                                                                                                          • Contain only ASCII letters (a-z, A-Z), numbers (0-9), periods (.), underscores (_), or dashes (-).

                                                                                                                                          • Start and end with a letter or number.

                                                                                                                                          • Contain less than 64 characters.

                                                                                                                                          • \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withName", "getterDocumentation" : "/**

                                                                                                                                            The name of the IP address filter. The name must:

                                                                                                                                            • Contain only ASCII letters (a-z, A-Z), numbers (0-9), periods (.), underscores (_), or dashes (-).

                                                                                                                                            • Start and end with a letter or number.

                                                                                                                                            • Contain less than 64 characters.

                                                                                                                                            \n@return The name of the IP address filter. The name must:

                                                                                                                                            • Contain only ASCII letters (a-z, A-Z), numbers (0-9), periods (.), underscores (_), or dashes (-).

                                                                                                                                            • Start and end with a letter or number.

                                                                                                                                            • Contain less than 64 characters.

                                                                                                                                            • */", "getterMethodName" : "getName", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Name", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Name", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Name", "setterDocumentation" : "/**

                                                                                                                                              The name of the IP address filter. The name must:

                                                                                                                                              • Contain only ASCII letters (a-z, A-Z), numbers (0-9), periods (.), underscores (_), or dashes (-).

                                                                                                                                              • Start and end with a letter or number.

                                                                                                                                              • Contain less than 64 characters.

                                                                                                                                              \n@param name The name of the IP address filter. The name must:

                                                                                                                                              • Contain only ASCII letters (a-z, A-Z), numbers (0-9), periods (.), underscores (_), or dashes (-).

                                                                                                                                              • Start and end with a letter or number.

                                                                                                                                              • Contain less than 64 characters.

                                                                                                                                              • */", "setterMethodName" : "setName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                                                The name of the IP address filter. The name must:

                                                                                                                                                • Contain only ASCII letters (a-z, A-Z), numbers (0-9), periods (.), underscores (_), or dashes (-).

                                                                                                                                                • Start and end with a letter or number.

                                                                                                                                                • Contain less than 64 characters.

                                                                                                                                                \n@param name The name of the IP address filter. The name must:

                                                                                                                                                • Contain only ASCII letters (a-z, A-Z), numbers (0-9), periods (.), underscores (_), or dashes (-).

                                                                                                                                                • Start and end with a letter or number.

                                                                                                                                                • Contain less than 64 characters.

                                                                                                                                                • \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : "

                                                                                                                                                  The name of the IP address filter. The name must:

                                                                                                                                                  • Contain only ASCII letters (a-z, A-Z), numbers (0-9), periods (.), underscores (_), or dashes (-).

                                                                                                                                                  • Start and end with a letter or number.

                                                                                                                                                  • Contain less than 64 characters.

                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "Name", "IpFilter" ], "shapeName" : "ReceiptFilter", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "ReceiptFilter", "variableName" : "receiptFilter", "variableType" : "ReceiptFilter", "documentation" : null, "simpleType" : "ReceiptFilter", "variableSetterType" : "ReceiptFilter" }, "wrapper" : false }, "ReceiptFilterPolicy" : { "c2jName" : "ReceiptFilterPolicy", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "", "enums" : [ { "name" : "Block", "value" : "Block" }, { "name" : "Allow", "value" : "Allow" } ], "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : null, "membersAsMap" : { }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "ReceiptFilterPolicy", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "ReceiptFilterPolicy", "variableName" : "receiptFilterPolicy", "variableType" : "ReceiptFilterPolicy", "documentation" : null, "simpleType" : "ReceiptFilterPolicy", "variableSetterType" : "ReceiptFilterPolicy" }, "wrapper" : false }, "ReceiptIpFilter" : { "c2jName" : "ReceiptIpFilter", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                                                                                                                                                  A receipt IP address filter enables you to specify whether to accept or reject mail originating from an IP address or range of IP addresses.

                                                                                                                                                  For information about setting up IP address filters, see the Amazon SES Developer Guide.

                                                                                                                                                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "Policy", "c2jShape" : "ReceiptFilterPolicy", "deprecated" : false, "documentation" : "

                                                                                                                                                  Indicates whether to block or allow incoming mail from the specified IP addresses.

                                                                                                                                                  ", "enumType" : "ReceiptFilterPolicy", "fluentSetterDocumentation" : "/**

                                                                                                                                                  Indicates whether to block or allow incoming mail from the specified IP addresses.

                                                                                                                                                  \n@param policy Indicates whether to block or allow incoming mail from the specified IP addresses.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ReceiptFilterPolicy*/", "fluentSetterMethodName" : "withPolicy", "getterDocumentation" : "/**

                                                                                                                                                  Indicates whether to block or allow incoming mail from the specified IP addresses.

                                                                                                                                                  \n@return Indicates whether to block or allow incoming mail from the specified IP addresses.\n@see ReceiptFilterPolicy*/", "getterMethodName" : "getPolicy", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Policy", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Policy", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Policy", "setterDocumentation" : "/**

                                                                                                                                                  Indicates whether to block or allow incoming mail from the specified IP addresses.

                                                                                                                                                  \n@param policy Indicates whether to block or allow incoming mail from the specified IP addresses.\n@see ReceiptFilterPolicy*/", "setterMethodName" : "setPolicy", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "policy", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                                                  Indicates whether to block or allow incoming mail from the specified IP addresses.

                                                                                                                                                  \n@param policy Indicates whether to block or allow incoming mail from the specified IP addresses.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ReceiptFilterPolicy*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "policy", "variableType" : "String", "documentation" : "

                                                                                                                                                  Indicates whether to block or allow incoming mail from the specified IP addresses.

                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "Cidr", "c2jShape" : "Cidr", "deprecated" : false, "documentation" : "

                                                                                                                                                  A single IP address or a range of IP addresses that you want to block or allow, specified in Classless Inter-Domain Routing (CIDR) notation. An example of a single email address is 10.0.0.1. An example of a range of IP addresses is 10.0.0.1/24. For more information about CIDR notation, see RFC 2317.

                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                  A single IP address or a range of IP addresses that you want to block or allow, specified in Classless Inter-Domain Routing (CIDR) notation. An example of a single email address is 10.0.0.1. An example of a range of IP addresses is 10.0.0.1/24. For more information about CIDR notation, see RFC 2317.

                                                                                                                                                  \n@param cidr A single IP address or a range of IP addresses that you want to block or allow, specified in Classless Inter-Domain Routing (CIDR) notation. An example of a single email address is 10.0.0.1. An example of a range of IP addresses is 10.0.0.1/24. For more information about CIDR notation, see RFC 2317.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withCidr", "getterDocumentation" : "/**

                                                                                                                                                  A single IP address or a range of IP addresses that you want to block or allow, specified in Classless Inter-Domain Routing (CIDR) notation. An example of a single email address is 10.0.0.1. An example of a range of IP addresses is 10.0.0.1/24. For more information about CIDR notation, see RFC 2317.

                                                                                                                                                  \n@return A single IP address or a range of IP addresses that you want to block or allow, specified in Classless Inter-Domain Routing (CIDR) notation. An example of a single email address is 10.0.0.1. An example of a range of IP addresses is 10.0.0.1/24. For more information about CIDR notation, see RFC 2317.*/", "getterMethodName" : "getCidr", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Cidr", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Cidr", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Cidr", "setterDocumentation" : "/**

                                                                                                                                                  A single IP address or a range of IP addresses that you want to block or allow, specified in Classless Inter-Domain Routing (CIDR) notation. An example of a single email address is 10.0.0.1. An example of a range of IP addresses is 10.0.0.1/24. For more information about CIDR notation, see RFC 2317.

                                                                                                                                                  \n@param cidr A single IP address or a range of IP addresses that you want to block or allow, specified in Classless Inter-Domain Routing (CIDR) notation. An example of a single email address is 10.0.0.1. An example of a range of IP addresses is 10.0.0.1/24. For more information about CIDR notation, see RFC 2317.*/", "setterMethodName" : "setCidr", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "cidr", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                                                  A single IP address or a range of IP addresses that you want to block or allow, specified in Classless Inter-Domain Routing (CIDR) notation. An example of a single email address is 10.0.0.1. An example of a range of IP addresses is 10.0.0.1/24. For more information about CIDR notation, see RFC 2317.

                                                                                                                                                  \n@param cidr A single IP address or a range of IP addresses that you want to block or allow, specified in Classless Inter-Domain Routing (CIDR) notation. An example of a single email address is 10.0.0.1. An example of a range of IP addresses is 10.0.0.1/24. For more information about CIDR notation, see RFC 2317.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "cidr", "variableType" : "String", "documentation" : "

                                                                                                                                                  A single IP address or a range of IP addresses that you want to block or allow, specified in Classless Inter-Domain Routing (CIDR) notation. An example of a single email address is 10.0.0.1. An example of a range of IP addresses is 10.0.0.1/24. For more information about CIDR notation, see RFC 2317.

                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Cidr" : { "c2jName" : "Cidr", "c2jShape" : "Cidr", "deprecated" : false, "documentation" : "

                                                                                                                                                  A single IP address or a range of IP addresses that you want to block or allow, specified in Classless Inter-Domain Routing (CIDR) notation. An example of a single email address is 10.0.0.1. An example of a range of IP addresses is 10.0.0.1/24. For more information about CIDR notation, see RFC 2317.

                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                  A single IP address or a range of IP addresses that you want to block or allow, specified in Classless Inter-Domain Routing (CIDR) notation. An example of a single email address is 10.0.0.1. An example of a range of IP addresses is 10.0.0.1/24. For more information about CIDR notation, see RFC 2317.

                                                                                                                                                  \n@param cidr A single IP address or a range of IP addresses that you want to block or allow, specified in Classless Inter-Domain Routing (CIDR) notation. An example of a single email address is 10.0.0.1. An example of a range of IP addresses is 10.0.0.1/24. For more information about CIDR notation, see RFC 2317.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withCidr", "getterDocumentation" : "/**

                                                                                                                                                  A single IP address or a range of IP addresses that you want to block or allow, specified in Classless Inter-Domain Routing (CIDR) notation. An example of a single email address is 10.0.0.1. An example of a range of IP addresses is 10.0.0.1/24. For more information about CIDR notation, see RFC 2317.

                                                                                                                                                  \n@return A single IP address or a range of IP addresses that you want to block or allow, specified in Classless Inter-Domain Routing (CIDR) notation. An example of a single email address is 10.0.0.1. An example of a range of IP addresses is 10.0.0.1/24. For more information about CIDR notation, see RFC 2317.*/", "getterMethodName" : "getCidr", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Cidr", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Cidr", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Cidr", "setterDocumentation" : "/**

                                                                                                                                                  A single IP address or a range of IP addresses that you want to block or allow, specified in Classless Inter-Domain Routing (CIDR) notation. An example of a single email address is 10.0.0.1. An example of a range of IP addresses is 10.0.0.1/24. For more information about CIDR notation, see RFC 2317.

                                                                                                                                                  \n@param cidr A single IP address or a range of IP addresses that you want to block or allow, specified in Classless Inter-Domain Routing (CIDR) notation. An example of a single email address is 10.0.0.1. An example of a range of IP addresses is 10.0.0.1/24. For more information about CIDR notation, see RFC 2317.*/", "setterMethodName" : "setCidr", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "cidr", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                                                  A single IP address or a range of IP addresses that you want to block or allow, specified in Classless Inter-Domain Routing (CIDR) notation. An example of a single email address is 10.0.0.1. An example of a range of IP addresses is 10.0.0.1/24. For more information about CIDR notation, see RFC 2317.

                                                                                                                                                  \n@param cidr A single IP address or a range of IP addresses that you want to block or allow, specified in Classless Inter-Domain Routing (CIDR) notation. An example of a single email address is 10.0.0.1. An example of a range of IP addresses is 10.0.0.1/24. For more information about CIDR notation, see RFC 2317.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "cidr", "variableType" : "String", "documentation" : "

                                                                                                                                                  A single IP address or a range of IP addresses that you want to block or allow, specified in Classless Inter-Domain Routing (CIDR) notation. An example of a single email address is 10.0.0.1. An example of a range of IP addresses is 10.0.0.1/24. For more information about CIDR notation, see RFC 2317.

                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Policy" : { "c2jName" : "Policy", "c2jShape" : "ReceiptFilterPolicy", "deprecated" : false, "documentation" : "

                                                                                                                                                  Indicates whether to block or allow incoming mail from the specified IP addresses.

                                                                                                                                                  ", "enumType" : "ReceiptFilterPolicy", "fluentSetterDocumentation" : "/**

                                                                                                                                                  Indicates whether to block or allow incoming mail from the specified IP addresses.

                                                                                                                                                  \n@param policy Indicates whether to block or allow incoming mail from the specified IP addresses.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ReceiptFilterPolicy*/", "fluentSetterMethodName" : "withPolicy", "getterDocumentation" : "/**

                                                                                                                                                  Indicates whether to block or allow incoming mail from the specified IP addresses.

                                                                                                                                                  \n@return Indicates whether to block or allow incoming mail from the specified IP addresses.\n@see ReceiptFilterPolicy*/", "getterMethodName" : "getPolicy", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Policy", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Policy", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Policy", "setterDocumentation" : "/**

                                                                                                                                                  Indicates whether to block or allow incoming mail from the specified IP addresses.

                                                                                                                                                  \n@param policy Indicates whether to block or allow incoming mail from the specified IP addresses.\n@see ReceiptFilterPolicy*/", "setterMethodName" : "setPolicy", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "policy", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                                                  Indicates whether to block or allow incoming mail from the specified IP addresses.

                                                                                                                                                  \n@param policy Indicates whether to block or allow incoming mail from the specified IP addresses.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ReceiptFilterPolicy*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "policy", "variableType" : "String", "documentation" : "

                                                                                                                                                  Indicates whether to block or allow incoming mail from the specified IP addresses.

                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "Policy", "Cidr" ], "shapeName" : "ReceiptIpFilter", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "ReceiptIpFilter", "variableName" : "receiptIpFilter", "variableType" : "ReceiptIpFilter", "documentation" : null, "simpleType" : "ReceiptIpFilter", "variableSetterType" : "ReceiptIpFilter" }, "wrapper" : false }, "ReceiptRule" : { "c2jName" : "ReceiptRule", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                                                                                                                                                  Receipt rules enable you to specify which actions Amazon SES should take when it receives mail on behalf of one or more email addresses or domains that you own.

                                                                                                                                                  Each receipt rule defines a set of email addresses or domains to which it applies. If the email addresses or domains match at least one recipient address of the message, Amazon SES executes all of the receipt rule's actions on the message.

                                                                                                                                                  For information about setting up receipt rules, see the Amazon SES Developer Guide.

                                                                                                                                                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "Name", "c2jShape" : "ReceiptRuleName", "deprecated" : false, "documentation" : "

                                                                                                                                                  The name of the receipt rule. The name must:

                                                                                                                                                  • Contain only ASCII letters (a-z, A-Z), numbers (0-9), periods (.), underscores (_), or dashes (-).

                                                                                                                                                  • Start and end with a letter or number.

                                                                                                                                                  • Contain less than 64 characters.

                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                  The name of the receipt rule. The name must:

                                                                                                                                                  • Contain only ASCII letters (a-z, A-Z), numbers (0-9), periods (.), underscores (_), or dashes (-).

                                                                                                                                                  • Start and end with a letter or number.

                                                                                                                                                  • Contain less than 64 characters.

                                                                                                                                                  \n@param name The name of the receipt rule. The name must:

                                                                                                                                                  • Contain only ASCII letters (a-z, A-Z), numbers (0-9), periods (.), underscores (_), or dashes (-).

                                                                                                                                                  • Start and end with a letter or number.

                                                                                                                                                  • Contain less than 64 characters.

                                                                                                                                                  • \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withName", "getterDocumentation" : "/**

                                                                                                                                                    The name of the receipt rule. The name must:

                                                                                                                                                    • Contain only ASCII letters (a-z, A-Z), numbers (0-9), periods (.), underscores (_), or dashes (-).

                                                                                                                                                    • Start and end with a letter or number.

                                                                                                                                                    • Contain less than 64 characters.

                                                                                                                                                    \n@return The name of the receipt rule. The name must:

                                                                                                                                                    • Contain only ASCII letters (a-z, A-Z), numbers (0-9), periods (.), underscores (_), or dashes (-).

                                                                                                                                                    • Start and end with a letter or number.

                                                                                                                                                    • Contain less than 64 characters.

                                                                                                                                                    • */", "getterMethodName" : "getName", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Name", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Name", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Name", "setterDocumentation" : "/**

                                                                                                                                                      The name of the receipt rule. The name must:

                                                                                                                                                      • Contain only ASCII letters (a-z, A-Z), numbers (0-9), periods (.), underscores (_), or dashes (-).

                                                                                                                                                      • Start and end with a letter or number.

                                                                                                                                                      • Contain less than 64 characters.

                                                                                                                                                      \n@param name The name of the receipt rule. The name must:

                                                                                                                                                      • Contain only ASCII letters (a-z, A-Z), numbers (0-9), periods (.), underscores (_), or dashes (-).

                                                                                                                                                      • Start and end with a letter or number.

                                                                                                                                                      • Contain less than 64 characters.

                                                                                                                                                      • */", "setterMethodName" : "setName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                                                        The name of the receipt rule. The name must:

                                                                                                                                                        • Contain only ASCII letters (a-z, A-Z), numbers (0-9), periods (.), underscores (_), or dashes (-).

                                                                                                                                                        • Start and end with a letter or number.

                                                                                                                                                        • Contain less than 64 characters.

                                                                                                                                                        \n@param name The name of the receipt rule. The name must:

                                                                                                                                                        • Contain only ASCII letters (a-z, A-Z), numbers (0-9), periods (.), underscores (_), or dashes (-).

                                                                                                                                                        • Start and end with a letter or number.

                                                                                                                                                        • Contain less than 64 characters.

                                                                                                                                                        • \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : "

                                                                                                                                                          The name of the receipt rule. The name must:

                                                                                                                                                          • Contain only ASCII letters (a-z, A-Z), numbers (0-9), periods (.), underscores (_), or dashes (-).

                                                                                                                                                          • Start and end with a letter or number.

                                                                                                                                                          • Contain less than 64 characters.

                                                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "Enabled", "c2jShape" : "Enabled", "deprecated" : false, "documentation" : "

                                                                                                                                                          If true, the receipt rule is active. The default value is false.

                                                                                                                                                          ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                          If true, the receipt rule is active. The default value is false.

                                                                                                                                                          \n@param enabled If true, the receipt rule is active. The default value is false.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withEnabled", "getterDocumentation" : "/**

                                                                                                                                                          If true, the receipt rule is active. The default value is false.

                                                                                                                                                          \n@return If true, the receipt rule is active. The default value is false.*/", "getterMethodName" : "getEnabled", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Enabled", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Enabled", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Boolean", "marshallingType" : "BOOLEAN", "name" : "Enabled", "setterDocumentation" : "/**

                                                                                                                                                          If true, the receipt rule is active. The default value is false.

                                                                                                                                                          \n@param enabled If true, the receipt rule is active. The default value is false.*/", "setterMethodName" : "setEnabled", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "enabled", "variableType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                                                          If true, the receipt rule is active. The default value is false.

                                                                                                                                                          \n@param enabled If true, the receipt rule is active. The default value is false.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "enabled", "variableType" : "Boolean", "documentation" : "

                                                                                                                                                          If true, the receipt rule is active. The default value is false.

                                                                                                                                                          ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlNameSpaceUri" : null }, { "c2jName" : "TlsPolicy", "c2jShape" : "TlsPolicy", "deprecated" : false, "documentation" : "

                                                                                                                                                          Specifies whether Amazon SES should require that incoming email is delivered over a connection encrypted with Transport Layer Security (TLS). If this parameter is set to Require, Amazon SES will bounce emails that are not received over TLS. The default is Optional.

                                                                                                                                                          ", "enumType" : "TlsPolicy", "fluentSetterDocumentation" : "/**

                                                                                                                                                          Specifies whether Amazon SES should require that incoming email is delivered over a connection encrypted with Transport Layer Security (TLS). If this parameter is set to Require, Amazon SES will bounce emails that are not received over TLS. The default is Optional.

                                                                                                                                                          \n@param tlsPolicy Specifies whether Amazon SES should require that incoming email is delivered over a connection encrypted with Transport Layer Security (TLS). If this parameter is set to Require, Amazon SES will bounce emails that are not received over TLS. The default is Optional.\n@return Returns a reference to this object so that method calls can be chained together.\n@see TlsPolicy*/", "fluentSetterMethodName" : "withTlsPolicy", "getterDocumentation" : "/**

                                                                                                                                                          Specifies whether Amazon SES should require that incoming email is delivered over a connection encrypted with Transport Layer Security (TLS). If this parameter is set to Require, Amazon SES will bounce emails that are not received over TLS. The default is Optional.

                                                                                                                                                          \n@return Specifies whether Amazon SES should require that incoming email is delivered over a connection encrypted with Transport Layer Security (TLS). If this parameter is set to Require, Amazon SES will bounce emails that are not received over TLS. The default is Optional.\n@see TlsPolicy*/", "getterMethodName" : "getTlsPolicy", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "TlsPolicy", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TlsPolicy", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "TlsPolicy", "setterDocumentation" : "/**

                                                                                                                                                          Specifies whether Amazon SES should require that incoming email is delivered over a connection encrypted with Transport Layer Security (TLS). If this parameter is set to Require, Amazon SES will bounce emails that are not received over TLS. The default is Optional.

                                                                                                                                                          \n@param tlsPolicy Specifies whether Amazon SES should require that incoming email is delivered over a connection encrypted with Transport Layer Security (TLS). If this parameter is set to Require, Amazon SES will bounce emails that are not received over TLS. The default is Optional.\n@see TlsPolicy*/", "setterMethodName" : "setTlsPolicy", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "tlsPolicy", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                                                          Specifies whether Amazon SES should require that incoming email is delivered over a connection encrypted with Transport Layer Security (TLS). If this parameter is set to Require, Amazon SES will bounce emails that are not received over TLS. The default is Optional.

                                                                                                                                                          \n@param tlsPolicy Specifies whether Amazon SES should require that incoming email is delivered over a connection encrypted with Transport Layer Security (TLS). If this parameter is set to Require, Amazon SES will bounce emails that are not received over TLS. The default is Optional.\n@return Returns a reference to this object so that method calls can be chained together.\n@see TlsPolicy*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "tlsPolicy", "variableType" : "String", "documentation" : "

                                                                                                                                                          Specifies whether Amazon SES should require that incoming email is delivered over a connection encrypted with Transport Layer Security (TLS). If this parameter is set to Require, Amazon SES will bounce emails that are not received over TLS. The default is Optional.

                                                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "Recipients", "c2jShape" : "RecipientsList", "deprecated" : false, "documentation" : "

                                                                                                                                                          The recipient domains and email addresses to which the receipt rule applies. If this field is not specified, this rule will match all recipients under all verified domains.

                                                                                                                                                          ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                          The recipient domains and email addresses to which the receipt rule applies. If this field is not specified, this rule will match all recipients under all verified domains.

                                                                                                                                                          \n@param recipients The recipient domains and email addresses to which the receipt rule applies. If this field is not specified, this rule will match all recipients under all verified domains.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withRecipients", "getterDocumentation" : "/**

                                                                                                                                                          The recipient domains and email addresses to which the receipt rule applies. If this field is not specified, this rule will match all recipients under all verified domains.

                                                                                                                                                          \n@return The recipient domains and email addresses to which the receipt rule applies. If this field is not specified, this rule will match all recipients under all verified domains.*/", "getterMethodName" : "getRecipients", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Recipients", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Recipients", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : true, "listModel" : { "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "Recipient", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withMember", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getMember", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "simpleType" : "String", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "Recipients", "setterDocumentation" : "/**

                                                                                                                                                          The recipient domains and email addresses to which the receipt rule applies. If this field is not specified, this rule will match all recipients under all verified domains.

                                                                                                                                                          \n@param recipients The recipient domains and email addresses to which the receipt rule applies. If this field is not specified, this rule will match all recipients under all verified domains.*/", "setterMethodName" : "setRecipients", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "recipients", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

                                                                                                                                                          The recipient domains and email addresses to which the receipt rule applies. If this field is not specified, this rule will match all recipients under all verified domains.

                                                                                                                                                          \n

                                                                                                                                                          NOTE: This method appends the values to the existing list (if any). Use {@link #setRecipients(java.util.Collection)} or {@link #withRecipients(java.util.Collection)} if you want to override the existing values.

                                                                                                                                                          \n@param recipients The recipient domains and email addresses to which the receipt rule applies. If this field is not specified, this rule will match all recipients under all verified domains.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "recipients", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                          The recipient domains and email addresses to which the receipt rule applies. If this field is not specified, this rule will match all recipients under all verified domains.

                                                                                                                                                          ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "c2jName" : "Actions", "c2jShape" : "ReceiptActionsList", "deprecated" : false, "documentation" : "

                                                                                                                                                          An ordered list of actions to perform on messages that match at least one of the recipient email addresses or domains specified in the receipt rule.

                                                                                                                                                          ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                          An ordered list of actions to perform on messages that match at least one of the recipient email addresses or domains specified in the receipt rule.

                                                                                                                                                          \n@param actions An ordered list of actions to perform on messages that match at least one of the recipient email addresses or domains specified in the receipt rule.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withActions", "getterDocumentation" : "/**

                                                                                                                                                          An ordered list of actions to perform on messages that match at least one of the recipient email addresses or domains specified in the receipt rule.

                                                                                                                                                          \n@return An ordered list of actions to perform on messages that match at least one of the recipient email addresses or domains specified in the receipt rule.*/", "getterMethodName" : "getActions", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Actions", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Actions", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : true, "listModel" : { "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "ReceiptAction", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withMember", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getMember", "getterModel" : { "returnType" : "ReceiptAction", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "ReceiptAction", "variableName" : "member", "variableType" : "ReceiptAction", "documentation" : "", "simpleType" : "ReceiptAction", "variableSetterType" : "ReceiptAction" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "ReceiptAction", "variableName" : "member", "variableType" : "ReceiptAction", "documentation" : "", "simpleType" : "ReceiptAction", "variableSetterType" : "ReceiptAction" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "ReceiptAction", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "simpleType" : "ReceiptAction", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "Actions", "setterDocumentation" : "/**

                                                                                                                                                          An ordered list of actions to perform on messages that match at least one of the recipient email addresses or domains specified in the receipt rule.

                                                                                                                                                          \n@param actions An ordered list of actions to perform on messages that match at least one of the recipient email addresses or domains specified in the receipt rule.*/", "setterMethodName" : "setActions", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "actions", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

                                                                                                                                                          An ordered list of actions to perform on messages that match at least one of the recipient email addresses or domains specified in the receipt rule.

                                                                                                                                                          \n

                                                                                                                                                          NOTE: This method appends the values to the existing list (if any). Use {@link #setActions(java.util.Collection)} or {@link #withActions(java.util.Collection)} if you want to override the existing values.

                                                                                                                                                          \n@param actions An ordered list of actions to perform on messages that match at least one of the recipient email addresses or domains specified in the receipt rule.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "actions", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                          An ordered list of actions to perform on messages that match at least one of the recipient email addresses or domains specified in the receipt rule.

                                                                                                                                                          ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "c2jName" : "ScanEnabled", "c2jShape" : "Enabled", "deprecated" : false, "documentation" : "

                                                                                                                                                          If true, then messages to which this receipt rule applies are scanned for spam and viruses. The default value is false.

                                                                                                                                                          ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                          If true, then messages to which this receipt rule applies are scanned for spam and viruses. The default value is false.

                                                                                                                                                          \n@param scanEnabled If true, then messages to which this receipt rule applies are scanned for spam and viruses. The default value is false.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withScanEnabled", "getterDocumentation" : "/**

                                                                                                                                                          If true, then messages to which this receipt rule applies are scanned for spam and viruses. The default value is false.

                                                                                                                                                          \n@return If true, then messages to which this receipt rule applies are scanned for spam and viruses. The default value is false.*/", "getterMethodName" : "getScanEnabled", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ScanEnabled", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ScanEnabled", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Boolean", "marshallingType" : "BOOLEAN", "name" : "ScanEnabled", "setterDocumentation" : "/**

                                                                                                                                                          If true, then messages to which this receipt rule applies are scanned for spam and viruses. The default value is false.

                                                                                                                                                          \n@param scanEnabled If true, then messages to which this receipt rule applies are scanned for spam and viruses. The default value is false.*/", "setterMethodName" : "setScanEnabled", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "scanEnabled", "variableType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                                                          If true, then messages to which this receipt rule applies are scanned for spam and viruses. The default value is false.

                                                                                                                                                          \n@param scanEnabled If true, then messages to which this receipt rule applies are scanned for spam and viruses. The default value is false.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "scanEnabled", "variableType" : "Boolean", "documentation" : "

                                                                                                                                                          If true, then messages to which this receipt rule applies are scanned for spam and viruses. The default value is false.

                                                                                                                                                          ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Actions" : { "c2jName" : "Actions", "c2jShape" : "ReceiptActionsList", "deprecated" : false, "documentation" : "

                                                                                                                                                          An ordered list of actions to perform on messages that match at least one of the recipient email addresses or domains specified in the receipt rule.

                                                                                                                                                          ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                          An ordered list of actions to perform on messages that match at least one of the recipient email addresses or domains specified in the receipt rule.

                                                                                                                                                          \n@param actions An ordered list of actions to perform on messages that match at least one of the recipient email addresses or domains specified in the receipt rule.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withActions", "getterDocumentation" : "/**

                                                                                                                                                          An ordered list of actions to perform on messages that match at least one of the recipient email addresses or domains specified in the receipt rule.

                                                                                                                                                          \n@return An ordered list of actions to perform on messages that match at least one of the recipient email addresses or domains specified in the receipt rule.*/", "getterMethodName" : "getActions", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Actions", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Actions", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : true, "listModel" : { "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "ReceiptAction", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withMember", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getMember", "getterModel" : { "returnType" : "ReceiptAction", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "ReceiptAction", "variableName" : "member", "variableType" : "ReceiptAction", "documentation" : "", "simpleType" : "ReceiptAction", "variableSetterType" : "ReceiptAction" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "ReceiptAction", "variableName" : "member", "variableType" : "ReceiptAction", "documentation" : "", "simpleType" : "ReceiptAction", "variableSetterType" : "ReceiptAction" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "ReceiptAction", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "simpleType" : "ReceiptAction", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "Actions", "setterDocumentation" : "/**

                                                                                                                                                          An ordered list of actions to perform on messages that match at least one of the recipient email addresses or domains specified in the receipt rule.

                                                                                                                                                          \n@param actions An ordered list of actions to perform on messages that match at least one of the recipient email addresses or domains specified in the receipt rule.*/", "setterMethodName" : "setActions", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "actions", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

                                                                                                                                                          An ordered list of actions to perform on messages that match at least one of the recipient email addresses or domains specified in the receipt rule.

                                                                                                                                                          \n

                                                                                                                                                          NOTE: This method appends the values to the existing list (if any). Use {@link #setActions(java.util.Collection)} or {@link #withActions(java.util.Collection)} if you want to override the existing values.

                                                                                                                                                          \n@param actions An ordered list of actions to perform on messages that match at least one of the recipient email addresses or domains specified in the receipt rule.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "actions", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                          An ordered list of actions to perform on messages that match at least one of the recipient email addresses or domains specified in the receipt rule.

                                                                                                                                                          ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, "Enabled" : { "c2jName" : "Enabled", "c2jShape" : "Enabled", "deprecated" : false, "documentation" : "

                                                                                                                                                          If true, the receipt rule is active. The default value is false.

                                                                                                                                                          ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                          If true, the receipt rule is active. The default value is false.

                                                                                                                                                          \n@param enabled If true, the receipt rule is active. The default value is false.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withEnabled", "getterDocumentation" : "/**

                                                                                                                                                          If true, the receipt rule is active. The default value is false.

                                                                                                                                                          \n@return If true, the receipt rule is active. The default value is false.*/", "getterMethodName" : "getEnabled", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Enabled", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Enabled", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Boolean", "marshallingType" : "BOOLEAN", "name" : "Enabled", "setterDocumentation" : "/**

                                                                                                                                                          If true, the receipt rule is active. The default value is false.

                                                                                                                                                          \n@param enabled If true, the receipt rule is active. The default value is false.*/", "setterMethodName" : "setEnabled", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "enabled", "variableType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                                                          If true, the receipt rule is active. The default value is false.

                                                                                                                                                          \n@param enabled If true, the receipt rule is active. The default value is false.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "enabled", "variableType" : "Boolean", "documentation" : "

                                                                                                                                                          If true, the receipt rule is active. The default value is false.

                                                                                                                                                          ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlNameSpaceUri" : null }, "Name" : { "c2jName" : "Name", "c2jShape" : "ReceiptRuleName", "deprecated" : false, "documentation" : "

                                                                                                                                                          The name of the receipt rule. The name must:

                                                                                                                                                          • Contain only ASCII letters (a-z, A-Z), numbers (0-9), periods (.), underscores (_), or dashes (-).

                                                                                                                                                          • Start and end with a letter or number.

                                                                                                                                                          • Contain less than 64 characters.

                                                                                                                                                          ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                          The name of the receipt rule. The name must:

                                                                                                                                                          • Contain only ASCII letters (a-z, A-Z), numbers (0-9), periods (.), underscores (_), or dashes (-).

                                                                                                                                                          • Start and end with a letter or number.

                                                                                                                                                          • Contain less than 64 characters.

                                                                                                                                                          \n@param name The name of the receipt rule. The name must:

                                                                                                                                                          • Contain only ASCII letters (a-z, A-Z), numbers (0-9), periods (.), underscores (_), or dashes (-).

                                                                                                                                                          • Start and end with a letter or number.

                                                                                                                                                          • Contain less than 64 characters.

                                                                                                                                                          • \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withName", "getterDocumentation" : "/**

                                                                                                                                                            The name of the receipt rule. The name must:

                                                                                                                                                            • Contain only ASCII letters (a-z, A-Z), numbers (0-9), periods (.), underscores (_), or dashes (-).

                                                                                                                                                            • Start and end with a letter or number.

                                                                                                                                                            • Contain less than 64 characters.

                                                                                                                                                            \n@return The name of the receipt rule. The name must:

                                                                                                                                                            • Contain only ASCII letters (a-z, A-Z), numbers (0-9), periods (.), underscores (_), or dashes (-).

                                                                                                                                                            • Start and end with a letter or number.

                                                                                                                                                            • Contain less than 64 characters.

                                                                                                                                                            • */", "getterMethodName" : "getName", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Name", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Name", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Name", "setterDocumentation" : "/**

                                                                                                                                                              The name of the receipt rule. The name must:

                                                                                                                                                              • Contain only ASCII letters (a-z, A-Z), numbers (0-9), periods (.), underscores (_), or dashes (-).

                                                                                                                                                              • Start and end with a letter or number.

                                                                                                                                                              • Contain less than 64 characters.

                                                                                                                                                              \n@param name The name of the receipt rule. The name must:

                                                                                                                                                              • Contain only ASCII letters (a-z, A-Z), numbers (0-9), periods (.), underscores (_), or dashes (-).

                                                                                                                                                              • Start and end with a letter or number.

                                                                                                                                                              • Contain less than 64 characters.

                                                                                                                                                              • */", "setterMethodName" : "setName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                                                                The name of the receipt rule. The name must:

                                                                                                                                                                • Contain only ASCII letters (a-z, A-Z), numbers (0-9), periods (.), underscores (_), or dashes (-).

                                                                                                                                                                • Start and end with a letter or number.

                                                                                                                                                                • Contain less than 64 characters.

                                                                                                                                                                \n@param name The name of the receipt rule. The name must:

                                                                                                                                                                • Contain only ASCII letters (a-z, A-Z), numbers (0-9), periods (.), underscores (_), or dashes (-).

                                                                                                                                                                • Start and end with a letter or number.

                                                                                                                                                                • Contain less than 64 characters.

                                                                                                                                                                • \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : "

                                                                                                                                                                  The name of the receipt rule. The name must:

                                                                                                                                                                  • Contain only ASCII letters (a-z, A-Z), numbers (0-9), periods (.), underscores (_), or dashes (-).

                                                                                                                                                                  • Start and end with a letter or number.

                                                                                                                                                                  • Contain less than 64 characters.

                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Recipients" : { "c2jName" : "Recipients", "c2jShape" : "RecipientsList", "deprecated" : false, "documentation" : "

                                                                                                                                                                  The recipient domains and email addresses to which the receipt rule applies. If this field is not specified, this rule will match all recipients under all verified domains.

                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                  The recipient domains and email addresses to which the receipt rule applies. If this field is not specified, this rule will match all recipients under all verified domains.

                                                                                                                                                                  \n@param recipients The recipient domains and email addresses to which the receipt rule applies. If this field is not specified, this rule will match all recipients under all verified domains.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withRecipients", "getterDocumentation" : "/**

                                                                                                                                                                  The recipient domains and email addresses to which the receipt rule applies. If this field is not specified, this rule will match all recipients under all verified domains.

                                                                                                                                                                  \n@return The recipient domains and email addresses to which the receipt rule applies. If this field is not specified, this rule will match all recipients under all verified domains.*/", "getterMethodName" : "getRecipients", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Recipients", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Recipients", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : true, "listModel" : { "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "Recipient", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withMember", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getMember", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "simpleType" : "String", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "Recipients", "setterDocumentation" : "/**

                                                                                                                                                                  The recipient domains and email addresses to which the receipt rule applies. If this field is not specified, this rule will match all recipients under all verified domains.

                                                                                                                                                                  \n@param recipients The recipient domains and email addresses to which the receipt rule applies. If this field is not specified, this rule will match all recipients under all verified domains.*/", "setterMethodName" : "setRecipients", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "recipients", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

                                                                                                                                                                  The recipient domains and email addresses to which the receipt rule applies. If this field is not specified, this rule will match all recipients under all verified domains.

                                                                                                                                                                  \n

                                                                                                                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setRecipients(java.util.Collection)} or {@link #withRecipients(java.util.Collection)} if you want to override the existing values.

                                                                                                                                                                  \n@param recipients The recipient domains and email addresses to which the receipt rule applies. If this field is not specified, this rule will match all recipients under all verified domains.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "recipients", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                                  The recipient domains and email addresses to which the receipt rule applies. If this field is not specified, this rule will match all recipients under all verified domains.

                                                                                                                                                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, "ScanEnabled" : { "c2jName" : "ScanEnabled", "c2jShape" : "Enabled", "deprecated" : false, "documentation" : "

                                                                                                                                                                  If true, then messages to which this receipt rule applies are scanned for spam and viruses. The default value is false.

                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                  If true, then messages to which this receipt rule applies are scanned for spam and viruses. The default value is false.

                                                                                                                                                                  \n@param scanEnabled If true, then messages to which this receipt rule applies are scanned for spam and viruses. The default value is false.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withScanEnabled", "getterDocumentation" : "/**

                                                                                                                                                                  If true, then messages to which this receipt rule applies are scanned for spam and viruses. The default value is false.

                                                                                                                                                                  \n@return If true, then messages to which this receipt rule applies are scanned for spam and viruses. The default value is false.*/", "getterMethodName" : "getScanEnabled", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ScanEnabled", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ScanEnabled", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Boolean", "marshallingType" : "BOOLEAN", "name" : "ScanEnabled", "setterDocumentation" : "/**

                                                                                                                                                                  If true, then messages to which this receipt rule applies are scanned for spam and viruses. The default value is false.

                                                                                                                                                                  \n@param scanEnabled If true, then messages to which this receipt rule applies are scanned for spam and viruses. The default value is false.*/", "setterMethodName" : "setScanEnabled", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "scanEnabled", "variableType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                                                                  If true, then messages to which this receipt rule applies are scanned for spam and viruses. The default value is false.

                                                                                                                                                                  \n@param scanEnabled If true, then messages to which this receipt rule applies are scanned for spam and viruses. The default value is false.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "scanEnabled", "variableType" : "Boolean", "documentation" : "

                                                                                                                                                                  If true, then messages to which this receipt rule applies are scanned for spam and viruses. The default value is false.

                                                                                                                                                                  ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlNameSpaceUri" : null }, "TlsPolicy" : { "c2jName" : "TlsPolicy", "c2jShape" : "TlsPolicy", "deprecated" : false, "documentation" : "

                                                                                                                                                                  Specifies whether Amazon SES should require that incoming email is delivered over a connection encrypted with Transport Layer Security (TLS). If this parameter is set to Require, Amazon SES will bounce emails that are not received over TLS. The default is Optional.

                                                                                                                                                                  ", "enumType" : "TlsPolicy", "fluentSetterDocumentation" : "/**

                                                                                                                                                                  Specifies whether Amazon SES should require that incoming email is delivered over a connection encrypted with Transport Layer Security (TLS). If this parameter is set to Require, Amazon SES will bounce emails that are not received over TLS. The default is Optional.

                                                                                                                                                                  \n@param tlsPolicy Specifies whether Amazon SES should require that incoming email is delivered over a connection encrypted with Transport Layer Security (TLS). If this parameter is set to Require, Amazon SES will bounce emails that are not received over TLS. The default is Optional.\n@return Returns a reference to this object so that method calls can be chained together.\n@see TlsPolicy*/", "fluentSetterMethodName" : "withTlsPolicy", "getterDocumentation" : "/**

                                                                                                                                                                  Specifies whether Amazon SES should require that incoming email is delivered over a connection encrypted with Transport Layer Security (TLS). If this parameter is set to Require, Amazon SES will bounce emails that are not received over TLS. The default is Optional.

                                                                                                                                                                  \n@return Specifies whether Amazon SES should require that incoming email is delivered over a connection encrypted with Transport Layer Security (TLS). If this parameter is set to Require, Amazon SES will bounce emails that are not received over TLS. The default is Optional.\n@see TlsPolicy*/", "getterMethodName" : "getTlsPolicy", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "TlsPolicy", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TlsPolicy", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "TlsPolicy", "setterDocumentation" : "/**

                                                                                                                                                                  Specifies whether Amazon SES should require that incoming email is delivered over a connection encrypted with Transport Layer Security (TLS). If this parameter is set to Require, Amazon SES will bounce emails that are not received over TLS. The default is Optional.

                                                                                                                                                                  \n@param tlsPolicy Specifies whether Amazon SES should require that incoming email is delivered over a connection encrypted with Transport Layer Security (TLS). If this parameter is set to Require, Amazon SES will bounce emails that are not received over TLS. The default is Optional.\n@see TlsPolicy*/", "setterMethodName" : "setTlsPolicy", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "tlsPolicy", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                                                                  Specifies whether Amazon SES should require that incoming email is delivered over a connection encrypted with Transport Layer Security (TLS). If this parameter is set to Require, Amazon SES will bounce emails that are not received over TLS. The default is Optional.

                                                                                                                                                                  \n@param tlsPolicy Specifies whether Amazon SES should require that incoming email is delivered over a connection encrypted with Transport Layer Security (TLS). If this parameter is set to Require, Amazon SES will bounce emails that are not received over TLS. The default is Optional.\n@return Returns a reference to this object so that method calls can be chained together.\n@see TlsPolicy*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "tlsPolicy", "variableType" : "String", "documentation" : "

                                                                                                                                                                  Specifies whether Amazon SES should require that incoming email is delivered over a connection encrypted with Transport Layer Security (TLS). If this parameter is set to Require, Amazon SES will bounce emails that are not received over TLS. The default is Optional.

                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "Name" ], "shapeName" : "ReceiptRule", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "ReceiptRule", "variableName" : "receiptRule", "variableType" : "ReceiptRule", "documentation" : null, "simpleType" : "ReceiptRule", "variableSetterType" : "ReceiptRule" }, "wrapper" : false }, "ReceiptRuleSetMetadata" : { "c2jName" : "ReceiptRuleSetMetadata", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                                                                                                                                                                  Information about a receipt rule set.

                                                                                                                                                                  A receipt rule set is a collection of rules that specify what Amazon SES should do with mail it receives on behalf of your account's verified domains.

                                                                                                                                                                  For information about setting up receipt rule sets, see the Amazon SES Developer Guide.

                                                                                                                                                                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "Name", "c2jShape" : "ReceiptRuleSetName", "deprecated" : false, "documentation" : "

                                                                                                                                                                  The name of the receipt rule set. The name must:

                                                                                                                                                                  • Contain only ASCII letters (a-z, A-Z), numbers (0-9), periods (.), underscores (_), or dashes (-).

                                                                                                                                                                  • Start and end with a letter or number.

                                                                                                                                                                  • Contain less than 64 characters.

                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                  The name of the receipt rule set. The name must:

                                                                                                                                                                  • Contain only ASCII letters (a-z, A-Z), numbers (0-9), periods (.), underscores (_), or dashes (-).

                                                                                                                                                                  • Start and end with a letter or number.

                                                                                                                                                                  • Contain less than 64 characters.

                                                                                                                                                                  \n@param name The name of the receipt rule set. The name must:

                                                                                                                                                                  • Contain only ASCII letters (a-z, A-Z), numbers (0-9), periods (.), underscores (_), or dashes (-).

                                                                                                                                                                  • Start and end with a letter or number.

                                                                                                                                                                  • Contain less than 64 characters.

                                                                                                                                                                  • \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withName", "getterDocumentation" : "/**

                                                                                                                                                                    The name of the receipt rule set. The name must:

                                                                                                                                                                    • Contain only ASCII letters (a-z, A-Z), numbers (0-9), periods (.), underscores (_), or dashes (-).

                                                                                                                                                                    • Start and end with a letter or number.

                                                                                                                                                                    • Contain less than 64 characters.

                                                                                                                                                                    \n@return The name of the receipt rule set. The name must:

                                                                                                                                                                    • Contain only ASCII letters (a-z, A-Z), numbers (0-9), periods (.), underscores (_), or dashes (-).

                                                                                                                                                                    • Start and end with a letter or number.

                                                                                                                                                                    • Contain less than 64 characters.

                                                                                                                                                                    • */", "getterMethodName" : "getName", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Name", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Name", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Name", "setterDocumentation" : "/**

                                                                                                                                                                      The name of the receipt rule set. The name must:

                                                                                                                                                                      • Contain only ASCII letters (a-z, A-Z), numbers (0-9), periods (.), underscores (_), or dashes (-).

                                                                                                                                                                      • Start and end with a letter or number.

                                                                                                                                                                      • Contain less than 64 characters.

                                                                                                                                                                      \n@param name The name of the receipt rule set. The name must:

                                                                                                                                                                      • Contain only ASCII letters (a-z, A-Z), numbers (0-9), periods (.), underscores (_), or dashes (-).

                                                                                                                                                                      • Start and end with a letter or number.

                                                                                                                                                                      • Contain less than 64 characters.

                                                                                                                                                                      • */", "setterMethodName" : "setName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                                                                        The name of the receipt rule set. The name must:

                                                                                                                                                                        • Contain only ASCII letters (a-z, A-Z), numbers (0-9), periods (.), underscores (_), or dashes (-).

                                                                                                                                                                        • Start and end with a letter or number.

                                                                                                                                                                        • Contain less than 64 characters.

                                                                                                                                                                        \n@param name The name of the receipt rule set. The name must:

                                                                                                                                                                        • Contain only ASCII letters (a-z, A-Z), numbers (0-9), periods (.), underscores (_), or dashes (-).

                                                                                                                                                                        • Start and end with a letter or number.

                                                                                                                                                                        • Contain less than 64 characters.

                                                                                                                                                                        • \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : "

                                                                                                                                                                          The name of the receipt rule set. The name must:

                                                                                                                                                                          • Contain only ASCII letters (a-z, A-Z), numbers (0-9), periods (.), underscores (_), or dashes (-).

                                                                                                                                                                          • Start and end with a letter or number.

                                                                                                                                                                          • Contain less than 64 characters.

                                                                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "CreatedTimestamp", "c2jShape" : "Timestamp", "deprecated" : false, "documentation" : "

                                                                                                                                                                          The date and time the receipt rule set was created.

                                                                                                                                                                          ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                          The date and time the receipt rule set was created.

                                                                                                                                                                          \n@param createdTimestamp The date and time the receipt rule set was created.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withCreatedTimestamp", "getterDocumentation" : "/**

                                                                                                                                                                          The date and time the receipt rule set was created.

                                                                                                                                                                          \n@return The date and time the receipt rule set was created.*/", "getterMethodName" : "getCreatedTimestamp", "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CreatedTimestamp", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "CreatedTimestamp", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "java.util.Date", "marshallingType" : "DATE", "name" : "CreatedTimestamp", "setterDocumentation" : "/**

                                                                                                                                                                          The date and time the receipt rule set was created.

                                                                                                                                                                          \n@param createdTimestamp The date and time the receipt rule set was created.*/", "setterMethodName" : "setCreatedTimestamp", "setterModel" : { "variableDeclarationType" : "java.util.Date", "variableName" : "createdTimestamp", "variableType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                                                                          The date and time the receipt rule set was created.

                                                                                                                                                                          \n@param createdTimestamp The date and time the receipt rule set was created.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.util.Date", "variableName" : "createdTimestamp", "variableType" : "java.util.Date", "documentation" : "

                                                                                                                                                                          The date and time the receipt rule set was created.

                                                                                                                                                                          ", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "CreatedTimestamp" : { "c2jName" : "CreatedTimestamp", "c2jShape" : "Timestamp", "deprecated" : false, "documentation" : "

                                                                                                                                                                          The date and time the receipt rule set was created.

                                                                                                                                                                          ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                          The date and time the receipt rule set was created.

                                                                                                                                                                          \n@param createdTimestamp The date and time the receipt rule set was created.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withCreatedTimestamp", "getterDocumentation" : "/**

                                                                                                                                                                          The date and time the receipt rule set was created.

                                                                                                                                                                          \n@return The date and time the receipt rule set was created.*/", "getterMethodName" : "getCreatedTimestamp", "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CreatedTimestamp", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "CreatedTimestamp", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "java.util.Date", "marshallingType" : "DATE", "name" : "CreatedTimestamp", "setterDocumentation" : "/**

                                                                                                                                                                          The date and time the receipt rule set was created.

                                                                                                                                                                          \n@param createdTimestamp The date and time the receipt rule set was created.*/", "setterMethodName" : "setCreatedTimestamp", "setterModel" : { "variableDeclarationType" : "java.util.Date", "variableName" : "createdTimestamp", "variableType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                                                                          The date and time the receipt rule set was created.

                                                                                                                                                                          \n@param createdTimestamp The date and time the receipt rule set was created.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.util.Date", "variableName" : "createdTimestamp", "variableType" : "java.util.Date", "documentation" : "

                                                                                                                                                                          The date and time the receipt rule set was created.

                                                                                                                                                                          ", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "xmlNameSpaceUri" : null }, "Name" : { "c2jName" : "Name", "c2jShape" : "ReceiptRuleSetName", "deprecated" : false, "documentation" : "

                                                                                                                                                                          The name of the receipt rule set. The name must:

                                                                                                                                                                          • Contain only ASCII letters (a-z, A-Z), numbers (0-9), periods (.), underscores (_), or dashes (-).

                                                                                                                                                                          • Start and end with a letter or number.

                                                                                                                                                                          • Contain less than 64 characters.

                                                                                                                                                                          ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                          The name of the receipt rule set. The name must:

                                                                                                                                                                          • Contain only ASCII letters (a-z, A-Z), numbers (0-9), periods (.), underscores (_), or dashes (-).

                                                                                                                                                                          • Start and end with a letter or number.

                                                                                                                                                                          • Contain less than 64 characters.

                                                                                                                                                                          \n@param name The name of the receipt rule set. The name must:

                                                                                                                                                                          • Contain only ASCII letters (a-z, A-Z), numbers (0-9), periods (.), underscores (_), or dashes (-).

                                                                                                                                                                          • Start and end with a letter or number.

                                                                                                                                                                          • Contain less than 64 characters.

                                                                                                                                                                          • \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withName", "getterDocumentation" : "/**

                                                                                                                                                                            The name of the receipt rule set. The name must:

                                                                                                                                                                            • Contain only ASCII letters (a-z, A-Z), numbers (0-9), periods (.), underscores (_), or dashes (-).

                                                                                                                                                                            • Start and end with a letter or number.

                                                                                                                                                                            • Contain less than 64 characters.

                                                                                                                                                                            \n@return The name of the receipt rule set. The name must:

                                                                                                                                                                            • Contain only ASCII letters (a-z, A-Z), numbers (0-9), periods (.), underscores (_), or dashes (-).

                                                                                                                                                                            • Start and end with a letter or number.

                                                                                                                                                                            • Contain less than 64 characters.

                                                                                                                                                                            • */", "getterMethodName" : "getName", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Name", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Name", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Name", "setterDocumentation" : "/**

                                                                                                                                                                              The name of the receipt rule set. The name must:

                                                                                                                                                                              • Contain only ASCII letters (a-z, A-Z), numbers (0-9), periods (.), underscores (_), or dashes (-).

                                                                                                                                                                              • Start and end with a letter or number.

                                                                                                                                                                              • Contain less than 64 characters.

                                                                                                                                                                              \n@param name The name of the receipt rule set. The name must:

                                                                                                                                                                              • Contain only ASCII letters (a-z, A-Z), numbers (0-9), periods (.), underscores (_), or dashes (-).

                                                                                                                                                                              • Start and end with a letter or number.

                                                                                                                                                                              • Contain less than 64 characters.

                                                                                                                                                                              • */", "setterMethodName" : "setName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                                                                                The name of the receipt rule set. The name must:

                                                                                                                                                                                • Contain only ASCII letters (a-z, A-Z), numbers (0-9), periods (.), underscores (_), or dashes (-).

                                                                                                                                                                                • Start and end with a letter or number.

                                                                                                                                                                                • Contain less than 64 characters.

                                                                                                                                                                                \n@param name The name of the receipt rule set. The name must:

                                                                                                                                                                                • Contain only ASCII letters (a-z, A-Z), numbers (0-9), periods (.), underscores (_), or dashes (-).

                                                                                                                                                                                • Start and end with a letter or number.

                                                                                                                                                                                • Contain less than 64 characters.

                                                                                                                                                                                • \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : "

                                                                                                                                                                                  The name of the receipt rule set. The name must:

                                                                                                                                                                                  • Contain only ASCII letters (a-z, A-Z), numbers (0-9), periods (.), underscores (_), or dashes (-).

                                                                                                                                                                                  • Start and end with a letter or number.

                                                                                                                                                                                  • Contain less than 64 characters.

                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "ReceiptRuleSetMetadata", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "ReceiptRuleSetMetadata", "variableName" : "receiptRuleSetMetadata", "variableType" : "ReceiptRuleSetMetadata", "documentation" : null, "simpleType" : "ReceiptRuleSetMetadata", "variableSetterType" : "ReceiptRuleSetMetadata" }, "wrapper" : false }, "RecipientDsnFields" : { "c2jName" : "RecipientDsnFields", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "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.

                                                                                                                                                                                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "FinalRecipient", "c2jShape" : "Address", "deprecated" : false, "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.

                                                                                                                                                                                  ", "enumType" : null, "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.*/", "fluentSetterMethodName" : "withFinalRecipient", "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.

                                                                                                                                                                                  */", "getterMethodName" : "getFinalRecipient", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "FinalRecipient", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "FinalRecipient", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "FinalRecipient", "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.

                                                                                                                                                                                  */", "setterMethodName" : "setFinalRecipient", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "finalRecipient", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "finalRecipient", "variableType" : "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.

                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "Action", "c2jShape" : "DsnAction", "deprecated" : false, "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.

                                                                                                                                                                                  ", "enumType" : "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*/", "fluentSetterMethodName" : "withAction", "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*/", "getterMethodName" : "getAction", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Action", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Action", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Action", "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*/", "setterMethodName" : "setAction", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "action", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "action", "variableType" : "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.

                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "RemoteMta", "c2jShape" : "RemoteMta", "deprecated" : false, "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.

                                                                                                                                                                                  ", "enumType" : null, "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.*/", "fluentSetterMethodName" : "withRemoteMta", "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.*/", "getterMethodName" : "getRemoteMta", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "RemoteMta", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "RemoteMta", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "RemoteMta", "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.*/", "setterMethodName" : "setRemoteMta", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "remoteMta", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "remoteMta", "variableType" : "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.

                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "Status", "c2jShape" : "DsnStatus", "deprecated" : false, "documentation" : "

                                                                                                                                                                                  The status code that indicates what went wrong. This is required by RFC 3464.

                                                                                                                                                                                  ", "enumType" : null, "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.*/", "fluentSetterMethodName" : "withStatus", "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.*/", "getterMethodName" : "getStatus", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Status", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Status", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Status", "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.*/", "setterMethodName" : "setStatus", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "status", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "status", "variableType" : "String", "documentation" : "

                                                                                                                                                                                  The status code that indicates what went wrong. This is required by RFC 3464.

                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "DiagnosticCode", "c2jShape" : "DiagnosticCode", "deprecated" : false, "documentation" : "

                                                                                                                                                                                  An extended explanation of what went wrong; this is usually an SMTP response. See RFC 3463 for the correct formatting of this parameter.

                                                                                                                                                                                  ", "enumType" : null, "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.*/", "fluentSetterMethodName" : "withDiagnosticCode", "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.*/", "getterMethodName" : "getDiagnosticCode", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "DiagnosticCode", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "DiagnosticCode", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "DiagnosticCode", "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.*/", "setterMethodName" : "setDiagnosticCode", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "diagnosticCode", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "diagnosticCode", "variableType" : "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.

                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "LastAttemptDate", "c2jShape" : "LastAttemptDate", "deprecated" : false, "documentation" : "

                                                                                                                                                                                  The time the final delivery attempt was made, in RFC 822 date-time format.

                                                                                                                                                                                  ", "enumType" : null, "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.*/", "fluentSetterMethodName" : "withLastAttemptDate", "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.*/", "getterMethodName" : "getLastAttemptDate", "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "LastAttemptDate", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "LastAttemptDate", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "java.util.Date", "marshallingType" : "DATE", "name" : "LastAttemptDate", "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.*/", "setterMethodName" : "setLastAttemptDate", "setterModel" : { "variableDeclarationType" : "java.util.Date", "variableName" : "lastAttemptDate", "variableType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "java.util.Date", "variableName" : "lastAttemptDate", "variableType" : "java.util.Date", "documentation" : "

                                                                                                                                                                                  The time the final delivery attempt was made, in RFC 822 date-time format.

                                                                                                                                                                                  ", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "xmlNameSpaceUri" : null }, { "c2jName" : "ExtensionFields", "c2jShape" : "ExtensionFieldList", "deprecated" : false, "documentation" : "

                                                                                                                                                                                  Additional X-headers to include in the DSN.

                                                                                                                                                                                  ", "enumType" : null, "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.*/", "fluentSetterMethodName" : "withExtensionFields", "getterDocumentation" : "/**

                                                                                                                                                                                  Additional X-headers to include in the DSN.

                                                                                                                                                                                  \n@return Additional X-headers to include in the DSN.*/", "getterMethodName" : "getExtensionFields", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ExtensionFields", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ExtensionFields", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : true, "listModel" : { "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "ExtensionField", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withMember", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getMember", "getterModel" : { "returnType" : "ExtensionField", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "ExtensionField", "variableName" : "member", "variableType" : "ExtensionField", "documentation" : "", "simpleType" : "ExtensionField", "variableSetterType" : "ExtensionField" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "ExtensionField", "variableName" : "member", "variableType" : "ExtensionField", "documentation" : "", "simpleType" : "ExtensionField", "variableSetterType" : "ExtensionField" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "ExtensionField", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "simpleType" : "ExtensionField", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "ExtensionFields", "setterDocumentation" : "/**

                                                                                                                                                                                  Additional X-headers to include in the DSN.

                                                                                                                                                                                  \n@param extensionFields Additional X-headers to include in the DSN.*/", "setterMethodName" : "setExtensionFields", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "extensionFields", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

                                                                                                                                                                                  Additional X-headers to include in the DSN.

                                                                                                                                                                                  \n

                                                                                                                                                                                  NOTE: 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.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "extensionFields", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                                                  Additional X-headers to include in the DSN.

                                                                                                                                                                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Action" : { "c2jName" : "Action", "c2jShape" : "DsnAction", "deprecated" : false, "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.

                                                                                                                                                                                  ", "enumType" : "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*/", "fluentSetterMethodName" : "withAction", "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*/", "getterMethodName" : "getAction", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Action", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Action", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Action", "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*/", "setterMethodName" : "setAction", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "action", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "action", "variableType" : "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.

                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "DiagnosticCode" : { "c2jName" : "DiagnosticCode", "c2jShape" : "DiagnosticCode", "deprecated" : false, "documentation" : "

                                                                                                                                                                                  An extended explanation of what went wrong; this is usually an SMTP response. See RFC 3463 for the correct formatting of this parameter.

                                                                                                                                                                                  ", "enumType" : null, "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.*/", "fluentSetterMethodName" : "withDiagnosticCode", "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.*/", "getterMethodName" : "getDiagnosticCode", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "DiagnosticCode", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "DiagnosticCode", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "DiagnosticCode", "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.*/", "setterMethodName" : "setDiagnosticCode", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "diagnosticCode", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "diagnosticCode", "variableType" : "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.

                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "ExtensionFields" : { "c2jName" : "ExtensionFields", "c2jShape" : "ExtensionFieldList", "deprecated" : false, "documentation" : "

                                                                                                                                                                                  Additional X-headers to include in the DSN.

                                                                                                                                                                                  ", "enumType" : null, "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.*/", "fluentSetterMethodName" : "withExtensionFields", "getterDocumentation" : "/**

                                                                                                                                                                                  Additional X-headers to include in the DSN.

                                                                                                                                                                                  \n@return Additional X-headers to include in the DSN.*/", "getterMethodName" : "getExtensionFields", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ExtensionFields", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ExtensionFields", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : true, "listModel" : { "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "ExtensionField", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withMember", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getMember", "getterModel" : { "returnType" : "ExtensionField", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "ExtensionField", "variableName" : "member", "variableType" : "ExtensionField", "documentation" : "", "simpleType" : "ExtensionField", "variableSetterType" : "ExtensionField" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "ExtensionField", "variableName" : "member", "variableType" : "ExtensionField", "documentation" : "", "simpleType" : "ExtensionField", "variableSetterType" : "ExtensionField" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "ExtensionField", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "simpleType" : "ExtensionField", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "ExtensionFields", "setterDocumentation" : "/**

                                                                                                                                                                                  Additional X-headers to include in the DSN.

                                                                                                                                                                                  \n@param extensionFields Additional X-headers to include in the DSN.*/", "setterMethodName" : "setExtensionFields", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "extensionFields", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

                                                                                                                                                                                  Additional X-headers to include in the DSN.

                                                                                                                                                                                  \n

                                                                                                                                                                                  NOTE: 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.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "extensionFields", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                                                  Additional X-headers to include in the DSN.

                                                                                                                                                                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, "FinalRecipient" : { "c2jName" : "FinalRecipient", "c2jShape" : "Address", "deprecated" : false, "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.

                                                                                                                                                                                  ", "enumType" : null, "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.*/", "fluentSetterMethodName" : "withFinalRecipient", "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.

                                                                                                                                                                                  */", "getterMethodName" : "getFinalRecipient", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "FinalRecipient", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "FinalRecipient", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "FinalRecipient", "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.

                                                                                                                                                                                  */", "setterMethodName" : "setFinalRecipient", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "finalRecipient", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "finalRecipient", "variableType" : "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.

                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "LastAttemptDate" : { "c2jName" : "LastAttemptDate", "c2jShape" : "LastAttemptDate", "deprecated" : false, "documentation" : "

                                                                                                                                                                                  The time the final delivery attempt was made, in RFC 822 date-time format.

                                                                                                                                                                                  ", "enumType" : null, "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.*/", "fluentSetterMethodName" : "withLastAttemptDate", "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.*/", "getterMethodName" : "getLastAttemptDate", "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "LastAttemptDate", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "LastAttemptDate", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "java.util.Date", "marshallingType" : "DATE", "name" : "LastAttemptDate", "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.*/", "setterMethodName" : "setLastAttemptDate", "setterModel" : { "variableDeclarationType" : "java.util.Date", "variableName" : "lastAttemptDate", "variableType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "java.util.Date", "variableName" : "lastAttemptDate", "variableType" : "java.util.Date", "documentation" : "

                                                                                                                                                                                  The time the final delivery attempt was made, in RFC 822 date-time format.

                                                                                                                                                                                  ", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "xmlNameSpaceUri" : null }, "RemoteMta" : { "c2jName" : "RemoteMta", "c2jShape" : "RemoteMta", "deprecated" : false, "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.

                                                                                                                                                                                  ", "enumType" : null, "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.*/", "fluentSetterMethodName" : "withRemoteMta", "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.*/", "getterMethodName" : "getRemoteMta", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "RemoteMta", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "RemoteMta", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "RemoteMta", "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.*/", "setterMethodName" : "setRemoteMta", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "remoteMta", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "remoteMta", "variableType" : "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.

                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Status" : { "c2jName" : "Status", "c2jShape" : "DsnStatus", "deprecated" : false, "documentation" : "

                                                                                                                                                                                  The status code that indicates what went wrong. This is required by RFC 3464.

                                                                                                                                                                                  ", "enumType" : null, "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.*/", "fluentSetterMethodName" : "withStatus", "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.*/", "getterMethodName" : "getStatus", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Status", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Status", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Status", "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.*/", "setterMethodName" : "setStatus", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "status", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "status", "variableType" : "String", "documentation" : "

                                                                                                                                                                                  The status code that indicates what went wrong. This is required by RFC 3464.

                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "Action", "Status" ], "shapeName" : "RecipientDsnFields", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "RecipientDsnFields", "variableName" : "recipientDsnFields", "variableType" : "RecipientDsnFields", "documentation" : null, "simpleType" : "RecipientDsnFields", "variableSetterType" : "RecipientDsnFields" }, "wrapper" : false }, "ReorderReceiptRuleSetRequest" : { "c2jName" : "ReorderReceiptRuleSetRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                                                                                                                                                                                  Represents a request to reorder the receipt rules within a receipt rule set. You use receipt rule sets to receive email with Amazon SES. For more information, see the Amazon SES Developer Guide.

                                                                                                                                                                                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "ReorderReceiptRuleSet", "locationName" : null, "requestUri" : "/", "target" : null, "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "c2jName" : "RuleSetName", "c2jShape" : "ReceiptRuleSetName", "deprecated" : false, "documentation" : "

                                                                                                                                                                                  The name of the receipt rule set to reorder.

                                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                  The name of the receipt rule set to reorder.

                                                                                                                                                                                  \n@param ruleSetName The name of the receipt rule set to reorder.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withRuleSetName", "getterDocumentation" : "/**

                                                                                                                                                                                  The name of the receipt rule set to reorder.

                                                                                                                                                                                  \n@return The name of the receipt rule set to reorder.*/", "getterMethodName" : "getRuleSetName", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "RuleSetName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "RuleSetName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "RuleSetName", "setterDocumentation" : "/**

                                                                                                                                                                                  The name of the receipt rule set to reorder.

                                                                                                                                                                                  \n@param ruleSetName The name of the receipt rule set to reorder.*/", "setterMethodName" : "setRuleSetName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "ruleSetName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                                                                                  The name of the receipt rule set to reorder.

                                                                                                                                                                                  \n@param ruleSetName The name of the receipt rule set to reorder.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "ruleSetName", "variableType" : "String", "documentation" : "

                                                                                                                                                                                  The name of the receipt rule set to reorder.

                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "RuleNames", "c2jShape" : "ReceiptRuleNamesList", "deprecated" : false, "documentation" : "

                                                                                                                                                                                  A list of the specified receipt rule set's receipt rules in the order that you want to put them.

                                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                  A list of the specified receipt rule set's receipt rules in the order that you want to put them.

                                                                                                                                                                                  \n@param ruleNames A list of the specified receipt rule set's receipt rules in the order that you want to put them.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withRuleNames", "getterDocumentation" : "/**

                                                                                                                                                                                  A list of the specified receipt rule set's receipt rules in the order that you want to put them.

                                                                                                                                                                                  \n@return A list of the specified receipt rule set's receipt rules in the order that you want to put them.*/", "getterMethodName" : "getRuleNames", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "RuleNames", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "RuleNames", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : true, "listModel" : { "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "ReceiptRuleName", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withMember", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getMember", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "simpleType" : "String", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "RuleNames", "setterDocumentation" : "/**

                                                                                                                                                                                  A list of the specified receipt rule set's receipt rules in the order that you want to put them.

                                                                                                                                                                                  \n@param ruleNames A list of the specified receipt rule set's receipt rules in the order that you want to put them.*/", "setterMethodName" : "setRuleNames", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "ruleNames", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

                                                                                                                                                                                  A list of the specified receipt rule set's receipt rules in the order that you want to put them.

                                                                                                                                                                                  \n

                                                                                                                                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setRuleNames(java.util.Collection)} or {@link #withRuleNames(java.util.Collection)} if you want to override the existing values.

                                                                                                                                                                                  \n@param ruleNames A list of the specified receipt rule set's receipt rules in the order that you want to put them.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "ruleNames", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                                                  A list of the specified receipt rule set's receipt rules in the order that you want to put them.

                                                                                                                                                                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "RuleNames" : { "c2jName" : "RuleNames", "c2jShape" : "ReceiptRuleNamesList", "deprecated" : false, "documentation" : "

                                                                                                                                                                                  A list of the specified receipt rule set's receipt rules in the order that you want to put them.

                                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                  A list of the specified receipt rule set's receipt rules in the order that you want to put them.

                                                                                                                                                                                  \n@param ruleNames A list of the specified receipt rule set's receipt rules in the order that you want to put them.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withRuleNames", "getterDocumentation" : "/**

                                                                                                                                                                                  A list of the specified receipt rule set's receipt rules in the order that you want to put them.

                                                                                                                                                                                  \n@return A list of the specified receipt rule set's receipt rules in the order that you want to put them.*/", "getterMethodName" : "getRuleNames", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "RuleNames", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "RuleNames", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : true, "listModel" : { "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "ReceiptRuleName", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withMember", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getMember", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "simpleType" : "String", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "RuleNames", "setterDocumentation" : "/**

                                                                                                                                                                                  A list of the specified receipt rule set's receipt rules in the order that you want to put them.

                                                                                                                                                                                  \n@param ruleNames A list of the specified receipt rule set's receipt rules in the order that you want to put them.*/", "setterMethodName" : "setRuleNames", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "ruleNames", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

                                                                                                                                                                                  A list of the specified receipt rule set's receipt rules in the order that you want to put them.

                                                                                                                                                                                  \n

                                                                                                                                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setRuleNames(java.util.Collection)} or {@link #withRuleNames(java.util.Collection)} if you want to override the existing values.

                                                                                                                                                                                  \n@param ruleNames A list of the specified receipt rule set's receipt rules in the order that you want to put them.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "ruleNames", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                                                  A list of the specified receipt rule set's receipt rules in the order that you want to put them.

                                                                                                                                                                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, "RuleSetName" : { "c2jName" : "RuleSetName", "c2jShape" : "ReceiptRuleSetName", "deprecated" : false, "documentation" : "

                                                                                                                                                                                  The name of the receipt rule set to reorder.

                                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                  The name of the receipt rule set to reorder.

                                                                                                                                                                                  \n@param ruleSetName The name of the receipt rule set to reorder.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withRuleSetName", "getterDocumentation" : "/**

                                                                                                                                                                                  The name of the receipt rule set to reorder.

                                                                                                                                                                                  \n@return The name of the receipt rule set to reorder.*/", "getterMethodName" : "getRuleSetName", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "RuleSetName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "RuleSetName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "RuleSetName", "setterDocumentation" : "/**

                                                                                                                                                                                  The name of the receipt rule set to reorder.

                                                                                                                                                                                  \n@param ruleSetName The name of the receipt rule set to reorder.*/", "setterMethodName" : "setRuleSetName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "ruleSetName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                                                                                  The name of the receipt rule set to reorder.

                                                                                                                                                                                  \n@param ruleSetName The name of the receipt rule set to reorder.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "ruleSetName", "variableType" : "String", "documentation" : "

                                                                                                                                                                                  The name of the receipt rule set to reorder.

                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "RuleSetName", "RuleNames" ], "shapeName" : "ReorderReceiptRuleSetRequest", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "ReorderReceiptRuleSetRequest", "variableName" : "reorderReceiptRuleSetRequest", "variableType" : "ReorderReceiptRuleSetRequest", "documentation" : null, "simpleType" : "ReorderReceiptRuleSetRequest", "variableSetterType" : "ReorderReceiptRuleSetRequest" }, "wrapper" : false }, "ReorderReceiptRuleSetResult" : { "c2jName" : "ReorderReceiptRuleSetResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                                                                                                                                                                                  An empty element returned on a successful request.

                                                                                                                                                                                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : null, "membersAsMap" : { }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "ReorderReceiptRuleSetResult", "unmarshaller" : { "flattened" : false, "resultWrapper" : "ReorderReceiptRuleSetResult" }, "variable" : { "variableDeclarationType" : "ReorderReceiptRuleSetResult", "variableName" : "reorderReceiptRuleSetResult", "variableType" : "ReorderReceiptRuleSetResult", "documentation" : null, "simpleType" : "ReorderReceiptRuleSetResult", "variableSetterType" : "ReorderReceiptRuleSetResult" }, "wrapper" : false }, "RuleDoesNotExistException" : { "c2jName" : "RuleDoesNotExistException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                                                                                                                                                                                  Indicates that the provided receipt rule does not exist.

                                                                                                                                                                                  ", "enums" : null, "errorCode" : "RuleDoesNotExist", "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "Name", "c2jShape" : "RuleOrRuleSetName", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param name \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withName", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getName", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Name", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Name", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Name", "setterDocumentation" : "/**\n@param name */", "setterMethodName" : "setName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param name \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Name" : { "c2jName" : "Name", "c2jShape" : "RuleOrRuleSetName", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param name \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withName", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getName", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Name", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Name", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Name", "setterDocumentation" : "/**\n@param name */", "setterMethodName" : "setName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param name \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "RuleDoesNotExistException", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "RuleDoesNotExistException", "variableName" : "ruleDoesNotExistException", "variableType" : "RuleDoesNotExistException", "documentation" : null, "simpleType" : "RuleDoesNotExistException", "variableSetterType" : "RuleDoesNotExistException" }, "wrapper" : false }, "RuleSetDoesNotExistException" : { "c2jName" : "RuleSetDoesNotExistException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                                                                                                                                                                                  Indicates that the provided receipt rule set does not exist.

                                                                                                                                                                                  ", "enums" : null, "errorCode" : "RuleSetDoesNotExist", "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "Name", "c2jShape" : "RuleOrRuleSetName", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param name \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withName", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getName", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Name", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Name", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Name", "setterDocumentation" : "/**\n@param name */", "setterMethodName" : "setName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param name \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Name" : { "c2jName" : "Name", "c2jShape" : "RuleOrRuleSetName", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param name \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withName", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getName", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Name", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Name", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Name", "setterDocumentation" : "/**\n@param name */", "setterMethodName" : "setName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param name \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "RuleSetDoesNotExistException", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "RuleSetDoesNotExistException", "variableName" : "ruleSetDoesNotExistException", "variableType" : "RuleSetDoesNotExistException", "documentation" : null, "simpleType" : "RuleSetDoesNotExistException", "variableSetterType" : "RuleSetDoesNotExistException" }, "wrapper" : false }, "S3Action" : { "c2jName" : "S3Action", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                                                                                                                                                                                  When included in a receipt rule, this action saves the received message to an Amazon Simple Storage Service (Amazon S3) bucket and, optionally, publishes a notification to Amazon Simple Notification Service (Amazon SNS).

                                                                                                                                                                                  To enable Amazon SES to write emails to your Amazon S3 bucket, use an AWS KMS key to encrypt your emails, or publish to an Amazon SNS topic of another account, Amazon SES must have permission to access those resources. For information about giving permissions, see the Amazon SES Developer Guide.

                                                                                                                                                                                  When you save your emails to an Amazon S3 bucket, the maximum email size (including headers) is 30 MB. Emails larger than that will bounce.

                                                                                                                                                                                  For information about specifying Amazon S3 actions in receipt rules, see the Amazon SES Developer Guide.

                                                                                                                                                                                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "TopicArn", "c2jShape" : "AmazonResourceName", "deprecated" : false, "documentation" : "

                                                                                                                                                                                  The ARN of the Amazon SNS topic to notify when the message is saved to the Amazon S3 bucket. An example of an Amazon SNS topic ARN is arn:aws:sns:us-west-2:123456789012:MyTopic. For more information about Amazon SNS topics, see the Amazon SNS Developer Guide.

                                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                  The ARN of the Amazon SNS topic to notify when the message is saved to the Amazon S3 bucket. An example of an Amazon SNS topic ARN is arn:aws:sns:us-west-2:123456789012:MyTopic. For more information about Amazon SNS topics, see the Amazon SNS Developer Guide.

                                                                                                                                                                                  \n@param topicArn The ARN of the Amazon SNS topic to notify when the message is saved to the Amazon S3 bucket. An example of an Amazon SNS topic ARN is arn:aws:sns:us-west-2:123456789012:MyTopic. For more information about Amazon SNS topics, see the Amazon SNS Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withTopicArn", "getterDocumentation" : "/**

                                                                                                                                                                                  The ARN of the Amazon SNS topic to notify when the message is saved to the Amazon S3 bucket. An example of an Amazon SNS topic ARN is arn:aws:sns:us-west-2:123456789012:MyTopic. For more information about Amazon SNS topics, see the Amazon SNS Developer Guide.

                                                                                                                                                                                  \n@return The ARN of the Amazon SNS topic to notify when the message is saved to the Amazon S3 bucket. An example of an Amazon SNS topic ARN is arn:aws:sns:us-west-2:123456789012:MyTopic. For more information about Amazon SNS topics, see the Amazon SNS Developer Guide.*/", "getterMethodName" : "getTopicArn", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "TopicArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TopicArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "TopicArn", "setterDocumentation" : "/**

                                                                                                                                                                                  The ARN of the Amazon SNS topic to notify when the message is saved to the Amazon S3 bucket. An example of an Amazon SNS topic ARN is arn:aws:sns:us-west-2:123456789012:MyTopic. For more information about Amazon SNS topics, see the Amazon SNS Developer Guide.

                                                                                                                                                                                  \n@param topicArn The ARN of the Amazon SNS topic to notify when the message is saved to the Amazon S3 bucket. An example of an Amazon SNS topic ARN is arn:aws:sns:us-west-2:123456789012:MyTopic. For more information about Amazon SNS topics, see the Amazon SNS Developer Guide.*/", "setterMethodName" : "setTopicArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "topicArn", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                                                                                  The ARN of the Amazon SNS topic to notify when the message is saved to the Amazon S3 bucket. An example of an Amazon SNS topic ARN is arn:aws:sns:us-west-2:123456789012:MyTopic. For more information about Amazon SNS topics, see the Amazon SNS Developer Guide.

                                                                                                                                                                                  \n@param topicArn The ARN of the Amazon SNS topic to notify when the message is saved to the Amazon S3 bucket. An example of an Amazon SNS topic ARN is arn:aws:sns:us-west-2:123456789012:MyTopic. For more information about Amazon SNS topics, see the Amazon SNS Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "topicArn", "variableType" : "String", "documentation" : "

                                                                                                                                                                                  The ARN of the Amazon SNS topic to notify when the message is saved to the Amazon S3 bucket. An example of an Amazon SNS topic ARN is arn:aws:sns:us-west-2:123456789012:MyTopic. For more information about Amazon SNS topics, see the Amazon SNS Developer Guide.

                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "BucketName", "c2jShape" : "S3BucketName", "deprecated" : false, "documentation" : "

                                                                                                                                                                                  The name of the Amazon S3 bucket to which to save the received email.

                                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                  The name of the Amazon S3 bucket to which to save the received email.

                                                                                                                                                                                  \n@param bucketName The name of the Amazon S3 bucket to which to save the received email.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withBucketName", "getterDocumentation" : "/**

                                                                                                                                                                                  The name of the Amazon S3 bucket to which to save the received email.

                                                                                                                                                                                  \n@return The name of the Amazon S3 bucket to which to save the received email.*/", "getterMethodName" : "getBucketName", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "BucketName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "BucketName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "BucketName", "setterDocumentation" : "/**

                                                                                                                                                                                  The name of the Amazon S3 bucket to which to save the received email.

                                                                                                                                                                                  \n@param bucketName The name of the Amazon S3 bucket to which to save the received email.*/", "setterMethodName" : "setBucketName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "bucketName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                                                                                  The name of the Amazon S3 bucket to which to save the received email.

                                                                                                                                                                                  \n@param bucketName The name of the Amazon S3 bucket to which to save the received email.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "bucketName", "variableType" : "String", "documentation" : "

                                                                                                                                                                                  The name of the Amazon S3 bucket to which to save the received email.

                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "ObjectKeyPrefix", "c2jShape" : "S3KeyPrefix", "deprecated" : false, "documentation" : "

                                                                                                                                                                                  The key prefix of the Amazon S3 bucket. The key prefix is similar to a directory name that enables you to store similar data under the same directory in a bucket.

                                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                  The key prefix of the Amazon S3 bucket. The key prefix is similar to a directory name that enables you to store similar data under the same directory in a bucket.

                                                                                                                                                                                  \n@param objectKeyPrefix The key prefix of the Amazon S3 bucket. The key prefix is similar to a directory name that enables you to store similar data under the same directory in a bucket.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withObjectKeyPrefix", "getterDocumentation" : "/**

                                                                                                                                                                                  The key prefix of the Amazon S3 bucket. The key prefix is similar to a directory name that enables you to store similar data under the same directory in a bucket.

                                                                                                                                                                                  \n@return The key prefix of the Amazon S3 bucket. The key prefix is similar to a directory name that enables you to store similar data under the same directory in a bucket.*/", "getterMethodName" : "getObjectKeyPrefix", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ObjectKeyPrefix", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ObjectKeyPrefix", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "ObjectKeyPrefix", "setterDocumentation" : "/**

                                                                                                                                                                                  The key prefix of the Amazon S3 bucket. The key prefix is similar to a directory name that enables you to store similar data under the same directory in a bucket.

                                                                                                                                                                                  \n@param objectKeyPrefix The key prefix of the Amazon S3 bucket. The key prefix is similar to a directory name that enables you to store similar data under the same directory in a bucket.*/", "setterMethodName" : "setObjectKeyPrefix", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "objectKeyPrefix", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                                                                                  The key prefix of the Amazon S3 bucket. The key prefix is similar to a directory name that enables you to store similar data under the same directory in a bucket.

                                                                                                                                                                                  \n@param objectKeyPrefix The key prefix of the Amazon S3 bucket. The key prefix is similar to a directory name that enables you to store similar data under the same directory in a bucket.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "objectKeyPrefix", "variableType" : "String", "documentation" : "

                                                                                                                                                                                  The key prefix of the Amazon S3 bucket. The key prefix is similar to a directory name that enables you to store similar data under the same directory in a bucket.

                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "KmsKeyArn", "c2jShape" : "AmazonResourceName", "deprecated" : false, "documentation" : "

                                                                                                                                                                                  The customer master key that Amazon SES should use to encrypt your emails before saving them to the Amazon S3 bucket. You can use the default master key or a custom master key you created in AWS KMS as follows:

                                                                                                                                                                                  • To use the default master key, provide an ARN in the form of arn:aws:kms:REGION:ACCOUNT-ID-WITHOUT-HYPHENS:alias/aws/ses. For example, if your AWS account ID is 123456789012 and you want to use the default master key in the US West (Oregon) region, the ARN of the default master key would be arn:aws:kms:us-west-2:123456789012:alias/aws/ses. If you use the default master key, you don't need to perform any extra steps to give Amazon SES permission to use the key.

                                                                                                                                                                                  • To use a custom master key you created in AWS KMS, provide the ARN of the master key and ensure that you add a statement to your key's policy to give Amazon SES permission to use it. For more information about giving permissions, see the Amazon SES Developer Guide.

                                                                                                                                                                                  For more information about key policies, see the AWS KMS Developer Guide. If you do not specify a master key, Amazon SES will not encrypt your emails.

                                                                                                                                                                                  Your mail is encrypted by Amazon SES using the Amazon S3 encryption client before the mail is submitted to Amazon S3 for storage. It is not encrypted using Amazon S3 server-side encryption. This means that you must use the Amazon S3 encryption client to decrypt the email after retrieving it from Amazon S3, as the service has no access to use your AWS KMS keys for decryption. This encryption client is currently available with the AWS Java SDK and AWS Ruby SDK only. For more information about client-side encryption using AWS KMS master keys, see the Amazon S3 Developer Guide.

                                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                  The customer master key that Amazon SES should use to encrypt your emails before saving them to the Amazon S3 bucket. You can use the default master key or a custom master key you created in AWS KMS as follows:

                                                                                                                                                                                  • To use the default master key, provide an ARN in the form of arn:aws:kms:REGION:ACCOUNT-ID-WITHOUT-HYPHENS:alias/aws/ses. For example, if your AWS account ID is 123456789012 and you want to use the default master key in the US West (Oregon) region, the ARN of the default master key would be arn:aws:kms:us-west-2:123456789012:alias/aws/ses. If you use the default master key, you don't need to perform any extra steps to give Amazon SES permission to use the key.

                                                                                                                                                                                  • To use a custom master key you created in AWS KMS, provide the ARN of the master key and ensure that you add a statement to your key's policy to give Amazon SES permission to use it. For more information about giving permissions, see the Amazon SES Developer Guide.

                                                                                                                                                                                  For more information about key policies, see the AWS KMS Developer Guide. If you do not specify a master key, Amazon SES will not encrypt your emails.

                                                                                                                                                                                  Your mail is encrypted by Amazon SES using the Amazon S3 encryption client before the mail is submitted to Amazon S3 for storage. It is not encrypted using Amazon S3 server-side encryption. This means that you must use the Amazon S3 encryption client to decrypt the email after retrieving it from Amazon S3, as the service has no access to use your AWS KMS keys for decryption. This encryption client is currently available with the AWS Java SDK and AWS Ruby SDK only. For more information about client-side encryption using AWS KMS master keys, see the Amazon S3 Developer Guide.

                                                                                                                                                                                  \n@param kmsKeyArn The customer master key that Amazon SES should use to encrypt your emails before saving them to the Amazon S3 bucket. You can use the default master key or a custom master key you created in AWS KMS as follows:

                                                                                                                                                                                  • To use the default master key, provide an ARN in the form of arn:aws:kms:REGION:ACCOUNT-ID-WITHOUT-HYPHENS:alias/aws/ses. For example, if your AWS account ID is 123456789012 and you want to use the default master key in the US West (Oregon) region, the ARN of the default master key would be arn:aws:kms:us-west-2:123456789012:alias/aws/ses. If you use the default master key, you don't need to perform any extra steps to give Amazon SES permission to use the key.

                                                                                                                                                                                  • To use a custom master key you created in AWS KMS, provide the ARN of the master key and ensure that you add a statement to your key's policy to give Amazon SES permission to use it. For more information about giving permissions, see the Amazon SES Developer Guide.

                                                                                                                                                                                  For more information about key policies, see the AWS KMS Developer Guide. If you do not specify a master key, Amazon SES will not encrypt your emails.

                                                                                                                                                                                  Your mail is encrypted by Amazon SES using the Amazon S3 encryption client before the mail is submitted to Amazon S3 for storage. It is not encrypted using Amazon S3 server-side encryption. This means that you must use the Amazon S3 encryption client to decrypt the email after retrieving it from Amazon S3, as the service has no access to use your AWS KMS keys for decryption. This encryption client is currently available with the AWS Java SDK and AWS Ruby SDK only. For more information about client-side encryption using AWS KMS master keys, see the Amazon S3 Developer Guide.

                                                                                                                                                                                  \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withKmsKeyArn", "getterDocumentation" : "/**

                                                                                                                                                                                  The customer master key that Amazon SES should use to encrypt your emails before saving them to the Amazon S3 bucket. You can use the default master key or a custom master key you created in AWS KMS as follows:

                                                                                                                                                                                  • To use the default master key, provide an ARN in the form of arn:aws:kms:REGION:ACCOUNT-ID-WITHOUT-HYPHENS:alias/aws/ses. For example, if your AWS account ID is 123456789012 and you want to use the default master key in the US West (Oregon) region, the ARN of the default master key would be arn:aws:kms:us-west-2:123456789012:alias/aws/ses. If you use the default master key, you don't need to perform any extra steps to give Amazon SES permission to use the key.

                                                                                                                                                                                  • To use a custom master key you created in AWS KMS, provide the ARN of the master key and ensure that you add a statement to your key's policy to give Amazon SES permission to use it. For more information about giving permissions, see the Amazon SES Developer Guide.

                                                                                                                                                                                  For more information about key policies, see the AWS KMS Developer Guide. If you do not specify a master key, Amazon SES will not encrypt your emails.

                                                                                                                                                                                  Your mail is encrypted by Amazon SES using the Amazon S3 encryption client before the mail is submitted to Amazon S3 for storage. It is not encrypted using Amazon S3 server-side encryption. This means that you must use the Amazon S3 encryption client to decrypt the email after retrieving it from Amazon S3, as the service has no access to use your AWS KMS keys for decryption. This encryption client is currently available with the AWS Java SDK and AWS Ruby SDK only. For more information about client-side encryption using AWS KMS master keys, see the Amazon S3 Developer Guide.

                                                                                                                                                                                  \n@return The customer master key that Amazon SES should use to encrypt your emails before saving them to the Amazon S3 bucket. You can use the default master key or a custom master key you created in AWS KMS as follows:

                                                                                                                                                                                  • To use the default master key, provide an ARN in the form of arn:aws:kms:REGION:ACCOUNT-ID-WITHOUT-HYPHENS:alias/aws/ses. For example, if your AWS account ID is 123456789012 and you want to use the default master key in the US West (Oregon) region, the ARN of the default master key would be arn:aws:kms:us-west-2:123456789012:alias/aws/ses. If you use the default master key, you don't need to perform any extra steps to give Amazon SES permission to use the key.

                                                                                                                                                                                  • To use a custom master key you created in AWS KMS, provide the ARN of the master key and ensure that you add a statement to your key's policy to give Amazon SES permission to use it. For more information about giving permissions, see the Amazon SES Developer Guide.

                                                                                                                                                                                  For more information about key policies, see the AWS KMS Developer Guide. If you do not specify a master key, Amazon SES will not encrypt your emails.

                                                                                                                                                                                  Your mail is encrypted by Amazon SES using the Amazon S3 encryption client before the mail is submitted to Amazon S3 for storage. It is not encrypted using Amazon S3 server-side encryption. This means that you must use the Amazon S3 encryption client to decrypt the email after retrieving it from Amazon S3, as the service has no access to use your AWS KMS keys for decryption. This encryption client is currently available with the AWS Java SDK and AWS Ruby SDK only. For more information about client-side encryption using AWS KMS master keys, see the Amazon S3 Developer Guide.

                                                                                                                                                                                  */", "getterMethodName" : "getKmsKeyArn", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "KmsKeyArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "KmsKeyArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "KmsKeyArn", "setterDocumentation" : "/**

                                                                                                                                                                                  The customer master key that Amazon SES should use to encrypt your emails before saving them to the Amazon S3 bucket. You can use the default master key or a custom master key you created in AWS KMS as follows:

                                                                                                                                                                                  • To use the default master key, provide an ARN in the form of arn:aws:kms:REGION:ACCOUNT-ID-WITHOUT-HYPHENS:alias/aws/ses. For example, if your AWS account ID is 123456789012 and you want to use the default master key in the US West (Oregon) region, the ARN of the default master key would be arn:aws:kms:us-west-2:123456789012:alias/aws/ses. If you use the default master key, you don't need to perform any extra steps to give Amazon SES permission to use the key.

                                                                                                                                                                                  • To use a custom master key you created in AWS KMS, provide the ARN of the master key and ensure that you add a statement to your key's policy to give Amazon SES permission to use it. For more information about giving permissions, see the Amazon SES Developer Guide.

                                                                                                                                                                                  For more information about key policies, see the AWS KMS Developer Guide. If you do not specify a master key, Amazon SES will not encrypt your emails.

                                                                                                                                                                                  Your mail is encrypted by Amazon SES using the Amazon S3 encryption client before the mail is submitted to Amazon S3 for storage. It is not encrypted using Amazon S3 server-side encryption. This means that you must use the Amazon S3 encryption client to decrypt the email after retrieving it from Amazon S3, as the service has no access to use your AWS KMS keys for decryption. This encryption client is currently available with the AWS Java SDK and AWS Ruby SDK only. For more information about client-side encryption using AWS KMS master keys, see the Amazon S3 Developer Guide.

                                                                                                                                                                                  \n@param kmsKeyArn The customer master key that Amazon SES should use to encrypt your emails before saving them to the Amazon S3 bucket. You can use the default master key or a custom master key you created in AWS KMS as follows:

                                                                                                                                                                                  • To use the default master key, provide an ARN in the form of arn:aws:kms:REGION:ACCOUNT-ID-WITHOUT-HYPHENS:alias/aws/ses. For example, if your AWS account ID is 123456789012 and you want to use the default master key in the US West (Oregon) region, the ARN of the default master key would be arn:aws:kms:us-west-2:123456789012:alias/aws/ses. If you use the default master key, you don't need to perform any extra steps to give Amazon SES permission to use the key.

                                                                                                                                                                                  • To use a custom master key you created in AWS KMS, provide the ARN of the master key and ensure that you add a statement to your key's policy to give Amazon SES permission to use it. For more information about giving permissions, see the Amazon SES Developer Guide.

                                                                                                                                                                                  For more information about key policies, see the AWS KMS Developer Guide. If you do not specify a master key, Amazon SES will not encrypt your emails.

                                                                                                                                                                                  Your mail is encrypted by Amazon SES using the Amazon S3 encryption client before the mail is submitted to Amazon S3 for storage. It is not encrypted using Amazon S3 server-side encryption. This means that you must use the Amazon S3 encryption client to decrypt the email after retrieving it from Amazon S3, as the service has no access to use your AWS KMS keys for decryption. This encryption client is currently available with the AWS Java SDK and AWS Ruby SDK only. For more information about client-side encryption using AWS KMS master keys, see the Amazon S3 Developer Guide.

                                                                                                                                                                                  */", "setterMethodName" : "setKmsKeyArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "kmsKeyArn", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                                                                                  The customer master key that Amazon SES should use to encrypt your emails before saving them to the Amazon S3 bucket. You can use the default master key or a custom master key you created in AWS KMS as follows:

                                                                                                                                                                                  • To use the default master key, provide an ARN in the form of arn:aws:kms:REGION:ACCOUNT-ID-WITHOUT-HYPHENS:alias/aws/ses. For example, if your AWS account ID is 123456789012 and you want to use the default master key in the US West (Oregon) region, the ARN of the default master key would be arn:aws:kms:us-west-2:123456789012:alias/aws/ses. If you use the default master key, you don't need to perform any extra steps to give Amazon SES permission to use the key.

                                                                                                                                                                                  • To use a custom master key you created in AWS KMS, provide the ARN of the master key and ensure that you add a statement to your key's policy to give Amazon SES permission to use it. For more information about giving permissions, see the Amazon SES Developer Guide.

                                                                                                                                                                                  For more information about key policies, see the AWS KMS Developer Guide. If you do not specify a master key, Amazon SES will not encrypt your emails.

                                                                                                                                                                                  Your mail is encrypted by Amazon SES using the Amazon S3 encryption client before the mail is submitted to Amazon S3 for storage. It is not encrypted using Amazon S3 server-side encryption. This means that you must use the Amazon S3 encryption client to decrypt the email after retrieving it from Amazon S3, as the service has no access to use your AWS KMS keys for decryption. This encryption client is currently available with the AWS Java SDK and AWS Ruby SDK only. For more information about client-side encryption using AWS KMS master keys, see the Amazon S3 Developer Guide.

                                                                                                                                                                                  \n@param kmsKeyArn The customer master key that Amazon SES should use to encrypt your emails before saving them to the Amazon S3 bucket. You can use the default master key or a custom master key you created in AWS KMS as follows:

                                                                                                                                                                                  • To use the default master key, provide an ARN in the form of arn:aws:kms:REGION:ACCOUNT-ID-WITHOUT-HYPHENS:alias/aws/ses. For example, if your AWS account ID is 123456789012 and you want to use the default master key in the US West (Oregon) region, the ARN of the default master key would be arn:aws:kms:us-west-2:123456789012:alias/aws/ses. If you use the default master key, you don't need to perform any extra steps to give Amazon SES permission to use the key.

                                                                                                                                                                                  • To use a custom master key you created in AWS KMS, provide the ARN of the master key and ensure that you add a statement to your key's policy to give Amazon SES permission to use it. For more information about giving permissions, see the Amazon SES Developer Guide.

                                                                                                                                                                                  For more information about key policies, see the AWS KMS Developer Guide. If you do not specify a master key, Amazon SES will not encrypt your emails.

                                                                                                                                                                                  Your mail is encrypted by Amazon SES using the Amazon S3 encryption client before the mail is submitted to Amazon S3 for storage. It is not encrypted using Amazon S3 server-side encryption. This means that you must use the Amazon S3 encryption client to decrypt the email after retrieving it from Amazon S3, as the service has no access to use your AWS KMS keys for decryption. This encryption client is currently available with the AWS Java SDK and AWS Ruby SDK only. For more information about client-side encryption using AWS KMS master keys, see the Amazon S3 Developer Guide.

                                                                                                                                                                                  \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "kmsKeyArn", "variableType" : "String", "documentation" : "

                                                                                                                                                                                  The customer master key that Amazon SES should use to encrypt your emails before saving them to the Amazon S3 bucket. You can use the default master key or a custom master key you created in AWS KMS as follows:

                                                                                                                                                                                  • To use the default master key, provide an ARN in the form of arn:aws:kms:REGION:ACCOUNT-ID-WITHOUT-HYPHENS:alias/aws/ses. For example, if your AWS account ID is 123456789012 and you want to use the default master key in the US West (Oregon) region, the ARN of the default master key would be arn:aws:kms:us-west-2:123456789012:alias/aws/ses. If you use the default master key, you don't need to perform any extra steps to give Amazon SES permission to use the key.

                                                                                                                                                                                  • To use a custom master key you created in AWS KMS, provide the ARN of the master key and ensure that you add a statement to your key's policy to give Amazon SES permission to use it. For more information about giving permissions, see the Amazon SES Developer Guide.

                                                                                                                                                                                  For more information about key policies, see the AWS KMS Developer Guide. If you do not specify a master key, Amazon SES will not encrypt your emails.

                                                                                                                                                                                  Your mail is encrypted by Amazon SES using the Amazon S3 encryption client before the mail is submitted to Amazon S3 for storage. It is not encrypted using Amazon S3 server-side encryption. This means that you must use the Amazon S3 encryption client to decrypt the email after retrieving it from Amazon S3, as the service has no access to use your AWS KMS keys for decryption. This encryption client is currently available with the AWS Java SDK and AWS Ruby SDK only. For more information about client-side encryption using AWS KMS master keys, see the Amazon S3 Developer Guide.

                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "BucketName" : { "c2jName" : "BucketName", "c2jShape" : "S3BucketName", "deprecated" : false, "documentation" : "

                                                                                                                                                                                  The name of the Amazon S3 bucket to which to save the received email.

                                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                  The name of the Amazon S3 bucket to which to save the received email.

                                                                                                                                                                                  \n@param bucketName The name of the Amazon S3 bucket to which to save the received email.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withBucketName", "getterDocumentation" : "/**

                                                                                                                                                                                  The name of the Amazon S3 bucket to which to save the received email.

                                                                                                                                                                                  \n@return The name of the Amazon S3 bucket to which to save the received email.*/", "getterMethodName" : "getBucketName", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "BucketName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "BucketName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "BucketName", "setterDocumentation" : "/**

                                                                                                                                                                                  The name of the Amazon S3 bucket to which to save the received email.

                                                                                                                                                                                  \n@param bucketName The name of the Amazon S3 bucket to which to save the received email.*/", "setterMethodName" : "setBucketName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "bucketName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                                                                                  The name of the Amazon S3 bucket to which to save the received email.

                                                                                                                                                                                  \n@param bucketName The name of the Amazon S3 bucket to which to save the received email.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "bucketName", "variableType" : "String", "documentation" : "

                                                                                                                                                                                  The name of the Amazon S3 bucket to which to save the received email.

                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "KmsKeyArn" : { "c2jName" : "KmsKeyArn", "c2jShape" : "AmazonResourceName", "deprecated" : false, "documentation" : "

                                                                                                                                                                                  The customer master key that Amazon SES should use to encrypt your emails before saving them to the Amazon S3 bucket. You can use the default master key or a custom master key you created in AWS KMS as follows:

                                                                                                                                                                                  • To use the default master key, provide an ARN in the form of arn:aws:kms:REGION:ACCOUNT-ID-WITHOUT-HYPHENS:alias/aws/ses. For example, if your AWS account ID is 123456789012 and you want to use the default master key in the US West (Oregon) region, the ARN of the default master key would be arn:aws:kms:us-west-2:123456789012:alias/aws/ses. If you use the default master key, you don't need to perform any extra steps to give Amazon SES permission to use the key.

                                                                                                                                                                                  • To use a custom master key you created in AWS KMS, provide the ARN of the master key and ensure that you add a statement to your key's policy to give Amazon SES permission to use it. For more information about giving permissions, see the Amazon SES Developer Guide.

                                                                                                                                                                                  For more information about key policies, see the AWS KMS Developer Guide. If you do not specify a master key, Amazon SES will not encrypt your emails.

                                                                                                                                                                                  Your mail is encrypted by Amazon SES using the Amazon S3 encryption client before the mail is submitted to Amazon S3 for storage. It is not encrypted using Amazon S3 server-side encryption. This means that you must use the Amazon S3 encryption client to decrypt the email after retrieving it from Amazon S3, as the service has no access to use your AWS KMS keys for decryption. This encryption client is currently available with the AWS Java SDK and AWS Ruby SDK only. For more information about client-side encryption using AWS KMS master keys, see the Amazon S3 Developer Guide.

                                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                  The customer master key that Amazon SES should use to encrypt your emails before saving them to the Amazon S3 bucket. You can use the default master key or a custom master key you created in AWS KMS as follows:

                                                                                                                                                                                  • To use the default master key, provide an ARN in the form of arn:aws:kms:REGION:ACCOUNT-ID-WITHOUT-HYPHENS:alias/aws/ses. For example, if your AWS account ID is 123456789012 and you want to use the default master key in the US West (Oregon) region, the ARN of the default master key would be arn:aws:kms:us-west-2:123456789012:alias/aws/ses. If you use the default master key, you don't need to perform any extra steps to give Amazon SES permission to use the key.

                                                                                                                                                                                  • To use a custom master key you created in AWS KMS, provide the ARN of the master key and ensure that you add a statement to your key's policy to give Amazon SES permission to use it. For more information about giving permissions, see the Amazon SES Developer Guide.

                                                                                                                                                                                  For more information about key policies, see the AWS KMS Developer Guide. If you do not specify a master key, Amazon SES will not encrypt your emails.

                                                                                                                                                                                  Your mail is encrypted by Amazon SES using the Amazon S3 encryption client before the mail is submitted to Amazon S3 for storage. It is not encrypted using Amazon S3 server-side encryption. This means that you must use the Amazon S3 encryption client to decrypt the email after retrieving it from Amazon S3, as the service has no access to use your AWS KMS keys for decryption. This encryption client is currently available with the AWS Java SDK and AWS Ruby SDK only. For more information about client-side encryption using AWS KMS master keys, see the Amazon S3 Developer Guide.

                                                                                                                                                                                  \n@param kmsKeyArn The customer master key that Amazon SES should use to encrypt your emails before saving them to the Amazon S3 bucket. You can use the default master key or a custom master key you created in AWS KMS as follows:

                                                                                                                                                                                  • To use the default master key, provide an ARN in the form of arn:aws:kms:REGION:ACCOUNT-ID-WITHOUT-HYPHENS:alias/aws/ses. For example, if your AWS account ID is 123456789012 and you want to use the default master key in the US West (Oregon) region, the ARN of the default master key would be arn:aws:kms:us-west-2:123456789012:alias/aws/ses. If you use the default master key, you don't need to perform any extra steps to give Amazon SES permission to use the key.

                                                                                                                                                                                  • To use a custom master key you created in AWS KMS, provide the ARN of the master key and ensure that you add a statement to your key's policy to give Amazon SES permission to use it. For more information about giving permissions, see the Amazon SES Developer Guide.

                                                                                                                                                                                  For more information about key policies, see the AWS KMS Developer Guide. If you do not specify a master key, Amazon SES will not encrypt your emails.

                                                                                                                                                                                  Your mail is encrypted by Amazon SES using the Amazon S3 encryption client before the mail is submitted to Amazon S3 for storage. It is not encrypted using Amazon S3 server-side encryption. This means that you must use the Amazon S3 encryption client to decrypt the email after retrieving it from Amazon S3, as the service has no access to use your AWS KMS keys for decryption. This encryption client is currently available with the AWS Java SDK and AWS Ruby SDK only. For more information about client-side encryption using AWS KMS master keys, see the Amazon S3 Developer Guide.

                                                                                                                                                                                  \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withKmsKeyArn", "getterDocumentation" : "/**

                                                                                                                                                                                  The customer master key that Amazon SES should use to encrypt your emails before saving them to the Amazon S3 bucket. You can use the default master key or a custom master key you created in AWS KMS as follows:

                                                                                                                                                                                  • To use the default master key, provide an ARN in the form of arn:aws:kms:REGION:ACCOUNT-ID-WITHOUT-HYPHENS:alias/aws/ses. For example, if your AWS account ID is 123456789012 and you want to use the default master key in the US West (Oregon) region, the ARN of the default master key would be arn:aws:kms:us-west-2:123456789012:alias/aws/ses. If you use the default master key, you don't need to perform any extra steps to give Amazon SES permission to use the key.

                                                                                                                                                                                  • To use a custom master key you created in AWS KMS, provide the ARN of the master key and ensure that you add a statement to your key's policy to give Amazon SES permission to use it. For more information about giving permissions, see the Amazon SES Developer Guide.

                                                                                                                                                                                  For more information about key policies, see the AWS KMS Developer Guide. If you do not specify a master key, Amazon SES will not encrypt your emails.

                                                                                                                                                                                  Your mail is encrypted by Amazon SES using the Amazon S3 encryption client before the mail is submitted to Amazon S3 for storage. It is not encrypted using Amazon S3 server-side encryption. This means that you must use the Amazon S3 encryption client to decrypt the email after retrieving it from Amazon S3, as the service has no access to use your AWS KMS keys for decryption. This encryption client is currently available with the AWS Java SDK and AWS Ruby SDK only. For more information about client-side encryption using AWS KMS master keys, see the Amazon S3 Developer Guide.

                                                                                                                                                                                  \n@return The customer master key that Amazon SES should use to encrypt your emails before saving them to the Amazon S3 bucket. You can use the default master key or a custom master key you created in AWS KMS as follows:

                                                                                                                                                                                  • To use the default master key, provide an ARN in the form of arn:aws:kms:REGION:ACCOUNT-ID-WITHOUT-HYPHENS:alias/aws/ses. For example, if your AWS account ID is 123456789012 and you want to use the default master key in the US West (Oregon) region, the ARN of the default master key would be arn:aws:kms:us-west-2:123456789012:alias/aws/ses. If you use the default master key, you don't need to perform any extra steps to give Amazon SES permission to use the key.

                                                                                                                                                                                  • To use a custom master key you created in AWS KMS, provide the ARN of the master key and ensure that you add a statement to your key's policy to give Amazon SES permission to use it. For more information about giving permissions, see the Amazon SES Developer Guide.

                                                                                                                                                                                  For more information about key policies, see the AWS KMS Developer Guide. If you do not specify a master key, Amazon SES will not encrypt your emails.

                                                                                                                                                                                  Your mail is encrypted by Amazon SES using the Amazon S3 encryption client before the mail is submitted to Amazon S3 for storage. It is not encrypted using Amazon S3 server-side encryption. This means that you must use the Amazon S3 encryption client to decrypt the email after retrieving it from Amazon S3, as the service has no access to use your AWS KMS keys for decryption. This encryption client is currently available with the AWS Java SDK and AWS Ruby SDK only. For more information about client-side encryption using AWS KMS master keys, see the Amazon S3 Developer Guide.

                                                                                                                                                                                  */", "getterMethodName" : "getKmsKeyArn", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "KmsKeyArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "KmsKeyArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "KmsKeyArn", "setterDocumentation" : "/**

                                                                                                                                                                                  The customer master key that Amazon SES should use to encrypt your emails before saving them to the Amazon S3 bucket. You can use the default master key or a custom master key you created in AWS KMS as follows:

                                                                                                                                                                                  • To use the default master key, provide an ARN in the form of arn:aws:kms:REGION:ACCOUNT-ID-WITHOUT-HYPHENS:alias/aws/ses. For example, if your AWS account ID is 123456789012 and you want to use the default master key in the US West (Oregon) region, the ARN of the default master key would be arn:aws:kms:us-west-2:123456789012:alias/aws/ses. If you use the default master key, you don't need to perform any extra steps to give Amazon SES permission to use the key.

                                                                                                                                                                                  • To use a custom master key you created in AWS KMS, provide the ARN of the master key and ensure that you add a statement to your key's policy to give Amazon SES permission to use it. For more information about giving permissions, see the Amazon SES Developer Guide.

                                                                                                                                                                                  For more information about key policies, see the AWS KMS Developer Guide. If you do not specify a master key, Amazon SES will not encrypt your emails.

                                                                                                                                                                                  Your mail is encrypted by Amazon SES using the Amazon S3 encryption client before the mail is submitted to Amazon S3 for storage. It is not encrypted using Amazon S3 server-side encryption. This means that you must use the Amazon S3 encryption client to decrypt the email after retrieving it from Amazon S3, as the service has no access to use your AWS KMS keys for decryption. This encryption client is currently available with the AWS Java SDK and AWS Ruby SDK only. For more information about client-side encryption using AWS KMS master keys, see the Amazon S3 Developer Guide.

                                                                                                                                                                                  \n@param kmsKeyArn The customer master key that Amazon SES should use to encrypt your emails before saving them to the Amazon S3 bucket. You can use the default master key or a custom master key you created in AWS KMS as follows:

                                                                                                                                                                                  • To use the default master key, provide an ARN in the form of arn:aws:kms:REGION:ACCOUNT-ID-WITHOUT-HYPHENS:alias/aws/ses. For example, if your AWS account ID is 123456789012 and you want to use the default master key in the US West (Oregon) region, the ARN of the default master key would be arn:aws:kms:us-west-2:123456789012:alias/aws/ses. If you use the default master key, you don't need to perform any extra steps to give Amazon SES permission to use the key.

                                                                                                                                                                                  • To use a custom master key you created in AWS KMS, provide the ARN of the master key and ensure that you add a statement to your key's policy to give Amazon SES permission to use it. For more information about giving permissions, see the Amazon SES Developer Guide.

                                                                                                                                                                                  For more information about key policies, see the AWS KMS Developer Guide. If you do not specify a master key, Amazon SES will not encrypt your emails.

                                                                                                                                                                                  Your mail is encrypted by Amazon SES using the Amazon S3 encryption client before the mail is submitted to Amazon S3 for storage. It is not encrypted using Amazon S3 server-side encryption. This means that you must use the Amazon S3 encryption client to decrypt the email after retrieving it from Amazon S3, as the service has no access to use your AWS KMS keys for decryption. This encryption client is currently available with the AWS Java SDK and AWS Ruby SDK only. For more information about client-side encryption using AWS KMS master keys, see the Amazon S3 Developer Guide.

                                                                                                                                                                                  */", "setterMethodName" : "setKmsKeyArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "kmsKeyArn", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                                                                                  The customer master key that Amazon SES should use to encrypt your emails before saving them to the Amazon S3 bucket. You can use the default master key or a custom master key you created in AWS KMS as follows:

                                                                                                                                                                                  • To use the default master key, provide an ARN in the form of arn:aws:kms:REGION:ACCOUNT-ID-WITHOUT-HYPHENS:alias/aws/ses. For example, if your AWS account ID is 123456789012 and you want to use the default master key in the US West (Oregon) region, the ARN of the default master key would be arn:aws:kms:us-west-2:123456789012:alias/aws/ses. If you use the default master key, you don't need to perform any extra steps to give Amazon SES permission to use the key.

                                                                                                                                                                                  • To use a custom master key you created in AWS KMS, provide the ARN of the master key and ensure that you add a statement to your key's policy to give Amazon SES permission to use it. For more information about giving permissions, see the Amazon SES Developer Guide.

                                                                                                                                                                                  For more information about key policies, see the AWS KMS Developer Guide. If you do not specify a master key, Amazon SES will not encrypt your emails.

                                                                                                                                                                                  Your mail is encrypted by Amazon SES using the Amazon S3 encryption client before the mail is submitted to Amazon S3 for storage. It is not encrypted using Amazon S3 server-side encryption. This means that you must use the Amazon S3 encryption client to decrypt the email after retrieving it from Amazon S3, as the service has no access to use your AWS KMS keys for decryption. This encryption client is currently available with the AWS Java SDK and AWS Ruby SDK only. For more information about client-side encryption using AWS KMS master keys, see the Amazon S3 Developer Guide.

                                                                                                                                                                                  \n@param kmsKeyArn The customer master key that Amazon SES should use to encrypt your emails before saving them to the Amazon S3 bucket. You can use the default master key or a custom master key you created in AWS KMS as follows:

                                                                                                                                                                                  • To use the default master key, provide an ARN in the form of arn:aws:kms:REGION:ACCOUNT-ID-WITHOUT-HYPHENS:alias/aws/ses. For example, if your AWS account ID is 123456789012 and you want to use the default master key in the US West (Oregon) region, the ARN of the default master key would be arn:aws:kms:us-west-2:123456789012:alias/aws/ses. If you use the default master key, you don't need to perform any extra steps to give Amazon SES permission to use the key.

                                                                                                                                                                                  • To use a custom master key you created in AWS KMS, provide the ARN of the master key and ensure that you add a statement to your key's policy to give Amazon SES permission to use it. For more information about giving permissions, see the Amazon SES Developer Guide.

                                                                                                                                                                                  For more information about key policies, see the AWS KMS Developer Guide. If you do not specify a master key, Amazon SES will not encrypt your emails.

                                                                                                                                                                                  Your mail is encrypted by Amazon SES using the Amazon S3 encryption client before the mail is submitted to Amazon S3 for storage. It is not encrypted using Amazon S3 server-side encryption. This means that you must use the Amazon S3 encryption client to decrypt the email after retrieving it from Amazon S3, as the service has no access to use your AWS KMS keys for decryption. This encryption client is currently available with the AWS Java SDK and AWS Ruby SDK only. For more information about client-side encryption using AWS KMS master keys, see the Amazon S3 Developer Guide.

                                                                                                                                                                                  \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "kmsKeyArn", "variableType" : "String", "documentation" : "

                                                                                                                                                                                  The customer master key that Amazon SES should use to encrypt your emails before saving them to the Amazon S3 bucket. You can use the default master key or a custom master key you created in AWS KMS as follows:

                                                                                                                                                                                  • To use the default master key, provide an ARN in the form of arn:aws:kms:REGION:ACCOUNT-ID-WITHOUT-HYPHENS:alias/aws/ses. For example, if your AWS account ID is 123456789012 and you want to use the default master key in the US West (Oregon) region, the ARN of the default master key would be arn:aws:kms:us-west-2:123456789012:alias/aws/ses. If you use the default master key, you don't need to perform any extra steps to give Amazon SES permission to use the key.

                                                                                                                                                                                  • To use a custom master key you created in AWS KMS, provide the ARN of the master key and ensure that you add a statement to your key's policy to give Amazon SES permission to use it. For more information about giving permissions, see the Amazon SES Developer Guide.

                                                                                                                                                                                  For more information about key policies, see the AWS KMS Developer Guide. If you do not specify a master key, Amazon SES will not encrypt your emails.

                                                                                                                                                                                  Your mail is encrypted by Amazon SES using the Amazon S3 encryption client before the mail is submitted to Amazon S3 for storage. It is not encrypted using Amazon S3 server-side encryption. This means that you must use the Amazon S3 encryption client to decrypt the email after retrieving it from Amazon S3, as the service has no access to use your AWS KMS keys for decryption. This encryption client is currently available with the AWS Java SDK and AWS Ruby SDK only. For more information about client-side encryption using AWS KMS master keys, see the Amazon S3 Developer Guide.

                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "ObjectKeyPrefix" : { "c2jName" : "ObjectKeyPrefix", "c2jShape" : "S3KeyPrefix", "deprecated" : false, "documentation" : "

                                                                                                                                                                                  The key prefix of the Amazon S3 bucket. The key prefix is similar to a directory name that enables you to store similar data under the same directory in a bucket.

                                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                  The key prefix of the Amazon S3 bucket. The key prefix is similar to a directory name that enables you to store similar data under the same directory in a bucket.

                                                                                                                                                                                  \n@param objectKeyPrefix The key prefix of the Amazon S3 bucket. The key prefix is similar to a directory name that enables you to store similar data under the same directory in a bucket.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withObjectKeyPrefix", "getterDocumentation" : "/**

                                                                                                                                                                                  The key prefix of the Amazon S3 bucket. The key prefix is similar to a directory name that enables you to store similar data under the same directory in a bucket.

                                                                                                                                                                                  \n@return The key prefix of the Amazon S3 bucket. The key prefix is similar to a directory name that enables you to store similar data under the same directory in a bucket.*/", "getterMethodName" : "getObjectKeyPrefix", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ObjectKeyPrefix", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ObjectKeyPrefix", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "ObjectKeyPrefix", "setterDocumentation" : "/**

                                                                                                                                                                                  The key prefix of the Amazon S3 bucket. The key prefix is similar to a directory name that enables you to store similar data under the same directory in a bucket.

                                                                                                                                                                                  \n@param objectKeyPrefix The key prefix of the Amazon S3 bucket. The key prefix is similar to a directory name that enables you to store similar data under the same directory in a bucket.*/", "setterMethodName" : "setObjectKeyPrefix", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "objectKeyPrefix", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                                                                                  The key prefix of the Amazon S3 bucket. The key prefix is similar to a directory name that enables you to store similar data under the same directory in a bucket.

                                                                                                                                                                                  \n@param objectKeyPrefix The key prefix of the Amazon S3 bucket. The key prefix is similar to a directory name that enables you to store similar data under the same directory in a bucket.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "objectKeyPrefix", "variableType" : "String", "documentation" : "

                                                                                                                                                                                  The key prefix of the Amazon S3 bucket. The key prefix is similar to a directory name that enables you to store similar data under the same directory in a bucket.

                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "TopicArn" : { "c2jName" : "TopicArn", "c2jShape" : "AmazonResourceName", "deprecated" : false, "documentation" : "

                                                                                                                                                                                  The ARN of the Amazon SNS topic to notify when the message is saved to the Amazon S3 bucket. An example of an Amazon SNS topic ARN is arn:aws:sns:us-west-2:123456789012:MyTopic. For more information about Amazon SNS topics, see the Amazon SNS Developer Guide.

                                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                  The ARN of the Amazon SNS topic to notify when the message is saved to the Amazon S3 bucket. An example of an Amazon SNS topic ARN is arn:aws:sns:us-west-2:123456789012:MyTopic. For more information about Amazon SNS topics, see the Amazon SNS Developer Guide.

                                                                                                                                                                                  \n@param topicArn The ARN of the Amazon SNS topic to notify when the message is saved to the Amazon S3 bucket. An example of an Amazon SNS topic ARN is arn:aws:sns:us-west-2:123456789012:MyTopic. For more information about Amazon SNS topics, see the Amazon SNS Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withTopicArn", "getterDocumentation" : "/**

                                                                                                                                                                                  The ARN of the Amazon SNS topic to notify when the message is saved to the Amazon S3 bucket. An example of an Amazon SNS topic ARN is arn:aws:sns:us-west-2:123456789012:MyTopic. For more information about Amazon SNS topics, see the Amazon SNS Developer Guide.

                                                                                                                                                                                  \n@return The ARN of the Amazon SNS topic to notify when the message is saved to the Amazon S3 bucket. An example of an Amazon SNS topic ARN is arn:aws:sns:us-west-2:123456789012:MyTopic. For more information about Amazon SNS topics, see the Amazon SNS Developer Guide.*/", "getterMethodName" : "getTopicArn", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "TopicArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TopicArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "TopicArn", "setterDocumentation" : "/**

                                                                                                                                                                                  The ARN of the Amazon SNS topic to notify when the message is saved to the Amazon S3 bucket. An example of an Amazon SNS topic ARN is arn:aws:sns:us-west-2:123456789012:MyTopic. For more information about Amazon SNS topics, see the Amazon SNS Developer Guide.

                                                                                                                                                                                  \n@param topicArn The ARN of the Amazon SNS topic to notify when the message is saved to the Amazon S3 bucket. An example of an Amazon SNS topic ARN is arn:aws:sns:us-west-2:123456789012:MyTopic. For more information about Amazon SNS topics, see the Amazon SNS Developer Guide.*/", "setterMethodName" : "setTopicArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "topicArn", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                                                                                  The ARN of the Amazon SNS topic to notify when the message is saved to the Amazon S3 bucket. An example of an Amazon SNS topic ARN is arn:aws:sns:us-west-2:123456789012:MyTopic. For more information about Amazon SNS topics, see the Amazon SNS Developer Guide.

                                                                                                                                                                                  \n@param topicArn The ARN of the Amazon SNS topic to notify when the message is saved to the Amazon S3 bucket. An example of an Amazon SNS topic ARN is arn:aws:sns:us-west-2:123456789012:MyTopic. For more information about Amazon SNS topics, see the Amazon SNS Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "topicArn", "variableType" : "String", "documentation" : "

                                                                                                                                                                                  The ARN of the Amazon SNS topic to notify when the message is saved to the Amazon S3 bucket. An example of an Amazon SNS topic ARN is arn:aws:sns:us-west-2:123456789012:MyTopic. For more information about Amazon SNS topics, see the Amazon SNS Developer Guide.

                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "BucketName" ], "shapeName" : "S3Action", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "S3Action", "variableName" : "s3Action", "variableType" : "S3Action", "documentation" : null, "simpleType" : "S3Action", "variableSetterType" : "S3Action" }, "wrapper" : false }, "SNSAction" : { "c2jName" : "SNSAction", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                                                                                                                                                                                  When included in a receipt rule, this action publishes a notification to Amazon Simple Notification Service (Amazon SNS). This action includes a complete copy of the email content in the Amazon SNS notifications. Amazon SNS notifications for all other actions simply provide information about the email. They do not include the email content itself.

                                                                                                                                                                                  If you own the Amazon SNS topic, you don't need to do anything to give Amazon SES permission to publish emails to it. However, if you don't own the Amazon SNS topic, you need to attach a policy to the topic to give Amazon SES permissions to access it. For information about giving permissions, see the Amazon SES Developer Guide.

                                                                                                                                                                                  You can only publish emails that are 150 KB or less (including the header) to Amazon SNS. Larger emails will bounce. If you anticipate emails larger than 150 KB, use the S3 action instead.

                                                                                                                                                                                  For information about using a receipt rule to publish an Amazon SNS notification, see the Amazon SES Developer Guide.

                                                                                                                                                                                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "TopicArn", "c2jShape" : "AmazonResourceName", "deprecated" : false, "documentation" : "

                                                                                                                                                                                  The Amazon Resource Name (ARN) of the Amazon SNS topic to notify. An example of an Amazon SNS topic ARN is arn:aws:sns:us-west-2:123456789012:MyTopic. For more information about Amazon SNS topics, see the Amazon SNS Developer Guide.

                                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                  The Amazon Resource Name (ARN) of the Amazon SNS topic to notify. An example of an Amazon SNS topic ARN is arn:aws:sns:us-west-2:123456789012:MyTopic. For more information about Amazon SNS topics, see the Amazon SNS Developer Guide.

                                                                                                                                                                                  \n@param topicArn The Amazon Resource Name (ARN) of the Amazon SNS topic to notify. An example of an Amazon SNS topic ARN is arn:aws:sns:us-west-2:123456789012:MyTopic. For more information about Amazon SNS topics, see the Amazon SNS Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withTopicArn", "getterDocumentation" : "/**

                                                                                                                                                                                  The Amazon Resource Name (ARN) of the Amazon SNS topic to notify. An example of an Amazon SNS topic ARN is arn:aws:sns:us-west-2:123456789012:MyTopic. For more information about Amazon SNS topics, see the Amazon SNS Developer Guide.

                                                                                                                                                                                  \n@return The Amazon Resource Name (ARN) of the Amazon SNS topic to notify. An example of an Amazon SNS topic ARN is arn:aws:sns:us-west-2:123456789012:MyTopic. For more information about Amazon SNS topics, see the Amazon SNS Developer Guide.*/", "getterMethodName" : "getTopicArn", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "TopicArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TopicArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "TopicArn", "setterDocumentation" : "/**

                                                                                                                                                                                  The Amazon Resource Name (ARN) of the Amazon SNS topic to notify. An example of an Amazon SNS topic ARN is arn:aws:sns:us-west-2:123456789012:MyTopic. For more information about Amazon SNS topics, see the Amazon SNS Developer Guide.

                                                                                                                                                                                  \n@param topicArn The Amazon Resource Name (ARN) of the Amazon SNS topic to notify. An example of an Amazon SNS topic ARN is arn:aws:sns:us-west-2:123456789012:MyTopic. For more information about Amazon SNS topics, see the Amazon SNS Developer Guide.*/", "setterMethodName" : "setTopicArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "topicArn", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                                                                                  The Amazon Resource Name (ARN) of the Amazon SNS topic to notify. An example of an Amazon SNS topic ARN is arn:aws:sns:us-west-2:123456789012:MyTopic. For more information about Amazon SNS topics, see the Amazon SNS Developer Guide.

                                                                                                                                                                                  \n@param topicArn The Amazon Resource Name (ARN) of the Amazon SNS topic to notify. An example of an Amazon SNS topic ARN is arn:aws:sns:us-west-2:123456789012:MyTopic. For more information about Amazon SNS topics, see the Amazon SNS Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "topicArn", "variableType" : "String", "documentation" : "

                                                                                                                                                                                  The Amazon Resource Name (ARN) of the Amazon SNS topic to notify. An example of an Amazon SNS topic ARN is arn:aws:sns:us-west-2:123456789012:MyTopic. For more information about Amazon SNS topics, see the Amazon SNS Developer Guide.

                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "Encoding", "c2jShape" : "SNSActionEncoding", "deprecated" : false, "documentation" : "

                                                                                                                                                                                  The encoding to use for the email within the Amazon SNS notification. UTF-8 is easier to use, but may not preserve all special characters when a message was encoded with a different encoding format. Base64 preserves all special characters. The default value is UTF-8.

                                                                                                                                                                                  ", "enumType" : "SNSActionEncoding", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                  The encoding to use for the email within the Amazon SNS notification. UTF-8 is easier to use, but may not preserve all special characters when a message was encoded with a different encoding format. Base64 preserves all special characters. The default value is UTF-8.

                                                                                                                                                                                  \n@param encoding The encoding to use for the email within the Amazon SNS notification. UTF-8 is easier to use, but may not preserve all special characters when a message was encoded with a different encoding format. Base64 preserves all special characters. The default value is UTF-8.\n@return Returns a reference to this object so that method calls can be chained together.\n@see SNSActionEncoding*/", "fluentSetterMethodName" : "withEncoding", "getterDocumentation" : "/**

                                                                                                                                                                                  The encoding to use for the email within the Amazon SNS notification. UTF-8 is easier to use, but may not preserve all special characters when a message was encoded with a different encoding format. Base64 preserves all special characters. The default value is UTF-8.

                                                                                                                                                                                  \n@return The encoding to use for the email within the Amazon SNS notification. UTF-8 is easier to use, but may not preserve all special characters when a message was encoded with a different encoding format. Base64 preserves all special characters. The default value is UTF-8.\n@see SNSActionEncoding*/", "getterMethodName" : "getEncoding", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Encoding", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Encoding", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Encoding", "setterDocumentation" : "/**

                                                                                                                                                                                  The encoding to use for the email within the Amazon SNS notification. UTF-8 is easier to use, but may not preserve all special characters when a message was encoded with a different encoding format. Base64 preserves all special characters. The default value is UTF-8.

                                                                                                                                                                                  \n@param encoding The encoding to use for the email within the Amazon SNS notification. UTF-8 is easier to use, but may not preserve all special characters when a message was encoded with a different encoding format. Base64 preserves all special characters. The default value is UTF-8.\n@see SNSActionEncoding*/", "setterMethodName" : "setEncoding", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "encoding", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                                                                                  The encoding to use for the email within the Amazon SNS notification. UTF-8 is easier to use, but may not preserve all special characters when a message was encoded with a different encoding format. Base64 preserves all special characters. The default value is UTF-8.

                                                                                                                                                                                  \n@param encoding The encoding to use for the email within the Amazon SNS notification. UTF-8 is easier to use, but may not preserve all special characters when a message was encoded with a different encoding format. Base64 preserves all special characters. The default value is UTF-8.\n@return Returns a reference to this object so that method calls can be chained together.\n@see SNSActionEncoding*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "encoding", "variableType" : "String", "documentation" : "

                                                                                                                                                                                  The encoding to use for the email within the Amazon SNS notification. UTF-8 is easier to use, but may not preserve all special characters when a message was encoded with a different encoding format. Base64 preserves all special characters. The default value is UTF-8.

                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Encoding" : { "c2jName" : "Encoding", "c2jShape" : "SNSActionEncoding", "deprecated" : false, "documentation" : "

                                                                                                                                                                                  The encoding to use for the email within the Amazon SNS notification. UTF-8 is easier to use, but may not preserve all special characters when a message was encoded with a different encoding format. Base64 preserves all special characters. The default value is UTF-8.

                                                                                                                                                                                  ", "enumType" : "SNSActionEncoding", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                  The encoding to use for the email within the Amazon SNS notification. UTF-8 is easier to use, but may not preserve all special characters when a message was encoded with a different encoding format. Base64 preserves all special characters. The default value is UTF-8.

                                                                                                                                                                                  \n@param encoding The encoding to use for the email within the Amazon SNS notification. UTF-8 is easier to use, but may not preserve all special characters when a message was encoded with a different encoding format. Base64 preserves all special characters. The default value is UTF-8.\n@return Returns a reference to this object so that method calls can be chained together.\n@see SNSActionEncoding*/", "fluentSetterMethodName" : "withEncoding", "getterDocumentation" : "/**

                                                                                                                                                                                  The encoding to use for the email within the Amazon SNS notification. UTF-8 is easier to use, but may not preserve all special characters when a message was encoded with a different encoding format. Base64 preserves all special characters. The default value is UTF-8.

                                                                                                                                                                                  \n@return The encoding to use for the email within the Amazon SNS notification. UTF-8 is easier to use, but may not preserve all special characters when a message was encoded with a different encoding format. Base64 preserves all special characters. The default value is UTF-8.\n@see SNSActionEncoding*/", "getterMethodName" : "getEncoding", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Encoding", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Encoding", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Encoding", "setterDocumentation" : "/**

                                                                                                                                                                                  The encoding to use for the email within the Amazon SNS notification. UTF-8 is easier to use, but may not preserve all special characters when a message was encoded with a different encoding format. Base64 preserves all special characters. The default value is UTF-8.

                                                                                                                                                                                  \n@param encoding The encoding to use for the email within the Amazon SNS notification. UTF-8 is easier to use, but may not preserve all special characters when a message was encoded with a different encoding format. Base64 preserves all special characters. The default value is UTF-8.\n@see SNSActionEncoding*/", "setterMethodName" : "setEncoding", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "encoding", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                                                                                  The encoding to use for the email within the Amazon SNS notification. UTF-8 is easier to use, but may not preserve all special characters when a message was encoded with a different encoding format. Base64 preserves all special characters. The default value is UTF-8.

                                                                                                                                                                                  \n@param encoding The encoding to use for the email within the Amazon SNS notification. UTF-8 is easier to use, but may not preserve all special characters when a message was encoded with a different encoding format. Base64 preserves all special characters. The default value is UTF-8.\n@return Returns a reference to this object so that method calls can be chained together.\n@see SNSActionEncoding*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "encoding", "variableType" : "String", "documentation" : "

                                                                                                                                                                                  The encoding to use for the email within the Amazon SNS notification. UTF-8 is easier to use, but may not preserve all special characters when a message was encoded with a different encoding format. Base64 preserves all special characters. The default value is UTF-8.

                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "TopicArn" : { "c2jName" : "TopicArn", "c2jShape" : "AmazonResourceName", "deprecated" : false, "documentation" : "

                                                                                                                                                                                  The Amazon Resource Name (ARN) of the Amazon SNS topic to notify. An example of an Amazon SNS topic ARN is arn:aws:sns:us-west-2:123456789012:MyTopic. For more information about Amazon SNS topics, see the Amazon SNS Developer Guide.

                                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                  The Amazon Resource Name (ARN) of the Amazon SNS topic to notify. An example of an Amazon SNS topic ARN is arn:aws:sns:us-west-2:123456789012:MyTopic. For more information about Amazon SNS topics, see the Amazon SNS Developer Guide.

                                                                                                                                                                                  \n@param topicArn The Amazon Resource Name (ARN) of the Amazon SNS topic to notify. An example of an Amazon SNS topic ARN is arn:aws:sns:us-west-2:123456789012:MyTopic. For more information about Amazon SNS topics, see the Amazon SNS Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withTopicArn", "getterDocumentation" : "/**

                                                                                                                                                                                  The Amazon Resource Name (ARN) of the Amazon SNS topic to notify. An example of an Amazon SNS topic ARN is arn:aws:sns:us-west-2:123456789012:MyTopic. For more information about Amazon SNS topics, see the Amazon SNS Developer Guide.

                                                                                                                                                                                  \n@return The Amazon Resource Name (ARN) of the Amazon SNS topic to notify. An example of an Amazon SNS topic ARN is arn:aws:sns:us-west-2:123456789012:MyTopic. For more information about Amazon SNS topics, see the Amazon SNS Developer Guide.*/", "getterMethodName" : "getTopicArn", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "TopicArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TopicArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "TopicArn", "setterDocumentation" : "/**

                                                                                                                                                                                  The Amazon Resource Name (ARN) of the Amazon SNS topic to notify. An example of an Amazon SNS topic ARN is arn:aws:sns:us-west-2:123456789012:MyTopic. For more information about Amazon SNS topics, see the Amazon SNS Developer Guide.

                                                                                                                                                                                  \n@param topicArn The Amazon Resource Name (ARN) of the Amazon SNS topic to notify. An example of an Amazon SNS topic ARN is arn:aws:sns:us-west-2:123456789012:MyTopic. For more information about Amazon SNS topics, see the Amazon SNS Developer Guide.*/", "setterMethodName" : "setTopicArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "topicArn", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                                                                                  The Amazon Resource Name (ARN) of the Amazon SNS topic to notify. An example of an Amazon SNS topic ARN is arn:aws:sns:us-west-2:123456789012:MyTopic. For more information about Amazon SNS topics, see the Amazon SNS Developer Guide.

                                                                                                                                                                                  \n@param topicArn The Amazon Resource Name (ARN) of the Amazon SNS topic to notify. An example of an Amazon SNS topic ARN is arn:aws:sns:us-west-2:123456789012:MyTopic. For more information about Amazon SNS topics, see the Amazon SNS Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "topicArn", "variableType" : "String", "documentation" : "

                                                                                                                                                                                  The Amazon Resource Name (ARN) of the Amazon SNS topic to notify. An example of an Amazon SNS topic ARN is arn:aws:sns:us-west-2:123456789012:MyTopic. For more information about Amazon SNS topics, see the Amazon SNS Developer Guide.

                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "TopicArn" ], "shapeName" : "SNSAction", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "SNSAction", "variableName" : "sNSAction", "variableType" : "SNSAction", "documentation" : null, "simpleType" : "SNSAction", "variableSetterType" : "SNSAction" }, "wrapper" : false }, "SNSActionEncoding" : { "c2jName" : "SNSActionEncoding", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "", "enums" : [ { "name" : "UTF8", "value" : "UTF-8" }, { "name" : "Base64", "value" : "Base64" } ], "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : null, "membersAsMap" : { }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "SNSActionEncoding", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "SNSActionEncoding", "variableName" : "sNSActionEncoding", "variableType" : "SNSActionEncoding", "documentation" : null, "simpleType" : "SNSActionEncoding", "variableSetterType" : "SNSActionEncoding" }, "wrapper" : false }, "SendBounceRequest" : { "c2jName" : "SendBounceRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                                                                                                                                                                                  Represents a request to send a bounce message to the sender of an email you received through Amazon SES.

                                                                                                                                                                                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "SendBounce", "locationName" : null, "requestUri" : "/", "target" : null, "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "c2jName" : "OriginalMessageId", "c2jShape" : "MessageId", "deprecated" : false, "documentation" : "

                                                                                                                                                                                  The message ID of the message to be bounced.

                                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                  The message ID of the message to be bounced.

                                                                                                                                                                                  \n@param originalMessageId The message ID of the message to be bounced.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withOriginalMessageId", "getterDocumentation" : "/**

                                                                                                                                                                                  The message ID of the message to be bounced.

                                                                                                                                                                                  \n@return The message ID of the message to be bounced.*/", "getterMethodName" : "getOriginalMessageId", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "OriginalMessageId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "OriginalMessageId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "OriginalMessageId", "setterDocumentation" : "/**

                                                                                                                                                                                  The message ID of the message to be bounced.

                                                                                                                                                                                  \n@param originalMessageId The message ID of the message to be bounced.*/", "setterMethodName" : "setOriginalMessageId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "originalMessageId", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                                                                                  The message ID of the message to be bounced.

                                                                                                                                                                                  \n@param originalMessageId The message ID of the message to be bounced.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "originalMessageId", "variableType" : "String", "documentation" : "

                                                                                                                                                                                  The message ID of the message to be bounced.

                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "BounceSender", "c2jShape" : "Address", "deprecated" : false, "documentation" : "

                                                                                                                                                                                  The address to use in the \"From\" header of the bounce message. This must be an identity that you have verified with Amazon SES.

                                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                  The address to use in the \"From\" header of the bounce message. This must be an identity that you have verified with Amazon SES.

                                                                                                                                                                                  \n@param bounceSender The address to use in the \"From\" header of the bounce message. This must be an identity that you have verified with Amazon SES.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withBounceSender", "getterDocumentation" : "/**

                                                                                                                                                                                  The address to use in the \"From\" header of the bounce message. This must be an identity that you have verified with Amazon SES.

                                                                                                                                                                                  \n@return The address to use in the \"From\" header of the bounce message. This must be an identity that you have verified with Amazon SES.*/", "getterMethodName" : "getBounceSender", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "BounceSender", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "BounceSender", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "BounceSender", "setterDocumentation" : "/**

                                                                                                                                                                                  The address to use in the \"From\" header of the bounce message. This must be an identity that you have verified with Amazon SES.

                                                                                                                                                                                  \n@param bounceSender The address to use in the \"From\" header of the bounce message. This must be an identity that you have verified with Amazon SES.*/", "setterMethodName" : "setBounceSender", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "bounceSender", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                                                                                  The address to use in the \"From\" header of the bounce message. This must be an identity that you have verified with Amazon SES.

                                                                                                                                                                                  \n@param bounceSender The address to use in the \"From\" header of the bounce message. This must be an identity that you have verified with Amazon SES.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "bounceSender", "variableType" : "String", "documentation" : "

                                                                                                                                                                                  The address to use in the \"From\" header of the bounce message. This must be an identity that you have verified with Amazon SES.

                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "Explanation", "c2jShape" : "Explanation", "deprecated" : false, "documentation" : "

                                                                                                                                                                                  Human-readable text for the bounce message to explain the failure. If not specified, the text will be auto-generated based on the bounced recipient information.

                                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                  Human-readable text for the bounce message to explain the failure. If not specified, the text will be auto-generated based on the bounced recipient information.

                                                                                                                                                                                  \n@param explanation Human-readable text for the bounce message to explain the failure. If not specified, the text will be auto-generated based on the bounced recipient information.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withExplanation", "getterDocumentation" : "/**

                                                                                                                                                                                  Human-readable text for the bounce message to explain the failure. If not specified, the text will be auto-generated based on the bounced recipient information.

                                                                                                                                                                                  \n@return Human-readable text for the bounce message to explain the failure. If not specified, the text will be auto-generated based on the bounced recipient information.*/", "getterMethodName" : "getExplanation", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Explanation", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Explanation", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Explanation", "setterDocumentation" : "/**

                                                                                                                                                                                  Human-readable text for the bounce message to explain the failure. If not specified, the text will be auto-generated based on the bounced recipient information.

                                                                                                                                                                                  \n@param explanation Human-readable text for the bounce message to explain the failure. If not specified, the text will be auto-generated based on the bounced recipient information.*/", "setterMethodName" : "setExplanation", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "explanation", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                                                                                  Human-readable text for the bounce message to explain the failure. If not specified, the text will be auto-generated based on the bounced recipient information.

                                                                                                                                                                                  \n@param explanation Human-readable text for the bounce message to explain the failure. If not specified, the text will be auto-generated based on the bounced recipient information.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "explanation", "variableType" : "String", "documentation" : "

                                                                                                                                                                                  Human-readable text for the bounce message to explain the failure. If not specified, the text will be auto-generated based on the bounced recipient information.

                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "MessageDsn", "c2jShape" : "MessageDsn", "deprecated" : false, "documentation" : "

                                                                                                                                                                                  Message-related DSN fields. If not specified, Amazon SES will choose the values.

                                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                  Message-related DSN fields. If not specified, Amazon SES will choose the values.

                                                                                                                                                                                  \n@param messageDsn Message-related DSN fields. If not specified, Amazon SES will choose the values.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withMessageDsn", "getterDocumentation" : "/**

                                                                                                                                                                                  Message-related DSN fields. If not specified, Amazon SES will choose the values.

                                                                                                                                                                                  \n@return Message-related DSN fields. If not specified, Amazon SES will choose the values.*/", "getterMethodName" : "getMessageDsn", "getterModel" : { "returnType" : "MessageDsn", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "MessageDsn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "MessageDsn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "MessageDsn", "setterDocumentation" : "/**

                                                                                                                                                                                  Message-related DSN fields. If not specified, Amazon SES will choose the values.

                                                                                                                                                                                  \n@param messageDsn Message-related DSN fields. If not specified, Amazon SES will choose the values.*/", "setterMethodName" : "setMessageDsn", "setterModel" : { "variableDeclarationType" : "MessageDsn", "variableName" : "messageDsn", "variableType" : "MessageDsn", "documentation" : "", "simpleType" : "MessageDsn", "variableSetterType" : "MessageDsn" }, "simple" : false, "varargSetterDocumentation" : "/**

                                                                                                                                                                                  Message-related DSN fields. If not specified, Amazon SES will choose the values.

                                                                                                                                                                                  \n@param messageDsn Message-related DSN fields. If not specified, Amazon SES will choose the values.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "MessageDsn", "variableName" : "messageDsn", "variableType" : "MessageDsn", "documentation" : "

                                                                                                                                                                                  Message-related DSN fields. If not specified, Amazon SES will choose the values.

                                                                                                                                                                                  ", "simpleType" : "MessageDsn", "variableSetterType" : "MessageDsn" }, "xmlNameSpaceUri" : null }, { "c2jName" : "BouncedRecipientInfoList", "c2jShape" : "BouncedRecipientInfoList", "deprecated" : false, "documentation" : "

                                                                                                                                                                                  A list of recipients of the bounced message, including the information required to create the Delivery Status Notifications (DSNs) for the recipients. You must specify at least one BouncedRecipientInfo in the list.

                                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                  A list of recipients of the bounced message, including the information required to create the Delivery Status Notifications (DSNs) for the recipients. You must specify at least one BouncedRecipientInfo in the list.

                                                                                                                                                                                  \n@param bouncedRecipientInfoList A list of recipients of the bounced message, including the information required to create the Delivery Status Notifications (DSNs) for the recipients. You must specify at least one BouncedRecipientInfo in the list.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withBouncedRecipientInfoList", "getterDocumentation" : "/**

                                                                                                                                                                                  A list of recipients of the bounced message, including the information required to create the Delivery Status Notifications (DSNs) for the recipients. You must specify at least one BouncedRecipientInfo in the list.

                                                                                                                                                                                  \n@return A list of recipients of the bounced message, including the information required to create the Delivery Status Notifications (DSNs) for the recipients. You must specify at least one BouncedRecipientInfo in the list.*/", "getterMethodName" : "getBouncedRecipientInfoList", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "BouncedRecipientInfoList", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "BouncedRecipientInfoList", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : true, "listModel" : { "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "BouncedRecipientInfo", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withMember", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getMember", "getterModel" : { "returnType" : "BouncedRecipientInfo", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "BouncedRecipientInfo", "variableName" : "member", "variableType" : "BouncedRecipientInfo", "documentation" : "", "simpleType" : "BouncedRecipientInfo", "variableSetterType" : "BouncedRecipientInfo" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "BouncedRecipientInfo", "variableName" : "member", "variableType" : "BouncedRecipientInfo", "documentation" : "", "simpleType" : "BouncedRecipientInfo", "variableSetterType" : "BouncedRecipientInfo" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "BouncedRecipientInfo", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "simpleType" : "BouncedRecipientInfo", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "BouncedRecipientInfoList", "setterDocumentation" : "/**

                                                                                                                                                                                  A list of recipients of the bounced message, including the information required to create the Delivery Status Notifications (DSNs) for the recipients. You must specify at least one BouncedRecipientInfo in the list.

                                                                                                                                                                                  \n@param bouncedRecipientInfoList A list of recipients of the bounced message, including the information required to create the Delivery Status Notifications (DSNs) for the recipients. You must specify at least one BouncedRecipientInfo in the list.*/", "setterMethodName" : "setBouncedRecipientInfoList", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "bouncedRecipientInfoList", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

                                                                                                                                                                                  A list of recipients of the bounced message, including the information required to create the Delivery Status Notifications (DSNs) for the recipients. You must specify at least one BouncedRecipientInfo in the list.

                                                                                                                                                                                  \n

                                                                                                                                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setBouncedRecipientInfoList(java.util.Collection)} or {@link #withBouncedRecipientInfoList(java.util.Collection)} if you want to override the existing values.

                                                                                                                                                                                  \n@param bouncedRecipientInfoList A list of recipients of the bounced message, including the information required to create the Delivery Status Notifications (DSNs) for the recipients. You must specify at least one BouncedRecipientInfo in the list.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "bouncedRecipientInfoList", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                                                  A list of recipients of the bounced message, including the information required to create the Delivery Status Notifications (DSNs) for the recipients. You must specify at least one BouncedRecipientInfo in the list.

                                                                                                                                                                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "c2jName" : "BounceSenderArn", "c2jShape" : "AmazonResourceName", "deprecated" : false, "documentation" : "

                                                                                                                                                                                  This parameter is used only for sending authorization. It is the ARN of the identity that is associated with the sending authorization policy that permits you to use the address in the \"From\" header of the bounce. For more information about sending authorization, see the Amazon SES Developer Guide.

                                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                  This parameter is used only for sending authorization. It is the ARN of the identity that is associated with the sending authorization policy that permits you to use the address in the \"From\" header of the bounce. For more information about sending authorization, see the Amazon SES Developer Guide.

                                                                                                                                                                                  \n@param bounceSenderArn This parameter is used only for sending authorization. It is the ARN of the identity that is associated with the sending authorization policy that permits you to use the address in the \"From\" header of the bounce. For more information about sending authorization, see the Amazon SES Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withBounceSenderArn", "getterDocumentation" : "/**

                                                                                                                                                                                  This parameter is used only for sending authorization. It is the ARN of the identity that is associated with the sending authorization policy that permits you to use the address in the \"From\" header of the bounce. For more information about sending authorization, see the Amazon SES Developer Guide.

                                                                                                                                                                                  \n@return This parameter is used only for sending authorization. It is the ARN of the identity that is associated with the sending authorization policy that permits you to use the address in the \"From\" header of the bounce. For more information about sending authorization, see the Amazon SES Developer Guide.*/", "getterMethodName" : "getBounceSenderArn", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "BounceSenderArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "BounceSenderArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "BounceSenderArn", "setterDocumentation" : "/**

                                                                                                                                                                                  This parameter is used only for sending authorization. It is the ARN of the identity that is associated with the sending authorization policy that permits you to use the address in the \"From\" header of the bounce. For more information about sending authorization, see the Amazon SES Developer Guide.

                                                                                                                                                                                  \n@param bounceSenderArn This parameter is used only for sending authorization. It is the ARN of the identity that is associated with the sending authorization policy that permits you to use the address in the \"From\" header of the bounce. For more information about sending authorization, see the Amazon SES Developer Guide.*/", "setterMethodName" : "setBounceSenderArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "bounceSenderArn", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                                                                                  This parameter is used only for sending authorization. It is the ARN of the identity that is associated with the sending authorization policy that permits you to use the address in the \"From\" header of the bounce. For more information about sending authorization, see the Amazon SES Developer Guide.

                                                                                                                                                                                  \n@param bounceSenderArn This parameter is used only for sending authorization. It is the ARN of the identity that is associated with the sending authorization policy that permits you to use the address in the \"From\" header of the bounce. For more information about sending authorization, see the Amazon SES Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "bounceSenderArn", "variableType" : "String", "documentation" : "

                                                                                                                                                                                  This parameter is used only for sending authorization. It is the ARN of the identity that is associated with the sending authorization policy that permits you to use the address in the \"From\" header of the bounce. For more information about sending authorization, see the Amazon SES Developer Guide.

                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "BounceSender" : { "c2jName" : "BounceSender", "c2jShape" : "Address", "deprecated" : false, "documentation" : "

                                                                                                                                                                                  The address to use in the \"From\" header of the bounce message. This must be an identity that you have verified with Amazon SES.

                                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                  The address to use in the \"From\" header of the bounce message. This must be an identity that you have verified with Amazon SES.

                                                                                                                                                                                  \n@param bounceSender The address to use in the \"From\" header of the bounce message. This must be an identity that you have verified with Amazon SES.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withBounceSender", "getterDocumentation" : "/**

                                                                                                                                                                                  The address to use in the \"From\" header of the bounce message. This must be an identity that you have verified with Amazon SES.

                                                                                                                                                                                  \n@return The address to use in the \"From\" header of the bounce message. This must be an identity that you have verified with Amazon SES.*/", "getterMethodName" : "getBounceSender", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "BounceSender", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "BounceSender", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "BounceSender", "setterDocumentation" : "/**

                                                                                                                                                                                  The address to use in the \"From\" header of the bounce message. This must be an identity that you have verified with Amazon SES.

                                                                                                                                                                                  \n@param bounceSender The address to use in the \"From\" header of the bounce message. This must be an identity that you have verified with Amazon SES.*/", "setterMethodName" : "setBounceSender", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "bounceSender", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                                                                                  The address to use in the \"From\" header of the bounce message. This must be an identity that you have verified with Amazon SES.

                                                                                                                                                                                  \n@param bounceSender The address to use in the \"From\" header of the bounce message. This must be an identity that you have verified with Amazon SES.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "bounceSender", "variableType" : "String", "documentation" : "

                                                                                                                                                                                  The address to use in the \"From\" header of the bounce message. This must be an identity that you have verified with Amazon SES.

                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "BounceSenderArn" : { "c2jName" : "BounceSenderArn", "c2jShape" : "AmazonResourceName", "deprecated" : false, "documentation" : "

                                                                                                                                                                                  This parameter is used only for sending authorization. It is the ARN of the identity that is associated with the sending authorization policy that permits you to use the address in the \"From\" header of the bounce. For more information about sending authorization, see the Amazon SES Developer Guide.

                                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                  This parameter is used only for sending authorization. It is the ARN of the identity that is associated with the sending authorization policy that permits you to use the address in the \"From\" header of the bounce. For more information about sending authorization, see the Amazon SES Developer Guide.

                                                                                                                                                                                  \n@param bounceSenderArn This parameter is used only for sending authorization. It is the ARN of the identity that is associated with the sending authorization policy that permits you to use the address in the \"From\" header of the bounce. For more information about sending authorization, see the Amazon SES Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withBounceSenderArn", "getterDocumentation" : "/**

                                                                                                                                                                                  This parameter is used only for sending authorization. It is the ARN of the identity that is associated with the sending authorization policy that permits you to use the address in the \"From\" header of the bounce. For more information about sending authorization, see the Amazon SES Developer Guide.

                                                                                                                                                                                  \n@return This parameter is used only for sending authorization. It is the ARN of the identity that is associated with the sending authorization policy that permits you to use the address in the \"From\" header of the bounce. For more information about sending authorization, see the Amazon SES Developer Guide.*/", "getterMethodName" : "getBounceSenderArn", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "BounceSenderArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "BounceSenderArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "BounceSenderArn", "setterDocumentation" : "/**

                                                                                                                                                                                  This parameter is used only for sending authorization. It is the ARN of the identity that is associated with the sending authorization policy that permits you to use the address in the \"From\" header of the bounce. For more information about sending authorization, see the Amazon SES Developer Guide.

                                                                                                                                                                                  \n@param bounceSenderArn This parameter is used only for sending authorization. It is the ARN of the identity that is associated with the sending authorization policy that permits you to use the address in the \"From\" header of the bounce. For more information about sending authorization, see the Amazon SES Developer Guide.*/", "setterMethodName" : "setBounceSenderArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "bounceSenderArn", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                                                                                  This parameter is used only for sending authorization. It is the ARN of the identity that is associated with the sending authorization policy that permits you to use the address in the \"From\" header of the bounce. For more information about sending authorization, see the Amazon SES Developer Guide.

                                                                                                                                                                                  \n@param bounceSenderArn This parameter is used only for sending authorization. It is the ARN of the identity that is associated with the sending authorization policy that permits you to use the address in the \"From\" header of the bounce. For more information about sending authorization, see the Amazon SES Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "bounceSenderArn", "variableType" : "String", "documentation" : "

                                                                                                                                                                                  This parameter is used only for sending authorization. It is the ARN of the identity that is associated with the sending authorization policy that permits you to use the address in the \"From\" header of the bounce. For more information about sending authorization, see the Amazon SES Developer Guide.

                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "BouncedRecipientInfoList" : { "c2jName" : "BouncedRecipientInfoList", "c2jShape" : "BouncedRecipientInfoList", "deprecated" : false, "documentation" : "

                                                                                                                                                                                  A list of recipients of the bounced message, including the information required to create the Delivery Status Notifications (DSNs) for the recipients. You must specify at least one BouncedRecipientInfo in the list.

                                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                  A list of recipients of the bounced message, including the information required to create the Delivery Status Notifications (DSNs) for the recipients. You must specify at least one BouncedRecipientInfo in the list.

                                                                                                                                                                                  \n@param bouncedRecipientInfoList A list of recipients of the bounced message, including the information required to create the Delivery Status Notifications (DSNs) for the recipients. You must specify at least one BouncedRecipientInfo in the list.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withBouncedRecipientInfoList", "getterDocumentation" : "/**

                                                                                                                                                                                  A list of recipients of the bounced message, including the information required to create the Delivery Status Notifications (DSNs) for the recipients. You must specify at least one BouncedRecipientInfo in the list.

                                                                                                                                                                                  \n@return A list of recipients of the bounced message, including the information required to create the Delivery Status Notifications (DSNs) for the recipients. You must specify at least one BouncedRecipientInfo in the list.*/", "getterMethodName" : "getBouncedRecipientInfoList", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "BouncedRecipientInfoList", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "BouncedRecipientInfoList", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : true, "listModel" : { "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "BouncedRecipientInfo", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withMember", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getMember", "getterModel" : { "returnType" : "BouncedRecipientInfo", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "BouncedRecipientInfo", "variableName" : "member", "variableType" : "BouncedRecipientInfo", "documentation" : "", "simpleType" : "BouncedRecipientInfo", "variableSetterType" : "BouncedRecipientInfo" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "BouncedRecipientInfo", "variableName" : "member", "variableType" : "BouncedRecipientInfo", "documentation" : "", "simpleType" : "BouncedRecipientInfo", "variableSetterType" : "BouncedRecipientInfo" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "BouncedRecipientInfo", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "simpleType" : "BouncedRecipientInfo", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "BouncedRecipientInfoList", "setterDocumentation" : "/**

                                                                                                                                                                                  A list of recipients of the bounced message, including the information required to create the Delivery Status Notifications (DSNs) for the recipients. You must specify at least one BouncedRecipientInfo in the list.

                                                                                                                                                                                  \n@param bouncedRecipientInfoList A list of recipients of the bounced message, including the information required to create the Delivery Status Notifications (DSNs) for the recipients. You must specify at least one BouncedRecipientInfo in the list.*/", "setterMethodName" : "setBouncedRecipientInfoList", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "bouncedRecipientInfoList", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

                                                                                                                                                                                  A list of recipients of the bounced message, including the information required to create the Delivery Status Notifications (DSNs) for the recipients. You must specify at least one BouncedRecipientInfo in the list.

                                                                                                                                                                                  \n

                                                                                                                                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setBouncedRecipientInfoList(java.util.Collection)} or {@link #withBouncedRecipientInfoList(java.util.Collection)} if you want to override the existing values.

                                                                                                                                                                                  \n@param bouncedRecipientInfoList A list of recipients of the bounced message, including the information required to create the Delivery Status Notifications (DSNs) for the recipients. You must specify at least one BouncedRecipientInfo in the list.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "bouncedRecipientInfoList", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                                                  A list of recipients of the bounced message, including the information required to create the Delivery Status Notifications (DSNs) for the recipients. You must specify at least one BouncedRecipientInfo in the list.

                                                                                                                                                                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, "Explanation" : { "c2jName" : "Explanation", "c2jShape" : "Explanation", "deprecated" : false, "documentation" : "

                                                                                                                                                                                  Human-readable text for the bounce message to explain the failure. If not specified, the text will be auto-generated based on the bounced recipient information.

                                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                  Human-readable text for the bounce message to explain the failure. If not specified, the text will be auto-generated based on the bounced recipient information.

                                                                                                                                                                                  \n@param explanation Human-readable text for the bounce message to explain the failure. If not specified, the text will be auto-generated based on the bounced recipient information.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withExplanation", "getterDocumentation" : "/**

                                                                                                                                                                                  Human-readable text for the bounce message to explain the failure. If not specified, the text will be auto-generated based on the bounced recipient information.

                                                                                                                                                                                  \n@return Human-readable text for the bounce message to explain the failure. If not specified, the text will be auto-generated based on the bounced recipient information.*/", "getterMethodName" : "getExplanation", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Explanation", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Explanation", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Explanation", "setterDocumentation" : "/**

                                                                                                                                                                                  Human-readable text for the bounce message to explain the failure. If not specified, the text will be auto-generated based on the bounced recipient information.

                                                                                                                                                                                  \n@param explanation Human-readable text for the bounce message to explain the failure. If not specified, the text will be auto-generated based on the bounced recipient information.*/", "setterMethodName" : "setExplanation", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "explanation", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                                                                                  Human-readable text for the bounce message to explain the failure. If not specified, the text will be auto-generated based on the bounced recipient information.

                                                                                                                                                                                  \n@param explanation Human-readable text for the bounce message to explain the failure. If not specified, the text will be auto-generated based on the bounced recipient information.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "explanation", "variableType" : "String", "documentation" : "

                                                                                                                                                                                  Human-readable text for the bounce message to explain the failure. If not specified, the text will be auto-generated based on the bounced recipient information.

                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "MessageDsn" : { "c2jName" : "MessageDsn", "c2jShape" : "MessageDsn", "deprecated" : false, "documentation" : "

                                                                                                                                                                                  Message-related DSN fields. If not specified, Amazon SES will choose the values.

                                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                  Message-related DSN fields. If not specified, Amazon SES will choose the values.

                                                                                                                                                                                  \n@param messageDsn Message-related DSN fields. If not specified, Amazon SES will choose the values.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withMessageDsn", "getterDocumentation" : "/**

                                                                                                                                                                                  Message-related DSN fields. If not specified, Amazon SES will choose the values.

                                                                                                                                                                                  \n@return Message-related DSN fields. If not specified, Amazon SES will choose the values.*/", "getterMethodName" : "getMessageDsn", "getterModel" : { "returnType" : "MessageDsn", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "MessageDsn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "MessageDsn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "MessageDsn", "setterDocumentation" : "/**

                                                                                                                                                                                  Message-related DSN fields. If not specified, Amazon SES will choose the values.

                                                                                                                                                                                  \n@param messageDsn Message-related DSN fields. If not specified, Amazon SES will choose the values.*/", "setterMethodName" : "setMessageDsn", "setterModel" : { "variableDeclarationType" : "MessageDsn", "variableName" : "messageDsn", "variableType" : "MessageDsn", "documentation" : "", "simpleType" : "MessageDsn", "variableSetterType" : "MessageDsn" }, "simple" : false, "varargSetterDocumentation" : "/**

                                                                                                                                                                                  Message-related DSN fields. If not specified, Amazon SES will choose the values.

                                                                                                                                                                                  \n@param messageDsn Message-related DSN fields. If not specified, Amazon SES will choose the values.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "MessageDsn", "variableName" : "messageDsn", "variableType" : "MessageDsn", "documentation" : "

                                                                                                                                                                                  Message-related DSN fields. If not specified, Amazon SES will choose the values.

                                                                                                                                                                                  ", "simpleType" : "MessageDsn", "variableSetterType" : "MessageDsn" }, "xmlNameSpaceUri" : null }, "OriginalMessageId" : { "c2jName" : "OriginalMessageId", "c2jShape" : "MessageId", "deprecated" : false, "documentation" : "

                                                                                                                                                                                  The message ID of the message to be bounced.

                                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                  The message ID of the message to be bounced.

                                                                                                                                                                                  \n@param originalMessageId The message ID of the message to be bounced.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withOriginalMessageId", "getterDocumentation" : "/**

                                                                                                                                                                                  The message ID of the message to be bounced.

                                                                                                                                                                                  \n@return The message ID of the message to be bounced.*/", "getterMethodName" : "getOriginalMessageId", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "OriginalMessageId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "OriginalMessageId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "OriginalMessageId", "setterDocumentation" : "/**

                                                                                                                                                                                  The message ID of the message to be bounced.

                                                                                                                                                                                  \n@param originalMessageId The message ID of the message to be bounced.*/", "setterMethodName" : "setOriginalMessageId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "originalMessageId", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                                                                                  The message ID of the message to be bounced.

                                                                                                                                                                                  \n@param originalMessageId The message ID of the message to be bounced.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "originalMessageId", "variableType" : "String", "documentation" : "

                                                                                                                                                                                  The message ID of the message to be bounced.

                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "OriginalMessageId", "BounceSender", "BouncedRecipientInfoList" ], "shapeName" : "SendBounceRequest", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "SendBounceRequest", "variableName" : "sendBounceRequest", "variableType" : "SendBounceRequest", "documentation" : null, "simpleType" : "SendBounceRequest", "variableSetterType" : "SendBounceRequest" }, "wrapper" : false }, "SendBounceResult" : { "c2jName" : "SendBounceResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                                                                                                                                                                                  Represents a unique message ID.

                                                                                                                                                                                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "MessageId", "c2jShape" : "MessageId", "deprecated" : false, "documentation" : "

                                                                                                                                                                                  The message ID of the bounce message.

                                                                                                                                                                                  ", "enumType" : null, "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.*/", "fluentSetterMethodName" : "withMessageId", "getterDocumentation" : "/**

                                                                                                                                                                                  The message ID of the bounce message.

                                                                                                                                                                                  \n@return The message ID of the bounce message.*/", "getterMethodName" : "getMessageId", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "MessageId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "MessageId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "MessageId", "setterDocumentation" : "/**

                                                                                                                                                                                  The message ID of the bounce message.

                                                                                                                                                                                  \n@param messageId The message ID of the bounce message.*/", "setterMethodName" : "setMessageId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "messageId", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "messageId", "variableType" : "String", "documentation" : "

                                                                                                                                                                                  The message ID of the bounce message.

                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "MessageId" : { "c2jName" : "MessageId", "c2jShape" : "MessageId", "deprecated" : false, "documentation" : "

                                                                                                                                                                                  The message ID of the bounce message.

                                                                                                                                                                                  ", "enumType" : null, "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.*/", "fluentSetterMethodName" : "withMessageId", "getterDocumentation" : "/**

                                                                                                                                                                                  The message ID of the bounce message.

                                                                                                                                                                                  \n@return The message ID of the bounce message.*/", "getterMethodName" : "getMessageId", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "MessageId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "MessageId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "MessageId", "setterDocumentation" : "/**

                                                                                                                                                                                  The message ID of the bounce message.

                                                                                                                                                                                  \n@param messageId The message ID of the bounce message.*/", "setterMethodName" : "setMessageId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "messageId", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "messageId", "variableType" : "String", "documentation" : "

                                                                                                                                                                                  The message ID of the bounce message.

                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "SendBounceResult", "unmarshaller" : { "flattened" : false, "resultWrapper" : "SendBounceResult" }, "variable" : { "variableDeclarationType" : "SendBounceResult", "variableName" : "sendBounceResult", "variableType" : "SendBounceResult", "documentation" : null, "simpleType" : "SendBounceResult", "variableSetterType" : "SendBounceResult" }, "wrapper" : false }, "SendDataPoint" : { "c2jName" : "SendDataPoint", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                                                                                                                                                                                  Represents sending statistics data. Each SendDataPoint contains statistics for a 15-minute period of sending activity.

                                                                                                                                                                                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "Timestamp", "c2jShape" : "Timestamp", "deprecated" : false, "documentation" : "

                                                                                                                                                                                  Time of the data point.

                                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                  Time of the data point.

                                                                                                                                                                                  \n@param timestamp Time of the data point.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withTimestamp", "getterDocumentation" : "/**

                                                                                                                                                                                  Time of the data point.

                                                                                                                                                                                  \n@return Time of the data point.*/", "getterMethodName" : "getTimestamp", "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Timestamp", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Timestamp", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "java.util.Date", "marshallingType" : "DATE", "name" : "Timestamp", "setterDocumentation" : "/**

                                                                                                                                                                                  Time of the data point.

                                                                                                                                                                                  \n@param timestamp Time of the data point.*/", "setterMethodName" : "setTimestamp", "setterModel" : { "variableDeclarationType" : "java.util.Date", "variableName" : "timestamp", "variableType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                                                                                  Time of the data point.

                                                                                                                                                                                  \n@param timestamp Time of the data point.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.util.Date", "variableName" : "timestamp", "variableType" : "java.util.Date", "documentation" : "

                                                                                                                                                                                  Time of the data point.

                                                                                                                                                                                  ", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "xmlNameSpaceUri" : null }, { "c2jName" : "DeliveryAttempts", "c2jShape" : "Counter", "deprecated" : false, "documentation" : "

                                                                                                                                                                                  Number of emails that have been sent.

                                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                  Number of emails that have been sent.

                                                                                                                                                                                  \n@param deliveryAttempts Number of emails that have been sent.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withDeliveryAttempts", "getterDocumentation" : "/**

                                                                                                                                                                                  Number of emails that have been sent.

                                                                                                                                                                                  \n@return Number of emails that have been sent.*/", "getterMethodName" : "getDeliveryAttempts", "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "DeliveryAttempts", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "DeliveryAttempts", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Long", "marshallingType" : "LONG", "name" : "DeliveryAttempts", "setterDocumentation" : "/**

                                                                                                                                                                                  Number of emails that have been sent.

                                                                                                                                                                                  \n@param deliveryAttempts Number of emails that have been sent.*/", "setterMethodName" : "setDeliveryAttempts", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "deliveryAttempts", "variableType" : "Long", "documentation" : "", "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                                                                                  Number of emails that have been sent.

                                                                                                                                                                                  \n@param deliveryAttempts Number of emails that have been sent.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Long", "variableName" : "deliveryAttempts", "variableType" : "Long", "documentation" : "

                                                                                                                                                                                  Number of emails that have been sent.

                                                                                                                                                                                  ", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlNameSpaceUri" : null }, { "c2jName" : "Bounces", "c2jShape" : "Counter", "deprecated" : false, "documentation" : "

                                                                                                                                                                                  Number of emails that have bounced.

                                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                  Number of emails that have bounced.

                                                                                                                                                                                  \n@param bounces Number of emails that have bounced.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withBounces", "getterDocumentation" : "/**

                                                                                                                                                                                  Number of emails that have bounced.

                                                                                                                                                                                  \n@return Number of emails that have bounced.*/", "getterMethodName" : "getBounces", "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Bounces", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Bounces", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Long", "marshallingType" : "LONG", "name" : "Bounces", "setterDocumentation" : "/**

                                                                                                                                                                                  Number of emails that have bounced.

                                                                                                                                                                                  \n@param bounces Number of emails that have bounced.*/", "setterMethodName" : "setBounces", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "bounces", "variableType" : "Long", "documentation" : "", "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                                                                                  Number of emails that have bounced.

                                                                                                                                                                                  \n@param bounces Number of emails that have bounced.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Long", "variableName" : "bounces", "variableType" : "Long", "documentation" : "

                                                                                                                                                                                  Number of emails that have bounced.

                                                                                                                                                                                  ", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlNameSpaceUri" : null }, { "c2jName" : "Complaints", "c2jShape" : "Counter", "deprecated" : false, "documentation" : "

                                                                                                                                                                                  Number of unwanted emails that were rejected by recipients.

                                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                  Number of unwanted emails that were rejected by recipients.

                                                                                                                                                                                  \n@param complaints Number of unwanted emails that were rejected by recipients.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withComplaints", "getterDocumentation" : "/**

                                                                                                                                                                                  Number of unwanted emails that were rejected by recipients.

                                                                                                                                                                                  \n@return Number of unwanted emails that were rejected by recipients.*/", "getterMethodName" : "getComplaints", "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Complaints", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Complaints", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Long", "marshallingType" : "LONG", "name" : "Complaints", "setterDocumentation" : "/**

                                                                                                                                                                                  Number of unwanted emails that were rejected by recipients.

                                                                                                                                                                                  \n@param complaints Number of unwanted emails that were rejected by recipients.*/", "setterMethodName" : "setComplaints", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "complaints", "variableType" : "Long", "documentation" : "", "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                                                                                  Number of unwanted emails that were rejected by recipients.

                                                                                                                                                                                  \n@param complaints Number of unwanted emails that were rejected by recipients.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Long", "variableName" : "complaints", "variableType" : "Long", "documentation" : "

                                                                                                                                                                                  Number of unwanted emails that were rejected by recipients.

                                                                                                                                                                                  ", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlNameSpaceUri" : null }, { "c2jName" : "Rejects", "c2jShape" : "Counter", "deprecated" : false, "documentation" : "

                                                                                                                                                                                  Number of emails rejected by Amazon SES.

                                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                  Number of emails rejected by Amazon SES.

                                                                                                                                                                                  \n@param rejects Number of emails rejected by Amazon SES.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withRejects", "getterDocumentation" : "/**

                                                                                                                                                                                  Number of emails rejected by Amazon SES.

                                                                                                                                                                                  \n@return Number of emails rejected by Amazon SES.*/", "getterMethodName" : "getRejects", "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Rejects", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Rejects", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Long", "marshallingType" : "LONG", "name" : "Rejects", "setterDocumentation" : "/**

                                                                                                                                                                                  Number of emails rejected by Amazon SES.

                                                                                                                                                                                  \n@param rejects Number of emails rejected by Amazon SES.*/", "setterMethodName" : "setRejects", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "rejects", "variableType" : "Long", "documentation" : "", "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                                                                                  Number of emails rejected by Amazon SES.

                                                                                                                                                                                  \n@param rejects Number of emails rejected by Amazon SES.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Long", "variableName" : "rejects", "variableType" : "Long", "documentation" : "

                                                                                                                                                                                  Number of emails rejected by Amazon SES.

                                                                                                                                                                                  ", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Bounces" : { "c2jName" : "Bounces", "c2jShape" : "Counter", "deprecated" : false, "documentation" : "

                                                                                                                                                                                  Number of emails that have bounced.

                                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                  Number of emails that have bounced.

                                                                                                                                                                                  \n@param bounces Number of emails that have bounced.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withBounces", "getterDocumentation" : "/**

                                                                                                                                                                                  Number of emails that have bounced.

                                                                                                                                                                                  \n@return Number of emails that have bounced.*/", "getterMethodName" : "getBounces", "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Bounces", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Bounces", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Long", "marshallingType" : "LONG", "name" : "Bounces", "setterDocumentation" : "/**

                                                                                                                                                                                  Number of emails that have bounced.

                                                                                                                                                                                  \n@param bounces Number of emails that have bounced.*/", "setterMethodName" : "setBounces", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "bounces", "variableType" : "Long", "documentation" : "", "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                                                                                  Number of emails that have bounced.

                                                                                                                                                                                  \n@param bounces Number of emails that have bounced.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Long", "variableName" : "bounces", "variableType" : "Long", "documentation" : "

                                                                                                                                                                                  Number of emails that have bounced.

                                                                                                                                                                                  ", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlNameSpaceUri" : null }, "Complaints" : { "c2jName" : "Complaints", "c2jShape" : "Counter", "deprecated" : false, "documentation" : "

                                                                                                                                                                                  Number of unwanted emails that were rejected by recipients.

                                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                  Number of unwanted emails that were rejected by recipients.

                                                                                                                                                                                  \n@param complaints Number of unwanted emails that were rejected by recipients.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withComplaints", "getterDocumentation" : "/**

                                                                                                                                                                                  Number of unwanted emails that were rejected by recipients.

                                                                                                                                                                                  \n@return Number of unwanted emails that were rejected by recipients.*/", "getterMethodName" : "getComplaints", "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Complaints", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Complaints", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Long", "marshallingType" : "LONG", "name" : "Complaints", "setterDocumentation" : "/**

                                                                                                                                                                                  Number of unwanted emails that were rejected by recipients.

                                                                                                                                                                                  \n@param complaints Number of unwanted emails that were rejected by recipients.*/", "setterMethodName" : "setComplaints", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "complaints", "variableType" : "Long", "documentation" : "", "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                                                                                  Number of unwanted emails that were rejected by recipients.

                                                                                                                                                                                  \n@param complaints Number of unwanted emails that were rejected by recipients.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Long", "variableName" : "complaints", "variableType" : "Long", "documentation" : "

                                                                                                                                                                                  Number of unwanted emails that were rejected by recipients.

                                                                                                                                                                                  ", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlNameSpaceUri" : null }, "DeliveryAttempts" : { "c2jName" : "DeliveryAttempts", "c2jShape" : "Counter", "deprecated" : false, "documentation" : "

                                                                                                                                                                                  Number of emails that have been sent.

                                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                  Number of emails that have been sent.

                                                                                                                                                                                  \n@param deliveryAttempts Number of emails that have been sent.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withDeliveryAttempts", "getterDocumentation" : "/**

                                                                                                                                                                                  Number of emails that have been sent.

                                                                                                                                                                                  \n@return Number of emails that have been sent.*/", "getterMethodName" : "getDeliveryAttempts", "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "DeliveryAttempts", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "DeliveryAttempts", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Long", "marshallingType" : "LONG", "name" : "DeliveryAttempts", "setterDocumentation" : "/**

                                                                                                                                                                                  Number of emails that have been sent.

                                                                                                                                                                                  \n@param deliveryAttempts Number of emails that have been sent.*/", "setterMethodName" : "setDeliveryAttempts", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "deliveryAttempts", "variableType" : "Long", "documentation" : "", "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                                                                                  Number of emails that have been sent.

                                                                                                                                                                                  \n@param deliveryAttempts Number of emails that have been sent.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Long", "variableName" : "deliveryAttempts", "variableType" : "Long", "documentation" : "

                                                                                                                                                                                  Number of emails that have been sent.

                                                                                                                                                                                  ", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlNameSpaceUri" : null }, "Rejects" : { "c2jName" : "Rejects", "c2jShape" : "Counter", "deprecated" : false, "documentation" : "

                                                                                                                                                                                  Number of emails rejected by Amazon SES.

                                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                  Number of emails rejected by Amazon SES.

                                                                                                                                                                                  \n@param rejects Number of emails rejected by Amazon SES.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withRejects", "getterDocumentation" : "/**

                                                                                                                                                                                  Number of emails rejected by Amazon SES.

                                                                                                                                                                                  \n@return Number of emails rejected by Amazon SES.*/", "getterMethodName" : "getRejects", "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Rejects", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Rejects", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Long", "marshallingType" : "LONG", "name" : "Rejects", "setterDocumentation" : "/**

                                                                                                                                                                                  Number of emails rejected by Amazon SES.

                                                                                                                                                                                  \n@param rejects Number of emails rejected by Amazon SES.*/", "setterMethodName" : "setRejects", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "rejects", "variableType" : "Long", "documentation" : "", "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                                                                                  Number of emails rejected by Amazon SES.

                                                                                                                                                                                  \n@param rejects Number of emails rejected by Amazon SES.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Long", "variableName" : "rejects", "variableType" : "Long", "documentation" : "

                                                                                                                                                                                  Number of emails rejected by Amazon SES.

                                                                                                                                                                                  ", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlNameSpaceUri" : null }, "Timestamp" : { "c2jName" : "Timestamp", "c2jShape" : "Timestamp", "deprecated" : false, "documentation" : "

                                                                                                                                                                                  Time of the data point.

                                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                  Time of the data point.

                                                                                                                                                                                  \n@param timestamp Time of the data point.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withTimestamp", "getterDocumentation" : "/**

                                                                                                                                                                                  Time of the data point.

                                                                                                                                                                                  \n@return Time of the data point.*/", "getterMethodName" : "getTimestamp", "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Timestamp", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Timestamp", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "java.util.Date", "marshallingType" : "DATE", "name" : "Timestamp", "setterDocumentation" : "/**

                                                                                                                                                                                  Time of the data point.

                                                                                                                                                                                  \n@param timestamp Time of the data point.*/", "setterMethodName" : "setTimestamp", "setterModel" : { "variableDeclarationType" : "java.util.Date", "variableName" : "timestamp", "variableType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                                                                                  Time of the data point.

                                                                                                                                                                                  \n@param timestamp Time of the data point.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.util.Date", "variableName" : "timestamp", "variableType" : "java.util.Date", "documentation" : "

                                                                                                                                                                                  Time of the data point.

                                                                                                                                                                                  ", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "xmlNameSpaceUri" : null } }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "SendDataPoint", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "SendDataPoint", "variableName" : "sendDataPoint", "variableType" : "SendDataPoint", "documentation" : null, "simpleType" : "SendDataPoint", "variableSetterType" : "SendDataPoint" }, "wrapper" : false }, "SendEmailRequest" : { "c2jName" : "SendEmailRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                                                                                                                                                                                  Represents a request to send a single formatted email using Amazon SES. For more information, see the Amazon SES Developer Guide.

                                                                                                                                                                                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "SendEmail", "locationName" : null, "requestUri" : "/", "target" : null, "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "c2jName" : "Source", "c2jShape" : "Address", "deprecated" : false, "documentation" : "

                                                                                                                                                                                  The email address that is sending the email. This email address must be either individually verified with Amazon SES, or from a domain that has been verified with Amazon SES. For information about verifying identities, see the Amazon SES Developer Guide.

                                                                                                                                                                                  If you are sending on behalf of another user and have been permitted to do so by a sending authorization policy, then you must also specify the SourceArn parameter. For more information about sending authorization, see the Amazon SES Developer Guide.

                                                                                                                                                                                  In all cases, the email address must be 7-bit ASCII. If the text must contain any other characters, then you must use MIME encoded-word syntax (RFC 2047) instead of a literal string. MIME encoded-word syntax uses the following form: =?charset?encoding?encoded-text?=. For more information, see RFC 2047.

                                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                  The email address that is sending the email. This email address must be either individually verified with Amazon SES, or from a domain that has been verified with Amazon SES. For information about verifying identities, see the Amazon SES Developer Guide.

                                                                                                                                                                                  If you are sending on behalf of another user and have been permitted to do so by a sending authorization policy, then you must also specify the SourceArn parameter. For more information about sending authorization, see the Amazon SES Developer Guide.

                                                                                                                                                                                  In all cases, the email address must be 7-bit ASCII. If the text must contain any other characters, then you must use MIME encoded-word syntax (RFC 2047) instead of a literal string. MIME encoded-word syntax uses the following form: =?charset?encoding?encoded-text?=. For more information, see RFC 2047.

                                                                                                                                                                                  \n@param source The email address that is sending the email. This email address must be either individually verified with Amazon SES, or from a domain that has been verified with Amazon SES. For information about verifying identities, see the Amazon SES Developer Guide.

                                                                                                                                                                                  If you are sending on behalf of another user and have been permitted to do so by a sending authorization policy, then you must also specify the SourceArn parameter. For more information about sending authorization, see the Amazon SES Developer Guide.

                                                                                                                                                                                  In all cases, the email address must be 7-bit ASCII. If the text must contain any other characters, then you must use MIME encoded-word syntax (RFC 2047) instead of a literal string. MIME encoded-word syntax uses the following form: =?charset?encoding?encoded-text?=. For more information, see RFC 2047.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withSource", "getterDocumentation" : "/**

                                                                                                                                                                                  The email address that is sending the email. This email address must be either individually verified with Amazon SES, or from a domain that has been verified with Amazon SES. For information about verifying identities, see the Amazon SES Developer Guide.

                                                                                                                                                                                  If you are sending on behalf of another user and have been permitted to do so by a sending authorization policy, then you must also specify the SourceArn parameter. For more information about sending authorization, see the Amazon SES Developer Guide.

                                                                                                                                                                                  In all cases, the email address must be 7-bit ASCII. If the text must contain any other characters, then you must use MIME encoded-word syntax (RFC 2047) instead of a literal string. MIME encoded-word syntax uses the following form: =?charset?encoding?encoded-text?=. For more information, see RFC 2047.

                                                                                                                                                                                  \n@return The email address that is sending the email. This email address must be either individually verified with Amazon SES, or from a domain that has been verified with Amazon SES. For information about verifying identities, see the Amazon SES Developer Guide.

                                                                                                                                                                                  If you are sending on behalf of another user and have been permitted to do so by a sending authorization policy, then you must also specify the SourceArn parameter. For more information about sending authorization, see the Amazon SES Developer Guide.

                                                                                                                                                                                  In all cases, the email address must be 7-bit ASCII. If the text must contain any other characters, then you must use MIME encoded-word syntax (RFC 2047) instead of a literal string. MIME encoded-word syntax uses the following form: =?charset?encoding?encoded-text?=. For more information, see RFC 2047.*/", "getterMethodName" : "getSource", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Source", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Source", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Source", "setterDocumentation" : "/**

                                                                                                                                                                                  The email address that is sending the email. This email address must be either individually verified with Amazon SES, or from a domain that has been verified with Amazon SES. For information about verifying identities, see the Amazon SES Developer Guide.

                                                                                                                                                                                  If you are sending on behalf of another user and have been permitted to do so by a sending authorization policy, then you must also specify the SourceArn parameter. For more information about sending authorization, see the Amazon SES Developer Guide.

                                                                                                                                                                                  In all cases, the email address must be 7-bit ASCII. If the text must contain any other characters, then you must use MIME encoded-word syntax (RFC 2047) instead of a literal string. MIME encoded-word syntax uses the following form: =?charset?encoding?encoded-text?=. For more information, see RFC 2047.

                                                                                                                                                                                  \n@param source The email address that is sending the email. This email address must be either individually verified with Amazon SES, or from a domain that has been verified with Amazon SES. For information about verifying identities, see the Amazon SES Developer Guide.

                                                                                                                                                                                  If you are sending on behalf of another user and have been permitted to do so by a sending authorization policy, then you must also specify the SourceArn parameter. For more information about sending authorization, see the Amazon SES Developer Guide.

                                                                                                                                                                                  In all cases, the email address must be 7-bit ASCII. If the text must contain any other characters, then you must use MIME encoded-word syntax (RFC 2047) instead of a literal string. MIME encoded-word syntax uses the following form: =?charset?encoding?encoded-text?=. For more information, see RFC 2047.*/", "setterMethodName" : "setSource", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "source", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                                                                                  The email address that is sending the email. This email address must be either individually verified with Amazon SES, or from a domain that has been verified with Amazon SES. For information about verifying identities, see the Amazon SES Developer Guide.

                                                                                                                                                                                  If you are sending on behalf of another user and have been permitted to do so by a sending authorization policy, then you must also specify the SourceArn parameter. For more information about sending authorization, see the Amazon SES Developer Guide.

                                                                                                                                                                                  In all cases, the email address must be 7-bit ASCII. If the text must contain any other characters, then you must use MIME encoded-word syntax (RFC 2047) instead of a literal string. MIME encoded-word syntax uses the following form: =?charset?encoding?encoded-text?=. For more information, see RFC 2047.

                                                                                                                                                                                  \n@param source The email address that is sending the email. This email address must be either individually verified with Amazon SES, or from a domain that has been verified with Amazon SES. For information about verifying identities, see the Amazon SES Developer Guide.

                                                                                                                                                                                  If you are sending on behalf of another user and have been permitted to do so by a sending authorization policy, then you must also specify the SourceArn parameter. For more information about sending authorization, see the Amazon SES Developer Guide.

                                                                                                                                                                                  In all cases, the email address must be 7-bit ASCII. If the text must contain any other characters, then you must use MIME encoded-word syntax (RFC 2047) instead of a literal string. MIME encoded-word syntax uses the following form: =?charset?encoding?encoded-text?=. For more information, see RFC 2047.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "source", "variableType" : "String", "documentation" : "

                                                                                                                                                                                  The email address that is sending the email. This email address must be either individually verified with Amazon SES, or from a domain that has been verified with Amazon SES. For information about verifying identities, see the Amazon SES Developer Guide.

                                                                                                                                                                                  If you are sending on behalf of another user and have been permitted to do so by a sending authorization policy, then you must also specify the SourceArn parameter. For more information about sending authorization, see the Amazon SES Developer Guide.

                                                                                                                                                                                  In all cases, the email address must be 7-bit ASCII. If the text must contain any other characters, then you must use MIME encoded-word syntax (RFC 2047) instead of a literal string. MIME encoded-word syntax uses the following form: =?charset?encoding?encoded-text?=. For more information, see RFC 2047.

                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "Destination", "c2jShape" : "Destination", "deprecated" : false, "documentation" : "

                                                                                                                                                                                  The destination for this email, composed of To:, CC:, and BCC: fields.

                                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                  The destination for this email, composed of To:, CC:, and BCC: fields.

                                                                                                                                                                                  \n@param destination The destination for this email, composed of To:, CC:, and BCC: fields.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withDestination", "getterDocumentation" : "/**

                                                                                                                                                                                  The destination for this email, composed of To:, CC:, and BCC: fields.

                                                                                                                                                                                  \n@return The destination for this email, composed of To:, CC:, and BCC: fields.*/", "getterMethodName" : "getDestination", "getterModel" : { "returnType" : "Destination", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Destination", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Destination", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Destination", "setterDocumentation" : "/**

                                                                                                                                                                                  The destination for this email, composed of To:, CC:, and BCC: fields.

                                                                                                                                                                                  \n@param destination The destination for this email, composed of To:, CC:, and BCC: fields.*/", "setterMethodName" : "setDestination", "setterModel" : { "variableDeclarationType" : "Destination", "variableName" : "destination", "variableType" : "Destination", "documentation" : "", "simpleType" : "Destination", "variableSetterType" : "Destination" }, "simple" : false, "varargSetterDocumentation" : "/**

                                                                                                                                                                                  The destination for this email, composed of To:, CC:, and BCC: fields.

                                                                                                                                                                                  \n@param destination The destination for this email, composed of To:, CC:, and BCC: fields.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Destination", "variableName" : "destination", "variableType" : "Destination", "documentation" : "

                                                                                                                                                                                  The destination for this email, composed of To:, CC:, and BCC: fields.

                                                                                                                                                                                  ", "simpleType" : "Destination", "variableSetterType" : "Destination" }, "xmlNameSpaceUri" : null }, { "c2jName" : "Message", "c2jShape" : "Message", "deprecated" : false, "documentation" : "

                                                                                                                                                                                  The message to be sent.

                                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                  The message to be sent.

                                                                                                                                                                                  \n@param message The message to be sent.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withMessage", "getterDocumentation" : "/**

                                                                                                                                                                                  The message to be sent.

                                                                                                                                                                                  \n@return The message to be sent.*/", "getterMethodName" : "getMessage", "getterModel" : { "returnType" : "Message", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Message", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Message", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Message", "setterDocumentation" : "/**

                                                                                                                                                                                  The message to be sent.

                                                                                                                                                                                  \n@param message The message to be sent.*/", "setterMethodName" : "setMessage", "setterModel" : { "variableDeclarationType" : "Message", "variableName" : "message", "variableType" : "Message", "documentation" : "", "simpleType" : "Message", "variableSetterType" : "Message" }, "simple" : false, "varargSetterDocumentation" : "/**

                                                                                                                                                                                  The message to be sent.

                                                                                                                                                                                  \n@param message The message to be sent.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Message", "variableName" : "message", "variableType" : "Message", "documentation" : "

                                                                                                                                                                                  The message to be sent.

                                                                                                                                                                                  ", "simpleType" : "Message", "variableSetterType" : "Message" }, "xmlNameSpaceUri" : null }, { "c2jName" : "ReplyToAddresses", "c2jShape" : "AddressList", "deprecated" : false, "documentation" : "

                                                                                                                                                                                  The reply-to email address(es) for the message. If the recipient replies to the message, each reply-to address will receive the reply.

                                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                  The reply-to email address(es) for the message. If the recipient replies to the message, each reply-to address will receive the reply.

                                                                                                                                                                                  \n@param replyToAddresses The reply-to email address(es) for the message. If the recipient replies to the message, each reply-to address will receive the reply.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withReplyToAddresses", "getterDocumentation" : "/**

                                                                                                                                                                                  The reply-to email address(es) for the message. If the recipient replies to the message, each reply-to address will receive the reply.

                                                                                                                                                                                  \n@return The reply-to email address(es) for the message. If the recipient replies to the message, each reply-to address will receive the reply.*/", "getterMethodName" : "getReplyToAddresses", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ReplyToAddresses", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ReplyToAddresses", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : true, "listModel" : { "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "Address", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withMember", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getMember", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "simpleType" : "String", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "ReplyToAddresses", "setterDocumentation" : "/**

                                                                                                                                                                                  The reply-to email address(es) for the message. If the recipient replies to the message, each reply-to address will receive the reply.

                                                                                                                                                                                  \n@param replyToAddresses The reply-to email address(es) for the message. If the recipient replies to the message, each reply-to address will receive the reply.*/", "setterMethodName" : "setReplyToAddresses", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "replyToAddresses", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

                                                                                                                                                                                  The reply-to email address(es) for the message. If the recipient replies to the message, each reply-to address will receive the reply.

                                                                                                                                                                                  \n

                                                                                                                                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setReplyToAddresses(java.util.Collection)} or {@link #withReplyToAddresses(java.util.Collection)} if you want to override the existing values.

                                                                                                                                                                                  \n@param replyToAddresses The reply-to email address(es) for the message. If the recipient replies to the message, each reply-to address will receive the reply.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "replyToAddresses", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                                                  The reply-to email address(es) for the message. If the recipient replies to the message, each reply-to address will receive the reply.

                                                                                                                                                                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "c2jName" : "ReturnPath", "c2jShape" : "Address", "deprecated" : false, "documentation" : "

                                                                                                                                                                                  The email address to which bounces and complaints are to be forwarded when feedback forwarding is enabled. If the message cannot be delivered to the recipient, then an error message will be returned from the recipient's ISP; this message will then be forwarded to the email address specified by the ReturnPath parameter. The ReturnPath parameter is never overwritten. This email address must be either individually verified with Amazon SES, or from a domain that has been verified with Amazon SES.

                                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                  The email address to which bounces and complaints are to be forwarded when feedback forwarding is enabled. If the message cannot be delivered to the recipient, then an error message will be returned from the recipient's ISP; this message will then be forwarded to the email address specified by the ReturnPath parameter. The ReturnPath parameter is never overwritten. This email address must be either individually verified with Amazon SES, or from a domain that has been verified with Amazon SES.

                                                                                                                                                                                  \n@param returnPath The email address to which bounces and complaints are to be forwarded when feedback forwarding is enabled. If the message cannot be delivered to the recipient, then an error message will be returned from the recipient's ISP; this message will then be forwarded to the email address specified by the ReturnPath parameter. The ReturnPath parameter is never overwritten. This email address must be either individually verified with Amazon SES, or from a domain that has been verified with Amazon SES.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withReturnPath", "getterDocumentation" : "/**

                                                                                                                                                                                  The email address to which bounces and complaints are to be forwarded when feedback forwarding is enabled. If the message cannot be delivered to the recipient, then an error message will be returned from the recipient's ISP; this message will then be forwarded to the email address specified by the ReturnPath parameter. The ReturnPath parameter is never overwritten. This email address must be either individually verified with Amazon SES, or from a domain that has been verified with Amazon SES.

                                                                                                                                                                                  \n@return The email address to which bounces and complaints are to be forwarded when feedback forwarding is enabled. If the message cannot be delivered to the recipient, then an error message will be returned from the recipient's ISP; this message will then be forwarded to the email address specified by the ReturnPath parameter. The ReturnPath parameter is never overwritten. This email address must be either individually verified with Amazon SES, or from a domain that has been verified with Amazon SES.*/", "getterMethodName" : "getReturnPath", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ReturnPath", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ReturnPath", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "ReturnPath", "setterDocumentation" : "/**

                                                                                                                                                                                  The email address to which bounces and complaints are to be forwarded when feedback forwarding is enabled. If the message cannot be delivered to the recipient, then an error message will be returned from the recipient's ISP; this message will then be forwarded to the email address specified by the ReturnPath parameter. The ReturnPath parameter is never overwritten. This email address must be either individually verified with Amazon SES, or from a domain that has been verified with Amazon SES.

                                                                                                                                                                                  \n@param returnPath The email address to which bounces and complaints are to be forwarded when feedback forwarding is enabled. If the message cannot be delivered to the recipient, then an error message will be returned from the recipient's ISP; this message will then be forwarded to the email address specified by the ReturnPath parameter. The ReturnPath parameter is never overwritten. This email address must be either individually verified with Amazon SES, or from a domain that has been verified with Amazon SES.*/", "setterMethodName" : "setReturnPath", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "returnPath", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                                                                                  The email address to which bounces and complaints are to be forwarded when feedback forwarding is enabled. If the message cannot be delivered to the recipient, then an error message will be returned from the recipient's ISP; this message will then be forwarded to the email address specified by the ReturnPath parameter. The ReturnPath parameter is never overwritten. This email address must be either individually verified with Amazon SES, or from a domain that has been verified with Amazon SES.

                                                                                                                                                                                  \n@param returnPath The email address to which bounces and complaints are to be forwarded when feedback forwarding is enabled. If the message cannot be delivered to the recipient, then an error message will be returned from the recipient's ISP; this message will then be forwarded to the email address specified by the ReturnPath parameter. The ReturnPath parameter is never overwritten. This email address must be either individually verified with Amazon SES, or from a domain that has been verified with Amazon SES.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "returnPath", "variableType" : "String", "documentation" : "

                                                                                                                                                                                  The email address to which bounces and complaints are to be forwarded when feedback forwarding is enabled. If the message cannot be delivered to the recipient, then an error message will be returned from the recipient's ISP; this message will then be forwarded to the email address specified by the ReturnPath parameter. The ReturnPath parameter is never overwritten. This email address must be either individually verified with Amazon SES, or from a domain that has been verified with Amazon SES.

                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "SourceArn", "c2jShape" : "AmazonResourceName", "deprecated" : false, "documentation" : "

                                                                                                                                                                                  This parameter is used only for sending authorization. It is the ARN of the identity that is associated with the sending authorization policy that permits you to send for the email address specified in the Source parameter.

                                                                                                                                                                                  For example, if the owner of example.com (which has ARN arn:aws:ses:us-east-1:123456789012:identity/example.com) attaches a policy to it that authorizes you to send from [email protected], then you would specify the SourceArn to be arn:aws:ses:us-east-1:123456789012:identity/example.com, and the Source to be [email protected].

                                                                                                                                                                                  For more information about sending authorization, see the Amazon SES Developer Guide.

                                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                  This parameter is used only for sending authorization. It is the ARN of the identity that is associated with the sending authorization policy that permits you to send for the email address specified in the Source parameter.

                                                                                                                                                                                  For example, if the owner of example.com (which has ARN arn:aws:ses:us-east-1:123456789012:identity/example.com) attaches a policy to it that authorizes you to send from [email protected], then you would specify the SourceArn to be arn:aws:ses:us-east-1:123456789012:identity/example.com, and the Source to be [email protected].

                                                                                                                                                                                  For more information about sending authorization, see the Amazon SES Developer Guide.

                                                                                                                                                                                  \n@param sourceArn This parameter is used only for sending authorization. It is the ARN of the identity that is associated with the sending authorization policy that permits you to send for the email address specified in the Source parameter.

                                                                                                                                                                                  For example, if the owner of example.com (which has ARN arn:aws:ses:us-east-1:123456789012:identity/example.com) attaches a policy to it that authorizes you to send from [email protected], then you would specify the SourceArn to be arn:aws:ses:us-east-1:123456789012:identity/example.com, and the Source to be [email protected].

                                                                                                                                                                                  For more information about sending authorization, see the Amazon SES Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withSourceArn", "getterDocumentation" : "/**

                                                                                                                                                                                  This parameter is used only for sending authorization. It is the ARN of the identity that is associated with the sending authorization policy that permits you to send for the email address specified in the Source parameter.

                                                                                                                                                                                  For example, if the owner of example.com (which has ARN arn:aws:ses:us-east-1:123456789012:identity/example.com) attaches a policy to it that authorizes you to send from [email protected], then you would specify the SourceArn to be arn:aws:ses:us-east-1:123456789012:identity/example.com, and the Source to be [email protected].

                                                                                                                                                                                  For more information about sending authorization, see the Amazon SES Developer Guide.

                                                                                                                                                                                  \n@return This parameter is used only for sending authorization. It is the ARN of the identity that is associated with the sending authorization policy that permits you to send for the email address specified in the Source parameter.

                                                                                                                                                                                  For example, if the owner of example.com (which has ARN arn:aws:ses:us-east-1:123456789012:identity/example.com) attaches a policy to it that authorizes you to send from [email protected], then you would specify the SourceArn to be arn:aws:ses:us-east-1:123456789012:identity/example.com, and the Source to be [email protected].

                                                                                                                                                                                  For more information about sending authorization, see the Amazon SES Developer Guide.*/", "getterMethodName" : "getSourceArn", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "SourceArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "SourceArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "SourceArn", "setterDocumentation" : "/**

                                                                                                                                                                                  This parameter is used only for sending authorization. It is the ARN of the identity that is associated with the sending authorization policy that permits you to send for the email address specified in the Source parameter.

                                                                                                                                                                                  For example, if the owner of example.com (which has ARN arn:aws:ses:us-east-1:123456789012:identity/example.com) attaches a policy to it that authorizes you to send from [email protected], then you would specify the SourceArn to be arn:aws:ses:us-east-1:123456789012:identity/example.com, and the Source to be [email protected].

                                                                                                                                                                                  For more information about sending authorization, see the Amazon SES Developer Guide.

                                                                                                                                                                                  \n@param sourceArn This parameter is used only for sending authorization. It is the ARN of the identity that is associated with the sending authorization policy that permits you to send for the email address specified in the Source parameter.

                                                                                                                                                                                  For example, if the owner of example.com (which has ARN arn:aws:ses:us-east-1:123456789012:identity/example.com) attaches a policy to it that authorizes you to send from [email protected], then you would specify the SourceArn to be arn:aws:ses:us-east-1:123456789012:identity/example.com, and the Source to be [email protected].

                                                                                                                                                                                  For more information about sending authorization, see the Amazon SES Developer Guide.*/", "setterMethodName" : "setSourceArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "sourceArn", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                                                                                  This parameter is used only for sending authorization. It is the ARN of the identity that is associated with the sending authorization policy that permits you to send for the email address specified in the Source parameter.

                                                                                                                                                                                  For example, if the owner of example.com (which has ARN arn:aws:ses:us-east-1:123456789012:identity/example.com) attaches a policy to it that authorizes you to send from [email protected], then you would specify the SourceArn to be arn:aws:ses:us-east-1:123456789012:identity/example.com, and the Source to be [email protected].

                                                                                                                                                                                  For more information about sending authorization, see the Amazon SES Developer Guide.

                                                                                                                                                                                  \n@param sourceArn This parameter is used only for sending authorization. It is the ARN of the identity that is associated with the sending authorization policy that permits you to send for the email address specified in the Source parameter.

                                                                                                                                                                                  For example, if the owner of example.com (which has ARN arn:aws:ses:us-east-1:123456789012:identity/example.com) attaches a policy to it that authorizes you to send from [email protected], then you would specify the SourceArn to be arn:aws:ses:us-east-1:123456789012:identity/example.com, and the Source to be [email protected].

                                                                                                                                                                                  For more information about sending authorization, see the Amazon SES Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "sourceArn", "variableType" : "String", "documentation" : "

                                                                                                                                                                                  This parameter is used only for sending authorization. It is the ARN of the identity that is associated with the sending authorization policy that permits you to send for the email address specified in the Source parameter.

                                                                                                                                                                                  For example, if the owner of example.com (which has ARN arn:aws:ses:us-east-1:123456789012:identity/example.com) attaches a policy to it that authorizes you to send from [email protected], then you would specify the SourceArn to be arn:aws:ses:us-east-1:123456789012:identity/example.com, and the Source to be [email protected].

                                                                                                                                                                                  For more information about sending authorization, see the Amazon SES Developer Guide.

                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "ReturnPathArn", "c2jShape" : "AmazonResourceName", "deprecated" : false, "documentation" : "

                                                                                                                                                                                  This parameter is used only for sending authorization. It is the ARN of the identity that is associated with the sending authorization policy that permits you to use the email address specified in the ReturnPath parameter.

                                                                                                                                                                                  For example, if the owner of example.com (which has ARN arn:aws:ses:us-east-1:123456789012:identity/example.com) attaches a policy to it that authorizes you to use [email protected], then you would specify the ReturnPathArn to be arn:aws:ses:us-east-1:123456789012:identity/example.com, and the ReturnPath to be [email protected].

                                                                                                                                                                                  For more information about sending authorization, see the Amazon SES Developer Guide.

                                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                  This parameter is used only for sending authorization. It is the ARN of the identity that is associated with the sending authorization policy that permits you to use the email address specified in the ReturnPath parameter.

                                                                                                                                                                                  For example, if the owner of example.com (which has ARN arn:aws:ses:us-east-1:123456789012:identity/example.com) attaches a policy to it that authorizes you to use [email protected], then you would specify the ReturnPathArn to be arn:aws:ses:us-east-1:123456789012:identity/example.com, and the ReturnPath to be [email protected].

                                                                                                                                                                                  For more information about sending authorization, see the Amazon SES Developer Guide.

                                                                                                                                                                                  \n@param returnPathArn This parameter is used only for sending authorization. It is the ARN of the identity that is associated with the sending authorization policy that permits you to use the email address specified in the ReturnPath parameter.

                                                                                                                                                                                  For example, if the owner of example.com (which has ARN arn:aws:ses:us-east-1:123456789012:identity/example.com) attaches a policy to it that authorizes you to use [email protected], then you would specify the ReturnPathArn to be arn:aws:ses:us-east-1:123456789012:identity/example.com, and the ReturnPath to be [email protected].

                                                                                                                                                                                  For more information about sending authorization, see the Amazon SES Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withReturnPathArn", "getterDocumentation" : "/**

                                                                                                                                                                                  This parameter is used only for sending authorization. It is the ARN of the identity that is associated with the sending authorization policy that permits you to use the email address specified in the ReturnPath parameter.

                                                                                                                                                                                  For example, if the owner of example.com (which has ARN arn:aws:ses:us-east-1:123456789012:identity/example.com) attaches a policy to it that authorizes you to use [email protected], then you would specify the ReturnPathArn to be arn:aws:ses:us-east-1:123456789012:identity/example.com, and the ReturnPath to be [email protected].

                                                                                                                                                                                  For more information about sending authorization, see the Amazon SES Developer Guide.

                                                                                                                                                                                  \n@return This parameter is used only for sending authorization. It is the ARN of the identity that is associated with the sending authorization policy that permits you to use the email address specified in the ReturnPath parameter.

                                                                                                                                                                                  For example, if the owner of example.com (which has ARN arn:aws:ses:us-east-1:123456789012:identity/example.com) attaches a policy to it that authorizes you to use [email protected], then you would specify the ReturnPathArn to be arn:aws:ses:us-east-1:123456789012:identity/example.com, and the ReturnPath to be [email protected].

                                                                                                                                                                                  For more information about sending authorization, see the Amazon SES Developer Guide.*/", "getterMethodName" : "getReturnPathArn", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ReturnPathArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ReturnPathArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "ReturnPathArn", "setterDocumentation" : "/**

                                                                                                                                                                                  This parameter is used only for sending authorization. It is the ARN of the identity that is associated with the sending authorization policy that permits you to use the email address specified in the ReturnPath parameter.

                                                                                                                                                                                  For example, if the owner of example.com (which has ARN arn:aws:ses:us-east-1:123456789012:identity/example.com) attaches a policy to it that authorizes you to use [email protected], then you would specify the ReturnPathArn to be arn:aws:ses:us-east-1:123456789012:identity/example.com, and the ReturnPath to be [email protected].

                                                                                                                                                                                  For more information about sending authorization, see the Amazon SES Developer Guide.

                                                                                                                                                                                  \n@param returnPathArn This parameter is used only for sending authorization. It is the ARN of the identity that is associated with the sending authorization policy that permits you to use the email address specified in the ReturnPath parameter.

                                                                                                                                                                                  For example, if the owner of example.com (which has ARN arn:aws:ses:us-east-1:123456789012:identity/example.com) attaches a policy to it that authorizes you to use [email protected], then you would specify the ReturnPathArn to be arn:aws:ses:us-east-1:123456789012:identity/example.com, and the ReturnPath to be [email protected].

                                                                                                                                                                                  For more information about sending authorization, see the Amazon SES Developer Guide.*/", "setterMethodName" : "setReturnPathArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "returnPathArn", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                                                                                  This parameter is used only for sending authorization. It is the ARN of the identity that is associated with the sending authorization policy that permits you to use the email address specified in the ReturnPath parameter.

                                                                                                                                                                                  For example, if the owner of example.com (which has ARN arn:aws:ses:us-east-1:123456789012:identity/example.com) attaches a policy to it that authorizes you to use [email protected], then you would specify the ReturnPathArn to be arn:aws:ses:us-east-1:123456789012:identity/example.com, and the ReturnPath to be [email protected].

                                                                                                                                                                                  For more information about sending authorization, see the Amazon SES Developer Guide.

                                                                                                                                                                                  \n@param returnPathArn This parameter is used only for sending authorization. It is the ARN of the identity that is associated with the sending authorization policy that permits you to use the email address specified in the ReturnPath parameter.

                                                                                                                                                                                  For example, if the owner of example.com (which has ARN arn:aws:ses:us-east-1:123456789012:identity/example.com) attaches a policy to it that authorizes you to use [email protected], then you would specify the ReturnPathArn to be arn:aws:ses:us-east-1:123456789012:identity/example.com, and the ReturnPath to be [email protected].

                                                                                                                                                                                  For more information about sending authorization, see the Amazon SES Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "returnPathArn", "variableType" : "String", "documentation" : "

                                                                                                                                                                                  This parameter is used only for sending authorization. It is the ARN of the identity that is associated with the sending authorization policy that permits you to use the email address specified in the ReturnPath parameter.

                                                                                                                                                                                  For example, if the owner of example.com (which has ARN arn:aws:ses:us-east-1:123456789012:identity/example.com) attaches a policy to it that authorizes you to use [email protected], then you would specify the ReturnPathArn to be arn:aws:ses:us-east-1:123456789012:identity/example.com, and the ReturnPath to be [email protected].

                                                                                                                                                                                  For more information about sending authorization, see the Amazon SES Developer Guide.

                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "Tags", "c2jShape" : "MessageTagList", "deprecated" : false, "documentation" : "

                                                                                                                                                                                  A list of tags, in the form of name/value pairs, to apply to an email that you send using SendEmail. Tags correspond to characteristics of the email that you define, so that you can publish email sending events.

                                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                  A list of tags, in the form of name/value pairs, to apply to an email that you send using SendEmail. Tags correspond to characteristics of the email that you define, so that you can publish email sending events.

                                                                                                                                                                                  \n@param tags A list of tags, in the form of name/value pairs, to apply to an email that you send using SendEmail. Tags correspond to characteristics of the email that you define, so that you can publish email sending events.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withTags", "getterDocumentation" : "/**

                                                                                                                                                                                  A list of tags, in the form of name/value pairs, to apply to an email that you send using SendEmail. Tags correspond to characteristics of the email that you define, so that you can publish email sending events.

                                                                                                                                                                                  \n@return A list of tags, in the form of name/value pairs, to apply to an email that you send using SendEmail. Tags correspond to characteristics of the email that you define, so that you can publish email sending events.*/", "getterMethodName" : "getTags", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Tags", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Tags", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : true, "listModel" : { "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "MessageTag", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withMember", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getMember", "getterModel" : { "returnType" : "MessageTag", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "MessageTag", "variableName" : "member", "variableType" : "MessageTag", "documentation" : "", "simpleType" : "MessageTag", "variableSetterType" : "MessageTag" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "MessageTag", "variableName" : "member", "variableType" : "MessageTag", "documentation" : "", "simpleType" : "MessageTag", "variableSetterType" : "MessageTag" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "MessageTag", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "simpleType" : "MessageTag", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "Tags", "setterDocumentation" : "/**

                                                                                                                                                                                  A list of tags, in the form of name/value pairs, to apply to an email that you send using SendEmail. Tags correspond to characteristics of the email that you define, so that you can publish email sending events.

                                                                                                                                                                                  \n@param tags A list of tags, in the form of name/value pairs, to apply to an email that you send using SendEmail. Tags correspond to characteristics of the email that you define, so that you can publish email sending events.*/", "setterMethodName" : "setTags", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "tags", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

                                                                                                                                                                                  A list of tags, in the form of name/value pairs, to apply to an email that you send using SendEmail. Tags correspond to characteristics of the email that you define, so that you can publish email sending events.

                                                                                                                                                                                  \n

                                                                                                                                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setTags(java.util.Collection)} or {@link #withTags(java.util.Collection)} if you want to override the existing values.

                                                                                                                                                                                  \n@param tags A list of tags, in the form of name/value pairs, to apply to an email that you send using SendEmail. Tags correspond to characteristics of the email that you define, so that you can publish email sending events.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "tags", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                                                  A list of tags, in the form of name/value pairs, to apply to an email that you send using SendEmail. Tags correspond to characteristics of the email that you define, so that you can publish email sending events.

                                                                                                                                                                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "c2jName" : "ConfigurationSetName", "c2jShape" : "ConfigurationSetName", "deprecated" : false, "documentation" : "

                                                                                                                                                                                  The name of the configuration set to use when you send an email using SendEmail.

                                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                  The name of the configuration set to use when you send an email using SendEmail.

                                                                                                                                                                                  \n@param configurationSetName The name of the configuration set to use when you send an email using SendEmail.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withConfigurationSetName", "getterDocumentation" : "/**

                                                                                                                                                                                  The name of the configuration set to use when you send an email using SendEmail.

                                                                                                                                                                                  \n@return The name of the configuration set to use when you send an email using SendEmail.*/", "getterMethodName" : "getConfigurationSetName", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ConfigurationSetName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ConfigurationSetName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "ConfigurationSetName", "setterDocumentation" : "/**

                                                                                                                                                                                  The name of the configuration set to use when you send an email using SendEmail.

                                                                                                                                                                                  \n@param configurationSetName The name of the configuration set to use when you send an email using SendEmail.*/", "setterMethodName" : "setConfigurationSetName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "configurationSetName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                                                                                  The name of the configuration set to use when you send an email using SendEmail.

                                                                                                                                                                                  \n@param configurationSetName The name of the configuration set to use when you send an email using SendEmail.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "configurationSetName", "variableType" : "String", "documentation" : "

                                                                                                                                                                                  The name of the configuration set to use when you send an email using SendEmail.

                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ConfigurationSetName" : { "c2jName" : "ConfigurationSetName", "c2jShape" : "ConfigurationSetName", "deprecated" : false, "documentation" : "

                                                                                                                                                                                  The name of the configuration set to use when you send an email using SendEmail.

                                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                  The name of the configuration set to use when you send an email using SendEmail.

                                                                                                                                                                                  \n@param configurationSetName The name of the configuration set to use when you send an email using SendEmail.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withConfigurationSetName", "getterDocumentation" : "/**

                                                                                                                                                                                  The name of the configuration set to use when you send an email using SendEmail.

                                                                                                                                                                                  \n@return The name of the configuration set to use when you send an email using SendEmail.*/", "getterMethodName" : "getConfigurationSetName", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ConfigurationSetName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ConfigurationSetName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "ConfigurationSetName", "setterDocumentation" : "/**

                                                                                                                                                                                  The name of the configuration set to use when you send an email using SendEmail.

                                                                                                                                                                                  \n@param configurationSetName The name of the configuration set to use when you send an email using SendEmail.*/", "setterMethodName" : "setConfigurationSetName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "configurationSetName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                                                                                  The name of the configuration set to use when you send an email using SendEmail.

                                                                                                                                                                                  \n@param configurationSetName The name of the configuration set to use when you send an email using SendEmail.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "configurationSetName", "variableType" : "String", "documentation" : "

                                                                                                                                                                                  The name of the configuration set to use when you send an email using SendEmail.

                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Destination" : { "c2jName" : "Destination", "c2jShape" : "Destination", "deprecated" : false, "documentation" : "

                                                                                                                                                                                  The destination for this email, composed of To:, CC:, and BCC: fields.

                                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                  The destination for this email, composed of To:, CC:, and BCC: fields.

                                                                                                                                                                                  \n@param destination The destination for this email, composed of To:, CC:, and BCC: fields.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withDestination", "getterDocumentation" : "/**

                                                                                                                                                                                  The destination for this email, composed of To:, CC:, and BCC: fields.

                                                                                                                                                                                  \n@return The destination for this email, composed of To:, CC:, and BCC: fields.*/", "getterMethodName" : "getDestination", "getterModel" : { "returnType" : "Destination", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Destination", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Destination", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Destination", "setterDocumentation" : "/**

                                                                                                                                                                                  The destination for this email, composed of To:, CC:, and BCC: fields.

                                                                                                                                                                                  \n@param destination The destination for this email, composed of To:, CC:, and BCC: fields.*/", "setterMethodName" : "setDestination", "setterModel" : { "variableDeclarationType" : "Destination", "variableName" : "destination", "variableType" : "Destination", "documentation" : "", "simpleType" : "Destination", "variableSetterType" : "Destination" }, "simple" : false, "varargSetterDocumentation" : "/**

                                                                                                                                                                                  The destination for this email, composed of To:, CC:, and BCC: fields.

                                                                                                                                                                                  \n@param destination The destination for this email, composed of To:, CC:, and BCC: fields.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Destination", "variableName" : "destination", "variableType" : "Destination", "documentation" : "

                                                                                                                                                                                  The destination for this email, composed of To:, CC:, and BCC: fields.

                                                                                                                                                                                  ", "simpleType" : "Destination", "variableSetterType" : "Destination" }, "xmlNameSpaceUri" : null }, "Message" : { "c2jName" : "Message", "c2jShape" : "Message", "deprecated" : false, "documentation" : "

                                                                                                                                                                                  The message to be sent.

                                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                  The message to be sent.

                                                                                                                                                                                  \n@param message The message to be sent.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withMessage", "getterDocumentation" : "/**

                                                                                                                                                                                  The message to be sent.

                                                                                                                                                                                  \n@return The message to be sent.*/", "getterMethodName" : "getMessage", "getterModel" : { "returnType" : "Message", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Message", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Message", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Message", "setterDocumentation" : "/**

                                                                                                                                                                                  The message to be sent.

                                                                                                                                                                                  \n@param message The message to be sent.*/", "setterMethodName" : "setMessage", "setterModel" : { "variableDeclarationType" : "Message", "variableName" : "message", "variableType" : "Message", "documentation" : "", "simpleType" : "Message", "variableSetterType" : "Message" }, "simple" : false, "varargSetterDocumentation" : "/**

                                                                                                                                                                                  The message to be sent.

                                                                                                                                                                                  \n@param message The message to be sent.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Message", "variableName" : "message", "variableType" : "Message", "documentation" : "

                                                                                                                                                                                  The message to be sent.

                                                                                                                                                                                  ", "simpleType" : "Message", "variableSetterType" : "Message" }, "xmlNameSpaceUri" : null }, "ReplyToAddresses" : { "c2jName" : "ReplyToAddresses", "c2jShape" : "AddressList", "deprecated" : false, "documentation" : "

                                                                                                                                                                                  The reply-to email address(es) for the message. If the recipient replies to the message, each reply-to address will receive the reply.

                                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                  The reply-to email address(es) for the message. If the recipient replies to the message, each reply-to address will receive the reply.

                                                                                                                                                                                  \n@param replyToAddresses The reply-to email address(es) for the message. If the recipient replies to the message, each reply-to address will receive the reply.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withReplyToAddresses", "getterDocumentation" : "/**

                                                                                                                                                                                  The reply-to email address(es) for the message. If the recipient replies to the message, each reply-to address will receive the reply.

                                                                                                                                                                                  \n@return The reply-to email address(es) for the message. If the recipient replies to the message, each reply-to address will receive the reply.*/", "getterMethodName" : "getReplyToAddresses", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ReplyToAddresses", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ReplyToAddresses", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : true, "listModel" : { "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "Address", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withMember", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getMember", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "simpleType" : "String", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "ReplyToAddresses", "setterDocumentation" : "/**

                                                                                                                                                                                  The reply-to email address(es) for the message. If the recipient replies to the message, each reply-to address will receive the reply.

                                                                                                                                                                                  \n@param replyToAddresses The reply-to email address(es) for the message. If the recipient replies to the message, each reply-to address will receive the reply.*/", "setterMethodName" : "setReplyToAddresses", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "replyToAddresses", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

                                                                                                                                                                                  The reply-to email address(es) for the message. If the recipient replies to the message, each reply-to address will receive the reply.

                                                                                                                                                                                  \n

                                                                                                                                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setReplyToAddresses(java.util.Collection)} or {@link #withReplyToAddresses(java.util.Collection)} if you want to override the existing values.

                                                                                                                                                                                  \n@param replyToAddresses The reply-to email address(es) for the message. If the recipient replies to the message, each reply-to address will receive the reply.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "replyToAddresses", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                                                  The reply-to email address(es) for the message. If the recipient replies to the message, each reply-to address will receive the reply.

                                                                                                                                                                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, "ReturnPath" : { "c2jName" : "ReturnPath", "c2jShape" : "Address", "deprecated" : false, "documentation" : "

                                                                                                                                                                                  The email address to which bounces and complaints are to be forwarded when feedback forwarding is enabled. If the message cannot be delivered to the recipient, then an error message will be returned from the recipient's ISP; this message will then be forwarded to the email address specified by the ReturnPath parameter. The ReturnPath parameter is never overwritten. This email address must be either individually verified with Amazon SES, or from a domain that has been verified with Amazon SES.

                                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                  The email address to which bounces and complaints are to be forwarded when feedback forwarding is enabled. If the message cannot be delivered to the recipient, then an error message will be returned from the recipient's ISP; this message will then be forwarded to the email address specified by the ReturnPath parameter. The ReturnPath parameter is never overwritten. This email address must be either individually verified with Amazon SES, or from a domain that has been verified with Amazon SES.

                                                                                                                                                                                  \n@param returnPath The email address to which bounces and complaints are to be forwarded when feedback forwarding is enabled. If the message cannot be delivered to the recipient, then an error message will be returned from the recipient's ISP; this message will then be forwarded to the email address specified by the ReturnPath parameter. The ReturnPath parameter is never overwritten. This email address must be either individually verified with Amazon SES, or from a domain that has been verified with Amazon SES.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withReturnPath", "getterDocumentation" : "/**

                                                                                                                                                                                  The email address to which bounces and complaints are to be forwarded when feedback forwarding is enabled. If the message cannot be delivered to the recipient, then an error message will be returned from the recipient's ISP; this message will then be forwarded to the email address specified by the ReturnPath parameter. The ReturnPath parameter is never overwritten. This email address must be either individually verified with Amazon SES, or from a domain that has been verified with Amazon SES.

                                                                                                                                                                                  \n@return The email address to which bounces and complaints are to be forwarded when feedback forwarding is enabled. If the message cannot be delivered to the recipient, then an error message will be returned from the recipient's ISP; this message will then be forwarded to the email address specified by the ReturnPath parameter. The ReturnPath parameter is never overwritten. This email address must be either individually verified with Amazon SES, or from a domain that has been verified with Amazon SES.*/", "getterMethodName" : "getReturnPath", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ReturnPath", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ReturnPath", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "ReturnPath", "setterDocumentation" : "/**

                                                                                                                                                                                  The email address to which bounces and complaints are to be forwarded when feedback forwarding is enabled. If the message cannot be delivered to the recipient, then an error message will be returned from the recipient's ISP; this message will then be forwarded to the email address specified by the ReturnPath parameter. The ReturnPath parameter is never overwritten. This email address must be either individually verified with Amazon SES, or from a domain that has been verified with Amazon SES.

                                                                                                                                                                                  \n@param returnPath The email address to which bounces and complaints are to be forwarded when feedback forwarding is enabled. If the message cannot be delivered to the recipient, then an error message will be returned from the recipient's ISP; this message will then be forwarded to the email address specified by the ReturnPath parameter. The ReturnPath parameter is never overwritten. This email address must be either individually verified with Amazon SES, or from a domain that has been verified with Amazon SES.*/", "setterMethodName" : "setReturnPath", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "returnPath", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                                                                                  The email address to which bounces and complaints are to be forwarded when feedback forwarding is enabled. If the message cannot be delivered to the recipient, then an error message will be returned from the recipient's ISP; this message will then be forwarded to the email address specified by the ReturnPath parameter. The ReturnPath parameter is never overwritten. This email address must be either individually verified with Amazon SES, or from a domain that has been verified with Amazon SES.

                                                                                                                                                                                  \n@param returnPath The email address to which bounces and complaints are to be forwarded when feedback forwarding is enabled. If the message cannot be delivered to the recipient, then an error message will be returned from the recipient's ISP; this message will then be forwarded to the email address specified by the ReturnPath parameter. The ReturnPath parameter is never overwritten. This email address must be either individually verified with Amazon SES, or from a domain that has been verified with Amazon SES.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "returnPath", "variableType" : "String", "documentation" : "

                                                                                                                                                                                  The email address to which bounces and complaints are to be forwarded when feedback forwarding is enabled. If the message cannot be delivered to the recipient, then an error message will be returned from the recipient's ISP; this message will then be forwarded to the email address specified by the ReturnPath parameter. The ReturnPath parameter is never overwritten. This email address must be either individually verified with Amazon SES, or from a domain that has been verified with Amazon SES.

                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "ReturnPathArn" : { "c2jName" : "ReturnPathArn", "c2jShape" : "AmazonResourceName", "deprecated" : false, "documentation" : "

                                                                                                                                                                                  This parameter is used only for sending authorization. It is the ARN of the identity that is associated with the sending authorization policy that permits you to use the email address specified in the ReturnPath parameter.

                                                                                                                                                                                  For example, if the owner of example.com (which has ARN arn:aws:ses:us-east-1:123456789012:identity/example.com) attaches a policy to it that authorizes you to use [email protected], then you would specify the ReturnPathArn to be arn:aws:ses:us-east-1:123456789012:identity/example.com, and the ReturnPath to be [email protected].

                                                                                                                                                                                  For more information about sending authorization, see the Amazon SES Developer Guide.

                                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                  This parameter is used only for sending authorization. It is the ARN of the identity that is associated with the sending authorization policy that permits you to use the email address specified in the ReturnPath parameter.

                                                                                                                                                                                  For example, if the owner of example.com (which has ARN arn:aws:ses:us-east-1:123456789012:identity/example.com) attaches a policy to it that authorizes you to use [email protected], then you would specify the ReturnPathArn to be arn:aws:ses:us-east-1:123456789012:identity/example.com, and the ReturnPath to be [email protected].

                                                                                                                                                                                  For more information about sending authorization, see the Amazon SES Developer Guide.

                                                                                                                                                                                  \n@param returnPathArn This parameter is used only for sending authorization. It is the ARN of the identity that is associated with the sending authorization policy that permits you to use the email address specified in the ReturnPath parameter.

                                                                                                                                                                                  For example, if the owner of example.com (which has ARN arn:aws:ses:us-east-1:123456789012:identity/example.com) attaches a policy to it that authorizes you to use [email protected], then you would specify the ReturnPathArn to be arn:aws:ses:us-east-1:123456789012:identity/example.com, and the ReturnPath to be [email protected].

                                                                                                                                                                                  For more information about sending authorization, see the Amazon SES Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withReturnPathArn", "getterDocumentation" : "/**

                                                                                                                                                                                  This parameter is used only for sending authorization. It is the ARN of the identity that is associated with the sending authorization policy that permits you to use the email address specified in the ReturnPath parameter.

                                                                                                                                                                                  For example, if the owner of example.com (which has ARN arn:aws:ses:us-east-1:123456789012:identity/example.com) attaches a policy to it that authorizes you to use [email protected], then you would specify the ReturnPathArn to be arn:aws:ses:us-east-1:123456789012:identity/example.com, and the ReturnPath to be [email protected].

                                                                                                                                                                                  For more information about sending authorization, see the Amazon SES Developer Guide.

                                                                                                                                                                                  \n@return This parameter is used only for sending authorization. It is the ARN of the identity that is associated with the sending authorization policy that permits you to use the email address specified in the ReturnPath parameter.

                                                                                                                                                                                  For example, if the owner of example.com (which has ARN arn:aws:ses:us-east-1:123456789012:identity/example.com) attaches a policy to it that authorizes you to use [email protected], then you would specify the ReturnPathArn to be arn:aws:ses:us-east-1:123456789012:identity/example.com, and the ReturnPath to be [email protected].

                                                                                                                                                                                  For more information about sending authorization, see the Amazon SES Developer Guide.*/", "getterMethodName" : "getReturnPathArn", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ReturnPathArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ReturnPathArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "ReturnPathArn", "setterDocumentation" : "/**

                                                                                                                                                                                  This parameter is used only for sending authorization. It is the ARN of the identity that is associated with the sending authorization policy that permits you to use the email address specified in the ReturnPath parameter.

                                                                                                                                                                                  For example, if the owner of example.com (which has ARN arn:aws:ses:us-east-1:123456789012:identity/example.com) attaches a policy to it that authorizes you to use [email protected], then you would specify the ReturnPathArn to be arn:aws:ses:us-east-1:123456789012:identity/example.com, and the ReturnPath to be [email protected].

                                                                                                                                                                                  For more information about sending authorization, see the Amazon SES Developer Guide.

                                                                                                                                                                                  \n@param returnPathArn This parameter is used only for sending authorization. It is the ARN of the identity that is associated with the sending authorization policy that permits you to use the email address specified in the ReturnPath parameter.

                                                                                                                                                                                  For example, if the owner of example.com (which has ARN arn:aws:ses:us-east-1:123456789012:identity/example.com) attaches a policy to it that authorizes you to use [email protected], then you would specify the ReturnPathArn to be arn:aws:ses:us-east-1:123456789012:identity/example.com, and the ReturnPath to be [email protected].

                                                                                                                                                                                  For more information about sending authorization, see the Amazon SES Developer Guide.*/", "setterMethodName" : "setReturnPathArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "returnPathArn", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                                                                                  This parameter is used only for sending authorization. It is the ARN of the identity that is associated with the sending authorization policy that permits you to use the email address specified in the ReturnPath parameter.

                                                                                                                                                                                  For example, if the owner of example.com (which has ARN arn:aws:ses:us-east-1:123456789012:identity/example.com) attaches a policy to it that authorizes you to use [email protected], then you would specify the ReturnPathArn to be arn:aws:ses:us-east-1:123456789012:identity/example.com, and the ReturnPath to be [email protected].

                                                                                                                                                                                  For more information about sending authorization, see the Amazon SES Developer Guide.

                                                                                                                                                                                  \n@param returnPathArn This parameter is used only for sending authorization. It is the ARN of the identity that is associated with the sending authorization policy that permits you to use the email address specified in the ReturnPath parameter.

                                                                                                                                                                                  For example, if the owner of example.com (which has ARN arn:aws:ses:us-east-1:123456789012:identity/example.com) attaches a policy to it that authorizes you to use [email protected], then you would specify the ReturnPathArn to be arn:aws:ses:us-east-1:123456789012:identity/example.com, and the ReturnPath to be [email protected].

                                                                                                                                                                                  For more information about sending authorization, see the Amazon SES Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "returnPathArn", "variableType" : "String", "documentation" : "

                                                                                                                                                                                  This parameter is used only for sending authorization. It is the ARN of the identity that is associated with the sending authorization policy that permits you to use the email address specified in the ReturnPath parameter.

                                                                                                                                                                                  For example, if the owner of example.com (which has ARN arn:aws:ses:us-east-1:123456789012:identity/example.com) attaches a policy to it that authorizes you to use [email protected], then you would specify the ReturnPathArn to be arn:aws:ses:us-east-1:123456789012:identity/example.com, and the ReturnPath to be [email protected].

                                                                                                                                                                                  For more information about sending authorization, see the Amazon SES Developer Guide.

                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Source" : { "c2jName" : "Source", "c2jShape" : "Address", "deprecated" : false, "documentation" : "

                                                                                                                                                                                  The email address that is sending the email. This email address must be either individually verified with Amazon SES, or from a domain that has been verified with Amazon SES. For information about verifying identities, see the Amazon SES Developer Guide.

                                                                                                                                                                                  If you are sending on behalf of another user and have been permitted to do so by a sending authorization policy, then you must also specify the SourceArn parameter. For more information about sending authorization, see the Amazon SES Developer Guide.

                                                                                                                                                                                  In all cases, the email address must be 7-bit ASCII. If the text must contain any other characters, then you must use MIME encoded-word syntax (RFC 2047) instead of a literal string. MIME encoded-word syntax uses the following form: =?charset?encoding?encoded-text?=. For more information, see RFC 2047.

                                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                  The email address that is sending the email. This email address must be either individually verified with Amazon SES, or from a domain that has been verified with Amazon SES. For information about verifying identities, see the Amazon SES Developer Guide.

                                                                                                                                                                                  If you are sending on behalf of another user and have been permitted to do so by a sending authorization policy, then you must also specify the SourceArn parameter. For more information about sending authorization, see the Amazon SES Developer Guide.

                                                                                                                                                                                  In all cases, the email address must be 7-bit ASCII. If the text must contain any other characters, then you must use MIME encoded-word syntax (RFC 2047) instead of a literal string. MIME encoded-word syntax uses the following form: =?charset?encoding?encoded-text?=. For more information, see RFC 2047.

                                                                                                                                                                                  \n@param source The email address that is sending the email. This email address must be either individually verified with Amazon SES, or from a domain that has been verified with Amazon SES. For information about verifying identities, see the Amazon SES Developer Guide.

                                                                                                                                                                                  If you are sending on behalf of another user and have been permitted to do so by a sending authorization policy, then you must also specify the SourceArn parameter. For more information about sending authorization, see the Amazon SES Developer Guide.

                                                                                                                                                                                  In all cases, the email address must be 7-bit ASCII. If the text must contain any other characters, then you must use MIME encoded-word syntax (RFC 2047) instead of a literal string. MIME encoded-word syntax uses the following form: =?charset?encoding?encoded-text?=. For more information, see RFC 2047.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withSource", "getterDocumentation" : "/**

                                                                                                                                                                                  The email address that is sending the email. This email address must be either individually verified with Amazon SES, or from a domain that has been verified with Amazon SES. For information about verifying identities, see the Amazon SES Developer Guide.

                                                                                                                                                                                  If you are sending on behalf of another user and have been permitted to do so by a sending authorization policy, then you must also specify the SourceArn parameter. For more information about sending authorization, see the Amazon SES Developer Guide.

                                                                                                                                                                                  In all cases, the email address must be 7-bit ASCII. If the text must contain any other characters, then you must use MIME encoded-word syntax (RFC 2047) instead of a literal string. MIME encoded-word syntax uses the following form: =?charset?encoding?encoded-text?=. For more information, see RFC 2047.

                                                                                                                                                                                  \n@return The email address that is sending the email. This email address must be either individually verified with Amazon SES, or from a domain that has been verified with Amazon SES. For information about verifying identities, see the Amazon SES Developer Guide.

                                                                                                                                                                                  If you are sending on behalf of another user and have been permitted to do so by a sending authorization policy, then you must also specify the SourceArn parameter. For more information about sending authorization, see the Amazon SES Developer Guide.

                                                                                                                                                                                  In all cases, the email address must be 7-bit ASCII. If the text must contain any other characters, then you must use MIME encoded-word syntax (RFC 2047) instead of a literal string. MIME encoded-word syntax uses the following form: =?charset?encoding?encoded-text?=. For more information, see RFC 2047.*/", "getterMethodName" : "getSource", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Source", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Source", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Source", "setterDocumentation" : "/**

                                                                                                                                                                                  The email address that is sending the email. This email address must be either individually verified with Amazon SES, or from a domain that has been verified with Amazon SES. For information about verifying identities, see the Amazon SES Developer Guide.

                                                                                                                                                                                  If you are sending on behalf of another user and have been permitted to do so by a sending authorization policy, then you must also specify the SourceArn parameter. For more information about sending authorization, see the Amazon SES Developer Guide.

                                                                                                                                                                                  In all cases, the email address must be 7-bit ASCII. If the text must contain any other characters, then you must use MIME encoded-word syntax (RFC 2047) instead of a literal string. MIME encoded-word syntax uses the following form: =?charset?encoding?encoded-text?=. For more information, see RFC 2047.

                                                                                                                                                                                  \n@param source The email address that is sending the email. This email address must be either individually verified with Amazon SES, or from a domain that has been verified with Amazon SES. For information about verifying identities, see the Amazon SES Developer Guide.

                                                                                                                                                                                  If you are sending on behalf of another user and have been permitted to do so by a sending authorization policy, then you must also specify the SourceArn parameter. For more information about sending authorization, see the Amazon SES Developer Guide.

                                                                                                                                                                                  In all cases, the email address must be 7-bit ASCII. If the text must contain any other characters, then you must use MIME encoded-word syntax (RFC 2047) instead of a literal string. MIME encoded-word syntax uses the following form: =?charset?encoding?encoded-text?=. For more information, see RFC 2047.*/", "setterMethodName" : "setSource", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "source", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                                                                                  The email address that is sending the email. This email address must be either individually verified with Amazon SES, or from a domain that has been verified with Amazon SES. For information about verifying identities, see the Amazon SES Developer Guide.

                                                                                                                                                                                  If you are sending on behalf of another user and have been permitted to do so by a sending authorization policy, then you must also specify the SourceArn parameter. For more information about sending authorization, see the Amazon SES Developer Guide.

                                                                                                                                                                                  In all cases, the email address must be 7-bit ASCII. If the text must contain any other characters, then you must use MIME encoded-word syntax (RFC 2047) instead of a literal string. MIME encoded-word syntax uses the following form: =?charset?encoding?encoded-text?=. For more information, see RFC 2047.

                                                                                                                                                                                  \n@param source The email address that is sending the email. This email address must be either individually verified with Amazon SES, or from a domain that has been verified with Amazon SES. For information about verifying identities, see the Amazon SES Developer Guide.

                                                                                                                                                                                  If you are sending on behalf of another user and have been permitted to do so by a sending authorization policy, then you must also specify the SourceArn parameter. For more information about sending authorization, see the Amazon SES Developer Guide.

                                                                                                                                                                                  In all cases, the email address must be 7-bit ASCII. If the text must contain any other characters, then you must use MIME encoded-word syntax (RFC 2047) instead of a literal string. MIME encoded-word syntax uses the following form: =?charset?encoding?encoded-text?=. For more information, see RFC 2047.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "source", "variableType" : "String", "documentation" : "

                                                                                                                                                                                  The email address that is sending the email. This email address must be either individually verified with Amazon SES, or from a domain that has been verified with Amazon SES. For information about verifying identities, see the Amazon SES Developer Guide.

                                                                                                                                                                                  If you are sending on behalf of another user and have been permitted to do so by a sending authorization policy, then you must also specify the SourceArn parameter. For more information about sending authorization, see the Amazon SES Developer Guide.

                                                                                                                                                                                  In all cases, the email address must be 7-bit ASCII. If the text must contain any other characters, then you must use MIME encoded-word syntax (RFC 2047) instead of a literal string. MIME encoded-word syntax uses the following form: =?charset?encoding?encoded-text?=. For more information, see RFC 2047.

                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "SourceArn" : { "c2jName" : "SourceArn", "c2jShape" : "AmazonResourceName", "deprecated" : false, "documentation" : "

                                                                                                                                                                                  This parameter is used only for sending authorization. It is the ARN of the identity that is associated with the sending authorization policy that permits you to send for the email address specified in the Source parameter.

                                                                                                                                                                                  For example, if the owner of example.com (which has ARN arn:aws:ses:us-east-1:123456789012:identity/example.com) attaches a policy to it that authorizes you to send from [email protected], then you would specify the SourceArn to be arn:aws:ses:us-east-1:123456789012:identity/example.com, and the Source to be [email protected].

                                                                                                                                                                                  For more information about sending authorization, see the Amazon SES Developer Guide.

                                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                  This parameter is used only for sending authorization. It is the ARN of the identity that is associated with the sending authorization policy that permits you to send for the email address specified in the Source parameter.

                                                                                                                                                                                  For example, if the owner of example.com (which has ARN arn:aws:ses:us-east-1:123456789012:identity/example.com) attaches a policy to it that authorizes you to send from [email protected], then you would specify the SourceArn to be arn:aws:ses:us-east-1:123456789012:identity/example.com, and the Source to be [email protected].

                                                                                                                                                                                  For more information about sending authorization, see the Amazon SES Developer Guide.

                                                                                                                                                                                  \n@param sourceArn This parameter is used only for sending authorization. It is the ARN of the identity that is associated with the sending authorization policy that permits you to send for the email address specified in the Source parameter.

                                                                                                                                                                                  For example, if the owner of example.com (which has ARN arn:aws:ses:us-east-1:123456789012:identity/example.com) attaches a policy to it that authorizes you to send from [email protected], then you would specify the SourceArn to be arn:aws:ses:us-east-1:123456789012:identity/example.com, and the Source to be [email protected].

                                                                                                                                                                                  For more information about sending authorization, see the Amazon SES Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withSourceArn", "getterDocumentation" : "/**

                                                                                                                                                                                  This parameter is used only for sending authorization. It is the ARN of the identity that is associated with the sending authorization policy that permits you to send for the email address specified in the Source parameter.

                                                                                                                                                                                  For example, if the owner of example.com (which has ARN arn:aws:ses:us-east-1:123456789012:identity/example.com) attaches a policy to it that authorizes you to send from [email protected], then you would specify the SourceArn to be arn:aws:ses:us-east-1:123456789012:identity/example.com, and the Source to be [email protected].

                                                                                                                                                                                  For more information about sending authorization, see the Amazon SES Developer Guide.

                                                                                                                                                                                  \n@return This parameter is used only for sending authorization. It is the ARN of the identity that is associated with the sending authorization policy that permits you to send for the email address specified in the Source parameter.

                                                                                                                                                                                  For example, if the owner of example.com (which has ARN arn:aws:ses:us-east-1:123456789012:identity/example.com) attaches a policy to it that authorizes you to send from [email protected], then you would specify the SourceArn to be arn:aws:ses:us-east-1:123456789012:identity/example.com, and the Source to be [email protected].

                                                                                                                                                                                  For more information about sending authorization, see the Amazon SES Developer Guide.*/", "getterMethodName" : "getSourceArn", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "SourceArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "SourceArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "SourceArn", "setterDocumentation" : "/**

                                                                                                                                                                                  This parameter is used only for sending authorization. It is the ARN of the identity that is associated with the sending authorization policy that permits you to send for the email address specified in the Source parameter.

                                                                                                                                                                                  For example, if the owner of example.com (which has ARN arn:aws:ses:us-east-1:123456789012:identity/example.com) attaches a policy to it that authorizes you to send from [email protected], then you would specify the SourceArn to be arn:aws:ses:us-east-1:123456789012:identity/example.com, and the Source to be [email protected].

                                                                                                                                                                                  For more information about sending authorization, see the Amazon SES Developer Guide.

                                                                                                                                                                                  \n@param sourceArn This parameter is used only for sending authorization. It is the ARN of the identity that is associated with the sending authorization policy that permits you to send for the email address specified in the Source parameter.

                                                                                                                                                                                  For example, if the owner of example.com (which has ARN arn:aws:ses:us-east-1:123456789012:identity/example.com) attaches a policy to it that authorizes you to send from [email protected], then you would specify the SourceArn to be arn:aws:ses:us-east-1:123456789012:identity/example.com, and the Source to be [email protected].

                                                                                                                                                                                  For more information about sending authorization, see the Amazon SES Developer Guide.*/", "setterMethodName" : "setSourceArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "sourceArn", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                                                                                  This parameter is used only for sending authorization. It is the ARN of the identity that is associated with the sending authorization policy that permits you to send for the email address specified in the Source parameter.

                                                                                                                                                                                  For example, if the owner of example.com (which has ARN arn:aws:ses:us-east-1:123456789012:identity/example.com) attaches a policy to it that authorizes you to send from [email protected], then you would specify the SourceArn to be arn:aws:ses:us-east-1:123456789012:identity/example.com, and the Source to be [email protected].

                                                                                                                                                                                  For more information about sending authorization, see the Amazon SES Developer Guide.

                                                                                                                                                                                  \n@param sourceArn This parameter is used only for sending authorization. It is the ARN of the identity that is associated with the sending authorization policy that permits you to send for the email address specified in the Source parameter.

                                                                                                                                                                                  For example, if the owner of example.com (which has ARN arn:aws:ses:us-east-1:123456789012:identity/example.com) attaches a policy to it that authorizes you to send from [email protected], then you would specify the SourceArn to be arn:aws:ses:us-east-1:123456789012:identity/example.com, and the Source to be [email protected].

                                                                                                                                                                                  For more information about sending authorization, see the Amazon SES Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "sourceArn", "variableType" : "String", "documentation" : "

                                                                                                                                                                                  This parameter is used only for sending authorization. It is the ARN of the identity that is associated with the sending authorization policy that permits you to send for the email address specified in the Source parameter.

                                                                                                                                                                                  For example, if the owner of example.com (which has ARN arn:aws:ses:us-east-1:123456789012:identity/example.com) attaches a policy to it that authorizes you to send from [email protected], then you would specify the SourceArn to be arn:aws:ses:us-east-1:123456789012:identity/example.com, and the Source to be [email protected].

                                                                                                                                                                                  For more information about sending authorization, see the Amazon SES Developer Guide.

                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Tags" : { "c2jName" : "Tags", "c2jShape" : "MessageTagList", "deprecated" : false, "documentation" : "

                                                                                                                                                                                  A list of tags, in the form of name/value pairs, to apply to an email that you send using SendEmail. Tags correspond to characteristics of the email that you define, so that you can publish email sending events.

                                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                  A list of tags, in the form of name/value pairs, to apply to an email that you send using SendEmail. Tags correspond to characteristics of the email that you define, so that you can publish email sending events.

                                                                                                                                                                                  \n@param tags A list of tags, in the form of name/value pairs, to apply to an email that you send using SendEmail. Tags correspond to characteristics of the email that you define, so that you can publish email sending events.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withTags", "getterDocumentation" : "/**

                                                                                                                                                                                  A list of tags, in the form of name/value pairs, to apply to an email that you send using SendEmail. Tags correspond to characteristics of the email that you define, so that you can publish email sending events.

                                                                                                                                                                                  \n@return A list of tags, in the form of name/value pairs, to apply to an email that you send using SendEmail. Tags correspond to characteristics of the email that you define, so that you can publish email sending events.*/", "getterMethodName" : "getTags", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Tags", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Tags", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : true, "listModel" : { "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "MessageTag", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withMember", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getMember", "getterModel" : { "returnType" : "MessageTag", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "MessageTag", "variableName" : "member", "variableType" : "MessageTag", "documentation" : "", "simpleType" : "MessageTag", "variableSetterType" : "MessageTag" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "MessageTag", "variableName" : "member", "variableType" : "MessageTag", "documentation" : "", "simpleType" : "MessageTag", "variableSetterType" : "MessageTag" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "MessageTag", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "simpleType" : "MessageTag", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "Tags", "setterDocumentation" : "/**

                                                                                                                                                                                  A list of tags, in the form of name/value pairs, to apply to an email that you send using SendEmail. Tags correspond to characteristics of the email that you define, so that you can publish email sending events.

                                                                                                                                                                                  \n@param tags A list of tags, in the form of name/value pairs, to apply to an email that you send using SendEmail. Tags correspond to characteristics of the email that you define, so that you can publish email sending events.*/", "setterMethodName" : "setTags", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "tags", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

                                                                                                                                                                                  A list of tags, in the form of name/value pairs, to apply to an email that you send using SendEmail. Tags correspond to characteristics of the email that you define, so that you can publish email sending events.

                                                                                                                                                                                  \n

                                                                                                                                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setTags(java.util.Collection)} or {@link #withTags(java.util.Collection)} if you want to override the existing values.

                                                                                                                                                                                  \n@param tags A list of tags, in the form of name/value pairs, to apply to an email that you send using SendEmail. Tags correspond to characteristics of the email that you define, so that you can publish email sending events.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "tags", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                                                  A list of tags, in the form of name/value pairs, to apply to an email that you send using SendEmail. Tags correspond to characteristics of the email that you define, so that you can publish email sending events.

                                                                                                                                                                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "Source", "Destination", "Message" ], "shapeName" : "SendEmailRequest", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "SendEmailRequest", "variableName" : "sendEmailRequest", "variableType" : "SendEmailRequest", "documentation" : null, "simpleType" : "SendEmailRequest", "variableSetterType" : "SendEmailRequest" }, "wrapper" : false }, "SendEmailResult" : { "c2jName" : "SendEmailResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                                                                                                                                                                                  Represents a unique message ID.

                                                                                                                                                                                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "MessageId", "c2jShape" : "MessageId", "deprecated" : false, "documentation" : "

                                                                                                                                                                                  The unique message identifier returned from the SendEmail action.

                                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                  The unique message identifier returned from the SendEmail action.

                                                                                                                                                                                  \n@param messageId The unique message identifier returned from the SendEmail action.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withMessageId", "getterDocumentation" : "/**

                                                                                                                                                                                  The unique message identifier returned from the SendEmail action.

                                                                                                                                                                                  \n@return The unique message identifier returned from the SendEmail action.*/", "getterMethodName" : "getMessageId", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "MessageId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "MessageId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "MessageId", "setterDocumentation" : "/**

                                                                                                                                                                                  The unique message identifier returned from the SendEmail action.

                                                                                                                                                                                  \n@param messageId The unique message identifier returned from the SendEmail action.*/", "setterMethodName" : "setMessageId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "messageId", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                                                                                  The unique message identifier returned from the SendEmail action.

                                                                                                                                                                                  \n@param messageId The unique message identifier returned from the SendEmail action.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "messageId", "variableType" : "String", "documentation" : "

                                                                                                                                                                                  The unique message identifier returned from the SendEmail action.

                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "MessageId" : { "c2jName" : "MessageId", "c2jShape" : "MessageId", "deprecated" : false, "documentation" : "

                                                                                                                                                                                  The unique message identifier returned from the SendEmail action.

                                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                  The unique message identifier returned from the SendEmail action.

                                                                                                                                                                                  \n@param messageId The unique message identifier returned from the SendEmail action.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withMessageId", "getterDocumentation" : "/**

                                                                                                                                                                                  The unique message identifier returned from the SendEmail action.

                                                                                                                                                                                  \n@return The unique message identifier returned from the SendEmail action.*/", "getterMethodName" : "getMessageId", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "MessageId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "MessageId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "MessageId", "setterDocumentation" : "/**

                                                                                                                                                                                  The unique message identifier returned from the SendEmail action.

                                                                                                                                                                                  \n@param messageId The unique message identifier returned from the SendEmail action.*/", "setterMethodName" : "setMessageId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "messageId", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                                                                                  The unique message identifier returned from the SendEmail action.

                                                                                                                                                                                  \n@param messageId The unique message identifier returned from the SendEmail action.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "messageId", "variableType" : "String", "documentation" : "

                                                                                                                                                                                  The unique message identifier returned from the SendEmail action.

                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "MessageId" ], "shapeName" : "SendEmailResult", "unmarshaller" : { "flattened" : false, "resultWrapper" : "SendEmailResult" }, "variable" : { "variableDeclarationType" : "SendEmailResult", "variableName" : "sendEmailResult", "variableType" : "SendEmailResult", "documentation" : null, "simpleType" : "SendEmailResult", "variableSetterType" : "SendEmailResult" }, "wrapper" : false }, "SendRawEmailRequest" : { "c2jName" : "SendRawEmailRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                                                                                                                                                                                  Represents a request to send a single raw email using Amazon SES. For more information, see the Amazon SES Developer Guide.

                                                                                                                                                                                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "SendRawEmail", "locationName" : null, "requestUri" : "/", "target" : null, "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "c2jName" : "Source", "c2jShape" : "Address", "deprecated" : false, "documentation" : "

                                                                                                                                                                                  The identity's email address. If you do not provide a value for this parameter, you must specify a \"From\" address in the raw text of the message. (You can also specify both.)

                                                                                                                                                                                  By default, the string must be 7-bit ASCII. If the text must contain any other characters, then you must use MIME encoded-word syntax (RFC 2047) instead of a literal string. MIME encoded-word syntax uses the following form: =?charset?encoding?encoded-text?=. For more information, see RFC 2047.

                                                                                                                                                                                  If you specify the Source parameter and have feedback forwarding enabled, then bounces and complaints will be sent to this email address. This takes precedence over any Return-Path header that you might include in the raw text of the message.

                                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                  The identity's email address. If you do not provide a value for this parameter, you must specify a \"From\" address in the raw text of the message. (You can also specify both.)

                                                                                                                                                                                  By default, the string must be 7-bit ASCII. If the text must contain any other characters, then you must use MIME encoded-word syntax (RFC 2047) instead of a literal string. MIME encoded-word syntax uses the following form: =?charset?encoding?encoded-text?=. For more information, see RFC 2047.

                                                                                                                                                                                  If you specify the Source parameter and have feedback forwarding enabled, then bounces and complaints will be sent to this email address. This takes precedence over any Return-Path header that you might include in the raw text of the message.

                                                                                                                                                                                  \n@param source The identity's email address. If you do not provide a value for this parameter, you must specify a \"From\" address in the raw text of the message. (You can also specify both.)

                                                                                                                                                                                  By default, the string must be 7-bit ASCII. If the text must contain any other characters, then you must use MIME encoded-word syntax (RFC 2047) instead of a literal string. MIME encoded-word syntax uses the following form: =?charset?encoding?encoded-text?=. For more information, see RFC 2047.

                                                                                                                                                                                  If you specify the Source parameter and have feedback forwarding enabled, then bounces and complaints will be sent to this email address. This takes precedence over any Return-Path header that you might include in the raw text of the message.

                                                                                                                                                                                  \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withSource", "getterDocumentation" : "/**

                                                                                                                                                                                  The identity's email address. If you do not provide a value for this parameter, you must specify a \"From\" address in the raw text of the message. (You can also specify both.)

                                                                                                                                                                                  By default, the string must be 7-bit ASCII. If the text must contain any other characters, then you must use MIME encoded-word syntax (RFC 2047) instead of a literal string. MIME encoded-word syntax uses the following form: =?charset?encoding?encoded-text?=. For more information, see RFC 2047.

                                                                                                                                                                                  If you specify the Source parameter and have feedback forwarding enabled, then bounces and complaints will be sent to this email address. This takes precedence over any Return-Path header that you might include in the raw text of the message.

                                                                                                                                                                                  \n@return The identity's email address. If you do not provide a value for this parameter, you must specify a \"From\" address in the raw text of the message. (You can also specify both.)

                                                                                                                                                                                  By default, the string must be 7-bit ASCII. If the text must contain any other characters, then you must use MIME encoded-word syntax (RFC 2047) instead of a literal string. MIME encoded-word syntax uses the following form: =?charset?encoding?encoded-text?=. For more information, see RFC 2047.

                                                                                                                                                                                  If you specify the Source parameter and have feedback forwarding enabled, then bounces and complaints will be sent to this email address. This takes precedence over any Return-Path header that you might include in the raw text of the message.

                                                                                                                                                                                  */", "getterMethodName" : "getSource", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Source", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Source", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Source", "setterDocumentation" : "/**

                                                                                                                                                                                  The identity's email address. If you do not provide a value for this parameter, you must specify a \"From\" address in the raw text of the message. (You can also specify both.)

                                                                                                                                                                                  By default, the string must be 7-bit ASCII. If the text must contain any other characters, then you must use MIME encoded-word syntax (RFC 2047) instead of a literal string. MIME encoded-word syntax uses the following form: =?charset?encoding?encoded-text?=. For more information, see RFC 2047.

                                                                                                                                                                                  If you specify the Source parameter and have feedback forwarding enabled, then bounces and complaints will be sent to this email address. This takes precedence over any Return-Path header that you might include in the raw text of the message.

                                                                                                                                                                                  \n@param source The identity's email address. If you do not provide a value for this parameter, you must specify a \"From\" address in the raw text of the message. (You can also specify both.)

                                                                                                                                                                                  By default, the string must be 7-bit ASCII. If the text must contain any other characters, then you must use MIME encoded-word syntax (RFC 2047) instead of a literal string. MIME encoded-word syntax uses the following form: =?charset?encoding?encoded-text?=. For more information, see RFC 2047.

                                                                                                                                                                                  If you specify the Source parameter and have feedback forwarding enabled, then bounces and complaints will be sent to this email address. This takes precedence over any Return-Path header that you might include in the raw text of the message.

                                                                                                                                                                                  */", "setterMethodName" : "setSource", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "source", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                                                                                  The identity's email address. If you do not provide a value for this parameter, you must specify a \"From\" address in the raw text of the message. (You can also specify both.)

                                                                                                                                                                                  By default, the string must be 7-bit ASCII. If the text must contain any other characters, then you must use MIME encoded-word syntax (RFC 2047) instead of a literal string. MIME encoded-word syntax uses the following form: =?charset?encoding?encoded-text?=. For more information, see RFC 2047.

                                                                                                                                                                                  If you specify the Source parameter and have feedback forwarding enabled, then bounces and complaints will be sent to this email address. This takes precedence over any Return-Path header that you might include in the raw text of the message.

                                                                                                                                                                                  \n@param source The identity's email address. If you do not provide a value for this parameter, you must specify a \"From\" address in the raw text of the message. (You can also specify both.)

                                                                                                                                                                                  By default, the string must be 7-bit ASCII. If the text must contain any other characters, then you must use MIME encoded-word syntax (RFC 2047) instead of a literal string. MIME encoded-word syntax uses the following form: =?charset?encoding?encoded-text?=. For more information, see RFC 2047.

                                                                                                                                                                                  If you specify the Source parameter and have feedback forwarding enabled, then bounces and complaints will be sent to this email address. This takes precedence over any Return-Path header that you might include in the raw text of the message.

                                                                                                                                                                                  \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "source", "variableType" : "String", "documentation" : "

                                                                                                                                                                                  The identity's email address. If you do not provide a value for this parameter, you must specify a \"From\" address in the raw text of the message. (You can also specify both.)

                                                                                                                                                                                  By default, the string must be 7-bit ASCII. If the text must contain any other characters, then you must use MIME encoded-word syntax (RFC 2047) instead of a literal string. MIME encoded-word syntax uses the following form: =?charset?encoding?encoded-text?=. For more information, see RFC 2047.

                                                                                                                                                                                  If you specify the Source parameter and have feedback forwarding enabled, then bounces and complaints will be sent to this email address. This takes precedence over any Return-Path header that you might include in the raw text of the message.

                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "Destinations", "c2jShape" : "AddressList", "deprecated" : false, "documentation" : "

                                                                                                                                                                                  A list of destinations for the message, consisting of To:, CC:, and BCC: addresses.

                                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                  A list of destinations for the message, consisting of To:, CC:, and BCC: addresses.

                                                                                                                                                                                  \n@param destinations A list of destinations for the message, consisting of To:, CC:, and BCC: addresses.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withDestinations", "getterDocumentation" : "/**

                                                                                                                                                                                  A list of destinations for the message, consisting of To:, CC:, and BCC: addresses.

                                                                                                                                                                                  \n@return A list of destinations for the message, consisting of To:, CC:, and BCC: addresses.*/", "getterMethodName" : "getDestinations", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Destinations", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Destinations", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : true, "listModel" : { "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "Address", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withMember", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getMember", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "simpleType" : "String", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "Destinations", "setterDocumentation" : "/**

                                                                                                                                                                                  A list of destinations for the message, consisting of To:, CC:, and BCC: addresses.

                                                                                                                                                                                  \n@param destinations A list of destinations for the message, consisting of To:, CC:, and BCC: addresses.*/", "setterMethodName" : "setDestinations", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "destinations", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

                                                                                                                                                                                  A list of destinations for the message, consisting of To:, CC:, and BCC: addresses.

                                                                                                                                                                                  \n

                                                                                                                                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setDestinations(java.util.Collection)} or {@link #withDestinations(java.util.Collection)} if you want to override the existing values.

                                                                                                                                                                                  \n@param destinations A list of destinations for the message, consisting of To:, CC:, and BCC: addresses.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "destinations", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                                                  A list of destinations for the message, consisting of To:, CC:, and BCC: addresses.

                                                                                                                                                                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "c2jName" : "RawMessage", "c2jShape" : "RawMessage", "deprecated" : false, "documentation" : "

                                                                                                                                                                                  The raw text of the message. The client is responsible for ensuring the following:

                                                                                                                                                                                  • Message must contain a header and a body, separated by a blank line.

                                                                                                                                                                                  • All required header fields must be present.

                                                                                                                                                                                  • Each part of a multipart MIME message must be formatted properly.

                                                                                                                                                                                  • MIME content types must be among those supported by Amazon SES. For more information, go to the Amazon SES Developer Guide.

                                                                                                                                                                                  • Must be base64-encoded.

                                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                  The raw text of the message. The client is responsible for ensuring the following:

                                                                                                                                                                                  • Message must contain a header and a body, separated by a blank line.

                                                                                                                                                                                  • All required header fields must be present.

                                                                                                                                                                                  • Each part of a multipart MIME message must be formatted properly.

                                                                                                                                                                                  • MIME content types must be among those supported by Amazon SES. For more information, go to the Amazon SES Developer Guide.

                                                                                                                                                                                  • Must be base64-encoded.

                                                                                                                                                                                  \n@param rawMessage The raw text of the message. The client is responsible for ensuring the following:

                                                                                                                                                                                  • Message must contain a header and a body, separated by a blank line.

                                                                                                                                                                                  • All required header fields must be present.

                                                                                                                                                                                  • Each part of a multipart MIME message must be formatted properly.

                                                                                                                                                                                  • MIME content types must be among those supported by Amazon SES. For more information, go to the Amazon SES Developer Guide.

                                                                                                                                                                                  • Must be base64-encoded.

                                                                                                                                                                                  • \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withRawMessage", "getterDocumentation" : "/**

                                                                                                                                                                                    The raw text of the message. The client is responsible for ensuring the following:

                                                                                                                                                                                    • Message must contain a header and a body, separated by a blank line.

                                                                                                                                                                                    • All required header fields must be present.

                                                                                                                                                                                    • Each part of a multipart MIME message must be formatted properly.

                                                                                                                                                                                    • MIME content types must be among those supported by Amazon SES. For more information, go to the Amazon SES Developer Guide.

                                                                                                                                                                                    • Must be base64-encoded.

                                                                                                                                                                                    \n@return The raw text of the message. The client is responsible for ensuring the following:

                                                                                                                                                                                    • Message must contain a header and a body, separated by a blank line.

                                                                                                                                                                                    • All required header fields must be present.

                                                                                                                                                                                    • Each part of a multipart MIME message must be formatted properly.

                                                                                                                                                                                    • MIME content types must be among those supported by Amazon SES. For more information, go to the Amazon SES Developer Guide.

                                                                                                                                                                                    • Must be base64-encoded.

                                                                                                                                                                                    • */", "getterMethodName" : "getRawMessage", "getterModel" : { "returnType" : "RawMessage", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "RawMessage", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "RawMessage", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "RawMessage", "setterDocumentation" : "/**

                                                                                                                                                                                      The raw text of the message. The client is responsible for ensuring the following:

                                                                                                                                                                                      • Message must contain a header and a body, separated by a blank line.

                                                                                                                                                                                      • All required header fields must be present.

                                                                                                                                                                                      • Each part of a multipart MIME message must be formatted properly.

                                                                                                                                                                                      • MIME content types must be among those supported by Amazon SES. For more information, go to the Amazon SES Developer Guide.

                                                                                                                                                                                      • Must be base64-encoded.

                                                                                                                                                                                      \n@param rawMessage The raw text of the message. The client is responsible for ensuring the following:

                                                                                                                                                                                      • Message must contain a header and a body, separated by a blank line.

                                                                                                                                                                                      • All required header fields must be present.

                                                                                                                                                                                      • Each part of a multipart MIME message must be formatted properly.

                                                                                                                                                                                      • MIME content types must be among those supported by Amazon SES. For more information, go to the Amazon SES Developer Guide.

                                                                                                                                                                                      • Must be base64-encoded.

                                                                                                                                                                                      • */", "setterMethodName" : "setRawMessage", "setterModel" : { "variableDeclarationType" : "RawMessage", "variableName" : "rawMessage", "variableType" : "RawMessage", "documentation" : "", "simpleType" : "RawMessage", "variableSetterType" : "RawMessage" }, "simple" : false, "varargSetterDocumentation" : "/**

                                                                                                                                                                                        The raw text of the message. The client is responsible for ensuring the following:

                                                                                                                                                                                        • Message must contain a header and a body, separated by a blank line.

                                                                                                                                                                                        • All required header fields must be present.

                                                                                                                                                                                        • Each part of a multipart MIME message must be formatted properly.

                                                                                                                                                                                        • MIME content types must be among those supported by Amazon SES. For more information, go to the Amazon SES Developer Guide.

                                                                                                                                                                                        • Must be base64-encoded.

                                                                                                                                                                                        \n@param rawMessage The raw text of the message. The client is responsible for ensuring the following:

                                                                                                                                                                                        • Message must contain a header and a body, separated by a blank line.

                                                                                                                                                                                        • All required header fields must be present.

                                                                                                                                                                                        • Each part of a multipart MIME message must be formatted properly.

                                                                                                                                                                                        • MIME content types must be among those supported by Amazon SES. For more information, go to the Amazon SES Developer Guide.

                                                                                                                                                                                        • Must be base64-encoded.

                                                                                                                                                                                        • \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "RawMessage", "variableName" : "rawMessage", "variableType" : "RawMessage", "documentation" : "

                                                                                                                                                                                          The raw text of the message. The client is responsible for ensuring the following:

                                                                                                                                                                                          • Message must contain a header and a body, separated by a blank line.

                                                                                                                                                                                          • All required header fields must be present.

                                                                                                                                                                                          • Each part of a multipart MIME message must be formatted properly.

                                                                                                                                                                                          • MIME content types must be among those supported by Amazon SES. For more information, go to the Amazon SES Developer Guide.

                                                                                                                                                                                          • Must be base64-encoded.

                                                                                                                                                                                          ", "simpleType" : "RawMessage", "variableSetterType" : "RawMessage" }, "xmlNameSpaceUri" : null }, { "c2jName" : "FromArn", "c2jShape" : "AmazonResourceName", "deprecated" : false, "documentation" : "

                                                                                                                                                                                          This parameter is used only for sending authorization. It is the ARN of the identity that is associated with the sending authorization policy that permits you to specify a particular \"From\" address in the header of the raw email.

                                                                                                                                                                                          Instead of using this parameter, you can use the X-header X-SES-FROM-ARN in the raw message of the email. If you use both the FromArn parameter and the corresponding X-header, Amazon SES uses the value of the FromArn parameter.

                                                                                                                                                                                          For information about when to use this parameter, see the description of SendRawEmail in this guide, or see the Amazon SES Developer Guide.

                                                                                                                                                                                          ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                          This parameter is used only for sending authorization. It is the ARN of the identity that is associated with the sending authorization policy that permits you to specify a particular \"From\" address in the header of the raw email.

                                                                                                                                                                                          Instead of using this parameter, you can use the X-header X-SES-FROM-ARN in the raw message of the email. If you use both the FromArn parameter and the corresponding X-header, Amazon SES uses the value of the FromArn parameter.

                                                                                                                                                                                          For information about when to use this parameter, see the description of SendRawEmail in this guide, or see the Amazon SES Developer Guide.

                                                                                                                                                                                          \n@param fromArn This parameter is used only for sending authorization. It is the ARN of the identity that is associated with the sending authorization policy that permits you to specify a particular \"From\" address in the header of the raw email.

                                                                                                                                                                                          Instead of using this parameter, you can use the X-header X-SES-FROM-ARN in the raw message of the email. If you use both the FromArn parameter and the corresponding X-header, Amazon SES uses the value of the FromArn parameter.

                                                                                                                                                                                          For information about when to use this parameter, see the description of SendRawEmail in this guide, or see the Amazon SES Developer Guide.

                                                                                                                                                                                          \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withFromArn", "getterDocumentation" : "/**

                                                                                                                                                                                          This parameter is used only for sending authorization. It is the ARN of the identity that is associated with the sending authorization policy that permits you to specify a particular \"From\" address in the header of the raw email.

                                                                                                                                                                                          Instead of using this parameter, you can use the X-header X-SES-FROM-ARN in the raw message of the email. If you use both the FromArn parameter and the corresponding X-header, Amazon SES uses the value of the FromArn parameter.

                                                                                                                                                                                          For information about when to use this parameter, see the description of SendRawEmail in this guide, or see the Amazon SES Developer Guide.

                                                                                                                                                                                          \n@return This parameter is used only for sending authorization. It is the ARN of the identity that is associated with the sending authorization policy that permits you to specify a particular \"From\" address in the header of the raw email.

                                                                                                                                                                                          Instead of using this parameter, you can use the X-header X-SES-FROM-ARN in the raw message of the email. If you use both the FromArn parameter and the corresponding X-header, Amazon SES uses the value of the FromArn parameter.

                                                                                                                                                                                          For information about when to use this parameter, see the description of SendRawEmail in this guide, or see the Amazon SES Developer Guide.

                                                                                                                                                                                          */", "getterMethodName" : "getFromArn", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "FromArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "FromArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "FromArn", "setterDocumentation" : "/**

                                                                                                                                                                                          This parameter is used only for sending authorization. It is the ARN of the identity that is associated with the sending authorization policy that permits you to specify a particular \"From\" address in the header of the raw email.

                                                                                                                                                                                          Instead of using this parameter, you can use the X-header X-SES-FROM-ARN in the raw message of the email. If you use both the FromArn parameter and the corresponding X-header, Amazon SES uses the value of the FromArn parameter.

                                                                                                                                                                                          For information about when to use this parameter, see the description of SendRawEmail in this guide, or see the Amazon SES Developer Guide.

                                                                                                                                                                                          \n@param fromArn This parameter is used only for sending authorization. It is the ARN of the identity that is associated with the sending authorization policy that permits you to specify a particular \"From\" address in the header of the raw email.

                                                                                                                                                                                          Instead of using this parameter, you can use the X-header X-SES-FROM-ARN in the raw message of the email. If you use both the FromArn parameter and the corresponding X-header, Amazon SES uses the value of the FromArn parameter.

                                                                                                                                                                                          For information about when to use this parameter, see the description of SendRawEmail in this guide, or see the Amazon SES Developer Guide.

                                                                                                                                                                                          */", "setterMethodName" : "setFromArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "fromArn", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                                                                                          This parameter is used only for sending authorization. It is the ARN of the identity that is associated with the sending authorization policy that permits you to specify a particular \"From\" address in the header of the raw email.

                                                                                                                                                                                          Instead of using this parameter, you can use the X-header X-SES-FROM-ARN in the raw message of the email. If you use both the FromArn parameter and the corresponding X-header, Amazon SES uses the value of the FromArn parameter.

                                                                                                                                                                                          For information about when to use this parameter, see the description of SendRawEmail in this guide, or see the Amazon SES Developer Guide.

                                                                                                                                                                                          \n@param fromArn This parameter is used only for sending authorization. It is the ARN of the identity that is associated with the sending authorization policy that permits you to specify a particular \"From\" address in the header of the raw email.

                                                                                                                                                                                          Instead of using this parameter, you can use the X-header X-SES-FROM-ARN in the raw message of the email. If you use both the FromArn parameter and the corresponding X-header, Amazon SES uses the value of the FromArn parameter.

                                                                                                                                                                                          For information about when to use this parameter, see the description of SendRawEmail in this guide, or see the Amazon SES Developer Guide.

                                                                                                                                                                                          \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "fromArn", "variableType" : "String", "documentation" : "

                                                                                                                                                                                          This parameter is used only for sending authorization. It is the ARN of the identity that is associated with the sending authorization policy that permits you to specify a particular \"From\" address in the header of the raw email.

                                                                                                                                                                                          Instead of using this parameter, you can use the X-header X-SES-FROM-ARN in the raw message of the email. If you use both the FromArn parameter and the corresponding X-header, Amazon SES uses the value of the FromArn parameter.

                                                                                                                                                                                          For information about when to use this parameter, see the description of SendRawEmail in this guide, or see the Amazon SES Developer Guide.

                                                                                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "SourceArn", "c2jShape" : "AmazonResourceName", "deprecated" : false, "documentation" : "

                                                                                                                                                                                          This parameter is used only for sending authorization. It is the ARN of the identity that is associated with the sending authorization policy that permits you to send for the email address specified in the Source parameter.

                                                                                                                                                                                          For example, if the owner of example.com (which has ARN arn:aws:ses:us-east-1:123456789012:identity/example.com) attaches a policy to it that authorizes you to send from [email protected], then you would specify the SourceArn to be arn:aws:ses:us-east-1:123456789012:identity/example.com, and the Source to be [email protected].

                                                                                                                                                                                          Instead of using this parameter, you can use the X-header X-SES-SOURCE-ARN in the raw message of the email. If you use both the SourceArn parameter and the corresponding X-header, Amazon SES uses the value of the SourceArn parameter.

                                                                                                                                                                                          For information about when to use this parameter, see the description of SendRawEmail in this guide, or see the Amazon SES Developer Guide.

                                                                                                                                                                                          ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                          This parameter is used only for sending authorization. It is the ARN of the identity that is associated with the sending authorization policy that permits you to send for the email address specified in the Source parameter.

                                                                                                                                                                                          For example, if the owner of example.com (which has ARN arn:aws:ses:us-east-1:123456789012:identity/example.com) attaches a policy to it that authorizes you to send from [email protected], then you would specify the SourceArn to be arn:aws:ses:us-east-1:123456789012:identity/example.com, and the Source to be [email protected].

                                                                                                                                                                                          Instead of using this parameter, you can use the X-header X-SES-SOURCE-ARN in the raw message of the email. If you use both the SourceArn parameter and the corresponding X-header, Amazon SES uses the value of the SourceArn parameter.

                                                                                                                                                                                          For information about when to use this parameter, see the description of SendRawEmail in this guide, or see the Amazon SES Developer Guide.

                                                                                                                                                                                          \n@param sourceArn This parameter is used only for sending authorization. It is the ARN of the identity that is associated with the sending authorization policy that permits you to send for the email address specified in the Source parameter.

                                                                                                                                                                                          For example, if the owner of example.com (which has ARN arn:aws:ses:us-east-1:123456789012:identity/example.com) attaches a policy to it that authorizes you to send from [email protected], then you would specify the SourceArn to be arn:aws:ses:us-east-1:123456789012:identity/example.com, and the Source to be [email protected].

                                                                                                                                                                                          Instead of using this parameter, you can use the X-header X-SES-SOURCE-ARN in the raw message of the email. If you use both the SourceArn parameter and the corresponding X-header, Amazon SES uses the value of the SourceArn parameter.

                                                                                                                                                                                          For information about when to use this parameter, see the description of SendRawEmail in this guide, or see the Amazon SES Developer Guide.

                                                                                                                                                                                          \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withSourceArn", "getterDocumentation" : "/**

                                                                                                                                                                                          This parameter is used only for sending authorization. It is the ARN of the identity that is associated with the sending authorization policy that permits you to send for the email address specified in the Source parameter.

                                                                                                                                                                                          For example, if the owner of example.com (which has ARN arn:aws:ses:us-east-1:123456789012:identity/example.com) attaches a policy to it that authorizes you to send from [email protected], then you would specify the SourceArn to be arn:aws:ses:us-east-1:123456789012:identity/example.com, and the Source to be [email protected].

                                                                                                                                                                                          Instead of using this parameter, you can use the X-header X-SES-SOURCE-ARN in the raw message of the email. If you use both the SourceArn parameter and the corresponding X-header, Amazon SES uses the value of the SourceArn parameter.

                                                                                                                                                                                          For information about when to use this parameter, see the description of SendRawEmail in this guide, or see the Amazon SES Developer Guide.

                                                                                                                                                                                          \n@return This parameter is used only for sending authorization. It is the ARN of the identity that is associated with the sending authorization policy that permits you to send for the email address specified in the Source parameter.

                                                                                                                                                                                          For example, if the owner of example.com (which has ARN arn:aws:ses:us-east-1:123456789012:identity/example.com) attaches a policy to it that authorizes you to send from [email protected], then you would specify the SourceArn to be arn:aws:ses:us-east-1:123456789012:identity/example.com, and the Source to be [email protected].

                                                                                                                                                                                          Instead of using this parameter, you can use the X-header X-SES-SOURCE-ARN in the raw message of the email. If you use both the SourceArn parameter and the corresponding X-header, Amazon SES uses the value of the SourceArn parameter.

                                                                                                                                                                                          For information about when to use this parameter, see the description of SendRawEmail in this guide, or see the Amazon SES Developer Guide.

                                                                                                                                                                                          */", "getterMethodName" : "getSourceArn", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "SourceArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "SourceArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "SourceArn", "setterDocumentation" : "/**

                                                                                                                                                                                          This parameter is used only for sending authorization. It is the ARN of the identity that is associated with the sending authorization policy that permits you to send for the email address specified in the Source parameter.

                                                                                                                                                                                          For example, if the owner of example.com (which has ARN arn:aws:ses:us-east-1:123456789012:identity/example.com) attaches a policy to it that authorizes you to send from [email protected], then you would specify the SourceArn to be arn:aws:ses:us-east-1:123456789012:identity/example.com, and the Source to be [email protected].

                                                                                                                                                                                          Instead of using this parameter, you can use the X-header X-SES-SOURCE-ARN in the raw message of the email. If you use both the SourceArn parameter and the corresponding X-header, Amazon SES uses the value of the SourceArn parameter.

                                                                                                                                                                                          For information about when to use this parameter, see the description of SendRawEmail in this guide, or see the Amazon SES Developer Guide.

                                                                                                                                                                                          \n@param sourceArn This parameter is used only for sending authorization. It is the ARN of the identity that is associated with the sending authorization policy that permits you to send for the email address specified in the Source parameter.

                                                                                                                                                                                          For example, if the owner of example.com (which has ARN arn:aws:ses:us-east-1:123456789012:identity/example.com) attaches a policy to it that authorizes you to send from [email protected], then you would specify the SourceArn to be arn:aws:ses:us-east-1:123456789012:identity/example.com, and the Source to be [email protected].

                                                                                                                                                                                          Instead of using this parameter, you can use the X-header X-SES-SOURCE-ARN in the raw message of the email. If you use both the SourceArn parameter and the corresponding X-header, Amazon SES uses the value of the SourceArn parameter.

                                                                                                                                                                                          For information about when to use this parameter, see the description of SendRawEmail in this guide, or see the Amazon SES Developer Guide.

                                                                                                                                                                                          */", "setterMethodName" : "setSourceArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "sourceArn", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                                                                                          This parameter is used only for sending authorization. It is the ARN of the identity that is associated with the sending authorization policy that permits you to send for the email address specified in the Source parameter.

                                                                                                                                                                                          For example, if the owner of example.com (which has ARN arn:aws:ses:us-east-1:123456789012:identity/example.com) attaches a policy to it that authorizes you to send from [email protected], then you would specify the SourceArn to be arn:aws:ses:us-east-1:123456789012:identity/example.com, and the Source to be [email protected].

                                                                                                                                                                                          Instead of using this parameter, you can use the X-header X-SES-SOURCE-ARN in the raw message of the email. If you use both the SourceArn parameter and the corresponding X-header, Amazon SES uses the value of the SourceArn parameter.

                                                                                                                                                                                          For information about when to use this parameter, see the description of SendRawEmail in this guide, or see the Amazon SES Developer Guide.

                                                                                                                                                                                          \n@param sourceArn This parameter is used only for sending authorization. It is the ARN of the identity that is associated with the sending authorization policy that permits you to send for the email address specified in the Source parameter.

                                                                                                                                                                                          For example, if the owner of example.com (which has ARN arn:aws:ses:us-east-1:123456789012:identity/example.com) attaches a policy to it that authorizes you to send from [email protected], then you would specify the SourceArn to be arn:aws:ses:us-east-1:123456789012:identity/example.com, and the Source to be [email protected].

                                                                                                                                                                                          Instead of using this parameter, you can use the X-header X-SES-SOURCE-ARN in the raw message of the email. If you use both the SourceArn parameter and the corresponding X-header, Amazon SES uses the value of the SourceArn parameter.

                                                                                                                                                                                          For information about when to use this parameter, see the description of SendRawEmail in this guide, or see the Amazon SES Developer Guide.

                                                                                                                                                                                          \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "sourceArn", "variableType" : "String", "documentation" : "

                                                                                                                                                                                          This parameter is used only for sending authorization. It is the ARN of the identity that is associated with the sending authorization policy that permits you to send for the email address specified in the Source parameter.

                                                                                                                                                                                          For example, if the owner of example.com (which has ARN arn:aws:ses:us-east-1:123456789012:identity/example.com) attaches a policy to it that authorizes you to send from [email protected], then you would specify the SourceArn to be arn:aws:ses:us-east-1:123456789012:identity/example.com, and the Source to be [email protected].

                                                                                                                                                                                          Instead of using this parameter, you can use the X-header X-SES-SOURCE-ARN in the raw message of the email. If you use both the SourceArn parameter and the corresponding X-header, Amazon SES uses the value of the SourceArn parameter.

                                                                                                                                                                                          For information about when to use this parameter, see the description of SendRawEmail in this guide, or see the Amazon SES Developer Guide.

                                                                                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "ReturnPathArn", "c2jShape" : "AmazonResourceName", "deprecated" : false, "documentation" : "

                                                                                                                                                                                          This parameter is used only for sending authorization. It is the ARN of the identity that is associated with the sending authorization policy that permits you to use the email address specified in the ReturnPath parameter.

                                                                                                                                                                                          For example, if the owner of example.com (which has ARN arn:aws:ses:us-east-1:123456789012:identity/example.com) attaches a policy to it that authorizes you to use [email protected], then you would specify the ReturnPathArn to be arn:aws:ses:us-east-1:123456789012:identity/example.com, and the ReturnPath to be [email protected].

                                                                                                                                                                                          Instead of using this parameter, you can use the X-header X-SES-RETURN-PATH-ARN in the raw message of the email. If you use both the ReturnPathArn parameter and the corresponding X-header, Amazon SES uses the value of the ReturnPathArn parameter.

                                                                                                                                                                                          For information about when to use this parameter, see the description of SendRawEmail in this guide, or see the Amazon SES Developer Guide.

                                                                                                                                                                                          ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                          This parameter is used only for sending authorization. It is the ARN of the identity that is associated with the sending authorization policy that permits you to use the email address specified in the ReturnPath parameter.

                                                                                                                                                                                          For example, if the owner of example.com (which has ARN arn:aws:ses:us-east-1:123456789012:identity/example.com) attaches a policy to it that authorizes you to use [email protected], then you would specify the ReturnPathArn to be arn:aws:ses:us-east-1:123456789012:identity/example.com, and the ReturnPath to be [email protected].

                                                                                                                                                                                          Instead of using this parameter, you can use the X-header X-SES-RETURN-PATH-ARN in the raw message of the email. If you use both the ReturnPathArn parameter and the corresponding X-header, Amazon SES uses the value of the ReturnPathArn parameter.

                                                                                                                                                                                          For information about when to use this parameter, see the description of SendRawEmail in this guide, or see the Amazon SES Developer Guide.

                                                                                                                                                                                          \n@param returnPathArn This parameter is used only for sending authorization. It is the ARN of the identity that is associated with the sending authorization policy that permits you to use the email address specified in the ReturnPath parameter.

                                                                                                                                                                                          For example, if the owner of example.com (which has ARN arn:aws:ses:us-east-1:123456789012:identity/example.com) attaches a policy to it that authorizes you to use [email protected], then you would specify the ReturnPathArn to be arn:aws:ses:us-east-1:123456789012:identity/example.com, and the ReturnPath to be [email protected].

                                                                                                                                                                                          Instead of using this parameter, you can use the X-header X-SES-RETURN-PATH-ARN in the raw message of the email. If you use both the ReturnPathArn parameter and the corresponding X-header, Amazon SES uses the value of the ReturnPathArn parameter.

                                                                                                                                                                                          For information about when to use this parameter, see the description of SendRawEmail in this guide, or see the Amazon SES Developer Guide.

                                                                                                                                                                                          \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withReturnPathArn", "getterDocumentation" : "/**

                                                                                                                                                                                          This parameter is used only for sending authorization. It is the ARN of the identity that is associated with the sending authorization policy that permits you to use the email address specified in the ReturnPath parameter.

                                                                                                                                                                                          For example, if the owner of example.com (which has ARN arn:aws:ses:us-east-1:123456789012:identity/example.com) attaches a policy to it that authorizes you to use [email protected], then you would specify the ReturnPathArn to be arn:aws:ses:us-east-1:123456789012:identity/example.com, and the ReturnPath to be [email protected].

                                                                                                                                                                                          Instead of using this parameter, you can use the X-header X-SES-RETURN-PATH-ARN in the raw message of the email. If you use both the ReturnPathArn parameter and the corresponding X-header, Amazon SES uses the value of the ReturnPathArn parameter.

                                                                                                                                                                                          For information about when to use this parameter, see the description of SendRawEmail in this guide, or see the Amazon SES Developer Guide.

                                                                                                                                                                                          \n@return This parameter is used only for sending authorization. It is the ARN of the identity that is associated with the sending authorization policy that permits you to use the email address specified in the ReturnPath parameter.

                                                                                                                                                                                          For example, if the owner of example.com (which has ARN arn:aws:ses:us-east-1:123456789012:identity/example.com) attaches a policy to it that authorizes you to use [email protected], then you would specify the ReturnPathArn to be arn:aws:ses:us-east-1:123456789012:identity/example.com, and the ReturnPath to be [email protected].

                                                                                                                                                                                          Instead of using this parameter, you can use the X-header X-SES-RETURN-PATH-ARN in the raw message of the email. If you use both the ReturnPathArn parameter and the corresponding X-header, Amazon SES uses the value of the ReturnPathArn parameter.

                                                                                                                                                                                          For information about when to use this parameter, see the description of SendRawEmail in this guide, or see the Amazon SES Developer Guide.

                                                                                                                                                                                          */", "getterMethodName" : "getReturnPathArn", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ReturnPathArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ReturnPathArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "ReturnPathArn", "setterDocumentation" : "/**

                                                                                                                                                                                          This parameter is used only for sending authorization. It is the ARN of the identity that is associated with the sending authorization policy that permits you to use the email address specified in the ReturnPath parameter.

                                                                                                                                                                                          For example, if the owner of example.com (which has ARN arn:aws:ses:us-east-1:123456789012:identity/example.com) attaches a policy to it that authorizes you to use [email protected], then you would specify the ReturnPathArn to be arn:aws:ses:us-east-1:123456789012:identity/example.com, and the ReturnPath to be [email protected].

                                                                                                                                                                                          Instead of using this parameter, you can use the X-header X-SES-RETURN-PATH-ARN in the raw message of the email. If you use both the ReturnPathArn parameter and the corresponding X-header, Amazon SES uses the value of the ReturnPathArn parameter.

                                                                                                                                                                                          For information about when to use this parameter, see the description of SendRawEmail in this guide, or see the Amazon SES Developer Guide.

                                                                                                                                                                                          \n@param returnPathArn This parameter is used only for sending authorization. It is the ARN of the identity that is associated with the sending authorization policy that permits you to use the email address specified in the ReturnPath parameter.

                                                                                                                                                                                          For example, if the owner of example.com (which has ARN arn:aws:ses:us-east-1:123456789012:identity/example.com) attaches a policy to it that authorizes you to use [email protected], then you would specify the ReturnPathArn to be arn:aws:ses:us-east-1:123456789012:identity/example.com, and the ReturnPath to be [email protected].

                                                                                                                                                                                          Instead of using this parameter, you can use the X-header X-SES-RETURN-PATH-ARN in the raw message of the email. If you use both the ReturnPathArn parameter and the corresponding X-header, Amazon SES uses the value of the ReturnPathArn parameter.

                                                                                                                                                                                          For information about when to use this parameter, see the description of SendRawEmail in this guide, or see the Amazon SES Developer Guide.

                                                                                                                                                                                          */", "setterMethodName" : "setReturnPathArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "returnPathArn", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                                                                                          This parameter is used only for sending authorization. It is the ARN of the identity that is associated with the sending authorization policy that permits you to use the email address specified in the ReturnPath parameter.

                                                                                                                                                                                          For example, if the owner of example.com (which has ARN arn:aws:ses:us-east-1:123456789012:identity/example.com) attaches a policy to it that authorizes you to use [email protected], then you would specify the ReturnPathArn to be arn:aws:ses:us-east-1:123456789012:identity/example.com, and the ReturnPath to be [email protected].

                                                                                                                                                                                          Instead of using this parameter, you can use the X-header X-SES-RETURN-PATH-ARN in the raw message of the email. If you use both the ReturnPathArn parameter and the corresponding X-header, Amazon SES uses the value of the ReturnPathArn parameter.

                                                                                                                                                                                          For information about when to use this parameter, see the description of SendRawEmail in this guide, or see the Amazon SES Developer Guide.

                                                                                                                                                                                          \n@param returnPathArn This parameter is used only for sending authorization. It is the ARN of the identity that is associated with the sending authorization policy that permits you to use the email address specified in the ReturnPath parameter.

                                                                                                                                                                                          For example, if the owner of example.com (which has ARN arn:aws:ses:us-east-1:123456789012:identity/example.com) attaches a policy to it that authorizes you to use [email protected], then you would specify the ReturnPathArn to be arn:aws:ses:us-east-1:123456789012:identity/example.com, and the ReturnPath to be [email protected].

                                                                                                                                                                                          Instead of using this parameter, you can use the X-header X-SES-RETURN-PATH-ARN in the raw message of the email. If you use both the ReturnPathArn parameter and the corresponding X-header, Amazon SES uses the value of the ReturnPathArn parameter.

                                                                                                                                                                                          For information about when to use this parameter, see the description of SendRawEmail in this guide, or see the Amazon SES Developer Guide.

                                                                                                                                                                                          \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "returnPathArn", "variableType" : "String", "documentation" : "

                                                                                                                                                                                          This parameter is used only for sending authorization. It is the ARN of the identity that is associated with the sending authorization policy that permits you to use the email address specified in the ReturnPath parameter.

                                                                                                                                                                                          For example, if the owner of example.com (which has ARN arn:aws:ses:us-east-1:123456789012:identity/example.com) attaches a policy to it that authorizes you to use [email protected], then you would specify the ReturnPathArn to be arn:aws:ses:us-east-1:123456789012:identity/example.com, and the ReturnPath to be [email protected].

                                                                                                                                                                                          Instead of using this parameter, you can use the X-header X-SES-RETURN-PATH-ARN in the raw message of the email. If you use both the ReturnPathArn parameter and the corresponding X-header, Amazon SES uses the value of the ReturnPathArn parameter.

                                                                                                                                                                                          For information about when to use this parameter, see the description of SendRawEmail in this guide, or see the Amazon SES Developer Guide.

                                                                                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "Tags", "c2jShape" : "MessageTagList", "deprecated" : false, "documentation" : "

                                                                                                                                                                                          A list of tags, in the form of name/value pairs, to apply to an email that you send using SendRawEmail. Tags correspond to characteristics of the email that you define, so that you can publish email sending events.

                                                                                                                                                                                          ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                          A list of tags, in the form of name/value pairs, to apply to an email that you send using SendRawEmail. Tags correspond to characteristics of the email that you define, so that you can publish email sending events.

                                                                                                                                                                                          \n@param tags A list of tags, in the form of name/value pairs, to apply to an email that you send using SendRawEmail. Tags correspond to characteristics of the email that you define, so that you can publish email sending events.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withTags", "getterDocumentation" : "/**

                                                                                                                                                                                          A list of tags, in the form of name/value pairs, to apply to an email that you send using SendRawEmail. Tags correspond to characteristics of the email that you define, so that you can publish email sending events.

                                                                                                                                                                                          \n@return A list of tags, in the form of name/value pairs, to apply to an email that you send using SendRawEmail. Tags correspond to characteristics of the email that you define, so that you can publish email sending events.*/", "getterMethodName" : "getTags", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Tags", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Tags", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : true, "listModel" : { "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "MessageTag", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withMember", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getMember", "getterModel" : { "returnType" : "MessageTag", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "MessageTag", "variableName" : "member", "variableType" : "MessageTag", "documentation" : "", "simpleType" : "MessageTag", "variableSetterType" : "MessageTag" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "MessageTag", "variableName" : "member", "variableType" : "MessageTag", "documentation" : "", "simpleType" : "MessageTag", "variableSetterType" : "MessageTag" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "MessageTag", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "simpleType" : "MessageTag", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "Tags", "setterDocumentation" : "/**

                                                                                                                                                                                          A list of tags, in the form of name/value pairs, to apply to an email that you send using SendRawEmail. Tags correspond to characteristics of the email that you define, so that you can publish email sending events.

                                                                                                                                                                                          \n@param tags A list of tags, in the form of name/value pairs, to apply to an email that you send using SendRawEmail. Tags correspond to characteristics of the email that you define, so that you can publish email sending events.*/", "setterMethodName" : "setTags", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "tags", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

                                                                                                                                                                                          A list of tags, in the form of name/value pairs, to apply to an email that you send using SendRawEmail. Tags correspond to characteristics of the email that you define, so that you can publish email sending events.

                                                                                                                                                                                          \n

                                                                                                                                                                                          NOTE: This method appends the values to the existing list (if any). Use {@link #setTags(java.util.Collection)} or {@link #withTags(java.util.Collection)} if you want to override the existing values.

                                                                                                                                                                                          \n@param tags A list of tags, in the form of name/value pairs, to apply to an email that you send using SendRawEmail. Tags correspond to characteristics of the email that you define, so that you can publish email sending events.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "tags", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                                                          A list of tags, in the form of name/value pairs, to apply to an email that you send using SendRawEmail. Tags correspond to characteristics of the email that you define, so that you can publish email sending events.

                                                                                                                                                                                          ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "c2jName" : "ConfigurationSetName", "c2jShape" : "ConfigurationSetName", "deprecated" : false, "documentation" : "

                                                                                                                                                                                          The name of the configuration set to use when you send an email using SendRawEmail.

                                                                                                                                                                                          ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                          The name of the configuration set to use when you send an email using SendRawEmail.

                                                                                                                                                                                          \n@param configurationSetName The name of the configuration set to use when you send an email using SendRawEmail.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withConfigurationSetName", "getterDocumentation" : "/**

                                                                                                                                                                                          The name of the configuration set to use when you send an email using SendRawEmail.

                                                                                                                                                                                          \n@return The name of the configuration set to use when you send an email using SendRawEmail.*/", "getterMethodName" : "getConfigurationSetName", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ConfigurationSetName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ConfigurationSetName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "ConfigurationSetName", "setterDocumentation" : "/**

                                                                                                                                                                                          The name of the configuration set to use when you send an email using SendRawEmail.

                                                                                                                                                                                          \n@param configurationSetName The name of the configuration set to use when you send an email using SendRawEmail.*/", "setterMethodName" : "setConfigurationSetName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "configurationSetName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                                                                                          The name of the configuration set to use when you send an email using SendRawEmail.

                                                                                                                                                                                          \n@param configurationSetName The name of the configuration set to use when you send an email using SendRawEmail.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "configurationSetName", "variableType" : "String", "documentation" : "

                                                                                                                                                                                          The name of the configuration set to use when you send an email using SendRawEmail.

                                                                                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ConfigurationSetName" : { "c2jName" : "ConfigurationSetName", "c2jShape" : "ConfigurationSetName", "deprecated" : false, "documentation" : "

                                                                                                                                                                                          The name of the configuration set to use when you send an email using SendRawEmail.

                                                                                                                                                                                          ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                          The name of the configuration set to use when you send an email using SendRawEmail.

                                                                                                                                                                                          \n@param configurationSetName The name of the configuration set to use when you send an email using SendRawEmail.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withConfigurationSetName", "getterDocumentation" : "/**

                                                                                                                                                                                          The name of the configuration set to use when you send an email using SendRawEmail.

                                                                                                                                                                                          \n@return The name of the configuration set to use when you send an email using SendRawEmail.*/", "getterMethodName" : "getConfigurationSetName", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ConfigurationSetName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ConfigurationSetName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "ConfigurationSetName", "setterDocumentation" : "/**

                                                                                                                                                                                          The name of the configuration set to use when you send an email using SendRawEmail.

                                                                                                                                                                                          \n@param configurationSetName The name of the configuration set to use when you send an email using SendRawEmail.*/", "setterMethodName" : "setConfigurationSetName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "configurationSetName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                                                                                          The name of the configuration set to use when you send an email using SendRawEmail.

                                                                                                                                                                                          \n@param configurationSetName The name of the configuration set to use when you send an email using SendRawEmail.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "configurationSetName", "variableType" : "String", "documentation" : "

                                                                                                                                                                                          The name of the configuration set to use when you send an email using SendRawEmail.

                                                                                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Destinations" : { "c2jName" : "Destinations", "c2jShape" : "AddressList", "deprecated" : false, "documentation" : "

                                                                                                                                                                                          A list of destinations for the message, consisting of To:, CC:, and BCC: addresses.

                                                                                                                                                                                          ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                          A list of destinations for the message, consisting of To:, CC:, and BCC: addresses.

                                                                                                                                                                                          \n@param destinations A list of destinations for the message, consisting of To:, CC:, and BCC: addresses.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withDestinations", "getterDocumentation" : "/**

                                                                                                                                                                                          A list of destinations for the message, consisting of To:, CC:, and BCC: addresses.

                                                                                                                                                                                          \n@return A list of destinations for the message, consisting of To:, CC:, and BCC: addresses.*/", "getterMethodName" : "getDestinations", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Destinations", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Destinations", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : true, "listModel" : { "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "Address", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withMember", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getMember", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "simpleType" : "String", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "Destinations", "setterDocumentation" : "/**

                                                                                                                                                                                          A list of destinations for the message, consisting of To:, CC:, and BCC: addresses.

                                                                                                                                                                                          \n@param destinations A list of destinations for the message, consisting of To:, CC:, and BCC: addresses.*/", "setterMethodName" : "setDestinations", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "destinations", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

                                                                                                                                                                                          A list of destinations for the message, consisting of To:, CC:, and BCC: addresses.

                                                                                                                                                                                          \n

                                                                                                                                                                                          NOTE: This method appends the values to the existing list (if any). Use {@link #setDestinations(java.util.Collection)} or {@link #withDestinations(java.util.Collection)} if you want to override the existing values.

                                                                                                                                                                                          \n@param destinations A list of destinations for the message, consisting of To:, CC:, and BCC: addresses.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "destinations", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                                                          A list of destinations for the message, consisting of To:, CC:, and BCC: addresses.

                                                                                                                                                                                          ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, "FromArn" : { "c2jName" : "FromArn", "c2jShape" : "AmazonResourceName", "deprecated" : false, "documentation" : "

                                                                                                                                                                                          This parameter is used only for sending authorization. It is the ARN of the identity that is associated with the sending authorization policy that permits you to specify a particular \"From\" address in the header of the raw email.

                                                                                                                                                                                          Instead of using this parameter, you can use the X-header X-SES-FROM-ARN in the raw message of the email. If you use both the FromArn parameter and the corresponding X-header, Amazon SES uses the value of the FromArn parameter.

                                                                                                                                                                                          For information about when to use this parameter, see the description of SendRawEmail in this guide, or see the Amazon SES Developer Guide.

                                                                                                                                                                                          ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                          This parameter is used only for sending authorization. It is the ARN of the identity that is associated with the sending authorization policy that permits you to specify a particular \"From\" address in the header of the raw email.

                                                                                                                                                                                          Instead of using this parameter, you can use the X-header X-SES-FROM-ARN in the raw message of the email. If you use both the FromArn parameter and the corresponding X-header, Amazon SES uses the value of the FromArn parameter.

                                                                                                                                                                                          For information about when to use this parameter, see the description of SendRawEmail in this guide, or see the Amazon SES Developer Guide.

                                                                                                                                                                                          \n@param fromArn This parameter is used only for sending authorization. It is the ARN of the identity that is associated with the sending authorization policy that permits you to specify a particular \"From\" address in the header of the raw email.

                                                                                                                                                                                          Instead of using this parameter, you can use the X-header X-SES-FROM-ARN in the raw message of the email. If you use both the FromArn parameter and the corresponding X-header, Amazon SES uses the value of the FromArn parameter.

                                                                                                                                                                                          For information about when to use this parameter, see the description of SendRawEmail in this guide, or see the Amazon SES Developer Guide.

                                                                                                                                                                                          \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withFromArn", "getterDocumentation" : "/**

                                                                                                                                                                                          This parameter is used only for sending authorization. It is the ARN of the identity that is associated with the sending authorization policy that permits you to specify a particular \"From\" address in the header of the raw email.

                                                                                                                                                                                          Instead of using this parameter, you can use the X-header X-SES-FROM-ARN in the raw message of the email. If you use both the FromArn parameter and the corresponding X-header, Amazon SES uses the value of the FromArn parameter.

                                                                                                                                                                                          For information about when to use this parameter, see the description of SendRawEmail in this guide, or see the Amazon SES Developer Guide.

                                                                                                                                                                                          \n@return This parameter is used only for sending authorization. It is the ARN of the identity that is associated with the sending authorization policy that permits you to specify a particular \"From\" address in the header of the raw email.

                                                                                                                                                                                          Instead of using this parameter, you can use the X-header X-SES-FROM-ARN in the raw message of the email. If you use both the FromArn parameter and the corresponding X-header, Amazon SES uses the value of the FromArn parameter.

                                                                                                                                                                                          For information about when to use this parameter, see the description of SendRawEmail in this guide, or see the Amazon SES Developer Guide.

                                                                                                                                                                                          */", "getterMethodName" : "getFromArn", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "FromArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "FromArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "FromArn", "setterDocumentation" : "/**

                                                                                                                                                                                          This parameter is used only for sending authorization. It is the ARN of the identity that is associated with the sending authorization policy that permits you to specify a particular \"From\" address in the header of the raw email.

                                                                                                                                                                                          Instead of using this parameter, you can use the X-header X-SES-FROM-ARN in the raw message of the email. If you use both the FromArn parameter and the corresponding X-header, Amazon SES uses the value of the FromArn parameter.

                                                                                                                                                                                          For information about when to use this parameter, see the description of SendRawEmail in this guide, or see the Amazon SES Developer Guide.

                                                                                                                                                                                          \n@param fromArn This parameter is used only for sending authorization. It is the ARN of the identity that is associated with the sending authorization policy that permits you to specify a particular \"From\" address in the header of the raw email.

                                                                                                                                                                                          Instead of using this parameter, you can use the X-header X-SES-FROM-ARN in the raw message of the email. If you use both the FromArn parameter and the corresponding X-header, Amazon SES uses the value of the FromArn parameter.

                                                                                                                                                                                          For information about when to use this parameter, see the description of SendRawEmail in this guide, or see the Amazon SES Developer Guide.

                                                                                                                                                                                          */", "setterMethodName" : "setFromArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "fromArn", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                                                                                          This parameter is used only for sending authorization. It is the ARN of the identity that is associated with the sending authorization policy that permits you to specify a particular \"From\" address in the header of the raw email.

                                                                                                                                                                                          Instead of using this parameter, you can use the X-header X-SES-FROM-ARN in the raw message of the email. If you use both the FromArn parameter and the corresponding X-header, Amazon SES uses the value of the FromArn parameter.

                                                                                                                                                                                          For information about when to use this parameter, see the description of SendRawEmail in this guide, or see the Amazon SES Developer Guide.

                                                                                                                                                                                          \n@param fromArn This parameter is used only for sending authorization. It is the ARN of the identity that is associated with the sending authorization policy that permits you to specify a particular \"From\" address in the header of the raw email.

                                                                                                                                                                                          Instead of using this parameter, you can use the X-header X-SES-FROM-ARN in the raw message of the email. If you use both the FromArn parameter and the corresponding X-header, Amazon SES uses the value of the FromArn parameter.

                                                                                                                                                                                          For information about when to use this parameter, see the description of SendRawEmail in this guide, or see the Amazon SES Developer Guide.

                                                                                                                                                                                          \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "fromArn", "variableType" : "String", "documentation" : "

                                                                                                                                                                                          This parameter is used only for sending authorization. It is the ARN of the identity that is associated with the sending authorization policy that permits you to specify a particular \"From\" address in the header of the raw email.

                                                                                                                                                                                          Instead of using this parameter, you can use the X-header X-SES-FROM-ARN in the raw message of the email. If you use both the FromArn parameter and the corresponding X-header, Amazon SES uses the value of the FromArn parameter.

                                                                                                                                                                                          For information about when to use this parameter, see the description of SendRawEmail in this guide, or see the Amazon SES Developer Guide.

                                                                                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "RawMessage" : { "c2jName" : "RawMessage", "c2jShape" : "RawMessage", "deprecated" : false, "documentation" : "

                                                                                                                                                                                          The raw text of the message. The client is responsible for ensuring the following:

                                                                                                                                                                                          • Message must contain a header and a body, separated by a blank line.

                                                                                                                                                                                          • All required header fields must be present.

                                                                                                                                                                                          • Each part of a multipart MIME message must be formatted properly.

                                                                                                                                                                                          • MIME content types must be among those supported by Amazon SES. For more information, go to the Amazon SES Developer Guide.

                                                                                                                                                                                          • Must be base64-encoded.

                                                                                                                                                                                          ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                          The raw text of the message. The client is responsible for ensuring the following:

                                                                                                                                                                                          • Message must contain a header and a body, separated by a blank line.

                                                                                                                                                                                          • All required header fields must be present.

                                                                                                                                                                                          • Each part of a multipart MIME message must be formatted properly.

                                                                                                                                                                                          • MIME content types must be among those supported by Amazon SES. For more information, go to the Amazon SES Developer Guide.

                                                                                                                                                                                          • Must be base64-encoded.

                                                                                                                                                                                          \n@param rawMessage The raw text of the message. The client is responsible for ensuring the following:

                                                                                                                                                                                          • Message must contain a header and a body, separated by a blank line.

                                                                                                                                                                                          • All required header fields must be present.

                                                                                                                                                                                          • Each part of a multipart MIME message must be formatted properly.

                                                                                                                                                                                          • MIME content types must be among those supported by Amazon SES. For more information, go to the Amazon SES Developer Guide.

                                                                                                                                                                                          • Must be base64-encoded.

                                                                                                                                                                                          • \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withRawMessage", "getterDocumentation" : "/**

                                                                                                                                                                                            The raw text of the message. The client is responsible for ensuring the following:

                                                                                                                                                                                            • Message must contain a header and a body, separated by a blank line.

                                                                                                                                                                                            • All required header fields must be present.

                                                                                                                                                                                            • Each part of a multipart MIME message must be formatted properly.

                                                                                                                                                                                            • MIME content types must be among those supported by Amazon SES. For more information, go to the Amazon SES Developer Guide.

                                                                                                                                                                                            • Must be base64-encoded.

                                                                                                                                                                                            \n@return The raw text of the message. The client is responsible for ensuring the following:

                                                                                                                                                                                            • Message must contain a header and a body, separated by a blank line.

                                                                                                                                                                                            • All required header fields must be present.

                                                                                                                                                                                            • Each part of a multipart MIME message must be formatted properly.

                                                                                                                                                                                            • MIME content types must be among those supported by Amazon SES. For more information, go to the Amazon SES Developer Guide.

                                                                                                                                                                                            • Must be base64-encoded.

                                                                                                                                                                                            • */", "getterMethodName" : "getRawMessage", "getterModel" : { "returnType" : "RawMessage", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "RawMessage", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "RawMessage", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "RawMessage", "setterDocumentation" : "/**

                                                                                                                                                                                              The raw text of the message. The client is responsible for ensuring the following:

                                                                                                                                                                                              • Message must contain a header and a body, separated by a blank line.

                                                                                                                                                                                              • All required header fields must be present.

                                                                                                                                                                                              • Each part of a multipart MIME message must be formatted properly.

                                                                                                                                                                                              • MIME content types must be among those supported by Amazon SES. For more information, go to the Amazon SES Developer Guide.

                                                                                                                                                                                              • Must be base64-encoded.

                                                                                                                                                                                              \n@param rawMessage The raw text of the message. The client is responsible for ensuring the following:

                                                                                                                                                                                              • Message must contain a header and a body, separated by a blank line.

                                                                                                                                                                                              • All required header fields must be present.

                                                                                                                                                                                              • Each part of a multipart MIME message must be formatted properly.

                                                                                                                                                                                              • MIME content types must be among those supported by Amazon SES. For more information, go to the Amazon SES Developer Guide.

                                                                                                                                                                                              • Must be base64-encoded.

                                                                                                                                                                                              • */", "setterMethodName" : "setRawMessage", "setterModel" : { "variableDeclarationType" : "RawMessage", "variableName" : "rawMessage", "variableType" : "RawMessage", "documentation" : "", "simpleType" : "RawMessage", "variableSetterType" : "RawMessage" }, "simple" : false, "varargSetterDocumentation" : "/**

                                                                                                                                                                                                The raw text of the message. The client is responsible for ensuring the following:

                                                                                                                                                                                                • Message must contain a header and a body, separated by a blank line.

                                                                                                                                                                                                • All required header fields must be present.

                                                                                                                                                                                                • Each part of a multipart MIME message must be formatted properly.

                                                                                                                                                                                                • MIME content types must be among those supported by Amazon SES. For more information, go to the Amazon SES Developer Guide.

                                                                                                                                                                                                • Must be base64-encoded.

                                                                                                                                                                                                \n@param rawMessage The raw text of the message. The client is responsible for ensuring the following:

                                                                                                                                                                                                • Message must contain a header and a body, separated by a blank line.

                                                                                                                                                                                                • All required header fields must be present.

                                                                                                                                                                                                • Each part of a multipart MIME message must be formatted properly.

                                                                                                                                                                                                • MIME content types must be among those supported by Amazon SES. For more information, go to the Amazon SES Developer Guide.

                                                                                                                                                                                                • Must be base64-encoded.

                                                                                                                                                                                                • \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "RawMessage", "variableName" : "rawMessage", "variableType" : "RawMessage", "documentation" : "

                                                                                                                                                                                                  The raw text of the message. The client is responsible for ensuring the following:

                                                                                                                                                                                                  • Message must contain a header and a body, separated by a blank line.

                                                                                                                                                                                                  • All required header fields must be present.

                                                                                                                                                                                                  • Each part of a multipart MIME message must be formatted properly.

                                                                                                                                                                                                  • MIME content types must be among those supported by Amazon SES. For more information, go to the Amazon SES Developer Guide.

                                                                                                                                                                                                  • Must be base64-encoded.

                                                                                                                                                                                                  ", "simpleType" : "RawMessage", "variableSetterType" : "RawMessage" }, "xmlNameSpaceUri" : null }, "ReturnPathArn" : { "c2jName" : "ReturnPathArn", "c2jShape" : "AmazonResourceName", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                  This parameter is used only for sending authorization. It is the ARN of the identity that is associated with the sending authorization policy that permits you to use the email address specified in the ReturnPath parameter.

                                                                                                                                                                                                  For example, if the owner of example.com (which has ARN arn:aws:ses:us-east-1:123456789012:identity/example.com) attaches a policy to it that authorizes you to use [email protected], then you would specify the ReturnPathArn to be arn:aws:ses:us-east-1:123456789012:identity/example.com, and the ReturnPath to be [email protected].

                                                                                                                                                                                                  Instead of using this parameter, you can use the X-header X-SES-RETURN-PATH-ARN in the raw message of the email. If you use both the ReturnPathArn parameter and the corresponding X-header, Amazon SES uses the value of the ReturnPathArn parameter.

                                                                                                                                                                                                  For information about when to use this parameter, see the description of SendRawEmail in this guide, or see the Amazon SES Developer Guide.

                                                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                  This parameter is used only for sending authorization. It is the ARN of the identity that is associated with the sending authorization policy that permits you to use the email address specified in the ReturnPath parameter.

                                                                                                                                                                                                  For example, if the owner of example.com (which has ARN arn:aws:ses:us-east-1:123456789012:identity/example.com) attaches a policy to it that authorizes you to use [email protected], then you would specify the ReturnPathArn to be arn:aws:ses:us-east-1:123456789012:identity/example.com, and the ReturnPath to be [email protected].

                                                                                                                                                                                                  Instead of using this parameter, you can use the X-header X-SES-RETURN-PATH-ARN in the raw message of the email. If you use both the ReturnPathArn parameter and the corresponding X-header, Amazon SES uses the value of the ReturnPathArn parameter.

                                                                                                                                                                                                  For information about when to use this parameter, see the description of SendRawEmail in this guide, or see the Amazon SES Developer Guide.

                                                                                                                                                                                                  \n@param returnPathArn This parameter is used only for sending authorization. It is the ARN of the identity that is associated with the sending authorization policy that permits you to use the email address specified in the ReturnPath parameter.

                                                                                                                                                                                                  For example, if the owner of example.com (which has ARN arn:aws:ses:us-east-1:123456789012:identity/example.com) attaches a policy to it that authorizes you to use [email protected], then you would specify the ReturnPathArn to be arn:aws:ses:us-east-1:123456789012:identity/example.com, and the ReturnPath to be [email protected].

                                                                                                                                                                                                  Instead of using this parameter, you can use the X-header X-SES-RETURN-PATH-ARN in the raw message of the email. If you use both the ReturnPathArn parameter and the corresponding X-header, Amazon SES uses the value of the ReturnPathArn parameter.

                                                                                                                                                                                                  For information about when to use this parameter, see the description of SendRawEmail in this guide, or see the Amazon SES Developer Guide.

                                                                                                                                                                                                  \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withReturnPathArn", "getterDocumentation" : "/**

                                                                                                                                                                                                  This parameter is used only for sending authorization. It is the ARN of the identity that is associated with the sending authorization policy that permits you to use the email address specified in the ReturnPath parameter.

                                                                                                                                                                                                  For example, if the owner of example.com (which has ARN arn:aws:ses:us-east-1:123456789012:identity/example.com) attaches a policy to it that authorizes you to use [email protected], then you would specify the ReturnPathArn to be arn:aws:ses:us-east-1:123456789012:identity/example.com, and the ReturnPath to be [email protected].

                                                                                                                                                                                                  Instead of using this parameter, you can use the X-header X-SES-RETURN-PATH-ARN in the raw message of the email. If you use both the ReturnPathArn parameter and the corresponding X-header, Amazon SES uses the value of the ReturnPathArn parameter.

                                                                                                                                                                                                  For information about when to use this parameter, see the description of SendRawEmail in this guide, or see the Amazon SES Developer Guide.

                                                                                                                                                                                                  \n@return This parameter is used only for sending authorization. It is the ARN of the identity that is associated with the sending authorization policy that permits you to use the email address specified in the ReturnPath parameter.

                                                                                                                                                                                                  For example, if the owner of example.com (which has ARN arn:aws:ses:us-east-1:123456789012:identity/example.com) attaches a policy to it that authorizes you to use [email protected], then you would specify the ReturnPathArn to be arn:aws:ses:us-east-1:123456789012:identity/example.com, and the ReturnPath to be [email protected].

                                                                                                                                                                                                  Instead of using this parameter, you can use the X-header X-SES-RETURN-PATH-ARN in the raw message of the email. If you use both the ReturnPathArn parameter and the corresponding X-header, Amazon SES uses the value of the ReturnPathArn parameter.

                                                                                                                                                                                                  For information about when to use this parameter, see the description of SendRawEmail in this guide, or see the Amazon SES Developer Guide.

                                                                                                                                                                                                  */", "getterMethodName" : "getReturnPathArn", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ReturnPathArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ReturnPathArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "ReturnPathArn", "setterDocumentation" : "/**

                                                                                                                                                                                                  This parameter is used only for sending authorization. It is the ARN of the identity that is associated with the sending authorization policy that permits you to use the email address specified in the ReturnPath parameter.

                                                                                                                                                                                                  For example, if the owner of example.com (which has ARN arn:aws:ses:us-east-1:123456789012:identity/example.com) attaches a policy to it that authorizes you to use [email protected], then you would specify the ReturnPathArn to be arn:aws:ses:us-east-1:123456789012:identity/example.com, and the ReturnPath to be [email protected].

                                                                                                                                                                                                  Instead of using this parameter, you can use the X-header X-SES-RETURN-PATH-ARN in the raw message of the email. If you use both the ReturnPathArn parameter and the corresponding X-header, Amazon SES uses the value of the ReturnPathArn parameter.

                                                                                                                                                                                                  For information about when to use this parameter, see the description of SendRawEmail in this guide, or see the Amazon SES Developer Guide.

                                                                                                                                                                                                  \n@param returnPathArn This parameter is used only for sending authorization. It is the ARN of the identity that is associated with the sending authorization policy that permits you to use the email address specified in the ReturnPath parameter.

                                                                                                                                                                                                  For example, if the owner of example.com (which has ARN arn:aws:ses:us-east-1:123456789012:identity/example.com) attaches a policy to it that authorizes you to use [email protected], then you would specify the ReturnPathArn to be arn:aws:ses:us-east-1:123456789012:identity/example.com, and the ReturnPath to be [email protected].

                                                                                                                                                                                                  Instead of using this parameter, you can use the X-header X-SES-RETURN-PATH-ARN in the raw message of the email. If you use both the ReturnPathArn parameter and the corresponding X-header, Amazon SES uses the value of the ReturnPathArn parameter.

                                                                                                                                                                                                  For information about when to use this parameter, see the description of SendRawEmail in this guide, or see the Amazon SES Developer Guide.

                                                                                                                                                                                                  */", "setterMethodName" : "setReturnPathArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "returnPathArn", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                                                                                                  This parameter is used only for sending authorization. It is the ARN of the identity that is associated with the sending authorization policy that permits you to use the email address specified in the ReturnPath parameter.

                                                                                                                                                                                                  For example, if the owner of example.com (which has ARN arn:aws:ses:us-east-1:123456789012:identity/example.com) attaches a policy to it that authorizes you to use [email protected], then you would specify the ReturnPathArn to be arn:aws:ses:us-east-1:123456789012:identity/example.com, and the ReturnPath to be [email protected].

                                                                                                                                                                                                  Instead of using this parameter, you can use the X-header X-SES-RETURN-PATH-ARN in the raw message of the email. If you use both the ReturnPathArn parameter and the corresponding X-header, Amazon SES uses the value of the ReturnPathArn parameter.

                                                                                                                                                                                                  For information about when to use this parameter, see the description of SendRawEmail in this guide, or see the Amazon SES Developer Guide.

                                                                                                                                                                                                  \n@param returnPathArn This parameter is used only for sending authorization. It is the ARN of the identity that is associated with the sending authorization policy that permits you to use the email address specified in the ReturnPath parameter.

                                                                                                                                                                                                  For example, if the owner of example.com (which has ARN arn:aws:ses:us-east-1:123456789012:identity/example.com) attaches a policy to it that authorizes you to use [email protected], then you would specify the ReturnPathArn to be arn:aws:ses:us-east-1:123456789012:identity/example.com, and the ReturnPath to be [email protected].

                                                                                                                                                                                                  Instead of using this parameter, you can use the X-header X-SES-RETURN-PATH-ARN in the raw message of the email. If you use both the ReturnPathArn parameter and the corresponding X-header, Amazon SES uses the value of the ReturnPathArn parameter.

                                                                                                                                                                                                  For information about when to use this parameter, see the description of SendRawEmail in this guide, or see the Amazon SES Developer Guide.

                                                                                                                                                                                                  \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "returnPathArn", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                  This parameter is used only for sending authorization. It is the ARN of the identity that is associated with the sending authorization policy that permits you to use the email address specified in the ReturnPath parameter.

                                                                                                                                                                                                  For example, if the owner of example.com (which has ARN arn:aws:ses:us-east-1:123456789012:identity/example.com) attaches a policy to it that authorizes you to use [email protected], then you would specify the ReturnPathArn to be arn:aws:ses:us-east-1:123456789012:identity/example.com, and the ReturnPath to be [email protected].

                                                                                                                                                                                                  Instead of using this parameter, you can use the X-header X-SES-RETURN-PATH-ARN in the raw message of the email. If you use both the ReturnPathArn parameter and the corresponding X-header, Amazon SES uses the value of the ReturnPathArn parameter.

                                                                                                                                                                                                  For information about when to use this parameter, see the description of SendRawEmail in this guide, or see the Amazon SES Developer Guide.

                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Source" : { "c2jName" : "Source", "c2jShape" : "Address", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                  The identity's email address. If you do not provide a value for this parameter, you must specify a \"From\" address in the raw text of the message. (You can also specify both.)

                                                                                                                                                                                                  By default, the string must be 7-bit ASCII. If the text must contain any other characters, then you must use MIME encoded-word syntax (RFC 2047) instead of a literal string. MIME encoded-word syntax uses the following form: =?charset?encoding?encoded-text?=. For more information, see RFC 2047.

                                                                                                                                                                                                  If you specify the Source parameter and have feedback forwarding enabled, then bounces and complaints will be sent to this email address. This takes precedence over any Return-Path header that you might include in the raw text of the message.

                                                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                  The identity's email address. If you do not provide a value for this parameter, you must specify a \"From\" address in the raw text of the message. (You can also specify both.)

                                                                                                                                                                                                  By default, the string must be 7-bit ASCII. If the text must contain any other characters, then you must use MIME encoded-word syntax (RFC 2047) instead of a literal string. MIME encoded-word syntax uses the following form: =?charset?encoding?encoded-text?=. For more information, see RFC 2047.

                                                                                                                                                                                                  If you specify the Source parameter and have feedback forwarding enabled, then bounces and complaints will be sent to this email address. This takes precedence over any Return-Path header that you might include in the raw text of the message.

                                                                                                                                                                                                  \n@param source The identity's email address. If you do not provide a value for this parameter, you must specify a \"From\" address in the raw text of the message. (You can also specify both.)

                                                                                                                                                                                                  By default, the string must be 7-bit ASCII. If the text must contain any other characters, then you must use MIME encoded-word syntax (RFC 2047) instead of a literal string. MIME encoded-word syntax uses the following form: =?charset?encoding?encoded-text?=. For more information, see RFC 2047.

                                                                                                                                                                                                  If you specify the Source parameter and have feedback forwarding enabled, then bounces and complaints will be sent to this email address. This takes precedence over any Return-Path header that you might include in the raw text of the message.

                                                                                                                                                                                                  \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withSource", "getterDocumentation" : "/**

                                                                                                                                                                                                  The identity's email address. If you do not provide a value for this parameter, you must specify a \"From\" address in the raw text of the message. (You can also specify both.)

                                                                                                                                                                                                  By default, the string must be 7-bit ASCII. If the text must contain any other characters, then you must use MIME encoded-word syntax (RFC 2047) instead of a literal string. MIME encoded-word syntax uses the following form: =?charset?encoding?encoded-text?=. For more information, see RFC 2047.

                                                                                                                                                                                                  If you specify the Source parameter and have feedback forwarding enabled, then bounces and complaints will be sent to this email address. This takes precedence over any Return-Path header that you might include in the raw text of the message.

                                                                                                                                                                                                  \n@return The identity's email address. If you do not provide a value for this parameter, you must specify a \"From\" address in the raw text of the message. (You can also specify both.)

                                                                                                                                                                                                  By default, the string must be 7-bit ASCII. If the text must contain any other characters, then you must use MIME encoded-word syntax (RFC 2047) instead of a literal string. MIME encoded-word syntax uses the following form: =?charset?encoding?encoded-text?=. For more information, see RFC 2047.

                                                                                                                                                                                                  If you specify the Source parameter and have feedback forwarding enabled, then bounces and complaints will be sent to this email address. This takes precedence over any Return-Path header that you might include in the raw text of the message.

                                                                                                                                                                                                  */", "getterMethodName" : "getSource", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Source", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Source", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Source", "setterDocumentation" : "/**

                                                                                                                                                                                                  The identity's email address. If you do not provide a value for this parameter, you must specify a \"From\" address in the raw text of the message. (You can also specify both.)

                                                                                                                                                                                                  By default, the string must be 7-bit ASCII. If the text must contain any other characters, then you must use MIME encoded-word syntax (RFC 2047) instead of a literal string. MIME encoded-word syntax uses the following form: =?charset?encoding?encoded-text?=. For more information, see RFC 2047.

                                                                                                                                                                                                  If you specify the Source parameter and have feedback forwarding enabled, then bounces and complaints will be sent to this email address. This takes precedence over any Return-Path header that you might include in the raw text of the message.

                                                                                                                                                                                                  \n@param source The identity's email address. If you do not provide a value for this parameter, you must specify a \"From\" address in the raw text of the message. (You can also specify both.)

                                                                                                                                                                                                  By default, the string must be 7-bit ASCII. If the text must contain any other characters, then you must use MIME encoded-word syntax (RFC 2047) instead of a literal string. MIME encoded-word syntax uses the following form: =?charset?encoding?encoded-text?=. For more information, see RFC 2047.

                                                                                                                                                                                                  If you specify the Source parameter and have feedback forwarding enabled, then bounces and complaints will be sent to this email address. This takes precedence over any Return-Path header that you might include in the raw text of the message.

                                                                                                                                                                                                  */", "setterMethodName" : "setSource", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "source", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                                                                                                  The identity's email address. If you do not provide a value for this parameter, you must specify a \"From\" address in the raw text of the message. (You can also specify both.)

                                                                                                                                                                                                  By default, the string must be 7-bit ASCII. If the text must contain any other characters, then you must use MIME encoded-word syntax (RFC 2047) instead of a literal string. MIME encoded-word syntax uses the following form: =?charset?encoding?encoded-text?=. For more information, see RFC 2047.

                                                                                                                                                                                                  If you specify the Source parameter and have feedback forwarding enabled, then bounces and complaints will be sent to this email address. This takes precedence over any Return-Path header that you might include in the raw text of the message.

                                                                                                                                                                                                  \n@param source The identity's email address. If you do not provide a value for this parameter, you must specify a \"From\" address in the raw text of the message. (You can also specify both.)

                                                                                                                                                                                                  By default, the string must be 7-bit ASCII. If the text must contain any other characters, then you must use MIME encoded-word syntax (RFC 2047) instead of a literal string. MIME encoded-word syntax uses the following form: =?charset?encoding?encoded-text?=. For more information, see RFC 2047.

                                                                                                                                                                                                  If you specify the Source parameter and have feedback forwarding enabled, then bounces and complaints will be sent to this email address. This takes precedence over any Return-Path header that you might include in the raw text of the message.

                                                                                                                                                                                                  \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "source", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                  The identity's email address. If you do not provide a value for this parameter, you must specify a \"From\" address in the raw text of the message. (You can also specify both.)

                                                                                                                                                                                                  By default, the string must be 7-bit ASCII. If the text must contain any other characters, then you must use MIME encoded-word syntax (RFC 2047) instead of a literal string. MIME encoded-word syntax uses the following form: =?charset?encoding?encoded-text?=. For more information, see RFC 2047.

                                                                                                                                                                                                  If you specify the Source parameter and have feedback forwarding enabled, then bounces and complaints will be sent to this email address. This takes precedence over any Return-Path header that you might include in the raw text of the message.

                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "SourceArn" : { "c2jName" : "SourceArn", "c2jShape" : "AmazonResourceName", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                  This parameter is used only for sending authorization. It is the ARN of the identity that is associated with the sending authorization policy that permits you to send for the email address specified in the Source parameter.

                                                                                                                                                                                                  For example, if the owner of example.com (which has ARN arn:aws:ses:us-east-1:123456789012:identity/example.com) attaches a policy to it that authorizes you to send from [email protected], then you would specify the SourceArn to be arn:aws:ses:us-east-1:123456789012:identity/example.com, and the Source to be [email protected].

                                                                                                                                                                                                  Instead of using this parameter, you can use the X-header X-SES-SOURCE-ARN in the raw message of the email. If you use both the SourceArn parameter and the corresponding X-header, Amazon SES uses the value of the SourceArn parameter.

                                                                                                                                                                                                  For information about when to use this parameter, see the description of SendRawEmail in this guide, or see the Amazon SES Developer Guide.

                                                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                  This parameter is used only for sending authorization. It is the ARN of the identity that is associated with the sending authorization policy that permits you to send for the email address specified in the Source parameter.

                                                                                                                                                                                                  For example, if the owner of example.com (which has ARN arn:aws:ses:us-east-1:123456789012:identity/example.com) attaches a policy to it that authorizes you to send from [email protected], then you would specify the SourceArn to be arn:aws:ses:us-east-1:123456789012:identity/example.com, and the Source to be [email protected].

                                                                                                                                                                                                  Instead of using this parameter, you can use the X-header X-SES-SOURCE-ARN in the raw message of the email. If you use both the SourceArn parameter and the corresponding X-header, Amazon SES uses the value of the SourceArn parameter.

                                                                                                                                                                                                  For information about when to use this parameter, see the description of SendRawEmail in this guide, or see the Amazon SES Developer Guide.

                                                                                                                                                                                                  \n@param sourceArn This parameter is used only for sending authorization. It is the ARN of the identity that is associated with the sending authorization policy that permits you to send for the email address specified in the Source parameter.

                                                                                                                                                                                                  For example, if the owner of example.com (which has ARN arn:aws:ses:us-east-1:123456789012:identity/example.com) attaches a policy to it that authorizes you to send from [email protected], then you would specify the SourceArn to be arn:aws:ses:us-east-1:123456789012:identity/example.com, and the Source to be [email protected].

                                                                                                                                                                                                  Instead of using this parameter, you can use the X-header X-SES-SOURCE-ARN in the raw message of the email. If you use both the SourceArn parameter and the corresponding X-header, Amazon SES uses the value of the SourceArn parameter.

                                                                                                                                                                                                  For information about when to use this parameter, see the description of SendRawEmail in this guide, or see the Amazon SES Developer Guide.

                                                                                                                                                                                                  \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withSourceArn", "getterDocumentation" : "/**

                                                                                                                                                                                                  This parameter is used only for sending authorization. It is the ARN of the identity that is associated with the sending authorization policy that permits you to send for the email address specified in the Source parameter.

                                                                                                                                                                                                  For example, if the owner of example.com (which has ARN arn:aws:ses:us-east-1:123456789012:identity/example.com) attaches a policy to it that authorizes you to send from [email protected], then you would specify the SourceArn to be arn:aws:ses:us-east-1:123456789012:identity/example.com, and the Source to be [email protected].

                                                                                                                                                                                                  Instead of using this parameter, you can use the X-header X-SES-SOURCE-ARN in the raw message of the email. If you use both the SourceArn parameter and the corresponding X-header, Amazon SES uses the value of the SourceArn parameter.

                                                                                                                                                                                                  For information about when to use this parameter, see the description of SendRawEmail in this guide, or see the Amazon SES Developer Guide.

                                                                                                                                                                                                  \n@return This parameter is used only for sending authorization. It is the ARN of the identity that is associated with the sending authorization policy that permits you to send for the email address specified in the Source parameter.

                                                                                                                                                                                                  For example, if the owner of example.com (which has ARN arn:aws:ses:us-east-1:123456789012:identity/example.com) attaches a policy to it that authorizes you to send from [email protected], then you would specify the SourceArn to be arn:aws:ses:us-east-1:123456789012:identity/example.com, and the Source to be [email protected].

                                                                                                                                                                                                  Instead of using this parameter, you can use the X-header X-SES-SOURCE-ARN in the raw message of the email. If you use both the SourceArn parameter and the corresponding X-header, Amazon SES uses the value of the SourceArn parameter.

                                                                                                                                                                                                  For information about when to use this parameter, see the description of SendRawEmail in this guide, or see the Amazon SES Developer Guide.

                                                                                                                                                                                                  */", "getterMethodName" : "getSourceArn", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "SourceArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "SourceArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "SourceArn", "setterDocumentation" : "/**

                                                                                                                                                                                                  This parameter is used only for sending authorization. It is the ARN of the identity that is associated with the sending authorization policy that permits you to send for the email address specified in the Source parameter.

                                                                                                                                                                                                  For example, if the owner of example.com (which has ARN arn:aws:ses:us-east-1:123456789012:identity/example.com) attaches a policy to it that authorizes you to send from [email protected], then you would specify the SourceArn to be arn:aws:ses:us-east-1:123456789012:identity/example.com, and the Source to be [email protected].

                                                                                                                                                                                                  Instead of using this parameter, you can use the X-header X-SES-SOURCE-ARN in the raw message of the email. If you use both the SourceArn parameter and the corresponding X-header, Amazon SES uses the value of the SourceArn parameter.

                                                                                                                                                                                                  For information about when to use this parameter, see the description of SendRawEmail in this guide, or see the Amazon SES Developer Guide.

                                                                                                                                                                                                  \n@param sourceArn This parameter is used only for sending authorization. It is the ARN of the identity that is associated with the sending authorization policy that permits you to send for the email address specified in the Source parameter.

                                                                                                                                                                                                  For example, if the owner of example.com (which has ARN arn:aws:ses:us-east-1:123456789012:identity/example.com) attaches a policy to it that authorizes you to send from [email protected], then you would specify the SourceArn to be arn:aws:ses:us-east-1:123456789012:identity/example.com, and the Source to be [email protected].

                                                                                                                                                                                                  Instead of using this parameter, you can use the X-header X-SES-SOURCE-ARN in the raw message of the email. If you use both the SourceArn parameter and the corresponding X-header, Amazon SES uses the value of the SourceArn parameter.

                                                                                                                                                                                                  For information about when to use this parameter, see the description of SendRawEmail in this guide, or see the Amazon SES Developer Guide.

                                                                                                                                                                                                  */", "setterMethodName" : "setSourceArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "sourceArn", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                                                                                                  This parameter is used only for sending authorization. It is the ARN of the identity that is associated with the sending authorization policy that permits you to send for the email address specified in the Source parameter.

                                                                                                                                                                                                  For example, if the owner of example.com (which has ARN arn:aws:ses:us-east-1:123456789012:identity/example.com) attaches a policy to it that authorizes you to send from [email protected], then you would specify the SourceArn to be arn:aws:ses:us-east-1:123456789012:identity/example.com, and the Source to be [email protected].

                                                                                                                                                                                                  Instead of using this parameter, you can use the X-header X-SES-SOURCE-ARN in the raw message of the email. If you use both the SourceArn parameter and the corresponding X-header, Amazon SES uses the value of the SourceArn parameter.

                                                                                                                                                                                                  For information about when to use this parameter, see the description of SendRawEmail in this guide, or see the Amazon SES Developer Guide.

                                                                                                                                                                                                  \n@param sourceArn This parameter is used only for sending authorization. It is the ARN of the identity that is associated with the sending authorization policy that permits you to send for the email address specified in the Source parameter.

                                                                                                                                                                                                  For example, if the owner of example.com (which has ARN arn:aws:ses:us-east-1:123456789012:identity/example.com) attaches a policy to it that authorizes you to send from [email protected], then you would specify the SourceArn to be arn:aws:ses:us-east-1:123456789012:identity/example.com, and the Source to be [email protected].

                                                                                                                                                                                                  Instead of using this parameter, you can use the X-header X-SES-SOURCE-ARN in the raw message of the email. If you use both the SourceArn parameter and the corresponding X-header, Amazon SES uses the value of the SourceArn parameter.

                                                                                                                                                                                                  For information about when to use this parameter, see the description of SendRawEmail in this guide, or see the Amazon SES Developer Guide.

                                                                                                                                                                                                  \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "sourceArn", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                  This parameter is used only for sending authorization. It is the ARN of the identity that is associated with the sending authorization policy that permits you to send for the email address specified in the Source parameter.

                                                                                                                                                                                                  For example, if the owner of example.com (which has ARN arn:aws:ses:us-east-1:123456789012:identity/example.com) attaches a policy to it that authorizes you to send from [email protected], then you would specify the SourceArn to be arn:aws:ses:us-east-1:123456789012:identity/example.com, and the Source to be [email protected].

                                                                                                                                                                                                  Instead of using this parameter, you can use the X-header X-SES-SOURCE-ARN in the raw message of the email. If you use both the SourceArn parameter and the corresponding X-header, Amazon SES uses the value of the SourceArn parameter.

                                                                                                                                                                                                  For information about when to use this parameter, see the description of SendRawEmail in this guide, or see the Amazon SES Developer Guide.

                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Tags" : { "c2jName" : "Tags", "c2jShape" : "MessageTagList", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                  A list of tags, in the form of name/value pairs, to apply to an email that you send using SendRawEmail. Tags correspond to characteristics of the email that you define, so that you can publish email sending events.

                                                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                  A list of tags, in the form of name/value pairs, to apply to an email that you send using SendRawEmail. Tags correspond to characteristics of the email that you define, so that you can publish email sending events.

                                                                                                                                                                                                  \n@param tags A list of tags, in the form of name/value pairs, to apply to an email that you send using SendRawEmail. Tags correspond to characteristics of the email that you define, so that you can publish email sending events.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withTags", "getterDocumentation" : "/**

                                                                                                                                                                                                  A list of tags, in the form of name/value pairs, to apply to an email that you send using SendRawEmail. Tags correspond to characteristics of the email that you define, so that you can publish email sending events.

                                                                                                                                                                                                  \n@return A list of tags, in the form of name/value pairs, to apply to an email that you send using SendRawEmail. Tags correspond to characteristics of the email that you define, so that you can publish email sending events.*/", "getterMethodName" : "getTags", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Tags", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Tags", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : true, "listModel" : { "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "MessageTag", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withMember", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getMember", "getterModel" : { "returnType" : "MessageTag", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "MessageTag", "variableName" : "member", "variableType" : "MessageTag", "documentation" : "", "simpleType" : "MessageTag", "variableSetterType" : "MessageTag" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "MessageTag", "variableName" : "member", "variableType" : "MessageTag", "documentation" : "", "simpleType" : "MessageTag", "variableSetterType" : "MessageTag" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "MessageTag", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "simpleType" : "MessageTag", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "Tags", "setterDocumentation" : "/**

                                                                                                                                                                                                  A list of tags, in the form of name/value pairs, to apply to an email that you send using SendRawEmail. Tags correspond to characteristics of the email that you define, so that you can publish email sending events.

                                                                                                                                                                                                  \n@param tags A list of tags, in the form of name/value pairs, to apply to an email that you send using SendRawEmail. Tags correspond to characteristics of the email that you define, so that you can publish email sending events.*/", "setterMethodName" : "setTags", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "tags", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

                                                                                                                                                                                                  A list of tags, in the form of name/value pairs, to apply to an email that you send using SendRawEmail. Tags correspond to characteristics of the email that you define, so that you can publish email sending events.

                                                                                                                                                                                                  \n

                                                                                                                                                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setTags(java.util.Collection)} or {@link #withTags(java.util.Collection)} if you want to override the existing values.

                                                                                                                                                                                                  \n@param tags A list of tags, in the form of name/value pairs, to apply to an email that you send using SendRawEmail. Tags correspond to characteristics of the email that you define, so that you can publish email sending events.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "tags", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                                                                  A list of tags, in the form of name/value pairs, to apply to an email that you send using SendRawEmail. Tags correspond to characteristics of the email that you define, so that you can publish email sending events.

                                                                                                                                                                                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "RawMessage" ], "shapeName" : "SendRawEmailRequest", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "SendRawEmailRequest", "variableName" : "sendRawEmailRequest", "variableType" : "SendRawEmailRequest", "documentation" : null, "simpleType" : "SendRawEmailRequest", "variableSetterType" : "SendRawEmailRequest" }, "wrapper" : false }, "SendRawEmailResult" : { "c2jName" : "SendRawEmailResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                                                                                                                                                                                                  Represents a unique message ID.

                                                                                                                                                                                                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "MessageId", "c2jShape" : "MessageId", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                  The unique message identifier returned from the SendRawEmail action.

                                                                                                                                                                                                  ", "enumType" : null, "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.*/", "fluentSetterMethodName" : "withMessageId", "getterDocumentation" : "/**

                                                                                                                                                                                                  The unique message identifier returned from the SendRawEmail action.

                                                                                                                                                                                                  \n@return The unique message identifier returned from the SendRawEmail action.*/", "getterMethodName" : "getMessageId", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "MessageId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "MessageId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "MessageId", "setterDocumentation" : "/**

                                                                                                                                                                                                  The unique message identifier returned from the SendRawEmail action.

                                                                                                                                                                                                  \n@param messageId The unique message identifier returned from the SendRawEmail action.*/", "setterMethodName" : "setMessageId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "messageId", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "messageId", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                  The unique message identifier returned from the SendRawEmail action.

                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "MessageId" : { "c2jName" : "MessageId", "c2jShape" : "MessageId", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                  The unique message identifier returned from the SendRawEmail action.

                                                                                                                                                                                                  ", "enumType" : null, "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.*/", "fluentSetterMethodName" : "withMessageId", "getterDocumentation" : "/**

                                                                                                                                                                                                  The unique message identifier returned from the SendRawEmail action.

                                                                                                                                                                                                  \n@return The unique message identifier returned from the SendRawEmail action.*/", "getterMethodName" : "getMessageId", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "MessageId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "MessageId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "MessageId", "setterDocumentation" : "/**

                                                                                                                                                                                                  The unique message identifier returned from the SendRawEmail action.

                                                                                                                                                                                                  \n@param messageId The unique message identifier returned from the SendRawEmail action.*/", "setterMethodName" : "setMessageId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "messageId", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "messageId", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                  The unique message identifier returned from the SendRawEmail action.

                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "MessageId" ], "shapeName" : "SendRawEmailResult", "unmarshaller" : { "flattened" : false, "resultWrapper" : "SendRawEmailResult" }, "variable" : { "variableDeclarationType" : "SendRawEmailResult", "variableName" : "sendRawEmailResult", "variableType" : "SendRawEmailResult", "documentation" : null, "simpleType" : "SendRawEmailResult", "variableSetterType" : "SendRawEmailResult" }, "wrapper" : false }, "SetActiveReceiptRuleSetRequest" : { "c2jName" : "SetActiveReceiptRuleSetRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                                                                                                                                                                                                  Represents a request to set a receipt rule set as the active receipt rule set. You use receipt rule sets to receive email with Amazon SES. For more information, see the Amazon SES Developer Guide.

                                                                                                                                                                                                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "SetActiveReceiptRuleSet", "locationName" : null, "requestUri" : "/", "target" : null, "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "c2jName" : "RuleSetName", "c2jShape" : "ReceiptRuleSetName", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                  The name of the receipt rule set to make active. Setting this value to null disables all email receiving.

                                                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                  The name of the receipt rule set to make active. Setting this value to null disables all email receiving.

                                                                                                                                                                                                  \n@param ruleSetName The name of the receipt rule set to make active. Setting this value to null disables all email receiving.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withRuleSetName", "getterDocumentation" : "/**

                                                                                                                                                                                                  The name of the receipt rule set to make active. Setting this value to null disables all email receiving.

                                                                                                                                                                                                  \n@return The name of the receipt rule set to make active. Setting this value to null disables all email receiving.*/", "getterMethodName" : "getRuleSetName", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "RuleSetName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "RuleSetName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "RuleSetName", "setterDocumentation" : "/**

                                                                                                                                                                                                  The name of the receipt rule set to make active. Setting this value to null disables all email receiving.

                                                                                                                                                                                                  \n@param ruleSetName The name of the receipt rule set to make active. Setting this value to null disables all email receiving.*/", "setterMethodName" : "setRuleSetName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "ruleSetName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                                                                                                  The name of the receipt rule set to make active. Setting this value to null disables all email receiving.

                                                                                                                                                                                                  \n@param ruleSetName The name of the receipt rule set to make active. Setting this value to null disables all email receiving.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "ruleSetName", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                  The name of the receipt rule set to make active. Setting this value to null disables all email receiving.

                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "RuleSetName" : { "c2jName" : "RuleSetName", "c2jShape" : "ReceiptRuleSetName", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                  The name of the receipt rule set to make active. Setting this value to null disables all email receiving.

                                                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                  The name of the receipt rule set to make active. Setting this value to null disables all email receiving.

                                                                                                                                                                                                  \n@param ruleSetName The name of the receipt rule set to make active. Setting this value to null disables all email receiving.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withRuleSetName", "getterDocumentation" : "/**

                                                                                                                                                                                                  The name of the receipt rule set to make active. Setting this value to null disables all email receiving.

                                                                                                                                                                                                  \n@return The name of the receipt rule set to make active. Setting this value to null disables all email receiving.*/", "getterMethodName" : "getRuleSetName", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "RuleSetName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "RuleSetName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "RuleSetName", "setterDocumentation" : "/**

                                                                                                                                                                                                  The name of the receipt rule set to make active. Setting this value to null disables all email receiving.

                                                                                                                                                                                                  \n@param ruleSetName The name of the receipt rule set to make active. Setting this value to null disables all email receiving.*/", "setterMethodName" : "setRuleSetName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "ruleSetName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                                                                                                  The name of the receipt rule set to make active. Setting this value to null disables all email receiving.

                                                                                                                                                                                                  \n@param ruleSetName The name of the receipt rule set to make active. Setting this value to null disables all email receiving.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "ruleSetName", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                  The name of the receipt rule set to make active. Setting this value to null disables all email receiving.

                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "SetActiveReceiptRuleSetRequest", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "SetActiveReceiptRuleSetRequest", "variableName" : "setActiveReceiptRuleSetRequest", "variableType" : "SetActiveReceiptRuleSetRequest", "documentation" : null, "simpleType" : "SetActiveReceiptRuleSetRequest", "variableSetterType" : "SetActiveReceiptRuleSetRequest" }, "wrapper" : false }, "SetActiveReceiptRuleSetResult" : { "c2jName" : "SetActiveReceiptRuleSetResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                                                                                                                                                                                                  An empty element returned on a successful request.

                                                                                                                                                                                                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : null, "membersAsMap" : { }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "SetActiveReceiptRuleSetResult", "unmarshaller" : { "flattened" : false, "resultWrapper" : "SetActiveReceiptRuleSetResult" }, "variable" : { "variableDeclarationType" : "SetActiveReceiptRuleSetResult", "variableName" : "setActiveReceiptRuleSetResult", "variableType" : "SetActiveReceiptRuleSetResult", "documentation" : null, "simpleType" : "SetActiveReceiptRuleSetResult", "variableSetterType" : "SetActiveReceiptRuleSetResult" }, "wrapper" : false }, "SetIdentityDkimEnabledRequest" : { "c2jName" : "SetIdentityDkimEnabledRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                                                                                                                                                                                                  Represents a request to enable or disable Amazon SES Easy DKIM signing for an identity. For more information about setting up Easy DKIM, see the Amazon SES Developer Guide.

                                                                                                                                                                                                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "SetIdentityDkimEnabled", "locationName" : null, "requestUri" : "/", "target" : null, "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "c2jName" : "Identity", "c2jShape" : "Identity", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                  The identity for which DKIM signing should be enabled or disabled.

                                                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                  The identity for which DKIM signing should be enabled or disabled.

                                                                                                                                                                                                  \n@param identity The identity for which DKIM signing should be enabled or disabled.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withIdentity", "getterDocumentation" : "/**

                                                                                                                                                                                                  The identity for which DKIM signing should be enabled or disabled.

                                                                                                                                                                                                  \n@return The identity for which DKIM signing should be enabled or disabled.*/", "getterMethodName" : "getIdentity", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Identity", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Identity", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Identity", "setterDocumentation" : "/**

                                                                                                                                                                                                  The identity for which DKIM signing should be enabled or disabled.

                                                                                                                                                                                                  \n@param identity The identity for which DKIM signing should be enabled or disabled.*/", "setterMethodName" : "setIdentity", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "identity", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                                                                                                  The identity for which DKIM signing should be enabled or disabled.

                                                                                                                                                                                                  \n@param identity The identity for which DKIM signing should be enabled or disabled.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "identity", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                  The identity for which DKIM signing should be enabled or disabled.

                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "DkimEnabled", "c2jShape" : "Enabled", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                  Sets whether DKIM signing is enabled for an identity. Set to true to enable DKIM signing for this identity; false to disable it.

                                                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                  Sets whether DKIM signing is enabled for an identity. Set to true to enable DKIM signing for this identity; false to disable it.

                                                                                                                                                                                                  \n@param dkimEnabled Sets whether DKIM signing is enabled for an identity. Set to true to enable DKIM signing for this identity; false to disable it.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withDkimEnabled", "getterDocumentation" : "/**

                                                                                                                                                                                                  Sets whether DKIM signing is enabled for an identity. Set to true to enable DKIM signing for this identity; false to disable it.

                                                                                                                                                                                                  \n@return Sets whether DKIM signing is enabled for an identity. Set to true to enable DKIM signing for this identity; false to disable it.*/", "getterMethodName" : "getDkimEnabled", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "DkimEnabled", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "DkimEnabled", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Boolean", "marshallingType" : "BOOLEAN", "name" : "DkimEnabled", "setterDocumentation" : "/**

                                                                                                                                                                                                  Sets whether DKIM signing is enabled for an identity. Set to true to enable DKIM signing for this identity; false to disable it.

                                                                                                                                                                                                  \n@param dkimEnabled Sets whether DKIM signing is enabled for an identity. Set to true to enable DKIM signing for this identity; false to disable it.*/", "setterMethodName" : "setDkimEnabled", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "dkimEnabled", "variableType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                                                                                                  Sets whether DKIM signing is enabled for an identity. Set to true to enable DKIM signing for this identity; false to disable it.

                                                                                                                                                                                                  \n@param dkimEnabled Sets whether DKIM signing is enabled for an identity. Set to true to enable DKIM signing for this identity; false to disable it.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "dkimEnabled", "variableType" : "Boolean", "documentation" : "

                                                                                                                                                                                                  Sets whether DKIM signing is enabled for an identity. Set to true to enable DKIM signing for this identity; false to disable it.

                                                                                                                                                                                                  ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "DkimEnabled" : { "c2jName" : "DkimEnabled", "c2jShape" : "Enabled", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                  Sets whether DKIM signing is enabled for an identity. Set to true to enable DKIM signing for this identity; false to disable it.

                                                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                  Sets whether DKIM signing is enabled for an identity. Set to true to enable DKIM signing for this identity; false to disable it.

                                                                                                                                                                                                  \n@param dkimEnabled Sets whether DKIM signing is enabled for an identity. Set to true to enable DKIM signing for this identity; false to disable it.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withDkimEnabled", "getterDocumentation" : "/**

                                                                                                                                                                                                  Sets whether DKIM signing is enabled for an identity. Set to true to enable DKIM signing for this identity; false to disable it.

                                                                                                                                                                                                  \n@return Sets whether DKIM signing is enabled for an identity. Set to true to enable DKIM signing for this identity; false to disable it.*/", "getterMethodName" : "getDkimEnabled", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "DkimEnabled", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "DkimEnabled", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Boolean", "marshallingType" : "BOOLEAN", "name" : "DkimEnabled", "setterDocumentation" : "/**

                                                                                                                                                                                                  Sets whether DKIM signing is enabled for an identity. Set to true to enable DKIM signing for this identity; false to disable it.

                                                                                                                                                                                                  \n@param dkimEnabled Sets whether DKIM signing is enabled for an identity. Set to true to enable DKIM signing for this identity; false to disable it.*/", "setterMethodName" : "setDkimEnabled", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "dkimEnabled", "variableType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                                                                                                  Sets whether DKIM signing is enabled for an identity. Set to true to enable DKIM signing for this identity; false to disable it.

                                                                                                                                                                                                  \n@param dkimEnabled Sets whether DKIM signing is enabled for an identity. Set to true to enable DKIM signing for this identity; false to disable it.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "dkimEnabled", "variableType" : "Boolean", "documentation" : "

                                                                                                                                                                                                  Sets whether DKIM signing is enabled for an identity. Set to true to enable DKIM signing for this identity; false to disable it.

                                                                                                                                                                                                  ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlNameSpaceUri" : null }, "Identity" : { "c2jName" : "Identity", "c2jShape" : "Identity", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                  The identity for which DKIM signing should be enabled or disabled.

                                                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                  The identity for which DKIM signing should be enabled or disabled.

                                                                                                                                                                                                  \n@param identity The identity for which DKIM signing should be enabled or disabled.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withIdentity", "getterDocumentation" : "/**

                                                                                                                                                                                                  The identity for which DKIM signing should be enabled or disabled.

                                                                                                                                                                                                  \n@return The identity for which DKIM signing should be enabled or disabled.*/", "getterMethodName" : "getIdentity", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Identity", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Identity", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Identity", "setterDocumentation" : "/**

                                                                                                                                                                                                  The identity for which DKIM signing should be enabled or disabled.

                                                                                                                                                                                                  \n@param identity The identity for which DKIM signing should be enabled or disabled.*/", "setterMethodName" : "setIdentity", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "identity", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                                                                                                  The identity for which DKIM signing should be enabled or disabled.

                                                                                                                                                                                                  \n@param identity The identity for which DKIM signing should be enabled or disabled.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "identity", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                  The identity for which DKIM signing should be enabled or disabled.

                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "Identity", "DkimEnabled" ], "shapeName" : "SetIdentityDkimEnabledRequest", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "SetIdentityDkimEnabledRequest", "variableName" : "setIdentityDkimEnabledRequest", "variableType" : "SetIdentityDkimEnabledRequest", "documentation" : null, "simpleType" : "SetIdentityDkimEnabledRequest", "variableSetterType" : "SetIdentityDkimEnabledRequest" }, "wrapper" : false }, "SetIdentityDkimEnabledResult" : { "c2jName" : "SetIdentityDkimEnabledResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                                                                                                                                                                                                  An empty element returned on a successful request.

                                                                                                                                                                                                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : null, "membersAsMap" : { }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "SetIdentityDkimEnabledResult", "unmarshaller" : { "flattened" : false, "resultWrapper" : "SetIdentityDkimEnabledResult" }, "variable" : { "variableDeclarationType" : "SetIdentityDkimEnabledResult", "variableName" : "setIdentityDkimEnabledResult", "variableType" : "SetIdentityDkimEnabledResult", "documentation" : null, "simpleType" : "SetIdentityDkimEnabledResult", "variableSetterType" : "SetIdentityDkimEnabledResult" }, "wrapper" : false }, "SetIdentityFeedbackForwardingEnabledRequest" : { "c2jName" : "SetIdentityFeedbackForwardingEnabledRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                                                                                                                                                                                                  Represents a request to enable or disable whether Amazon SES forwards you bounce and complaint notifications through email. For information about email feedback forwarding, see the Amazon SES Developer Guide.

                                                                                                                                                                                                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "SetIdentityFeedbackForwardingEnabled", "locationName" : null, "requestUri" : "/", "target" : null, "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "c2jName" : "Identity", "c2jShape" : "Identity", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                  The identity for which to set bounce and complaint notification forwarding. Examples: [email protected], example.com.

                                                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                  The identity for which to set bounce and complaint notification forwarding. Examples: [email protected], example.com.

                                                                                                                                                                                                  \n@param identity The identity for which to set bounce and complaint notification forwarding. Examples: [email protected], example.com.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withIdentity", "getterDocumentation" : "/**

                                                                                                                                                                                                  The identity for which to set bounce and complaint notification forwarding. Examples: [email protected], example.com.

                                                                                                                                                                                                  \n@return The identity for which to set bounce and complaint notification forwarding. Examples: [email protected], example.com.*/", "getterMethodName" : "getIdentity", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Identity", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Identity", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Identity", "setterDocumentation" : "/**

                                                                                                                                                                                                  The identity for which to set bounce and complaint notification forwarding. Examples: [email protected], example.com.

                                                                                                                                                                                                  \n@param identity The identity for which to set bounce and complaint notification forwarding. Examples: [email protected], example.com.*/", "setterMethodName" : "setIdentity", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "identity", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                                                                                                  The identity for which to set bounce and complaint notification forwarding. Examples: [email protected], example.com.

                                                                                                                                                                                                  \n@param identity The identity for which to set bounce and complaint notification forwarding. Examples: [email protected], example.com.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "identity", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                  The identity for which to set bounce and complaint notification forwarding. Examples: [email protected], example.com.

                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "ForwardingEnabled", "c2jShape" : "Enabled", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                  Sets whether Amazon SES will forward bounce and complaint notifications as email. true specifies that Amazon SES will forward bounce and complaint notifications as email, in addition to any Amazon SNS topic publishing otherwise specified. false specifies that Amazon SES will publish bounce and complaint notifications only through Amazon SNS. This value can only be set to false when Amazon SNS topics are set for both Bounce and Complaint notification types.

                                                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                  Sets whether Amazon SES will forward bounce and complaint notifications as email. true specifies that Amazon SES will forward bounce and complaint notifications as email, in addition to any Amazon SNS topic publishing otherwise specified. false specifies that Amazon SES will publish bounce and complaint notifications only through Amazon SNS. This value can only be set to false when Amazon SNS topics are set for both Bounce and Complaint notification types.

                                                                                                                                                                                                  \n@param forwardingEnabled Sets whether Amazon SES will forward bounce and complaint notifications as email. true specifies that Amazon SES will forward bounce and complaint notifications as email, in addition to any Amazon SNS topic publishing otherwise specified. false specifies that Amazon SES will publish bounce and complaint notifications only through Amazon SNS. This value can only be set to false when Amazon SNS topics are set for both Bounce and Complaint notification types.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withForwardingEnabled", "getterDocumentation" : "/**

                                                                                                                                                                                                  Sets whether Amazon SES will forward bounce and complaint notifications as email. true specifies that Amazon SES will forward bounce and complaint notifications as email, in addition to any Amazon SNS topic publishing otherwise specified. false specifies that Amazon SES will publish bounce and complaint notifications only through Amazon SNS. This value can only be set to false when Amazon SNS topics are set for both Bounce and Complaint notification types.

                                                                                                                                                                                                  \n@return Sets whether Amazon SES will forward bounce and complaint notifications as email. true specifies that Amazon SES will forward bounce and complaint notifications as email, in addition to any Amazon SNS topic publishing otherwise specified. false specifies that Amazon SES will publish bounce and complaint notifications only through Amazon SNS. This value can only be set to false when Amazon SNS topics are set for both Bounce and Complaint notification types.*/", "getterMethodName" : "getForwardingEnabled", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ForwardingEnabled", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ForwardingEnabled", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Boolean", "marshallingType" : "BOOLEAN", "name" : "ForwardingEnabled", "setterDocumentation" : "/**

                                                                                                                                                                                                  Sets whether Amazon SES will forward bounce and complaint notifications as email. true specifies that Amazon SES will forward bounce and complaint notifications as email, in addition to any Amazon SNS topic publishing otherwise specified. false specifies that Amazon SES will publish bounce and complaint notifications only through Amazon SNS. This value can only be set to false when Amazon SNS topics are set for both Bounce and Complaint notification types.

                                                                                                                                                                                                  \n@param forwardingEnabled Sets whether Amazon SES will forward bounce and complaint notifications as email. true specifies that Amazon SES will forward bounce and complaint notifications as email, in addition to any Amazon SNS topic publishing otherwise specified. false specifies that Amazon SES will publish bounce and complaint notifications only through Amazon SNS. This value can only be set to false when Amazon SNS topics are set for both Bounce and Complaint notification types.*/", "setterMethodName" : "setForwardingEnabled", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "forwardingEnabled", "variableType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                                                                                                  Sets whether Amazon SES will forward bounce and complaint notifications as email. true specifies that Amazon SES will forward bounce and complaint notifications as email, in addition to any Amazon SNS topic publishing otherwise specified. false specifies that Amazon SES will publish bounce and complaint notifications only through Amazon SNS. This value can only be set to false when Amazon SNS topics are set for both Bounce and Complaint notification types.

                                                                                                                                                                                                  \n@param forwardingEnabled Sets whether Amazon SES will forward bounce and complaint notifications as email. true specifies that Amazon SES will forward bounce and complaint notifications as email, in addition to any Amazon SNS topic publishing otherwise specified. false specifies that Amazon SES will publish bounce and complaint notifications only through Amazon SNS. This value can only be set to false when Amazon SNS topics are set for both Bounce and Complaint notification types.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "forwardingEnabled", "variableType" : "Boolean", "documentation" : "

                                                                                                                                                                                                  Sets whether Amazon SES will forward bounce and complaint notifications as email. true specifies that Amazon SES will forward bounce and complaint notifications as email, in addition to any Amazon SNS topic publishing otherwise specified. false specifies that Amazon SES will publish bounce and complaint notifications only through Amazon SNS. This value can only be set to false when Amazon SNS topics are set for both Bounce and Complaint notification types.

                                                                                                                                                                                                  ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ForwardingEnabled" : { "c2jName" : "ForwardingEnabled", "c2jShape" : "Enabled", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                  Sets whether Amazon SES will forward bounce and complaint notifications as email. true specifies that Amazon SES will forward bounce and complaint notifications as email, in addition to any Amazon SNS topic publishing otherwise specified. false specifies that Amazon SES will publish bounce and complaint notifications only through Amazon SNS. This value can only be set to false when Amazon SNS topics are set for both Bounce and Complaint notification types.

                                                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                  Sets whether Amazon SES will forward bounce and complaint notifications as email. true specifies that Amazon SES will forward bounce and complaint notifications as email, in addition to any Amazon SNS topic publishing otherwise specified. false specifies that Amazon SES will publish bounce and complaint notifications only through Amazon SNS. This value can only be set to false when Amazon SNS topics are set for both Bounce and Complaint notification types.

                                                                                                                                                                                                  \n@param forwardingEnabled Sets whether Amazon SES will forward bounce and complaint notifications as email. true specifies that Amazon SES will forward bounce and complaint notifications as email, in addition to any Amazon SNS topic publishing otherwise specified. false specifies that Amazon SES will publish bounce and complaint notifications only through Amazon SNS. This value can only be set to false when Amazon SNS topics are set for both Bounce and Complaint notification types.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withForwardingEnabled", "getterDocumentation" : "/**

                                                                                                                                                                                                  Sets whether Amazon SES will forward bounce and complaint notifications as email. true specifies that Amazon SES will forward bounce and complaint notifications as email, in addition to any Amazon SNS topic publishing otherwise specified. false specifies that Amazon SES will publish bounce and complaint notifications only through Amazon SNS. This value can only be set to false when Amazon SNS topics are set for both Bounce and Complaint notification types.

                                                                                                                                                                                                  \n@return Sets whether Amazon SES will forward bounce and complaint notifications as email. true specifies that Amazon SES will forward bounce and complaint notifications as email, in addition to any Amazon SNS topic publishing otherwise specified. false specifies that Amazon SES will publish bounce and complaint notifications only through Amazon SNS. This value can only be set to false when Amazon SNS topics are set for both Bounce and Complaint notification types.*/", "getterMethodName" : "getForwardingEnabled", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ForwardingEnabled", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ForwardingEnabled", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Boolean", "marshallingType" : "BOOLEAN", "name" : "ForwardingEnabled", "setterDocumentation" : "/**

                                                                                                                                                                                                  Sets whether Amazon SES will forward bounce and complaint notifications as email. true specifies that Amazon SES will forward bounce and complaint notifications as email, in addition to any Amazon SNS topic publishing otherwise specified. false specifies that Amazon SES will publish bounce and complaint notifications only through Amazon SNS. This value can only be set to false when Amazon SNS topics are set for both Bounce and Complaint notification types.

                                                                                                                                                                                                  \n@param forwardingEnabled Sets whether Amazon SES will forward bounce and complaint notifications as email. true specifies that Amazon SES will forward bounce and complaint notifications as email, in addition to any Amazon SNS topic publishing otherwise specified. false specifies that Amazon SES will publish bounce and complaint notifications only through Amazon SNS. This value can only be set to false when Amazon SNS topics are set for both Bounce and Complaint notification types.*/", "setterMethodName" : "setForwardingEnabled", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "forwardingEnabled", "variableType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                                                                                                  Sets whether Amazon SES will forward bounce and complaint notifications as email. true specifies that Amazon SES will forward bounce and complaint notifications as email, in addition to any Amazon SNS topic publishing otherwise specified. false specifies that Amazon SES will publish bounce and complaint notifications only through Amazon SNS. This value can only be set to false when Amazon SNS topics are set for both Bounce and Complaint notification types.

                                                                                                                                                                                                  \n@param forwardingEnabled Sets whether Amazon SES will forward bounce and complaint notifications as email. true specifies that Amazon SES will forward bounce and complaint notifications as email, in addition to any Amazon SNS topic publishing otherwise specified. false specifies that Amazon SES will publish bounce and complaint notifications only through Amazon SNS. This value can only be set to false when Amazon SNS topics are set for both Bounce and Complaint notification types.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "forwardingEnabled", "variableType" : "Boolean", "documentation" : "

                                                                                                                                                                                                  Sets whether Amazon SES will forward bounce and complaint notifications as email. true specifies that Amazon SES will forward bounce and complaint notifications as email, in addition to any Amazon SNS topic publishing otherwise specified. false specifies that Amazon SES will publish bounce and complaint notifications only through Amazon SNS. This value can only be set to false when Amazon SNS topics are set for both Bounce and Complaint notification types.

                                                                                                                                                                                                  ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlNameSpaceUri" : null }, "Identity" : { "c2jName" : "Identity", "c2jShape" : "Identity", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                  The identity for which to set bounce and complaint notification forwarding. Examples: [email protected], example.com.

                                                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                  The identity for which to set bounce and complaint notification forwarding. Examples: [email protected], example.com.

                                                                                                                                                                                                  \n@param identity The identity for which to set bounce and complaint notification forwarding. Examples: [email protected], example.com.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withIdentity", "getterDocumentation" : "/**

                                                                                                                                                                                                  The identity for which to set bounce and complaint notification forwarding. Examples: [email protected], example.com.

                                                                                                                                                                                                  \n@return The identity for which to set bounce and complaint notification forwarding. Examples: [email protected], example.com.*/", "getterMethodName" : "getIdentity", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Identity", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Identity", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Identity", "setterDocumentation" : "/**

                                                                                                                                                                                                  The identity for which to set bounce and complaint notification forwarding. Examples: [email protected], example.com.

                                                                                                                                                                                                  \n@param identity The identity for which to set bounce and complaint notification forwarding. Examples: [email protected], example.com.*/", "setterMethodName" : "setIdentity", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "identity", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                                                                                                  The identity for which to set bounce and complaint notification forwarding. Examples: [email protected], example.com.

                                                                                                                                                                                                  \n@param identity The identity for which to set bounce and complaint notification forwarding. Examples: [email protected], example.com.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "identity", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                  The identity for which to set bounce and complaint notification forwarding. Examples: [email protected], example.com.

                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "Identity", "ForwardingEnabled" ], "shapeName" : "SetIdentityFeedbackForwardingEnabledRequest", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "SetIdentityFeedbackForwardingEnabledRequest", "variableName" : "setIdentityFeedbackForwardingEnabledRequest", "variableType" : "SetIdentityFeedbackForwardingEnabledRequest", "documentation" : null, "simpleType" : "SetIdentityFeedbackForwardingEnabledRequest", "variableSetterType" : "SetIdentityFeedbackForwardingEnabledRequest" }, "wrapper" : false }, "SetIdentityFeedbackForwardingEnabledResult" : { "c2jName" : "SetIdentityFeedbackForwardingEnabledResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                                                                                                                                                                                                  An empty element returned on a successful request.

                                                                                                                                                                                                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : null, "membersAsMap" : { }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "SetIdentityFeedbackForwardingEnabledResult", "unmarshaller" : { "flattened" : false, "resultWrapper" : "SetIdentityFeedbackForwardingEnabledResult" }, "variable" : { "variableDeclarationType" : "SetIdentityFeedbackForwardingEnabledResult", "variableName" : "setIdentityFeedbackForwardingEnabledResult", "variableType" : "SetIdentityFeedbackForwardingEnabledResult", "documentation" : null, "simpleType" : "SetIdentityFeedbackForwardingEnabledResult", "variableSetterType" : "SetIdentityFeedbackForwardingEnabledResult" }, "wrapper" : false }, "SetIdentityHeadersInNotificationsEnabledRequest" : { "c2jName" : "SetIdentityHeadersInNotificationsEnabledRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                                                                                                                                                                                                  Represents a request to set whether Amazon SES includes the original email headers in the Amazon SNS notifications of a specified type. For information about notifications, see the Amazon SES Developer Guide.

                                                                                                                                                                                                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "SetIdentityHeadersInNotificationsEnabled", "locationName" : null, "requestUri" : "/", "target" : null, "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "c2jName" : "Identity", "c2jShape" : "Identity", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                  The identity for which to enable or disable headers in notifications. Examples: [email protected], example.com.

                                                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                  The identity for which to enable or disable headers in notifications. Examples: [email protected], example.com.

                                                                                                                                                                                                  \n@param identity The identity for which to enable or disable headers in notifications. Examples: [email protected], example.com.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withIdentity", "getterDocumentation" : "/**

                                                                                                                                                                                                  The identity for which to enable or disable headers in notifications. Examples: [email protected], example.com.

                                                                                                                                                                                                  \n@return The identity for which to enable or disable headers in notifications. Examples: [email protected], example.com.*/", "getterMethodName" : "getIdentity", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Identity", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Identity", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Identity", "setterDocumentation" : "/**

                                                                                                                                                                                                  The identity for which to enable or disable headers in notifications. Examples: [email protected], example.com.

                                                                                                                                                                                                  \n@param identity The identity for which to enable or disable headers in notifications. Examples: [email protected], example.com.*/", "setterMethodName" : "setIdentity", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "identity", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                                                                                                  The identity for which to enable or disable headers in notifications. Examples: [email protected], example.com.

                                                                                                                                                                                                  \n@param identity The identity for which to enable or disable headers in notifications. Examples: [email protected], example.com.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "identity", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                  The identity for which to enable or disable headers in notifications. Examples: [email protected], example.com.

                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "NotificationType", "c2jShape" : "NotificationType", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                  The notification type for which to enable or disable headers in notifications.

                                                                                                                                                                                                  ", "enumType" : "NotificationType", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                  The notification type for which to enable or disable headers in notifications.

                                                                                                                                                                                                  \n@param notificationType The notification type for which to enable or disable headers in notifications.\n@return Returns a reference to this object so that method calls can be chained together.\n@see NotificationType*/", "fluentSetterMethodName" : "withNotificationType", "getterDocumentation" : "/**

                                                                                                                                                                                                  The notification type for which to enable or disable headers in notifications.

                                                                                                                                                                                                  \n@return The notification type for which to enable or disable headers in notifications.\n@see NotificationType*/", "getterMethodName" : "getNotificationType", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NotificationType", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "NotificationType", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "NotificationType", "setterDocumentation" : "/**

                                                                                                                                                                                                  The notification type for which to enable or disable headers in notifications.

                                                                                                                                                                                                  \n@param notificationType The notification type for which to enable or disable headers in notifications.\n@see NotificationType*/", "setterMethodName" : "setNotificationType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "notificationType", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                                                                                                  The notification type for which to enable or disable headers in notifications.

                                                                                                                                                                                                  \n@param notificationType The notification type for which to enable or disable headers in notifications.\n@return Returns a reference to this object so that method calls can be chained together.\n@see NotificationType*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "notificationType", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                  The notification type for which to enable or disable headers in notifications.

                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "Enabled", "c2jShape" : "Enabled", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                  Sets whether Amazon SES includes the original email headers in Amazon SNS notifications of the specified notification type. A value of true specifies that Amazon SES will include headers in notifications, and a value of false specifies that Amazon SES will not include headers in notifications.

                                                                                                                                                                                                  This value can only be set when NotificationType is already set to use a particular Amazon SNS topic.

                                                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                  Sets whether Amazon SES includes the original email headers in Amazon SNS notifications of the specified notification type. A value of true specifies that Amazon SES will include headers in notifications, and a value of false specifies that Amazon SES will not include headers in notifications.

                                                                                                                                                                                                  This value can only be set when NotificationType is already set to use a particular Amazon SNS topic.

                                                                                                                                                                                                  \n@param enabled Sets whether Amazon SES includes the original email headers in Amazon SNS notifications of the specified notification type. A value of true specifies that Amazon SES will include headers in notifications, and a value of false specifies that Amazon SES will not include headers in notifications.

                                                                                                                                                                                                  This value can only be set when NotificationType is already set to use a particular Amazon SNS topic.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withEnabled", "getterDocumentation" : "/**

                                                                                                                                                                                                  Sets whether Amazon SES includes the original email headers in Amazon SNS notifications of the specified notification type. A value of true specifies that Amazon SES will include headers in notifications, and a value of false specifies that Amazon SES will not include headers in notifications.

                                                                                                                                                                                                  This value can only be set when NotificationType is already set to use a particular Amazon SNS topic.

                                                                                                                                                                                                  \n@return Sets whether Amazon SES includes the original email headers in Amazon SNS notifications of the specified notification type. A value of true specifies that Amazon SES will include headers in notifications, and a value of false specifies that Amazon SES will not include headers in notifications.

                                                                                                                                                                                                  This value can only be set when NotificationType is already set to use a particular Amazon SNS topic.*/", "getterMethodName" : "getEnabled", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Enabled", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Enabled", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Boolean", "marshallingType" : "BOOLEAN", "name" : "Enabled", "setterDocumentation" : "/**

                                                                                                                                                                                                  Sets whether Amazon SES includes the original email headers in Amazon SNS notifications of the specified notification type. A value of true specifies that Amazon SES will include headers in notifications, and a value of false specifies that Amazon SES will not include headers in notifications.

                                                                                                                                                                                                  This value can only be set when NotificationType is already set to use a particular Amazon SNS topic.

                                                                                                                                                                                                  \n@param enabled Sets whether Amazon SES includes the original email headers in Amazon SNS notifications of the specified notification type. A value of true specifies that Amazon SES will include headers in notifications, and a value of false specifies that Amazon SES will not include headers in notifications.

                                                                                                                                                                                                  This value can only be set when NotificationType is already set to use a particular Amazon SNS topic.*/", "setterMethodName" : "setEnabled", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "enabled", "variableType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                                                                                                  Sets whether Amazon SES includes the original email headers in Amazon SNS notifications of the specified notification type. A value of true specifies that Amazon SES will include headers in notifications, and a value of false specifies that Amazon SES will not include headers in notifications.

                                                                                                                                                                                                  This value can only be set when NotificationType is already set to use a particular Amazon SNS topic.

                                                                                                                                                                                                  \n@param enabled Sets whether Amazon SES includes the original email headers in Amazon SNS notifications of the specified notification type. A value of true specifies that Amazon SES will include headers in notifications, and a value of false specifies that Amazon SES will not include headers in notifications.

                                                                                                                                                                                                  This value can only be set when NotificationType is already set to use a particular Amazon SNS topic.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "enabled", "variableType" : "Boolean", "documentation" : "

                                                                                                                                                                                                  Sets whether Amazon SES includes the original email headers in Amazon SNS notifications of the specified notification type. A value of true specifies that Amazon SES will include headers in notifications, and a value of false specifies that Amazon SES will not include headers in notifications.

                                                                                                                                                                                                  This value can only be set when NotificationType is already set to use a particular Amazon SNS topic.

                                                                                                                                                                                                  ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Enabled" : { "c2jName" : "Enabled", "c2jShape" : "Enabled", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                  Sets whether Amazon SES includes the original email headers in Amazon SNS notifications of the specified notification type. A value of true specifies that Amazon SES will include headers in notifications, and a value of false specifies that Amazon SES will not include headers in notifications.

                                                                                                                                                                                                  This value can only be set when NotificationType is already set to use a particular Amazon SNS topic.

                                                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                  Sets whether Amazon SES includes the original email headers in Amazon SNS notifications of the specified notification type. A value of true specifies that Amazon SES will include headers in notifications, and a value of false specifies that Amazon SES will not include headers in notifications.

                                                                                                                                                                                                  This value can only be set when NotificationType is already set to use a particular Amazon SNS topic.

                                                                                                                                                                                                  \n@param enabled Sets whether Amazon SES includes the original email headers in Amazon SNS notifications of the specified notification type. A value of true specifies that Amazon SES will include headers in notifications, and a value of false specifies that Amazon SES will not include headers in notifications.

                                                                                                                                                                                                  This value can only be set when NotificationType is already set to use a particular Amazon SNS topic.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withEnabled", "getterDocumentation" : "/**

                                                                                                                                                                                                  Sets whether Amazon SES includes the original email headers in Amazon SNS notifications of the specified notification type. A value of true specifies that Amazon SES will include headers in notifications, and a value of false specifies that Amazon SES will not include headers in notifications.

                                                                                                                                                                                                  This value can only be set when NotificationType is already set to use a particular Amazon SNS topic.

                                                                                                                                                                                                  \n@return Sets whether Amazon SES includes the original email headers in Amazon SNS notifications of the specified notification type. A value of true specifies that Amazon SES will include headers in notifications, and a value of false specifies that Amazon SES will not include headers in notifications.

                                                                                                                                                                                                  This value can only be set when NotificationType is already set to use a particular Amazon SNS topic.*/", "getterMethodName" : "getEnabled", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Enabled", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Enabled", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Boolean", "marshallingType" : "BOOLEAN", "name" : "Enabled", "setterDocumentation" : "/**

                                                                                                                                                                                                  Sets whether Amazon SES includes the original email headers in Amazon SNS notifications of the specified notification type. A value of true specifies that Amazon SES will include headers in notifications, and a value of false specifies that Amazon SES will not include headers in notifications.

                                                                                                                                                                                                  This value can only be set when NotificationType is already set to use a particular Amazon SNS topic.

                                                                                                                                                                                                  \n@param enabled Sets whether Amazon SES includes the original email headers in Amazon SNS notifications of the specified notification type. A value of true specifies that Amazon SES will include headers in notifications, and a value of false specifies that Amazon SES will not include headers in notifications.

                                                                                                                                                                                                  This value can only be set when NotificationType is already set to use a particular Amazon SNS topic.*/", "setterMethodName" : "setEnabled", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "enabled", "variableType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                                                                                                  Sets whether Amazon SES includes the original email headers in Amazon SNS notifications of the specified notification type. A value of true specifies that Amazon SES will include headers in notifications, and a value of false specifies that Amazon SES will not include headers in notifications.

                                                                                                                                                                                                  This value can only be set when NotificationType is already set to use a particular Amazon SNS topic.

                                                                                                                                                                                                  \n@param enabled Sets whether Amazon SES includes the original email headers in Amazon SNS notifications of the specified notification type. A value of true specifies that Amazon SES will include headers in notifications, and a value of false specifies that Amazon SES will not include headers in notifications.

                                                                                                                                                                                                  This value can only be set when NotificationType is already set to use a particular Amazon SNS topic.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "enabled", "variableType" : "Boolean", "documentation" : "

                                                                                                                                                                                                  Sets whether Amazon SES includes the original email headers in Amazon SNS notifications of the specified notification type. A value of true specifies that Amazon SES will include headers in notifications, and a value of false specifies that Amazon SES will not include headers in notifications.

                                                                                                                                                                                                  This value can only be set when NotificationType is already set to use a particular Amazon SNS topic.

                                                                                                                                                                                                  ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlNameSpaceUri" : null }, "Identity" : { "c2jName" : "Identity", "c2jShape" : "Identity", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                  The identity for which to enable or disable headers in notifications. Examples: [email protected], example.com.

                                                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                  The identity for which to enable or disable headers in notifications. Examples: [email protected], example.com.

                                                                                                                                                                                                  \n@param identity The identity for which to enable or disable headers in notifications. Examples: [email protected], example.com.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withIdentity", "getterDocumentation" : "/**

                                                                                                                                                                                                  The identity for which to enable or disable headers in notifications. Examples: [email protected], example.com.

                                                                                                                                                                                                  \n@return The identity for which to enable or disable headers in notifications. Examples: [email protected], example.com.*/", "getterMethodName" : "getIdentity", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Identity", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Identity", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Identity", "setterDocumentation" : "/**

                                                                                                                                                                                                  The identity for which to enable or disable headers in notifications. Examples: [email protected], example.com.

                                                                                                                                                                                                  \n@param identity The identity for which to enable or disable headers in notifications. Examples: [email protected], example.com.*/", "setterMethodName" : "setIdentity", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "identity", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                                                                                                  The identity for which to enable or disable headers in notifications. Examples: [email protected], example.com.

                                                                                                                                                                                                  \n@param identity The identity for which to enable or disable headers in notifications. Examples: [email protected], example.com.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "identity", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                  The identity for which to enable or disable headers in notifications. Examples: [email protected], example.com.

                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "NotificationType" : { "c2jName" : "NotificationType", "c2jShape" : "NotificationType", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                  The notification type for which to enable or disable headers in notifications.

                                                                                                                                                                                                  ", "enumType" : "NotificationType", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                  The notification type for which to enable or disable headers in notifications.

                                                                                                                                                                                                  \n@param notificationType The notification type for which to enable or disable headers in notifications.\n@return Returns a reference to this object so that method calls can be chained together.\n@see NotificationType*/", "fluentSetterMethodName" : "withNotificationType", "getterDocumentation" : "/**

                                                                                                                                                                                                  The notification type for which to enable or disable headers in notifications.

                                                                                                                                                                                                  \n@return The notification type for which to enable or disable headers in notifications.\n@see NotificationType*/", "getterMethodName" : "getNotificationType", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NotificationType", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "NotificationType", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "NotificationType", "setterDocumentation" : "/**

                                                                                                                                                                                                  The notification type for which to enable or disable headers in notifications.

                                                                                                                                                                                                  \n@param notificationType The notification type for which to enable or disable headers in notifications.\n@see NotificationType*/", "setterMethodName" : "setNotificationType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "notificationType", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                                                                                                  The notification type for which to enable or disable headers in notifications.

                                                                                                                                                                                                  \n@param notificationType The notification type for which to enable or disable headers in notifications.\n@return Returns a reference to this object so that method calls can be chained together.\n@see NotificationType*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "notificationType", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                  The notification type for which to enable or disable headers in notifications.

                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "Identity", "NotificationType", "Enabled" ], "shapeName" : "SetIdentityHeadersInNotificationsEnabledRequest", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "SetIdentityHeadersInNotificationsEnabledRequest", "variableName" : "setIdentityHeadersInNotificationsEnabledRequest", "variableType" : "SetIdentityHeadersInNotificationsEnabledRequest", "documentation" : null, "simpleType" : "SetIdentityHeadersInNotificationsEnabledRequest", "variableSetterType" : "SetIdentityHeadersInNotificationsEnabledRequest" }, "wrapper" : false }, "SetIdentityHeadersInNotificationsEnabledResult" : { "c2jName" : "SetIdentityHeadersInNotificationsEnabledResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                                                                                                                                                                                                  An empty element returned on a successful request.

                                                                                                                                                                                                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : null, "membersAsMap" : { }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "SetIdentityHeadersInNotificationsEnabledResult", "unmarshaller" : { "flattened" : false, "resultWrapper" : "SetIdentityHeadersInNotificationsEnabledResult" }, "variable" : { "variableDeclarationType" : "SetIdentityHeadersInNotificationsEnabledResult", "variableName" : "setIdentityHeadersInNotificationsEnabledResult", "variableType" : "SetIdentityHeadersInNotificationsEnabledResult", "documentation" : null, "simpleType" : "SetIdentityHeadersInNotificationsEnabledResult", "variableSetterType" : "SetIdentityHeadersInNotificationsEnabledResult" }, "wrapper" : false }, "SetIdentityMailFromDomainRequest" : { "c2jName" : "SetIdentityMailFromDomainRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                                                                                                                                                                                                  Represents a request to enable or disable the Amazon SES custom MAIL FROM domain setup for a verified identity. For information about using a custom MAIL FROM domain, see the Amazon SES Developer Guide.

                                                                                                                                                                                                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "SetIdentityMailFromDomain", "locationName" : null, "requestUri" : "/", "target" : null, "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "c2jName" : "Identity", "c2jShape" : "Identity", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                  The verified identity for which you want to enable or disable the specified custom MAIL FROM domain.

                                                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                  The verified identity for which you want to enable or disable the specified custom MAIL FROM domain.

                                                                                                                                                                                                  \n@param identity The verified identity for which you want to enable or disable the specified custom MAIL FROM domain.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withIdentity", "getterDocumentation" : "/**

                                                                                                                                                                                                  The verified identity for which you want to enable or disable the specified custom MAIL FROM domain.

                                                                                                                                                                                                  \n@return The verified identity for which you want to enable or disable the specified custom MAIL FROM domain.*/", "getterMethodName" : "getIdentity", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Identity", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Identity", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Identity", "setterDocumentation" : "/**

                                                                                                                                                                                                  The verified identity for which you want to enable or disable the specified custom MAIL FROM domain.

                                                                                                                                                                                                  \n@param identity The verified identity for which you want to enable or disable the specified custom MAIL FROM domain.*/", "setterMethodName" : "setIdentity", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "identity", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                                                                                                  The verified identity for which you want to enable or disable the specified custom MAIL FROM domain.

                                                                                                                                                                                                  \n@param identity The verified identity for which you want to enable or disable the specified custom MAIL FROM domain.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "identity", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                  The verified identity for which you want to enable or disable the specified custom MAIL FROM domain.

                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "MailFromDomain", "c2jShape" : "MailFromDomainName", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                  The custom MAIL FROM domain that you want the verified identity to use. The MAIL FROM domain must 1) be a subdomain of the verified identity, 2) not be used in a \"From\" address if the MAIL FROM domain is the destination of email feedback forwarding (for more information, see the Amazon SES Developer Guide), and 3) not be used to receive emails. A value of null disables the custom MAIL FROM setting for the identity.

                                                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                  The custom MAIL FROM domain that you want the verified identity to use. The MAIL FROM domain must 1) be a subdomain of the verified identity, 2) not be used in a \"From\" address if the MAIL FROM domain is the destination of email feedback forwarding (for more information, see the Amazon SES Developer Guide), and 3) not be used to receive emails. A value of null disables the custom MAIL FROM setting for the identity.

                                                                                                                                                                                                  \n@param mailFromDomain The custom MAIL FROM domain that you want the verified identity to use. The MAIL FROM domain must 1) be a subdomain of the verified identity, 2) not be used in a \"From\" address if the MAIL FROM domain is the destination of email feedback forwarding (for more information, see the Amazon SES Developer Guide), and 3) not be used to receive emails. A value of null disables the custom MAIL FROM setting for the identity.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withMailFromDomain", "getterDocumentation" : "/**

                                                                                                                                                                                                  The custom MAIL FROM domain that you want the verified identity to use. The MAIL FROM domain must 1) be a subdomain of the verified identity, 2) not be used in a \"From\" address if the MAIL FROM domain is the destination of email feedback forwarding (for more information, see the Amazon SES Developer Guide), and 3) not be used to receive emails. A value of null disables the custom MAIL FROM setting for the identity.

                                                                                                                                                                                                  \n@return The custom MAIL FROM domain that you want the verified identity to use. The MAIL FROM domain must 1) be a subdomain of the verified identity, 2) not be used in a \"From\" address if the MAIL FROM domain is the destination of email feedback forwarding (for more information, see the Amazon SES Developer Guide), and 3) not be used to receive emails. A value of null disables the custom MAIL FROM setting for the identity.*/", "getterMethodName" : "getMailFromDomain", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "MailFromDomain", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "MailFromDomain", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "MailFromDomain", "setterDocumentation" : "/**

                                                                                                                                                                                                  The custom MAIL FROM domain that you want the verified identity to use. The MAIL FROM domain must 1) be a subdomain of the verified identity, 2) not be used in a \"From\" address if the MAIL FROM domain is the destination of email feedback forwarding (for more information, see the Amazon SES Developer Guide), and 3) not be used to receive emails. A value of null disables the custom MAIL FROM setting for the identity.

                                                                                                                                                                                                  \n@param mailFromDomain The custom MAIL FROM domain that you want the verified identity to use. The MAIL FROM domain must 1) be a subdomain of the verified identity, 2) not be used in a \"From\" address if the MAIL FROM domain is the destination of email feedback forwarding (for more information, see the Amazon SES Developer Guide), and 3) not be used to receive emails. A value of null disables the custom MAIL FROM setting for the identity.*/", "setterMethodName" : "setMailFromDomain", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "mailFromDomain", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                                                                                                  The custom MAIL FROM domain that you want the verified identity to use. The MAIL FROM domain must 1) be a subdomain of the verified identity, 2) not be used in a \"From\" address if the MAIL FROM domain is the destination of email feedback forwarding (for more information, see the Amazon SES Developer Guide), and 3) not be used to receive emails. A value of null disables the custom MAIL FROM setting for the identity.

                                                                                                                                                                                                  \n@param mailFromDomain The custom MAIL FROM domain that you want the verified identity to use. The MAIL FROM domain must 1) be a subdomain of the verified identity, 2) not be used in a \"From\" address if the MAIL FROM domain is the destination of email feedback forwarding (for more information, see the Amazon SES Developer Guide), and 3) not be used to receive emails. A value of null disables the custom MAIL FROM setting for the identity.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "mailFromDomain", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                  The custom MAIL FROM domain that you want the verified identity to use. The MAIL FROM domain must 1) be a subdomain of the verified identity, 2) not be used in a \"From\" address if the MAIL FROM domain is the destination of email feedback forwarding (for more information, see the Amazon SES Developer Guide), and 3) not be used to receive emails. A value of null disables the custom MAIL FROM setting for the identity.

                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "BehaviorOnMXFailure", "c2jShape" : "BehaviorOnMXFailure", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                  The action that you want Amazon SES to take if it cannot successfully read the required MX record when you send an email. If you choose UseDefaultValue, Amazon SES will use amazonses.com (or a subdomain of that) as the MAIL FROM domain. If you choose RejectMessage, Amazon SES will return a MailFromDomainNotVerified error and not send the email.

                                                                                                                                                                                                  The action specified in BehaviorOnMXFailure is taken when the custom MAIL FROM domain setup is in the Pending, Failed, and TemporaryFailure states.

                                                                                                                                                                                                  ", "enumType" : "BehaviorOnMXFailure", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                  The action that you want Amazon SES to take if it cannot successfully read the required MX record when you send an email. If you choose UseDefaultValue, Amazon SES will use amazonses.com (or a subdomain of that) as the MAIL FROM domain. If you choose RejectMessage, Amazon SES will return a MailFromDomainNotVerified error and not send the email.

                                                                                                                                                                                                  The action specified in BehaviorOnMXFailure is taken when the custom MAIL FROM domain setup is in the Pending, Failed, and TemporaryFailure states.

                                                                                                                                                                                                  \n@param behaviorOnMXFailure The action that you want Amazon SES to take if it cannot successfully read the required MX record when you send an email. If you choose UseDefaultValue, Amazon SES will use amazonses.com (or a subdomain of that) as the MAIL FROM domain. If you choose RejectMessage, Amazon SES will return a MailFromDomainNotVerified error and not send the email.

                                                                                                                                                                                                  The action specified in BehaviorOnMXFailure is taken when the custom MAIL FROM domain setup is in the Pending, Failed, and TemporaryFailure states.\n@return Returns a reference to this object so that method calls can be chained together.\n@see BehaviorOnMXFailure*/", "fluentSetterMethodName" : "withBehaviorOnMXFailure", "getterDocumentation" : "/**

                                                                                                                                                                                                  The action that you want Amazon SES to take if it cannot successfully read the required MX record when you send an email. If you choose UseDefaultValue, Amazon SES will use amazonses.com (or a subdomain of that) as the MAIL FROM domain. If you choose RejectMessage, Amazon SES will return a MailFromDomainNotVerified error and not send the email.

                                                                                                                                                                                                  The action specified in BehaviorOnMXFailure is taken when the custom MAIL FROM domain setup is in the Pending, Failed, and TemporaryFailure states.

                                                                                                                                                                                                  \n@return The action that you want Amazon SES to take if it cannot successfully read the required MX record when you send an email. If you choose UseDefaultValue, Amazon SES will use amazonses.com (or a subdomain of that) as the MAIL FROM domain. If you choose RejectMessage, Amazon SES will return a MailFromDomainNotVerified error and not send the email.

                                                                                                                                                                                                  The action specified in BehaviorOnMXFailure is taken when the custom MAIL FROM domain setup is in the Pending, Failed, and TemporaryFailure states.\n@see BehaviorOnMXFailure*/", "getterMethodName" : "getBehaviorOnMXFailure", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "BehaviorOnMXFailure", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "BehaviorOnMXFailure", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "BehaviorOnMXFailure", "setterDocumentation" : "/**

                                                                                                                                                                                                  The action that you want Amazon SES to take if it cannot successfully read the required MX record when you send an email. If you choose UseDefaultValue, Amazon SES will use amazonses.com (or a subdomain of that) as the MAIL FROM domain. If you choose RejectMessage, Amazon SES will return a MailFromDomainNotVerified error and not send the email.

                                                                                                                                                                                                  The action specified in BehaviorOnMXFailure is taken when the custom MAIL FROM domain setup is in the Pending, Failed, and TemporaryFailure states.

                                                                                                                                                                                                  \n@param behaviorOnMXFailure The action that you want Amazon SES to take if it cannot successfully read the required MX record when you send an email. If you choose UseDefaultValue, Amazon SES will use amazonses.com (or a subdomain of that) as the MAIL FROM domain. If you choose RejectMessage, Amazon SES will return a MailFromDomainNotVerified error and not send the email.

                                                                                                                                                                                                  The action specified in BehaviorOnMXFailure is taken when the custom MAIL FROM domain setup is in the Pending, Failed, and TemporaryFailure states.\n@see BehaviorOnMXFailure*/", "setterMethodName" : "setBehaviorOnMXFailure", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "behaviorOnMXFailure", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                                                                                                  The action that you want Amazon SES to take if it cannot successfully read the required MX record when you send an email. If you choose UseDefaultValue, Amazon SES will use amazonses.com (or a subdomain of that) as the MAIL FROM domain. If you choose RejectMessage, Amazon SES will return a MailFromDomainNotVerified error and not send the email.

                                                                                                                                                                                                  The action specified in BehaviorOnMXFailure is taken when the custom MAIL FROM domain setup is in the Pending, Failed, and TemporaryFailure states.

                                                                                                                                                                                                  \n@param behaviorOnMXFailure The action that you want Amazon SES to take if it cannot successfully read the required MX record when you send an email. If you choose UseDefaultValue, Amazon SES will use amazonses.com (or a subdomain of that) as the MAIL FROM domain. If you choose RejectMessage, Amazon SES will return a MailFromDomainNotVerified error and not send the email.

                                                                                                                                                                                                  The action specified in BehaviorOnMXFailure is taken when the custom MAIL FROM domain setup is in the Pending, Failed, and TemporaryFailure states.\n@return Returns a reference to this object so that method calls can be chained together.\n@see BehaviorOnMXFailure*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "behaviorOnMXFailure", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                  The action that you want Amazon SES to take if it cannot successfully read the required MX record when you send an email. If you choose UseDefaultValue, Amazon SES will use amazonses.com (or a subdomain of that) as the MAIL FROM domain. If you choose RejectMessage, Amazon SES will return a MailFromDomainNotVerified error and not send the email.

                                                                                                                                                                                                  The action specified in BehaviorOnMXFailure is taken when the custom MAIL FROM domain setup is in the Pending, Failed, and TemporaryFailure states.

                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "BehaviorOnMXFailure" : { "c2jName" : "BehaviorOnMXFailure", "c2jShape" : "BehaviorOnMXFailure", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                  The action that you want Amazon SES to take if it cannot successfully read the required MX record when you send an email. If you choose UseDefaultValue, Amazon SES will use amazonses.com (or a subdomain of that) as the MAIL FROM domain. If you choose RejectMessage, Amazon SES will return a MailFromDomainNotVerified error and not send the email.

                                                                                                                                                                                                  The action specified in BehaviorOnMXFailure is taken when the custom MAIL FROM domain setup is in the Pending, Failed, and TemporaryFailure states.

                                                                                                                                                                                                  ", "enumType" : "BehaviorOnMXFailure", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                  The action that you want Amazon SES to take if it cannot successfully read the required MX record when you send an email. If you choose UseDefaultValue, Amazon SES will use amazonses.com (or a subdomain of that) as the MAIL FROM domain. If you choose RejectMessage, Amazon SES will return a MailFromDomainNotVerified error and not send the email.

                                                                                                                                                                                                  The action specified in BehaviorOnMXFailure is taken when the custom MAIL FROM domain setup is in the Pending, Failed, and TemporaryFailure states.

                                                                                                                                                                                                  \n@param behaviorOnMXFailure The action that you want Amazon SES to take if it cannot successfully read the required MX record when you send an email. If you choose UseDefaultValue, Amazon SES will use amazonses.com (or a subdomain of that) as the MAIL FROM domain. If you choose RejectMessage, Amazon SES will return a MailFromDomainNotVerified error and not send the email.

                                                                                                                                                                                                  The action specified in BehaviorOnMXFailure is taken when the custom MAIL FROM domain setup is in the Pending, Failed, and TemporaryFailure states.\n@return Returns a reference to this object so that method calls can be chained together.\n@see BehaviorOnMXFailure*/", "fluentSetterMethodName" : "withBehaviorOnMXFailure", "getterDocumentation" : "/**

                                                                                                                                                                                                  The action that you want Amazon SES to take if it cannot successfully read the required MX record when you send an email. If you choose UseDefaultValue, Amazon SES will use amazonses.com (or a subdomain of that) as the MAIL FROM domain. If you choose RejectMessage, Amazon SES will return a MailFromDomainNotVerified error and not send the email.

                                                                                                                                                                                                  The action specified in BehaviorOnMXFailure is taken when the custom MAIL FROM domain setup is in the Pending, Failed, and TemporaryFailure states.

                                                                                                                                                                                                  \n@return The action that you want Amazon SES to take if it cannot successfully read the required MX record when you send an email. If you choose UseDefaultValue, Amazon SES will use amazonses.com (or a subdomain of that) as the MAIL FROM domain. If you choose RejectMessage, Amazon SES will return a MailFromDomainNotVerified error and not send the email.

                                                                                                                                                                                                  The action specified in BehaviorOnMXFailure is taken when the custom MAIL FROM domain setup is in the Pending, Failed, and TemporaryFailure states.\n@see BehaviorOnMXFailure*/", "getterMethodName" : "getBehaviorOnMXFailure", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "BehaviorOnMXFailure", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "BehaviorOnMXFailure", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "BehaviorOnMXFailure", "setterDocumentation" : "/**

                                                                                                                                                                                                  The action that you want Amazon SES to take if it cannot successfully read the required MX record when you send an email. If you choose UseDefaultValue, Amazon SES will use amazonses.com (or a subdomain of that) as the MAIL FROM domain. If you choose RejectMessage, Amazon SES will return a MailFromDomainNotVerified error and not send the email.

                                                                                                                                                                                                  The action specified in BehaviorOnMXFailure is taken when the custom MAIL FROM domain setup is in the Pending, Failed, and TemporaryFailure states.

                                                                                                                                                                                                  \n@param behaviorOnMXFailure The action that you want Amazon SES to take if it cannot successfully read the required MX record when you send an email. If you choose UseDefaultValue, Amazon SES will use amazonses.com (or a subdomain of that) as the MAIL FROM domain. If you choose RejectMessage, Amazon SES will return a MailFromDomainNotVerified error and not send the email.

                                                                                                                                                                                                  The action specified in BehaviorOnMXFailure is taken when the custom MAIL FROM domain setup is in the Pending, Failed, and TemporaryFailure states.\n@see BehaviorOnMXFailure*/", "setterMethodName" : "setBehaviorOnMXFailure", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "behaviorOnMXFailure", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                                                                                                  The action that you want Amazon SES to take if it cannot successfully read the required MX record when you send an email. If you choose UseDefaultValue, Amazon SES will use amazonses.com (or a subdomain of that) as the MAIL FROM domain. If you choose RejectMessage, Amazon SES will return a MailFromDomainNotVerified error and not send the email.

                                                                                                                                                                                                  The action specified in BehaviorOnMXFailure is taken when the custom MAIL FROM domain setup is in the Pending, Failed, and TemporaryFailure states.

                                                                                                                                                                                                  \n@param behaviorOnMXFailure The action that you want Amazon SES to take if it cannot successfully read the required MX record when you send an email. If you choose UseDefaultValue, Amazon SES will use amazonses.com (or a subdomain of that) as the MAIL FROM domain. If you choose RejectMessage, Amazon SES will return a MailFromDomainNotVerified error and not send the email.

                                                                                                                                                                                                  The action specified in BehaviorOnMXFailure is taken when the custom MAIL FROM domain setup is in the Pending, Failed, and TemporaryFailure states.\n@return Returns a reference to this object so that method calls can be chained together.\n@see BehaviorOnMXFailure*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "behaviorOnMXFailure", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                  The action that you want Amazon SES to take if it cannot successfully read the required MX record when you send an email. If you choose UseDefaultValue, Amazon SES will use amazonses.com (or a subdomain of that) as the MAIL FROM domain. If you choose RejectMessage, Amazon SES will return a MailFromDomainNotVerified error and not send the email.

                                                                                                                                                                                                  The action specified in BehaviorOnMXFailure is taken when the custom MAIL FROM domain setup is in the Pending, Failed, and TemporaryFailure states.

                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Identity" : { "c2jName" : "Identity", "c2jShape" : "Identity", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                  The verified identity for which you want to enable or disable the specified custom MAIL FROM domain.

                                                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                  The verified identity for which you want to enable or disable the specified custom MAIL FROM domain.

                                                                                                                                                                                                  \n@param identity The verified identity for which you want to enable or disable the specified custom MAIL FROM domain.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withIdentity", "getterDocumentation" : "/**

                                                                                                                                                                                                  The verified identity for which you want to enable or disable the specified custom MAIL FROM domain.

                                                                                                                                                                                                  \n@return The verified identity for which you want to enable or disable the specified custom MAIL FROM domain.*/", "getterMethodName" : "getIdentity", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Identity", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Identity", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Identity", "setterDocumentation" : "/**

                                                                                                                                                                                                  The verified identity for which you want to enable or disable the specified custom MAIL FROM domain.

                                                                                                                                                                                                  \n@param identity The verified identity for which you want to enable or disable the specified custom MAIL FROM domain.*/", "setterMethodName" : "setIdentity", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "identity", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                                                                                                  The verified identity for which you want to enable or disable the specified custom MAIL FROM domain.

                                                                                                                                                                                                  \n@param identity The verified identity for which you want to enable or disable the specified custom MAIL FROM domain.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "identity", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                  The verified identity for which you want to enable or disable the specified custom MAIL FROM domain.

                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "MailFromDomain" : { "c2jName" : "MailFromDomain", "c2jShape" : "MailFromDomainName", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                  The custom MAIL FROM domain that you want the verified identity to use. The MAIL FROM domain must 1) be a subdomain of the verified identity, 2) not be used in a \"From\" address if the MAIL FROM domain is the destination of email feedback forwarding (for more information, see the Amazon SES Developer Guide), and 3) not be used to receive emails. A value of null disables the custom MAIL FROM setting for the identity.

                                                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                  The custom MAIL FROM domain that you want the verified identity to use. The MAIL FROM domain must 1) be a subdomain of the verified identity, 2) not be used in a \"From\" address if the MAIL FROM domain is the destination of email feedback forwarding (for more information, see the Amazon SES Developer Guide), and 3) not be used to receive emails. A value of null disables the custom MAIL FROM setting for the identity.

                                                                                                                                                                                                  \n@param mailFromDomain The custom MAIL FROM domain that you want the verified identity to use. The MAIL FROM domain must 1) be a subdomain of the verified identity, 2) not be used in a \"From\" address if the MAIL FROM domain is the destination of email feedback forwarding (for more information, see the Amazon SES Developer Guide), and 3) not be used to receive emails. A value of null disables the custom MAIL FROM setting for the identity.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withMailFromDomain", "getterDocumentation" : "/**

                                                                                                                                                                                                  The custom MAIL FROM domain that you want the verified identity to use. The MAIL FROM domain must 1) be a subdomain of the verified identity, 2) not be used in a \"From\" address if the MAIL FROM domain is the destination of email feedback forwarding (for more information, see the Amazon SES Developer Guide), and 3) not be used to receive emails. A value of null disables the custom MAIL FROM setting for the identity.

                                                                                                                                                                                                  \n@return The custom MAIL FROM domain that you want the verified identity to use. The MAIL FROM domain must 1) be a subdomain of the verified identity, 2) not be used in a \"From\" address if the MAIL FROM domain is the destination of email feedback forwarding (for more information, see the Amazon SES Developer Guide), and 3) not be used to receive emails. A value of null disables the custom MAIL FROM setting for the identity.*/", "getterMethodName" : "getMailFromDomain", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "MailFromDomain", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "MailFromDomain", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "MailFromDomain", "setterDocumentation" : "/**

                                                                                                                                                                                                  The custom MAIL FROM domain that you want the verified identity to use. The MAIL FROM domain must 1) be a subdomain of the verified identity, 2) not be used in a \"From\" address if the MAIL FROM domain is the destination of email feedback forwarding (for more information, see the Amazon SES Developer Guide), and 3) not be used to receive emails. A value of null disables the custom MAIL FROM setting for the identity.

                                                                                                                                                                                                  \n@param mailFromDomain The custom MAIL FROM domain that you want the verified identity to use. The MAIL FROM domain must 1) be a subdomain of the verified identity, 2) not be used in a \"From\" address if the MAIL FROM domain is the destination of email feedback forwarding (for more information, see the Amazon SES Developer Guide), and 3) not be used to receive emails. A value of null disables the custom MAIL FROM setting for the identity.*/", "setterMethodName" : "setMailFromDomain", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "mailFromDomain", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                                                                                                  The custom MAIL FROM domain that you want the verified identity to use. The MAIL FROM domain must 1) be a subdomain of the verified identity, 2) not be used in a \"From\" address if the MAIL FROM domain is the destination of email feedback forwarding (for more information, see the Amazon SES Developer Guide), and 3) not be used to receive emails. A value of null disables the custom MAIL FROM setting for the identity.

                                                                                                                                                                                                  \n@param mailFromDomain The custom MAIL FROM domain that you want the verified identity to use. The MAIL FROM domain must 1) be a subdomain of the verified identity, 2) not be used in a \"From\" address if the MAIL FROM domain is the destination of email feedback forwarding (for more information, see the Amazon SES Developer Guide), and 3) not be used to receive emails. A value of null disables the custom MAIL FROM setting for the identity.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "mailFromDomain", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                  The custom MAIL FROM domain that you want the verified identity to use. The MAIL FROM domain must 1) be a subdomain of the verified identity, 2) not be used in a \"From\" address if the MAIL FROM domain is the destination of email feedback forwarding (for more information, see the Amazon SES Developer Guide), and 3) not be used to receive emails. A value of null disables the custom MAIL FROM setting for the identity.

                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "Identity" ], "shapeName" : "SetIdentityMailFromDomainRequest", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "SetIdentityMailFromDomainRequest", "variableName" : "setIdentityMailFromDomainRequest", "variableType" : "SetIdentityMailFromDomainRequest", "documentation" : null, "simpleType" : "SetIdentityMailFromDomainRequest", "variableSetterType" : "SetIdentityMailFromDomainRequest" }, "wrapper" : false }, "SetIdentityMailFromDomainResult" : { "c2jName" : "SetIdentityMailFromDomainResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                                                                                                                                                                                                  An empty element returned on a successful request.

                                                                                                                                                                                                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : null, "membersAsMap" : { }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "SetIdentityMailFromDomainResult", "unmarshaller" : { "flattened" : false, "resultWrapper" : "SetIdentityMailFromDomainResult" }, "variable" : { "variableDeclarationType" : "SetIdentityMailFromDomainResult", "variableName" : "setIdentityMailFromDomainResult", "variableType" : "SetIdentityMailFromDomainResult", "documentation" : null, "simpleType" : "SetIdentityMailFromDomainResult", "variableSetterType" : "SetIdentityMailFromDomainResult" }, "wrapper" : false }, "SetIdentityNotificationTopicRequest" : { "c2jName" : "SetIdentityNotificationTopicRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                                                                                                                                                                                                  Represents a request to specify the Amazon SNS topic to which Amazon SES will publish bounce, complaint, or delivery notifications for emails sent with that identity as the Source. For information about Amazon SES notifications, see the Amazon SES Developer Guide.

                                                                                                                                                                                                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "SetIdentityNotificationTopic", "locationName" : null, "requestUri" : "/", "target" : null, "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "c2jName" : "Identity", "c2jShape" : "Identity", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                  The identity for which the Amazon SNS topic will be set. 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.

                                                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                  The identity for which the Amazon SNS topic will be set. 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.

                                                                                                                                                                                                  \n@param identity The identity for which the Amazon SNS topic will be set. 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.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withIdentity", "getterDocumentation" : "/**

                                                                                                                                                                                                  The identity for which the Amazon SNS topic will be set. 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.

                                                                                                                                                                                                  \n@return The identity for which the Amazon SNS topic will be set. 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.*/", "getterMethodName" : "getIdentity", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Identity", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Identity", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Identity", "setterDocumentation" : "/**

                                                                                                                                                                                                  The identity for which the Amazon SNS topic will be set. 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.

                                                                                                                                                                                                  \n@param identity The identity for which the Amazon SNS topic will be set. 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.*/", "setterMethodName" : "setIdentity", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "identity", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                                                                                                  The identity for which the Amazon SNS topic will be set. 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.

                                                                                                                                                                                                  \n@param identity The identity for which the Amazon SNS topic will be set. 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.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "identity", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                  The identity for which the Amazon SNS topic will be set. 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.

                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "NotificationType", "c2jShape" : "NotificationType", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                  The type of notifications that will be published to the specified Amazon SNS topic.

                                                                                                                                                                                                  ", "enumType" : "NotificationType", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                  The type of notifications that will be published to the specified Amazon SNS topic.

                                                                                                                                                                                                  \n@param notificationType The type of notifications that will be published to the specified Amazon SNS topic.\n@return Returns a reference to this object so that method calls can be chained together.\n@see NotificationType*/", "fluentSetterMethodName" : "withNotificationType", "getterDocumentation" : "/**

                                                                                                                                                                                                  The type of notifications that will be published to the specified Amazon SNS topic.

                                                                                                                                                                                                  \n@return The type of notifications that will be published to the specified Amazon SNS topic.\n@see NotificationType*/", "getterMethodName" : "getNotificationType", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NotificationType", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "NotificationType", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "NotificationType", "setterDocumentation" : "/**

                                                                                                                                                                                                  The type of notifications that will be published to the specified Amazon SNS topic.

                                                                                                                                                                                                  \n@param notificationType The type of notifications that will be published to the specified Amazon SNS topic.\n@see NotificationType*/", "setterMethodName" : "setNotificationType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "notificationType", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                                                                                                  The type of notifications that will be published to the specified Amazon SNS topic.

                                                                                                                                                                                                  \n@param notificationType The type of notifications that will be published to the specified Amazon SNS topic.\n@return Returns a reference to this object so that method calls can be chained together.\n@see NotificationType*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "notificationType", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                  The type of notifications that will be published to the specified Amazon SNS topic.

                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "SnsTopic", "c2jShape" : "NotificationTopic", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                  The Amazon Resource Name (ARN) of the Amazon SNS topic. If the parameter is omitted from the request or a null value is passed, SnsTopic is cleared and publishing is disabled.

                                                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                  The Amazon Resource Name (ARN) of the Amazon SNS topic. If the parameter is omitted from the request or a null value is passed, SnsTopic is cleared and publishing is disabled.

                                                                                                                                                                                                  \n@param snsTopic The Amazon Resource Name (ARN) of the Amazon SNS topic. If the parameter is omitted from the request or a null value is passed, SnsTopic is cleared and publishing is disabled.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withSnsTopic", "getterDocumentation" : "/**

                                                                                                                                                                                                  The Amazon Resource Name (ARN) of the Amazon SNS topic. If the parameter is omitted from the request or a null value is passed, SnsTopic is cleared and publishing is disabled.

                                                                                                                                                                                                  \n@return The Amazon Resource Name (ARN) of the Amazon SNS topic. If the parameter is omitted from the request or a null value is passed, SnsTopic is cleared and publishing is disabled.*/", "getterMethodName" : "getSnsTopic", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "SnsTopic", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "SnsTopic", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "SnsTopic", "setterDocumentation" : "/**

                                                                                                                                                                                                  The Amazon Resource Name (ARN) of the Amazon SNS topic. If the parameter is omitted from the request or a null value is passed, SnsTopic is cleared and publishing is disabled.

                                                                                                                                                                                                  \n@param snsTopic The Amazon Resource Name (ARN) of the Amazon SNS topic. If the parameter is omitted from the request or a null value is passed, SnsTopic is cleared and publishing is disabled.*/", "setterMethodName" : "setSnsTopic", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "snsTopic", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                                                                                                  The Amazon Resource Name (ARN) of the Amazon SNS topic. If the parameter is omitted from the request or a null value is passed, SnsTopic is cleared and publishing is disabled.

                                                                                                                                                                                                  \n@param snsTopic The Amazon Resource Name (ARN) of the Amazon SNS topic. If the parameter is omitted from the request or a null value is passed, SnsTopic is cleared and publishing is disabled.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "snsTopic", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                  The Amazon Resource Name (ARN) of the Amazon SNS topic. If the parameter is omitted from the request or a null value is passed, SnsTopic is cleared and publishing is disabled.

                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Identity" : { "c2jName" : "Identity", "c2jShape" : "Identity", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                  The identity for which the Amazon SNS topic will be set. 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.

                                                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                  The identity for which the Amazon SNS topic will be set. 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.

                                                                                                                                                                                                  \n@param identity The identity for which the Amazon SNS topic will be set. 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.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withIdentity", "getterDocumentation" : "/**

                                                                                                                                                                                                  The identity for which the Amazon SNS topic will be set. 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.

                                                                                                                                                                                                  \n@return The identity for which the Amazon SNS topic will be set. 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.*/", "getterMethodName" : "getIdentity", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Identity", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Identity", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Identity", "setterDocumentation" : "/**

                                                                                                                                                                                                  The identity for which the Amazon SNS topic will be set. 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.

                                                                                                                                                                                                  \n@param identity The identity for which the Amazon SNS topic will be set. 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.*/", "setterMethodName" : "setIdentity", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "identity", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                                                                                                  The identity for which the Amazon SNS topic will be set. 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.

                                                                                                                                                                                                  \n@param identity The identity for which the Amazon SNS topic will be set. 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.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "identity", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                  The identity for which the Amazon SNS topic will be set. 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.

                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "NotificationType" : { "c2jName" : "NotificationType", "c2jShape" : "NotificationType", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                  The type of notifications that will be published to the specified Amazon SNS topic.

                                                                                                                                                                                                  ", "enumType" : "NotificationType", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                  The type of notifications that will be published to the specified Amazon SNS topic.

                                                                                                                                                                                                  \n@param notificationType The type of notifications that will be published to the specified Amazon SNS topic.\n@return Returns a reference to this object so that method calls can be chained together.\n@see NotificationType*/", "fluentSetterMethodName" : "withNotificationType", "getterDocumentation" : "/**

                                                                                                                                                                                                  The type of notifications that will be published to the specified Amazon SNS topic.

                                                                                                                                                                                                  \n@return The type of notifications that will be published to the specified Amazon SNS topic.\n@see NotificationType*/", "getterMethodName" : "getNotificationType", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NotificationType", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "NotificationType", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "NotificationType", "setterDocumentation" : "/**

                                                                                                                                                                                                  The type of notifications that will be published to the specified Amazon SNS topic.

                                                                                                                                                                                                  \n@param notificationType The type of notifications that will be published to the specified Amazon SNS topic.\n@see NotificationType*/", "setterMethodName" : "setNotificationType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "notificationType", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                                                                                                  The type of notifications that will be published to the specified Amazon SNS topic.

                                                                                                                                                                                                  \n@param notificationType The type of notifications that will be published to the specified Amazon SNS topic.\n@return Returns a reference to this object so that method calls can be chained together.\n@see NotificationType*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "notificationType", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                  The type of notifications that will be published to the specified Amazon SNS topic.

                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "SnsTopic" : { "c2jName" : "SnsTopic", "c2jShape" : "NotificationTopic", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                  The Amazon Resource Name (ARN) of the Amazon SNS topic. If the parameter is omitted from the request or a null value is passed, SnsTopic is cleared and publishing is disabled.

                                                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                  The Amazon Resource Name (ARN) of the Amazon SNS topic. If the parameter is omitted from the request or a null value is passed, SnsTopic is cleared and publishing is disabled.

                                                                                                                                                                                                  \n@param snsTopic The Amazon Resource Name (ARN) of the Amazon SNS topic. If the parameter is omitted from the request or a null value is passed, SnsTopic is cleared and publishing is disabled.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withSnsTopic", "getterDocumentation" : "/**

                                                                                                                                                                                                  The Amazon Resource Name (ARN) of the Amazon SNS topic. If the parameter is omitted from the request or a null value is passed, SnsTopic is cleared and publishing is disabled.

                                                                                                                                                                                                  \n@return The Amazon Resource Name (ARN) of the Amazon SNS topic. If the parameter is omitted from the request or a null value is passed, SnsTopic is cleared and publishing is disabled.*/", "getterMethodName" : "getSnsTopic", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "SnsTopic", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "SnsTopic", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "SnsTopic", "setterDocumentation" : "/**

                                                                                                                                                                                                  The Amazon Resource Name (ARN) of the Amazon SNS topic. If the parameter is omitted from the request or a null value is passed, SnsTopic is cleared and publishing is disabled.

                                                                                                                                                                                                  \n@param snsTopic The Amazon Resource Name (ARN) of the Amazon SNS topic. If the parameter is omitted from the request or a null value is passed, SnsTopic is cleared and publishing is disabled.*/", "setterMethodName" : "setSnsTopic", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "snsTopic", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                                                                                                  The Amazon Resource Name (ARN) of the Amazon SNS topic. If the parameter is omitted from the request or a null value is passed, SnsTopic is cleared and publishing is disabled.

                                                                                                                                                                                                  \n@param snsTopic The Amazon Resource Name (ARN) of the Amazon SNS topic. If the parameter is omitted from the request or a null value is passed, SnsTopic is cleared and publishing is disabled.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "snsTopic", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                  The Amazon Resource Name (ARN) of the Amazon SNS topic. If the parameter is omitted from the request or a null value is passed, SnsTopic is cleared and publishing is disabled.

                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "Identity", "NotificationType" ], "shapeName" : "SetIdentityNotificationTopicRequest", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "SetIdentityNotificationTopicRequest", "variableName" : "setIdentityNotificationTopicRequest", "variableType" : "SetIdentityNotificationTopicRequest", "documentation" : null, "simpleType" : "SetIdentityNotificationTopicRequest", "variableSetterType" : "SetIdentityNotificationTopicRequest" }, "wrapper" : false }, "SetIdentityNotificationTopicResult" : { "c2jName" : "SetIdentityNotificationTopicResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                                                                                                                                                                                                  An empty element returned on a successful request.

                                                                                                                                                                                                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : null, "membersAsMap" : { }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "SetIdentityNotificationTopicResult", "unmarshaller" : { "flattened" : false, "resultWrapper" : "SetIdentityNotificationTopicResult" }, "variable" : { "variableDeclarationType" : "SetIdentityNotificationTopicResult", "variableName" : "setIdentityNotificationTopicResult", "variableType" : "SetIdentityNotificationTopicResult", "documentation" : null, "simpleType" : "SetIdentityNotificationTopicResult", "variableSetterType" : "SetIdentityNotificationTopicResult" }, "wrapper" : false }, "SetReceiptRulePositionRequest" : { "c2jName" : "SetReceiptRulePositionRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                                                                                                                                                                                                  Represents a request to set the position of a receipt rule in a receipt rule set. You use receipt rule sets to receive email with Amazon SES. For more information, see the Amazon SES Developer Guide.

                                                                                                                                                                                                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "SetReceiptRulePosition", "locationName" : null, "requestUri" : "/", "target" : null, "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "c2jName" : "RuleSetName", "c2jShape" : "ReceiptRuleSetName", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                  The name of the receipt rule set that contains the receipt rule to reposition.

                                                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                  The name of the receipt rule set that contains the receipt rule to reposition.

                                                                                                                                                                                                  \n@param ruleSetName The name of the receipt rule set that contains the receipt rule to reposition.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withRuleSetName", "getterDocumentation" : "/**

                                                                                                                                                                                                  The name of the receipt rule set that contains the receipt rule to reposition.

                                                                                                                                                                                                  \n@return The name of the receipt rule set that contains the receipt rule to reposition.*/", "getterMethodName" : "getRuleSetName", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "RuleSetName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "RuleSetName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "RuleSetName", "setterDocumentation" : "/**

                                                                                                                                                                                                  The name of the receipt rule set that contains the receipt rule to reposition.

                                                                                                                                                                                                  \n@param ruleSetName The name of the receipt rule set that contains the receipt rule to reposition.*/", "setterMethodName" : "setRuleSetName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "ruleSetName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                                                                                                  The name of the receipt rule set that contains the receipt rule to reposition.

                                                                                                                                                                                                  \n@param ruleSetName The name of the receipt rule set that contains the receipt rule to reposition.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "ruleSetName", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                  The name of the receipt rule set that contains the receipt rule to reposition.

                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "RuleName", "c2jShape" : "ReceiptRuleName", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                  The name of the receipt rule to reposition.

                                                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                  The name of the receipt rule to reposition.

                                                                                                                                                                                                  \n@param ruleName The name of the receipt rule to reposition.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withRuleName", "getterDocumentation" : "/**

                                                                                                                                                                                                  The name of the receipt rule to reposition.

                                                                                                                                                                                                  \n@return The name of the receipt rule to reposition.*/", "getterMethodName" : "getRuleName", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "RuleName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "RuleName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "RuleName", "setterDocumentation" : "/**

                                                                                                                                                                                                  The name of the receipt rule to reposition.

                                                                                                                                                                                                  \n@param ruleName The name of the receipt rule to reposition.*/", "setterMethodName" : "setRuleName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "ruleName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                                                                                                  The name of the receipt rule to reposition.

                                                                                                                                                                                                  \n@param ruleName The name of the receipt rule to reposition.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "ruleName", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                  The name of the receipt rule to reposition.

                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "After", "c2jShape" : "ReceiptRuleName", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                  The name of the receipt rule after which to place the specified receipt rule.

                                                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                  The name of the receipt rule after which to place the specified receipt rule.

                                                                                                                                                                                                  \n@param after The name of the receipt rule after which to place the specified receipt rule.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withAfter", "getterDocumentation" : "/**

                                                                                                                                                                                                  The name of the receipt rule after which to place the specified receipt rule.

                                                                                                                                                                                                  \n@return The name of the receipt rule after which to place the specified receipt rule.*/", "getterMethodName" : "getAfter", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "After", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "After", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "After", "setterDocumentation" : "/**

                                                                                                                                                                                                  The name of the receipt rule after which to place the specified receipt rule.

                                                                                                                                                                                                  \n@param after The name of the receipt rule after which to place the specified receipt rule.*/", "setterMethodName" : "setAfter", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "after", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                                                                                                  The name of the receipt rule after which to place the specified receipt rule.

                                                                                                                                                                                                  \n@param after The name of the receipt rule after which to place the specified receipt rule.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "after", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                  The name of the receipt rule after which to place the specified receipt rule.

                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "After" : { "c2jName" : "After", "c2jShape" : "ReceiptRuleName", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                  The name of the receipt rule after which to place the specified receipt rule.

                                                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                  The name of the receipt rule after which to place the specified receipt rule.

                                                                                                                                                                                                  \n@param after The name of the receipt rule after which to place the specified receipt rule.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withAfter", "getterDocumentation" : "/**

                                                                                                                                                                                                  The name of the receipt rule after which to place the specified receipt rule.

                                                                                                                                                                                                  \n@return The name of the receipt rule after which to place the specified receipt rule.*/", "getterMethodName" : "getAfter", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "After", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "After", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "After", "setterDocumentation" : "/**

                                                                                                                                                                                                  The name of the receipt rule after which to place the specified receipt rule.

                                                                                                                                                                                                  \n@param after The name of the receipt rule after which to place the specified receipt rule.*/", "setterMethodName" : "setAfter", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "after", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                                                                                                  The name of the receipt rule after which to place the specified receipt rule.

                                                                                                                                                                                                  \n@param after The name of the receipt rule after which to place the specified receipt rule.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "after", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                  The name of the receipt rule after which to place the specified receipt rule.

                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "RuleName" : { "c2jName" : "RuleName", "c2jShape" : "ReceiptRuleName", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                  The name of the receipt rule to reposition.

                                                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                  The name of the receipt rule to reposition.

                                                                                                                                                                                                  \n@param ruleName The name of the receipt rule to reposition.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withRuleName", "getterDocumentation" : "/**

                                                                                                                                                                                                  The name of the receipt rule to reposition.

                                                                                                                                                                                                  \n@return The name of the receipt rule to reposition.*/", "getterMethodName" : "getRuleName", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "RuleName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "RuleName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "RuleName", "setterDocumentation" : "/**

                                                                                                                                                                                                  The name of the receipt rule to reposition.

                                                                                                                                                                                                  \n@param ruleName The name of the receipt rule to reposition.*/", "setterMethodName" : "setRuleName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "ruleName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                                                                                                  The name of the receipt rule to reposition.

                                                                                                                                                                                                  \n@param ruleName The name of the receipt rule to reposition.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "ruleName", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                  The name of the receipt rule to reposition.

                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "RuleSetName" : { "c2jName" : "RuleSetName", "c2jShape" : "ReceiptRuleSetName", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                  The name of the receipt rule set that contains the receipt rule to reposition.

                                                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                  The name of the receipt rule set that contains the receipt rule to reposition.

                                                                                                                                                                                                  \n@param ruleSetName The name of the receipt rule set that contains the receipt rule to reposition.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withRuleSetName", "getterDocumentation" : "/**

                                                                                                                                                                                                  The name of the receipt rule set that contains the receipt rule to reposition.

                                                                                                                                                                                                  \n@return The name of the receipt rule set that contains the receipt rule to reposition.*/", "getterMethodName" : "getRuleSetName", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "RuleSetName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "RuleSetName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "RuleSetName", "setterDocumentation" : "/**

                                                                                                                                                                                                  The name of the receipt rule set that contains the receipt rule to reposition.

                                                                                                                                                                                                  \n@param ruleSetName The name of the receipt rule set that contains the receipt rule to reposition.*/", "setterMethodName" : "setRuleSetName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "ruleSetName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                                                                                                  The name of the receipt rule set that contains the receipt rule to reposition.

                                                                                                                                                                                                  \n@param ruleSetName The name of the receipt rule set that contains the receipt rule to reposition.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "ruleSetName", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                  The name of the receipt rule set that contains the receipt rule to reposition.

                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "RuleSetName", "RuleName" ], "shapeName" : "SetReceiptRulePositionRequest", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "SetReceiptRulePositionRequest", "variableName" : "setReceiptRulePositionRequest", "variableType" : "SetReceiptRulePositionRequest", "documentation" : null, "simpleType" : "SetReceiptRulePositionRequest", "variableSetterType" : "SetReceiptRulePositionRequest" }, "wrapper" : false }, "SetReceiptRulePositionResult" : { "c2jName" : "SetReceiptRulePositionResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                                                                                                                                                                                                  An empty element returned on a successful request.

                                                                                                                                                                                                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : null, "membersAsMap" : { }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "SetReceiptRulePositionResult", "unmarshaller" : { "flattened" : false, "resultWrapper" : "SetReceiptRulePositionResult" }, "variable" : { "variableDeclarationType" : "SetReceiptRulePositionResult", "variableName" : "setReceiptRulePositionResult", "variableType" : "SetReceiptRulePositionResult", "documentation" : null, "simpleType" : "SetReceiptRulePositionResult", "variableSetterType" : "SetReceiptRulePositionResult" }, "wrapper" : false }, "StopAction" : { "c2jName" : "StopAction", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                                                                                                                                                                                                  When included in a receipt rule, this action terminates the evaluation of the receipt rule set and, optionally, publishes a notification to Amazon Simple Notification Service (Amazon SNS).

                                                                                                                                                                                                  For information about setting a stop action in a receipt rule, see the Amazon SES Developer Guide.

                                                                                                                                                                                                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "Scope", "c2jShape" : "StopScope", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                  The scope to which the Stop action applies. That is, what is being stopped.

                                                                                                                                                                                                  ", "enumType" : "StopScope", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                  The scope to which the Stop action applies. That is, what is being stopped.

                                                                                                                                                                                                  \n@param scope The scope to which the Stop action applies. That is, what is being stopped.\n@return Returns a reference to this object so that method calls can be chained together.\n@see StopScope*/", "fluentSetterMethodName" : "withScope", "getterDocumentation" : "/**

                                                                                                                                                                                                  The scope to which the Stop action applies. That is, what is being stopped.

                                                                                                                                                                                                  \n@return The scope to which the Stop action applies. That is, what is being stopped.\n@see StopScope*/", "getterMethodName" : "getScope", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Scope", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Scope", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Scope", "setterDocumentation" : "/**

                                                                                                                                                                                                  The scope to which the Stop action applies. That is, what is being stopped.

                                                                                                                                                                                                  \n@param scope The scope to which the Stop action applies. That is, what is being stopped.\n@see StopScope*/", "setterMethodName" : "setScope", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "scope", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                                                                                                  The scope to which the Stop action applies. That is, what is being stopped.

                                                                                                                                                                                                  \n@param scope The scope to which the Stop action applies. That is, what is being stopped.\n@return Returns a reference to this object so that method calls can be chained together.\n@see StopScope*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "scope", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                  The scope to which the Stop action applies. That is, what is being stopped.

                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "TopicArn", "c2jShape" : "AmazonResourceName", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                  The Amazon Resource Name (ARN) of the Amazon SNS topic to notify when the stop action is taken. An example of an Amazon SNS topic ARN is arn:aws:sns:us-west-2:123456789012:MyTopic. For more information about Amazon SNS topics, see the Amazon SNS Developer Guide.

                                                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                  The Amazon Resource Name (ARN) of the Amazon SNS topic to notify when the stop action is taken. An example of an Amazon SNS topic ARN is arn:aws:sns:us-west-2:123456789012:MyTopic. For more information about Amazon SNS topics, see the Amazon SNS Developer Guide.

                                                                                                                                                                                                  \n@param topicArn The Amazon Resource Name (ARN) of the Amazon SNS topic to notify when the stop action is taken. An example of an Amazon SNS topic ARN is arn:aws:sns:us-west-2:123456789012:MyTopic. For more information about Amazon SNS topics, see the Amazon SNS Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withTopicArn", "getterDocumentation" : "/**

                                                                                                                                                                                                  The Amazon Resource Name (ARN) of the Amazon SNS topic to notify when the stop action is taken. An example of an Amazon SNS topic ARN is arn:aws:sns:us-west-2:123456789012:MyTopic. For more information about Amazon SNS topics, see the Amazon SNS Developer Guide.

                                                                                                                                                                                                  \n@return The Amazon Resource Name (ARN) of the Amazon SNS topic to notify when the stop action is taken. An example of an Amazon SNS topic ARN is arn:aws:sns:us-west-2:123456789012:MyTopic. For more information about Amazon SNS topics, see the Amazon SNS Developer Guide.*/", "getterMethodName" : "getTopicArn", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "TopicArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TopicArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "TopicArn", "setterDocumentation" : "/**

                                                                                                                                                                                                  The Amazon Resource Name (ARN) of the Amazon SNS topic to notify when the stop action is taken. An example of an Amazon SNS topic ARN is arn:aws:sns:us-west-2:123456789012:MyTopic. For more information about Amazon SNS topics, see the Amazon SNS Developer Guide.

                                                                                                                                                                                                  \n@param topicArn The Amazon Resource Name (ARN) of the Amazon SNS topic to notify when the stop action is taken. An example of an Amazon SNS topic ARN is arn:aws:sns:us-west-2:123456789012:MyTopic. For more information about Amazon SNS topics, see the Amazon SNS Developer Guide.*/", "setterMethodName" : "setTopicArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "topicArn", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                                                                                                  The Amazon Resource Name (ARN) of the Amazon SNS topic to notify when the stop action is taken. An example of an Amazon SNS topic ARN is arn:aws:sns:us-west-2:123456789012:MyTopic. For more information about Amazon SNS topics, see the Amazon SNS Developer Guide.

                                                                                                                                                                                                  \n@param topicArn The Amazon Resource Name (ARN) of the Amazon SNS topic to notify when the stop action is taken. An example of an Amazon SNS topic ARN is arn:aws:sns:us-west-2:123456789012:MyTopic. For more information about Amazon SNS topics, see the Amazon SNS Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "topicArn", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                  The Amazon Resource Name (ARN) of the Amazon SNS topic to notify when the stop action is taken. An example of an Amazon SNS topic ARN is arn:aws:sns:us-west-2:123456789012:MyTopic. For more information about Amazon SNS topics, see the Amazon SNS Developer Guide.

                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Scope" : { "c2jName" : "Scope", "c2jShape" : "StopScope", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                  The scope to which the Stop action applies. That is, what is being stopped.

                                                                                                                                                                                                  ", "enumType" : "StopScope", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                  The scope to which the Stop action applies. That is, what is being stopped.

                                                                                                                                                                                                  \n@param scope The scope to which the Stop action applies. That is, what is being stopped.\n@return Returns a reference to this object so that method calls can be chained together.\n@see StopScope*/", "fluentSetterMethodName" : "withScope", "getterDocumentation" : "/**

                                                                                                                                                                                                  The scope to which the Stop action applies. That is, what is being stopped.

                                                                                                                                                                                                  \n@return The scope to which the Stop action applies. That is, what is being stopped.\n@see StopScope*/", "getterMethodName" : "getScope", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Scope", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Scope", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Scope", "setterDocumentation" : "/**

                                                                                                                                                                                                  The scope to which the Stop action applies. That is, what is being stopped.

                                                                                                                                                                                                  \n@param scope The scope to which the Stop action applies. That is, what is being stopped.\n@see StopScope*/", "setterMethodName" : "setScope", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "scope", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                                                                                                  The scope to which the Stop action applies. That is, what is being stopped.

                                                                                                                                                                                                  \n@param scope The scope to which the Stop action applies. That is, what is being stopped.\n@return Returns a reference to this object so that method calls can be chained together.\n@see StopScope*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "scope", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                  The scope to which the Stop action applies. That is, what is being stopped.

                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "TopicArn" : { "c2jName" : "TopicArn", "c2jShape" : "AmazonResourceName", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                  The Amazon Resource Name (ARN) of the Amazon SNS topic to notify when the stop action is taken. An example of an Amazon SNS topic ARN is arn:aws:sns:us-west-2:123456789012:MyTopic. For more information about Amazon SNS topics, see the Amazon SNS Developer Guide.

                                                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                  The Amazon Resource Name (ARN) of the Amazon SNS topic to notify when the stop action is taken. An example of an Amazon SNS topic ARN is arn:aws:sns:us-west-2:123456789012:MyTopic. For more information about Amazon SNS topics, see the Amazon SNS Developer Guide.

                                                                                                                                                                                                  \n@param topicArn The Amazon Resource Name (ARN) of the Amazon SNS topic to notify when the stop action is taken. An example of an Amazon SNS topic ARN is arn:aws:sns:us-west-2:123456789012:MyTopic. For more information about Amazon SNS topics, see the Amazon SNS Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withTopicArn", "getterDocumentation" : "/**

                                                                                                                                                                                                  The Amazon Resource Name (ARN) of the Amazon SNS topic to notify when the stop action is taken. An example of an Amazon SNS topic ARN is arn:aws:sns:us-west-2:123456789012:MyTopic. For more information about Amazon SNS topics, see the Amazon SNS Developer Guide.

                                                                                                                                                                                                  \n@return The Amazon Resource Name (ARN) of the Amazon SNS topic to notify when the stop action is taken. An example of an Amazon SNS topic ARN is arn:aws:sns:us-west-2:123456789012:MyTopic. For more information about Amazon SNS topics, see the Amazon SNS Developer Guide.*/", "getterMethodName" : "getTopicArn", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "TopicArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TopicArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "TopicArn", "setterDocumentation" : "/**

                                                                                                                                                                                                  The Amazon Resource Name (ARN) of the Amazon SNS topic to notify when the stop action is taken. An example of an Amazon SNS topic ARN is arn:aws:sns:us-west-2:123456789012:MyTopic. For more information about Amazon SNS topics, see the Amazon SNS Developer Guide.

                                                                                                                                                                                                  \n@param topicArn The Amazon Resource Name (ARN) of the Amazon SNS topic to notify when the stop action is taken. An example of an Amazon SNS topic ARN is arn:aws:sns:us-west-2:123456789012:MyTopic. For more information about Amazon SNS topics, see the Amazon SNS Developer Guide.*/", "setterMethodName" : "setTopicArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "topicArn", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                                                                                                  The Amazon Resource Name (ARN) of the Amazon SNS topic to notify when the stop action is taken. An example of an Amazon SNS topic ARN is arn:aws:sns:us-west-2:123456789012:MyTopic. For more information about Amazon SNS topics, see the Amazon SNS Developer Guide.

                                                                                                                                                                                                  \n@param topicArn The Amazon Resource Name (ARN) of the Amazon SNS topic to notify when the stop action is taken. An example of an Amazon SNS topic ARN is arn:aws:sns:us-west-2:123456789012:MyTopic. For more information about Amazon SNS topics, see the Amazon SNS Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "topicArn", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                  The Amazon Resource Name (ARN) of the Amazon SNS topic to notify when the stop action is taken. An example of an Amazon SNS topic ARN is arn:aws:sns:us-west-2:123456789012:MyTopic. For more information about Amazon SNS topics, see the Amazon SNS Developer Guide.

                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "Scope" ], "shapeName" : "StopAction", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "StopAction", "variableName" : "stopAction", "variableType" : "StopAction", "documentation" : null, "simpleType" : "StopAction", "variableSetterType" : "StopAction" }, "wrapper" : false }, "StopScope" : { "c2jName" : "StopScope", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "", "enums" : [ { "name" : "RuleSet", "value" : "RuleSet" } ], "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : null, "membersAsMap" : { }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "StopScope", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "StopScope", "variableName" : "stopScope", "variableType" : "StopScope", "documentation" : null, "simpleType" : "StopScope", "variableSetterType" : "StopScope" }, "wrapper" : false }, "TlsPolicy" : { "c2jName" : "TlsPolicy", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "", "enums" : [ { "name" : "Require", "value" : "Require" }, { "name" : "Optional", "value" : "Optional" } ], "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : null, "membersAsMap" : { }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "TlsPolicy", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "TlsPolicy", "variableName" : "tlsPolicy", "variableType" : "TlsPolicy", "documentation" : null, "simpleType" : "TlsPolicy", "variableSetterType" : "TlsPolicy" }, "wrapper" : false }, "UpdateConfigurationSetEventDestinationRequest" : { "c2jName" : "UpdateConfigurationSetEventDestinationRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                                                                                                                                                                                                  Represents a request to update the event destination of a configuration set. Configuration sets enable you to publish email sending events. For information about using configuration sets, see the Amazon SES Developer Guide.

                                                                                                                                                                                                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "UpdateConfigurationSetEventDestination", "locationName" : null, "requestUri" : "/", "target" : null, "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "c2jName" : "ConfigurationSetName", "c2jShape" : "ConfigurationSetName", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                  The name of the configuration set that you want to update.

                                                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                  The name of the configuration set that you want to update.

                                                                                                                                                                                                  \n@param configurationSetName The name of the configuration set that you want to update.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withConfigurationSetName", "getterDocumentation" : "/**

                                                                                                                                                                                                  The name of the configuration set that you want to update.

                                                                                                                                                                                                  \n@return The name of the configuration set that you want to update.*/", "getterMethodName" : "getConfigurationSetName", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ConfigurationSetName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ConfigurationSetName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "ConfigurationSetName", "setterDocumentation" : "/**

                                                                                                                                                                                                  The name of the configuration set that you want to update.

                                                                                                                                                                                                  \n@param configurationSetName The name of the configuration set that you want to update.*/", "setterMethodName" : "setConfigurationSetName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "configurationSetName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                                                                                                  The name of the configuration set that you want to update.

                                                                                                                                                                                                  \n@param configurationSetName The name of the configuration set that you want to update.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "configurationSetName", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                  The name of the configuration set that you want to update.

                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "EventDestination", "c2jShape" : "EventDestination", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                  The event destination object that you want to apply to the specified configuration set.

                                                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                  The event destination object that you want to apply to the specified configuration set.

                                                                                                                                                                                                  \n@param eventDestination The event destination object that you want to apply to the specified configuration set.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withEventDestination", "getterDocumentation" : "/**

                                                                                                                                                                                                  The event destination object that you want to apply to the specified configuration set.

                                                                                                                                                                                                  \n@return The event destination object that you want to apply to the specified configuration set.*/", "getterMethodName" : "getEventDestination", "getterModel" : { "returnType" : "EventDestination", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "EventDestination", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "EventDestination", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "EventDestination", "setterDocumentation" : "/**

                                                                                                                                                                                                  The event destination object that you want to apply to the specified configuration set.

                                                                                                                                                                                                  \n@param eventDestination The event destination object that you want to apply to the specified configuration set.*/", "setterMethodName" : "setEventDestination", "setterModel" : { "variableDeclarationType" : "EventDestination", "variableName" : "eventDestination", "variableType" : "EventDestination", "documentation" : "", "simpleType" : "EventDestination", "variableSetterType" : "EventDestination" }, "simple" : false, "varargSetterDocumentation" : "/**

                                                                                                                                                                                                  The event destination object that you want to apply to the specified configuration set.

                                                                                                                                                                                                  \n@param eventDestination The event destination object that you want to apply to the specified configuration set.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "EventDestination", "variableName" : "eventDestination", "variableType" : "EventDestination", "documentation" : "

                                                                                                                                                                                                  The event destination object that you want to apply to the specified configuration set.

                                                                                                                                                                                                  ", "simpleType" : "EventDestination", "variableSetterType" : "EventDestination" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ConfigurationSetName" : { "c2jName" : "ConfigurationSetName", "c2jShape" : "ConfigurationSetName", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                  The name of the configuration set that you want to update.

                                                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                  The name of the configuration set that you want to update.

                                                                                                                                                                                                  \n@param configurationSetName The name of the configuration set that you want to update.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withConfigurationSetName", "getterDocumentation" : "/**

                                                                                                                                                                                                  The name of the configuration set that you want to update.

                                                                                                                                                                                                  \n@return The name of the configuration set that you want to update.*/", "getterMethodName" : "getConfigurationSetName", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ConfigurationSetName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ConfigurationSetName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "ConfigurationSetName", "setterDocumentation" : "/**

                                                                                                                                                                                                  The name of the configuration set that you want to update.

                                                                                                                                                                                                  \n@param configurationSetName The name of the configuration set that you want to update.*/", "setterMethodName" : "setConfigurationSetName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "configurationSetName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                                                                                                  The name of the configuration set that you want to update.

                                                                                                                                                                                                  \n@param configurationSetName The name of the configuration set that you want to update.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "configurationSetName", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                  The name of the configuration set that you want to update.

                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "EventDestination" : { "c2jName" : "EventDestination", "c2jShape" : "EventDestination", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                  The event destination object that you want to apply to the specified configuration set.

                                                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                  The event destination object that you want to apply to the specified configuration set.

                                                                                                                                                                                                  \n@param eventDestination The event destination object that you want to apply to the specified configuration set.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withEventDestination", "getterDocumentation" : "/**

                                                                                                                                                                                                  The event destination object that you want to apply to the specified configuration set.

                                                                                                                                                                                                  \n@return The event destination object that you want to apply to the specified configuration set.*/", "getterMethodName" : "getEventDestination", "getterModel" : { "returnType" : "EventDestination", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "EventDestination", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "EventDestination", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "EventDestination", "setterDocumentation" : "/**

                                                                                                                                                                                                  The event destination object that you want to apply to the specified configuration set.

                                                                                                                                                                                                  \n@param eventDestination The event destination object that you want to apply to the specified configuration set.*/", "setterMethodName" : "setEventDestination", "setterModel" : { "variableDeclarationType" : "EventDestination", "variableName" : "eventDestination", "variableType" : "EventDestination", "documentation" : "", "simpleType" : "EventDestination", "variableSetterType" : "EventDestination" }, "simple" : false, "varargSetterDocumentation" : "/**

                                                                                                                                                                                                  The event destination object that you want to apply to the specified configuration set.

                                                                                                                                                                                                  \n@param eventDestination The event destination object that you want to apply to the specified configuration set.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "EventDestination", "variableName" : "eventDestination", "variableType" : "EventDestination", "documentation" : "

                                                                                                                                                                                                  The event destination object that you want to apply to the specified configuration set.

                                                                                                                                                                                                  ", "simpleType" : "EventDestination", "variableSetterType" : "EventDestination" }, "xmlNameSpaceUri" : null } }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "ConfigurationSetName", "EventDestination" ], "shapeName" : "UpdateConfigurationSetEventDestinationRequest", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "UpdateConfigurationSetEventDestinationRequest", "variableName" : "updateConfigurationSetEventDestinationRequest", "variableType" : "UpdateConfigurationSetEventDestinationRequest", "documentation" : null, "simpleType" : "UpdateConfigurationSetEventDestinationRequest", "variableSetterType" : "UpdateConfigurationSetEventDestinationRequest" }, "wrapper" : false }, "UpdateConfigurationSetEventDestinationResult" : { "c2jName" : "UpdateConfigurationSetEventDestinationResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                                                                                                                                                                                                  An empty element returned on a successful request.

                                                                                                                                                                                                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : null, "membersAsMap" : { }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "UpdateConfigurationSetEventDestinationResult", "unmarshaller" : { "flattened" : false, "resultWrapper" : "UpdateConfigurationSetEventDestinationResult" }, "variable" : { "variableDeclarationType" : "UpdateConfigurationSetEventDestinationResult", "variableName" : "updateConfigurationSetEventDestinationResult", "variableType" : "UpdateConfigurationSetEventDestinationResult", "documentation" : null, "simpleType" : "UpdateConfigurationSetEventDestinationResult", "variableSetterType" : "UpdateConfigurationSetEventDestinationResult" }, "wrapper" : false }, "UpdateReceiptRuleRequest" : { "c2jName" : "UpdateReceiptRuleRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                                                                                                                                                                                                  Represents a request to update a receipt rule. You use receipt rules to receive email with Amazon SES. For more information, see the Amazon SES Developer Guide.

                                                                                                                                                                                                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "UpdateReceiptRule", "locationName" : null, "requestUri" : "/", "target" : null, "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "c2jName" : "RuleSetName", "c2jShape" : "ReceiptRuleSetName", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                  The name of the receipt rule set to which the receipt rule belongs.

                                                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                  The name of the receipt rule set to which the receipt rule belongs.

                                                                                                                                                                                                  \n@param ruleSetName The name of the receipt rule set to which the receipt rule belongs.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withRuleSetName", "getterDocumentation" : "/**

                                                                                                                                                                                                  The name of the receipt rule set to which the receipt rule belongs.

                                                                                                                                                                                                  \n@return The name of the receipt rule set to which the receipt rule belongs.*/", "getterMethodName" : "getRuleSetName", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "RuleSetName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "RuleSetName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "RuleSetName", "setterDocumentation" : "/**

                                                                                                                                                                                                  The name of the receipt rule set to which the receipt rule belongs.

                                                                                                                                                                                                  \n@param ruleSetName The name of the receipt rule set to which the receipt rule belongs.*/", "setterMethodName" : "setRuleSetName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "ruleSetName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                                                                                                  The name of the receipt rule set to which the receipt rule belongs.

                                                                                                                                                                                                  \n@param ruleSetName The name of the receipt rule set to which the receipt rule belongs.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "ruleSetName", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                  The name of the receipt rule set to which the receipt rule belongs.

                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "Rule", "c2jShape" : "ReceiptRule", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                  A data structure that contains the updated receipt rule information.

                                                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                  A data structure that contains the updated receipt rule information.

                                                                                                                                                                                                  \n@param rule A data structure that contains the updated receipt rule information.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withRule", "getterDocumentation" : "/**

                                                                                                                                                                                                  A data structure that contains the updated receipt rule information.

                                                                                                                                                                                                  \n@return A data structure that contains the updated receipt rule information.*/", "getterMethodName" : "getRule", "getterModel" : { "returnType" : "ReceiptRule", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Rule", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Rule", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Rule", "setterDocumentation" : "/**

                                                                                                                                                                                                  A data structure that contains the updated receipt rule information.

                                                                                                                                                                                                  \n@param rule A data structure that contains the updated receipt rule information.*/", "setterMethodName" : "setRule", "setterModel" : { "variableDeclarationType" : "ReceiptRule", "variableName" : "rule", "variableType" : "ReceiptRule", "documentation" : "", "simpleType" : "ReceiptRule", "variableSetterType" : "ReceiptRule" }, "simple" : false, "varargSetterDocumentation" : "/**

                                                                                                                                                                                                  A data structure that contains the updated receipt rule information.

                                                                                                                                                                                                  \n@param rule A data structure that contains the updated receipt rule information.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "ReceiptRule", "variableName" : "rule", "variableType" : "ReceiptRule", "documentation" : "

                                                                                                                                                                                                  A data structure that contains the updated receipt rule information.

                                                                                                                                                                                                  ", "simpleType" : "ReceiptRule", "variableSetterType" : "ReceiptRule" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Rule" : { "c2jName" : "Rule", "c2jShape" : "ReceiptRule", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                  A data structure that contains the updated receipt rule information.

                                                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                  A data structure that contains the updated receipt rule information.

                                                                                                                                                                                                  \n@param rule A data structure that contains the updated receipt rule information.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withRule", "getterDocumentation" : "/**

                                                                                                                                                                                                  A data structure that contains the updated receipt rule information.

                                                                                                                                                                                                  \n@return A data structure that contains the updated receipt rule information.*/", "getterMethodName" : "getRule", "getterModel" : { "returnType" : "ReceiptRule", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Rule", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Rule", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Rule", "setterDocumentation" : "/**

                                                                                                                                                                                                  A data structure that contains the updated receipt rule information.

                                                                                                                                                                                                  \n@param rule A data structure that contains the updated receipt rule information.*/", "setterMethodName" : "setRule", "setterModel" : { "variableDeclarationType" : "ReceiptRule", "variableName" : "rule", "variableType" : "ReceiptRule", "documentation" : "", "simpleType" : "ReceiptRule", "variableSetterType" : "ReceiptRule" }, "simple" : false, "varargSetterDocumentation" : "/**

                                                                                                                                                                                                  A data structure that contains the updated receipt rule information.

                                                                                                                                                                                                  \n@param rule A data structure that contains the updated receipt rule information.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "ReceiptRule", "variableName" : "rule", "variableType" : "ReceiptRule", "documentation" : "

                                                                                                                                                                                                  A data structure that contains the updated receipt rule information.

                                                                                                                                                                                                  ", "simpleType" : "ReceiptRule", "variableSetterType" : "ReceiptRule" }, "xmlNameSpaceUri" : null }, "RuleSetName" : { "c2jName" : "RuleSetName", "c2jShape" : "ReceiptRuleSetName", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                  The name of the receipt rule set to which the receipt rule belongs.

                                                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                  The name of the receipt rule set to which the receipt rule belongs.

                                                                                                                                                                                                  \n@param ruleSetName The name of the receipt rule set to which the receipt rule belongs.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withRuleSetName", "getterDocumentation" : "/**

                                                                                                                                                                                                  The name of the receipt rule set to which the receipt rule belongs.

                                                                                                                                                                                                  \n@return The name of the receipt rule set to which the receipt rule belongs.*/", "getterMethodName" : "getRuleSetName", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "RuleSetName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "RuleSetName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "RuleSetName", "setterDocumentation" : "/**

                                                                                                                                                                                                  The name of the receipt rule set to which the receipt rule belongs.

                                                                                                                                                                                                  \n@param ruleSetName The name of the receipt rule set to which the receipt rule belongs.*/", "setterMethodName" : "setRuleSetName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "ruleSetName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                                                                                                  The name of the receipt rule set to which the receipt rule belongs.

                                                                                                                                                                                                  \n@param ruleSetName The name of the receipt rule set to which the receipt rule belongs.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "ruleSetName", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                  The name of the receipt rule set to which the receipt rule belongs.

                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "RuleSetName", "Rule" ], "shapeName" : "UpdateReceiptRuleRequest", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "UpdateReceiptRuleRequest", "variableName" : "updateReceiptRuleRequest", "variableType" : "UpdateReceiptRuleRequest", "documentation" : null, "simpleType" : "UpdateReceiptRuleRequest", "variableSetterType" : "UpdateReceiptRuleRequest" }, "wrapper" : false }, "UpdateReceiptRuleResult" : { "c2jName" : "UpdateReceiptRuleResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                                                                                                                                                                                                  An empty element returned on a successful request.

                                                                                                                                                                                                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : null, "membersAsMap" : { }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "UpdateReceiptRuleResult", "unmarshaller" : { "flattened" : false, "resultWrapper" : "UpdateReceiptRuleResult" }, "variable" : { "variableDeclarationType" : "UpdateReceiptRuleResult", "variableName" : "updateReceiptRuleResult", "variableType" : "UpdateReceiptRuleResult", "documentation" : null, "simpleType" : "UpdateReceiptRuleResult", "variableSetterType" : "UpdateReceiptRuleResult" }, "wrapper" : false }, "VerificationStatus" : { "c2jName" : "VerificationStatus", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "", "enums" : [ { "name" : "Pending", "value" : "Pending" }, { "name" : "Success", "value" : "Success" }, { "name" : "Failed", "value" : "Failed" }, { "name" : "TemporaryFailure", "value" : "TemporaryFailure" }, { "name" : "NotStarted", "value" : "NotStarted" } ], "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : null, "membersAsMap" : { }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "VerificationStatus", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "VerificationStatus", "variableName" : "verificationStatus", "variableType" : "VerificationStatus", "documentation" : null, "simpleType" : "VerificationStatus", "variableSetterType" : "VerificationStatus" }, "wrapper" : false }, "VerifyDomainDkimRequest" : { "c2jName" : "VerifyDomainDkimRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                                                                                                                                                                                                  Represents a request to generate the CNAME records needed to set up Easy DKIM with Amazon SES. For more information about setting up Easy DKIM, see the Amazon SES Developer Guide.

                                                                                                                                                                                                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "VerifyDomainDkim", "locationName" : null, "requestUri" : "/", "target" : null, "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "c2jName" : "Domain", "c2jShape" : "Domain", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                  The name of the domain to be verified for Easy DKIM signing.

                                                                                                                                                                                                  ", "enumType" : null, "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.*/", "fluentSetterMethodName" : "withDomain", "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.*/", "getterMethodName" : "getDomain", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Domain", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Domain", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Domain", "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.*/", "setterMethodName" : "setDomain", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "domain", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "domain", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                  The name of the domain to be verified for Easy DKIM signing.

                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Domain" : { "c2jName" : "Domain", "c2jShape" : "Domain", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                  The name of the domain to be verified for Easy DKIM signing.

                                                                                                                                                                                                  ", "enumType" : null, "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.*/", "fluentSetterMethodName" : "withDomain", "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.*/", "getterMethodName" : "getDomain", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Domain", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Domain", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Domain", "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.*/", "setterMethodName" : "setDomain", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "domain", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "domain", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                  The name of the domain to be verified for Easy DKIM signing.

                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "Domain" ], "shapeName" : "VerifyDomainDkimRequest", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "VerifyDomainDkimRequest", "variableName" : "verifyDomainDkimRequest", "variableType" : "VerifyDomainDkimRequest", "documentation" : null, "simpleType" : "VerifyDomainDkimRequest", "variableSetterType" : "VerifyDomainDkimRequest" }, "wrapper" : false }, "VerifyDomainDkimResult" : { "c2jName" : "VerifyDomainDkimResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                                                                                                                                                                                                  Returns CNAME records that you must publish to the DNS server of your domain to set up Easy DKIM with Amazon SES.

                                                                                                                                                                                                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "DkimTokens", "c2jShape" : "VerificationTokenList", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                  A set of character strings that represent the domain's identity. If the identity is an email address, the tokens represent the domain of that address.

                                                                                                                                                                                                  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 emails originating from that domain.

                                                                                                                                                                                                  For more information about creating DNS records using DKIM tokens, go to the Amazon SES Developer Guide.

                                                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                  A set of character strings that represent the domain's identity. If the identity is an email address, the tokens represent the domain of that address.

                                                                                                                                                                                                  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 emails originating from that domain.

                                                                                                                                                                                                  For more information about creating DNS records using DKIM tokens, go to the Amazon SES Developer Guide.

                                                                                                                                                                                                  \n@param dkimTokens A set of character strings that represent the domain's identity. If the identity is an email address, the tokens represent the domain of that address.

                                                                                                                                                                                                  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 emails originating from that domain.

                                                                                                                                                                                                  For more information about creating DNS records using DKIM tokens, go to the Amazon SES Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withDkimTokens", "getterDocumentation" : "/**

                                                                                                                                                                                                  A set of character strings that represent the domain's identity. If the identity is an email address, the tokens represent the domain of that address.

                                                                                                                                                                                                  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 emails originating from that domain.

                                                                                                                                                                                                  For more information about creating DNS records using DKIM tokens, go to the Amazon SES Developer Guide.

                                                                                                                                                                                                  \n@return A set of character strings that represent the domain's identity. If the identity is an email address, the tokens represent the domain of that address.

                                                                                                                                                                                                  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 emails originating from that domain.

                                                                                                                                                                                                  For more information about creating DNS records using DKIM tokens, go to the Amazon SES Developer Guide.*/", "getterMethodName" : "getDkimTokens", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "DkimTokens", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "DkimTokens", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : true, "listModel" : { "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "VerificationToken", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withMember", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getMember", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "simpleType" : "String", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "DkimTokens", "setterDocumentation" : "/**

                                                                                                                                                                                                  A set of character strings that represent the domain's identity. If the identity is an email address, the tokens represent the domain of that address.

                                                                                                                                                                                                  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 emails originating from that domain.

                                                                                                                                                                                                  For more information about creating DNS records using DKIM tokens, go to the Amazon SES Developer Guide.

                                                                                                                                                                                                  \n@param dkimTokens A set of character strings that represent the domain's identity. If the identity is an email address, the tokens represent the domain of that address.

                                                                                                                                                                                                  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 emails originating from that domain.

                                                                                                                                                                                                  For more information about creating DNS records using DKIM tokens, go to the Amazon SES Developer Guide.*/", "setterMethodName" : "setDkimTokens", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "dkimTokens", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

                                                                                                                                                                                                  A set of character strings that represent the domain's identity. If the identity is an email address, the tokens represent the domain of that address.

                                                                                                                                                                                                  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 emails originating from that domain.

                                                                                                                                                                                                  For more information about creating DNS records using DKIM tokens, go to the Amazon SES Developer Guide.

                                                                                                                                                                                                  \n

                                                                                                                                                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setDkimTokens(java.util.Collection)} or {@link #withDkimTokens(java.util.Collection)} if you want to override the existing values.

                                                                                                                                                                                                  \n@param dkimTokens A set of character strings that represent the domain's identity. If the identity is an email address, the tokens represent the domain of that address.

                                                                                                                                                                                                  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 emails originating from that domain.

                                                                                                                                                                                                  For more information about creating DNS records using DKIM tokens, go to the Amazon SES Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "dkimTokens", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                                                                  A set of character strings that represent the domain's identity. If the identity is an email address, the tokens represent the domain of that address.

                                                                                                                                                                                                  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 emails originating from that domain.

                                                                                                                                                                                                  For more information about creating DNS records using DKIM tokens, go to the Amazon SES Developer Guide.

                                                                                                                                                                                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "DkimTokens" : { "c2jName" : "DkimTokens", "c2jShape" : "VerificationTokenList", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                  A set of character strings that represent the domain's identity. If the identity is an email address, the tokens represent the domain of that address.

                                                                                                                                                                                                  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 emails originating from that domain.

                                                                                                                                                                                                  For more information about creating DNS records using DKIM tokens, go to the Amazon SES Developer Guide.

                                                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                  A set of character strings that represent the domain's identity. If the identity is an email address, the tokens represent the domain of that address.

                                                                                                                                                                                                  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 emails originating from that domain.

                                                                                                                                                                                                  For more information about creating DNS records using DKIM tokens, go to the Amazon SES Developer Guide.

                                                                                                                                                                                                  \n@param dkimTokens A set of character strings that represent the domain's identity. If the identity is an email address, the tokens represent the domain of that address.

                                                                                                                                                                                                  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 emails originating from that domain.

                                                                                                                                                                                                  For more information about creating DNS records using DKIM tokens, go to the Amazon SES Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withDkimTokens", "getterDocumentation" : "/**

                                                                                                                                                                                                  A set of character strings that represent the domain's identity. If the identity is an email address, the tokens represent the domain of that address.

                                                                                                                                                                                                  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 emails originating from that domain.

                                                                                                                                                                                                  For more information about creating DNS records using DKIM tokens, go to the Amazon SES Developer Guide.

                                                                                                                                                                                                  \n@return A set of character strings that represent the domain's identity. If the identity is an email address, the tokens represent the domain of that address.

                                                                                                                                                                                                  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 emails originating from that domain.

                                                                                                                                                                                                  For more information about creating DNS records using DKIM tokens, go to the Amazon SES Developer Guide.*/", "getterMethodName" : "getDkimTokens", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "DkimTokens", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "DkimTokens", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : true, "listModel" : { "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "VerificationToken", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withMember", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getMember", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "simpleType" : "String", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "DkimTokens", "setterDocumentation" : "/**

                                                                                                                                                                                                  A set of character strings that represent the domain's identity. If the identity is an email address, the tokens represent the domain of that address.

                                                                                                                                                                                                  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 emails originating from that domain.

                                                                                                                                                                                                  For more information about creating DNS records using DKIM tokens, go to the Amazon SES Developer Guide.

                                                                                                                                                                                                  \n@param dkimTokens A set of character strings that represent the domain's identity. If the identity is an email address, the tokens represent the domain of that address.

                                                                                                                                                                                                  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 emails originating from that domain.

                                                                                                                                                                                                  For more information about creating DNS records using DKIM tokens, go to the Amazon SES Developer Guide.*/", "setterMethodName" : "setDkimTokens", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "dkimTokens", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

                                                                                                                                                                                                  A set of character strings that represent the domain's identity. If the identity is an email address, the tokens represent the domain of that address.

                                                                                                                                                                                                  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 emails originating from that domain.

                                                                                                                                                                                                  For more information about creating DNS records using DKIM tokens, go to the Amazon SES Developer Guide.

                                                                                                                                                                                                  \n

                                                                                                                                                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setDkimTokens(java.util.Collection)} or {@link #withDkimTokens(java.util.Collection)} if you want to override the existing values.

                                                                                                                                                                                                  \n@param dkimTokens A set of character strings that represent the domain's identity. If the identity is an email address, the tokens represent the domain of that address.

                                                                                                                                                                                                  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 emails originating from that domain.

                                                                                                                                                                                                  For more information about creating DNS records using DKIM tokens, go to the Amazon SES Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "dkimTokens", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                                                                  A set of character strings that represent the domain's identity. If the identity is an email address, the tokens represent the domain of that address.

                                                                                                                                                                                                  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 emails originating from that domain.

                                                                                                                                                                                                  For more information about creating DNS records using DKIM tokens, go to the Amazon SES Developer Guide.

                                                                                                                                                                                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "DkimTokens" ], "shapeName" : "VerifyDomainDkimResult", "unmarshaller" : { "flattened" : false, "resultWrapper" : "VerifyDomainDkimResult" }, "variable" : { "variableDeclarationType" : "VerifyDomainDkimResult", "variableName" : "verifyDomainDkimResult", "variableType" : "VerifyDomainDkimResult", "documentation" : null, "simpleType" : "VerifyDomainDkimResult", "variableSetterType" : "VerifyDomainDkimResult" }, "wrapper" : false }, "VerifyDomainIdentityRequest" : { "c2jName" : "VerifyDomainIdentityRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                                                                                                                                                                                                  Represents a request to begin Amazon SES domain verification and to generate the TXT records that you must publish to the DNS server of your domain to complete the verification. For information about domain verification, see the Amazon SES Developer Guide.

                                                                                                                                                                                                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "VerifyDomainIdentity", "locationName" : null, "requestUri" : "/", "target" : null, "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "c2jName" : "Domain", "c2jShape" : "Domain", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                  The domain to be verified.

                                                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                  The domain to be verified.

                                                                                                                                                                                                  \n@param domain The domain to be verified.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withDomain", "getterDocumentation" : "/**

                                                                                                                                                                                                  The domain to be verified.

                                                                                                                                                                                                  \n@return The domain to be verified.*/", "getterMethodName" : "getDomain", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Domain", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Domain", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Domain", "setterDocumentation" : "/**

                                                                                                                                                                                                  The domain to be verified.

                                                                                                                                                                                                  \n@param domain The domain to be verified.*/", "setterMethodName" : "setDomain", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "domain", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                                                                                                  The domain to be verified.

                                                                                                                                                                                                  \n@param domain The domain to be verified.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "domain", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                  The domain to be verified.

                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Domain" : { "c2jName" : "Domain", "c2jShape" : "Domain", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                  The domain to be verified.

                                                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                  The domain to be verified.

                                                                                                                                                                                                  \n@param domain The domain to be verified.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withDomain", "getterDocumentation" : "/**

                                                                                                                                                                                                  The domain to be verified.

                                                                                                                                                                                                  \n@return The domain to be verified.*/", "getterMethodName" : "getDomain", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Domain", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Domain", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Domain", "setterDocumentation" : "/**

                                                                                                                                                                                                  The domain to be verified.

                                                                                                                                                                                                  \n@param domain The domain to be verified.*/", "setterMethodName" : "setDomain", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "domain", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                                                                                                  The domain to be verified.

                                                                                                                                                                                                  \n@param domain The domain to be verified.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "domain", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                  The domain to be verified.

                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "Domain" ], "shapeName" : "VerifyDomainIdentityRequest", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "VerifyDomainIdentityRequest", "variableName" : "verifyDomainIdentityRequest", "variableType" : "VerifyDomainIdentityRequest", "documentation" : null, "simpleType" : "VerifyDomainIdentityRequest", "variableSetterType" : "VerifyDomainIdentityRequest" }, "wrapper" : false }, "VerifyDomainIdentityResult" : { "c2jName" : "VerifyDomainIdentityResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                                                                                                                                                                                                  Returns a TXT record that you must publish to the DNS server of your domain to complete domain verification with Amazon SES.

                                                                                                                                                                                                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "VerificationToken", "c2jShape" : "VerificationToken", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                  A TXT record that must be placed in the DNS settings for the domain, in order to complete domain verification.

                                                                                                                                                                                                  ", "enumType" : null, "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.*/", "fluentSetterMethodName" : "withVerificationToken", "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.*/", "getterMethodName" : "getVerificationToken", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "VerificationToken", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "VerificationToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "VerificationToken", "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.*/", "setterMethodName" : "setVerificationToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "verificationToken", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "verificationToken", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                  A TXT record that must be placed in the DNS settings for the domain, in order to complete domain verification.

                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "VerificationToken" : { "c2jName" : "VerificationToken", "c2jShape" : "VerificationToken", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                  A TXT record that must be placed in the DNS settings for the domain, in order to complete domain verification.

                                                                                                                                                                                                  ", "enumType" : null, "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.*/", "fluentSetterMethodName" : "withVerificationToken", "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.*/", "getterMethodName" : "getVerificationToken", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "VerificationToken", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "VerificationToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "VerificationToken", "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.*/", "setterMethodName" : "setVerificationToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "verificationToken", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "verificationToken", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                  A TXT record that must be placed in the DNS settings for the domain, in order to complete domain verification.

                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "VerificationToken" ], "shapeName" : "VerifyDomainIdentityResult", "unmarshaller" : { "flattened" : false, "resultWrapper" : "VerifyDomainIdentityResult" }, "variable" : { "variableDeclarationType" : "VerifyDomainIdentityResult", "variableName" : "verifyDomainIdentityResult", "variableType" : "VerifyDomainIdentityResult", "documentation" : null, "simpleType" : "VerifyDomainIdentityResult", "variableSetterType" : "VerifyDomainIdentityResult" }, "wrapper" : false }, "VerifyEmailAddressRequest" : { "c2jName" : "VerifyEmailAddressRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                                                                                                                                                                                                  Represents a request to begin email address verification with Amazon SES. For information about email address verification, see the Amazon SES Developer Guide.

                                                                                                                                                                                                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "VerifyEmailAddress", "locationName" : null, "requestUri" : "/", "target" : null, "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "c2jName" : "EmailAddress", "c2jShape" : "Address", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                  The email address to be verified.

                                                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                  The email address to be verified.

                                                                                                                                                                                                  \n@param emailAddress The email address to be verified.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withEmailAddress", "getterDocumentation" : "/**

                                                                                                                                                                                                  The email address to be verified.

                                                                                                                                                                                                  \n@return The email address to be verified.*/", "getterMethodName" : "getEmailAddress", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "EmailAddress", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "EmailAddress", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "EmailAddress", "setterDocumentation" : "/**

                                                                                                                                                                                                  The email address to be verified.

                                                                                                                                                                                                  \n@param emailAddress The email address to be verified.*/", "setterMethodName" : "setEmailAddress", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "emailAddress", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                                                                                                  The email address to be verified.

                                                                                                                                                                                                  \n@param emailAddress The email address to be verified.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "emailAddress", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                  The email address to be verified.

                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "EmailAddress" : { "c2jName" : "EmailAddress", "c2jShape" : "Address", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                  The email address to be verified.

                                                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                  The email address to be verified.

                                                                                                                                                                                                  \n@param emailAddress The email address to be verified.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withEmailAddress", "getterDocumentation" : "/**

                                                                                                                                                                                                  The email address to be verified.

                                                                                                                                                                                                  \n@return The email address to be verified.*/", "getterMethodName" : "getEmailAddress", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "EmailAddress", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "EmailAddress", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "EmailAddress", "setterDocumentation" : "/**

                                                                                                                                                                                                  The email address to be verified.

                                                                                                                                                                                                  \n@param emailAddress The email address to be verified.*/", "setterMethodName" : "setEmailAddress", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "emailAddress", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                                                                                                  The email address to be verified.

                                                                                                                                                                                                  \n@param emailAddress The email address to be verified.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "emailAddress", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                  The email address to be verified.

                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "EmailAddress" ], "shapeName" : "VerifyEmailAddressRequest", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "VerifyEmailAddressRequest", "variableName" : "verifyEmailAddressRequest", "variableType" : "VerifyEmailAddressRequest", "documentation" : null, "simpleType" : "VerifyEmailAddressRequest", "variableSetterType" : "VerifyEmailAddressRequest" }, "wrapper" : false }, "VerifyEmailAddressResult" : { "c2jName" : "VerifyEmailAddressResult", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : null, "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : null, "membersAsMap" : { }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "VerifyEmailAddressResult", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "VerifyEmailAddressResult", "variableName" : "verifyEmailAddressResult", "variableType" : "VerifyEmailAddressResult", "documentation" : null, "simpleType" : "VerifyEmailAddressResult", "variableSetterType" : "VerifyEmailAddressResult" }, "wrapper" : false }, "VerifyEmailIdentityRequest" : { "c2jName" : "VerifyEmailIdentityRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                                                                                                                                                                                                  Represents a request to begin email address verification with Amazon SES. For information about email address verification, see the Amazon SES Developer Guide.

                                                                                                                                                                                                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "VerifyEmailIdentity", "locationName" : null, "requestUri" : "/", "target" : null, "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "c2jName" : "EmailAddress", "c2jShape" : "Address", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                  The email address to be verified.

                                                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                  The email address to be verified.

                                                                                                                                                                                                  \n@param emailAddress The email address to be verified.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withEmailAddress", "getterDocumentation" : "/**

                                                                                                                                                                                                  The email address to be verified.

                                                                                                                                                                                                  \n@return The email address to be verified.*/", "getterMethodName" : "getEmailAddress", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "EmailAddress", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "EmailAddress", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "EmailAddress", "setterDocumentation" : "/**

                                                                                                                                                                                                  The email address to be verified.

                                                                                                                                                                                                  \n@param emailAddress The email address to be verified.*/", "setterMethodName" : "setEmailAddress", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "emailAddress", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                                                                                                  The email address to be verified.

                                                                                                                                                                                                  \n@param emailAddress The email address to be verified.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "emailAddress", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                  The email address to be verified.

                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "EmailAddress" : { "c2jName" : "EmailAddress", "c2jShape" : "Address", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                  The email address to be verified.

                                                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                  The email address to be verified.

                                                                                                                                                                                                  \n@param emailAddress The email address to be verified.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withEmailAddress", "getterDocumentation" : "/**

                                                                                                                                                                                                  The email address to be verified.

                                                                                                                                                                                                  \n@return The email address to be verified.*/", "getterMethodName" : "getEmailAddress", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "EmailAddress", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "EmailAddress", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "EmailAddress", "setterDocumentation" : "/**

                                                                                                                                                                                                  The email address to be verified.

                                                                                                                                                                                                  \n@param emailAddress The email address to be verified.*/", "setterMethodName" : "setEmailAddress", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "emailAddress", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                                                                                                  The email address to be verified.

                                                                                                                                                                                                  \n@param emailAddress The email address to be verified.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "emailAddress", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                  The email address to be verified.

                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "EmailAddress" ], "shapeName" : "VerifyEmailIdentityRequest", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "VerifyEmailIdentityRequest", "variableName" : "verifyEmailIdentityRequest", "variableType" : "VerifyEmailIdentityRequest", "documentation" : null, "simpleType" : "VerifyEmailIdentityRequest", "variableSetterType" : "VerifyEmailIdentityRequest" }, "wrapper" : false }, "VerifyEmailIdentityResult" : { "c2jName" : "VerifyEmailIdentityResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                                                                                                                                                                                                  An empty element returned on a successful request.

                                                                                                                                                                                                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : null, "membersAsMap" : { }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "VerifyEmailIdentityResult", "unmarshaller" : { "flattened" : false, "resultWrapper" : "VerifyEmailIdentityResult" }, "variable" : { "variableDeclarationType" : "VerifyEmailIdentityResult", "variableName" : "verifyEmailIdentityResult", "variableType" : "VerifyEmailIdentityResult", "documentation" : null, "simpleType" : "VerifyEmailIdentityResult", "variableSetterType" : "VerifyEmailIdentityResult" }, "wrapper" : false }, "WorkmailAction" : { "c2jName" : "WorkmailAction", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                                                                                                                                                                                                  When included in a receipt rule, this action calls Amazon WorkMail and, optionally, publishes a notification to Amazon Simple Notification Service (Amazon SNS). You will typically not use this action directly because Amazon WorkMail adds the rule automatically during its setup procedure.

                                                                                                                                                                                                  For information using a receipt rule to call Amazon WorkMail, see the Amazon SES Developer Guide.

                                                                                                                                                                                                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "TopicArn", "c2jShape" : "AmazonResourceName", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                  The Amazon Resource Name (ARN) of the Amazon SNS topic to notify when the WorkMail action is called. An example of an Amazon SNS topic ARN is arn:aws:sns:us-west-2:123456789012:MyTopic. For more information about Amazon SNS topics, see the Amazon SNS Developer Guide.

                                                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                  The Amazon Resource Name (ARN) of the Amazon SNS topic to notify when the WorkMail action is called. An example of an Amazon SNS topic ARN is arn:aws:sns:us-west-2:123456789012:MyTopic. For more information about Amazon SNS topics, see the Amazon SNS Developer Guide.

                                                                                                                                                                                                  \n@param topicArn The Amazon Resource Name (ARN) of the Amazon SNS topic to notify when the WorkMail action is called. An example of an Amazon SNS topic ARN is arn:aws:sns:us-west-2:123456789012:MyTopic. For more information about Amazon SNS topics, see the Amazon SNS Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withTopicArn", "getterDocumentation" : "/**

                                                                                                                                                                                                  The Amazon Resource Name (ARN) of the Amazon SNS topic to notify when the WorkMail action is called. An example of an Amazon SNS topic ARN is arn:aws:sns:us-west-2:123456789012:MyTopic. For more information about Amazon SNS topics, see the Amazon SNS Developer Guide.

                                                                                                                                                                                                  \n@return The Amazon Resource Name (ARN) of the Amazon SNS topic to notify when the WorkMail action is called. An example of an Amazon SNS topic ARN is arn:aws:sns:us-west-2:123456789012:MyTopic. For more information about Amazon SNS topics, see the Amazon SNS Developer Guide.*/", "getterMethodName" : "getTopicArn", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "TopicArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TopicArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "TopicArn", "setterDocumentation" : "/**

                                                                                                                                                                                                  The Amazon Resource Name (ARN) of the Amazon SNS topic to notify when the WorkMail action is called. An example of an Amazon SNS topic ARN is arn:aws:sns:us-west-2:123456789012:MyTopic. For more information about Amazon SNS topics, see the Amazon SNS Developer Guide.

                                                                                                                                                                                                  \n@param topicArn The Amazon Resource Name (ARN) of the Amazon SNS topic to notify when the WorkMail action is called. An example of an Amazon SNS topic ARN is arn:aws:sns:us-west-2:123456789012:MyTopic. For more information about Amazon SNS topics, see the Amazon SNS Developer Guide.*/", "setterMethodName" : "setTopicArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "topicArn", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                                                                                                  The Amazon Resource Name (ARN) of the Amazon SNS topic to notify when the WorkMail action is called. An example of an Amazon SNS topic ARN is arn:aws:sns:us-west-2:123456789012:MyTopic. For more information about Amazon SNS topics, see the Amazon SNS Developer Guide.

                                                                                                                                                                                                  \n@param topicArn The Amazon Resource Name (ARN) of the Amazon SNS topic to notify when the WorkMail action is called. An example of an Amazon SNS topic ARN is arn:aws:sns:us-west-2:123456789012:MyTopic. For more information about Amazon SNS topics, see the Amazon SNS Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "topicArn", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                  The Amazon Resource Name (ARN) of the Amazon SNS topic to notify when the WorkMail action is called. An example of an Amazon SNS topic ARN is arn:aws:sns:us-west-2:123456789012:MyTopic. For more information about Amazon SNS topics, see the Amazon SNS Developer Guide.

                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "OrganizationArn", "c2jShape" : "AmazonResourceName", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                  The ARN of the Amazon WorkMail organization. An example of an Amazon WorkMail organization ARN is arn:aws:workmail:us-west-2:123456789012:organization/m-68755160c4cb4e29a2b2f8fb58f359d7. For information about Amazon WorkMail organizations, see the Amazon WorkMail Administrator Guide.

                                                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                  The ARN of the Amazon WorkMail organization. An example of an Amazon WorkMail organization ARN is arn:aws:workmail:us-west-2:123456789012:organization/m-68755160c4cb4e29a2b2f8fb58f359d7. For information about Amazon WorkMail organizations, see the Amazon WorkMail Administrator Guide.

                                                                                                                                                                                                  \n@param organizationArn The ARN of the Amazon WorkMail organization. An example of an Amazon WorkMail organization ARN is arn:aws:workmail:us-west-2:123456789012:organization/m-68755160c4cb4e29a2b2f8fb58f359d7. For information about Amazon WorkMail organizations, see the Amazon WorkMail Administrator Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withOrganizationArn", "getterDocumentation" : "/**

                                                                                                                                                                                                  The ARN of the Amazon WorkMail organization. An example of an Amazon WorkMail organization ARN is arn:aws:workmail:us-west-2:123456789012:organization/m-68755160c4cb4e29a2b2f8fb58f359d7. For information about Amazon WorkMail organizations, see the Amazon WorkMail Administrator Guide.

                                                                                                                                                                                                  \n@return The ARN of the Amazon WorkMail organization. An example of an Amazon WorkMail organization ARN is arn:aws:workmail:us-west-2:123456789012:organization/m-68755160c4cb4e29a2b2f8fb58f359d7. For information about Amazon WorkMail organizations, see the Amazon WorkMail Administrator Guide.*/", "getterMethodName" : "getOrganizationArn", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "OrganizationArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "OrganizationArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "OrganizationArn", "setterDocumentation" : "/**

                                                                                                                                                                                                  The ARN of the Amazon WorkMail organization. An example of an Amazon WorkMail organization ARN is arn:aws:workmail:us-west-2:123456789012:organization/m-68755160c4cb4e29a2b2f8fb58f359d7. For information about Amazon WorkMail organizations, see the Amazon WorkMail Administrator Guide.

                                                                                                                                                                                                  \n@param organizationArn The ARN of the Amazon WorkMail organization. An example of an Amazon WorkMail organization ARN is arn:aws:workmail:us-west-2:123456789012:organization/m-68755160c4cb4e29a2b2f8fb58f359d7. For information about Amazon WorkMail organizations, see the Amazon WorkMail Administrator Guide.*/", "setterMethodName" : "setOrganizationArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "organizationArn", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                                                                                                  The ARN of the Amazon WorkMail organization. An example of an Amazon WorkMail organization ARN is arn:aws:workmail:us-west-2:123456789012:organization/m-68755160c4cb4e29a2b2f8fb58f359d7. For information about Amazon WorkMail organizations, see the Amazon WorkMail Administrator Guide.

                                                                                                                                                                                                  \n@param organizationArn The ARN of the Amazon WorkMail organization. An example of an Amazon WorkMail organization ARN is arn:aws:workmail:us-west-2:123456789012:organization/m-68755160c4cb4e29a2b2f8fb58f359d7. For information about Amazon WorkMail organizations, see the Amazon WorkMail Administrator Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "organizationArn", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                  The ARN of the Amazon WorkMail organization. An example of an Amazon WorkMail organization ARN is arn:aws:workmail:us-west-2:123456789012:organization/m-68755160c4cb4e29a2b2f8fb58f359d7. For information about Amazon WorkMail organizations, see the Amazon WorkMail Administrator Guide.

                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "OrganizationArn" : { "c2jName" : "OrganizationArn", "c2jShape" : "AmazonResourceName", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                  The ARN of the Amazon WorkMail organization. An example of an Amazon WorkMail organization ARN is arn:aws:workmail:us-west-2:123456789012:organization/m-68755160c4cb4e29a2b2f8fb58f359d7. For information about Amazon WorkMail organizations, see the Amazon WorkMail Administrator Guide.

                                                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                  The ARN of the Amazon WorkMail organization. An example of an Amazon WorkMail organization ARN is arn:aws:workmail:us-west-2:123456789012:organization/m-68755160c4cb4e29a2b2f8fb58f359d7. For information about Amazon WorkMail organizations, see the Amazon WorkMail Administrator Guide.

                                                                                                                                                                                                  \n@param organizationArn The ARN of the Amazon WorkMail organization. An example of an Amazon WorkMail organization ARN is arn:aws:workmail:us-west-2:123456789012:organization/m-68755160c4cb4e29a2b2f8fb58f359d7. For information about Amazon WorkMail organizations, see the Amazon WorkMail Administrator Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withOrganizationArn", "getterDocumentation" : "/**

                                                                                                                                                                                                  The ARN of the Amazon WorkMail organization. An example of an Amazon WorkMail organization ARN is arn:aws:workmail:us-west-2:123456789012:organization/m-68755160c4cb4e29a2b2f8fb58f359d7. For information about Amazon WorkMail organizations, see the Amazon WorkMail Administrator Guide.

                                                                                                                                                                                                  \n@return The ARN of the Amazon WorkMail organization. An example of an Amazon WorkMail organization ARN is arn:aws:workmail:us-west-2:123456789012:organization/m-68755160c4cb4e29a2b2f8fb58f359d7. For information about Amazon WorkMail organizations, see the Amazon WorkMail Administrator Guide.*/", "getterMethodName" : "getOrganizationArn", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "OrganizationArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "OrganizationArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "OrganizationArn", "setterDocumentation" : "/**

                                                                                                                                                                                                  The ARN of the Amazon WorkMail organization. An example of an Amazon WorkMail organization ARN is arn:aws:workmail:us-west-2:123456789012:organization/m-68755160c4cb4e29a2b2f8fb58f359d7. For information about Amazon WorkMail organizations, see the Amazon WorkMail Administrator Guide.

                                                                                                                                                                                                  \n@param organizationArn The ARN of the Amazon WorkMail organization. An example of an Amazon WorkMail organization ARN is arn:aws:workmail:us-west-2:123456789012:organization/m-68755160c4cb4e29a2b2f8fb58f359d7. For information about Amazon WorkMail organizations, see the Amazon WorkMail Administrator Guide.*/", "setterMethodName" : "setOrganizationArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "organizationArn", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                                                                                                  The ARN of the Amazon WorkMail organization. An example of an Amazon WorkMail organization ARN is arn:aws:workmail:us-west-2:123456789012:organization/m-68755160c4cb4e29a2b2f8fb58f359d7. For information about Amazon WorkMail organizations, see the Amazon WorkMail Administrator Guide.

                                                                                                                                                                                                  \n@param organizationArn The ARN of the Amazon WorkMail organization. An example of an Amazon WorkMail organization ARN is arn:aws:workmail:us-west-2:123456789012:organization/m-68755160c4cb4e29a2b2f8fb58f359d7. For information about Amazon WorkMail organizations, see the Amazon WorkMail Administrator Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "organizationArn", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                  The ARN of the Amazon WorkMail organization. An example of an Amazon WorkMail organization ARN is arn:aws:workmail:us-west-2:123456789012:organization/m-68755160c4cb4e29a2b2f8fb58f359d7. For information about Amazon WorkMail organizations, see the Amazon WorkMail Administrator Guide.

                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "TopicArn" : { "c2jName" : "TopicArn", "c2jShape" : "AmazonResourceName", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                  The Amazon Resource Name (ARN) of the Amazon SNS topic to notify when the WorkMail action is called. An example of an Amazon SNS topic ARN is arn:aws:sns:us-west-2:123456789012:MyTopic. For more information about Amazon SNS topics, see the Amazon SNS Developer Guide.

                                                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                  The Amazon Resource Name (ARN) of the Amazon SNS topic to notify when the WorkMail action is called. An example of an Amazon SNS topic ARN is arn:aws:sns:us-west-2:123456789012:MyTopic. For more information about Amazon SNS topics, see the Amazon SNS Developer Guide.

                                                                                                                                                                                                  \n@param topicArn The Amazon Resource Name (ARN) of the Amazon SNS topic to notify when the WorkMail action is called. An example of an Amazon SNS topic ARN is arn:aws:sns:us-west-2:123456789012:MyTopic. For more information about Amazon SNS topics, see the Amazon SNS Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withTopicArn", "getterDocumentation" : "/**

                                                                                                                                                                                                  The Amazon Resource Name (ARN) of the Amazon SNS topic to notify when the WorkMail action is called. An example of an Amazon SNS topic ARN is arn:aws:sns:us-west-2:123456789012:MyTopic. For more information about Amazon SNS topics, see the Amazon SNS Developer Guide.

                                                                                                                                                                                                  \n@return The Amazon Resource Name (ARN) of the Amazon SNS topic to notify when the WorkMail action is called. An example of an Amazon SNS topic ARN is arn:aws:sns:us-west-2:123456789012:MyTopic. For more information about Amazon SNS topics, see the Amazon SNS Developer Guide.*/", "getterMethodName" : "getTopicArn", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "TopicArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TopicArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "TopicArn", "setterDocumentation" : "/**

                                                                                                                                                                                                  The Amazon Resource Name (ARN) of the Amazon SNS topic to notify when the WorkMail action is called. An example of an Amazon SNS topic ARN is arn:aws:sns:us-west-2:123456789012:MyTopic. For more information about Amazon SNS topics, see the Amazon SNS Developer Guide.

                                                                                                                                                                                                  \n@param topicArn The Amazon Resource Name (ARN) of the Amazon SNS topic to notify when the WorkMail action is called. An example of an Amazon SNS topic ARN is arn:aws:sns:us-west-2:123456789012:MyTopic. For more information about Amazon SNS topics, see the Amazon SNS Developer Guide.*/", "setterMethodName" : "setTopicArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "topicArn", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                                                                                                  The Amazon Resource Name (ARN) of the Amazon SNS topic to notify when the WorkMail action is called. An example of an Amazon SNS topic ARN is arn:aws:sns:us-west-2:123456789012:MyTopic. For more information about Amazon SNS topics, see the Amazon SNS Developer Guide.

                                                                                                                                                                                                  \n@param topicArn The Amazon Resource Name (ARN) of the Amazon SNS topic to notify when the WorkMail action is called. An example of an Amazon SNS topic ARN is arn:aws:sns:us-west-2:123456789012:MyTopic. For more information about Amazon SNS topics, see the Amazon SNS Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "topicArn", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                  The Amazon Resource Name (ARN) of the Amazon SNS topic to notify when the WorkMail action is called. An example of an Amazon SNS topic ARN is arn:aws:sns:us-west-2:123456789012:MyTopic. For more information about Amazon SNS topics, see the Amazon SNS Developer Guide.

                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "OrganizationArn" ], "shapeName" : "WorkmailAction", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "WorkmailAction", "variableName" : "workmailAction", "variableType" : "WorkmailAction", "documentation" : null, "simpleType" : "WorkmailAction", "variableSetterType" : "WorkmailAction" }, "wrapper" : false } }, "clientConfigFactory" : "ClientConfigurationFactory", "customAuthorizers" : { }, "examples" : { "examples" : { "CloneReceiptRuleSet" : [ { "comments" : { "input" : { }, "output" : { } }, "description" : "The following example creates a receipt rule set by cloning an existing one:", "id" : "clonereceiptruleset-1469055039770", "input" : { "RuleSetName" : "RuleSetToCreate", "OriginalRuleSetName" : "RuleSetToClone" }, "output" : null, "title" : "CloneReceiptRuleSet" } ], "CreateReceiptFilter" : [ { "comments" : { "input" : { }, "output" : { } }, "description" : "The following example creates a new IP address filter:", "id" : "createreceiptfilter-1469122681253", "input" : { "Filter" : { "Name" : "MyFilter", "IpFilter" : { "Policy" : "Allow", "Cidr" : "1.2.3.4/24" } } }, "output" : null, "title" : "CreateReceiptFilter" } ], "CreateReceiptRule" : [ { "comments" : { "input" : { }, "output" : { } }, "description" : "The following example creates a new receipt rule:", "id" : "createreceiptrule-1469122946515", "input" : { "RuleSetName" : "MyRuleSet", "After" : "", "Rule" : { "Name" : "MyRule", "Enabled" : true, "TlsPolicy" : "Optional", "Actions" : [ { "S3Action" : { "BucketName" : "MyBucket", "ObjectKeyPrefix" : "email" } } ], "ScanEnabled" : true } }, "output" : null, "title" : "CreateReceiptRule" } ], "CreateReceiptRuleSet" : [ { "comments" : { "input" : { }, "output" : { } }, "description" : "The following example creates an empty receipt rule set:", "id" : "createreceiptruleset-1469058761646", "input" : { "RuleSetName" : "MyRuleSet" }, "output" : null, "title" : "CreateReceiptRuleSet" } ], "DeleteIdentity" : [ { "comments" : { "input" : { }, "output" : { } }, "description" : "The following example deletes an identity from the list of identities that have been submitted for verification with Amazon SES:", "id" : "deleteidentity-1469047858906", "input" : { "Identity" : "[email protected]" }, "output" : null, "title" : "DeleteIdentity" } ], "DeleteIdentityPolicy" : [ { "comments" : { "input" : { }, "output" : { } }, "description" : "The following example deletes a sending authorization policy for an identity:", "id" : "deleteidentitypolicy-1469055282499", "input" : { "Identity" : "[email protected]", "PolicyName" : "MyPolicy" }, "output" : null, "title" : "DeleteIdentityPolicy" } ], "DeleteReceiptFilter" : [ { "comments" : { "input" : { }, "output" : { } }, "description" : "The following example deletes an IP address filter:", "id" : "deletereceiptfilter-1469055456835", "input" : { "FilterName" : "MyFilter" }, "output" : null, "title" : "DeleteReceiptFilter" } ], "DeleteReceiptRule" : [ { "comments" : { "input" : { }, "output" : { } }, "description" : "The following example deletes a receipt rule:", "id" : "deletereceiptrule-1469055563599", "input" : { "RuleSetName" : "MyRuleSet", "RuleName" : "MyRule" }, "output" : null, "title" : "DeleteReceiptRule" } ], "DeleteReceiptRuleSet" : [ { "comments" : { "input" : { }, "output" : { } }, "description" : "The following example deletes a receipt rule set:", "id" : "deletereceiptruleset-1469055713690", "input" : { "RuleSetName" : "MyRuleSet" }, "output" : null, "title" : "DeleteReceiptRuleSet" } ], "DeleteVerifiedEmailAddress" : [ { "comments" : { "input" : { }, "output" : { } }, "description" : "The following example deletes an email address from the list of identities that have been submitted for verification with Amazon SES:", "id" : "deleteverifiedemailaddress-1469051086444", "input" : { "EmailAddress" : "[email protected]" }, "output" : null, "title" : "DeleteVerifiedEmailAddress" } ], "DescribeActiveReceiptRuleSet" : [ { "comments" : { "input" : { }, "output" : { } }, "description" : "The following example returns the metadata and receipt rules for the receipt rule set that is currently active:", "id" : "describeactivereceiptruleset-1469121611502", "input" : { }, "output" : { "Metadata" : { "Name" : "default-rule-set", "CreatedTimestamp" : "2016-07-15T16:25:59.607Z" }, "Rules" : [ { "Name" : "MyRule", "Enabled" : true, "TlsPolicy" : "Optional", "Actions" : [ { "S3Action" : { "BucketName" : "MyBucket", "ObjectKeyPrefix" : "email" } } ], "ScanEnabled" : true } ] }, "title" : "DescribeActiveReceiptRuleSet" } ], "DescribeReceiptRule" : [ { "comments" : { "input" : { }, "output" : { } }, "description" : "The following example returns the details of a receipt rule:", "id" : "describereceiptrule-1469055813118", "input" : { "RuleSetName" : "MyRuleSet", "RuleName" : "MyRule" }, "output" : { "Rule" : { "Name" : "MyRule", "Enabled" : true, "TlsPolicy" : "Optional", "Actions" : [ { "S3Action" : { "BucketName" : "MyBucket", "ObjectKeyPrefix" : "email" } } ], "ScanEnabled" : true } }, "title" : "DescribeReceiptRule" } ], "DescribeReceiptRuleSet" : [ { "comments" : { "input" : { }, "output" : { } }, "description" : "The following example returns the metadata and receipt rules of a receipt rule set:", "id" : "describereceiptruleset-1469121240385", "input" : { "RuleSetName" : "MyRuleSet" }, "output" : { "Metadata" : { "Name" : "MyRuleSet", "CreatedTimestamp" : "2016-07-15T16:25:59.607Z" }, "Rules" : [ { "Name" : "MyRule", "Enabled" : true, "TlsPolicy" : "Optional", "Actions" : [ { "S3Action" : { "BucketName" : "MyBucket", "ObjectKeyPrefix" : "email" } } ], "ScanEnabled" : true } ] }, "title" : "DescribeReceiptRuleSet" } ], "GetIdentityDkimAttributes" : [ { "comments" : { "input" : { }, "output" : { } }, "description" : "The following example retrieves the Amazon SES Easy DKIM attributes for a list of identities:", "id" : "getidentitydkimattributes-1469050695628", "input" : { "Identities" : [ "example.com", "[email protected]" ] }, "output" : { "DkimAttributes" : { } }, "title" : "GetIdentityDkimAttributes" } ], "GetIdentityMailFromDomainAttributes" : [ { "comments" : { "input" : { }, "output" : { } }, "description" : "The following example returns the custom MAIL FROM attributes for an identity:", "id" : "getidentitymailfromdomainattributes-1469123114860", "input" : { "Identities" : [ "example.com" ] }, "output" : { "MailFromDomainAttributes" : { } }, "title" : "GetIdentityMailFromDomainAttributes" } ], "GetIdentityNotificationAttributes" : [ { "comments" : { "input" : { }, "output" : { } }, "description" : "The following example returns the notification attributes for an identity:", "id" : "getidentitynotificationattributes-1469123466947", "input" : { "Identities" : [ "example.com" ] }, "output" : { "NotificationAttributes" : { } }, "title" : "GetIdentityNotificationAttributes" } ], "GetIdentityPolicies" : [ { "comments" : { "input" : { }, "output" : { } }, "description" : "The following example returns a sending authorization policy for an identity:", "id" : "getidentitypolicies-1469123949351", "input" : { "Identity" : "example.com", "PolicyNames" : [ "MyPolicy" ] }, "output" : { "Policies" : { } }, "title" : "GetIdentityPolicies" } ], "GetIdentityVerificationAttributes" : [ { "comments" : { "input" : { }, "output" : { } }, "description" : "The following example returns the verification status and the verification token for a domain identity:", "id" : "getidentityverificationattributes-1469124205897", "input" : { "Identities" : [ "example.com" ] }, "output" : { "VerificationAttributes" : { } }, "title" : "GetIdentityVerificationAttributes" } ], "GetSendQuota" : [ { "comments" : { "input" : { }, "output" : { } }, "description" : "The following example returns the Amazon SES sending limits for an AWS account:", "id" : "getsendquota-1469047324508", "input" : null, "output" : { "Max24HourSend" : 200, "MaxSendRate" : 1, "SentLast24Hours" : 1 }, "title" : "GetSendQuota" } ], "GetSendStatistics" : [ { "comments" : { "input" : { }, "output" : { } }, "description" : "The following example returns Amazon SES sending statistics:", "id" : "getsendstatistics-1469047741329", "input" : null, "output" : { "SendDataPoints" : [ { "Timestamp" : "2016-07-13T22:43:00Z", "DeliveryAttempts" : 5, "Bounces" : 0, "Complaints" : 0, "Rejects" : 0 }, { "Timestamp" : "2016-07-13T23:13:00Z", "DeliveryAttempts" : 3, "Bounces" : 0, "Complaints" : 0, "Rejects" : 0 }, { "Timestamp" : "2016-07-13T21:13:00Z", "DeliveryAttempts" : 1, "Bounces" : 0, "Complaints" : 0, "Rejects" : 0 } ] }, "title" : "GetSendStatistics" } ], "ListIdentities" : [ { "comments" : { "input" : { }, "output" : { } }, "description" : "The following example lists the email address identities that have been submitted for verification with Amazon SES:", "id" : "listidentities-1469048638493", "input" : { "IdentityType" : "EmailAddress", "NextToken" : "", "MaxItems" : 123 }, "output" : { "Identities" : [ "[email protected]" ], "NextToken" : "" }, "title" : "ListIdentities" } ], "ListIdentityPolicies" : [ { "comments" : { "input" : { }, "output" : { } }, "description" : "The following example returns a list of sending authorization policies that are attached to an identity:", "id" : "listidentitypolicies-1469124417674", "input" : { "Identity" : "example.com" }, "output" : { "PolicyNames" : [ "MyPolicy" ] }, "title" : "ListIdentityPolicies" } ], "ListReceiptFilters" : [ { "comments" : { "input" : { }, "output" : { } }, "description" : "The following example lists the IP address filters that are associated with an AWS account:", "id" : "listreceiptfilters-1469120786789", "input" : null, "output" : { "Filters" : [ { "Name" : "MyFilter", "IpFilter" : { "Policy" : "Block", "Cidr" : "1.2.3.4/24" } } ] }, "title" : "ListReceiptFilters" } ], "ListReceiptRuleSets" : [ { "comments" : { "input" : { }, "output" : { } }, "description" : "The following example lists the receipt rule sets that exist under an AWS account:", "id" : "listreceiptrulesets-1469121037235", "input" : { "NextToken" : "" }, "output" : { "RuleSets" : [ { "Name" : "MyRuleSet", "CreatedTimestamp" : "2016-07-15T16:25:59.607Z" } ], "NextToken" : "" }, "title" : "ListReceiptRuleSets" } ], "ListVerifiedEmailAddresses" : [ { "comments" : { "input" : { }, "output" : { } }, "description" : "The following example lists all email addresses that have been submitted for verification with Amazon SES:", "id" : "listverifiedemailaddresses-1469051402570", "input" : null, "output" : { "VerifiedEmailAddresses" : [ "[email protected]", "[email protected]" ] }, "title" : "ListVerifiedEmailAddresses" } ], "PutIdentityPolicy" : [ { "comments" : { "input" : { }, "output" : { } }, "description" : "The following example adds a sending authorization policy to an identity:", "id" : "putidentitypolicy-1469124560016", "input" : { "Identity" : "example.com", "PolicyName" : "MyPolicy", "Policy" : "{\"Version\":\"2008-10-17\",\"Statement\":[{\"Sid\":\"stmt1469123904194\",\"Effect\":\"Allow\",\"Principal\":{\"AWS\":\"arn:aws:iam::123456789012:root\"},\"Action\":[\"ses:SendEmail\",\"ses:SendRawEmail\"],\"Resource\":\"arn:aws:ses:us-east-1:EXAMPLE65304:identity/example.com\"}]}" }, "output" : null, "title" : "PutIdentityPolicy" } ], "ReorderReceiptRuleSet" : [ { "comments" : { "input" : { }, "output" : { } }, "description" : "The following example reorders the receipt rules within a receipt rule set:", "id" : "reorderreceiptruleset-1469058156806", "input" : { "RuleSetName" : "MyRuleSet", "RuleNames" : [ "MyRule", "MyOtherRule" ] }, "output" : null, "title" : "ReorderReceiptRuleSet" } ], "SendEmail" : [ { "comments" : { "input" : { }, "output" : { } }, "description" : "The following example sends a formatted email:", "id" : "sendemail-1469049656296", "input" : { "Source" : "[email protected]", "Destination" : { "ToAddresses" : [ "[email protected]", "[email protected]" ], "CcAddresses" : [ "[email protected]" ], "BccAddresses" : [ ] }, "Message" : { "Subject" : { "Data" : "Test email", "Charset" : "UTF-8" }, "Body" : { "Text" : { "Data" : "This is the message body in text format.", "Charset" : "UTF-8" }, "Html" : { "Data" : "This message body contains HTML formatting. It can, for example, contain links like this one: Amazon SES Developer Guide.", "Charset" : "UTF-8" } } }, "ReplyToAddresses" : [ ], "ReturnPath" : "", "SourceArn" : "", "ReturnPathArn" : "" }, "output" : { "MessageId" : "EXAMPLE78603177f-7a5433e7-8edb-42ae-af10-f0181f34d6ee-000000" }, "title" : "SendEmail" } ], "SendRawEmail" : [ { "comments" : { "input" : { }, "output" : { } }, "description" : "The following example sends an email with an attachment:", "id" : "sendrawemail-1469118548649", "input" : { "Source" : "", "Destinations" : [ ], "RawMessage" : { "Data" : "From: [email protected]\\nTo: [email protected]\\nSubject: Test email (contains an attachment)\\nMIME-Version: 1.0\\nContent-type: Multipart/Mixed; boundary=\"NextPart\"\\n\\n--NextPart\\nContent-Type: text/plain\\n\\nThis is the message body.\\n\\n--NextPart\\nContent-Type: text/plain;\\nContent-Disposition: attachment; filename=\"attachment.txt\"\\n\\nThis is the text in the attachment.\\n\\n--NextPart--" }, "FromArn" : "", "SourceArn" : "", "ReturnPathArn" : "" }, "output" : { "MessageId" : "EXAMPLEf3f73d99b-c63fb06f-d263-41f8-a0fb-d0dc67d56c07-000000" }, "title" : "SendRawEmail" } ], "SetActiveReceiptRuleSet" : [ { "comments" : { "input" : { }, "output" : { } }, "description" : "The following example sets the active receipt rule set:", "id" : "setactivereceiptruleset-1469058391329", "input" : { "RuleSetName" : "RuleSetToActivate" }, "output" : null, "title" : "SetActiveReceiptRuleSet" } ], "SetIdentityDkimEnabled" : [ { "comments" : { "input" : { }, "output" : { } }, "description" : "The following example configures Amazon SES to Easy DKIM-sign the email sent from an identity:", "id" : "setidentitydkimenabled-1469057485202", "input" : { "Identity" : "[email protected]", "DkimEnabled" : true }, "output" : null, "title" : "SetIdentityDkimEnabled" } ], "SetIdentityFeedbackForwardingEnabled" : [ { "comments" : { "input" : { }, "output" : { } }, "description" : "The following example configures Amazon SES to forward an identity's bounces and complaints via email:", "id" : "setidentityfeedbackforwardingenabled-1469056811329", "input" : { "Identity" : "[email protected]", "ForwardingEnabled" : true }, "output" : null, "title" : "SetIdentityFeedbackForwardingEnabled" } ], "SetIdentityHeadersInNotificationsEnabled" : [ { "comments" : { "input" : { }, "output" : { } }, "description" : "The following example configures Amazon SES to include the original email headers in the Amazon SNS bounce notifications for an identity:", "id" : "setidentityheadersinnotificationsenabled-1469057295001", "input" : { "Identity" : "[email protected]", "NotificationType" : "Bounce", "Enabled" : true }, "output" : null, "title" : "SetIdentityHeadersInNotificationsEnabled" } ], "SetIdentityMailFromDomain" : [ { "comments" : { "input" : { }, "output" : { } }, "description" : "The following example configures Amazon SES to use a custom MAIL FROM domain for an identity:", "id" : "setidentitymailfromdomain-1469057693908", "input" : { "Identity" : "[email protected]", "MailFromDomain" : "bounces.example.com", "BehaviorOnMXFailure" : "UseDefaultValue" }, "output" : null, "title" : "SetIdentityMailFromDomain" } ], "SetIdentityNotificationTopic" : [ { "comments" : { "input" : { }, "output" : { } }, "description" : "The following example sets the Amazon SNS topic to which Amazon SES will publish bounce, complaint, and/or delivery notifications for emails sent with the specified identity as the Source:", "id" : "setidentitynotificationtopic-1469057854966", "input" : { "Identity" : "[email protected]", "NotificationType" : "Bounce", "SnsTopic" : "arn:aws:sns:us-west-2:111122223333:MyTopic" }, "output" : null, "title" : "SetIdentityNotificationTopic" } ], "SetReceiptRulePosition" : [ { "comments" : { "input" : { }, "output" : { } }, "description" : "The following example sets the position of a receipt rule in a receipt rule set:", "id" : "setreceiptruleposition-1469058530550", "input" : { "RuleSetName" : "MyRuleSet", "RuleName" : "RuleToReposition", "After" : "PutRuleAfterThisRule" }, "output" : null, "title" : "SetReceiptRulePosition" } ], "UpdateReceiptRule" : [ { "comments" : { "input" : { }, "output" : { } }, "description" : "The following example updates a receipt rule to use an Amazon S3 action:", "id" : "updatereceiptrule-1469051756940", "input" : { "RuleSetName" : "MyRuleSet", "Rule" : { "Name" : "MyRule", "Enabled" : true, "TlsPolicy" : "Optional", "Actions" : [ { "S3Action" : { "BucketName" : "MyBucket", "ObjectKeyPrefix" : "email" } } ], "ScanEnabled" : true } }, "output" : null, "title" : "UpdateReceiptRule" } ], "VerifyDomainDkim" : [ { "comments" : { "input" : { }, "output" : { } }, "description" : "The following example generates DKIM tokens for a domain that has been verified with Amazon SES:", "id" : "verifydomaindkim-1469049503083", "input" : { "Domain" : "example.com" }, "output" : { "DkimTokens" : [ "EXAMPLEq76owjnks3lnluwg65scbemvw", "EXAMPLEi3dnsj67hstzaj673klariwx2", "EXAMPLEwfbtcukvimehexktmdtaz6naj" ] }, "title" : "VerifyDomainDkim" } ], "VerifyDomainIdentity" : [ { "comments" : { "input" : { }, "output" : { } }, "description" : "The following example starts the domain verification process with Amazon SES:", "id" : "verifydomainidentity-1469049165936", "input" : { "Domain" : "example.com" }, "output" : { "VerificationToken" : "eoEmxw+YaYhb3h3iVJHuXMJXqeu1q1/wwmvjuEXAMPLE" }, "title" : "VerifyDomainIdentity" } ], "VerifyEmailAddress" : [ { "comments" : { "input" : { }, "output" : { } }, "description" : "The following example starts the email address verification process with Amazon SES:", "id" : "verifyemailaddress-1469048849187", "input" : { "EmailAddress" : "[email protected]" }, "output" : null, "title" : "VerifyEmailAddress" } ], "VerifyEmailIdentity" : [ { "comments" : { "input" : { }, "output" : { } }, "description" : "The following example starts the email address verification process with Amazon SES:", "id" : "verifyemailidentity-1469049068623", "input" : { "EmailAddress" : "[email protected]" }, "output" : null, "title" : "VerifyEmailIdentity" } ] }, "version" : "1.0" }, "exceptionUnmarshallerImpl" : "StandardErrorUnmarshaller", "fileHeader" : "/*\n * Copyright 2012-2017 Amazon.com, Inc. or its affiliates. All Rights\n * Reserved.\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\").\n * You may not use this file except in compliance with the License.\n * A copy of the License is located at\n *\n * http://aws.amazon.com/apache2.0\n *\n * or in the \"license\" file accompanying this file. This file is distributed\n * on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either\n * express or implied. See the License for the specific language governing\n * permissions and limitations under the License.\n */", "hasWaiters" : true, "sdkBaseResponseFqcn" : "com.amazonaws.AmazonWebServiceResult", "sdkModeledExceptionBaseClassName" : "AmazonSimpleEmailServiceException", "sdkModeledExceptionBaseFqcn" : "com.amazonaws.services.simpleemail.model.AmazonSimpleEmailServiceException", "serviceBaseExceptionFqcn" : "com.amazonaws.AmazonServiceException", "transformPackage" : "com.amazonaws.services.simpleemail.model.transform" }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy