models.email-2010-12-01-intermediate.json Maven / Gradle / Ivy
Show all versions of ses Show documentation
{
"customizationConfig" : {
"attachPayloadTraitToMember" : { },
"blacklistedSimpleMethods" : [ "updateAccountSendingEnabled" ],
"calculateCrc32FromCompressedData" : false,
"convenienceTypeOverloads" : [ ],
"customErrorCodeFieldName" : null,
"customProtocolFactoryFqcn" : null,
"customResponseMetadata" : null,
"customRetryPolicy" : null,
"customServiceMetadata" : null,
"defaultSimpleMethodTestRegion" : null,
"deprecatedOperations" : [ ],
"deprecatedShapes" : [ ],
"excludeClientCreateMethod" : false,
"modelMarshallerDefaultValueSupplier" : { },
"operationModifiers" : null,
"paginationCustomization" : null,
"renameShapes" : null,
"sdkModeledExceptionBaseClassName" : null,
"sdkRequestBaseClassName" : null,
"sdkResponseBaseClassName" : null,
"serviceSpecificClientConfigClass" : null,
"serviceSpecificHttpConfig" : null,
"shapeModifiers" : null,
"shapeSubstitutions" : null,
"shareModelConfig" : null,
"skipSyncClientGeneration" : false,
"useAutoConstructList" : true,
"useAutoConstructMap" : true,
"utilitiesMethod" : null,
"verifiedSimpleMethods" : [ "setActiveReceiptRuleSet", "describeActiveReceiptRuleSet", "getAccountSendingEnabled", "getSendQuota", "getSendStatistics", "listConfigurationSets", "listCustomVerificationEmailTemplates", "listIdentities", "listReceiptFilters", "listReceiptRuleSets", "listTemplates", "listVerifiedEmailAddresses" ]
},
"metadata" : {
"apiVersion" : "2010-12-01",
"asyncBuilder" : "DefaultSesAsyncClientBuilder",
"asyncBuilderInterface" : "SesAsyncClientBuilder",
"asyncClient" : "DefaultSesAsyncClient",
"asyncInterface" : "SesAsyncClient",
"authPolicyPackageName" : null,
"authType" : "V4",
"baseBuilder" : "DefaultSesBaseClientBuilder",
"baseBuilderInterface" : "SesBaseClientBuilder",
"baseExceptionName" : "SesException",
"baseRequestName" : "SesRequest",
"baseResponseName" : "SesResponse",
"cborProtocol" : false,
"clientPackageName" : "ses",
"contentType" : null,
"defaultEndpoint" : null,
"defaultEndpointWithoutHttpProtocol" : null,
"defaultRegion" : null,
"descriptiveServiceName" : "Amazon SES",
"documentation" : "Amazon Simple Email Service This document contains reference information for the Amazon Simple Email Service (Amazon SES) API, version 2010-12-01. This document is best 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",
"fullAuthPolicyPackageName" : "software.amazon.awssdk.services",
"fullClientPackageName" : "software.amazon.awssdk.services.ses",
"fullModelPackageName" : "software.amazon.awssdk.services.ses.model",
"fullPaginatorsPackageName" : "software.amazon.awssdk.services.ses.paginators",
"fullRequestTransformPackageName" : "software.amazon.awssdk.services.ses.transform",
"fullTransformPackageName" : "software.amazon.awssdk.services.ses.transform",
"ionProtocol" : false,
"jsonProtocol" : false,
"jsonVersion" : null,
"modelPackageName" : "ses.model",
"paginatorsPackageName" : "ses.paginators",
"protocol" : "query",
"requestTransformPackageName" : "ses.transform",
"requiresApiKey" : false,
"requiresIamSigners" : false,
"rootPackageName" : "software.amazon.awssdk.services",
"serviceId" : "SES",
"serviceName" : "Ses",
"signingName" : "ses",
"syncBuilder" : "DefaultSesClientBuilder",
"syncBuilderInterface" : "SesClientBuilder",
"syncClient" : "DefaultSesClient",
"syncInterface" : "SesClient",
"transformPackageName" : "ses.transform",
"uid" : "email-2010-12-01",
"xmlProtocol" : true
},
"operations" : {
"CloneReceiptRuleSet" : {
"authType" : "IAM",
"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.
You can execute this operation no more than once per second.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"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"
},
"methodName" : "cloneReceiptRuleSet",
"operationName" : "CloneReceiptRuleSet",
"paginated" : false,
"returnType" : {
"returnType" : "CloneReceiptRuleSetResponse",
"documentation" : "An empty element returned on a successful request.
"
},
"syncReturnType" : "CloneReceiptRuleSetResponse"
},
"CreateConfigurationSet" : {
"authType" : "IAM",
"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.
You can execute this operation no more than once per second.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"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"
},
"methodName" : "createConfigurationSet",
"operationName" : "CreateConfigurationSet",
"paginated" : false,
"returnType" : {
"returnType" : "CreateConfigurationSetResponse",
"documentation" : "An empty element returned on a successful request.
"
},
"syncReturnType" : "CreateConfigurationSetResponse"
},
"CreateConfigurationSetEventDestination" : {
"authType" : "IAM",
"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 CloudWatch, Amazon Kinesis Firehose, or Amazon Simple Notification Service (Amazon SNS).
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.
You can execute this operation no more than once per second.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"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" : "InvalidSnsDestinationException",
"documentation" : "Indicates that the Amazon Simple Notification Service (Amazon SNS) 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"
},
"methodName" : "createConfigurationSetEventDestination",
"operationName" : "CreateConfigurationSetEventDestination",
"paginated" : false,
"returnType" : {
"returnType" : "CreateConfigurationSetEventDestinationResponse",
"documentation" : "An empty element returned on a successful request.
"
},
"syncReturnType" : "CreateConfigurationSetEventDestinationResponse"
},
"CreateConfigurationSetTrackingOptions" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Creates an association between a configuration set and a custom domain for open and click event tracking.
By default, images and links used for tracking open and click events are hosted on domains operated by Amazon SES. You can configure a subdomain of your own to handle these events. For information about using custom domains, see the Amazon SES Developer Guide.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "ConfigurationSetDoesNotExistException",
"documentation" : "Indicates that the configuration set does not exist.
",
"httpStatusCode" : 400
}, {
"exceptionName" : "TrackingOptionsAlreadyExistsException",
"documentation" : "Indicates that the configuration set you specified already contains a TrackingOptions object.
",
"httpStatusCode" : 400
}, {
"exceptionName" : "InvalidTrackingOptionsException",
"documentation" : "Indicates that the custom domain to be used for open and click tracking redirects is invalid. This error appears most often in the following situations:
-
When the tracking domain you specified is not verified in Amazon SES.
-
When the tracking domain you specified is not a valid domain or subdomain.
",
"httpStatusCode" : 400
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "CreateConfigurationSetTrackingOptionsRequest",
"variableName" : "createConfigurationSetTrackingOptionsRequest",
"variableType" : "CreateConfigurationSetTrackingOptionsRequest",
"documentation" : "Represents a request to create an open and click tracking option object in a configuration set.
",
"simpleType" : "CreateConfigurationSetTrackingOptionsRequest",
"variableSetterType" : "CreateConfigurationSetTrackingOptionsRequest"
},
"methodName" : "createConfigurationSetTrackingOptions",
"operationName" : "CreateConfigurationSetTrackingOptions",
"paginated" : false,
"returnType" : {
"returnType" : "CreateConfigurationSetTrackingOptionsResponse",
"documentation" : "An empty element returned on a successful request.
"
},
"syncReturnType" : "CreateConfigurationSetTrackingOptionsResponse"
},
"CreateCustomVerificationEmailTemplate" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Creates a new custom verification email template.
For more information about custom verification email templates, see Using Custom Verification Email Templates in the Amazon SES Developer Guide.
You can execute this operation no more than once per second.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "CustomVerificationEmailTemplateAlreadyExistsException",
"documentation" : "Indicates that a custom verification email template with the name you specified already exists.
",
"httpStatusCode" : 400
}, {
"exceptionName" : "FromEmailAddressNotVerifiedException",
"documentation" : "Indicates that the sender address specified for a custom verification email is not verified, and is therefore not eligible to send the custom verification email.
",
"httpStatusCode" : 400
}, {
"exceptionName" : "CustomVerificationEmailInvalidContentException",
"documentation" : "Indicates that custom verification email template provided content is invalid.
",
"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" : "CreateCustomVerificationEmailTemplateRequest",
"variableName" : "createCustomVerificationEmailTemplateRequest",
"variableType" : "CreateCustomVerificationEmailTemplateRequest",
"documentation" : "Represents a request to create a custom verification email template.
",
"simpleType" : "CreateCustomVerificationEmailTemplateRequest",
"variableSetterType" : "CreateCustomVerificationEmailTemplateRequest"
},
"methodName" : "createCustomVerificationEmailTemplate",
"operationName" : "CreateCustomVerificationEmailTemplate",
"paginated" : false,
"returnType" : {
"returnType" : "CreateCustomVerificationEmailTemplateResponse",
"documentation" : null
},
"syncReturnType" : "CreateCustomVerificationEmailTemplateResponse"
},
"CreateReceiptFilter" : {
"authType" : "IAM",
"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.
You can execute this operation no more than once per second.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"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"
},
"methodName" : "createReceiptFilter",
"operationName" : "CreateReceiptFilter",
"paginated" : false,
"returnType" : {
"returnType" : "CreateReceiptFilterResponse",
"documentation" : "An empty element returned on a successful request.
"
},
"syncReturnType" : "CreateReceiptFilterResponse"
},
"CreateReceiptRule" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Creates a receipt rule.
For information about setting up receipt rules, see the Amazon SES Developer Guide.
You can execute this operation no more than once per second.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "InvalidSnsTopicException",
"documentation" : "Indicates that the provided Amazon SNS topic is invalid, or that Amazon SES could not publish to the topic, possibly due to permissions issues. For information about giving permissions, see the Amazon SES Developer Guide.
",
"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"
},
"methodName" : "createReceiptRule",
"operationName" : "CreateReceiptRule",
"paginated" : false,
"returnType" : {
"returnType" : "CreateReceiptRuleResponse",
"documentation" : "An empty element returned on a successful request.
"
},
"syncReturnType" : "CreateReceiptRuleResponse"
},
"CreateReceiptRuleSet" : {
"authType" : "IAM",
"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.
You can execute this operation no more than once per second.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"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"
},
"methodName" : "createReceiptRuleSet",
"operationName" : "CreateReceiptRuleSet",
"paginated" : false,
"returnType" : {
"returnType" : "CreateReceiptRuleSetResponse",
"documentation" : "An empty element returned on a successful request.
"
},
"syncReturnType" : "CreateReceiptRuleSetResponse"
},
"CreateTemplate" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Creates an email template. Email templates enable you to send personalized email to one or more destinations in a single API operation. For more information, see the Amazon SES Developer Guide.
You can execute this operation no more than once per second.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "AlreadyExistsException",
"documentation" : "Indicates that a resource could not be created because of a naming conflict.
",
"httpStatusCode" : 400
}, {
"exceptionName" : "InvalidTemplateException",
"documentation" : "Indicates that the template that you specified could not be rendered. This issue may occur when a template refers to a partial that 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" : "CreateTemplateRequest",
"variableName" : "createTemplateRequest",
"variableType" : "CreateTemplateRequest",
"documentation" : "Represents a request to create an email template. For more information, see the Amazon SES Developer Guide.
",
"simpleType" : "CreateTemplateRequest",
"variableSetterType" : "CreateTemplateRequest"
},
"methodName" : "createTemplate",
"operationName" : "CreateTemplate",
"paginated" : false,
"returnType" : {
"returnType" : "CreateTemplateResponse",
"documentation" : null
},
"syncReturnType" : "CreateTemplateResponse"
},
"DeleteConfigurationSet" : {
"authType" : "IAM",
"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.
You can execute this operation no more than once per second.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"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"
},
"methodName" : "deleteConfigurationSet",
"operationName" : "DeleteConfigurationSet",
"paginated" : false,
"returnType" : {
"returnType" : "DeleteConfigurationSetResponse",
"documentation" : "An empty element returned on a successful request.
"
},
"syncReturnType" : "DeleteConfigurationSetResponse"
},
"DeleteConfigurationSetEventDestination" : {
"authType" : "IAM",
"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.
You can execute this operation no more than once per second.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"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"
},
"methodName" : "deleteConfigurationSetEventDestination",
"operationName" : "DeleteConfigurationSetEventDestination",
"paginated" : false,
"returnType" : {
"returnType" : "DeleteConfigurationSetEventDestinationResponse",
"documentation" : "An empty element returned on a successful request.
"
},
"syncReturnType" : "DeleteConfigurationSetEventDestinationResponse"
},
"DeleteConfigurationSetTrackingOptions" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Deletes an association between a configuration set and a custom domain for open and click event tracking.
By default, images and links used for tracking open and click events are hosted on domains operated by Amazon SES. You can configure a subdomain of your own to handle these events. For information about using custom domains, see the Amazon SES Developer Guide.
Deleting this kind of association will result in emails sent using the specified configuration set to capture open and click events using the standard, Amazon SES-operated domains.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "ConfigurationSetDoesNotExistException",
"documentation" : "Indicates that the configuration set does not exist.
",
"httpStatusCode" : 400
}, {
"exceptionName" : "TrackingOptionsDoesNotExistException",
"documentation" : "Indicates that the TrackingOptions object you specified does not exist.
",
"httpStatusCode" : 400
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "DeleteConfigurationSetTrackingOptionsRequest",
"variableName" : "deleteConfigurationSetTrackingOptionsRequest",
"variableType" : "DeleteConfigurationSetTrackingOptionsRequest",
"documentation" : "Represents a request to delete open and click tracking options in a configuration set.
",
"simpleType" : "DeleteConfigurationSetTrackingOptionsRequest",
"variableSetterType" : "DeleteConfigurationSetTrackingOptionsRequest"
},
"methodName" : "deleteConfigurationSetTrackingOptions",
"operationName" : "DeleteConfigurationSetTrackingOptions",
"paginated" : false,
"returnType" : {
"returnType" : "DeleteConfigurationSetTrackingOptionsResponse",
"documentation" : "An empty element returned on a successful request.
"
},
"syncReturnType" : "DeleteConfigurationSetTrackingOptionsResponse"
},
"DeleteCustomVerificationEmailTemplate" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Deletes an existing custom verification email template.
For more information about custom verification email templates, see Using Custom Verification Email Templates in the Amazon SES Developer Guide.
You can execute this operation no more than once per second.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "DeleteCustomVerificationEmailTemplateRequest",
"variableName" : "deleteCustomVerificationEmailTemplateRequest",
"variableType" : "DeleteCustomVerificationEmailTemplateRequest",
"documentation" : "Represents a request to delete an existing custom verification email template.
",
"simpleType" : "DeleteCustomVerificationEmailTemplateRequest",
"variableSetterType" : "DeleteCustomVerificationEmailTemplateRequest"
},
"methodName" : "deleteCustomVerificationEmailTemplate",
"operationName" : "DeleteCustomVerificationEmailTemplate",
"paginated" : false,
"returnType" : {
"returnType" : "DeleteCustomVerificationEmailTemplateResponse",
"documentation" : null
},
"syncReturnType" : "DeleteCustomVerificationEmailTemplateResponse"
},
"DeleteIdentity" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Deletes the specified identity (an email address or a domain) from the list of verified identities.
You can execute this operation no more than once per second.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ ],
"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"
},
"methodName" : "deleteIdentity",
"operationName" : "DeleteIdentity",
"paginated" : false,
"returnType" : {
"returnType" : "DeleteIdentityResponse",
"documentation" : "An empty element returned on a successful request.
"
},
"syncReturnType" : "DeleteIdentityResponse"
},
"DeleteIdentityPolicy" : {
"authType" : "IAM",
"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.
You can execute this operation no more than once per second.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ ],
"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"
},
"methodName" : "deleteIdentityPolicy",
"operationName" : "DeleteIdentityPolicy",
"paginated" : false,
"returnType" : {
"returnType" : "DeleteIdentityPolicyResponse",
"documentation" : "An empty element returned on a successful request.
"
},
"syncReturnType" : "DeleteIdentityPolicyResponse"
},
"DeleteReceiptFilter" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Deletes the specified IP address filter.
For information about managing IP address filters, see the Amazon SES Developer Guide.
You can execute this operation no more than once per second.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ ],
"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"
},
"methodName" : "deleteReceiptFilter",
"operationName" : "DeleteReceiptFilter",
"paginated" : false,
"returnType" : {
"returnType" : "DeleteReceiptFilterResponse",
"documentation" : "An empty element returned on a successful request.
"
},
"syncReturnType" : "DeleteReceiptFilterResponse"
},
"DeleteReceiptRule" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Deletes the specified receipt rule.
For information about managing receipt rules, see the Amazon SES Developer Guide.
You can execute this operation no more than once per second.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"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"
},
"methodName" : "deleteReceiptRule",
"operationName" : "DeleteReceiptRule",
"paginated" : false,
"returnType" : {
"returnType" : "DeleteReceiptRuleResponse",
"documentation" : "An empty element returned on a successful request.
"
},
"syncReturnType" : "DeleteReceiptRuleResponse"
},
"DeleteReceiptRuleSet" : {
"authType" : "IAM",
"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.
You can execute this operation no more than once per second.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"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"
},
"methodName" : "deleteReceiptRuleSet",
"operationName" : "DeleteReceiptRuleSet",
"paginated" : false,
"returnType" : {
"returnType" : "DeleteReceiptRuleSetResponse",
"documentation" : "An empty element returned on a successful request.
"
},
"syncReturnType" : "DeleteReceiptRuleSetResponse"
},
"DeleteTemplate" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Deletes an email template.
You can execute this operation no more than once per second.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "DeleteTemplateRequest",
"variableName" : "deleteTemplateRequest",
"variableType" : "DeleteTemplateRequest",
"documentation" : "Represents a request to delete an email template. For more information, see the Amazon SES Developer Guide.
",
"simpleType" : "DeleteTemplateRequest",
"variableSetterType" : "DeleteTemplateRequest"
},
"methodName" : "deleteTemplate",
"operationName" : "DeleteTemplate",
"paginated" : false,
"returnType" : {
"returnType" : "DeleteTemplateResponse",
"documentation" : null
},
"syncReturnType" : "DeleteTemplateResponse"
},
"DeleteVerifiedEmailAddress" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Deprecated. Use the DeleteIdentity
operation to delete email addresses and domains.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ ],
"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"
},
"methodName" : "deleteVerifiedEmailAddress",
"operationName" : "DeleteVerifiedEmailAddress",
"paginated" : false,
"returnType" : {
"returnType" : "DeleteVerifiedEmailAddressResponse",
"documentation" : null
},
"syncReturnType" : "DeleteVerifiedEmailAddressResponse"
},
"DescribeActiveReceiptRuleSet" : {
"authType" : "IAM",
"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.
You can execute this operation no more than once per second.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ ],
"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"
},
"methodName" : "describeActiveReceiptRuleSet",
"operationName" : "DescribeActiveReceiptRuleSet",
"paginated" : false,
"returnType" : {
"returnType" : "DescribeActiveReceiptRuleSetResponse",
"documentation" : "Represents the metadata and receipt rules for the receipt rule set that is currently active.
"
},
"syncReturnType" : "DescribeActiveReceiptRuleSetResponse"
},
"DescribeConfigurationSet" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Returns the details of the specified configuration set. For information about using configuration sets, see the Amazon SES Developer Guide.
You can execute this operation no more than once per second.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"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"
},
"methodName" : "describeConfigurationSet",
"operationName" : "DescribeConfigurationSet",
"paginated" : false,
"returnType" : {
"returnType" : "DescribeConfigurationSetResponse",
"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" : "DescribeConfigurationSetResponse"
},
"DescribeReceiptRule" : {
"authType" : "IAM",
"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.
You can execute this operation no more than once per second.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"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"
},
"methodName" : "describeReceiptRule",
"operationName" : "DescribeReceiptRule",
"paginated" : false,
"returnType" : {
"returnType" : "DescribeReceiptRuleResponse",
"documentation" : "Represents the details of a receipt rule.
"
},
"syncReturnType" : "DescribeReceiptRuleResponse"
},
"DescribeReceiptRuleSet" : {
"authType" : "IAM",
"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.
You can execute this operation no more than once per second.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"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"
},
"methodName" : "describeReceiptRuleSet",
"operationName" : "DescribeReceiptRuleSet",
"paginated" : false,
"returnType" : {
"returnType" : "DescribeReceiptRuleSetResponse",
"documentation" : "Represents the details of the specified receipt rule set.
"
},
"syncReturnType" : "DescribeReceiptRuleSetResponse"
},
"GetAccountSendingEnabled" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Returns the email sending status of the Amazon SES account for the current region.
You can execute this operation no more than once per second.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "GetAccountSendingEnabledRequest",
"variableName" : "getAccountSendingEnabledRequest",
"variableType" : "GetAccountSendingEnabledRequest",
"documentation" : null,
"simpleType" : "GetAccountSendingEnabledRequest",
"variableSetterType" : "GetAccountSendingEnabledRequest"
},
"methodName" : "getAccountSendingEnabled",
"operationName" : "GetAccountSendingEnabled",
"paginated" : false,
"returnType" : {
"returnType" : "GetAccountSendingEnabledResponse",
"documentation" : "Represents a request to return the email sending status for your Amazon SES account in the current AWS Region.
"
},
"syncReturnType" : "GetAccountSendingEnabledResponse"
},
"GetCustomVerificationEmailTemplate" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Returns the custom email verification template for the template name you specify.
For more information about custom verification email templates, see Using Custom Verification Email Templates in the Amazon SES Developer Guide.
You can execute this operation no more than once per second.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "CustomVerificationEmailTemplateDoesNotExistException",
"documentation" : "Indicates that a custom verification email template with the name you specified does not exist.
",
"httpStatusCode" : 400
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "GetCustomVerificationEmailTemplateRequest",
"variableName" : "getCustomVerificationEmailTemplateRequest",
"variableType" : "GetCustomVerificationEmailTemplateRequest",
"documentation" : "Represents a request to retrieve an existing custom verification email template.
",
"simpleType" : "GetCustomVerificationEmailTemplateRequest",
"variableSetterType" : "GetCustomVerificationEmailTemplateRequest"
},
"methodName" : "getCustomVerificationEmailTemplate",
"operationName" : "GetCustomVerificationEmailTemplate",
"paginated" : false,
"returnType" : {
"returnType" : "GetCustomVerificationEmailTemplateResponse",
"documentation" : "The content of the custom verification email template.
"
},
"syncReturnType" : "GetCustomVerificationEmailTemplateResponse"
},
"GetIdentityDkimAttributes" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Returns the current status of Easy DKIM signing for an entity. For domain name identities, this operation 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 operation 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 operation 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.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ ],
"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"
},
"methodName" : "getIdentityDkimAttributes",
"operationName" : "GetIdentityDkimAttributes",
"paginated" : false,
"returnType" : {
"returnType" : "GetIdentityDkimAttributesResponse",
"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" : "GetIdentityDkimAttributesResponse"
},
"GetIdentityMailFromDomainAttributes" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Returns the custom MAIL FROM attributes for a list of identities (email addresses : domains).
This operation is throttled at one request per second and can only get custom MAIL FROM attributes for up to 100 identities at a time.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ ],
"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"
},
"methodName" : "getIdentityMailFromDomainAttributes",
"operationName" : "GetIdentityMailFromDomainAttributes",
"paginated" : false,
"returnType" : {
"returnType" : "GetIdentityMailFromDomainAttributesResponse",
"documentation" : "Represents the custom MAIL FROM attributes for a list of identities.
"
},
"syncReturnType" : "GetIdentityMailFromDomainAttributesResponse"
},
"GetIdentityNotificationAttributes" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Given a list of verified identities (email addresses and/or domains), returns a structure describing identity notification attributes.
This operation 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.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ ],
"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"
},
"methodName" : "getIdentityNotificationAttributes",
"operationName" : "GetIdentityNotificationAttributes",
"paginated" : false,
"returnType" : {
"returnType" : "GetIdentityNotificationAttributesResponse",
"documentation" : "Represents the notification attributes for a list of identities.
"
},
"syncReturnType" : "GetIdentityNotificationAttributesResponse"
},
"GetIdentityPolicies" : {
"authType" : "IAM",
"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.
You can execute this operation no more than once per second.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ ],
"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"
},
"methodName" : "getIdentityPolicies",
"operationName" : "GetIdentityPolicies",
"paginated" : false,
"returnType" : {
"returnType" : "GetIdentityPoliciesResponse",
"documentation" : "Represents the requested sending authorization policies.
"
},
"syncReturnType" : "GetIdentityPoliciesResponse"
},
"GetIdentityVerificationAttributes" : {
"authType" : "IAM",
"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.
The verification status of an email address is \"Pending\" until the email address owner clicks the link within the verification email that Amazon SES sent to that address. If the email address owner clicks the link within 24 hours, the verification status of the email address changes to \"Success\". If the link is not clicked within 24 hours, the verification status changes to \"Failed.\" In that case, if you still want to verify the email address, you must restart the verification process from the beginning.
For domain identities, the domain's verification status is \"Pending\" as Amazon SES searches for the required TXT record in the DNS settings of the domain. When Amazon SES detects the record, the domain's verification status changes to \"Success\". If Amazon SES is unable to detect the record within 72 hours, the domain's verification status changes to \"Failed.\" In that case, if you still want to verify the domain, you must restart the verification process from the beginning.
This operation is throttled at one request per second and can only get verification attributes for up to 100 identities at a time.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ ],
"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"
},
"methodName" : "getIdentityVerificationAttributes",
"operationName" : "GetIdentityVerificationAttributes",
"paginated" : false,
"returnType" : {
"returnType" : "GetIdentityVerificationAttributesResponse",
"documentation" : "The Amazon SES verification status of a list of identities. For domain identities, this response also contains the verification token.
"
},
"syncReturnType" : "GetIdentityVerificationAttributesResponse"
},
"GetSendQuota" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Provides the sending limits for the Amazon SES account.
You can execute this operation no more than once per second.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "GetSendQuotaRequest",
"variableName" : "getSendQuotaRequest",
"variableType" : "GetSendQuotaRequest",
"documentation" : null,
"simpleType" : "GetSendQuotaRequest",
"variableSetterType" : "GetSendQuotaRequest"
},
"methodName" : "getSendQuota",
"operationName" : "GetSendQuota",
"paginated" : false,
"returnType" : {
"returnType" : "GetSendQuotaResponse",
"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" : "GetSendQuotaResponse"
},
"GetSendStatistics" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Provides sending statistics for the current AWS Region. 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 period of time.
You can execute this operation no more than once per second.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "GetSendStatisticsRequest",
"variableName" : "getSendStatisticsRequest",
"variableType" : "GetSendStatisticsRequest",
"documentation" : null,
"simpleType" : "GetSendStatisticsRequest",
"variableSetterType" : "GetSendStatisticsRequest"
},
"methodName" : "getSendStatistics",
"operationName" : "GetSendStatistics",
"paginated" : false,
"returnType" : {
"returnType" : "GetSendStatisticsResponse",
"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" : "GetSendStatisticsResponse"
},
"GetTemplate" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Displays the template object (which includes the Subject line, HTML part and text part) for the template you specify.
You can execute this operation no more than once per second.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "TemplateDoesNotExistException",
"documentation" : "Indicates that the Template object you specified does not exist in your Amazon SES account.
",
"httpStatusCode" : 400
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "GetTemplateRequest",
"variableName" : "getTemplateRequest",
"variableType" : "GetTemplateRequest",
"documentation" : "",
"simpleType" : "GetTemplateRequest",
"variableSetterType" : "GetTemplateRequest"
},
"methodName" : "getTemplate",
"operationName" : "GetTemplate",
"paginated" : false,
"returnType" : {
"returnType" : "GetTemplateResponse",
"documentation" : null
},
"syncReturnType" : "GetTemplateResponse"
},
"ListConfigurationSets" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Provides a list of the configuration sets associated with your Amazon SES account in the current AWS Region. For information about using configuration sets, see Monitoring Your Amazon SES Sending Activity in the Amazon SES Developer Guide.
You can execute this operation no more than once per second. This operation will return up to 1,000 configuration sets each time it is run. If your Amazon SES account has more than 1,000 configuration sets, this operation will also return a NextToken element. You can then execute the ListConfigurationSets
operation again, passing the NextToken
parameter and the value of the NextToken element to retrieve additional results.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ ],
"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"
},
"methodName" : "listConfigurationSets",
"operationName" : "ListConfigurationSets",
"paginated" : false,
"returnType" : {
"returnType" : "ListConfigurationSetsResponse",
"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" : "ListConfigurationSetsResponse"
},
"ListCustomVerificationEmailTemplates" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Lists the existing custom verification email templates for your account in the current AWS Region.
For more information about custom verification email templates, see Using Custom Verification Email Templates in the Amazon SES Developer Guide.
You can execute this operation no more than once per second.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "ListCustomVerificationEmailTemplatesRequest",
"variableName" : "listCustomVerificationEmailTemplatesRequest",
"variableType" : "ListCustomVerificationEmailTemplatesRequest",
"documentation" : "Represents a request to list the existing custom verification email templates for your account.
For more information about custom verification email templates, see Using Custom Verification Email Templates in the Amazon SES Developer Guide.
",
"simpleType" : "ListCustomVerificationEmailTemplatesRequest",
"variableSetterType" : "ListCustomVerificationEmailTemplatesRequest"
},
"methodName" : "listCustomVerificationEmailTemplates",
"operationName" : "ListCustomVerificationEmailTemplates",
"paginated" : true,
"returnType" : {
"returnType" : "ListCustomVerificationEmailTemplatesResponse",
"documentation" : "A paginated list of custom verification email templates.
"
},
"syncReturnType" : "ListCustomVerificationEmailTemplatesResponse"
},
"ListIdentities" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Returns a list containing all of the identities (email addresses and domains) for your AWS account in the current AWS Region, regardless of verification status.
You can execute this operation no more than once per second.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ ],
"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"
},
"methodName" : "listIdentities",
"operationName" : "ListIdentities",
"paginated" : true,
"returnType" : {
"returnType" : "ListIdentitiesResponse",
"documentation" : "A list of all identities that you have attempted to verify under your AWS account, regardless of verification status.
"
},
"syncReturnType" : "ListIdentitiesResponse"
},
"ListIdentityPolicies" : {
"authType" : "IAM",
"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.
You can execute this operation no more than once per second.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ ],
"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"
},
"methodName" : "listIdentityPolicies",
"operationName" : "ListIdentityPolicies",
"paginated" : false,
"returnType" : {
"returnType" : "ListIdentityPoliciesResponse",
"documentation" : "A list of names of sending authorization policies that apply to an identity.
"
},
"syncReturnType" : "ListIdentityPoliciesResponse"
},
"ListReceiptFilters" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Lists the IP address filters associated with your AWS account in the current AWS Region.
For information about managing IP address filters, see the Amazon SES Developer Guide.
You can execute this operation no more than once per second.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ ],
"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"
},
"methodName" : "listReceiptFilters",
"operationName" : "ListReceiptFilters",
"paginated" : false,
"returnType" : {
"returnType" : "ListReceiptFiltersResponse",
"documentation" : "A list of IP address filters that exist under your AWS account.
"
},
"syncReturnType" : "ListReceiptFiltersResponse"
},
"ListReceiptRuleSets" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Lists the receipt rule sets that exist under your AWS account in the current AWS Region. 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.
You can execute this operation no more than once per second.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ ],
"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"
},
"methodName" : "listReceiptRuleSets",
"operationName" : "ListReceiptRuleSets",
"paginated" : false,
"returnType" : {
"returnType" : "ListReceiptRuleSetsResponse",
"documentation" : "A list of receipt rule sets that exist under your AWS account.
"
},
"syncReturnType" : "ListReceiptRuleSetsResponse"
},
"ListTemplates" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Lists the email templates present in your Amazon SES account in the current AWS Region.
You can execute this operation no more than once per second.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "ListTemplatesRequest",
"variableName" : "listTemplatesRequest",
"variableType" : "ListTemplatesRequest",
"documentation" : "",
"simpleType" : "ListTemplatesRequest",
"variableSetterType" : "ListTemplatesRequest"
},
"methodName" : "listTemplates",
"operationName" : "ListTemplates",
"paginated" : false,
"returnType" : {
"returnType" : "ListTemplatesResponse",
"documentation" : null
},
"syncReturnType" : "ListTemplatesResponse"
},
"ListVerifiedEmailAddresses" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Deprecated. Use the ListIdentities
operation to list the email addresses and domains associated with your account.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "ListVerifiedEmailAddressesRequest",
"variableName" : "listVerifiedEmailAddressesRequest",
"variableType" : "ListVerifiedEmailAddressesRequest",
"documentation" : null,
"simpleType" : "ListVerifiedEmailAddressesRequest",
"variableSetterType" : "ListVerifiedEmailAddressesRequest"
},
"methodName" : "listVerifiedEmailAddresses",
"operationName" : "ListVerifiedEmailAddresses",
"paginated" : false,
"returnType" : {
"returnType" : "ListVerifiedEmailAddressesResponse",
"documentation" : "A list of email addresses that you have verified with Amazon SES under your AWS account.
"
},
"syncReturnType" : "ListVerifiedEmailAddressesResponse"
},
"PutConfigurationSetDeliveryOptions" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Adds or updates the delivery options for a configuration set.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "ConfigurationSetDoesNotExistException",
"documentation" : "Indicates that the configuration set does not exist.
",
"httpStatusCode" : 400
}, {
"exceptionName" : "InvalidDeliveryOptionsException",
"documentation" : "Indicates that provided delivery option is invalid.
",
"httpStatusCode" : 400
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "PutConfigurationSetDeliveryOptionsRequest",
"variableName" : "putConfigurationSetDeliveryOptionsRequest",
"variableType" : "PutConfigurationSetDeliveryOptionsRequest",
"documentation" : "A request to modify the delivery options for a configuration set.
",
"simpleType" : "PutConfigurationSetDeliveryOptionsRequest",
"variableSetterType" : "PutConfigurationSetDeliveryOptionsRequest"
},
"methodName" : "putConfigurationSetDeliveryOptions",
"operationName" : "PutConfigurationSetDeliveryOptions",
"paginated" : false,
"returnType" : {
"returnType" : "PutConfigurationSetDeliveryOptionsResponse",
"documentation" : "An HTTP 200 response if the request succeeds, or an error message if the request fails.
"
},
"syncReturnType" : "PutConfigurationSetDeliveryOptionsResponse"
},
"PutIdentityPolicy" : {
"authType" : "IAM",
"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.
You can execute this operation no more than once per second.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"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"
},
"methodName" : "putIdentityPolicy",
"operationName" : "PutIdentityPolicy",
"paginated" : false,
"returnType" : {
"returnType" : "PutIdentityPolicyResponse",
"documentation" : "An empty element returned on a successful request.
"
},
"syncReturnType" : "PutIdentityPolicyResponse"
},
"ReorderReceiptRuleSet" : {
"authType" : "IAM",
"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.
You can execute this operation no more than once per second.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"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"
},
"methodName" : "reorderReceiptRuleSet",
"operationName" : "ReorderReceiptRuleSet",
"paginated" : false,
"returnType" : {
"returnType" : "ReorderReceiptRuleSetResponse",
"documentation" : "An empty element returned on a successful request.
"
},
"syncReturnType" : "ReorderReceiptRuleSetResponse"
},
"SendBounce" : {
"authType" : "IAM",
"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.
You can execute this operation no more than once per second.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "MessageRejectedException",
"documentation" : "Indicates that the action failed, and the message could not be sent. Check the error stack for more information about what caused the error.
",
"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"
},
"methodName" : "sendBounce",
"operationName" : "SendBounce",
"paginated" : false,
"returnType" : {
"returnType" : "SendBounceResponse",
"documentation" : "Represents a unique message ID.
"
},
"syncReturnType" : "SendBounceResponse"
},
"SendBulkTemplatedEmail" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Composes an email message to multiple destinations. The message body is created using an email template.
In order to send email using the SendBulkTemplatedEmail
operation, your call to the API must meet the following requirements:
-
The call must refer to an existing email template. You can create email templates using the CreateTemplate operation.
-
The message must be sent from a verified email address or domain.
-
If your account is still in the Amazon SES sandbox, you may only send to verified addresses or domains, or to email addresses associated with the Amazon SES Mailbox Simulator. For more information, see Verifying Email Addresses and Domains in the Amazon SES Developer Guide.
-
The maximum message size is 10 MB.
-
Each Destination
parameter must include at least one recipient email address. The recipient address can be a To: address, a CC: address, or a BCC: address. If a recipient email address is invalid (that is, it is not in the format UserName@[SubDomain.]Domain.TopLevelDomain), the entire message will be rejected, even if the message contains other recipients that are valid.
-
The message may not include more than 50 recipients, across the To:, CC: and BCC: fields. 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 the SendBulkTemplatedEmail
operation several times to send the message to each group.
-
The number of destinations you can contact in a single call to the API may be limited by your account's maximum sending rate.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "MessageRejectedException",
"documentation" : "Indicates that the action failed, and the message could not be sent. Check the error stack for more information about what caused the error.
",
"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
}, {
"exceptionName" : "TemplateDoesNotExistException",
"documentation" : "Indicates that the Template object you specified does not exist in your Amazon SES account.
",
"httpStatusCode" : 400
}, {
"exceptionName" : "ConfigurationSetSendingPausedException",
"documentation" : "Indicates that email sending is disabled for the configuration set.
You can enable or disable email sending for a configuration set using UpdateConfigurationSetSendingEnabled.
",
"httpStatusCode" : 400
}, {
"exceptionName" : "AccountSendingPausedException",
"documentation" : "Indicates that email sending is disabled for your entire Amazon SES account.
You can enable or disable email sending for your Amazon SES account using UpdateAccountSendingEnabled.
",
"httpStatusCode" : 400
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "SendBulkTemplatedEmailRequest",
"variableName" : "sendBulkTemplatedEmailRequest",
"variableType" : "SendBulkTemplatedEmailRequest",
"documentation" : "Represents a request to send a templated email to multiple destinations using Amazon SES. For more information, see the Amazon SES Developer Guide.
",
"simpleType" : "SendBulkTemplatedEmailRequest",
"variableSetterType" : "SendBulkTemplatedEmailRequest"
},
"methodName" : "sendBulkTemplatedEmail",
"operationName" : "SendBulkTemplatedEmail",
"paginated" : false,
"returnType" : {
"returnType" : "SendBulkTemplatedEmailResponse",
"documentation" : null
},
"syncReturnType" : "SendBulkTemplatedEmailResponse"
},
"SendCustomVerificationEmail" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Adds an email address to the list of identities for your Amazon SES account in the current AWS Region and attempts to verify it. As a result of executing this operation, a customized verification email is sent to the specified address.
To use this operation, you must first create a custom verification email template. For more information about creating and using custom verification email templates, see Using Custom Verification Email Templates in the Amazon SES Developer Guide.
You can execute this operation no more than once per second.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "MessageRejectedException",
"documentation" : "Indicates that the action failed, and the message could not be sent. Check the error stack for more information about what caused the error.
",
"httpStatusCode" : 400
}, {
"exceptionName" : "ConfigurationSetDoesNotExistException",
"documentation" : "Indicates that the configuration set does not exist.
",
"httpStatusCode" : 400
}, {
"exceptionName" : "CustomVerificationEmailTemplateDoesNotExistException",
"documentation" : "Indicates that a custom verification email template with the name you specified does not exist.
",
"httpStatusCode" : 400
}, {
"exceptionName" : "FromEmailAddressNotVerifiedException",
"documentation" : "Indicates that the sender address specified for a custom verification email is not verified, and is therefore not eligible to send the custom verification email.
",
"httpStatusCode" : 400
}, {
"exceptionName" : "ProductionAccessNotGrantedException",
"documentation" : "Indicates that the account has not been granted production access.
",
"httpStatusCode" : 400
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "SendCustomVerificationEmailRequest",
"variableName" : "sendCustomVerificationEmailRequest",
"variableType" : "SendCustomVerificationEmailRequest",
"documentation" : "Represents a request to send a custom verification email to a specified recipient.
",
"simpleType" : "SendCustomVerificationEmailRequest",
"variableSetterType" : "SendCustomVerificationEmailRequest"
},
"methodName" : "sendCustomVerificationEmail",
"operationName" : "SendCustomVerificationEmail",
"paginated" : false,
"returnType" : {
"returnType" : "SendCustomVerificationEmailResponse",
"documentation" : "The response received when attempting to send the custom verification email.
"
},
"syncReturnType" : "SendCustomVerificationEmailResponse"
},
"SendEmail" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Composes an email message and immediately queues it for sending. In order to send email using the SendEmail
operation, your message must meet the following requirements:
-
The message must be sent from a verified email address or domain. If you attempt to send email using a non-verified address or domain, the operation will result in an \"Email address not verified\" error.
-
If your account is still in the Amazon SES sandbox, you may only send to verified addresses or domains, or to email addresses associated with the Amazon SES Mailbox Simulator. For more information, see Verifying Email Addresses and Domains in the Amazon SES Developer Guide.
-
The maximum message size is 10 MB.
-
The message must include at least one recipient email address. The recipient address can be a To: address, a CC: address, or a BCC: address. If a recipient email address is invalid (that is, it is not in the format UserName@[SubDomain.]Domain.TopLevelDomain), the entire message will be rejected, even if the message contains other recipients that are valid.
-
The message may not include more than 50 recipients, across the To:, CC: and BCC: fields. 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 the SendEmail
operation several times to send the message to each group.
For every message that you send, the total number of recipients (including each recipient in the To:, CC: and BCC: fields) is counted against the maximum number of emails you can send in a 24-hour period (your sending quota). For more information about sending quotas in Amazon SES, see Managing Your Amazon SES Sending Limits in the Amazon SES Developer Guide.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "MessageRejectedException",
"documentation" : "Indicates that the action failed, and the message could not be sent. Check the error stack for more information about what caused the error.
",
"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
}, {
"exceptionName" : "ConfigurationSetSendingPausedException",
"documentation" : "Indicates that email sending is disabled for the configuration set.
You can enable or disable email sending for a configuration set using UpdateConfigurationSetSendingEnabled.
",
"httpStatusCode" : 400
}, {
"exceptionName" : "AccountSendingPausedException",
"documentation" : "Indicates that email sending is disabled for your entire Amazon SES account.
You can enable or disable email sending for your Amazon SES account using UpdateAccountSendingEnabled.
",
"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"
},
"methodName" : "sendEmail",
"operationName" : "SendEmail",
"paginated" : false,
"returnType" : {
"returnType" : "SendEmailResponse",
"documentation" : "Represents a unique message ID.
"
},
"syncReturnType" : "SendEmailResponse"
},
"SendRawEmail" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Composes an email message and immediately queues it for sending.
This operation is more flexible than the SendEmail
API operation. When you use the SendRawEmail
operation, you can specify the headers of the message as well as its content. This flexibility is useful, for example, when you want to send a multipart MIME email (such a message that contains both a text and an HTML version). You can also use this operation to send messages that include attachments.
The SendRawEmail
operation has the following requirements:
-
You can only send email from verified email addresses or domains. If you try to send email from an address that isn't verified, the operation results in an \"Email address not verified\" error.
-
If your account is still in the Amazon SES sandbox, you can only send email to other verified addresses in your account, or to addresses that are associated with the Amazon SES mailbox simulator.
-
The maximum message size, including attachments, is 10 MB.
-
Each message has to include at least one recipient address. A recipient address includes any address on the To:, CC:, or BCC: lines.
-
If you send a single message to more than one recipient address, and one of the recipient addresses isn't in a valid format (that is, it's not in the format UserName@[SubDomain.]Domain.TopLevelDomain), Amazon SES rejects the entire message, even if the other addresses are valid.
-
Each message can include up to 50 recipient addresses across the To:, CC:, or BCC: lines. If you need to send a single message to more than 50 recipients, you have to split the list of recipient addresses into groups of less than 50 recipients, and send separate messages to each group.
-
Amazon SES allows you to specify 8-bit Content-Transfer-Encoding for MIME message parts. However, if Amazon SES has to modify the contents of your message (for example, if you use open and click tracking), 8-bit content isn't preserved. For this reason, we highly recommend that you encode all content that isn't 7-bit ASCII. For more information, see MIME Encoding in the Amazon SES Developer Guide.
Additionally, keep the following considerations in mind when using the SendRawEmail
operation:
-
Although you can customize the message headers when using the SendRawEmail
operation, Amazon SES will automatically apply its own Message-ID
and Date
headers; if you passed these headers when creating the message, they will be overwritten by the values that Amazon SES provides.
-
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
Don't include these X-headers in the DKIM signature. Amazon SES removes these before it sends the email.
If you only specify the SourceIdentityArn
parameter, Amazon SES sets the From and Return-Path addresses to the same identity that you specified.
For more information about sending authorization, see the Using Sending Authorization with Amazon SES in the Amazon SES Developer Guide.
-
For every message that you send, the total number of recipients (including each recipient in the To:, CC: and BCC: fields) is counted against the maximum number of emails you can send in a 24-hour period (your sending quota). For more information about sending quotas in Amazon SES, see Managing Your Amazon SES Sending Limits in the Amazon SES Developer Guide.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "MessageRejectedException",
"documentation" : "Indicates that the action failed, and the message could not be sent. Check the error stack for more information about what caused the error.
",
"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
}, {
"exceptionName" : "ConfigurationSetSendingPausedException",
"documentation" : "Indicates that email sending is disabled for the configuration set.
You can enable or disable email sending for a configuration set using UpdateConfigurationSetSendingEnabled.
",
"httpStatusCode" : 400
}, {
"exceptionName" : "AccountSendingPausedException",
"documentation" : "Indicates that email sending is disabled for your entire Amazon SES account.
You can enable or disable email sending for your Amazon SES account using UpdateAccountSendingEnabled.
",
"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"
},
"methodName" : "sendRawEmail",
"operationName" : "SendRawEmail",
"paginated" : false,
"returnType" : {
"returnType" : "SendRawEmailResponse",
"documentation" : "Represents a unique message ID.
"
},
"syncReturnType" : "SendRawEmailResponse"
},
"SendTemplatedEmail" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Composes an email message using an email template and immediately queues it for sending.
In order to send email using the SendTemplatedEmail
operation, your call to the API must meet the following requirements:
-
The call must refer to an existing email template. You can create email templates using the CreateTemplate operation.
-
The message must be sent from a verified email address or domain.
-
If your account is still in the Amazon SES sandbox, you may only send to verified addresses or domains, or to email addresses associated with the Amazon SES Mailbox Simulator. For more information, see Verifying Email Addresses and Domains in the Amazon SES Developer Guide.
-
The maximum message size is 10 MB.
-
Calls to the SendTemplatedEmail
operation may only include one Destination
parameter. A destination is a set of recipients who will receive the same version of the email. The Destination
parameter can include up to 50 recipients, across the To:, CC: and BCC: fields.
-
The Destination
parameter must include at least one recipient email address. The recipient address can be a To: address, a CC: address, or a BCC: address. If a recipient email address is invalid (that is, it is not in the format UserName@[SubDomain.]Domain.TopLevelDomain), the entire message will be rejected, even if the message contains other recipients that are valid.
If your call to the SendTemplatedEmail
operation includes all of the required parameters, Amazon SES accepts it and returns a Message ID. However, if Amazon SES can't render the email because the template contains errors, it doesn't send the email. Additionally, because it already accepted the message, Amazon SES doesn't return a message stating that it was unable to send the email.
For these reasons, we highly recommend that you set up Amazon SES to send you notifications when Rendering Failure events occur. For more information, see Sending Personalized Email Using the Amazon SES API in the Amazon Simple Email Service Developer Guide.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "MessageRejectedException",
"documentation" : "Indicates that the action failed, and the message could not be sent. Check the error stack for more information about what caused the error.
",
"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
}, {
"exceptionName" : "TemplateDoesNotExistException",
"documentation" : "Indicates that the Template object you specified does not exist in your Amazon SES account.
",
"httpStatusCode" : 400
}, {
"exceptionName" : "ConfigurationSetSendingPausedException",
"documentation" : "Indicates that email sending is disabled for the configuration set.
You can enable or disable email sending for a configuration set using UpdateConfigurationSetSendingEnabled.
",
"httpStatusCode" : 400
}, {
"exceptionName" : "AccountSendingPausedException",
"documentation" : "Indicates that email sending is disabled for your entire Amazon SES account.
You can enable or disable email sending for your Amazon SES account using UpdateAccountSendingEnabled.
",
"httpStatusCode" : 400
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "SendTemplatedEmailRequest",
"variableName" : "sendTemplatedEmailRequest",
"variableType" : "SendTemplatedEmailRequest",
"documentation" : "Represents a request to send a templated email using Amazon SES. For more information, see the Amazon SES Developer Guide.
",
"simpleType" : "SendTemplatedEmailRequest",
"variableSetterType" : "SendTemplatedEmailRequest"
},
"methodName" : "sendTemplatedEmail",
"operationName" : "SendTemplatedEmail",
"paginated" : false,
"returnType" : {
"returnType" : "SendTemplatedEmailResponse",
"documentation" : null
},
"syncReturnType" : "SendTemplatedEmailResponse"
},
"SetActiveReceiptRuleSet" : {
"authType" : "IAM",
"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.
You can execute this operation no more than once per second.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"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"
},
"methodName" : "setActiveReceiptRuleSet",
"operationName" : "SetActiveReceiptRuleSet",
"paginated" : false,
"returnType" : {
"returnType" : "SetActiveReceiptRuleSetResponse",
"documentation" : "An empty element returned on a successful request.
"
},
"syncReturnType" : "SetActiveReceiptRuleSetResponse"
},
"SetIdentityDkimEnabled" : {
"authType" : "IAM",
"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, then Amazon SES uses DKIM to sign all email that it sends from addresses on that domain. If Easy DKIM signing is enabled for an email address, then Amazon SES uses DKIM to sign all email it sends from that address.
For email addresses (for example, [email protected]
), you can only enable DKIM signing if the corresponding domain (in this case, example.com
) has been set up to use Easy DKIM.
You can enable DKIM signing for an identity at any time after you start the verification process for the identity, even if the verification process isn't complete.
You can execute this operation no more than once per second.
For more information about Easy DKIM signing, go to the Amazon SES Developer Guide.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ ],
"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"
},
"methodName" : "setIdentityDkimEnabled",
"operationName" : "SetIdentityDkimEnabled",
"paginated" : false,
"returnType" : {
"returnType" : "SetIdentityDkimEnabledResponse",
"documentation" : "An empty element returned on a successful request.
"
},
"syncReturnType" : "SetIdentityDkimEnabledResponse"
},
"SetIdentityFeedbackForwardingEnabled" : {
"authType" : "IAM",
"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.
You can execute this operation no more than once per second.
For more information about using notifications with Amazon SES, see the Amazon SES Developer Guide.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ ],
"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"
},
"methodName" : "setIdentityFeedbackForwardingEnabled",
"operationName" : "SetIdentityFeedbackForwardingEnabled",
"paginated" : false,
"returnType" : {
"returnType" : "SetIdentityFeedbackForwardingEnabledResponse",
"documentation" : "An empty element returned on a successful request.
"
},
"syncReturnType" : "SetIdentityFeedbackForwardingEnabledResponse"
},
"SetIdentityHeadersInNotificationsEnabled" : {
"authType" : "IAM",
"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.
You can execute this operation no more than once per second.
For more information about using notifications with Amazon SES, see the Amazon SES Developer Guide.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ ],
"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"
},
"methodName" : "setIdentityHeadersInNotificationsEnabled",
"operationName" : "SetIdentityHeadersInNotificationsEnabled",
"paginated" : false,
"returnType" : {
"returnType" : "SetIdentityHeadersInNotificationsEnabledResponse",
"documentation" : "An empty element returned on a successful request.
"
},
"syncReturnType" : "SetIdentityHeadersInNotificationsEnabledResponse"
},
"SetIdentityMailFromDomain" : {
"authType" : "IAM",
"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.
You can execute this operation no more than once per second.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ ],
"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"
},
"methodName" : "setIdentityMailFromDomain",
"operationName" : "SetIdentityMailFromDomain",
"paginated" : false,
"returnType" : {
"returnType" : "SetIdentityMailFromDomainResponse",
"documentation" : "An empty element returned on a successful request.
"
},
"syncReturnType" : "SetIdentityMailFromDomainResponse"
},
"SetIdentityNotificationTopic" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Sets an Amazon Simple Notification Service (Amazon SNS) topic to use when delivering notifications. When you use this operation, you specify a verified identity, such as an email address or domain. When you send an email that uses the chosen identity in the Source field, Amazon SES sends notifications to the topic you specified. You can send bounce, complaint, or delivery notifications (or any combination of the three) to the Amazon SNS topic that you specify.
You can execute this operation no more than once per second.
For more information about feedback notification, see the Amazon SES Developer Guide.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ ],
"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"
},
"methodName" : "setIdentityNotificationTopic",
"operationName" : "SetIdentityNotificationTopic",
"paginated" : false,
"returnType" : {
"returnType" : "SetIdentityNotificationTopicResponse",
"documentation" : "An empty element returned on a successful request.
"
},
"syncReturnType" : "SetIdentityNotificationTopicResponse"
},
"SetReceiptRulePosition" : {
"authType" : "IAM",
"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.
You can execute this operation no more than once per second.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"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"
},
"methodName" : "setReceiptRulePosition",
"operationName" : "SetReceiptRulePosition",
"paginated" : false,
"returnType" : {
"returnType" : "SetReceiptRulePositionResponse",
"documentation" : "An empty element returned on a successful request.
"
},
"syncReturnType" : "SetReceiptRulePositionResponse"
},
"TestRenderTemplate" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Creates a preview of the MIME content of an email when provided with a template and a set of replacement data.
You can execute this operation no more than once per second.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "TemplateDoesNotExistException",
"documentation" : "Indicates that the Template object you specified does not exist in your Amazon SES account.
",
"httpStatusCode" : 400
}, {
"exceptionName" : "InvalidRenderingParameterException",
"documentation" : "Indicates that one or more of the replacement values you provided is invalid. This error may occur when the TemplateData object contains invalid JSON.
",
"httpStatusCode" : 400
}, {
"exceptionName" : "MissingRenderingAttributeException",
"documentation" : "Indicates that one or more of the replacement values for the specified template was not specified. Ensure that the TemplateData object contains references to all of the replacement tags in the specified template.
",
"httpStatusCode" : 400
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "TestRenderTemplateRequest",
"variableName" : "testRenderTemplateRequest",
"variableType" : "TestRenderTemplateRequest",
"documentation" : "",
"simpleType" : "TestRenderTemplateRequest",
"variableSetterType" : "TestRenderTemplateRequest"
},
"methodName" : "testRenderTemplate",
"operationName" : "TestRenderTemplate",
"paginated" : false,
"returnType" : {
"returnType" : "TestRenderTemplateResponse",
"documentation" : null
},
"syncReturnType" : "TestRenderTemplateResponse"
},
"UpdateAccountSendingEnabled" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Enables or disables email sending across your entire Amazon SES account in the current AWS Region. You can use this operation in conjunction with Amazon CloudWatch alarms to temporarily pause email sending across your Amazon SES account in a given AWS Region when reputation metrics (such as your bounce or complaint rates) reach certain thresholds.
You can execute this operation no more than once per second.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "UpdateAccountSendingEnabledRequest",
"variableName" : "updateAccountSendingEnabledRequest",
"variableType" : "UpdateAccountSendingEnabledRequest",
"documentation" : "Represents a request to enable or disable the email sending capabilities for your entire Amazon SES account.
",
"simpleType" : "UpdateAccountSendingEnabledRequest",
"variableSetterType" : "UpdateAccountSendingEnabledRequest"
},
"methodName" : "updateAccountSendingEnabled",
"operationName" : "UpdateAccountSendingEnabled",
"paginated" : false,
"returnType" : {
"returnType" : "UpdateAccountSendingEnabledResponse",
"documentation" : null
},
"syncReturnType" : "UpdateAccountSendingEnabledResponse"
},
"UpdateConfigurationSetEventDestination" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Updates the event destination of a configuration set. Event destinations are associated with configuration sets, which enable you to publish email sending events to Amazon CloudWatch, Amazon Kinesis Firehose, or Amazon Simple Notification Service (Amazon SNS). For information about using configuration sets, see Monitoring Your Amazon SES Sending Activity in the Amazon SES Developer Guide.
When you create or update an event destination, you must provide one, and only one, destination. The destination can be Amazon CloudWatch, Amazon Kinesis Firehose, or Amazon Simple Notification Service (Amazon SNS).
You can execute this operation no more than once per second.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"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
}, {
"exceptionName" : "InvalidSnsDestinationException",
"documentation" : "Indicates that the Amazon Simple Notification Service (Amazon SNS) 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"
},
"methodName" : "updateConfigurationSetEventDestination",
"operationName" : "UpdateConfigurationSetEventDestination",
"paginated" : false,
"returnType" : {
"returnType" : "UpdateConfigurationSetEventDestinationResponse",
"documentation" : "An empty element returned on a successful request.
"
},
"syncReturnType" : "UpdateConfigurationSetEventDestinationResponse"
},
"UpdateConfigurationSetReputationMetricsEnabled" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Enables or disables the publishing of reputation metrics for emails sent using a specific configuration set in a given AWS Region. Reputation metrics include bounce and complaint rates. These metrics are published to Amazon CloudWatch. By using CloudWatch, you can create alarms when bounce or complaint rates exceed certain thresholds.
You can execute this operation no more than once per second.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "ConfigurationSetDoesNotExistException",
"documentation" : "Indicates that the configuration set does not exist.
",
"httpStatusCode" : 400
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "UpdateConfigurationSetReputationMetricsEnabledRequest",
"variableName" : "updateConfigurationSetReputationMetricsEnabledRequest",
"variableType" : "UpdateConfigurationSetReputationMetricsEnabledRequest",
"documentation" : "Represents a request to modify the reputation metric publishing settings for a configuration set.
",
"simpleType" : "UpdateConfigurationSetReputationMetricsEnabledRequest",
"variableSetterType" : "UpdateConfigurationSetReputationMetricsEnabledRequest"
},
"methodName" : "updateConfigurationSetReputationMetricsEnabled",
"operationName" : "UpdateConfigurationSetReputationMetricsEnabled",
"paginated" : false,
"returnType" : {
"returnType" : "UpdateConfigurationSetReputationMetricsEnabledResponse",
"documentation" : null
},
"syncReturnType" : "UpdateConfigurationSetReputationMetricsEnabledResponse"
},
"UpdateConfigurationSetSendingEnabled" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Enables or disables email sending for messages sent using a specific configuration set in a given AWS Region. You can use this operation in conjunction with Amazon CloudWatch alarms to temporarily pause email sending for a configuration set when the reputation metrics for that configuration set (such as your bounce on complaint rate) exceed certain thresholds.
You can execute this operation no more than once per second.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "ConfigurationSetDoesNotExistException",
"documentation" : "Indicates that the configuration set does not exist.
",
"httpStatusCode" : 400
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "UpdateConfigurationSetSendingEnabledRequest",
"variableName" : "updateConfigurationSetSendingEnabledRequest",
"variableType" : "UpdateConfigurationSetSendingEnabledRequest",
"documentation" : "Represents a request to enable or disable the email sending capabilities for a specific configuration set.
",
"simpleType" : "UpdateConfigurationSetSendingEnabledRequest",
"variableSetterType" : "UpdateConfigurationSetSendingEnabledRequest"
},
"methodName" : "updateConfigurationSetSendingEnabled",
"operationName" : "UpdateConfigurationSetSendingEnabled",
"paginated" : false,
"returnType" : {
"returnType" : "UpdateConfigurationSetSendingEnabledResponse",
"documentation" : null
},
"syncReturnType" : "UpdateConfigurationSetSendingEnabledResponse"
},
"UpdateConfigurationSetTrackingOptions" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Modifies an association between a configuration set and a custom domain for open and click event tracking.
By default, images and links used for tracking open and click events are hosted on domains operated by Amazon SES. You can configure a subdomain of your own to handle these events. For information about using custom domains, see the Amazon SES Developer Guide.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "ConfigurationSetDoesNotExistException",
"documentation" : "Indicates that the configuration set does not exist.
",
"httpStatusCode" : 400
}, {
"exceptionName" : "TrackingOptionsDoesNotExistException",
"documentation" : "Indicates that the TrackingOptions object you specified does not exist.
",
"httpStatusCode" : 400
}, {
"exceptionName" : "InvalidTrackingOptionsException",
"documentation" : "Indicates that the custom domain to be used for open and click tracking redirects is invalid. This error appears most often in the following situations:
-
When the tracking domain you specified is not verified in Amazon SES.
-
When the tracking domain you specified is not a valid domain or subdomain.
",
"httpStatusCode" : 400
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "UpdateConfigurationSetTrackingOptionsRequest",
"variableName" : "updateConfigurationSetTrackingOptionsRequest",
"variableType" : "UpdateConfigurationSetTrackingOptionsRequest",
"documentation" : "Represents a request to update the tracking options for a configuration set.
",
"simpleType" : "UpdateConfigurationSetTrackingOptionsRequest",
"variableSetterType" : "UpdateConfigurationSetTrackingOptionsRequest"
},
"methodName" : "updateConfigurationSetTrackingOptions",
"operationName" : "UpdateConfigurationSetTrackingOptions",
"paginated" : false,
"returnType" : {
"returnType" : "UpdateConfigurationSetTrackingOptionsResponse",
"documentation" : "An empty element returned on a successful request.
"
},
"syncReturnType" : "UpdateConfigurationSetTrackingOptionsResponse"
},
"UpdateCustomVerificationEmailTemplate" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Updates an existing custom verification email template.
For more information about custom verification email templates, see Using Custom Verification Email Templates in the Amazon SES Developer Guide.
You can execute this operation no more than once per second.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "CustomVerificationEmailTemplateDoesNotExistException",
"documentation" : "Indicates that a custom verification email template with the name you specified does not exist.
",
"httpStatusCode" : 400
}, {
"exceptionName" : "FromEmailAddressNotVerifiedException",
"documentation" : "Indicates that the sender address specified for a custom verification email is not verified, and is therefore not eligible to send the custom verification email.
",
"httpStatusCode" : 400
}, {
"exceptionName" : "CustomVerificationEmailInvalidContentException",
"documentation" : "Indicates that custom verification email template provided content is invalid.
",
"httpStatusCode" : 400
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "UpdateCustomVerificationEmailTemplateRequest",
"variableName" : "updateCustomVerificationEmailTemplateRequest",
"variableType" : "UpdateCustomVerificationEmailTemplateRequest",
"documentation" : "Represents a request to update an existing custom verification email template.
",
"simpleType" : "UpdateCustomVerificationEmailTemplateRequest",
"variableSetterType" : "UpdateCustomVerificationEmailTemplateRequest"
},
"methodName" : "updateCustomVerificationEmailTemplate",
"operationName" : "UpdateCustomVerificationEmailTemplate",
"paginated" : false,
"returnType" : {
"returnType" : "UpdateCustomVerificationEmailTemplateResponse",
"documentation" : null
},
"syncReturnType" : "UpdateCustomVerificationEmailTemplateResponse"
},
"UpdateReceiptRule" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Updates a receipt rule.
For information about managing receipt rules, see the Amazon SES Developer Guide.
You can execute this operation no more than once per second.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "InvalidSnsTopicException",
"documentation" : "Indicates that the provided Amazon SNS topic is invalid, or that Amazon SES could not publish to the topic, possibly due to permissions issues. For information about giving permissions, see the Amazon SES Developer Guide.
",
"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"
},
"methodName" : "updateReceiptRule",
"operationName" : "UpdateReceiptRule",
"paginated" : false,
"returnType" : {
"returnType" : "UpdateReceiptRuleResponse",
"documentation" : "An empty element returned on a successful request.
"
},
"syncReturnType" : "UpdateReceiptRuleResponse"
},
"UpdateTemplate" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Updates an email template. Email templates enable you to send personalized email to one or more destinations in a single API operation. For more information, see the Amazon SES Developer Guide.
You can execute this operation no more than once per second.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "TemplateDoesNotExistException",
"documentation" : "Indicates that the Template object you specified does not exist in your Amazon SES account.
",
"httpStatusCode" : 400
}, {
"exceptionName" : "InvalidTemplateException",
"documentation" : "Indicates that the template that you specified could not be rendered. This issue may occur when a template refers to a partial that does not exist.
",
"httpStatusCode" : 400
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "UpdateTemplateRequest",
"variableName" : "updateTemplateRequest",
"variableType" : "UpdateTemplateRequest",
"documentation" : "",
"simpleType" : "UpdateTemplateRequest",
"variableSetterType" : "UpdateTemplateRequest"
},
"methodName" : "updateTemplate",
"operationName" : "UpdateTemplate",
"paginated" : false,
"returnType" : {
"returnType" : "UpdateTemplateResponse",
"documentation" : null
},
"syncReturnType" : "UpdateTemplateResponse"
},
"VerifyDomainDkim" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Returns a set of DKIM tokens for a domain identity.
When you execute the VerifyDomainDkim
operation, the domain that you specify is added to the list of identities that are associated with your account. This is true even if you haven't already associated the domain with your account by using the VerifyDomainIdentity
operation. However, you can't send email from the domain until you either successfully verify it or you successfully set up DKIM for it.
You use the tokens that are generated by this operation to create CNAME records. When Amazon SES detects that you've added these records to the DNS configuration for a domain, you can start sending email from that domain. You can start sending email even if you haven't added the TXT record provided by the VerifyDomainIdentity operation to the DNS configuration for your domain. All email that you send from the domain is authenticated using DKIM.
To create the CNAME records for DKIM authentication, use the following values:
-
Name: token._domainkey.example.com
-
Type: CNAME
-
Value: token.dkim.amazonses.com
In the preceding example, replace token with one of the tokens that are generated when you execute this operation. Replace example.com with your domain. Repeat this process for each token that's generated by this operation.
You can execute this operation no more than once per second.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ ],
"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"
},
"methodName" : "verifyDomainDkim",
"operationName" : "VerifyDomainDkim",
"paginated" : false,
"returnType" : {
"returnType" : "VerifyDomainDkimResponse",
"documentation" : "Returns CNAME records that you must publish to the DNS server of your domain to set up Easy DKIM with Amazon SES.
"
},
"syncReturnType" : "VerifyDomainDkimResponse"
},
"VerifyDomainIdentity" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Adds a domain to the list of identities for your Amazon SES account in the current AWS Region and attempts to verify it. For more information about verifying domains, see Verifying Email Addresses and Domains in the Amazon SES Developer Guide.
You can execute this operation no more than once per second.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ ],
"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"
},
"methodName" : "verifyDomainIdentity",
"operationName" : "VerifyDomainIdentity",
"paginated" : false,
"returnType" : {
"returnType" : "VerifyDomainIdentityResponse",
"documentation" : "Returns a TXT record that you must publish to the DNS server of your domain to complete domain verification with Amazon SES.
"
},
"syncReturnType" : "VerifyDomainIdentityResponse"
},
"VerifyEmailAddress" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Deprecated. Use the VerifyEmailIdentity
operation to verify a new email address.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ ],
"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"
},
"methodName" : "verifyEmailAddress",
"operationName" : "VerifyEmailAddress",
"paginated" : false,
"returnType" : {
"returnType" : "VerifyEmailAddressResponse",
"documentation" : null
},
"syncReturnType" : "VerifyEmailAddressResponse"
},
"VerifyEmailIdentity" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Adds an email address to the list of identities for your Amazon SES account in the current AWS region and attempts to verify it. As a result of executing this operation, a verification email is sent to the specified address.
You can execute this operation no more than once per second.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ ],
"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"
},
"methodName" : "verifyEmailIdentity",
"operationName" : "VerifyEmailIdentity",
"paginated" : false,
"returnType" : {
"returnType" : "VerifyEmailIdentityResponse",
"documentation" : "An empty element returned on a successful request.
"
},
"syncReturnType" : "VerifyEmailIdentityResponse"
}
},
"shapes" : {
"AccountSendingPausedException" : {
"c2jName" : "AccountSendingPausedException",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "Indicates that email sending is disabled for your entire Amazon SES account.
You can enable or disable email sending for your Amazon SES account using UpdateAccountSendingEnabled.
",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : "AccountSendingPausedException",
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : 400,
"marshaller" : null,
"members" : [ ],
"membersAsMap" : { },
"nonStreamingMembers" : [ ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "AccountSendingPausedException",
"simpleMethod" : false,
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "AccountSendingPausedException",
"variableName" : "accountSendingPausedException",
"variableType" : "AccountSendingPausedException",
"documentation" : null,
"simpleType" : "AccountSendingPausedException",
"variableSetterType" : "AccountSendingPausedException"
},
"wrapper" : false,
"xmlNamespace" : null
},
"AddHeaderAction" : {
"c2jName" : "AddHeaderAction",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"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.
",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : null,
"members" : [ {
"beanStyleGetterMethodName" : "getHeaderName",
"beanStyleSetterMethodName" : "setHeaderName",
"c2jName" : "HeaderName",
"c2jShape" : "HeaderName",
"defaultConsumerFluentSetterDocumentation" : "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.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #headerName(String)}.\n@param headerName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #headerName(String)",
"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.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "headerName",
"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" : "headerName",
"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.",
"getterModel" : {
"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,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "HeaderName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "HeaderName",
"sensitive" : false,
"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" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"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"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getHeaderValue",
"beanStyleSetterMethodName" : "setHeaderValue",
"c2jName" : "HeaderValue",
"c2jShape" : "HeaderValue",
"defaultConsumerFluentSetterDocumentation" : "Must be less than 2048 characters, and must not contain newline characters (\"\\r\" or \"\\n\").
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #headerValue(String)}.\n@param headerValue a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #headerValue(String)",
"deprecated" : false,
"documentation" : "Must be less than 2048 characters, and must not contain newline characters (\"\\r\" or \"\\n\").
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "headerValue",
"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" : "headerValue",
"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\").",
"getterModel" : {
"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,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "HeaderValue",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "HeaderValue",
"sensitive" : false,
"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" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"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"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"HeaderName" : {
"beanStyleGetterMethodName" : "getHeaderName",
"beanStyleSetterMethodName" : "setHeaderName",
"c2jName" : "HeaderName",
"c2jShape" : "HeaderName",
"defaultConsumerFluentSetterDocumentation" : "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.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #headerName(String)}.\n@param headerName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #headerName(String)",
"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.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "headerName",
"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" : "headerName",
"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.",
"getterModel" : {
"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,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "HeaderName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "HeaderName",
"sensitive" : false,
"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" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"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"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"HeaderValue" : {
"beanStyleGetterMethodName" : "getHeaderValue",
"beanStyleSetterMethodName" : "setHeaderValue",
"c2jName" : "HeaderValue",
"c2jShape" : "HeaderValue",
"defaultConsumerFluentSetterDocumentation" : "Must be less than 2048 characters, and must not contain newline characters (\"\\r\" or \"\\n\").
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #headerValue(String)}.\n@param headerValue a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #headerValue(String)",
"deprecated" : false,
"documentation" : "Must be less than 2048 characters, and must not contain newline characters (\"\\r\" or \"\\n\").
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "headerValue",
"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" : "headerValue",
"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\").",
"getterModel" : {
"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,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "HeaderValue",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "HeaderValue",
"sensitive" : false,
"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" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"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"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"beanStyleGetterMethodName" : "getHeaderName",
"beanStyleSetterMethodName" : "setHeaderName",
"c2jName" : "HeaderName",
"c2jShape" : "HeaderName",
"defaultConsumerFluentSetterDocumentation" : "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.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #headerName(String)}.\n@param headerName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #headerName(String)",
"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.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "headerName",
"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" : "headerName",
"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.",
"getterModel" : {
"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,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "HeaderName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "HeaderName",
"sensitive" : false,
"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" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"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"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getHeaderValue",
"beanStyleSetterMethodName" : "setHeaderValue",
"c2jName" : "HeaderValue",
"c2jShape" : "HeaderValue",
"defaultConsumerFluentSetterDocumentation" : "Must be less than 2048 characters, and must not contain newline characters (\"\\r\" or \"\\n\").
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #headerValue(String)}.\n@param headerValue a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #headerValue(String)",
"deprecated" : false,
"documentation" : "Must be less than 2048 characters, and must not contain newline characters (\"\\r\" or \"\\n\").
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "headerValue",
"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" : "headerValue",
"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\").",
"getterModel" : {
"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,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "HeaderValue",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "HeaderValue",
"sensitive" : false,
"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" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"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"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : [ "HeaderName", "HeaderValue" ],
"shapeName" : "AddHeaderAction",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "AddHeaderAction",
"variableName" : "addHeaderAction",
"variableType" : "AddHeaderAction",
"documentation" : null,
"simpleType" : "AddHeaderAction",
"variableSetterType" : "AddHeaderAction"
},
"wrapper" : false,
"xmlNamespace" : null
},
"AlreadyExistsException" : {
"c2jName" : "AlreadyExistsException",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "Indicates that a resource could not be created because of a naming conflict.
",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : "AlreadyExists",
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : 400,
"marshaller" : null,
"members" : [ {
"beanStyleGetterMethodName" : "getName",
"beanStyleSetterMethodName" : "setName",
"c2jName" : "Name",
"c2jShape" : "RuleOrRuleSetName",
"defaultConsumerFluentSetterDocumentation" : "Indicates that a resource could not be created because the resource name already exists.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #name(String)}.\n@param name a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #name(String)",
"deprecated" : false,
"documentation" : "Indicates that a resource could not be created because the resource name already exists.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "name",
"fluentSetterDocumentation" : "Indicates that a resource could not be created because the resource name already exists.
\n@param name Indicates that a resource could not be created because the resource name already exists.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "name",
"getterDocumentation" : "Indicates that a resource could not be created because the resource name already exists.
\n@return Indicates that a resource could not be created because the resource name already exists.",
"getterModel" : {
"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,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Name",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Name",
"sensitive" : false,
"setterDocumentation" : "Indicates that a resource could not be created because the resource name already exists.
\n@param name Indicates that a resource could not be created because the resource name already exists.",
"setterMethodName" : "setName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "name",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "name",
"variableType" : "String",
"documentation" : "Indicates that a resource could not be created because the resource name already exists.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"Name" : {
"beanStyleGetterMethodName" : "getName",
"beanStyleSetterMethodName" : "setName",
"c2jName" : "Name",
"c2jShape" : "RuleOrRuleSetName",
"defaultConsumerFluentSetterDocumentation" : "Indicates that a resource could not be created because the resource name already exists.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #name(String)}.\n@param name a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #name(String)",
"deprecated" : false,
"documentation" : "Indicates that a resource could not be created because the resource name already exists.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "name",
"fluentSetterDocumentation" : "Indicates that a resource could not be created because the resource name already exists.
\n@param name Indicates that a resource could not be created because the resource name already exists.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "name",
"getterDocumentation" : "Indicates that a resource could not be created because the resource name already exists.
\n@return Indicates that a resource could not be created because the resource name already exists.",
"getterModel" : {
"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,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Name",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Name",
"sensitive" : false,
"setterDocumentation" : "Indicates that a resource could not be created because the resource name already exists.
\n@param name Indicates that a resource could not be created because the resource name already exists.",
"setterMethodName" : "setName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "name",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "name",
"variableType" : "String",
"documentation" : "Indicates that a resource could not be created because the resource name already exists.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"beanStyleGetterMethodName" : "getName",
"beanStyleSetterMethodName" : "setName",
"c2jName" : "Name",
"c2jShape" : "RuleOrRuleSetName",
"defaultConsumerFluentSetterDocumentation" : "Indicates that a resource could not be created because the resource name already exists.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #name(String)}.\n@param name a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #name(String)",
"deprecated" : false,
"documentation" : "Indicates that a resource could not be created because the resource name already exists.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "name",
"fluentSetterDocumentation" : "Indicates that a resource could not be created because the resource name already exists.
\n@param name Indicates that a resource could not be created because the resource name already exists.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "name",
"getterDocumentation" : "Indicates that a resource could not be created because the resource name already exists.
\n@return Indicates that a resource could not be created because the resource name already exists.",
"getterModel" : {
"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,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Name",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Name",
"sensitive" : false,
"setterDocumentation" : "Indicates that a resource could not be created because the resource name already exists.
\n@param name Indicates that a resource could not be created because the resource name already exists.",
"setterMethodName" : "setName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "name",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "name",
"variableType" : "String",
"documentation" : "Indicates that a resource could not be created because the resource name already exists.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "AlreadyExistsException",
"simpleMethod" : false,
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "AlreadyExistsException",
"variableName" : "alreadyExistsException",
"variableType" : "AlreadyExistsException",
"documentation" : null,
"simpleType" : "AlreadyExistsException",
"variableSetterType" : "AlreadyExistsException"
},
"wrapper" : false,
"xmlNamespace" : null
},
"BehaviorOnMXFailure" : {
"c2jName" : "BehaviorOnMXFailure",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "",
"endpointDiscovery" : null,
"enums" : [ {
"name" : "USE_DEFAULT_VALUE",
"value" : "UseDefaultValue"
}, {
"name" : "REJECT_MESSAGE",
"value" : "RejectMessage"
} ],
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : null,
"members" : [ ],
"membersAsMap" : { },
"nonStreamingMembers" : [ ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "BehaviorOnMXFailure",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "BehaviorOnMXFailure",
"variableName" : "behaviorOnMXFailure",
"variableType" : "BehaviorOnMXFailure",
"documentation" : null,
"simpleType" : "BehaviorOnMXFailure",
"variableSetterType" : "BehaviorOnMXFailure"
},
"wrapper" : false,
"xmlNamespace" : null
},
"Body" : {
"c2jName" : "Body",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"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.
",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : null,
"members" : [ {
"beanStyleGetterMethodName" : "getText",
"beanStyleSetterMethodName" : "setText",
"c2jName" : "Text",
"c2jShape" : "Content",
"defaultConsumerFluentSetterDocumentation" : "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).
\nThis is a convenience that creates an instance of the {@link Content.Builder} avoiding the need to create one manually via {@link Content#builder()}.\n\nWhen the {@link Consumer} completes, {@link Content.Builder#build()} is called immediately and its result is passed to {@link #text(Content)}.\n@param text a consumer that will call methods on {@link Content.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #text(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).
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "text",
"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" : "text",
"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).",
"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,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Text",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "Text",
"sensitive" : false,
"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" : null,
"simpleType" : "Content",
"variableSetterType" : "Content"
},
"simple" : false,
"timestampFormat" : null,
"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"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getHtml",
"beanStyleSetterMethodName" : "setHtml",
"c2jName" : "Html",
"c2jShape" : "Content",
"defaultConsumerFluentSetterDocumentation" : "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.
\nThis is a convenience that creates an instance of the {@link Content.Builder} avoiding the need to create one manually via {@link Content#builder()}.\n\nWhen the {@link Consumer} completes, {@link Content.Builder#build()} is called immediately and its result is passed to {@link #html(Content)}.\n@param html a consumer that will call methods on {@link Content.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #html(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.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "html",
"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" : "html",
"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.",
"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,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Html",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "Html",
"sensitive" : false,
"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" : null,
"simpleType" : "Content",
"variableSetterType" : "Content"
},
"simple" : false,
"timestampFormat" : null,
"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"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"Html" : {
"beanStyleGetterMethodName" : "getHtml",
"beanStyleSetterMethodName" : "setHtml",
"c2jName" : "Html",
"c2jShape" : "Content",
"defaultConsumerFluentSetterDocumentation" : "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.
\nThis is a convenience that creates an instance of the {@link Content.Builder} avoiding the need to create one manually via {@link Content#builder()}.\n\nWhen the {@link Consumer} completes, {@link Content.Builder#build()} is called immediately and its result is passed to {@link #html(Content)}.\n@param html a consumer that will call methods on {@link Content.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #html(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.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "html",
"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" : "html",
"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.",
"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,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Html",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "Html",
"sensitive" : false,
"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" : null,
"simpleType" : "Content",
"variableSetterType" : "Content"
},
"simple" : false,
"timestampFormat" : null,
"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"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"Text" : {
"beanStyleGetterMethodName" : "getText",
"beanStyleSetterMethodName" : "setText",
"c2jName" : "Text",
"c2jShape" : "Content",
"defaultConsumerFluentSetterDocumentation" : "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).
\nThis is a convenience that creates an instance of the {@link Content.Builder} avoiding the need to create one manually via {@link Content#builder()}.\n\nWhen the {@link Consumer} completes, {@link Content.Builder#build()} is called immediately and its result is passed to {@link #text(Content)}.\n@param text a consumer that will call methods on {@link Content.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #text(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).
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "text",
"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" : "text",
"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).",
"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,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Text",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "Text",
"sensitive" : false,
"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" : null,
"simpleType" : "Content",
"variableSetterType" : "Content"
},
"simple" : false,
"timestampFormat" : null,
"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"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"beanStyleGetterMethodName" : "getText",
"beanStyleSetterMethodName" : "setText",
"c2jName" : "Text",
"c2jShape" : "Content",
"defaultConsumerFluentSetterDocumentation" : "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).
\nThis is a convenience that creates an instance of the {@link Content.Builder} avoiding the need to create one manually via {@link Content#builder()}.\n\nWhen the {@link Consumer} completes, {@link Content.Builder#build()} is called immediately and its result is passed to {@link #text(Content)}.\n@param text a consumer that will call methods on {@link Content.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #text(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).
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "text",
"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" : "text",
"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).",
"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,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Text",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "Text",
"sensitive" : false,
"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" : null,
"simpleType" : "Content",
"variableSetterType" : "Content"
},
"simple" : false,
"timestampFormat" : null,
"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"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getHtml",
"beanStyleSetterMethodName" : "setHtml",
"c2jName" : "Html",
"c2jShape" : "Content",
"defaultConsumerFluentSetterDocumentation" : "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.
\nThis is a convenience that creates an instance of the {@link Content.Builder} avoiding the need to create one manually via {@link Content#builder()}.\n\nWhen the {@link Consumer} completes, {@link Content.Builder#build()} is called immediately and its result is passed to {@link #html(Content)}.\n@param html a consumer that will call methods on {@link Content.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #html(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.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "html",
"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" : "html",
"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.",
"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,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Html",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "Html",
"sensitive" : false,
"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" : null,
"simpleType" : "Content",
"variableSetterType" : "Content"
},
"simple" : false,
"timestampFormat" : null,
"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"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "Body",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "Body",
"variableName" : "body",
"variableType" : "Body",
"documentation" : null,
"simpleType" : "Body",
"variableSetterType" : "Body"
},
"wrapper" : false,
"xmlNamespace" : null
},
"BounceAction" : {
"c2jName" : "BounceAction",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"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.
",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : null,
"members" : [ {
"beanStyleGetterMethodName" : "getTopicArn",
"beanStyleSetterMethodName" : "setTopicArn",
"c2jName" : "TopicArn",
"c2jShape" : "AmazonResourceName",
"defaultConsumerFluentSetterDocumentation" : "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.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #topicArn(String)}.\n@param topicArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #topicArn(String)",
"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.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "topicArn",
"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" : "topicArn",
"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.",
"getterModel" : {
"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,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "TopicArn",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "TopicArn",
"sensitive" : false,
"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" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"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"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getSmtpReplyCode",
"beanStyleSetterMethodName" : "setSmtpReplyCode",
"c2jName" : "SmtpReplyCode",
"c2jShape" : "BounceSmtpReplyCode",
"defaultConsumerFluentSetterDocumentation" : "The SMTP reply code, as defined by RFC 5321.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #smtpReplyCode(String)}.\n@param smtpReplyCode a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #smtpReplyCode(String)",
"deprecated" : false,
"documentation" : "The SMTP reply code, as defined by RFC 5321.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "smtpReplyCode",
"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" : "smtpReplyCode",
"getterDocumentation" : "The SMTP reply code, as defined by RFC 5321.
\n@return The SMTP reply code, as defined by RFC 5321.",
"getterModel" : {
"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,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "SmtpReplyCode",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "SmtpReplyCode",
"sensitive" : false,
"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" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "smtpReplyCode",
"variableType" : "String",
"documentation" : "The SMTP reply code, as defined by RFC 5321.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getStatusCode",
"beanStyleSetterMethodName" : "setStatusCode",
"c2jName" : "StatusCode",
"c2jShape" : "BounceStatusCode",
"defaultConsumerFluentSetterDocumentation" : "The SMTP enhanced status code, as defined by RFC 3463.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #statusCode(String)}.\n@param statusCode a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #statusCode(String)",
"deprecated" : false,
"documentation" : "The SMTP enhanced status code, as defined by RFC 3463.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "statusCode",
"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" : "statusCode",
"getterDocumentation" : "The SMTP enhanced status code, as defined by RFC 3463.
\n@return The SMTP enhanced status code, as defined by RFC 3463.",
"getterModel" : {
"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,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "StatusCode",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "StatusCode",
"sensitive" : false,
"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" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "statusCode",
"variableType" : "String",
"documentation" : "The SMTP enhanced status code, as defined by RFC 3463.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getMessage",
"beanStyleSetterMethodName" : "setMessage",
"c2jName" : "Message",
"c2jShape" : "BounceMessage",
"defaultConsumerFluentSetterDocumentation" : "Human-readable text to include in the bounce message.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #message(String)}.\n@param message a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #message(String)",
"deprecated" : false,
"documentation" : "Human-readable text to include in the bounce message.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "message",
"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" : "message",
"getterDocumentation" : "Human-readable text to include in the bounce message.
\n@return Human-readable text to include in the bounce message.",
"getterModel" : {
"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,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Message",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Message",
"sensitive" : false,
"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" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "message",
"variableType" : "String",
"documentation" : "Human-readable text to include in the bounce message.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getSender",
"beanStyleSetterMethodName" : "setSender",
"c2jName" : "Sender",
"c2jShape" : "Address",
"defaultConsumerFluentSetterDocumentation" : "The email address of the sender of the bounced email. This is the address from which the bounce message will be sent.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #sender(String)}.\n@param sender a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #sender(String)",
"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.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "sender",
"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" : "sender",
"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.",
"getterModel" : {
"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,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Sender",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Sender",
"sensitive" : false,
"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" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"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"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"Message" : {
"beanStyleGetterMethodName" : "getMessage",
"beanStyleSetterMethodName" : "setMessage",
"c2jName" : "Message",
"c2jShape" : "BounceMessage",
"defaultConsumerFluentSetterDocumentation" : "Human-readable text to include in the bounce message.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #message(String)}.\n@param message a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #message(String)",
"deprecated" : false,
"documentation" : "Human-readable text to include in the bounce message.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "message",
"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" : "message",
"getterDocumentation" : "Human-readable text to include in the bounce message.
\n@return Human-readable text to include in the bounce message.",
"getterModel" : {
"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,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Message",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Message",
"sensitive" : false,
"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" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "message",
"variableType" : "String",
"documentation" : "Human-readable text to include in the bounce message.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"Sender" : {
"beanStyleGetterMethodName" : "getSender",
"beanStyleSetterMethodName" : "setSender",
"c2jName" : "Sender",
"c2jShape" : "Address",
"defaultConsumerFluentSetterDocumentation" : "The email address of the sender of the bounced email. This is the address from which the bounce message will be sent.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #sender(String)}.\n@param sender a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #sender(String)",
"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.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "sender",
"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" : "sender",
"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.",
"getterModel" : {
"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,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Sender",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Sender",
"sensitive" : false,
"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" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"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"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"SmtpReplyCode" : {
"beanStyleGetterMethodName" : "getSmtpReplyCode",
"beanStyleSetterMethodName" : "setSmtpReplyCode",
"c2jName" : "SmtpReplyCode",
"c2jShape" : "BounceSmtpReplyCode",
"defaultConsumerFluentSetterDocumentation" : "The SMTP reply code, as defined by RFC 5321.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #smtpReplyCode(String)}.\n@param smtpReplyCode a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #smtpReplyCode(String)",
"deprecated" : false,
"documentation" : "The SMTP reply code, as defined by RFC 5321.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "smtpReplyCode",
"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" : "smtpReplyCode",
"getterDocumentation" : "The SMTP reply code, as defined by RFC 5321.
\n@return The SMTP reply code, as defined by RFC 5321.",
"getterModel" : {
"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,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "SmtpReplyCode",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "SmtpReplyCode",
"sensitive" : false,
"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" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "smtpReplyCode",
"variableType" : "String",
"documentation" : "The SMTP reply code, as defined by RFC 5321.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"StatusCode" : {
"beanStyleGetterMethodName" : "getStatusCode",
"beanStyleSetterMethodName" : "setStatusCode",
"c2jName" : "StatusCode",
"c2jShape" : "BounceStatusCode",
"defaultConsumerFluentSetterDocumentation" : "The SMTP enhanced status code, as defined by RFC 3463.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #statusCode(String)}.\n@param statusCode a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #statusCode(String)",
"deprecated" : false,
"documentation" : "The SMTP enhanced status code, as defined by RFC 3463.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "statusCode",
"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" : "statusCode",
"getterDocumentation" : "The SMTP enhanced status code, as defined by RFC 3463.
\n@return The SMTP enhanced status code, as defined by RFC 3463.",
"getterModel" : {
"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,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "StatusCode",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "StatusCode",
"sensitive" : false,
"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" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "statusCode",
"variableType" : "String",
"documentation" : "The SMTP enhanced status code, as defined by RFC 3463.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"TopicArn" : {
"beanStyleGetterMethodName" : "getTopicArn",
"beanStyleSetterMethodName" : "setTopicArn",
"c2jName" : "TopicArn",
"c2jShape" : "AmazonResourceName",
"defaultConsumerFluentSetterDocumentation" : "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.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #topicArn(String)}.\n@param topicArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #topicArn(String)",
"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.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "topicArn",
"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" : "topicArn",
"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.",
"getterModel" : {
"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,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "TopicArn",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "TopicArn",
"sensitive" : false,
"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" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"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"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"beanStyleGetterMethodName" : "getTopicArn",
"beanStyleSetterMethodName" : "setTopicArn",
"c2jName" : "TopicArn",
"c2jShape" : "AmazonResourceName",
"defaultConsumerFluentSetterDocumentation" : "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.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #topicArn(String)}.\n@param topicArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #topicArn(String)",
"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.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "topicArn",
"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" : "topicArn",
"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.",
"getterModel" : {
"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,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "TopicArn",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "TopicArn",
"sensitive" : false,
"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" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"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"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getSmtpReplyCode",
"beanStyleSetterMethodName" : "setSmtpReplyCode",
"c2jName" : "SmtpReplyCode",
"c2jShape" : "BounceSmtpReplyCode",
"defaultConsumerFluentSetterDocumentation" : "The SMTP reply code, as defined by RFC 5321.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #smtpReplyCode(String)}.\n@param smtpReplyCode a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #smtpReplyCode(String)",
"deprecated" : false,
"documentation" : "The SMTP reply code, as defined by RFC 5321.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "smtpReplyCode",
"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" : "smtpReplyCode",
"getterDocumentation" : "The SMTP reply code, as defined by RFC 5321.
\n@return The SMTP reply code, as defined by RFC 5321.",
"getterModel" : {
"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,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "SmtpReplyCode",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "SmtpReplyCode",
"sensitive" : false,
"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" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "smtpReplyCode",
"variableType" : "String",
"documentation" : "The SMTP reply code, as defined by RFC 5321.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getStatusCode",
"beanStyleSetterMethodName" : "setStatusCode",
"c2jName" : "StatusCode",
"c2jShape" : "BounceStatusCode",
"defaultConsumerFluentSetterDocumentation" : "The SMTP enhanced status code, as defined by RFC 3463.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #statusCode(String)}.\n@param statusCode a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #statusCode(String)",
"deprecated" : false,
"documentation" : "The SMTP enhanced status code, as defined by RFC 3463.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "statusCode",
"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" : "statusCode",
"getterDocumentation" : "The SMTP enhanced status code, as defined by RFC 3463.
\n@return The SMTP enhanced status code, as defined by RFC 3463.",
"getterModel" : {
"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,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "StatusCode",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "StatusCode",
"sensitive" : false,
"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" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "statusCode",
"variableType" : "String",
"documentation" : "The SMTP enhanced status code, as defined by RFC 3463.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getMessage",
"beanStyleSetterMethodName" : "setMessage",
"c2jName" : "Message",
"c2jShape" : "BounceMessage",
"defaultConsumerFluentSetterDocumentation" : "Human-readable text to include in the bounce message.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #message(String)}.\n@param message a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #message(String)",
"deprecated" : false,
"documentation" : "Human-readable text to include in the bounce message.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "message",
"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" : "message",
"getterDocumentation" : "Human-readable text to include in the bounce message.
\n@return Human-readable text to include in the bounce message.",
"getterModel" : {
"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,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Message",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Message",
"sensitive" : false,
"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" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "message",
"variableType" : "String",
"documentation" : "Human-readable text to include in the bounce message.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getSender",
"beanStyleSetterMethodName" : "setSender",
"c2jName" : "Sender",
"c2jShape" : "Address",
"defaultConsumerFluentSetterDocumentation" : "The email address of the sender of the bounced email. This is the address from which the bounce message will be sent.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #sender(String)}.\n@param sender a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #sender(String)",
"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.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "sender",
"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" : "sender",
"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.",
"getterModel" : {
"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,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Sender",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Sender",
"sensitive" : false,
"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" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"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"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : [ "SmtpReplyCode", "Message", "Sender" ],
"shapeName" : "BounceAction",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "BounceAction",
"variableName" : "bounceAction",
"variableType" : "BounceAction",
"documentation" : null,
"simpleType" : "BounceAction",
"variableSetterType" : "BounceAction"
},
"wrapper" : false,
"xmlNamespace" : null
},
"BounceType" : {
"c2jName" : "BounceType",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "",
"endpointDiscovery" : null,
"enums" : [ {
"name" : "DOES_NOT_EXIST",
"value" : "DoesNotExist"
}, {
"name" : "MESSAGE_TOO_LARGE",
"value" : "MessageTooLarge"
}, {
"name" : "EXCEEDED_QUOTA",
"value" : "ExceededQuota"
}, {
"name" : "CONTENT_REJECTED",
"value" : "ContentRejected"
}, {
"name" : "UNDEFINED",
"value" : "Undefined"
}, {
"name" : "TEMPORARY_FAILURE",
"value" : "TemporaryFailure"
} ],
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : null,
"members" : [ ],
"membersAsMap" : { },
"nonStreamingMembers" : [ ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "BounceType",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "BounceType",
"variableName" : "bounceType",
"variableType" : "BounceType",
"documentation" : null,
"simpleType" : "BounceType",
"variableSetterType" : "BounceType"
},
"wrapper" : false,
"xmlNamespace" : null
},
"BouncedRecipientInfo" : {
"c2jName" : "BouncedRecipientInfo",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"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.
",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : null,
"members" : [ {
"beanStyleGetterMethodName" : "getRecipient",
"beanStyleSetterMethodName" : "setRecipient",
"c2jName" : "Recipient",
"c2jShape" : "Address",
"defaultConsumerFluentSetterDocumentation" : "The email address of the recipient of the bounced email.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #recipient(String)}.\n@param recipient a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #recipient(String)",
"deprecated" : false,
"documentation" : "The email address of the recipient of the bounced email.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "recipient",
"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" : "recipient",
"getterDocumentation" : "The email address of the recipient of the bounced email.
\n@return The email address of the recipient of the bounced email.",
"getterModel" : {
"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,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Recipient",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Recipient",
"sensitive" : false,
"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" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "recipient",
"variableType" : "String",
"documentation" : "The email address of the recipient of the bounced email.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getRecipientArn",
"beanStyleSetterMethodName" : "setRecipientArn",
"c2jName" : "RecipientArn",
"c2jShape" : "AmazonResourceName",
"defaultConsumerFluentSetterDocumentation" : "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.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #recipientArn(String)}.\n@param recipientArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #recipientArn(String)",
"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.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "recipientArn",
"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" : "recipientArn",
"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.",
"getterModel" : {
"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,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "RecipientArn",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "RecipientArn",
"sensitive" : false,
"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" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"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"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getBounceTypeAsString",
"beanStyleSetterMethodName" : "setBounceType",
"c2jName" : "BounceType",
"c2jShape" : "BounceType",
"defaultConsumerFluentSetterDocumentation" : "The reason for the bounce. You must provide either this parameter or RecipientDsnFields
.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #bounceTypeAsString(String)}.\n@param bounceType a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #bounceType(String)",
"deprecated" : false,
"documentation" : "The reason for the bounce. You must provide either this parameter or RecipientDsnFields
.
",
"endpointDiscoveryId" : false,
"enumType" : "BounceType",
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : "bounceType",
"fluentEnumSetterMethodName" : "bounceType",
"fluentGetterMethodName" : "bounceTypeAsString",
"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@see BounceType\n@return Returns a reference to this object so that method calls can be chained together.\n@see BounceType",
"fluentSetterMethodName" : "bounceType",
"getterDocumentation" : "The reason for the bounce. You must provide either this parameter or RecipientDsnFields
.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #bounceType} will return {@link BounceType#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #bounceTypeAsString}.\n
\n@return The reason for the bounce. You must provide either this parameter or RecipientDsnFields
.\n@see BounceType",
"getterModel" : {
"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,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "BounceType",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "BounceType",
"sensitive" : false,
"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" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"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"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getRecipientDsnFields",
"beanStyleSetterMethodName" : "setRecipientDsnFields",
"c2jName" : "RecipientDsnFields",
"c2jShape" : "RecipientDsnFields",
"defaultConsumerFluentSetterDocumentation" : "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
.
\nThis is a convenience that creates an instance of the {@link RecipientDsnFields.Builder} avoiding the need to create one manually via {@link RecipientDsnFields#builder()}.\n\nWhen the {@link Consumer} completes, {@link RecipientDsnFields.Builder#build()} is called immediately and its result is passed to {@link #recipientDsnFields(RecipientDsnFields)}.\n@param recipientDsnFields a consumer that will call methods on {@link RecipientDsnFields.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #recipientDsnFields(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
.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "recipientDsnFields",
"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" : "recipientDsnFields",
"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
.",
"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,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "RecipientDsnFields",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "RecipientDsnFields",
"sensitive" : false,
"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" : null,
"simpleType" : "RecipientDsnFields",
"variableSetterType" : "RecipientDsnFields"
},
"simple" : false,
"timestampFormat" : null,
"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"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"BounceType" : {
"beanStyleGetterMethodName" : "getBounceTypeAsString",
"beanStyleSetterMethodName" : "setBounceType",
"c2jName" : "BounceType",
"c2jShape" : "BounceType",
"defaultConsumerFluentSetterDocumentation" : "The reason for the bounce. You must provide either this parameter or RecipientDsnFields
.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #bounceTypeAsString(String)}.\n@param bounceType a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #bounceType(String)",
"deprecated" : false,
"documentation" : "The reason for the bounce. You must provide either this parameter or RecipientDsnFields
.
",
"endpointDiscoveryId" : false,
"enumType" : "BounceType",
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : "bounceType",
"fluentEnumSetterMethodName" : "bounceType",
"fluentGetterMethodName" : "bounceTypeAsString",
"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@see BounceType\n@return Returns a reference to this object so that method calls can be chained together.\n@see BounceType",
"fluentSetterMethodName" : "bounceType",
"getterDocumentation" : "The reason for the bounce. You must provide either this parameter or RecipientDsnFields
.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #bounceType} will return {@link BounceType#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #bounceTypeAsString}.\n
\n@return The reason for the bounce. You must provide either this parameter or RecipientDsnFields
.\n@see BounceType",
"getterModel" : {
"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,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "BounceType",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "BounceType",
"sensitive" : false,
"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" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"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"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"Recipient" : {
"beanStyleGetterMethodName" : "getRecipient",
"beanStyleSetterMethodName" : "setRecipient",
"c2jName" : "Recipient",
"c2jShape" : "Address",
"defaultConsumerFluentSetterDocumentation" : "The email address of the recipient of the bounced email.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #recipient(String)}.\n@param recipient a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #recipient(String)",
"deprecated" : false,
"documentation" : "The email address of the recipient of the bounced email.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "recipient",
"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" : "recipient",
"getterDocumentation" : "The email address of the recipient of the bounced email.
\n@return The email address of the recipient of the bounced email.",
"getterModel" : {
"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,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Recipient",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Recipient",
"sensitive" : false,
"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" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "recipient",
"variableType" : "String",
"documentation" : "The email address of the recipient of the bounced email.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"RecipientArn" : {
"beanStyleGetterMethodName" : "getRecipientArn",
"beanStyleSetterMethodName" : "setRecipientArn",
"c2jName" : "RecipientArn",
"c2jShape" : "AmazonResourceName",
"defaultConsumerFluentSetterDocumentation" : "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.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #recipientArn(String)}.\n@param recipientArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #recipientArn(String)",
"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.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "recipientArn",
"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" : "recipientArn",
"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.",
"getterModel" : {
"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,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "RecipientArn",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "RecipientArn",
"sensitive" : false,
"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" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"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"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"RecipientDsnFields" : {
"beanStyleGetterMethodName" : "getRecipientDsnFields",
"beanStyleSetterMethodName" : "setRecipientDsnFields",
"c2jName" : "RecipientDsnFields",
"c2jShape" : "RecipientDsnFields",
"defaultConsumerFluentSetterDocumentation" : "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
.
\nThis is a convenience that creates an instance of the {@link RecipientDsnFields.Builder} avoiding the need to create one manually via {@link RecipientDsnFields#builder()}.\n\nWhen the {@link Consumer} completes, {@link RecipientDsnFields.Builder#build()} is called immediately and its result is passed to {@link #recipientDsnFields(RecipientDsnFields)}.\n@param recipientDsnFields a consumer that will call methods on {@link RecipientDsnFields.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #recipientDsnFields(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
.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "recipientDsnFields",
"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" : "recipientDsnFields",
"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
.",
"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,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "RecipientDsnFields",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "RecipientDsnFields",
"sensitive" : false,
"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" : null,
"simpleType" : "RecipientDsnFields",
"variableSetterType" : "RecipientDsnFields"
},
"simple" : false,
"timestampFormat" : null,
"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"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"beanStyleGetterMethodName" : "getRecipient",
"beanStyleSetterMethodName" : "setRecipient",
"c2jName" : "Recipient",
"c2jShape" : "Address",
"defaultConsumerFluentSetterDocumentation" : "The email address of the recipient of the bounced email.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #recipient(String)}.\n@param recipient a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #recipient(String)",
"deprecated" : false,
"documentation" : "The email address of the recipient of the bounced email.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "recipient",
"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" : "recipient",
"getterDocumentation" : "The email address of the recipient of the bounced email.
\n@return The email address of the recipient of the bounced email.",
"getterModel" : {
"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,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Recipient",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Recipient",
"sensitive" : false,
"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" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "recipient",
"variableType" : "String",
"documentation" : "The email address of the recipient of the bounced email.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getRecipientArn",
"beanStyleSetterMethodName" : "setRecipientArn",
"c2jName" : "RecipientArn",
"c2jShape" : "AmazonResourceName",
"defaultConsumerFluentSetterDocumentation" : "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.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #recipientArn(String)}.\n@param recipientArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #recipientArn(String)",
"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.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "recipientArn",
"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" : "recipientArn",
"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.",
"getterModel" : {
"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,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "RecipientArn",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "RecipientArn",
"sensitive" : false,
"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" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"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"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getBounceTypeAsString",
"beanStyleSetterMethodName" : "setBounceType",
"c2jName" : "BounceType",
"c2jShape" : "BounceType",
"defaultConsumerFluentSetterDocumentation" : "The reason for the bounce. You must provide either this parameter or RecipientDsnFields
.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #bounceTypeAsString(String)}.\n@param bounceType a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #bounceType(String)",
"deprecated" : false,
"documentation" : "The reason for the bounce. You must provide either this parameter or RecipientDsnFields
.
",
"endpointDiscoveryId" : false,
"enumType" : "BounceType",
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : "bounceType",
"fluentEnumSetterMethodName" : "bounceType",
"fluentGetterMethodName" : "bounceTypeAsString",
"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@see BounceType\n@return Returns a reference to this object so that method calls can be chained together.\n@see BounceType",
"fluentSetterMethodName" : "bounceType",
"getterDocumentation" : "The reason for the bounce. You must provide either this parameter or RecipientDsnFields
.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #bounceType} will return {@link BounceType#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #bounceTypeAsString}.\n
\n@return The reason for the bounce. You must provide either this parameter or RecipientDsnFields
.\n@see BounceType",
"getterModel" : {
"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,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "BounceType",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "BounceType",
"sensitive" : false,
"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" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"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"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getRecipientDsnFields",
"beanStyleSetterMethodName" : "setRecipientDsnFields",
"c2jName" : "RecipientDsnFields",
"c2jShape" : "RecipientDsnFields",
"defaultConsumerFluentSetterDocumentation" : "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
.
\nThis is a convenience that creates an instance of the {@link RecipientDsnFields.Builder} avoiding the need to create one manually via {@link RecipientDsnFields#builder()}.\n\nWhen the {@link Consumer} completes, {@link RecipientDsnFields.Builder#build()} is called immediately and its result is passed to {@link #recipientDsnFields(RecipientDsnFields)}.\n@param recipientDsnFields a consumer that will call methods on {@link RecipientDsnFields.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #recipientDsnFields(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
.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "recipientDsnFields",
"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" : "recipientDsnFields",
"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
.",
"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,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "RecipientDsnFields",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "RecipientDsnFields",
"sensitive" : false,
"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" : null,
"simpleType" : "RecipientDsnFields",
"variableSetterType" : "RecipientDsnFields"
},
"simple" : false,
"timestampFormat" : null,
"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"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : [ "Recipient" ],
"shapeName" : "BouncedRecipientInfo",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "BouncedRecipientInfo",
"variableName" : "bouncedRecipientInfo",
"variableType" : "BouncedRecipientInfo",
"documentation" : null,
"simpleType" : "BouncedRecipientInfo",
"variableSetterType" : "BouncedRecipientInfo"
},
"wrapper" : false,
"xmlNamespace" : null
},
"BulkEmailDestination" : {
"c2jName" : "BulkEmailDestination",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "An array that contains one or more Destinations, as well as the tags and replacement data associated with each of those Destinations.
",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : null,
"members" : [ {
"beanStyleGetterMethodName" : "getDestination",
"beanStyleSetterMethodName" : "setDestination",
"c2jName" : "Destination",
"c2jShape" : "Destination",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Destination property for this object.\n\nThis is a convenience that creates an instance of the {@link Destination.Builder} avoiding the need to create one manually via {@link Destination#builder()}.\n\nWhen the {@link Consumer} completes, {@link Destination.Builder#build()} is called immediately and its result is passed to {@link #destination(Destination)}.\n@param destination a consumer that will call methods on {@link Destination.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #destination(Destination)",
"deprecated" : false,
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "destination",
"fluentSetterDocumentation" : "Sets the value of the Destination property for this object.\n\n@param destination The new value for the Destination property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "destination",
"getterDocumentation" : "Returns the value of the Destination property for this object.\n@return The value of the Destination property for this object.",
"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,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Destination",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "Destination",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the Destination property for this object.\n\n@param destination The new value for the Destination property for this object.",
"setterMethodName" : "setDestination",
"setterModel" : {
"variableDeclarationType" : "Destination",
"variableName" : "destination",
"variableType" : "Destination",
"documentation" : null,
"simpleType" : "Destination",
"variableSetterType" : "Destination"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Destination",
"variableName" : "destination",
"variableType" : "Destination",
"documentation" : "",
"simpleType" : "Destination",
"variableSetterType" : "Destination"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getReplacementTags",
"beanStyleSetterMethodName" : "setReplacementTags",
"c2jName" : "ReplacementTags",
"c2jShape" : "MessageTagList",
"defaultConsumerFluentSetterDocumentation" : "A list of tags, in the form of name/value pairs, to apply to an email that you send using SendBulkTemplatedEmail
. Tags correspond to characteristics of the email that you define, so that you can publish email sending events.
\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #replacementTags(List)}.\n@param replacementTags a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #replacementTags(List)",
"deprecated" : false,
"documentation" : "A list of tags, in the form of name/value pairs, to apply to an email that you send using SendBulkTemplatedEmail
. Tags correspond to characteristics of the email that you define, so that you can publish email sending events.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "replacementTags",
"fluentSetterDocumentation" : "A list of tags, in the form of name/value pairs, to apply to an email that you send using SendBulkTemplatedEmail
. Tags correspond to characteristics of the email that you define, so that you can publish email sending events.
\n@param replacementTags A list of tags, in the form of name/value pairs, to apply to an email that you send using SendBulkTemplatedEmail
. 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" : "replacementTags",
"getterDocumentation" : "A list of tags, in the form of name/value pairs, to apply to an email that you send using SendBulkTemplatedEmail
. Tags correspond to characteristics of the email that you define, so that you can publish email sending events.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n@return A list of tags, in the form of name/value pairs, to apply to an email that you send using SendBulkTemplatedEmail
. Tags correspond to characteristics of the email that you define, so that you can publish email sending events.",
"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" : "ReplacementTags",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "ReplacementTags",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "MessageTag",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link MessageTag.Builder} avoiding the need to create one manually via {@link MessageTag#builder()}.\n\nWhen the {@link Consumer} completes, {@link MessageTag.Builder#build()} is called immediately and its result is passed to {@link #member(MessageTag)}.\n@param member a consumer that will call methods on {@link MessageTag.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(MessageTag)",
"deprecated" : false,
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "member",
"fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "member",
"getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.",
"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,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "Member",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "MessageTag",
"variableName" : "member",
"variableType" : "MessageTag",
"documentation" : null,
"simpleType" : "MessageTag",
"variableSetterType" : "MessageTag"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "MessageTag",
"variableName" : "member",
"variableType" : "MessageTag",
"documentation" : "",
"simpleType" : "MessageTag",
"variableSetterType" : "MessageTag"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "MessageTag",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : false,
"simpleType" : "MessageTag",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingType" : "LIST",
"name" : "ReplacementTags",
"sensitive" : false,
"setterDocumentation" : "A list of tags, in the form of name/value pairs, to apply to an email that you send using SendBulkTemplatedEmail
. Tags correspond to characteristics of the email that you define, so that you can publish email sending events.
\n@param replacementTags A list of tags, in the form of name/value pairs, to apply to an email that you send using SendBulkTemplatedEmail
. Tags correspond to characteristics of the email that you define, so that you can publish email sending events.",
"setterMethodName" : "setReplacementTags",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "replacementTags",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "replacementTags",
"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 SendBulkTemplatedEmail
. Tags correspond to characteristics of the email that you define, so that you can publish email sending events.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getReplacementTemplateData",
"beanStyleSetterMethodName" : "setReplacementTemplateData",
"c2jName" : "ReplacementTemplateData",
"c2jShape" : "TemplateData",
"defaultConsumerFluentSetterDocumentation" : "A list of replacement values to apply to the template. This parameter is a JSON object, typically consisting of key-value pairs in which the keys correspond to replacement tags in the email template.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #replacementTemplateData(String)}.\n@param replacementTemplateData a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #replacementTemplateData(String)",
"deprecated" : false,
"documentation" : "A list of replacement values to apply to the template. This parameter is a JSON object, typically consisting of key-value pairs in which the keys correspond to replacement tags in the email template.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "replacementTemplateData",
"fluentSetterDocumentation" : "A list of replacement values to apply to the template. This parameter is a JSON object, typically consisting of key-value pairs in which the keys correspond to replacement tags in the email template.
\n@param replacementTemplateData A list of replacement values to apply to the template. This parameter is a JSON object, typically consisting of key-value pairs in which the keys correspond to replacement tags in the email template.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "replacementTemplateData",
"getterDocumentation" : "A list of replacement values to apply to the template. This parameter is a JSON object, typically consisting of key-value pairs in which the keys correspond to replacement tags in the email template.
\n@return A list of replacement values to apply to the template. This parameter is a JSON object, typically consisting of key-value pairs in which the keys correspond to replacement tags in the email template.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ReplacementTemplateData",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "ReplacementTemplateData",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "ReplacementTemplateData",
"sensitive" : false,
"setterDocumentation" : "A list of replacement values to apply to the template. This parameter is a JSON object, typically consisting of key-value pairs in which the keys correspond to replacement tags in the email template.
\n@param replacementTemplateData A list of replacement values to apply to the template. This parameter is a JSON object, typically consisting of key-value pairs in which the keys correspond to replacement tags in the email template.",
"setterMethodName" : "setReplacementTemplateData",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "replacementTemplateData",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "replacementTemplateData",
"variableType" : "String",
"documentation" : "A list of replacement values to apply to the template. This parameter is a JSON object, typically consisting of key-value pairs in which the keys correspond to replacement tags in the email template.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"Destination" : {
"beanStyleGetterMethodName" : "getDestination",
"beanStyleSetterMethodName" : "setDestination",
"c2jName" : "Destination",
"c2jShape" : "Destination",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Destination property for this object.\n\nThis is a convenience that creates an instance of the {@link Destination.Builder} avoiding the need to create one manually via {@link Destination#builder()}.\n\nWhen the {@link Consumer} completes, {@link Destination.Builder#build()} is called immediately and its result is passed to {@link #destination(Destination)}.\n@param destination a consumer that will call methods on {@link Destination.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #destination(Destination)",
"deprecated" : false,
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "destination",
"fluentSetterDocumentation" : "Sets the value of the Destination property for this object.\n\n@param destination The new value for the Destination property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "destination",
"getterDocumentation" : "Returns the value of the Destination property for this object.\n@return The value of the Destination property for this object.",
"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,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Destination",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "Destination",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the Destination property for this object.\n\n@param destination The new value for the Destination property for this object.",
"setterMethodName" : "setDestination",
"setterModel" : {
"variableDeclarationType" : "Destination",
"variableName" : "destination",
"variableType" : "Destination",
"documentation" : null,
"simpleType" : "Destination",
"variableSetterType" : "Destination"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Destination",
"variableName" : "destination",
"variableType" : "Destination",
"documentation" : "",
"simpleType" : "Destination",
"variableSetterType" : "Destination"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"ReplacementTags" : {
"beanStyleGetterMethodName" : "getReplacementTags",
"beanStyleSetterMethodName" : "setReplacementTags",
"c2jName" : "ReplacementTags",
"c2jShape" : "MessageTagList",
"defaultConsumerFluentSetterDocumentation" : "A list of tags, in the form of name/value pairs, to apply to an email that you send using SendBulkTemplatedEmail
. Tags correspond to characteristics of the email that you define, so that you can publish email sending events.
\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #replacementTags(List)}.\n@param replacementTags a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #replacementTags(List)",
"deprecated" : false,
"documentation" : "A list of tags, in the form of name/value pairs, to apply to an email that you send using SendBulkTemplatedEmail
. Tags correspond to characteristics of the email that you define, so that you can publish email sending events.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "replacementTags",
"fluentSetterDocumentation" : "A list of tags, in the form of name/value pairs, to apply to an email that you send using SendBulkTemplatedEmail
. Tags correspond to characteristics of the email that you define, so that you can publish email sending events.
\n@param replacementTags A list of tags, in the form of name/value pairs, to apply to an email that you send using SendBulkTemplatedEmail
. 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" : "replacementTags",
"getterDocumentation" : "A list of tags, in the form of name/value pairs, to apply to an email that you send using SendBulkTemplatedEmail
. Tags correspond to characteristics of the email that you define, so that you can publish email sending events.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n@return A list of tags, in the form of name/value pairs, to apply to an email that you send using SendBulkTemplatedEmail
. Tags correspond to characteristics of the email that you define, so that you can publish email sending events.",
"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" : "ReplacementTags",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "ReplacementTags",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "MessageTag",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link MessageTag.Builder} avoiding the need to create one manually via {@link MessageTag#builder()}.\n\nWhen the {@link Consumer} completes, {@link MessageTag.Builder#build()} is called immediately and its result is passed to {@link #member(MessageTag)}.\n@param member a consumer that will call methods on {@link MessageTag.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(MessageTag)",
"deprecated" : false,
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "member",
"fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "member",
"getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.",
"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,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "Member",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "MessageTag",
"variableName" : "member",
"variableType" : "MessageTag",
"documentation" : null,
"simpleType" : "MessageTag",
"variableSetterType" : "MessageTag"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "MessageTag",
"variableName" : "member",
"variableType" : "MessageTag",
"documentation" : "",
"simpleType" : "MessageTag",
"variableSetterType" : "MessageTag"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "MessageTag",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : false,
"simpleType" : "MessageTag",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingType" : "LIST",
"name" : "ReplacementTags",
"sensitive" : false,
"setterDocumentation" : "A list of tags, in the form of name/value pairs, to apply to an email that you send using SendBulkTemplatedEmail
. Tags correspond to characteristics of the email that you define, so that you can publish email sending events.
\n@param replacementTags A list of tags, in the form of name/value pairs, to apply to an email that you send using SendBulkTemplatedEmail
. Tags correspond to characteristics of the email that you define, so that you can publish email sending events.",
"setterMethodName" : "setReplacementTags",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "replacementTags",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "replacementTags",
"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 SendBulkTemplatedEmail
. Tags correspond to characteristics of the email that you define, so that you can publish email sending events.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"ReplacementTemplateData" : {
"beanStyleGetterMethodName" : "getReplacementTemplateData",
"beanStyleSetterMethodName" : "setReplacementTemplateData",
"c2jName" : "ReplacementTemplateData",
"c2jShape" : "TemplateData",
"defaultConsumerFluentSetterDocumentation" : "A list of replacement values to apply to the template. This parameter is a JSON object, typically consisting of key-value pairs in which the keys correspond to replacement tags in the email template.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #replacementTemplateData(String)}.\n@param replacementTemplateData a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #replacementTemplateData(String)",
"deprecated" : false,
"documentation" : "A list of replacement values to apply to the template. This parameter is a JSON object, typically consisting of key-value pairs in which the keys correspond to replacement tags in the email template.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "replacementTemplateData",
"fluentSetterDocumentation" : "A list of replacement values to apply to the template. This parameter is a JSON object, typically consisting of key-value pairs in which the keys correspond to replacement tags in the email template.
\n@param replacementTemplateData A list of replacement values to apply to the template. This parameter is a JSON object, typically consisting of key-value pairs in which the keys correspond to replacement tags in the email template.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "replacementTemplateData",
"getterDocumentation" : "A list of replacement values to apply to the template. This parameter is a JSON object, typically consisting of key-value pairs in which the keys correspond to replacement tags in the email template.
\n@return A list of replacement values to apply to the template. This parameter is a JSON object, typically consisting of key-value pairs in which the keys correspond to replacement tags in the email template.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ReplacementTemplateData",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "ReplacementTemplateData",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "ReplacementTemplateData",
"sensitive" : false,
"setterDocumentation" : "A list of replacement values to apply to the template. This parameter is a JSON object, typically consisting of key-value pairs in which the keys correspond to replacement tags in the email template.
\n@param replacementTemplateData A list of replacement values to apply to the template. This parameter is a JSON object, typically consisting of key-value pairs in which the keys correspond to replacement tags in the email template.",
"setterMethodName" : "setReplacementTemplateData",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "replacementTemplateData",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "replacementTemplateData",
"variableType" : "String",
"documentation" : "A list of replacement values to apply to the template. This parameter is a JSON object, typically consisting of key-value pairs in which the keys correspond to replacement tags in the email template.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"beanStyleGetterMethodName" : "getDestination",
"beanStyleSetterMethodName" : "setDestination",
"c2jName" : "Destination",
"c2jShape" : "Destination",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Destination property for this object.\n\nThis is a convenience that creates an instance of the {@link Destination.Builder} avoiding the need to create one manually via {@link Destination#builder()}.\n\nWhen the {@link Consumer} completes, {@link Destination.Builder#build()} is called immediately and its result is passed to {@link #destination(Destination)}.\n@param destination a consumer that will call methods on {@link Destination.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #destination(Destination)",
"deprecated" : false,
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "destination",
"fluentSetterDocumentation" : "Sets the value of the Destination property for this object.\n\n@param destination The new value for the Destination property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "destination",
"getterDocumentation" : "Returns the value of the Destination property for this object.\n@return The value of the Destination property for this object.",
"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,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Destination",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "Destination",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the Destination property for this object.\n\n@param destination The new value for the Destination property for this object.",
"setterMethodName" : "setDestination",
"setterModel" : {
"variableDeclarationType" : "Destination",
"variableName" : "destination",
"variableType" : "Destination",
"documentation" : null,
"simpleType" : "Destination",
"variableSetterType" : "Destination"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Destination",
"variableName" : "destination",
"variableType" : "Destination",
"documentation" : "",
"simpleType" : "Destination",
"variableSetterType" : "Destination"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getReplacementTags",
"beanStyleSetterMethodName" : "setReplacementTags",
"c2jName" : "ReplacementTags",
"c2jShape" : "MessageTagList",
"defaultConsumerFluentSetterDocumentation" : "A list of tags, in the form of name/value pairs, to apply to an email that you send using SendBulkTemplatedEmail
. Tags correspond to characteristics of the email that you define, so that you can publish email sending events.
\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #replacementTags(List)}.\n@param replacementTags a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #replacementTags(List)",
"deprecated" : false,
"documentation" : "A list of tags, in the form of name/value pairs, to apply to an email that you send using SendBulkTemplatedEmail
. Tags correspond to characteristics of the email that you define, so that you can publish email sending events.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "replacementTags",
"fluentSetterDocumentation" : "A list of tags, in the form of name/value pairs, to apply to an email that you send using SendBulkTemplatedEmail
. Tags correspond to characteristics of the email that you define, so that you can publish email sending events.
\n@param replacementTags A list of tags, in the form of name/value pairs, to apply to an email that you send using SendBulkTemplatedEmail
. 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" : "replacementTags",
"getterDocumentation" : "A list of tags, in the form of name/value pairs, to apply to an email that you send using SendBulkTemplatedEmail
. Tags correspond to characteristics of the email that you define, so that you can publish email sending events.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n@return A list of tags, in the form of name/value pairs, to apply to an email that you send using SendBulkTemplatedEmail
. Tags correspond to characteristics of the email that you define, so that you can publish email sending events.",
"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" : "ReplacementTags",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "ReplacementTags",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "MessageTag",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link MessageTag.Builder} avoiding the need to create one manually via {@link MessageTag#builder()}.\n\nWhen the {@link Consumer} completes, {@link MessageTag.Builder#build()} is called immediately and its result is passed to {@link #member(MessageTag)}.\n@param member a consumer that will call methods on {@link MessageTag.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(MessageTag)",
"deprecated" : false,
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "member",
"fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "member",
"getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.",
"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,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "Member",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "MessageTag",
"variableName" : "member",
"variableType" : "MessageTag",
"documentation" : null,
"simpleType" : "MessageTag",
"variableSetterType" : "MessageTag"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "MessageTag",
"variableName" : "member",
"variableType" : "MessageTag",
"documentation" : "",
"simpleType" : "MessageTag",
"variableSetterType" : "MessageTag"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "MessageTag",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : false,
"simpleType" : "MessageTag",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingType" : "LIST",
"name" : "ReplacementTags",
"sensitive" : false,
"setterDocumentation" : "A list of tags, in the form of name/value pairs, to apply to an email that you send using SendBulkTemplatedEmail
. Tags correspond to characteristics of the email that you define, so that you can publish email sending events.
\n@param replacementTags A list of tags, in the form of name/value pairs, to apply to an email that you send using SendBulkTemplatedEmail
. Tags correspond to characteristics of the email that you define, so that you can publish email sending events.",
"setterMethodName" : "setReplacementTags",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "replacementTags",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "replacementTags",
"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 SendBulkTemplatedEmail
. Tags correspond to characteristics of the email that you define, so that you can publish email sending events.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getReplacementTemplateData",
"beanStyleSetterMethodName" : "setReplacementTemplateData",
"c2jName" : "ReplacementTemplateData",
"c2jShape" : "TemplateData",
"defaultConsumerFluentSetterDocumentation" : "A list of replacement values to apply to the template. This parameter is a JSON object, typically consisting of key-value pairs in which the keys correspond to replacement tags in the email template.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #replacementTemplateData(String)}.\n@param replacementTemplateData a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #replacementTemplateData(String)",
"deprecated" : false,
"documentation" : "A list of replacement values to apply to the template. This parameter is a JSON object, typically consisting of key-value pairs in which the keys correspond to replacement tags in the email template.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "replacementTemplateData",
"fluentSetterDocumentation" : "A list of replacement values to apply to the template. This parameter is a JSON object, typically consisting of key-value pairs in which the keys correspond to replacement tags in the email template.
\n@param replacementTemplateData A list of replacement values to apply to the template. This parameter is a JSON object, typically consisting of key-value pairs in which the keys correspond to replacement tags in the email template.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "replacementTemplateData",
"getterDocumentation" : "A list of replacement values to apply to the template. This parameter is a JSON object, typically consisting of key-value pairs in which the keys correspond to replacement tags in the email template.
\n@return A list of replacement values to apply to the template. This parameter is a JSON object, typically consisting of key-value pairs in which the keys correspond to replacement tags in the email template.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ReplacementTemplateData",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "ReplacementTemplateData",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "ReplacementTemplateData",
"sensitive" : false,
"setterDocumentation" : "A list of replacement values to apply to the template. This parameter is a JSON object, typically consisting of key-value pairs in which the keys correspond to replacement tags in the email template.
\n@param replacementTemplateData A list of replacement values to apply to the template. This parameter is a JSON object, typically consisting of key-value pairs in which the keys correspond to replacement tags in the email template.",
"setterMethodName" : "setReplacementTemplateData",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "replacementTemplateData",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "replacementTemplateData",
"variableType" : "String",
"documentation" : "A list of replacement values to apply to the template. This parameter is a JSON object, typically consisting of key-value pairs in which the keys correspond to replacement tags in the email template.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : [ "Destination" ],
"shapeName" : "BulkEmailDestination",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "BulkEmailDestination",
"variableName" : "bulkEmailDestination",
"variableType" : "BulkEmailDestination",
"documentation" : null,
"simpleType" : "BulkEmailDestination",
"variableSetterType" : "BulkEmailDestination"
},
"wrapper" : false,
"xmlNamespace" : null
},
"BulkEmailDestinationStatus" : {
"c2jName" : "BulkEmailDestinationStatus",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "An object that contains the response from the SendBulkTemplatedEmail
operation.
",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : null,
"members" : [ {
"beanStyleGetterMethodName" : "getStatusAsString",
"beanStyleSetterMethodName" : "setStatus",
"c2jName" : "Status",
"c2jShape" : "BulkEmailStatus",
"defaultConsumerFluentSetterDocumentation" : "The status of a message sent using the SendBulkTemplatedEmail
operation.
Possible values for this parameter include:
-
Success
: Amazon SES accepted the message, and will attempt to deliver it to the recipients.
-
MessageRejected
: The message was rejected because it contained a virus.
-
MailFromDomainNotVerified
: The sender's email address or domain was not verified.
-
ConfigurationSetDoesNotExist
: The configuration set you specified does not exist.
-
TemplateDoesNotExist
: The template you specified does not exist.
-
AccountSuspended
: Your account has been shut down because of issues related to your email sending practices.
-
AccountThrottled
: The number of emails you can send has been reduced because your account has exceeded its allocated sending limit.
-
AccountDailyQuotaExceeded
: You have reached or exceeded the maximum number of emails you can send from your account in a 24-hour period.
-
InvalidSendingPoolName
: The configuration set you specified refers to an IP pool that does not exist.
-
AccountSendingPaused
: Email sending for the Amazon SES account was disabled using the UpdateAccountSendingEnabled operation.
-
ConfigurationSetSendingPaused
: Email sending for this configuration set was disabled using the UpdateConfigurationSetSendingEnabled operation.
-
InvalidParameterValue
: One or more of the parameters you specified when calling this operation was invalid. See the error message for additional information.
-
TransientFailure
: Amazon SES was unable to process your request because of a temporary issue.
-
Failed
: Amazon SES was unable to process your request. See the error message for additional information.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #statusAsString(String)}.\n@param status a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #status(String)",
"deprecated" : false,
"documentation" : "The status of a message sent using the SendBulkTemplatedEmail
operation.
Possible values for this parameter include:
-
Success
: Amazon SES accepted the message, and will attempt to deliver it to the recipients.
-
MessageRejected
: The message was rejected because it contained a virus.
-
MailFromDomainNotVerified
: The sender's email address or domain was not verified.
-
ConfigurationSetDoesNotExist
: The configuration set you specified does not exist.
-
TemplateDoesNotExist
: The template you specified does not exist.
-
AccountSuspended
: Your account has been shut down because of issues related to your email sending practices.
-
AccountThrottled
: The number of emails you can send has been reduced because your account has exceeded its allocated sending limit.
-
AccountDailyQuotaExceeded
: You have reached or exceeded the maximum number of emails you can send from your account in a 24-hour period.
-
InvalidSendingPoolName
: The configuration set you specified refers to an IP pool that does not exist.
-
AccountSendingPaused
: Email sending for the Amazon SES account was disabled using the UpdateAccountSendingEnabled operation.
-
ConfigurationSetSendingPaused
: Email sending for this configuration set was disabled using the UpdateConfigurationSetSendingEnabled operation.
-
InvalidParameterValue
: One or more of the parameters you specified when calling this operation was invalid. See the error message for additional information.
-
TransientFailure
: Amazon SES was unable to process your request because of a temporary issue.
-
Failed
: Amazon SES was unable to process your request. See the error message for additional information.
",
"endpointDiscoveryId" : false,
"enumType" : "BulkEmailStatus",
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : "status",
"fluentEnumSetterMethodName" : "status",
"fluentGetterMethodName" : "statusAsString",
"fluentSetterDocumentation" : "The status of a message sent using the SendBulkTemplatedEmail
operation.
Possible values for this parameter include:
-
Success
: Amazon SES accepted the message, and will attempt to deliver it to the recipients.
-
MessageRejected
: The message was rejected because it contained a virus.
-
MailFromDomainNotVerified
: The sender's email address or domain was not verified.
-
ConfigurationSetDoesNotExist
: The configuration set you specified does not exist.
-
TemplateDoesNotExist
: The template you specified does not exist.
-
AccountSuspended
: Your account has been shut down because of issues related to your email sending practices.
-
AccountThrottled
: The number of emails you can send has been reduced because your account has exceeded its allocated sending limit.
-
AccountDailyQuotaExceeded
: You have reached or exceeded the maximum number of emails you can send from your account in a 24-hour period.
-
InvalidSendingPoolName
: The configuration set you specified refers to an IP pool that does not exist.
-
AccountSendingPaused
: Email sending for the Amazon SES account was disabled using the UpdateAccountSendingEnabled operation.
-
ConfigurationSetSendingPaused
: Email sending for this configuration set was disabled using the UpdateConfigurationSetSendingEnabled operation.
-
InvalidParameterValue
: One or more of the parameters you specified when calling this operation was invalid. See the error message for additional information.
-
TransientFailure
: Amazon SES was unable to process your request because of a temporary issue.
-
Failed
: Amazon SES was unable to process your request. See the error message for additional information.
\n@param status The status of a message sent using the SendBulkTemplatedEmail
operation. Possible values for this parameter include:
-
Success
: Amazon SES accepted the message, and will attempt to deliver it to the recipients.
-
MessageRejected
: The message was rejected because it contained a virus.
-
MailFromDomainNotVerified
: The sender's email address or domain was not verified.
-
ConfigurationSetDoesNotExist
: The configuration set you specified does not exist.
-
TemplateDoesNotExist
: The template you specified does not exist.
-
AccountSuspended
: Your account has been shut down because of issues related to your email sending practices.
-
AccountThrottled
: The number of emails you can send has been reduced because your account has exceeded its allocated sending limit.
-
AccountDailyQuotaExceeded
: You have reached or exceeded the maximum number of emails you can send from your account in a 24-hour period.
-
InvalidSendingPoolName
: The configuration set you specified refers to an IP pool that does not exist.
-
AccountSendingPaused
: Email sending for the Amazon SES account was disabled using the UpdateAccountSendingEnabled operation.
-
ConfigurationSetSendingPaused
: Email sending for this configuration set was disabled using the UpdateConfigurationSetSendingEnabled operation.
-
InvalidParameterValue
: One or more of the parameters you specified when calling this operation was invalid. See the error message for additional information.
-
TransientFailure
: Amazon SES was unable to process your request because of a temporary issue.
-
Failed
: Amazon SES was unable to process your request. See the error message for additional information.
\n@see BulkEmailStatus\n@return Returns a reference to this object so that method calls can be chained together.\n@see BulkEmailStatus",
"fluentSetterMethodName" : "status",
"getterDocumentation" : "The status of a message sent using the SendBulkTemplatedEmail
operation.
Possible values for this parameter include:
-
Success
: Amazon SES accepted the message, and will attempt to deliver it to the recipients.
-
MessageRejected
: The message was rejected because it contained a virus.
-
MailFromDomainNotVerified
: The sender's email address or domain was not verified.
-
ConfigurationSetDoesNotExist
: The configuration set you specified does not exist.
-
TemplateDoesNotExist
: The template you specified does not exist.
-
AccountSuspended
: Your account has been shut down because of issues related to your email sending practices.
-
AccountThrottled
: The number of emails you can send has been reduced because your account has exceeded its allocated sending limit.
-
AccountDailyQuotaExceeded
: You have reached or exceeded the maximum number of emails you can send from your account in a 24-hour period.
-
InvalidSendingPoolName
: The configuration set you specified refers to an IP pool that does not exist.
-
AccountSendingPaused
: Email sending for the Amazon SES account was disabled using the UpdateAccountSendingEnabled operation.
-
ConfigurationSetSendingPaused
: Email sending for this configuration set was disabled using the UpdateConfigurationSetSendingEnabled operation.
-
InvalidParameterValue
: One or more of the parameters you specified when calling this operation was invalid. See the error message for additional information.
-
TransientFailure
: Amazon SES was unable to process your request because of a temporary issue.
-
Failed
: Amazon SES was unable to process your request. See the error message for additional information.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #status} will return {@link BulkEmailStatus#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #statusAsString}.\n
\n@return The status of a message sent using the SendBulkTemplatedEmail
operation. Possible values for this parameter include:
-
Success
: Amazon SES accepted the message, and will attempt to deliver it to the recipients.
-
MessageRejected
: The message was rejected because it contained a virus.
-
MailFromDomainNotVerified
: The sender's email address or domain was not verified.
-
ConfigurationSetDoesNotExist
: The configuration set you specified does not exist.
-
TemplateDoesNotExist
: The template you specified does not exist.
-
AccountSuspended
: Your account has been shut down because of issues related to your email sending practices.
-
AccountThrottled
: The number of emails you can send has been reduced because your account has exceeded its allocated sending limit.
-
AccountDailyQuotaExceeded
: You have reached or exceeded the maximum number of emails you can send from your account in a 24-hour period.
-
InvalidSendingPoolName
: The configuration set you specified refers to an IP pool that does not exist.
-
AccountSendingPaused
: Email sending for the Amazon SES account was disabled using the UpdateAccountSendingEnabled operation.
-
ConfigurationSetSendingPaused
: Email sending for this configuration set was disabled using the UpdateConfigurationSetSendingEnabled operation.
-
InvalidParameterValue
: One or more of the parameters you specified when calling this operation was invalid. See the error message for additional information.
-
TransientFailure
: Amazon SES was unable to process your request because of a temporary issue.
-
Failed
: Amazon SES was unable to process your request. See the error message for additional information.
\n@see BulkEmailStatus",
"getterModel" : {
"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,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Status",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Status",
"sensitive" : false,
"setterDocumentation" : "The status of a message sent using the SendBulkTemplatedEmail
operation.
Possible values for this parameter include:
-
Success
: Amazon SES accepted the message, and will attempt to deliver it to the recipients.
-
MessageRejected
: The message was rejected because it contained a virus.
-
MailFromDomainNotVerified
: The sender's email address or domain was not verified.
-
ConfigurationSetDoesNotExist
: The configuration set you specified does not exist.
-
TemplateDoesNotExist
: The template you specified does not exist.
-
AccountSuspended
: Your account has been shut down because of issues related to your email sending practices.
-
AccountThrottled
: The number of emails you can send has been reduced because your account has exceeded its allocated sending limit.
-
AccountDailyQuotaExceeded
: You have reached or exceeded the maximum number of emails you can send from your account in a 24-hour period.
-
InvalidSendingPoolName
: The configuration set you specified refers to an IP pool that does not exist.
-
AccountSendingPaused
: Email sending for the Amazon SES account was disabled using the UpdateAccountSendingEnabled operation.
-
ConfigurationSetSendingPaused
: Email sending for this configuration set was disabled using the UpdateConfigurationSetSendingEnabled operation.
-
InvalidParameterValue
: One or more of the parameters you specified when calling this operation was invalid. See the error message for additional information.
-
TransientFailure
: Amazon SES was unable to process your request because of a temporary issue.
-
Failed
: Amazon SES was unable to process your request. See the error message for additional information.
\n@param status The status of a message sent using the SendBulkTemplatedEmail
operation. Possible values for this parameter include:
-
Success
: Amazon SES accepted the message, and will attempt to deliver it to the recipients.
-
MessageRejected
: The message was rejected because it contained a virus.
-
MailFromDomainNotVerified
: The sender's email address or domain was not verified.
-
ConfigurationSetDoesNotExist
: The configuration set you specified does not exist.
-
TemplateDoesNotExist
: The template you specified does not exist.
-
AccountSuspended
: Your account has been shut down because of issues related to your email sending practices.
-
AccountThrottled
: The number of emails you can send has been reduced because your account has exceeded its allocated sending limit.
-
AccountDailyQuotaExceeded
: You have reached or exceeded the maximum number of emails you can send from your account in a 24-hour period.
-
InvalidSendingPoolName
: The configuration set you specified refers to an IP pool that does not exist.
-
AccountSendingPaused
: Email sending for the Amazon SES account was disabled using the UpdateAccountSendingEnabled operation.
-
ConfigurationSetSendingPaused
: Email sending for this configuration set was disabled using the UpdateConfigurationSetSendingEnabled operation.
-
InvalidParameterValue
: One or more of the parameters you specified when calling this operation was invalid. See the error message for additional information.
-
TransientFailure
: Amazon SES was unable to process your request because of a temporary issue.
-
Failed
: Amazon SES was unable to process your request. See the error message for additional information.
\n@see BulkEmailStatus",
"setterMethodName" : "setStatus",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "status",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "status",
"variableType" : "String",
"documentation" : "The status of a message sent using the SendBulkTemplatedEmail
operation.
Possible values for this parameter include:
-
Success
: Amazon SES accepted the message, and will attempt to deliver it to the recipients.
-
MessageRejected
: The message was rejected because it contained a virus.
-
MailFromDomainNotVerified
: The sender's email address or domain was not verified.
-
ConfigurationSetDoesNotExist
: The configuration set you specified does not exist.
-
TemplateDoesNotExist
: The template you specified does not exist.
-
AccountSuspended
: Your account has been shut down because of issues related to your email sending practices.
-
AccountThrottled
: The number of emails you can send has been reduced because your account has exceeded its allocated sending limit.
-
AccountDailyQuotaExceeded
: You have reached or exceeded the maximum number of emails you can send from your account in a 24-hour period.
-
InvalidSendingPoolName
: The configuration set you specified refers to an IP pool that does not exist.
-
AccountSendingPaused
: Email sending for the Amazon SES account was disabled using the UpdateAccountSendingEnabled operation.
-
ConfigurationSetSendingPaused
: Email sending for this configuration set was disabled using the UpdateConfigurationSetSendingEnabled operation.
-
InvalidParameterValue
: One or more of the parameters you specified when calling this operation was invalid. See the error message for additional information.
-
TransientFailure
: Amazon SES was unable to process your request because of a temporary issue.
-
Failed
: Amazon SES was unable to process your request. See the error message for additional information.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getError",
"beanStyleSetterMethodName" : "setError",
"c2jName" : "Error",
"c2jShape" : "Error",
"defaultConsumerFluentSetterDocumentation" : "A description of an error that prevented a message being sent using the SendBulkTemplatedEmail
operation.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #error(String)}.\n@param error a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #error(String)",
"deprecated" : false,
"documentation" : "A description of an error that prevented a message being sent using the SendBulkTemplatedEmail
operation.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "error",
"fluentSetterDocumentation" : "A description of an error that prevented a message being sent using the SendBulkTemplatedEmail
operation.
\n@param error A description of an error that prevented a message being sent using the SendBulkTemplatedEmail
operation.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "error",
"getterDocumentation" : "A description of an error that prevented a message being sent using the SendBulkTemplatedEmail
operation.
\n@return A description of an error that prevented a message being sent using the SendBulkTemplatedEmail
operation.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Error",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Error",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Error",
"sensitive" : false,
"setterDocumentation" : "A description of an error that prevented a message being sent using the SendBulkTemplatedEmail
operation.
\n@param error A description of an error that prevented a message being sent using the SendBulkTemplatedEmail
operation.",
"setterMethodName" : "setError",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "error",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "error",
"variableType" : "String",
"documentation" : "A description of an error that prevented a message being sent using the SendBulkTemplatedEmail
operation.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getMessageId",
"beanStyleSetterMethodName" : "setMessageId",
"c2jName" : "MessageId",
"c2jShape" : "MessageId",
"defaultConsumerFluentSetterDocumentation" : "The unique message identifier returned from the SendBulkTemplatedEmail
operation.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #messageId(String)}.\n@param messageId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #messageId(String)",
"deprecated" : false,
"documentation" : "The unique message identifier returned from the SendBulkTemplatedEmail
operation.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "messageId",
"fluentSetterDocumentation" : "The unique message identifier returned from the SendBulkTemplatedEmail
operation.
\n@param messageId The unique message identifier returned from the SendBulkTemplatedEmail
operation.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "messageId",
"getterDocumentation" : "The unique message identifier returned from the SendBulkTemplatedEmail
operation.
\n@return The unique message identifier returned from the SendBulkTemplatedEmail
operation.",
"getterModel" : {
"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,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "MessageId",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "MessageId",
"sensitive" : false,
"setterDocumentation" : "The unique message identifier returned from the SendBulkTemplatedEmail
operation.
\n@param messageId The unique message identifier returned from the SendBulkTemplatedEmail
operation.",
"setterMethodName" : "setMessageId",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "messageId",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "messageId",
"variableType" : "String",
"documentation" : "The unique message identifier returned from the SendBulkTemplatedEmail
operation.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"Error" : {
"beanStyleGetterMethodName" : "getError",
"beanStyleSetterMethodName" : "setError",
"c2jName" : "Error",
"c2jShape" : "Error",
"defaultConsumerFluentSetterDocumentation" : "A description of an error that prevented a message being sent using the SendBulkTemplatedEmail
operation.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #error(String)}.\n@param error a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #error(String)",
"deprecated" : false,
"documentation" : "A description of an error that prevented a message being sent using the SendBulkTemplatedEmail
operation.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "error",
"fluentSetterDocumentation" : "A description of an error that prevented a message being sent using the SendBulkTemplatedEmail
operation.
\n@param error A description of an error that prevented a message being sent using the SendBulkTemplatedEmail
operation.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "error",
"getterDocumentation" : "A description of an error that prevented a message being sent using the SendBulkTemplatedEmail
operation.
\n@return A description of an error that prevented a message being sent using the SendBulkTemplatedEmail
operation.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Error",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Error",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Error",
"sensitive" : false,
"setterDocumentation" : "A description of an error that prevented a message being sent using the SendBulkTemplatedEmail
operation.
\n@param error A description of an error that prevented a message being sent using the SendBulkTemplatedEmail
operation.",
"setterMethodName" : "setError",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "error",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "error",
"variableType" : "String",
"documentation" : "A description of an error that prevented a message being sent using the SendBulkTemplatedEmail
operation.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"MessageId" : {
"beanStyleGetterMethodName" : "getMessageId",
"beanStyleSetterMethodName" : "setMessageId",
"c2jName" : "MessageId",
"c2jShape" : "MessageId",
"defaultConsumerFluentSetterDocumentation" : "The unique message identifier returned from the SendBulkTemplatedEmail
operation.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #messageId(String)}.\n@param messageId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #messageId(String)",
"deprecated" : false,
"documentation" : "The unique message identifier returned from the SendBulkTemplatedEmail
operation.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "messageId",
"fluentSetterDocumentation" : "The unique message identifier returned from the SendBulkTemplatedEmail
operation.
\n@param messageId The unique message identifier returned from the SendBulkTemplatedEmail
operation.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "messageId",
"getterDocumentation" : "The unique message identifier returned from the SendBulkTemplatedEmail
operation.
\n@return The unique message identifier returned from the SendBulkTemplatedEmail
operation.",
"getterModel" : {
"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,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "MessageId",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "MessageId",
"sensitive" : false,
"setterDocumentation" : "The unique message identifier returned from the SendBulkTemplatedEmail
operation.
\n@param messageId The unique message identifier returned from the SendBulkTemplatedEmail
operation.",
"setterMethodName" : "setMessageId",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "messageId",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "messageId",
"variableType" : "String",
"documentation" : "The unique message identifier returned from the SendBulkTemplatedEmail
operation.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"Status" : {
"beanStyleGetterMethodName" : "getStatusAsString",
"beanStyleSetterMethodName" : "setStatus",
"c2jName" : "Status",
"c2jShape" : "BulkEmailStatus",
"defaultConsumerFluentSetterDocumentation" : "The status of a message sent using the SendBulkTemplatedEmail
operation.
Possible values for this parameter include:
-
Success
: Amazon SES accepted the message, and will attempt to deliver it to the recipients.
-
MessageRejected
: The message was rejected because it contained a virus.
-
MailFromDomainNotVerified
: The sender's email address or domain was not verified.
-
ConfigurationSetDoesNotExist
: The configuration set you specified does not exist.
-
TemplateDoesNotExist
: The template you specified does not exist.
-
AccountSuspended
: Your account has been shut down because of issues related to your email sending practices.
-
AccountThrottled
: The number of emails you can send has been reduced because your account has exceeded its allocated sending limit.
-
AccountDailyQuotaExceeded
: You have reached or exceeded the maximum number of emails you can send from your account in a 24-hour period.
-
InvalidSendingPoolName
: The configuration set you specified refers to an IP pool that does not exist.
-
AccountSendingPaused
: Email sending for the Amazon SES account was disabled using the UpdateAccountSendingEnabled operation.
-
ConfigurationSetSendingPaused
: Email sending for this configuration set was disabled using the UpdateConfigurationSetSendingEnabled operation.
-
InvalidParameterValue
: One or more of the parameters you specified when calling this operation was invalid. See the error message for additional information.
-
TransientFailure
: Amazon SES was unable to process your request because of a temporary issue.
-
Failed
: Amazon SES was unable to process your request. See the error message for additional information.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #statusAsString(String)}.\n@param status a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #status(String)",
"deprecated" : false,
"documentation" : "The status of a message sent using the SendBulkTemplatedEmail
operation.
Possible values for this parameter include:
-
Success
: Amazon SES accepted the message, and will attempt to deliver it to the recipients.
-
MessageRejected
: The message was rejected because it contained a virus.
-
MailFromDomainNotVerified
: The sender's email address or domain was not verified.
-
ConfigurationSetDoesNotExist
: The configuration set you specified does not exist.
-
TemplateDoesNotExist
: The template you specified does not exist.
-
AccountSuspended
: Your account has been shut down because of issues related to your email sending practices.
-
AccountThrottled
: The number of emails you can send has been reduced because your account has exceeded its allocated sending limit.
-
AccountDailyQuotaExceeded
: You have reached or exceeded the maximum number of emails you can send from your account in a 24-hour period.
-
InvalidSendingPoolName
: The configuration set you specified refers to an IP pool that does not exist.
-
AccountSendingPaused
: Email sending for the Amazon SES account was disabled using the UpdateAccountSendingEnabled operation.
-
ConfigurationSetSendingPaused
: Email sending for this configuration set was disabled using the UpdateConfigurationSetSendingEnabled operation.
-
InvalidParameterValue
: One or more of the parameters you specified when calling this operation was invalid. See the error message for additional information.
-
TransientFailure
: Amazon SES was unable to process your request because of a temporary issue.
-
Failed
: Amazon SES was unable to process your request. See the error message for additional information.
",
"endpointDiscoveryId" : false,
"enumType" : "BulkEmailStatus",
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : "status",
"fluentEnumSetterMethodName" : "status",
"fluentGetterMethodName" : "statusAsString",
"fluentSetterDocumentation" : "The status of a message sent using the SendBulkTemplatedEmail
operation.
Possible values for this parameter include:
-
Success
: Amazon SES accepted the message, and will attempt to deliver it to the recipients.
-
MessageRejected
: The message was rejected because it contained a virus.
-
MailFromDomainNotVerified
: The sender's email address or domain was not verified.
-
ConfigurationSetDoesNotExist
: The configuration set you specified does not exist.
-
TemplateDoesNotExist
: The template you specified does not exist.
-
AccountSuspended
: Your account has been shut down because of issues related to your email sending practices.
-
AccountThrottled
: The number of emails you can send has been reduced because your account has exceeded its allocated sending limit.
-
AccountDailyQuotaExceeded
: You have reached or exceeded the maximum number of emails you can send from your account in a 24-hour period.
-
InvalidSendingPoolName
: The configuration set you specified refers to an IP pool that does not exist.
-
AccountSendingPaused
: Email sending for the Amazon SES account was disabled using the UpdateAccountSendingEnabled operation.
-
ConfigurationSetSendingPaused
: Email sending for this configuration set was disabled using the UpdateConfigurationSetSendingEnabled operation.
-
InvalidParameterValue
: One or more of the parameters you specified when calling this operation was invalid. See the error message for additional information.
-
TransientFailure
: Amazon SES was unable to process your request because of a temporary issue.
-
Failed
: Amazon SES was unable to process your request. See the error message for additional information.
\n@param status The status of a message sent using the SendBulkTemplatedEmail
operation. Possible values for this parameter include:
-
Success
: Amazon SES accepted the message, and will attempt to deliver it to the recipients.
-
MessageRejected
: The message was rejected because it contained a virus.
-
MailFromDomainNotVerified
: The sender's email address or domain was not verified.
-
ConfigurationSetDoesNotExist
: The configuration set you specified does not exist.
-
TemplateDoesNotExist
: The template you specified does not exist.
-
AccountSuspended
: Your account has been shut down because of issues related to your email sending practices.
-
AccountThrottled
: The number of emails you can send has been reduced because your account has exceeded its allocated sending limit.
-
AccountDailyQuotaExceeded
: You have reached or exceeded the maximum number of emails you can send from your account in a 24-hour period.
-
InvalidSendingPoolName
: The configuration set you specified refers to an IP pool that does not exist.
-
AccountSendingPaused
: Email sending for the Amazon SES account was disabled using the UpdateAccountSendingEnabled operation.
-
ConfigurationSetSendingPaused
: Email sending for this configuration set was disabled using the UpdateConfigurationSetSendingEnabled operation.
-
InvalidParameterValue
: One or more of the parameters you specified when calling this operation was invalid. See the error message for additional information.
-
TransientFailure
: Amazon SES was unable to process your request because of a temporary issue.
-
Failed
: Amazon SES was unable to process your request. See the error message for additional information.
\n@see BulkEmailStatus\n@return Returns a reference to this object so that method calls can be chained together.\n@see BulkEmailStatus",
"fluentSetterMethodName" : "status",
"getterDocumentation" : "The status of a message sent using the SendBulkTemplatedEmail
operation.
Possible values for this parameter include:
-
Success
: Amazon SES accepted the message, and will attempt to deliver it to the recipients.
-
MessageRejected
: The message was rejected because it contained a virus.
-
MailFromDomainNotVerified
: The sender's email address or domain was not verified.
-
ConfigurationSetDoesNotExist
: The configuration set you specified does not exist.
-
TemplateDoesNotExist
: The template you specified does not exist.
-
AccountSuspended
: Your account has been shut down because of issues related to your email sending practices.
-
AccountThrottled
: The number of emails you can send has been reduced because your account has exceeded its allocated sending limit.
-
AccountDailyQuotaExceeded
: You have reached or exceeded the maximum number of emails you can send from your account in a 24-hour period.
-
InvalidSendingPoolName
: The configuration set you specified refers to an IP pool that does not exist.
-
AccountSendingPaused
: Email sending for the Amazon SES account was disabled using the UpdateAccountSendingEnabled operation.
-
ConfigurationSetSendingPaused
: Email sending for this configuration set was disabled using the UpdateConfigurationSetSendingEnabled operation.
-
InvalidParameterValue
: One or more of the parameters you specified when calling this operation was invalid. See the error message for additional information.
-
TransientFailure
: Amazon SES was unable to process your request because of a temporary issue.
-
Failed
: Amazon SES was unable to process your request. See the error message for additional information.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #status} will return {@link BulkEmailStatus#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #statusAsString}.\n
\n@return The status of a message sent using the SendBulkTemplatedEmail
operation. Possible values for this parameter include:
-
Success
: Amazon SES accepted the message, and will attempt to deliver it to the recipients.
-
MessageRejected
: The message was rejected because it contained a virus.
-
MailFromDomainNotVerified
: The sender's email address or domain was not verified.
-
ConfigurationSetDoesNotExist
: The configuration set you specified does not exist.
-
TemplateDoesNotExist
: The template you specified does not exist.
-
AccountSuspended
: Your account has been shut down because of issues related to your email sending practices.
-
AccountThrottled
: The number of emails you can send has been reduced because your account has exceeded its allocated sending limit.
-
AccountDailyQuotaExceeded
: You have reached or exceeded the maximum number of emails you can send from your account in a 24-hour period.
-
InvalidSendingPoolName
: The configuration set you specified refers to an IP pool that does not exist.
-
AccountSendingPaused
: Email sending for the Amazon SES account was disabled using the UpdateAccountSendingEnabled operation.
-
ConfigurationSetSendingPaused
: Email sending for this configuration set was disabled using the UpdateConfigurationSetSendingEnabled operation.
-
InvalidParameterValue
: One or more of the parameters you specified when calling this operation was invalid. See the error message for additional information.
-
TransientFailure
: Amazon SES was unable to process your request because of a temporary issue.
-
Failed
: Amazon SES was unable to process your request. See the error message for additional information.
\n@see BulkEmailStatus",
"getterModel" : {
"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,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Status",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Status",
"sensitive" : false,
"setterDocumentation" : "The status of a message sent using the SendBulkTemplatedEmail
operation.
Possible values for this parameter include:
-
Success
: Amazon SES accepted the message, and will attempt to deliver it to the recipients.
-
MessageRejected
: The message was rejected because it contained a virus.
-
MailFromDomainNotVerified
: The sender's email address or domain was not verified.
-
ConfigurationSetDoesNotExist
: The configuration set you specified does not exist.
-
TemplateDoesNotExist
: The template you specified does not exist.
-
AccountSuspended
: Your account has been shut down because of issues related to your email sending practices.
-
AccountThrottled
: The number of emails you can send has been reduced because your account has exceeded its allocated sending limit.
-
AccountDailyQuotaExceeded
: You have reached or exceeded the maximum number of emails you can send from your account in a 24-hour period.
-
InvalidSendingPoolName
: The configuration set you specified refers to an IP pool that does not exist.
-
AccountSendingPaused
: Email sending for the Amazon SES account was disabled using the UpdateAccountSendingEnabled operation.
-
ConfigurationSetSendingPaused
: Email sending for this configuration set was disabled using the UpdateConfigurationSetSendingEnabled operation.
-
InvalidParameterValue
: One or more of the parameters you specified when calling this operation was invalid. See the error message for additional information.
-
TransientFailure
: Amazon SES was unable to process your request because of a temporary issue.
-
Failed
: Amazon SES was unable to process your request. See the error message for additional information.
\n@param status The status of a message sent using the SendBulkTemplatedEmail
operation. Possible values for this parameter include:
-
Success
: Amazon SES accepted the message, and will attempt to deliver it to the recipients.
-
MessageRejected
: The message was rejected because it contained a virus.
-
MailFromDomainNotVerified
: The sender's email address or domain was not verified.
-
ConfigurationSetDoesNotExist
: The configuration set you specified does not exist.
-
TemplateDoesNotExist
: The template you specified does not exist.
-
AccountSuspended
: Your account has been shut down because of issues related to your email sending practices.
-
AccountThrottled
: The number of emails you can send has been reduced because your account has exceeded its allocated sending limit.
-
AccountDailyQuotaExceeded
: You have reached or exceeded the maximum number of emails you can send from your account in a 24-hour period.
-
InvalidSendingPoolName
: The configuration set you specified refers to an IP pool that does not exist.
-
AccountSendingPaused
: Email sending for the Amazon SES account was disabled using the UpdateAccountSendingEnabled operation.
-
ConfigurationSetSendingPaused
: Email sending for this configuration set was disabled using the UpdateConfigurationSetSendingEnabled operation.
-
InvalidParameterValue
: One or more of the parameters you specified when calling this operation was invalid. See the error message for additional information.
-
TransientFailure
: Amazon SES was unable to process your request because of a temporary issue.
-
Failed
: Amazon SES was unable to process your request. See the error message for additional information.
\n@see BulkEmailStatus",
"setterMethodName" : "setStatus",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "status",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "status",
"variableType" : "String",
"documentation" : "The status of a message sent using the SendBulkTemplatedEmail
operation.
Possible values for this parameter include:
-
Success
: Amazon SES accepted the message, and will attempt to deliver it to the recipients.
-
MessageRejected
: The message was rejected because it contained a virus.
-
MailFromDomainNotVerified
: The sender's email address or domain was not verified.
-
ConfigurationSetDoesNotExist
: The configuration set you specified does not exist.
-
TemplateDoesNotExist
: The template you specified does not exist.
-
AccountSuspended
: Your account has been shut down because of issues related to your email sending practices.
-
AccountThrottled
: The number of emails you can send has been reduced because your account has exceeded its allocated sending limit.
-
AccountDailyQuotaExceeded
: You have reached or exceeded the maximum number of emails you can send from your account in a 24-hour period.
-
InvalidSendingPoolName
: The configuration set you specified refers to an IP pool that does not exist.
-
AccountSendingPaused
: Email sending for the Amazon SES account was disabled using the UpdateAccountSendingEnabled operation.
-
ConfigurationSetSendingPaused
: Email sending for this configuration set was disabled using the UpdateConfigurationSetSendingEnabled operation.
-
InvalidParameterValue
: One or more of the parameters you specified when calling this operation was invalid. See the error message for additional information.
-
TransientFailure
: Amazon SES was unable to process your request because of a temporary issue.
-
Failed
: Amazon SES was unable to process your request. See the error message for additional information.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"beanStyleGetterMethodName" : "getStatusAsString",
"beanStyleSetterMethodName" : "setStatus",
"c2jName" : "Status",
"c2jShape" : "BulkEmailStatus",
"defaultConsumerFluentSetterDocumentation" : "The status of a message sent using the SendBulkTemplatedEmail
operation.
Possible values for this parameter include:
-
Success
: Amazon SES accepted the message, and will attempt to deliver it to the recipients.
-
MessageRejected
: The message was rejected because it contained a virus.
-
MailFromDomainNotVerified
: The sender's email address or domain was not verified.
-
ConfigurationSetDoesNotExist
: The configuration set you specified does not exist.
-
TemplateDoesNotExist
: The template you specified does not exist.
-
AccountSuspended
: Your account has been shut down because of issues related to your email sending practices.
-
AccountThrottled
: The number of emails you can send has been reduced because your account has exceeded its allocated sending limit.
-
AccountDailyQuotaExceeded
: You have reached or exceeded the maximum number of emails you can send from your account in a 24-hour period.
-
InvalidSendingPoolName
: The configuration set you specified refers to an IP pool that does not exist.
-
AccountSendingPaused
: Email sending for the Amazon SES account was disabled using the UpdateAccountSendingEnabled operation.
-
ConfigurationSetSendingPaused
: Email sending for this configuration set was disabled using the UpdateConfigurationSetSendingEnabled operation.
-
InvalidParameterValue
: One or more of the parameters you specified when calling this operation was invalid. See the error message for additional information.
-
TransientFailure
: Amazon SES was unable to process your request because of a temporary issue.
-
Failed
: Amazon SES was unable to process your request. See the error message for additional information.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #statusAsString(String)}.\n@param status a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #status(String)",
"deprecated" : false,
"documentation" : "The status of a message sent using the SendBulkTemplatedEmail
operation.
Possible values for this parameter include:
-
Success
: Amazon SES accepted the message, and will attempt to deliver it to the recipients.
-
MessageRejected
: The message was rejected because it contained a virus.
-
MailFromDomainNotVerified
: The sender's email address or domain was not verified.
-
ConfigurationSetDoesNotExist
: The configuration set you specified does not exist.
-
TemplateDoesNotExist
: The template you specified does not exist.
-
AccountSuspended
: Your account has been shut down because of issues related to your email sending practices.
-
AccountThrottled
: The number of emails you can send has been reduced because your account has exceeded its allocated sending limit.
-
AccountDailyQuotaExceeded
: You have reached or exceeded the maximum number of emails you can send from your account in a 24-hour period.
-
InvalidSendingPoolName
: The configuration set you specified refers to an IP pool that does not exist.
-
AccountSendingPaused
: Email sending for the Amazon SES account was disabled using the UpdateAccountSendingEnabled operation.
-
ConfigurationSetSendingPaused
: Email sending for this configuration set was disabled using the UpdateConfigurationSetSendingEnabled operation.
-
InvalidParameterValue
: One or more of the parameters you specified when calling this operation was invalid. See the error message for additional information.
-
TransientFailure
: Amazon SES was unable to process your request because of a temporary issue.
-
Failed
: Amazon SES was unable to process your request. See the error message for additional information.
",
"endpointDiscoveryId" : false,
"enumType" : "BulkEmailStatus",
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : "status",
"fluentEnumSetterMethodName" : "status",
"fluentGetterMethodName" : "statusAsString",
"fluentSetterDocumentation" : "The status of a message sent using the SendBulkTemplatedEmail
operation.
Possible values for this parameter include:
-
Success
: Amazon SES accepted the message, and will attempt to deliver it to the recipients.
-
MessageRejected
: The message was rejected because it contained a virus.
-
MailFromDomainNotVerified
: The sender's email address or domain was not verified.
-
ConfigurationSetDoesNotExist
: The configuration set you specified does not exist.
-
TemplateDoesNotExist
: The template you specified does not exist.
-
AccountSuspended
: Your account has been shut down because of issues related to your email sending practices.
-
AccountThrottled
: The number of emails you can send has been reduced because your account has exceeded its allocated sending limit.
-
AccountDailyQuotaExceeded
: You have reached or exceeded the maximum number of emails you can send from your account in a 24-hour period.
-
InvalidSendingPoolName
: The configuration set you specified refers to an IP pool that does not exist.
-
AccountSendingPaused
: Email sending for the Amazon SES account was disabled using the UpdateAccountSendingEnabled operation.
-
ConfigurationSetSendingPaused
: Email sending for this configuration set was disabled using the UpdateConfigurationSetSendingEnabled operation.
-
InvalidParameterValue
: One or more of the parameters you specified when calling this operation was invalid. See the error message for additional information.
-
TransientFailure
: Amazon SES was unable to process your request because of a temporary issue.
-
Failed
: Amazon SES was unable to process your request. See the error message for additional information.
\n@param status The status of a message sent using the SendBulkTemplatedEmail
operation. Possible values for this parameter include:
-
Success
: Amazon SES accepted the message, and will attempt to deliver it to the recipients.
-
MessageRejected
: The message was rejected because it contained a virus.
-
MailFromDomainNotVerified
: The sender's email address or domain was not verified.
-
ConfigurationSetDoesNotExist
: The configuration set you specified does not exist.
-
TemplateDoesNotExist
: The template you specified does not exist.
-
AccountSuspended
: Your account has been shut down because of issues related to your email sending practices.
-
AccountThrottled
: The number of emails you can send has been reduced because your account has exceeded its allocated sending limit.
-
AccountDailyQuotaExceeded
: You have reached or exceeded the maximum number of emails you can send from your account in a 24-hour period.
-
InvalidSendingPoolName
: The configuration set you specified refers to an IP pool that does not exist.
-
AccountSendingPaused
: Email sending for the Amazon SES account was disabled using the UpdateAccountSendingEnabled operation.
-
ConfigurationSetSendingPaused
: Email sending for this configuration set was disabled using the UpdateConfigurationSetSendingEnabled operation.
-
InvalidParameterValue
: One or more of the parameters you specified when calling this operation was invalid. See the error message for additional information.
-
TransientFailure
: Amazon SES was unable to process your request because of a temporary issue.
-
Failed
: Amazon SES was unable to process your request. See the error message for additional information.
\n@see BulkEmailStatus\n@return Returns a reference to this object so that method calls can be chained together.\n@see BulkEmailStatus",
"fluentSetterMethodName" : "status",
"getterDocumentation" : "The status of a message sent using the SendBulkTemplatedEmail
operation.
Possible values for this parameter include:
-
Success
: Amazon SES accepted the message, and will attempt to deliver it to the recipients.
-
MessageRejected
: The message was rejected because it contained a virus.
-
MailFromDomainNotVerified
: The sender's email address or domain was not verified.
-
ConfigurationSetDoesNotExist
: The configuration set you specified does not exist.
-
TemplateDoesNotExist
: The template you specified does not exist.
-
AccountSuspended
: Your account has been shut down because of issues related to your email sending practices.
-
AccountThrottled
: The number of emails you can send has been reduced because your account has exceeded its allocated sending limit.
-
AccountDailyQuotaExceeded
: You have reached or exceeded the maximum number of emails you can send from your account in a 24-hour period.
-
InvalidSendingPoolName
: The configuration set you specified refers to an IP pool that does not exist.
-
AccountSendingPaused
: Email sending for the Amazon SES account was disabled using the UpdateAccountSendingEnabled operation.
-
ConfigurationSetSendingPaused
: Email sending for this configuration set was disabled using the UpdateConfigurationSetSendingEnabled operation.
-
InvalidParameterValue
: One or more of the parameters you specified when calling this operation was invalid. See the error message for additional information.
-
TransientFailure
: Amazon SES was unable to process your request because of a temporary issue.
-
Failed
: Amazon SES was unable to process your request. See the error message for additional information.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #status} will return {@link BulkEmailStatus#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #statusAsString}.\n
\n@return The status of a message sent using the SendBulkTemplatedEmail
operation. Possible values for this parameter include:
-
Success
: Amazon SES accepted the message, and will attempt to deliver it to the recipients.
-
MessageRejected
: The message was rejected because it contained a virus.
-
MailFromDomainNotVerified
: The sender's email address or domain was not verified.
-
ConfigurationSetDoesNotExist
: The configuration set you specified does not exist.
-
TemplateDoesNotExist
: The template you specified does not exist.
-
AccountSuspended
: Your account has been shut down because of issues related to your email sending practices.
-
AccountThrottled
: The number of emails you can send has been reduced because your account has exceeded its allocated sending limit.
-
AccountDailyQuotaExceeded
: You have reached or exceeded the maximum number of emails you can send from your account in a 24-hour period.
-
InvalidSendingPoolName
: The configuration set you specified refers to an IP pool that does not exist.
-
AccountSendingPaused
: Email sending for the Amazon SES account was disabled using the UpdateAccountSendingEnabled operation.
-
ConfigurationSetSendingPaused
: Email sending for this configuration set was disabled using the UpdateConfigurationSetSendingEnabled operation.
-
InvalidParameterValue
: One or more of the parameters you specified when calling this operation was invalid. See the error message for additional information.
-
TransientFailure
: Amazon SES was unable to process your request because of a temporary issue.
-
Failed
: Amazon SES was unable to process your request. See the error message for additional information.
\n@see BulkEmailStatus",
"getterModel" : {
"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,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Status",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Status",
"sensitive" : false,
"setterDocumentation" : "The status of a message sent using the SendBulkTemplatedEmail
operation.
Possible values for this parameter include:
-
Success
: Amazon SES accepted the message, and will attempt to deliver it to the recipients.
-
MessageRejected
: The message was rejected because it contained a virus.
-
MailFromDomainNotVerified
: The sender's email address or domain was not verified.
-
ConfigurationSetDoesNotExist
: The configuration set you specified does not exist.
-
TemplateDoesNotExist
: The template you specified does not exist.
-
AccountSuspended
: Your account has been shut down because of issues related to your email sending practices.
-
AccountThrottled
: The number of emails you can send has been reduced because your account has exceeded its allocated sending limit.
-
AccountDailyQuotaExceeded
: You have reached or exceeded the maximum number of emails you can send from your account in a 24-hour period.
-
InvalidSendingPoolName
: The configuration set you specified refers to an IP pool that does not exist.
-
AccountSendingPaused
: Email sending for the Amazon SES account was disabled using the UpdateAccountSendingEnabled operation.
-
ConfigurationSetSendingPaused
: Email sending for this configuration set was disabled using the UpdateConfigurationSetSendingEnabled operation.
-
InvalidParameterValue
: One or more of the parameters you specified when calling this operation was invalid. See the error message for additional information.
-
TransientFailure
: Amazon SES was unable to process your request because of a temporary issue.
-
Failed
: Amazon SES was unable to process your request. See the error message for additional information.
\n@param status The status of a message sent using the SendBulkTemplatedEmail
operation. Possible values for this parameter include:
-
Success
: Amazon SES accepted the message, and will attempt to deliver it to the recipients.
-
MessageRejected
: The message was rejected because it contained a virus.
-
MailFromDomainNotVerified
: The sender's email address or domain was not verified.
-
ConfigurationSetDoesNotExist
: The configuration set you specified does not exist.
-
TemplateDoesNotExist
: The template you specified does not exist.
-
AccountSuspended
: Your account has been shut down because of issues related to your email sending practices.
-
AccountThrottled
: The number of emails you can send has been reduced because your account has exceeded its allocated sending limit.
-
AccountDailyQuotaExceeded
: You have reached or exceeded the maximum number of emails you can send from your account in a 24-hour period.
-
InvalidSendingPoolName
: The configuration set you specified refers to an IP pool that does not exist.
-
AccountSendingPaused
: Email sending for the Amazon SES account was disabled using the UpdateAccountSendingEnabled operation.
-
ConfigurationSetSendingPaused
: Email sending for this configuration set was disabled using the UpdateConfigurationSetSendingEnabled operation.
-
InvalidParameterValue
: One or more of the parameters you specified when calling this operation was invalid. See the error message for additional information.
-
TransientFailure
: Amazon SES was unable to process your request because of a temporary issue.
-
Failed
: Amazon SES was unable to process your request. See the error message for additional information.
\n@see BulkEmailStatus",
"setterMethodName" : "setStatus",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "status",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "status",
"variableType" : "String",
"documentation" : "The status of a message sent using the SendBulkTemplatedEmail
operation.
Possible values for this parameter include:
-
Success
: Amazon SES accepted the message, and will attempt to deliver it to the recipients.
-
MessageRejected
: The message was rejected because it contained a virus.
-
MailFromDomainNotVerified
: The sender's email address or domain was not verified.
-
ConfigurationSetDoesNotExist
: The configuration set you specified does not exist.
-
TemplateDoesNotExist
: The template you specified does not exist.
-
AccountSuspended
: Your account has been shut down because of issues related to your email sending practices.
-
AccountThrottled
: The number of emails you can send has been reduced because your account has exceeded its allocated sending limit.
-
AccountDailyQuotaExceeded
: You have reached or exceeded the maximum number of emails you can send from your account in a 24-hour period.
-
InvalidSendingPoolName
: The configuration set you specified refers to an IP pool that does not exist.
-
AccountSendingPaused
: Email sending for the Amazon SES account was disabled using the UpdateAccountSendingEnabled operation.
-
ConfigurationSetSendingPaused
: Email sending for this configuration set was disabled using the UpdateConfigurationSetSendingEnabled operation.
-
InvalidParameterValue
: One or more of the parameters you specified when calling this operation was invalid. See the error message for additional information.
-
TransientFailure
: Amazon SES was unable to process your request because of a temporary issue.
-
Failed
: Amazon SES was unable to process your request. See the error message for additional information.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getError",
"beanStyleSetterMethodName" : "setError",
"c2jName" : "Error",
"c2jShape" : "Error",
"defaultConsumerFluentSetterDocumentation" : "A description of an error that prevented a message being sent using the SendBulkTemplatedEmail
operation.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #error(String)}.\n@param error a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #error(String)",
"deprecated" : false,
"documentation" : "A description of an error that prevented a message being sent using the SendBulkTemplatedEmail
operation.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "error",
"fluentSetterDocumentation" : "A description of an error that prevented a message being sent using the SendBulkTemplatedEmail
operation.
\n@param error A description of an error that prevented a message being sent using the SendBulkTemplatedEmail
operation.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "error",
"getterDocumentation" : "A description of an error that prevented a message being sent using the SendBulkTemplatedEmail
operation.
\n@return A description of an error that prevented a message being sent using the SendBulkTemplatedEmail
operation.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Error",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Error",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Error",
"sensitive" : false,
"setterDocumentation" : "A description of an error that prevented a message being sent using the SendBulkTemplatedEmail
operation.
\n@param error A description of an error that prevented a message being sent using the SendBulkTemplatedEmail
operation.",
"setterMethodName" : "setError",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "error",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "error",
"variableType" : "String",
"documentation" : "A description of an error that prevented a message being sent using the SendBulkTemplatedEmail
operation.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getMessageId",
"beanStyleSetterMethodName" : "setMessageId",
"c2jName" : "MessageId",
"c2jShape" : "MessageId",
"defaultConsumerFluentSetterDocumentation" : "The unique message identifier returned from the SendBulkTemplatedEmail
operation.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #messageId(String)}.\n@param messageId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #messageId(String)",
"deprecated" : false,
"documentation" : "The unique message identifier returned from the SendBulkTemplatedEmail
operation.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "messageId",
"fluentSetterDocumentation" : "The unique message identifier returned from the SendBulkTemplatedEmail
operation.
\n@param messageId The unique message identifier returned from the SendBulkTemplatedEmail
operation.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "messageId",
"getterDocumentation" : "The unique message identifier returned from the SendBulkTemplatedEmail
operation.
\n@return The unique message identifier returned from the SendBulkTemplatedEmail
operation.",
"getterModel" : {
"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,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "MessageId",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "MessageId",
"sensitive" : false,
"setterDocumentation" : "The unique message identifier returned from the SendBulkTemplatedEmail
operation.
\n@param messageId The unique message identifier returned from the SendBulkTemplatedEmail
operation.",
"setterMethodName" : "setMessageId",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "messageId",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "messageId",
"variableType" : "String",
"documentation" : "The unique message identifier returned from the SendBulkTemplatedEmail
operation.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "BulkEmailDestinationStatus",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "BulkEmailDestinationStatus",
"variableName" : "bulkEmailDestinationStatus",
"variableType" : "BulkEmailDestinationStatus",
"documentation" : null,
"simpleType" : "BulkEmailDestinationStatus",
"variableSetterType" : "BulkEmailDestinationStatus"
},
"wrapper" : false,
"xmlNamespace" : null
},
"BulkEmailStatus" : {
"c2jName" : "BulkEmailStatus",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "",
"endpointDiscovery" : null,
"enums" : [ {
"name" : "SUCCESS",
"value" : "Success"
}, {
"name" : "MESSAGE_REJECTED",
"value" : "MessageRejected"
}, {
"name" : "MAIL_FROM_DOMAIN_NOT_VERIFIED",
"value" : "MailFromDomainNotVerified"
}, {
"name" : "CONFIGURATION_SET_DOES_NOT_EXIST",
"value" : "ConfigurationSetDoesNotExist"
}, {
"name" : "TEMPLATE_DOES_NOT_EXIST",
"value" : "TemplateDoesNotExist"
}, {
"name" : "ACCOUNT_SUSPENDED",
"value" : "AccountSuspended"
}, {
"name" : "ACCOUNT_THROTTLED",
"value" : "AccountThrottled"
}, {
"name" : "ACCOUNT_DAILY_QUOTA_EXCEEDED",
"value" : "AccountDailyQuotaExceeded"
}, {
"name" : "INVALID_SENDING_POOL_NAME",
"value" : "InvalidSendingPoolName"
}, {
"name" : "ACCOUNT_SENDING_PAUSED",
"value" : "AccountSendingPaused"
}, {
"name" : "CONFIGURATION_SET_SENDING_PAUSED",
"value" : "ConfigurationSetSendingPaused"
}, {
"name" : "INVALID_PARAMETER_VALUE",
"value" : "InvalidParameterValue"
}, {
"name" : "TRANSIENT_FAILURE",
"value" : "TransientFailure"
}, {
"name" : "FAILED",
"value" : "Failed"
} ],
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : null,
"members" : [ ],
"membersAsMap" : { },
"nonStreamingMembers" : [ ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "BulkEmailStatus",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "BulkEmailStatus",
"variableName" : "bulkEmailStatus",
"variableType" : "BulkEmailStatus",
"documentation" : null,
"simpleType" : "BulkEmailStatus",
"variableSetterType" : "BulkEmailStatus"
},
"wrapper" : false,
"xmlNamespace" : null
},
"CannotDeleteException" : {
"c2jName" : "CannotDeleteException",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "Indicates that the delete operation could not be completed.
",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : "CannotDelete",
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : 400,
"marshaller" : null,
"members" : [ {
"beanStyleGetterMethodName" : "getName",
"beanStyleSetterMethodName" : "setName",
"c2jName" : "Name",
"c2jShape" : "RuleOrRuleSetName",
"defaultConsumerFluentSetterDocumentation" : "Indicates that a resource could not be deleted because no resource with the specified name exists.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #name(String)}.\n@param name a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #name(String)",
"deprecated" : false,
"documentation" : "Indicates that a resource could not be deleted because no resource with the specified name exists.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "name",
"fluentSetterDocumentation" : "Indicates that a resource could not be deleted because no resource with the specified name exists.
\n@param name Indicates that a resource could not be deleted because no resource with the specified name exists.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "name",
"getterDocumentation" : "Indicates that a resource could not be deleted because no resource with the specified name exists.
\n@return Indicates that a resource could not be deleted because no resource with the specified name exists.",
"getterModel" : {
"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,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Name",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Name",
"sensitive" : false,
"setterDocumentation" : "Indicates that a resource could not be deleted because no resource with the specified name exists.
\n@param name Indicates that a resource could not be deleted because no resource with the specified name exists.",
"setterMethodName" : "setName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "name",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "name",
"variableType" : "String",
"documentation" : "Indicates that a resource could not be deleted because no resource with the specified name exists.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"Name" : {
"beanStyleGetterMethodName" : "getName",
"beanStyleSetterMethodName" : "setName",
"c2jName" : "Name",
"c2jShape" : "RuleOrRuleSetName",
"defaultConsumerFluentSetterDocumentation" : "Indicates that a resource could not be deleted because no resource with the specified name exists.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #name(String)}.\n@param name a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #name(String)",
"deprecated" : false,
"documentation" : "Indicates that a resource could not be deleted because no resource with the specified name exists.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "name",
"fluentSetterDocumentation" : "Indicates that a resource could not be deleted because no resource with the specified name exists.
\n@param name Indicates that a resource could not be deleted because no resource with the specified name exists.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "name",
"getterDocumentation" : "Indicates that a resource could not be deleted because no resource with the specified name exists.
\n@return Indicates that a resource could not be deleted because no resource with the specified name exists.",
"getterModel" : {
"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,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Name",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Name",
"sensitive" : false,
"setterDocumentation" : "Indicates that a resource could not be deleted because no resource with the specified name exists.
\n@param name Indicates that a resource could not be deleted because no resource with the specified name exists.",
"setterMethodName" : "setName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "name",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "name",
"variableType" : "String",
"documentation" : "Indicates that a resource could not be deleted because no resource with the specified name exists.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"beanStyleGetterMethodName" : "getName",
"beanStyleSetterMethodName" : "setName",
"c2jName" : "Name",
"c2jShape" : "RuleOrRuleSetName",
"defaultConsumerFluentSetterDocumentation" : "Indicates that a resource could not be deleted because no resource with the specified name exists.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #name(String)}.\n@param name a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #name(String)",
"deprecated" : false,
"documentation" : "Indicates that a resource could not be deleted because no resource with the specified name exists.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "name",
"fluentSetterDocumentation" : "Indicates that a resource could not be deleted because no resource with the specified name exists.
\n@param name Indicates that a resource could not be deleted because no resource with the specified name exists.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "name",
"getterDocumentation" : "Indicates that a resource could not be deleted because no resource with the specified name exists.
\n@return Indicates that a resource could not be deleted because no resource with the specified name exists.",
"getterModel" : {
"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,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Name",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Name",
"sensitive" : false,
"setterDocumentation" : "Indicates that a resource could not be deleted because no resource with the specified name exists.
\n@param name Indicates that a resource could not be deleted because no resource with the specified name exists.",
"setterMethodName" : "setName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "name",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "name",
"variableType" : "String",
"documentation" : "Indicates that a resource could not be deleted because no resource with the specified name exists.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "CannotDeleteException",
"simpleMethod" : false,
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "CannotDeleteException",
"variableName" : "cannotDeleteException",
"variableType" : "CannotDeleteException",
"documentation" : null,
"simpleType" : "CannotDeleteException",
"variableSetterType" : "CannotDeleteException"
},
"wrapper" : false,
"xmlNamespace" : null
},
"CloneReceiptRuleSetRequest" : {
"c2jName" : "CloneReceiptRuleSetRequest",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"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.
",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : {
"action" : "CloneReceiptRuleSet",
"locationName" : null,
"requestUri" : "/",
"target" : "CloneReceiptRuleSet",
"verb" : "POST",
"xmlNameSpaceUri" : null
},
"members" : [ {
"beanStyleGetterMethodName" : "getRuleSetName",
"beanStyleSetterMethodName" : "setRuleSetName",
"c2jName" : "RuleSetName",
"c2jShape" : "ReceiptRuleSetName",
"defaultConsumerFluentSetterDocumentation" : "The name of the rule set to create. The name must:
-
This value can only contain ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).
-
Start and end with a letter or number.
-
Contain less than 64 characters.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #ruleSetName(String)}.\n@param ruleSetName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #ruleSetName(String)",
"deprecated" : false,
"documentation" : "The name of the rule set to create. The name must:
-
This value can only contain ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).
-
Start and end with a letter or number.
-
Contain less than 64 characters.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "ruleSetName",
"fluentSetterDocumentation" : "The name of the rule set to create. The name must:
-
This value can only contain ASCII letters (a-z, A-Z), numbers (0-9), 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: -
This value can only contain ASCII letters (a-z, A-Z), numbers (0-9), 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" : "ruleSetName",
"getterDocumentation" : "The name of the rule set to create. The name must:
-
This value can only contain ASCII letters (a-z, A-Z), numbers (0-9), 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: -
This value can only contain ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).
-
Start and end with a letter or number.
-
Contain less than 64 characters.
",
"getterModel" : {
"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,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "RuleSetName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "RuleSetName",
"sensitive" : false,
"setterDocumentation" : "The name of the rule set to create. The name must:
-
This value can only contain ASCII letters (a-z, A-Z), numbers (0-9), 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: -
This value can only contain ASCII letters (a-z, A-Z), numbers (0-9), 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" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "ruleSetName",
"variableType" : "String",
"documentation" : "The name of the rule set to create. The name must:
-
This value can only contain ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).
-
Start and end with a letter or number.
-
Contain less than 64 characters.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getOriginalRuleSetName",
"beanStyleSetterMethodName" : "setOriginalRuleSetName",
"c2jName" : "OriginalRuleSetName",
"c2jShape" : "ReceiptRuleSetName",
"defaultConsumerFluentSetterDocumentation" : "The name of the rule set to clone.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #originalRuleSetName(String)}.\n@param originalRuleSetName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #originalRuleSetName(String)",
"deprecated" : false,
"documentation" : "The name of the rule set to clone.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "originalRuleSetName",
"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" : "originalRuleSetName",
"getterDocumentation" : "The name of the rule set to clone.
\n@return The name of the rule set to clone.",
"getterModel" : {
"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,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "OriginalRuleSetName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "OriginalRuleSetName",
"sensitive" : false,
"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" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "originalRuleSetName",
"variableType" : "String",
"documentation" : "The name of the rule set to clone.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"OriginalRuleSetName" : {
"beanStyleGetterMethodName" : "getOriginalRuleSetName",
"beanStyleSetterMethodName" : "setOriginalRuleSetName",
"c2jName" : "OriginalRuleSetName",
"c2jShape" : "ReceiptRuleSetName",
"defaultConsumerFluentSetterDocumentation" : "The name of the rule set to clone.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #originalRuleSetName(String)}.\n@param originalRuleSetName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #originalRuleSetName(String)",
"deprecated" : false,
"documentation" : "The name of the rule set to clone.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "originalRuleSetName",
"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" : "originalRuleSetName",
"getterDocumentation" : "The name of the rule set to clone.
\n@return The name of the rule set to clone.",
"getterModel" : {
"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,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "OriginalRuleSetName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "OriginalRuleSetName",
"sensitive" : false,
"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" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "originalRuleSetName",
"variableType" : "String",
"documentation" : "The name of the rule set to clone.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"RuleSetName" : {
"beanStyleGetterMethodName" : "getRuleSetName",
"beanStyleSetterMethodName" : "setRuleSetName",
"c2jName" : "RuleSetName",
"c2jShape" : "ReceiptRuleSetName",
"defaultConsumerFluentSetterDocumentation" : "The name of the rule set to create. The name must:
-
This value can only contain ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).
-
Start and end with a letter or number.
-
Contain less than 64 characters.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #ruleSetName(String)}.\n@param ruleSetName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #ruleSetName(String)",
"deprecated" : false,
"documentation" : "The name of the rule set to create. The name must:
-
This value can only contain ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).
-
Start and end with a letter or number.
-
Contain less than 64 characters.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "ruleSetName",
"fluentSetterDocumentation" : "The name of the rule set to create. The name must:
-
This value can only contain ASCII letters (a-z, A-Z), numbers (0-9), 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: -
This value can only contain ASCII letters (a-z, A-Z), numbers (0-9), 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" : "ruleSetName",
"getterDocumentation" : "The name of the rule set to create. The name must:
-
This value can only contain ASCII letters (a-z, A-Z), numbers (0-9), 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: -
This value can only contain ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).
-
Start and end with a letter or number.
-
Contain less than 64 characters.
",
"getterModel" : {
"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,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "RuleSetName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "RuleSetName",
"sensitive" : false,
"setterDocumentation" : "The name of the rule set to create. The name must:
-
This value can only contain ASCII letters (a-z, A-Z), numbers (0-9), 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: -
This value can only contain ASCII letters (a-z, A-Z), numbers (0-9), 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" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "ruleSetName",
"variableType" : "String",
"documentation" : "The name of the rule set to create. The name must:
-
This value can only contain ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).
-
Start and end with a letter or number.
-
Contain less than 64 characters.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"beanStyleGetterMethodName" : "getRuleSetName",
"beanStyleSetterMethodName" : "setRuleSetName",
"c2jName" : "RuleSetName",
"c2jShape" : "ReceiptRuleSetName",
"defaultConsumerFluentSetterDocumentation" : "The name of the rule set to create. The name must:
-
This value can only contain ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).
-
Start and end with a letter or number.
-
Contain less than 64 characters.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #ruleSetName(String)}.\n@param ruleSetName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #ruleSetName(String)",
"deprecated" : false,
"documentation" : "The name of the rule set to create. The name must:
-
This value can only contain ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).
-
Start and end with a letter or number.
-
Contain less than 64 characters.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "ruleSetName",
"fluentSetterDocumentation" : "The name of the rule set to create. The name must:
-
This value can only contain ASCII letters (a-z, A-Z), numbers (0-9), 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: -
This value can only contain ASCII letters (a-z, A-Z), numbers (0-9), 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" : "ruleSetName",
"getterDocumentation" : "The name of the rule set to create. The name must:
-
This value can only contain ASCII letters (a-z, A-Z), numbers (0-9), 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: -
This value can only contain ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).
-
Start and end with a letter or number.
-
Contain less than 64 characters.
",
"getterModel" : {
"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,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "RuleSetName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "RuleSetName",
"sensitive" : false,
"setterDocumentation" : "The name of the rule set to create. The name must:
-
This value can only contain ASCII letters (a-z, A-Z), numbers (0-9), 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: -
This value can only contain ASCII letters (a-z, A-Z), numbers (0-9), 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" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "ruleSetName",
"variableType" : "String",
"documentation" : "The name of the rule set to create. The name must:
-
This value can only contain ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).
-
Start and end with a letter or number.
-
Contain less than 64 characters.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getOriginalRuleSetName",
"beanStyleSetterMethodName" : "setOriginalRuleSetName",
"c2jName" : "OriginalRuleSetName",
"c2jShape" : "ReceiptRuleSetName",
"defaultConsumerFluentSetterDocumentation" : "The name of the rule set to clone.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #originalRuleSetName(String)}.\n@param originalRuleSetName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #originalRuleSetName(String)",
"deprecated" : false,
"documentation" : "The name of the rule set to clone.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "originalRuleSetName",
"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" : "originalRuleSetName",
"getterDocumentation" : "The name of the rule set to clone.
\n@return The name of the rule set to clone.",
"getterModel" : {
"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,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "OriginalRuleSetName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "OriginalRuleSetName",
"sensitive" : false,
"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" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "originalRuleSetName",
"variableType" : "String",
"documentation" : "The name of the rule set to clone.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : [ "RuleSetName", "OriginalRuleSetName" ],
"shapeName" : "CloneReceiptRuleSetRequest",
"simpleMethod" : false,
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "CloneReceiptRuleSetRequest",
"variableName" : "cloneReceiptRuleSetRequest",
"variableType" : "CloneReceiptRuleSetRequest",
"documentation" : null,
"simpleType" : "CloneReceiptRuleSetRequest",
"variableSetterType" : "CloneReceiptRuleSetRequest"
},
"wrapper" : false,
"xmlNamespace" : null
},
"CloneReceiptRuleSetResponse" : {
"c2jName" : "CloneReceiptRuleSetResponse",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "An empty element returned on a successful request.
",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : null,
"members" : [ ],
"membersAsMap" : { },
"nonStreamingMembers" : [ ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "CloneReceiptRuleSetResponse",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : "CloneReceiptRuleSetResult"
},
"variable" : {
"variableDeclarationType" : "CloneReceiptRuleSetResponse",
"variableName" : "cloneReceiptRuleSetResponse",
"variableType" : "CloneReceiptRuleSetResponse",
"documentation" : null,
"simpleType" : "CloneReceiptRuleSetResponse",
"variableSetterType" : "CloneReceiptRuleSetResponse"
},
"wrapper" : false,
"xmlNamespace" : null
},
"CloudWatchDestination" : {
"c2jName" : "CloudWatchDestination",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"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.
",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : null,
"members" : [ {
"beanStyleGetterMethodName" : "getDimensionConfigurations",
"beanStyleSetterMethodName" : "setDimensionConfigurations",
"c2jName" : "DimensionConfigurations",
"c2jShape" : "CloudWatchDimensionConfigurations",
"defaultConsumerFluentSetterDocumentation" : "A list of dimensions upon which to categorize your emails when you publish email sending events to Amazon CloudWatch.
\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #dimensionConfigurations(List)}.\n@param dimensionConfigurations a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #dimensionConfigurations(List)",
"deprecated" : false,
"documentation" : "A list of dimensions upon which to categorize your emails when you publish email sending events to Amazon CloudWatch.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "dimensionConfigurations",
"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" : "dimensionConfigurations",
"getterDocumentation" : "A list of dimensions upon which to categorize your emails when you publish email sending events to Amazon CloudWatch.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n@return A list of dimensions upon which to categorize your emails when you publish email sending events to Amazon CloudWatch.",
"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,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "DimensionConfigurations",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "CloudWatchDimensionConfiguration",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link CloudWatchDimensionConfiguration.Builder} avoiding the need to create one manually via {@link CloudWatchDimensionConfiguration#builder()}.\n\nWhen the {@link Consumer} completes, {@link CloudWatchDimensionConfiguration.Builder#build()} is called immediately and its result is passed to {@link #member(CloudWatchDimensionConfiguration)}.\n@param member a consumer that will call methods on {@link CloudWatchDimensionConfiguration.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(CloudWatchDimensionConfiguration)",
"deprecated" : false,
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "member",
"fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "member",
"getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.",
"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,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "Member",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "CloudWatchDimensionConfiguration",
"variableName" : "member",
"variableType" : "CloudWatchDimensionConfiguration",
"documentation" : null,
"simpleType" : "CloudWatchDimensionConfiguration",
"variableSetterType" : "CloudWatchDimensionConfiguration"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "CloudWatchDimensionConfiguration",
"variableName" : "member",
"variableType" : "CloudWatchDimensionConfiguration",
"documentation" : "",
"simpleType" : "CloudWatchDimensionConfiguration",
"variableSetterType" : "CloudWatchDimensionConfiguration"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "CloudWatchDimensionConfiguration",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : false,
"simpleType" : "CloudWatchDimensionConfiguration",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingType" : "LIST",
"name" : "DimensionConfigurations",
"sensitive" : false,
"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" : "java.util.List",
"variableName" : "dimensionConfigurations",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.util.List",
"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"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"DimensionConfigurations" : {
"beanStyleGetterMethodName" : "getDimensionConfigurations",
"beanStyleSetterMethodName" : "setDimensionConfigurations",
"c2jName" : "DimensionConfigurations",
"c2jShape" : "CloudWatchDimensionConfigurations",
"defaultConsumerFluentSetterDocumentation" : "A list of dimensions upon which to categorize your emails when you publish email sending events to Amazon CloudWatch.
\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #dimensionConfigurations(List)}.\n@param dimensionConfigurations a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #dimensionConfigurations(List)",
"deprecated" : false,
"documentation" : "A list of dimensions upon which to categorize your emails when you publish email sending events to Amazon CloudWatch.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "dimensionConfigurations",
"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" : "dimensionConfigurations",
"getterDocumentation" : "A list of dimensions upon which to categorize your emails when you publish email sending events to Amazon CloudWatch.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n@return A list of dimensions upon which to categorize your emails when you publish email sending events to Amazon CloudWatch.",
"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,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "DimensionConfigurations",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "CloudWatchDimensionConfiguration",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link CloudWatchDimensionConfiguration.Builder} avoiding the need to create one manually via {@link CloudWatchDimensionConfiguration#builder()}.\n\nWhen the {@link Consumer} completes, {@link CloudWatchDimensionConfiguration.Builder#build()} is called immediately and its result is passed to {@link #member(CloudWatchDimensionConfiguration)}.\n@param member a consumer that will call methods on {@link CloudWatchDimensionConfiguration.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(CloudWatchDimensionConfiguration)",
"deprecated" : false,
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "member",
"fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "member",
"getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.",
"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,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "Member",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "CloudWatchDimensionConfiguration",
"variableName" : "member",
"variableType" : "CloudWatchDimensionConfiguration",
"documentation" : null,
"simpleType" : "CloudWatchDimensionConfiguration",
"variableSetterType" : "CloudWatchDimensionConfiguration"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "CloudWatchDimensionConfiguration",
"variableName" : "member",
"variableType" : "CloudWatchDimensionConfiguration",
"documentation" : "",
"simpleType" : "CloudWatchDimensionConfiguration",
"variableSetterType" : "CloudWatchDimensionConfiguration"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "CloudWatchDimensionConfiguration",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : false,
"simpleType" : "CloudWatchDimensionConfiguration",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingType" : "LIST",
"name" : "DimensionConfigurations",
"sensitive" : false,
"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" : "java.util.List",
"variableName" : "dimensionConfigurations",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.util.List",
"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"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"beanStyleGetterMethodName" : "getDimensionConfigurations",
"beanStyleSetterMethodName" : "setDimensionConfigurations",
"c2jName" : "DimensionConfigurations",
"c2jShape" : "CloudWatchDimensionConfigurations",
"defaultConsumerFluentSetterDocumentation" : "A list of dimensions upon which to categorize your emails when you publish email sending events to Amazon CloudWatch.
\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #dimensionConfigurations(List)}.\n@param dimensionConfigurations a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #dimensionConfigurations(List)",
"deprecated" : false,
"documentation" : "A list of dimensions upon which to categorize your emails when you publish email sending events to Amazon CloudWatch.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "dimensionConfigurations",
"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" : "dimensionConfigurations",
"getterDocumentation" : "A list of dimensions upon which to categorize your emails when you publish email sending events to Amazon CloudWatch.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n@return A list of dimensions upon which to categorize your emails when you publish email sending events to Amazon CloudWatch.",
"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,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "DimensionConfigurations",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "CloudWatchDimensionConfiguration",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link CloudWatchDimensionConfiguration.Builder} avoiding the need to create one manually via {@link CloudWatchDimensionConfiguration#builder()}.\n\nWhen the {@link Consumer} completes, {@link CloudWatchDimensionConfiguration.Builder#build()} is called immediately and its result is passed to {@link #member(CloudWatchDimensionConfiguration)}.\n@param member a consumer that will call methods on {@link CloudWatchDimensionConfiguration.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(CloudWatchDimensionConfiguration)",
"deprecated" : false,
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "member",
"fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "member",
"getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.",
"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,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "Member",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "CloudWatchDimensionConfiguration",
"variableName" : "member",
"variableType" : "CloudWatchDimensionConfiguration",
"documentation" : null,
"simpleType" : "CloudWatchDimensionConfiguration",
"variableSetterType" : "CloudWatchDimensionConfiguration"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "CloudWatchDimensionConfiguration",
"variableName" : "member",
"variableType" : "CloudWatchDimensionConfiguration",
"documentation" : "",
"simpleType" : "CloudWatchDimensionConfiguration",
"variableSetterType" : "CloudWatchDimensionConfiguration"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "CloudWatchDimensionConfiguration",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : false,
"simpleType" : "CloudWatchDimensionConfiguration",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingType" : "LIST",
"name" : "DimensionConfigurations",
"sensitive" : false,
"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" : "java.util.List",
"variableName" : "dimensionConfigurations",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.util.List",
"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"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : [ "DimensionConfigurations" ],
"shapeName" : "CloudWatchDestination",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "CloudWatchDestination",
"variableName" : "cloudWatchDestination",
"variableType" : "CloudWatchDestination",
"documentation" : null,
"simpleType" : "CloudWatchDestination",
"variableSetterType" : "CloudWatchDestination"
},
"wrapper" : false,
"xmlNamespace" : null
},
"CloudWatchDimensionConfiguration" : {
"c2jName" : "CloudWatchDimensionConfiguration",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"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.
",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : null,
"members" : [ {
"beanStyleGetterMethodName" : "getDimensionName",
"beanStyleSetterMethodName" : "setDimensionName",
"c2jName" : "DimensionName",
"c2jShape" : "DimensionName",
"defaultConsumerFluentSetterDocumentation" : "The name of an Amazon CloudWatch dimension associated with an email sending metric. The name must:
-
This value can only contain ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).
-
Contain less than 256 characters.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #dimensionName(String)}.\n@param dimensionName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #dimensionName(String)",
"deprecated" : false,
"documentation" : "The name of an Amazon CloudWatch dimension associated with an email sending metric. The name must:
-
This value can only contain ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).
-
Contain less than 256 characters.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "dimensionName",
"fluentSetterDocumentation" : "The name of an Amazon CloudWatch dimension associated with an email sending metric. The name must:
-
This value can only contain 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: -
This value can only contain 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" : "dimensionName",
"getterDocumentation" : "The name of an Amazon CloudWatch dimension associated with an email sending metric. The name must:
-
This value can only contain 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: -
This value can only contain ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).
-
Contain less than 256 characters.
",
"getterModel" : {
"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,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "DimensionName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "DimensionName",
"sensitive" : false,
"setterDocumentation" : "The name of an Amazon CloudWatch dimension associated with an email sending metric. The name must:
-
This value can only contain 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: -
This value can only contain 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" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "dimensionName",
"variableType" : "String",
"documentation" : "The name of an Amazon CloudWatch dimension associated with an email sending metric. The name must:
-
This value can only contain ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).
-
Contain less than 256 characters.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getDimensionValueSourceAsString",
"beanStyleSetterMethodName" : "setDimensionValueSource",
"c2jName" : "DimensionValueSource",
"c2jShape" : "DimensionValueSource",
"defaultConsumerFluentSetterDocumentation" : "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
.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #dimensionValueSourceAsString(String)}.\n@param dimensionValueSource a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #dimensionValueSource(String)",
"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
.
",
"endpointDiscoveryId" : false,
"enumType" : "DimensionValueSource",
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : "dimensionValueSource",
"fluentEnumSetterMethodName" : "dimensionValueSource",
"fluentGetterMethodName" : "dimensionValueSourceAsString",
"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@see DimensionValueSource\n@return Returns a reference to this object so that method calls can be chained together.\n@see DimensionValueSource",
"fluentSetterMethodName" : "dimensionValueSource",
"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\nIf the service returns an enum value that is not available in the current SDK version, {@link #dimensionValueSource} will return {@link DimensionValueSource#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #dimensionValueSourceAsString}.\n
\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",
"getterModel" : {
"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,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "DimensionValueSource",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "DimensionValueSource",
"sensitive" : false,
"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" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"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"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getDefaultDimensionValue",
"beanStyleSetterMethodName" : "setDefaultDimensionValue",
"c2jName" : "DefaultDimensionValue",
"c2jShape" : "DefaultDimensionValue",
"defaultConsumerFluentSetterDocumentation" : "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:
-
This value can only contain ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).
-
Contain less than 256 characters.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #defaultDimensionValue(String)}.\n@param defaultDimensionValue a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #defaultDimensionValue(String)",
"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:
-
This value can only contain ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).
-
Contain less than 256 characters.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "defaultDimensionValue",
"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:
-
This value can only contain 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: -
This value can only contain 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" : "defaultDimensionValue",
"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:
-
This value can only contain 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: -
This value can only contain ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).
-
Contain less than 256 characters.
",
"getterModel" : {
"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,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "DefaultDimensionValue",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "DefaultDimensionValue",
"sensitive" : false,
"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:
-
This value can only contain 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: -
This value can only contain 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" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"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:
-
This value can only contain ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).
-
Contain less than 256 characters.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"DefaultDimensionValue" : {
"beanStyleGetterMethodName" : "getDefaultDimensionValue",
"beanStyleSetterMethodName" : "setDefaultDimensionValue",
"c2jName" : "DefaultDimensionValue",
"c2jShape" : "DefaultDimensionValue",
"defaultConsumerFluentSetterDocumentation" : "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:
-
This value can only contain ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).
-
Contain less than 256 characters.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #defaultDimensionValue(String)}.\n@param defaultDimensionValue a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #defaultDimensionValue(String)",
"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:
-
This value can only contain ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).
-
Contain less than 256 characters.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "defaultDimensionValue",
"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:
-
This value can only contain 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: -
This value can only contain 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" : "defaultDimensionValue",
"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:
-
This value can only contain 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: -
This value can only contain ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).
-
Contain less than 256 characters.
",
"getterModel" : {
"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,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "DefaultDimensionValue",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "DefaultDimensionValue",
"sensitive" : false,
"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:
-
This value can only contain 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: -
This value can only contain 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" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"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:
-
This value can only contain ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).
-
Contain less than 256 characters.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"DimensionName" : {
"beanStyleGetterMethodName" : "getDimensionName",
"beanStyleSetterMethodName" : "setDimensionName",
"c2jName" : "DimensionName",
"c2jShape" : "DimensionName",
"defaultConsumerFluentSetterDocumentation" : "The name of an Amazon CloudWatch dimension associated with an email sending metric. The name must:
-
This value can only contain ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).
-
Contain less than 256 characters.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #dimensionName(String)}.\n@param dimensionName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #dimensionName(String)",
"deprecated" : false,
"documentation" : "The name of an Amazon CloudWatch dimension associated with an email sending metric. The name must:
-
This value can only contain ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).
-
Contain less than 256 characters.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "dimensionName",
"fluentSetterDocumentation" : "The name of an Amazon CloudWatch dimension associated with an email sending metric. The name must:
-
This value can only contain 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: -
This value can only contain 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" : "dimensionName",
"getterDocumentation" : "The name of an Amazon CloudWatch dimension associated with an email sending metric. The name must:
-
This value can only contain 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: -
This value can only contain ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).
-
Contain less than 256 characters.
",
"getterModel" : {
"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,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "DimensionName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "DimensionName",
"sensitive" : false,
"setterDocumentation" : "The name of an Amazon CloudWatch dimension associated with an email sending metric. The name must:
-
This value can only contain 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: -
This value can only contain 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" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "dimensionName",
"variableType" : "String",
"documentation" : "The name of an Amazon CloudWatch dimension associated with an email sending metric. The name must:
-
This value can only contain ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).
-
Contain less than 256 characters.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"DimensionValueSource" : {
"beanStyleGetterMethodName" : "getDimensionValueSourceAsString",
"beanStyleSetterMethodName" : "setDimensionValueSource",
"c2jName" : "DimensionValueSource",
"c2jShape" : "DimensionValueSource",
"defaultConsumerFluentSetterDocumentation" : "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
.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #dimensionValueSourceAsString(String)}.\n@param dimensionValueSource a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #dimensionValueSource(String)",
"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
.
",
"endpointDiscoveryId" : false,
"enumType" : "DimensionValueSource",
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : "dimensionValueSource",
"fluentEnumSetterMethodName" : "dimensionValueSource",
"fluentGetterMethodName" : "dimensionValueSourceAsString",
"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@see DimensionValueSource\n@return Returns a reference to this object so that method calls can be chained together.\n@see DimensionValueSource",
"fluentSetterMethodName" : "dimensionValueSource",
"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\nIf the service returns an enum value that is not available in the current SDK version, {@link #dimensionValueSource} will return {@link DimensionValueSource#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #dimensionValueSourceAsString}.\n
\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",
"getterModel" : {
"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,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "DimensionValueSource",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "DimensionValueSource",
"sensitive" : false,
"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" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"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"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"beanStyleGetterMethodName" : "getDimensionName",
"beanStyleSetterMethodName" : "setDimensionName",
"c2jName" : "DimensionName",
"c2jShape" : "DimensionName",
"defaultConsumerFluentSetterDocumentation" : "The name of an Amazon CloudWatch dimension associated with an email sending metric. The name must:
-
This value can only contain ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).
-
Contain less than 256 characters.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #dimensionName(String)}.\n@param dimensionName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #dimensionName(String)",
"deprecated" : false,
"documentation" : "The name of an Amazon CloudWatch dimension associated with an email sending metric. The name must:
-
This value can only contain ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).
-
Contain less than 256 characters.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "dimensionName",
"fluentSetterDocumentation" : "The name of an Amazon CloudWatch dimension associated with an email sending metric. The name must:
-
This value can only contain 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: -
This value can only contain 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" : "dimensionName",
"getterDocumentation" : "The name of an Amazon CloudWatch dimension associated with an email sending metric. The name must:
-
This value can only contain 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: -
This value can only contain ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).
-
Contain less than 256 characters.
",
"getterModel" : {
"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,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "DimensionName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "DimensionName",
"sensitive" : false,
"setterDocumentation" : "The name of an Amazon CloudWatch dimension associated with an email sending metric. The name must:
-
This value can only contain 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: -
This value can only contain 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" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "dimensionName",
"variableType" : "String",
"documentation" : "The name of an Amazon CloudWatch dimension associated with an email sending metric. The name must:
-
This value can only contain ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).
-
Contain less than 256 characters.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getDimensionValueSourceAsString",
"beanStyleSetterMethodName" : "setDimensionValueSource",
"c2jName" : "DimensionValueSource",
"c2jShape" : "DimensionValueSource",
"defaultConsumerFluentSetterDocumentation" : "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
.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #dimensionValueSourceAsString(String)}.\n@param dimensionValueSource a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #dimensionValueSource(String)",
"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
.
",
"endpointDiscoveryId" : false,
"enumType" : "DimensionValueSource",
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : "dimensionValueSource",
"fluentEnumSetterMethodName" : "dimensionValueSource",
"fluentGetterMethodName" : "dimensionValueSourceAsString",
"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@see DimensionValueSource\n@return Returns a reference to this object so that method calls can be chained together.\n@see DimensionValueSource",
"fluentSetterMethodName" : "dimensionValueSource",
"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\nIf the service returns an enum value that is not available in the current SDK version, {@link #dimensionValueSource} will return {@link DimensionValueSource#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #dimensionValueSourceAsString}.\n
\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",
"getterModel" : {
"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,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "DimensionValueSource",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "DimensionValueSource",
"sensitive" : false,
"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" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"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"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getDefaultDimensionValue",
"beanStyleSetterMethodName" : "setDefaultDimensionValue",
"c2jName" : "DefaultDimensionValue",
"c2jShape" : "DefaultDimensionValue",
"defaultConsumerFluentSetterDocumentation" : "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:
-
This value can only contain ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).
-
Contain less than 256 characters.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #defaultDimensionValue(String)}.\n@param defaultDimensionValue a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #defaultDimensionValue(String)",
"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:
-
This value can only contain ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).
-
Contain less than 256 characters.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "defaultDimensionValue",
"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:
-
This value can only contain 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: -
This value can only contain 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" : "defaultDimensionValue",
"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:
-
This value can only contain 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: -
This value can only contain ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).
-
Contain less than 256 characters.
",
"getterModel" : {
"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,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "DefaultDimensionValue",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "DefaultDimensionValue",
"sensitive" : false,
"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:
-
This value can only contain 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: -
This value can only contain 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" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"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:
-
This value can only contain ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).
-
Contain less than 256 characters.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : [ "DimensionName", "DimensionValueSource", "DefaultDimensionValue" ],
"shapeName" : "CloudWatchDimensionConfiguration",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "CloudWatchDimensionConfiguration",
"variableName" : "cloudWatchDimensionConfiguration",
"variableType" : "CloudWatchDimensionConfiguration",
"documentation" : null,
"simpleType" : "CloudWatchDimensionConfiguration",
"variableSetterType" : "CloudWatchDimensionConfiguration"
},
"wrapper" : false,
"xmlNamespace" : null
},
"ConfigurationSet" : {
"c2jName" : "ConfigurationSet",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "The name of the configuration set.
Configuration sets let you create groups of rules that you can apply to the emails you send using Amazon SES. For more information about using configuration sets, see Using Amazon SES Configuration Sets in the Amazon SES Developer Guide.
",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : null,
"members" : [ {
"beanStyleGetterMethodName" : "getName",
"beanStyleSetterMethodName" : "setName",
"c2jName" : "Name",
"c2jShape" : "ConfigurationSetName",
"defaultConsumerFluentSetterDocumentation" : "The name of the configuration set. The name must meet the following requirements:
-
Contain only letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).
-
Contain 64 characters or fewer.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #name(String)}.\n@param name a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #name(String)",
"deprecated" : false,
"documentation" : "The name of the configuration set. The name must meet the following requirements:
-
Contain only letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).
-
Contain 64 characters or fewer.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "name",
"fluentSetterDocumentation" : "The name of the configuration set. The name must meet the following requirements:
-
Contain only letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).
-
Contain 64 characters or fewer.
\n@param name The name of the configuration set. The name must meet the following requirements: -
Contain only letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).
-
Contain 64 characters or fewer.
\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "name",
"getterDocumentation" : "The name of the configuration set. The name must meet the following requirements:
-
Contain only letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).
-
Contain 64 characters or fewer.
\n@return The name of the configuration set. The name must meet the following requirements: -
Contain only letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).
-
Contain 64 characters or fewer.
",
"getterModel" : {
"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,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Name",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Name",
"sensitive" : false,
"setterDocumentation" : "The name of the configuration set. The name must meet the following requirements:
-
Contain only letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).
-
Contain 64 characters or fewer.
\n@param name The name of the configuration set. The name must meet the following requirements: -
Contain only letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).
-
Contain 64 characters or fewer.
",
"setterMethodName" : "setName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "name",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "name",
"variableType" : "String",
"documentation" : "The name of the configuration set. The name must meet the following requirements:
-
Contain only letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).
-
Contain 64 characters or fewer.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"Name" : {
"beanStyleGetterMethodName" : "getName",
"beanStyleSetterMethodName" : "setName",
"c2jName" : "Name",
"c2jShape" : "ConfigurationSetName",
"defaultConsumerFluentSetterDocumentation" : "The name of the configuration set. The name must meet the following requirements:
-
Contain only letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).
-
Contain 64 characters or fewer.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #name(String)}.\n@param name a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #name(String)",
"deprecated" : false,
"documentation" : "The name of the configuration set. The name must meet the following requirements:
-
Contain only letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).
-
Contain 64 characters or fewer.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "name",
"fluentSetterDocumentation" : "The name of the configuration set. The name must meet the following requirements:
-
Contain only letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).
-
Contain 64 characters or fewer.
\n@param name The name of the configuration set. The name must meet the following requirements: -
Contain only letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).
-
Contain 64 characters or fewer.
\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "name",
"getterDocumentation" : "The name of the configuration set. The name must meet the following requirements:
-
Contain only letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).
-
Contain 64 characters or fewer.
\n@return The name of the configuration set. The name must meet the following requirements: -
Contain only letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).
-
Contain 64 characters or fewer.
",
"getterModel" : {
"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,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Name",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Name",
"sensitive" : false,
"setterDocumentation" : "The name of the configuration set. The name must meet the following requirements:
-
Contain only letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).
-
Contain 64 characters or fewer.
\n@param name The name of the configuration set. The name must meet the following requirements: -
Contain only letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).
-
Contain 64 characters or fewer.
",
"setterMethodName" : "setName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "name",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "name",
"variableType" : "String",
"documentation" : "The name of the configuration set. The name must meet the following requirements:
-
Contain only letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).
-
Contain 64 characters or fewer.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"beanStyleGetterMethodName" : "getName",
"beanStyleSetterMethodName" : "setName",
"c2jName" : "Name",
"c2jShape" : "ConfigurationSetName",
"defaultConsumerFluentSetterDocumentation" : "The name of the configuration set. The name must meet the following requirements:
-
Contain only letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).
-
Contain 64 characters or fewer.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #name(String)}.\n@param name a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #name(String)",
"deprecated" : false,
"documentation" : "The name of the configuration set. The name must meet the following requirements:
-
Contain only letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).
-
Contain 64 characters or fewer.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "name",
"fluentSetterDocumentation" : "The name of the configuration set. The name must meet the following requirements:
-
Contain only letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).
-
Contain 64 characters or fewer.
\n@param name The name of the configuration set. The name must meet the following requirements: -
Contain only letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).
-
Contain 64 characters or fewer.
\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "name",
"getterDocumentation" : "The name of the configuration set. The name must meet the following requirements:
-
Contain only letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).
-
Contain 64 characters or fewer.
\n@return The name of the configuration set. The name must meet the following requirements: -
Contain only letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).
-
Contain 64 characters or fewer.
",
"getterModel" : {
"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,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Name",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Name",
"sensitive" : false,
"setterDocumentation" : "The name of the configuration set. The name must meet the following requirements:
-
Contain only letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).
-
Contain 64 characters or fewer.
\n@param name The name of the configuration set. The name must meet the following requirements: -
Contain only letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).
-
Contain 64 characters or fewer.
",
"setterMethodName" : "setName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "name",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "name",
"variableType" : "String",
"documentation" : "The name of the configuration set. The name must meet the following requirements:
-
Contain only letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).
-
Contain 64 characters or fewer.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : [ "Name" ],
"shapeName" : "ConfigurationSet",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "ConfigurationSet",
"variableName" : "configurationSet",
"variableType" : "ConfigurationSet",
"documentation" : null,
"simpleType" : "ConfigurationSet",
"variableSetterType" : "ConfigurationSet"
},
"wrapper" : false,
"xmlNamespace" : null
},
"ConfigurationSetAlreadyExistsException" : {
"c2jName" : "ConfigurationSetAlreadyExistsException",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "Indicates that the configuration set could not be created because of a naming conflict.
",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : "ConfigurationSetAlreadyExists",
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : 400,
"marshaller" : null,
"members" : [ {
"beanStyleGetterMethodName" : "getConfigurationSetName",
"beanStyleSetterMethodName" : "setConfigurationSetName",
"c2jName" : "ConfigurationSetName",
"c2jShape" : "ConfigurationSetName",
"defaultConsumerFluentSetterDocumentation" : "Indicates that the configuration set does not exist.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #configurationSetName(String)}.\n@param configurationSetName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #configurationSetName(String)",
"deprecated" : false,
"documentation" : "Indicates that the configuration set does not exist.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "configurationSetName",
"fluentSetterDocumentation" : "Indicates that the configuration set does not exist.
\n@param configurationSetName Indicates that the configuration set does not exist.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "configurationSetName",
"getterDocumentation" : "Indicates that the configuration set does not exist.
\n@return Indicates that the configuration set does not exist.",
"getterModel" : {
"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,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "ConfigurationSetName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "ConfigurationSetName",
"sensitive" : false,
"setterDocumentation" : "Indicates that the configuration set does not exist.
\n@param configurationSetName Indicates that the configuration set does not exist.",
"setterMethodName" : "setConfigurationSetName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "configurationSetName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "configurationSetName",
"variableType" : "String",
"documentation" : "Indicates that the configuration set does not exist.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"ConfigurationSetName" : {
"beanStyleGetterMethodName" : "getConfigurationSetName",
"beanStyleSetterMethodName" : "setConfigurationSetName",
"c2jName" : "ConfigurationSetName",
"c2jShape" : "ConfigurationSetName",
"defaultConsumerFluentSetterDocumentation" : "Indicates that the configuration set does not exist.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #configurationSetName(String)}.\n@param configurationSetName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #configurationSetName(String)",
"deprecated" : false,
"documentation" : "Indicates that the configuration set does not exist.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "configurationSetName",
"fluentSetterDocumentation" : "Indicates that the configuration set does not exist.
\n@param configurationSetName Indicates that the configuration set does not exist.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "configurationSetName",
"getterDocumentation" : "Indicates that the configuration set does not exist.
\n@return Indicates that the configuration set does not exist.",
"getterModel" : {
"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,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "ConfigurationSetName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "ConfigurationSetName",
"sensitive" : false,
"setterDocumentation" : "Indicates that the configuration set does not exist.
\n@param configurationSetName Indicates that the configuration set does not exist.",
"setterMethodName" : "setConfigurationSetName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "configurationSetName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "configurationSetName",
"variableType" : "String",
"documentation" : "Indicates that the configuration set does not exist.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"beanStyleGetterMethodName" : "getConfigurationSetName",
"beanStyleSetterMethodName" : "setConfigurationSetName",
"c2jName" : "ConfigurationSetName",
"c2jShape" : "ConfigurationSetName",
"defaultConsumerFluentSetterDocumentation" : "Indicates that the configuration set does not exist.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #configurationSetName(String)}.\n@param configurationSetName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #configurationSetName(String)",
"deprecated" : false,
"documentation" : "Indicates that the configuration set does not exist.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "configurationSetName",
"fluentSetterDocumentation" : "Indicates that the configuration set does not exist.
\n@param configurationSetName Indicates that the configuration set does not exist.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "configurationSetName",
"getterDocumentation" : "Indicates that the configuration set does not exist.
\n@return Indicates that the configuration set does not exist.",
"getterModel" : {
"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,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "ConfigurationSetName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "ConfigurationSetName",
"sensitive" : false,
"setterDocumentation" : "Indicates that the configuration set does not exist.
\n@param configurationSetName Indicates that the configuration set does not exist.",
"setterMethodName" : "setConfigurationSetName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "configurationSetName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "configurationSetName",
"variableType" : "String",
"documentation" : "Indicates that the configuration set does not exist.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "ConfigurationSetAlreadyExistsException",
"simpleMethod" : false,
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "ConfigurationSetAlreadyExistsException",
"variableName" : "configurationSetAlreadyExistsException",
"variableType" : "ConfigurationSetAlreadyExistsException",
"documentation" : null,
"simpleType" : "ConfigurationSetAlreadyExistsException",
"variableSetterType" : "ConfigurationSetAlreadyExistsException"
},
"wrapper" : false,
"xmlNamespace" : null
},
"ConfigurationSetAttribute" : {
"c2jName" : "ConfigurationSetAttribute",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "",
"endpointDiscovery" : null,
"enums" : [ {
"name" : "EVENT_DESTINATIONS",
"value" : "eventDestinations"
}, {
"name" : "TRACKING_OPTIONS",
"value" : "trackingOptions"
}, {
"name" : "DELIVERY_OPTIONS",
"value" : "deliveryOptions"
}, {
"name" : "REPUTATION_OPTIONS",
"value" : "reputationOptions"
} ],
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : null,
"members" : [ ],
"membersAsMap" : { },
"nonStreamingMembers" : [ ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "ConfigurationSetAttribute",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "ConfigurationSetAttribute",
"variableName" : "configurationSetAttribute",
"variableType" : "ConfigurationSetAttribute",
"documentation" : null,
"simpleType" : "ConfigurationSetAttribute",
"variableSetterType" : "ConfigurationSetAttribute"
},
"wrapper" : false,
"xmlNamespace" : null
},
"ConfigurationSetDoesNotExistException" : {
"c2jName" : "ConfigurationSetDoesNotExistException",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "Indicates that the configuration set does not exist.
",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : "ConfigurationSetDoesNotExist",
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : 400,
"marshaller" : null,
"members" : [ {
"beanStyleGetterMethodName" : "getConfigurationSetName",
"beanStyleSetterMethodName" : "setConfigurationSetName",
"c2jName" : "ConfigurationSetName",
"c2jShape" : "ConfigurationSetName",
"defaultConsumerFluentSetterDocumentation" : "Indicates that the configuration set does not exist.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #configurationSetName(String)}.\n@param configurationSetName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #configurationSetName(String)",
"deprecated" : false,
"documentation" : "Indicates that the configuration set does not exist.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "configurationSetName",
"fluentSetterDocumentation" : "Indicates that the configuration set does not exist.
\n@param configurationSetName Indicates that the configuration set does not exist.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "configurationSetName",
"getterDocumentation" : "Indicates that the configuration set does not exist.
\n@return Indicates that the configuration set does not exist.",
"getterModel" : {
"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,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "ConfigurationSetName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "ConfigurationSetName",
"sensitive" : false,
"setterDocumentation" : "Indicates that the configuration set does not exist.
\n@param configurationSetName Indicates that the configuration set does not exist.",
"setterMethodName" : "setConfigurationSetName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "configurationSetName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "configurationSetName",
"variableType" : "String",
"documentation" : "Indicates that the configuration set does not exist.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"ConfigurationSetName" : {
"beanStyleGetterMethodName" : "getConfigurationSetName",
"beanStyleSetterMethodName" : "setConfigurationSetName",
"c2jName" : "ConfigurationSetName",
"c2jShape" : "ConfigurationSetName",
"defaultConsumerFluentSetterDocumentation" : "Indicates that the configuration set does not exist.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #configurationSetName(String)}.\n@param configurationSetName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #configurationSetName(String)",
"deprecated" : false,
"documentation" : "Indicates that the configuration set does not exist.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "configurationSetName",
"fluentSetterDocumentation" : "Indicates that the configuration set does not exist.
\n@param configurationSetName Indicates that the configuration set does not exist.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "configurationSetName",
"getterDocumentation" : "Indicates that the configuration set does not exist.
\n@return Indicates that the configuration set does not exist.",
"getterModel" : {
"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,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "ConfigurationSetName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "ConfigurationSetName",
"sensitive" : false,
"setterDocumentation" : "Indicates that the configuration set does not exist.
\n@param configurationSetName Indicates that the configuration set does not exist.",
"setterMethodName" : "setConfigurationSetName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "configurationSetName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "configurationSetName",
"variableType" : "String",
"documentation" : "Indicates that the configuration set does not exist.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"beanStyleGetterMethodName" : "getConfigurationSetName",
"beanStyleSetterMethodName" : "setConfigurationSetName",
"c2jName" : "ConfigurationSetName",
"c2jShape" : "ConfigurationSetName",
"defaultConsumerFluentSetterDocumentation" : "Indicates that the configuration set does not exist.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #configurationSetName(String)}.\n@param configurationSetName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #configurationSetName(String)",
"deprecated" : false,
"documentation" : "Indicates that the configuration set does not exist.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "configurationSetName",
"fluentSetterDocumentation" : "Indicates that the configuration set does not exist.
\n@param configurationSetName Indicates that the configuration set does not exist.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "configurationSetName",
"getterDocumentation" : "Indicates that the configuration set does not exist.
\n@return Indicates that the configuration set does not exist.",
"getterModel" : {
"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,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "ConfigurationSetName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "ConfigurationSetName",
"sensitive" : false,
"setterDocumentation" : "Indicates that the configuration set does not exist.
\n@param configurationSetName Indicates that the configuration set does not exist.",
"setterMethodName" : "setConfigurationSetName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "configurationSetName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "configurationSetName",
"variableType" : "String",
"documentation" : "Indicates that the configuration set does not exist.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "ConfigurationSetDoesNotExistException",
"simpleMethod" : false,
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "ConfigurationSetDoesNotExistException",
"variableName" : "configurationSetDoesNotExistException",
"variableType" : "ConfigurationSetDoesNotExistException",
"documentation" : null,
"simpleType" : "ConfigurationSetDoesNotExistException",
"variableSetterType" : "ConfigurationSetDoesNotExistException"
},
"wrapper" : false,
"xmlNamespace" : null
},
"ConfigurationSetSendingPausedException" : {
"c2jName" : "ConfigurationSetSendingPausedException",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "Indicates that email sending is disabled for the configuration set.
You can enable or disable email sending for a configuration set using UpdateConfigurationSetSendingEnabled.
",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : "ConfigurationSetSendingPausedException",
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : 400,
"marshaller" : null,
"members" : [ {
"beanStyleGetterMethodName" : "getConfigurationSetName",
"beanStyleSetterMethodName" : "setConfigurationSetName",
"c2jName" : "ConfigurationSetName",
"c2jShape" : "ConfigurationSetName",
"defaultConsumerFluentSetterDocumentation" : "The name of the configuration set for which email sending is disabled.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #configurationSetName(String)}.\n@param configurationSetName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #configurationSetName(String)",
"deprecated" : false,
"documentation" : "The name of the configuration set for which email sending is disabled.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "configurationSetName",
"fluentSetterDocumentation" : "The name of the configuration set for which email sending is disabled.
\n@param configurationSetName The name of the configuration set for which email sending is disabled.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "configurationSetName",
"getterDocumentation" : "The name of the configuration set for which email sending is disabled.
\n@return The name of the configuration set for which email sending is disabled.",
"getterModel" : {
"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,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "ConfigurationSetName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "ConfigurationSetName",
"sensitive" : false,
"setterDocumentation" : "The name of the configuration set for which email sending is disabled.
\n@param configurationSetName The name of the configuration set for which email sending is disabled.",
"setterMethodName" : "setConfigurationSetName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "configurationSetName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "configurationSetName",
"variableType" : "String",
"documentation" : "The name of the configuration set for which email sending is disabled.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"ConfigurationSetName" : {
"beanStyleGetterMethodName" : "getConfigurationSetName",
"beanStyleSetterMethodName" : "setConfigurationSetName",
"c2jName" : "ConfigurationSetName",
"c2jShape" : "ConfigurationSetName",
"defaultConsumerFluentSetterDocumentation" : "The name of the configuration set for which email sending is disabled.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #configurationSetName(String)}.\n@param configurationSetName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #configurationSetName(String)",
"deprecated" : false,
"documentation" : "The name of the configuration set for which email sending is disabled.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "configurationSetName",
"fluentSetterDocumentation" : "The name of the configuration set for which email sending is disabled.
\n@param configurationSetName The name of the configuration set for which email sending is disabled.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "configurationSetName",
"getterDocumentation" : "The name of the configuration set for which email sending is disabled.
\n@return The name of the configuration set for which email sending is disabled.",
"getterModel" : {
"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,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "ConfigurationSetName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "ConfigurationSetName",
"sensitive" : false,
"setterDocumentation" : "The name of the configuration set for which email sending is disabled.
\n@param configurationSetName The name of the configuration set for which email sending is disabled.",
"setterMethodName" : "setConfigurationSetName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "configurationSetName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "configurationSetName",
"variableType" : "String",
"documentation" : "The name of the configuration set for which email sending is disabled.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"beanStyleGetterMethodName" : "getConfigurationSetName",
"beanStyleSetterMethodName" : "setConfigurationSetName",
"c2jName" : "ConfigurationSetName",
"c2jShape" : "ConfigurationSetName",
"defaultConsumerFluentSetterDocumentation" : "The name of the configuration set for which email sending is disabled.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #configurationSetName(String)}.\n@param configurationSetName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #configurationSetName(String)",
"deprecated" : false,
"documentation" : "The name of the configuration set for which email sending is disabled.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "configurationSetName",
"fluentSetterDocumentation" : "The name of the configuration set for which email sending is disabled.
\n@param configurationSetName The name of the configuration set for which email sending is disabled.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "configurationSetName",
"getterDocumentation" : "The name of the configuration set for which email sending is disabled.
\n@return The name of the configuration set for which email sending is disabled.",
"getterModel" : {
"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,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "ConfigurationSetName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "ConfigurationSetName",
"sensitive" : false,
"setterDocumentation" : "The name of the configuration set for which email sending is disabled.
\n@param configurationSetName The name of the configuration set for which email sending is disabled.",
"setterMethodName" : "setConfigurationSetName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "configurationSetName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "configurationSetName",
"variableType" : "String",
"documentation" : "The name of the configuration set for which email sending is disabled.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "ConfigurationSetSendingPausedException",
"simpleMethod" : false,
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "ConfigurationSetSendingPausedException",
"variableName" : "configurationSetSendingPausedException",
"variableType" : "ConfigurationSetSendingPausedException",
"documentation" : null,
"simpleType" : "ConfigurationSetSendingPausedException",
"variableSetterType" : "ConfigurationSetSendingPausedException"
},
"wrapper" : false,
"xmlNamespace" : null
},
"Content" : {
"c2jName" : "Content",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"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.
",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : null,
"members" : [ {
"beanStyleGetterMethodName" : "getData",
"beanStyleSetterMethodName" : "setData",
"c2jName" : "Data",
"c2jShape" : "MessageData",
"defaultConsumerFluentSetterDocumentation" : "The textual data of the content.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #data(String)}.\n@param data a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #data(String)",
"deprecated" : false,
"documentation" : "The textual data of the content.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "data",
"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" : "data",
"getterDocumentation" : "The textual data of the content.
\n@return The textual data of the content.",
"getterModel" : {
"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,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Data",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Data",
"sensitive" : false,
"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" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "data",
"variableType" : "String",
"documentation" : "The textual data of the content.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getCharset",
"beanStyleSetterMethodName" : "setCharset",
"c2jName" : "Charset",
"c2jShape" : "Charset",
"defaultConsumerFluentSetterDocumentation" : "The character set of the content.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #charset(String)}.\n@param charset a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #charset(String)",
"deprecated" : false,
"documentation" : "The character set of the content.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "charset",
"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" : "charset",
"getterDocumentation" : "The character set of the content.
\n@return The character set of the content.",
"getterModel" : {
"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,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Charset",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Charset",
"sensitive" : false,
"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" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "charset",
"variableType" : "String",
"documentation" : "The character set of the content.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"Charset" : {
"beanStyleGetterMethodName" : "getCharset",
"beanStyleSetterMethodName" : "setCharset",
"c2jName" : "Charset",
"c2jShape" : "Charset",
"defaultConsumerFluentSetterDocumentation" : "The character set of the content.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #charset(String)}.\n@param charset a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #charset(String)",
"deprecated" : false,
"documentation" : "The character set of the content.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "charset",
"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" : "charset",
"getterDocumentation" : "The character set of the content.
\n@return The character set of the content.",
"getterModel" : {
"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,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Charset",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Charset",
"sensitive" : false,
"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" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "charset",
"variableType" : "String",
"documentation" : "The character set of the content.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"Data" : {
"beanStyleGetterMethodName" : "getData",
"beanStyleSetterMethodName" : "setData",
"c2jName" : "Data",
"c2jShape" : "MessageData",
"defaultConsumerFluentSetterDocumentation" : "The textual data of the content.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #data(String)}.\n@param data a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #data(String)",
"deprecated" : false,
"documentation" : "The textual data of the content.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "data",
"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" : "data",
"getterDocumentation" : "The textual data of the content.
\n@return The textual data of the content.",
"getterModel" : {
"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,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Data",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Data",
"sensitive" : false,
"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" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "data",
"variableType" : "String",
"documentation" : "The textual data of the content.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"beanStyleGetterMethodName" : "getData",
"beanStyleSetterMethodName" : "setData",
"c2jName" : "Data",
"c2jShape" : "MessageData",
"defaultConsumerFluentSetterDocumentation" : "The textual data of the content.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #data(String)}.\n@param data a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #data(String)",
"deprecated" : false,
"documentation" : "The textual data of the content.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "data",
"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" : "data",
"getterDocumentation" : "The textual data of the content.
\n@return The textual data of the content.",
"getterModel" : {
"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,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Data",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Data",
"sensitive" : false,
"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" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "data",
"variableType" : "String",
"documentation" : "The textual data of the content.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getCharset",
"beanStyleSetterMethodName" : "setCharset",
"c2jName" : "Charset",
"c2jShape" : "Charset",
"defaultConsumerFluentSetterDocumentation" : "The character set of the content.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #charset(String)}.\n@param charset a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #charset(String)",
"deprecated" : false,
"documentation" : "The character set of the content.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "charset",
"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" : "charset",
"getterDocumentation" : "The character set of the content.
\n@return The character set of the content.",
"getterModel" : {
"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,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Charset",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Charset",
"sensitive" : false,
"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" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "charset",
"variableType" : "String",
"documentation" : "The character set of the content.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : [ "Data" ],
"shapeName" : "Content",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "Content",
"variableName" : "content",
"variableType" : "Content",
"documentation" : null,
"simpleType" : "Content",
"variableSetterType" : "Content"
},
"wrapper" : false,
"xmlNamespace" : null
},
"CreateConfigurationSetEventDestinationRequest" : {
"c2jName" : "CreateConfigurationSetEventDestinationRequest",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"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.
",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : {
"action" : "CreateConfigurationSetEventDestination",
"locationName" : null,
"requestUri" : "/",
"target" : "CreateConfigurationSetEventDestination",
"verb" : "POST",
"xmlNameSpaceUri" : null
},
"members" : [ {
"beanStyleGetterMethodName" : "getConfigurationSetName",
"beanStyleSetterMethodName" : "setConfigurationSetName",
"c2jName" : "ConfigurationSetName",
"c2jShape" : "ConfigurationSetName",
"defaultConsumerFluentSetterDocumentation" : "The name of the configuration set that the event destination should be associated with.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #configurationSetName(String)}.\n@param configurationSetName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #configurationSetName(String)",
"deprecated" : false,
"documentation" : "The name of the configuration set that the event destination should be associated with.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "configurationSetName",
"fluentSetterDocumentation" : "The name of the configuration set that the event destination should be associated with.
\n@param configurationSetName The name of the configuration set that the event destination should be associated with.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "configurationSetName",
"getterDocumentation" : "The name of the configuration set that the event destination should be associated with.
\n@return The name of the configuration set that the event destination should be associated with.",
"getterModel" : {
"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,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "ConfigurationSetName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "ConfigurationSetName",
"sensitive" : false,
"setterDocumentation" : "The name of the configuration set that the event destination should be associated with.
\n@param configurationSetName The name of the configuration set that the event destination should be associated with.",
"setterMethodName" : "setConfigurationSetName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "configurationSetName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "configurationSetName",
"variableType" : "String",
"documentation" : "The name of the configuration set that the event destination should be associated with.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getEventDestination",
"beanStyleSetterMethodName" : "setEventDestination",
"c2jName" : "EventDestination",
"c2jShape" : "EventDestination",
"defaultConsumerFluentSetterDocumentation" : "An object that describes the AWS service that email sending event information will be published to.
\nThis is a convenience that creates an instance of the {@link EventDestination.Builder} avoiding the need to create one manually via {@link EventDestination#builder()}.\n\nWhen the {@link Consumer} completes, {@link EventDestination.Builder#build()} is called immediately and its result is passed to {@link #eventDestination(EventDestination)}.\n@param eventDestination a consumer that will call methods on {@link EventDestination.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #eventDestination(EventDestination)",
"deprecated" : false,
"documentation" : "An object that describes the AWS service that email sending event information will be published to.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "eventDestination",
"fluentSetterDocumentation" : "An object that describes the AWS service that email sending event information will be published to.
\n@param eventDestination An object that describes the AWS service that email sending event information will be published to.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "eventDestination",
"getterDocumentation" : "An object that describes the AWS service that email sending event information will be published to.
\n@return An object that describes the AWS service that email sending event information will be published to.",
"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,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "EventDestination",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "EventDestination",
"sensitive" : false,
"setterDocumentation" : "An object that describes the AWS service that email sending event information will be published to.
\n@param eventDestination An object that describes the AWS service that email sending event information will be published to.",
"setterMethodName" : "setEventDestination",
"setterModel" : {
"variableDeclarationType" : "EventDestination",
"variableName" : "eventDestination",
"variableType" : "EventDestination",
"documentation" : null,
"simpleType" : "EventDestination",
"variableSetterType" : "EventDestination"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "EventDestination",
"variableName" : "eventDestination",
"variableType" : "EventDestination",
"documentation" : "An object that describes the AWS service that email sending event information will be published to.
",
"simpleType" : "EventDestination",
"variableSetterType" : "EventDestination"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"ConfigurationSetName" : {
"beanStyleGetterMethodName" : "getConfigurationSetName",
"beanStyleSetterMethodName" : "setConfigurationSetName",
"c2jName" : "ConfigurationSetName",
"c2jShape" : "ConfigurationSetName",
"defaultConsumerFluentSetterDocumentation" : "The name of the configuration set that the event destination should be associated with.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #configurationSetName(String)}.\n@param configurationSetName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #configurationSetName(String)",
"deprecated" : false,
"documentation" : "The name of the configuration set that the event destination should be associated with.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "configurationSetName",
"fluentSetterDocumentation" : "The name of the configuration set that the event destination should be associated with.
\n@param configurationSetName The name of the configuration set that the event destination should be associated with.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "configurationSetName",
"getterDocumentation" : "The name of the configuration set that the event destination should be associated with.
\n@return The name of the configuration set that the event destination should be associated with.",
"getterModel" : {
"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,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "ConfigurationSetName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "ConfigurationSetName",
"sensitive" : false,
"setterDocumentation" : "The name of the configuration set that the event destination should be associated with.
\n@param configurationSetName The name of the configuration set that the event destination should be associated with.",
"setterMethodName" : "setConfigurationSetName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "configurationSetName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "configurationSetName",
"variableType" : "String",
"documentation" : "The name of the configuration set that the event destination should be associated with.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"EventDestination" : {
"beanStyleGetterMethodName" : "getEventDestination",
"beanStyleSetterMethodName" : "setEventDestination",
"c2jName" : "EventDestination",
"c2jShape" : "EventDestination",
"defaultConsumerFluentSetterDocumentation" : "An object that describes the AWS service that email sending event information will be published to.
\nThis is a convenience that creates an instance of the {@link EventDestination.Builder} avoiding the need to create one manually via {@link EventDestination#builder()}.\n\nWhen the {@link Consumer} completes, {@link EventDestination.Builder#build()} is called immediately and its result is passed to {@link #eventDestination(EventDestination)}.\n@param eventDestination a consumer that will call methods on {@link EventDestination.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #eventDestination(EventDestination)",
"deprecated" : false,
"documentation" : "An object that describes the AWS service that email sending event information will be published to.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "eventDestination",
"fluentSetterDocumentation" : "An object that describes the AWS service that email sending event information will be published to.
\n@param eventDestination An object that describes the AWS service that email sending event information will be published to.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "eventDestination",
"getterDocumentation" : "An object that describes the AWS service that email sending event information will be published to.
\n@return An object that describes the AWS service that email sending event information will be published to.",
"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,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "EventDestination",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "EventDestination",
"sensitive" : false,
"setterDocumentation" : "An object that describes the AWS service that email sending event information will be published to.
\n@param eventDestination An object that describes the AWS service that email sending event information will be published to.",
"setterMethodName" : "setEventDestination",
"setterModel" : {
"variableDeclarationType" : "EventDestination",
"variableName" : "eventDestination",
"variableType" : "EventDestination",
"documentation" : null,
"simpleType" : "EventDestination",
"variableSetterType" : "EventDestination"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "EventDestination",
"variableName" : "eventDestination",
"variableType" : "EventDestination",
"documentation" : "An object that describes the AWS service that email sending event information will be published to.
",
"simpleType" : "EventDestination",
"variableSetterType" : "EventDestination"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"beanStyleGetterMethodName" : "getConfigurationSetName",
"beanStyleSetterMethodName" : "setConfigurationSetName",
"c2jName" : "ConfigurationSetName",
"c2jShape" : "ConfigurationSetName",
"defaultConsumerFluentSetterDocumentation" : "The name of the configuration set that the event destination should be associated with.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #configurationSetName(String)}.\n@param configurationSetName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #configurationSetName(String)",
"deprecated" : false,
"documentation" : "The name of the configuration set that the event destination should be associated with.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "configurationSetName",
"fluentSetterDocumentation" : "The name of the configuration set that the event destination should be associated with.
\n@param configurationSetName The name of the configuration set that the event destination should be associated with.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "configurationSetName",
"getterDocumentation" : "The name of the configuration set that the event destination should be associated with.
\n@return The name of the configuration set that the event destination should be associated with.",
"getterModel" : {
"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,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "ConfigurationSetName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "ConfigurationSetName",
"sensitive" : false,
"setterDocumentation" : "The name of the configuration set that the event destination should be associated with.
\n@param configurationSetName The name of the configuration set that the event destination should be associated with.",
"setterMethodName" : "setConfigurationSetName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "configurationSetName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "configurationSetName",
"variableType" : "String",
"documentation" : "The name of the configuration set that the event destination should be associated with.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getEventDestination",
"beanStyleSetterMethodName" : "setEventDestination",
"c2jName" : "EventDestination",
"c2jShape" : "EventDestination",
"defaultConsumerFluentSetterDocumentation" : "An object that describes the AWS service that email sending event information will be published to.
\nThis is a convenience that creates an instance of the {@link EventDestination.Builder} avoiding the need to create one manually via {@link EventDestination#builder()}.\n\nWhen the {@link Consumer} completes, {@link EventDestination.Builder#build()} is called immediately and its result is passed to {@link #eventDestination(EventDestination)}.\n@param eventDestination a consumer that will call methods on {@link EventDestination.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #eventDestination(EventDestination)",
"deprecated" : false,
"documentation" : "An object that describes the AWS service that email sending event information will be published to.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "eventDestination",
"fluentSetterDocumentation" : "An object that describes the AWS service that email sending event information will be published to.
\n@param eventDestination An object that describes the AWS service that email sending event information will be published to.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "eventDestination",
"getterDocumentation" : "An object that describes the AWS service that email sending event information will be published to.
\n@return An object that describes the AWS service that email sending event information will be published to.",
"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,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "EventDestination",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "EventDestination",
"sensitive" : false,
"setterDocumentation" : "An object that describes the AWS service that email sending event information will be published to.
\n@param eventDestination An object that describes the AWS service that email sending event information will be published to.",
"setterMethodName" : "setEventDestination",
"setterModel" : {
"variableDeclarationType" : "EventDestination",
"variableName" : "eventDestination",
"variableType" : "EventDestination",
"documentation" : null,
"simpleType" : "EventDestination",
"variableSetterType" : "EventDestination"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "EventDestination",
"variableName" : "eventDestination",
"variableType" : "EventDestination",
"documentation" : "An object that describes the AWS service that email sending event information will be published to.
",
"simpleType" : "EventDestination",
"variableSetterType" : "EventDestination"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : [ "ConfigurationSetName", "EventDestination" ],
"shapeName" : "CreateConfigurationSetEventDestinationRequest",
"simpleMethod" : false,
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "CreateConfigurationSetEventDestinationRequest",
"variableName" : "createConfigurationSetEventDestinationRequest",
"variableType" : "CreateConfigurationSetEventDestinationRequest",
"documentation" : null,
"simpleType" : "CreateConfigurationSetEventDestinationRequest",
"variableSetterType" : "CreateConfigurationSetEventDestinationRequest"
},
"wrapper" : false,
"xmlNamespace" : null
},
"CreateConfigurationSetEventDestinationResponse" : {
"c2jName" : "CreateConfigurationSetEventDestinationResponse",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "An empty element returned on a successful request.
",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : null,
"members" : [ ],
"membersAsMap" : { },
"nonStreamingMembers" : [ ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "CreateConfigurationSetEventDestinationResponse",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : "CreateConfigurationSetEventDestinationResult"
},
"variable" : {
"variableDeclarationType" : "CreateConfigurationSetEventDestinationResponse",
"variableName" : "createConfigurationSetEventDestinationResponse",
"variableType" : "CreateConfigurationSetEventDestinationResponse",
"documentation" : null,
"simpleType" : "CreateConfigurationSetEventDestinationResponse",
"variableSetterType" : "CreateConfigurationSetEventDestinationResponse"
},
"wrapper" : false,
"xmlNamespace" : null
},
"CreateConfigurationSetRequest" : {
"c2jName" : "CreateConfigurationSetRequest",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"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.
",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : {
"action" : "CreateConfigurationSet",
"locationName" : null,
"requestUri" : "/",
"target" : "CreateConfigurationSet",
"verb" : "POST",
"xmlNameSpaceUri" : null
},
"members" : [ {
"beanStyleGetterMethodName" : "getConfigurationSet",
"beanStyleSetterMethodName" : "setConfigurationSet",
"c2jName" : "ConfigurationSet",
"c2jShape" : "ConfigurationSet",
"defaultConsumerFluentSetterDocumentation" : "A data structure that contains the name of the configuration set.
\nThis is a convenience that creates an instance of the {@link ConfigurationSet.Builder} avoiding the need to create one manually via {@link ConfigurationSet#builder()}.\n\nWhen the {@link Consumer} completes, {@link ConfigurationSet.Builder#build()} is called immediately and its result is passed to {@link #configurationSet(ConfigurationSet)}.\n@param configurationSet a consumer that will call methods on {@link ConfigurationSet.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #configurationSet(ConfigurationSet)",
"deprecated" : false,
"documentation" : "A data structure that contains the name of the configuration set.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "configurationSet",
"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" : "configurationSet",
"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.",
"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,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "ConfigurationSet",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "ConfigurationSet",
"sensitive" : false,
"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" : null,
"simpleType" : "ConfigurationSet",
"variableSetterType" : "ConfigurationSet"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "ConfigurationSet",
"variableName" : "configurationSet",
"variableType" : "ConfigurationSet",
"documentation" : "A data structure that contains the name of the configuration set.
",
"simpleType" : "ConfigurationSet",
"variableSetterType" : "ConfigurationSet"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"ConfigurationSet" : {
"beanStyleGetterMethodName" : "getConfigurationSet",
"beanStyleSetterMethodName" : "setConfigurationSet",
"c2jName" : "ConfigurationSet",
"c2jShape" : "ConfigurationSet",
"defaultConsumerFluentSetterDocumentation" : "A data structure that contains the name of the configuration set.
\nThis is a convenience that creates an instance of the {@link ConfigurationSet.Builder} avoiding the need to create one manually via {@link ConfigurationSet#builder()}.\n\nWhen the {@link Consumer} completes, {@link ConfigurationSet.Builder#build()} is called immediately and its result is passed to {@link #configurationSet(ConfigurationSet)}.\n@param configurationSet a consumer that will call methods on {@link ConfigurationSet.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #configurationSet(ConfigurationSet)",
"deprecated" : false,
"documentation" : "A data structure that contains the name of the configuration set.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "configurationSet",
"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" : "configurationSet",
"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.",
"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,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "ConfigurationSet",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "ConfigurationSet",
"sensitive" : false,
"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" : null,
"simpleType" : "ConfigurationSet",
"variableSetterType" : "ConfigurationSet"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "ConfigurationSet",
"variableName" : "configurationSet",
"variableType" : "ConfigurationSet",
"documentation" : "A data structure that contains the name of the configuration set.
",
"simpleType" : "ConfigurationSet",
"variableSetterType" : "ConfigurationSet"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"beanStyleGetterMethodName" : "getConfigurationSet",
"beanStyleSetterMethodName" : "setConfigurationSet",
"c2jName" : "ConfigurationSet",
"c2jShape" : "ConfigurationSet",
"defaultConsumerFluentSetterDocumentation" : "A data structure that contains the name of the configuration set.
\nThis is a convenience that creates an instance of the {@link ConfigurationSet.Builder} avoiding the need to create one manually via {@link ConfigurationSet#builder()}.\n\nWhen the {@link Consumer} completes, {@link ConfigurationSet.Builder#build()} is called immediately and its result is passed to {@link #configurationSet(ConfigurationSet)}.\n@param configurationSet a consumer that will call methods on {@link ConfigurationSet.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #configurationSet(ConfigurationSet)",
"deprecated" : false,
"documentation" : "A data structure that contains the name of the configuration set.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "configurationSet",
"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" : "configurationSet",
"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.",
"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,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "ConfigurationSet",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "ConfigurationSet",
"sensitive" : false,
"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" : null,
"simpleType" : "ConfigurationSet",
"variableSetterType" : "ConfigurationSet"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "ConfigurationSet",
"variableName" : "configurationSet",
"variableType" : "ConfigurationSet",
"documentation" : "A data structure that contains the name of the configuration set.
",
"simpleType" : "ConfigurationSet",
"variableSetterType" : "ConfigurationSet"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : [ "ConfigurationSet" ],
"shapeName" : "CreateConfigurationSetRequest",
"simpleMethod" : false,
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "CreateConfigurationSetRequest",
"variableName" : "createConfigurationSetRequest",
"variableType" : "CreateConfigurationSetRequest",
"documentation" : null,
"simpleType" : "CreateConfigurationSetRequest",
"variableSetterType" : "CreateConfigurationSetRequest"
},
"wrapper" : false,
"xmlNamespace" : null
},
"CreateConfigurationSetResponse" : {
"c2jName" : "CreateConfigurationSetResponse",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "An empty element returned on a successful request.
",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : null,
"members" : [ ],
"membersAsMap" : { },
"nonStreamingMembers" : [ ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "CreateConfigurationSetResponse",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : "CreateConfigurationSetResult"
},
"variable" : {
"variableDeclarationType" : "CreateConfigurationSetResponse",
"variableName" : "createConfigurationSetResponse",
"variableType" : "CreateConfigurationSetResponse",
"documentation" : null,
"simpleType" : "CreateConfigurationSetResponse",
"variableSetterType" : "CreateConfigurationSetResponse"
},
"wrapper" : false,
"xmlNamespace" : null
},
"CreateConfigurationSetTrackingOptionsRequest" : {
"c2jName" : "CreateConfigurationSetTrackingOptionsRequest",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "Represents a request to create an open and click tracking option object in a configuration set.
",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : {
"action" : "CreateConfigurationSetTrackingOptions",
"locationName" : null,
"requestUri" : "/",
"target" : "CreateConfigurationSetTrackingOptions",
"verb" : "POST",
"xmlNameSpaceUri" : null
},
"members" : [ {
"beanStyleGetterMethodName" : "getConfigurationSetName",
"beanStyleSetterMethodName" : "setConfigurationSetName",
"c2jName" : "ConfigurationSetName",
"c2jShape" : "ConfigurationSetName",
"defaultConsumerFluentSetterDocumentation" : "The name of the configuration set that the tracking options should be associated with.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #configurationSetName(String)}.\n@param configurationSetName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #configurationSetName(String)",
"deprecated" : false,
"documentation" : "The name of the configuration set that the tracking options should be associated with.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "configurationSetName",
"fluentSetterDocumentation" : "The name of the configuration set that the tracking options should be associated with.
\n@param configurationSetName The name of the configuration set that the tracking options should be associated with.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "configurationSetName",
"getterDocumentation" : "The name of the configuration set that the tracking options should be associated with.
\n@return The name of the configuration set that the tracking options should be associated with.",
"getterModel" : {
"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,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "ConfigurationSetName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "ConfigurationSetName",
"sensitive" : false,
"setterDocumentation" : "The name of the configuration set that the tracking options should be associated with.
\n@param configurationSetName The name of the configuration set that the tracking options should be associated with.",
"setterMethodName" : "setConfigurationSetName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "configurationSetName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "configurationSetName",
"variableType" : "String",
"documentation" : "The name of the configuration set that the tracking options should be associated with.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getTrackingOptions",
"beanStyleSetterMethodName" : "setTrackingOptions",
"c2jName" : "TrackingOptions",
"c2jShape" : "TrackingOptions",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the TrackingOptions property for this object.\n\nThis is a convenience that creates an instance of the {@link TrackingOptions.Builder} avoiding the need to create one manually via {@link TrackingOptions#builder()}.\n\nWhen the {@link Consumer} completes, {@link TrackingOptions.Builder#build()} is called immediately and its result is passed to {@link #trackingOptions(TrackingOptions)}.\n@param trackingOptions a consumer that will call methods on {@link TrackingOptions.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #trackingOptions(TrackingOptions)",
"deprecated" : false,
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "trackingOptions",
"fluentSetterDocumentation" : "Sets the value of the TrackingOptions property for this object.\n\n@param trackingOptions The new value for the TrackingOptions property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "trackingOptions",
"getterDocumentation" : "Returns the value of the TrackingOptions property for this object.\n@return The value of the TrackingOptions property for this object.",
"getterModel" : {
"returnType" : "TrackingOptions",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "TrackingOptions",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "TrackingOptions",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "TrackingOptions",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the TrackingOptions property for this object.\n\n@param trackingOptions The new value for the TrackingOptions property for this object.",
"setterMethodName" : "setTrackingOptions",
"setterModel" : {
"variableDeclarationType" : "TrackingOptions",
"variableName" : "trackingOptions",
"variableType" : "TrackingOptions",
"documentation" : null,
"simpleType" : "TrackingOptions",
"variableSetterType" : "TrackingOptions"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "TrackingOptions",
"variableName" : "trackingOptions",
"variableType" : "TrackingOptions",
"documentation" : "",
"simpleType" : "TrackingOptions",
"variableSetterType" : "TrackingOptions"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"ConfigurationSetName" : {
"beanStyleGetterMethodName" : "getConfigurationSetName",
"beanStyleSetterMethodName" : "setConfigurationSetName",
"c2jName" : "ConfigurationSetName",
"c2jShape" : "ConfigurationSetName",
"defaultConsumerFluentSetterDocumentation" : "The name of the configuration set that the tracking options should be associated with.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #configurationSetName(String)}.\n@param configurationSetName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #configurationSetName(String)",
"deprecated" : false,
"documentation" : "The name of the configuration set that the tracking options should be associated with.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "configurationSetName",
"fluentSetterDocumentation" : "The name of the configuration set that the tracking options should be associated with.
\n@param configurationSetName The name of the configuration set that the tracking options should be associated with.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "configurationSetName",
"getterDocumentation" : "The name of the configuration set that the tracking options should be associated with.
\n@return The name of the configuration set that the tracking options should be associated with.",
"getterModel" : {
"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,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "ConfigurationSetName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "ConfigurationSetName",
"sensitive" : false,
"setterDocumentation" : "The name of the configuration set that the tracking options should be associated with.
\n@param configurationSetName The name of the configuration set that the tracking options should be associated with.",
"setterMethodName" : "setConfigurationSetName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "configurationSetName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "configurationSetName",
"variableType" : "String",
"documentation" : "The name of the configuration set that the tracking options should be associated with.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"TrackingOptions" : {
"beanStyleGetterMethodName" : "getTrackingOptions",
"beanStyleSetterMethodName" : "setTrackingOptions",
"c2jName" : "TrackingOptions",
"c2jShape" : "TrackingOptions",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the TrackingOptions property for this object.\n\nThis is a convenience that creates an instance of the {@link TrackingOptions.Builder} avoiding the need to create one manually via {@link TrackingOptions#builder()}.\n\nWhen the {@link Consumer} completes, {@link TrackingOptions.Builder#build()} is called immediately and its result is passed to {@link #trackingOptions(TrackingOptions)}.\n@param trackingOptions a consumer that will call methods on {@link TrackingOptions.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #trackingOptions(TrackingOptions)",
"deprecated" : false,
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "trackingOptions",
"fluentSetterDocumentation" : "Sets the value of the TrackingOptions property for this object.\n\n@param trackingOptions The new value for the TrackingOptions property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "trackingOptions",
"getterDocumentation" : "Returns the value of the TrackingOptions property for this object.\n@return The value of the TrackingOptions property for this object.",
"getterModel" : {
"returnType" : "TrackingOptions",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "TrackingOptions",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "TrackingOptions",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "TrackingOptions",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the TrackingOptions property for this object.\n\n@param trackingOptions The new value for the TrackingOptions property for this object.",
"setterMethodName" : "setTrackingOptions",
"setterModel" : {
"variableDeclarationType" : "TrackingOptions",
"variableName" : "trackingOptions",
"variableType" : "TrackingOptions",
"documentation" : null,
"simpleType" : "TrackingOptions",
"variableSetterType" : "TrackingOptions"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "TrackingOptions",
"variableName" : "trackingOptions",
"variableType" : "TrackingOptions",
"documentation" : "",
"simpleType" : "TrackingOptions",
"variableSetterType" : "TrackingOptions"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"beanStyleGetterMethodName" : "getConfigurationSetName",
"beanStyleSetterMethodName" : "setConfigurationSetName",
"c2jName" : "ConfigurationSetName",
"c2jShape" : "ConfigurationSetName",
"defaultConsumerFluentSetterDocumentation" : "The name of the configuration set that the tracking options should be associated with.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #configurationSetName(String)}.\n@param configurationSetName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #configurationSetName(String)",
"deprecated" : false,
"documentation" : "The name of the configuration set that the tracking options should be associated with.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "configurationSetName",
"fluentSetterDocumentation" : "The name of the configuration set that the tracking options should be associated with.
\n@param configurationSetName The name of the configuration set that the tracking options should be associated with.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "configurationSetName",
"getterDocumentation" : "The name of the configuration set that the tracking options should be associated with.
\n@return The name of the configuration set that the tracking options should be associated with.",
"getterModel" : {
"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,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "ConfigurationSetName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "ConfigurationSetName",
"sensitive" : false,
"setterDocumentation" : "The name of the configuration set that the tracking options should be associated with.
\n@param configurationSetName The name of the configuration set that the tracking options should be associated with.",
"setterMethodName" : "setConfigurationSetName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "configurationSetName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "configurationSetName",
"variableType" : "String",
"documentation" : "The name of the configuration set that the tracking options should be associated with.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getTrackingOptions",
"beanStyleSetterMethodName" : "setTrackingOptions",
"c2jName" : "TrackingOptions",
"c2jShape" : "TrackingOptions",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the TrackingOptions property for this object.\n\nThis is a convenience that creates an instance of the {@link TrackingOptions.Builder} avoiding the need to create one manually via {@link TrackingOptions#builder()}.\n\nWhen the {@link Consumer} completes, {@link TrackingOptions.Builder#build()} is called immediately and its result is passed to {@link #trackingOptions(TrackingOptions)}.\n@param trackingOptions a consumer that will call methods on {@link TrackingOptions.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #trackingOptions(TrackingOptions)",
"deprecated" : false,
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "trackingOptions",
"fluentSetterDocumentation" : "Sets the value of the TrackingOptions property for this object.\n\n@param trackingOptions The new value for the TrackingOptions property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "trackingOptions",
"getterDocumentation" : "Returns the value of the TrackingOptions property for this object.\n@return The value of the TrackingOptions property for this object.",
"getterModel" : {
"returnType" : "TrackingOptions",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "TrackingOptions",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "TrackingOptions",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "TrackingOptions",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the TrackingOptions property for this object.\n\n@param trackingOptions The new value for the TrackingOptions property for this object.",
"setterMethodName" : "setTrackingOptions",
"setterModel" : {
"variableDeclarationType" : "TrackingOptions",
"variableName" : "trackingOptions",
"variableType" : "TrackingOptions",
"documentation" : null,
"simpleType" : "TrackingOptions",
"variableSetterType" : "TrackingOptions"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "TrackingOptions",
"variableName" : "trackingOptions",
"variableType" : "TrackingOptions",
"documentation" : "",
"simpleType" : "TrackingOptions",
"variableSetterType" : "TrackingOptions"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : [ "ConfigurationSetName", "TrackingOptions" ],
"shapeName" : "CreateConfigurationSetTrackingOptionsRequest",
"simpleMethod" : false,
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "CreateConfigurationSetTrackingOptionsRequest",
"variableName" : "createConfigurationSetTrackingOptionsRequest",
"variableType" : "CreateConfigurationSetTrackingOptionsRequest",
"documentation" : null,
"simpleType" : "CreateConfigurationSetTrackingOptionsRequest",
"variableSetterType" : "CreateConfigurationSetTrackingOptionsRequest"
},
"wrapper" : false,
"xmlNamespace" : null
},
"CreateConfigurationSetTrackingOptionsResponse" : {
"c2jName" : "CreateConfigurationSetTrackingOptionsResponse",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "An empty element returned on a successful request.
",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : null,
"members" : [ ],
"membersAsMap" : { },
"nonStreamingMembers" : [ ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "CreateConfigurationSetTrackingOptionsResponse",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : "CreateConfigurationSetTrackingOptionsResult"
},
"variable" : {
"variableDeclarationType" : "CreateConfigurationSetTrackingOptionsResponse",
"variableName" : "createConfigurationSetTrackingOptionsResponse",
"variableType" : "CreateConfigurationSetTrackingOptionsResponse",
"documentation" : null,
"simpleType" : "CreateConfigurationSetTrackingOptionsResponse",
"variableSetterType" : "CreateConfigurationSetTrackingOptionsResponse"
},
"wrapper" : false,
"xmlNamespace" : null
},
"CreateCustomVerificationEmailTemplateRequest" : {
"c2jName" : "CreateCustomVerificationEmailTemplateRequest",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "Represents a request to create a custom verification email template.
",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : {
"action" : "CreateCustomVerificationEmailTemplate",
"locationName" : null,
"requestUri" : "/",
"target" : "CreateCustomVerificationEmailTemplate",
"verb" : "POST",
"xmlNameSpaceUri" : null
},
"members" : [ {
"beanStyleGetterMethodName" : "getTemplateName",
"beanStyleSetterMethodName" : "setTemplateName",
"c2jName" : "TemplateName",
"c2jShape" : "TemplateName",
"defaultConsumerFluentSetterDocumentation" : "The name of the custom verification email template.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #templateName(String)}.\n@param templateName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #templateName(String)",
"deprecated" : false,
"documentation" : "The name of the custom verification email template.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "templateName",
"fluentSetterDocumentation" : "The name of the custom verification email template.
\n@param templateName The name of the custom verification email template.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "templateName",
"getterDocumentation" : "The name of the custom verification email template.
\n@return The name of the custom verification email template.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "TemplateName",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "TemplateName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "TemplateName",
"sensitive" : false,
"setterDocumentation" : "The name of the custom verification email template.
\n@param templateName The name of the custom verification email template.",
"setterMethodName" : "setTemplateName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "templateName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "templateName",
"variableType" : "String",
"documentation" : "The name of the custom verification email template.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getFromEmailAddress",
"beanStyleSetterMethodName" : "setFromEmailAddress",
"c2jName" : "FromEmailAddress",
"c2jShape" : "FromAddress",
"defaultConsumerFluentSetterDocumentation" : "The email address that the custom verification email is sent from.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #fromEmailAddress(String)}.\n@param fromEmailAddress a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #fromEmailAddress(String)",
"deprecated" : false,
"documentation" : "The email address that the custom verification email is sent from.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "fromEmailAddress",
"fluentSetterDocumentation" : "The email address that the custom verification email is sent from.
\n@param fromEmailAddress The email address that the custom verification email is sent from.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "fromEmailAddress",
"getterDocumentation" : "The email address that the custom verification email is sent from.
\n@return The email address that the custom verification email is sent from.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "FromEmailAddress",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "FromEmailAddress",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "FromEmailAddress",
"sensitive" : false,
"setterDocumentation" : "The email address that the custom verification email is sent from.
\n@param fromEmailAddress The email address that the custom verification email is sent from.",
"setterMethodName" : "setFromEmailAddress",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "fromEmailAddress",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "fromEmailAddress",
"variableType" : "String",
"documentation" : "The email address that the custom verification email is sent from.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getTemplateSubject",
"beanStyleSetterMethodName" : "setTemplateSubject",
"c2jName" : "TemplateSubject",
"c2jShape" : "Subject",
"defaultConsumerFluentSetterDocumentation" : "The subject line of the custom verification email.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #templateSubject(String)}.\n@param templateSubject a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #templateSubject(String)",
"deprecated" : false,
"documentation" : "The subject line of the custom verification email.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "templateSubject",
"fluentSetterDocumentation" : "The subject line of the custom verification email.
\n@param templateSubject The subject line of the custom verification email.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "templateSubject",
"getterDocumentation" : "The subject line of the custom verification email.
\n@return The subject line of the custom verification email.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "TemplateSubject",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "TemplateSubject",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "TemplateSubject",
"sensitive" : false,
"setterDocumentation" : "The subject line of the custom verification email.
\n@param templateSubject The subject line of the custom verification email.",
"setterMethodName" : "setTemplateSubject",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "templateSubject",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "templateSubject",
"variableType" : "String",
"documentation" : "The subject line of the custom verification email.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getTemplateContent",
"beanStyleSetterMethodName" : "setTemplateContent",
"c2jName" : "TemplateContent",
"c2jShape" : "TemplateContent",
"defaultConsumerFluentSetterDocumentation" : "The content of the custom verification email. The total size of the email must be less than 10 MB. The message body may contain HTML, with some limitations. For more information, see Custom Verification Email Frequently Asked Questions in the Amazon SES Developer Guide.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #templateContent(String)}.\n@param templateContent a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #templateContent(String)",
"deprecated" : false,
"documentation" : "The content of the custom verification email. The total size of the email must be less than 10 MB. The message body may contain HTML, with some limitations. For more information, see Custom Verification Email Frequently Asked Questions in the Amazon SES Developer Guide.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "templateContent",
"fluentSetterDocumentation" : "The content of the custom verification email. The total size of the email must be less than 10 MB. The message body may contain HTML, with some limitations. For more information, see Custom Verification Email Frequently Asked Questions in the Amazon SES Developer Guide.
\n@param templateContent The content of the custom verification email. The total size of the email must be less than 10 MB. The message body may contain HTML, with some limitations. For more information, see Custom Verification Email Frequently Asked Questions in the Amazon SES Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "templateContent",
"getterDocumentation" : "The content of the custom verification email. The total size of the email must be less than 10 MB. The message body may contain HTML, with some limitations. For more information, see Custom Verification Email Frequently Asked Questions in the Amazon SES Developer Guide.
\n@return The content of the custom verification email. The total size of the email must be less than 10 MB. The message body may contain HTML, with some limitations. For more information, see Custom Verification Email Frequently Asked Questions in the Amazon SES Developer Guide.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "TemplateContent",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "TemplateContent",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "TemplateContent",
"sensitive" : false,
"setterDocumentation" : "The content of the custom verification email. The total size of the email must be less than 10 MB. The message body may contain HTML, with some limitations. For more information, see Custom Verification Email Frequently Asked Questions in the Amazon SES Developer Guide.
\n@param templateContent The content of the custom verification email. The total size of the email must be less than 10 MB. The message body may contain HTML, with some limitations. For more information, see Custom Verification Email Frequently Asked Questions in the Amazon SES Developer Guide.",
"setterMethodName" : "setTemplateContent",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "templateContent",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "templateContent",
"variableType" : "String",
"documentation" : "The content of the custom verification email. The total size of the email must be less than 10 MB. The message body may contain HTML, with some limitations. For more information, see Custom Verification Email Frequently Asked Questions in the Amazon SES Developer Guide.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getSuccessRedirectionURL",
"beanStyleSetterMethodName" : "setSuccessRedirectionURL",
"c2jName" : "SuccessRedirectionURL",
"c2jShape" : "SuccessRedirectionURL",
"defaultConsumerFluentSetterDocumentation" : "The URL that the recipient of the verification email is sent to if his or her address is successfully verified.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #successRedirectionURL(String)}.\n@param successRedirectionURL a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #successRedirectionURL(String)",
"deprecated" : false,
"documentation" : "The URL that the recipient of the verification email is sent to if his or her address is successfully verified.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "successRedirectionURL",
"fluentSetterDocumentation" : "The URL that the recipient of the verification email is sent to if his or her address is successfully verified.
\n@param successRedirectionURL The URL that the recipient of the verification email is sent to if his or her address is successfully verified.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "successRedirectionURL",
"getterDocumentation" : "The URL that the recipient of the verification email is sent to if his or her address is successfully verified.
\n@return The URL that the recipient of the verification email is sent to if his or her address is successfully verified.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "SuccessRedirectionURL",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "SuccessRedirectionURL",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "SuccessRedirectionURL",
"sensitive" : false,
"setterDocumentation" : "The URL that the recipient of the verification email is sent to if his or her address is successfully verified.
\n@param successRedirectionURL The URL that the recipient of the verification email is sent to if his or her address is successfully verified.",
"setterMethodName" : "setSuccessRedirectionURL",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "successRedirectionURL",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "successRedirectionURL",
"variableType" : "String",
"documentation" : "The URL that the recipient of the verification email is sent to if his or her address is successfully verified.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getFailureRedirectionURL",
"beanStyleSetterMethodName" : "setFailureRedirectionURL",
"c2jName" : "FailureRedirectionURL",
"c2jShape" : "FailureRedirectionURL",
"defaultConsumerFluentSetterDocumentation" : "The URL that the recipient of the verification email is sent to if his or her address is not successfully verified.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #failureRedirectionURL(String)}.\n@param failureRedirectionURL a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #failureRedirectionURL(String)",
"deprecated" : false,
"documentation" : "The URL that the recipient of the verification email is sent to if his or her address is not successfully verified.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "failureRedirectionURL",
"fluentSetterDocumentation" : "The URL that the recipient of the verification email is sent to if his or her address is not successfully verified.
\n@param failureRedirectionURL The URL that the recipient of the verification email is sent to if his or her address is not successfully verified.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "failureRedirectionURL",
"getterDocumentation" : "The URL that the recipient of the verification email is sent to if his or her address is not successfully verified.
\n@return The URL that the recipient of the verification email is sent to if his or her address is not successfully verified.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "FailureRedirectionURL",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "FailureRedirectionURL",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "FailureRedirectionURL",
"sensitive" : false,
"setterDocumentation" : "The URL that the recipient of the verification email is sent to if his or her address is not successfully verified.
\n@param failureRedirectionURL The URL that the recipient of the verification email is sent to if his or her address is not successfully verified.",
"setterMethodName" : "setFailureRedirectionURL",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "failureRedirectionURL",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "failureRedirectionURL",
"variableType" : "String",
"documentation" : "The URL that the recipient of the verification email is sent to if his or her address is not successfully verified.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"FailureRedirectionURL" : {
"beanStyleGetterMethodName" : "getFailureRedirectionURL",
"beanStyleSetterMethodName" : "setFailureRedirectionURL",
"c2jName" : "FailureRedirectionURL",
"c2jShape" : "FailureRedirectionURL",
"defaultConsumerFluentSetterDocumentation" : "The URL that the recipient of the verification email is sent to if his or her address is not successfully verified.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #failureRedirectionURL(String)}.\n@param failureRedirectionURL a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #failureRedirectionURL(String)",
"deprecated" : false,
"documentation" : "The URL that the recipient of the verification email is sent to if his or her address is not successfully verified.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "failureRedirectionURL",
"fluentSetterDocumentation" : "The URL that the recipient of the verification email is sent to if his or her address is not successfully verified.
\n@param failureRedirectionURL The URL that the recipient of the verification email is sent to if his or her address is not successfully verified.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "failureRedirectionURL",
"getterDocumentation" : "The URL that the recipient of the verification email is sent to if his or her address is not successfully verified.
\n@return The URL that the recipient of the verification email is sent to if his or her address is not successfully verified.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "FailureRedirectionURL",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "FailureRedirectionURL",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "FailureRedirectionURL",
"sensitive" : false,
"setterDocumentation" : "The URL that the recipient of the verification email is sent to if his or her address is not successfully verified.
\n@param failureRedirectionURL The URL that the recipient of the verification email is sent to if his or her address is not successfully verified.",
"setterMethodName" : "setFailureRedirectionURL",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "failureRedirectionURL",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "failureRedirectionURL",
"variableType" : "String",
"documentation" : "The URL that the recipient of the verification email is sent to if his or her address is not successfully verified.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"FromEmailAddress" : {
"beanStyleGetterMethodName" : "getFromEmailAddress",
"beanStyleSetterMethodName" : "setFromEmailAddress",
"c2jName" : "FromEmailAddress",
"c2jShape" : "FromAddress",
"defaultConsumerFluentSetterDocumentation" : "The email address that the custom verification email is sent from.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #fromEmailAddress(String)}.\n@param fromEmailAddress a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #fromEmailAddress(String)",
"deprecated" : false,
"documentation" : "The email address that the custom verification email is sent from.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "fromEmailAddress",
"fluentSetterDocumentation" : "The email address that the custom verification email is sent from.
\n@param fromEmailAddress The email address that the custom verification email is sent from.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "fromEmailAddress",
"getterDocumentation" : "The email address that the custom verification email is sent from.
\n@return The email address that the custom verification email is sent from.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "FromEmailAddress",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "FromEmailAddress",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "FromEmailAddress",
"sensitive" : false,
"setterDocumentation" : "The email address that the custom verification email is sent from.
\n@param fromEmailAddress The email address that the custom verification email is sent from.",
"setterMethodName" : "setFromEmailAddress",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "fromEmailAddress",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "fromEmailAddress",
"variableType" : "String",
"documentation" : "The email address that the custom verification email is sent from.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"SuccessRedirectionURL" : {
"beanStyleGetterMethodName" : "getSuccessRedirectionURL",
"beanStyleSetterMethodName" : "setSuccessRedirectionURL",
"c2jName" : "SuccessRedirectionURL",
"c2jShape" : "SuccessRedirectionURL",
"defaultConsumerFluentSetterDocumentation" : "The URL that the recipient of the verification email is sent to if his or her address is successfully verified.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #successRedirectionURL(String)}.\n@param successRedirectionURL a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #successRedirectionURL(String)",
"deprecated" : false,
"documentation" : "The URL that the recipient of the verification email is sent to if his or her address is successfully verified.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "successRedirectionURL",
"fluentSetterDocumentation" : "The URL that the recipient of the verification email is sent to if his or her address is successfully verified.
\n@param successRedirectionURL The URL that the recipient of the verification email is sent to if his or her address is successfully verified.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "successRedirectionURL",
"getterDocumentation" : "The URL that the recipient of the verification email is sent to if his or her address is successfully verified.
\n@return The URL that the recipient of the verification email is sent to if his or her address is successfully verified.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "SuccessRedirectionURL",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "SuccessRedirectionURL",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "SuccessRedirectionURL",
"sensitive" : false,
"setterDocumentation" : "The URL that the recipient of the verification email is sent to if his or her address is successfully verified.
\n@param successRedirectionURL The URL that the recipient of the verification email is sent to if his or her address is successfully verified.",
"setterMethodName" : "setSuccessRedirectionURL",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "successRedirectionURL",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "successRedirectionURL",
"variableType" : "String",
"documentation" : "The URL that the recipient of the verification email is sent to if his or her address is successfully verified.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"TemplateContent" : {
"beanStyleGetterMethodName" : "getTemplateContent",
"beanStyleSetterMethodName" : "setTemplateContent",
"c2jName" : "TemplateContent",
"c2jShape" : "TemplateContent",
"defaultConsumerFluentSetterDocumentation" : "The content of the custom verification email. The total size of the email must be less than 10 MB. The message body may contain HTML, with some limitations. For more information, see Custom Verification Email Frequently Asked Questions in the Amazon SES Developer Guide.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #templateContent(String)}.\n@param templateContent a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #templateContent(String)",
"deprecated" : false,
"documentation" : "The content of the custom verification email. The total size of the email must be less than 10 MB. The message body may contain HTML, with some limitations. For more information, see Custom Verification Email Frequently Asked Questions in the Amazon SES Developer Guide.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "templateContent",
"fluentSetterDocumentation" : "The content of the custom verification email. The total size of the email must be less than 10 MB. The message body may contain HTML, with some limitations. For more information, see Custom Verification Email Frequently Asked Questions in the Amazon SES Developer Guide.
\n@param templateContent The content of the custom verification email. The total size of the email must be less than 10 MB. The message body may contain HTML, with some limitations. For more information, see Custom Verification Email Frequently Asked Questions in the Amazon SES Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "templateContent",
"getterDocumentation" : "The content of the custom verification email. The total size of the email must be less than 10 MB. The message body may contain HTML, with some limitations. For more information, see Custom Verification Email Frequently Asked Questions in the Amazon SES Developer Guide.
\n@return The content of the custom verification email. The total size of the email must be less than 10 MB. The message body may contain HTML, with some limitations. For more information, see Custom Verification Email Frequently Asked Questions in the Amazon SES Developer Guide.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "TemplateContent",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "TemplateContent",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "TemplateContent",
"sensitive" : false,
"setterDocumentation" : "The content of the custom verification email. The total size of the email must be less than 10 MB. The message body may contain HTML, with some limitations. For more information, see Custom Verification Email Frequently Asked Questions in the Amazon SES Developer Guide.
\n@param templateContent The content of the custom verification email. The total size of the email must be less than 10 MB. The message body may contain HTML, with some limitations. For more information, see Custom Verification Email Frequently Asked Questions in the Amazon SES Developer Guide.",
"setterMethodName" : "setTemplateContent",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "templateContent",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "templateContent",
"variableType" : "String",
"documentation" : "The content of the custom verification email. The total size of the email must be less than 10 MB. The message body may contain HTML, with some limitations. For more information, see Custom Verification Email Frequently Asked Questions in the Amazon SES Developer Guide.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"TemplateName" : {
"beanStyleGetterMethodName" : "getTemplateName",
"beanStyleSetterMethodName" : "setTemplateName",
"c2jName" : "TemplateName",
"c2jShape" : "TemplateName",
"defaultConsumerFluentSetterDocumentation" : "The name of the custom verification email template.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #templateName(String)}.\n@param templateName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #templateName(String)",
"deprecated" : false,
"documentation" : "The name of the custom verification email template.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "templateName",
"fluentSetterDocumentation" : "The name of the custom verification email template.
\n@param templateName The name of the custom verification email template.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "templateName",
"getterDocumentation" : "The name of the custom verification email template.
\n@return The name of the custom verification email template.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "TemplateName",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "TemplateName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "TemplateName",
"sensitive" : false,
"setterDocumentation" : "The name of the custom verification email template.
\n@param templateName The name of the custom verification email template.",
"setterMethodName" : "setTemplateName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "templateName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "templateName",
"variableType" : "String",
"documentation" : "The name of the custom verification email template.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"TemplateSubject" : {
"beanStyleGetterMethodName" : "getTemplateSubject",
"beanStyleSetterMethodName" : "setTemplateSubject",
"c2jName" : "TemplateSubject",
"c2jShape" : "Subject",
"defaultConsumerFluentSetterDocumentation" : "The subject line of the custom verification email.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #templateSubject(String)}.\n@param templateSubject a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #templateSubject(String)",
"deprecated" : false,
"documentation" : "The subject line of the custom verification email.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "templateSubject",
"fluentSetterDocumentation" : "The subject line of the custom verification email.
\n@param templateSubject The subject line of the custom verification email.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "templateSubject",
"getterDocumentation" : "The subject line of the custom verification email.
\n@return The subject line of the custom verification email.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "TemplateSubject",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "TemplateSubject",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "TemplateSubject",
"sensitive" : false,
"setterDocumentation" : "The subject line of the custom verification email.
\n@param templateSubject The subject line of the custom verification email.",
"setterMethodName" : "setTemplateSubject",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "templateSubject",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "templateSubject",
"variableType" : "String",
"documentation" : "The subject line of the custom verification email.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"beanStyleGetterMethodName" : "getTemplateName",
"beanStyleSetterMethodName" : "setTemplateName",
"c2jName" : "TemplateName",
"c2jShape" : "TemplateName",
"defaultConsumerFluentSetterDocumentation" : "The name of the custom verification email template.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #templateName(String)}.\n@param templateName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #templateName(String)",
"deprecated" : false,
"documentation" : "The name of the custom verification email template.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "templateName",
"fluentSetterDocumentation" : "The name of the custom verification email template.
\n@param templateName The name of the custom verification email template.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "templateName",
"getterDocumentation" : "The name of the custom verification email template.
\n@return The name of the custom verification email template.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "TemplateName",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "TemplateName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "TemplateName",
"sensitive" : false,
"setterDocumentation" : "The name of the custom verification email template.
\n@param templateName The name of the custom verification email template.",
"setterMethodName" : "setTemplateName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "templateName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "templateName",
"variableType" : "String",
"documentation" : "The name of the custom verification email template.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getFromEmailAddress",
"beanStyleSetterMethodName" : "setFromEmailAddress",
"c2jName" : "FromEmailAddress",
"c2jShape" : "FromAddress",
"defaultConsumerFluentSetterDocumentation" : "The email address that the custom verification email is sent from.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #fromEmailAddress(String)}.\n@param fromEmailAddress a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #fromEmailAddress(String)",
"deprecated" : false,
"documentation" : "The email address that the custom verification email is sent from.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "fromEmailAddress",
"fluentSetterDocumentation" : "The email address that the custom verification email is sent from.
\n@param fromEmailAddress The email address that the custom verification email is sent from.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "fromEmailAddress",
"getterDocumentation" : "The email address that the custom verification email is sent from.
\n@return The email address that the custom verification email is sent from.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "FromEmailAddress",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "FromEmailAddress",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "FromEmailAddress",
"sensitive" : false,
"setterDocumentation" : "The email address that the custom verification email is sent from.
\n@param fromEmailAddress The email address that the custom verification email is sent from.",
"setterMethodName" : "setFromEmailAddress",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "fromEmailAddress",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "fromEmailAddress",
"variableType" : "String",
"documentation" : "The email address that the custom verification email is sent from.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getTemplateSubject",
"beanStyleSetterMethodName" : "setTemplateSubject",
"c2jName" : "TemplateSubject",
"c2jShape" : "Subject",
"defaultConsumerFluentSetterDocumentation" : "The subject line of the custom verification email.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #templateSubject(String)}.\n@param templateSubject a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #templateSubject(String)",
"deprecated" : false,
"documentation" : "The subject line of the custom verification email.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "templateSubject",
"fluentSetterDocumentation" : "The subject line of the custom verification email.
\n@param templateSubject The subject line of the custom verification email.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "templateSubject",
"getterDocumentation" : "The subject line of the custom verification email.
\n@return The subject line of the custom verification email.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "TemplateSubject",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "TemplateSubject",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "TemplateSubject",
"sensitive" : false,
"setterDocumentation" : "The subject line of the custom verification email.
\n@param templateSubject The subject line of the custom verification email.",
"setterMethodName" : "setTemplateSubject",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "templateSubject",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "templateSubject",
"variableType" : "String",
"documentation" : "The subject line of the custom verification email.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getTemplateContent",
"beanStyleSetterMethodName" : "setTemplateContent",
"c2jName" : "TemplateContent",
"c2jShape" : "TemplateContent",
"defaultConsumerFluentSetterDocumentation" : "The content of the custom verification email. The total size of the email must be less than 10 MB. The message body may contain HTML, with some limitations. For more information, see Custom Verification Email Frequently Asked Questions in the Amazon SES Developer Guide.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #templateContent(String)}.\n@param templateContent a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #templateContent(String)",
"deprecated" : false,
"documentation" : "The content of the custom verification email. The total size of the email must be less than 10 MB. The message body may contain HTML, with some limitations. For more information, see Custom Verification Email Frequently Asked Questions in the Amazon SES Developer Guide.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "templateContent",
"fluentSetterDocumentation" : "The content of the custom verification email. The total size of the email must be less than 10 MB. The message body may contain HTML, with some limitations. For more information, see Custom Verification Email Frequently Asked Questions in the Amazon SES Developer Guide.
\n@param templateContent The content of the custom verification email. The total size of the email must be less than 10 MB. The message body may contain HTML, with some limitations. For more information, see Custom Verification Email Frequently Asked Questions in the Amazon SES Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "templateContent",
"getterDocumentation" : "The content of the custom verification email. The total size of the email must be less than 10 MB. The message body may contain HTML, with some limitations. For more information, see Custom Verification Email Frequently Asked Questions in the Amazon SES Developer Guide.
\n@return The content of the custom verification email. The total size of the email must be less than 10 MB. The message body may contain HTML, with some limitations. For more information, see Custom Verification Email Frequently Asked Questions in the Amazon SES Developer Guide.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "TemplateContent",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "TemplateContent",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "TemplateContent",
"sensitive" : false,
"setterDocumentation" : "The content of the custom verification email. The total size of the email must be less than 10 MB. The message body may contain HTML, with some limitations. For more information, see Custom Verification Email Frequently Asked Questions in the Amazon SES Developer Guide.
\n@param templateContent The content of the custom verification email. The total size of the email must be less than 10 MB. The message body may contain HTML, with some limitations. For more information, see Custom Verification Email Frequently Asked Questions in the Amazon SES Developer Guide.",
"setterMethodName" : "setTemplateContent",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "templateContent",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "templateContent",
"variableType" : "String",
"documentation" : "The content of the custom verification email. The total size of the email must be less than 10 MB. The message body may contain HTML, with some limitations. For more information, see Custom Verification Email Frequently Asked Questions in the Amazon SES Developer Guide.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getSuccessRedirectionURL",
"beanStyleSetterMethodName" : "setSuccessRedirectionURL",
"c2jName" : "SuccessRedirectionURL",
"c2jShape" : "SuccessRedirectionURL",
"defaultConsumerFluentSetterDocumentation" : "The URL that the recipient of the verification email is sent to if his or her address is successfully verified.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #successRedirectionURL(String)}.\n@param successRedirectionURL a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #successRedirectionURL(String)",
"deprecated" : false,
"documentation" : "The URL that the recipient of the verification email is sent to if his or her address is successfully verified.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "successRedirectionURL",
"fluentSetterDocumentation" : "The URL that the recipient of the verification email is sent to if his or her address is successfully verified.
\n@param successRedirectionURL The URL that the recipient of the verification email is sent to if his or her address is successfully verified.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "successRedirectionURL",
"getterDocumentation" : "The URL that the recipient of the verification email is sent to if his or her address is successfully verified.
\n@return The URL that the recipient of the verification email is sent to if his or her address is successfully verified.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "SuccessRedirectionURL",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "SuccessRedirectionURL",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "SuccessRedirectionURL",
"sensitive" : false,
"setterDocumentation" : "The URL that the recipient of the verification email is sent to if his or her address is successfully verified.
\n@param successRedirectionURL The URL that the recipient of the verification email is sent to if his or her address is successfully verified.",
"setterMethodName" : "setSuccessRedirectionURL",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "successRedirectionURL",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "successRedirectionURL",
"variableType" : "String",
"documentation" : "The URL that the recipient of the verification email is sent to if his or her address is successfully verified.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getFailureRedirectionURL",
"beanStyleSetterMethodName" : "setFailureRedirectionURL",
"c2jName" : "FailureRedirectionURL",
"c2jShape" : "FailureRedirectionURL",
"defaultConsumerFluentSetterDocumentation" : "The URL that the recipient of the verification email is sent to if his or her address is not successfully verified.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #failureRedirectionURL(String)}.\n@param failureRedirectionURL a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #failureRedirectionURL(String)",
"deprecated" : false,
"documentation" : "The URL that the recipient of the verification email is sent to if his or her address is not successfully verified.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "failureRedirectionURL",
"fluentSetterDocumentation" : "The URL that the recipient of the verification email is sent to if his or her address is not successfully verified.
\n@param failureRedirectionURL The URL that the recipient of the verification email is sent to if his or her address is not successfully verified.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "failureRedirectionURL",
"getterDocumentation" : "The URL that the recipient of the verification email is sent to if his or her address is not successfully verified.
\n@return The URL that the recipient of the verification email is sent to if his or her address is not successfully verified.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "FailureRedirectionURL",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "FailureRedirectionURL",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "FailureRedirectionURL",
"sensitive" : false,
"setterDocumentation" : "The URL that the recipient of the verification email is sent to if his or her address is not successfully verified.
\n@param failureRedirectionURL The URL that the recipient of the verification email is sent to if his or her address is not successfully verified.",
"setterMethodName" : "setFailureRedirectionURL",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "failureRedirectionURL",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "failureRedirectionURL",
"variableType" : "String",
"documentation" : "The URL that the recipient of the verification email is sent to if his or her address is not successfully verified.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : [ "TemplateName", "FromEmailAddress", "TemplateSubject", "TemplateContent", "SuccessRedirectionURL", "FailureRedirectionURL" ],
"shapeName" : "CreateCustomVerificationEmailTemplateRequest",
"simpleMethod" : false,
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "CreateCustomVerificationEmailTemplateRequest",
"variableName" : "createCustomVerificationEmailTemplateRequest",
"variableType" : "CreateCustomVerificationEmailTemplateRequest",
"documentation" : null,
"simpleType" : "CreateCustomVerificationEmailTemplateRequest",
"variableSetterType" : "CreateCustomVerificationEmailTemplateRequest"
},
"wrapper" : false,
"xmlNamespace" : null
},
"CreateCustomVerificationEmailTemplateResponse" : {
"c2jName" : "CreateCustomVerificationEmailTemplateResponse",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : null,
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : null,
"members" : [ ],
"membersAsMap" : { },
"nonStreamingMembers" : [ ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "CreateCustomVerificationEmailTemplateResponse",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "CreateCustomVerificationEmailTemplateResponse",
"variableName" : "createCustomVerificationEmailTemplateResponse",
"variableType" : "CreateCustomVerificationEmailTemplateResponse",
"documentation" : null,
"simpleType" : "CreateCustomVerificationEmailTemplateResponse",
"variableSetterType" : "CreateCustomVerificationEmailTemplateResponse"
},
"wrapper" : false,
"xmlNamespace" : null
},
"CreateReceiptFilterRequest" : {
"c2jName" : "CreateReceiptFilterRequest",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"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.
",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : {
"action" : "CreateReceiptFilter",
"locationName" : null,
"requestUri" : "/",
"target" : "CreateReceiptFilter",
"verb" : "POST",
"xmlNameSpaceUri" : null
},
"members" : [ {
"beanStyleGetterMethodName" : "getFilter",
"beanStyleSetterMethodName" : "setFilter",
"c2jName" : "Filter",
"c2jShape" : "ReceiptFilter",
"defaultConsumerFluentSetterDocumentation" : "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.
\nThis is a convenience that creates an instance of the {@link ReceiptFilter.Builder} avoiding the need to create one manually via {@link ReceiptFilter#builder()}.\n\nWhen the {@link Consumer} completes, {@link ReceiptFilter.Builder#build()} is called immediately and its result is passed to {@link #filter(ReceiptFilter)}.\n@param filter a consumer that will call methods on {@link ReceiptFilter.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #filter(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.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "filter",
"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" : "filter",
"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.",
"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,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Filter",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "Filter",
"sensitive" : false,
"setterDocumentation" : "A data structure that describes the IP address filter to create, which consists of a name, an IP address range, and whether to allow or block mail from it.
\n@param filter A data structure that describes the IP address filter to create, which consists of a name, an IP address range, and whether to allow or block mail from it.",
"setterMethodName" : "setFilter",
"setterModel" : {
"variableDeclarationType" : "ReceiptFilter",
"variableName" : "filter",
"variableType" : "ReceiptFilter",
"documentation" : null,
"simpleType" : "ReceiptFilter",
"variableSetterType" : "ReceiptFilter"
},
"simple" : false,
"timestampFormat" : null,
"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"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"Filter" : {
"beanStyleGetterMethodName" : "getFilter",
"beanStyleSetterMethodName" : "setFilter",
"c2jName" : "Filter",
"c2jShape" : "ReceiptFilter",
"defaultConsumerFluentSetterDocumentation" : "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.
\nThis is a convenience that creates an instance of the {@link ReceiptFilter.Builder} avoiding the need to create one manually via {@link ReceiptFilter#builder()}.\n\nWhen the {@link Consumer} completes, {@link ReceiptFilter.Builder#build()} is called immediately and its result is passed to {@link #filter(ReceiptFilter)}.\n@param filter a consumer that will call methods on {@link ReceiptFilter.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #filter(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.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "filter",
"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" : "filter",
"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.",
"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,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Filter",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "Filter",
"sensitive" : false,
"setterDocumentation" : "A data structure that describes the IP address filter to create, which consists of a name, an IP address range, and whether to allow or block mail from it.
\n@param filter A data structure that describes the IP address filter to create, which consists of a name, an IP address range, and whether to allow or block mail from it.",
"setterMethodName" : "setFilter",
"setterModel" : {
"variableDeclarationType" : "ReceiptFilter",
"variableName" : "filter",
"variableType" : "ReceiptFilter",
"documentation" : null,
"simpleType" : "ReceiptFilter",
"variableSetterType" : "ReceiptFilter"
},
"simple" : false,
"timestampFormat" : null,
"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"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"beanStyleGetterMethodName" : "getFilter",
"beanStyleSetterMethodName" : "setFilter",
"c2jName" : "Filter",
"c2jShape" : "ReceiptFilter",
"defaultConsumerFluentSetterDocumentation" : "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.
\nThis is a convenience that creates an instance of the {@link ReceiptFilter.Builder} avoiding the need to create one manually via {@link ReceiptFilter#builder()}.\n\nWhen the {@link Consumer} completes, {@link ReceiptFilter.Builder#build()} is called immediately and its result is passed to {@link #filter(ReceiptFilter)}.\n@param filter a consumer that will call methods on {@link ReceiptFilter.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #filter(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.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "filter",
"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" : "filter",
"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.",
"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,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Filter",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "Filter",
"sensitive" : false,
"setterDocumentation" : "A data structure that describes the IP address filter to create, which consists of a name, an IP address range, and whether to allow or block mail from it.
\n@param filter A data structure that describes the IP address filter to create, which consists of a name, an IP address range, and whether to allow or block mail from it.",
"setterMethodName" : "setFilter",
"setterModel" : {
"variableDeclarationType" : "ReceiptFilter",
"variableName" : "filter",
"variableType" : "ReceiptFilter",
"documentation" : null,
"simpleType" : "ReceiptFilter",
"variableSetterType" : "ReceiptFilter"
},
"simple" : false,
"timestampFormat" : null,
"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"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : [ "Filter" ],
"shapeName" : "CreateReceiptFilterRequest",
"simpleMethod" : false,
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "CreateReceiptFilterRequest",
"variableName" : "createReceiptFilterRequest",
"variableType" : "CreateReceiptFilterRequest",
"documentation" : null,
"simpleType" : "CreateReceiptFilterRequest",
"variableSetterType" : "CreateReceiptFilterRequest"
},
"wrapper" : false,
"xmlNamespace" : null
},
"CreateReceiptFilterResponse" : {
"c2jName" : "CreateReceiptFilterResponse",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "An empty element returned on a successful request.
",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : null,
"members" : [ ],
"membersAsMap" : { },
"nonStreamingMembers" : [ ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "CreateReceiptFilterResponse",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : "CreateReceiptFilterResult"
},
"variable" : {
"variableDeclarationType" : "CreateReceiptFilterResponse",
"variableName" : "createReceiptFilterResponse",
"variableType" : "CreateReceiptFilterResponse",
"documentation" : null,
"simpleType" : "CreateReceiptFilterResponse",
"variableSetterType" : "CreateReceiptFilterResponse"
},
"wrapper" : false,
"xmlNamespace" : null
},
"CreateReceiptRuleRequest" : {
"c2jName" : "CreateReceiptRuleRequest",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"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.
",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : {
"action" : "CreateReceiptRule",
"locationName" : null,
"requestUri" : "/",
"target" : "CreateReceiptRule",
"verb" : "POST",
"xmlNameSpaceUri" : null
},
"members" : [ {
"beanStyleGetterMethodName" : "getRuleSetName",
"beanStyleSetterMethodName" : "setRuleSetName",
"c2jName" : "RuleSetName",
"c2jShape" : "ReceiptRuleSetName",
"defaultConsumerFluentSetterDocumentation" : "The name of the rule set that the receipt rule will be added to.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #ruleSetName(String)}.\n@param ruleSetName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #ruleSetName(String)",
"deprecated" : false,
"documentation" : "The name of the rule set that the receipt rule will be added to.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "ruleSetName",
"fluentSetterDocumentation" : "The name of the rule set that the receipt rule will be added to.
\n@param ruleSetName The name of the rule set that the receipt rule will be added to.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "ruleSetName",
"getterDocumentation" : "The name of the rule set that the receipt rule will be added to.
\n@return The name of the rule set that the receipt rule will be added to.",
"getterModel" : {
"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,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "RuleSetName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "RuleSetName",
"sensitive" : false,
"setterDocumentation" : "The name of the rule set that the receipt rule will be added to.
\n@param ruleSetName The name of the rule set that the receipt rule will be added to.",
"setterMethodName" : "setRuleSetName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "ruleSetName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "ruleSetName",
"variableType" : "String",
"documentation" : "The name of the rule set that the receipt rule will be added to.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getAfter",
"beanStyleSetterMethodName" : "setAfter",
"c2jName" : "After",
"c2jShape" : "ReceiptRuleName",
"defaultConsumerFluentSetterDocumentation" : "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.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #after(String)}.\n@param after a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #after(String)",
"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.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "after",
"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" : "after",
"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.",
"getterModel" : {
"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,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "After",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "After",
"sensitive" : false,
"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" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"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"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getRule",
"beanStyleSetterMethodName" : "setRule",
"c2jName" : "Rule",
"c2jShape" : "ReceiptRule",
"defaultConsumerFluentSetterDocumentation" : "A data structure that contains the specified rule's name, actions, recipients, domains, enabled status, scan status, and TLS policy.
\nThis is a convenience that creates an instance of the {@link ReceiptRule.Builder} avoiding the need to create one manually via {@link ReceiptRule#builder()}.\n\nWhen the {@link Consumer} completes, {@link ReceiptRule.Builder#build()} is called immediately and its result is passed to {@link #rule(ReceiptRule)}.\n@param rule a consumer that will call methods on {@link ReceiptRule.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #rule(ReceiptRule)",
"deprecated" : false,
"documentation" : "A data structure that contains the specified rule's name, actions, recipients, domains, enabled status, scan status, and TLS policy.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "rule",
"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" : "rule",
"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.",
"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,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Rule",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "Rule",
"sensitive" : false,
"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" : null,
"simpleType" : "ReceiptRule",
"variableSetterType" : "ReceiptRule"
},
"simple" : false,
"timestampFormat" : null,
"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"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"After" : {
"beanStyleGetterMethodName" : "getAfter",
"beanStyleSetterMethodName" : "setAfter",
"c2jName" : "After",
"c2jShape" : "ReceiptRuleName",
"defaultConsumerFluentSetterDocumentation" : "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.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #after(String)}.\n@param after a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #after(String)",
"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.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "after",
"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" : "after",
"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.",
"getterModel" : {
"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,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "After",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "After",
"sensitive" : false,
"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" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"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"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"Rule" : {
"beanStyleGetterMethodName" : "getRule",
"beanStyleSetterMethodName" : "setRule",
"c2jName" : "Rule",
"c2jShape" : "ReceiptRule",
"defaultConsumerFluentSetterDocumentation" : "A data structure that contains the specified rule's name, actions, recipients, domains, enabled status, scan status, and TLS policy.
\nThis is a convenience that creates an instance of the {@link ReceiptRule.Builder} avoiding the need to create one manually via {@link ReceiptRule#builder()}.\n\nWhen the {@link Consumer} completes, {@link ReceiptRule.Builder#build()} is called immediately and its result is passed to {@link #rule(ReceiptRule)}.\n@param rule a consumer that will call methods on {@link ReceiptRule.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #rule(ReceiptRule)",
"deprecated" : false,
"documentation" : "A data structure that contains the specified rule's name, actions, recipients, domains, enabled status, scan status, and TLS policy.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "rule",
"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" : "rule",
"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.",
"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,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Rule",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "Rule",
"sensitive" : false,
"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" : null,
"simpleType" : "ReceiptRule",
"variableSetterType" : "ReceiptRule"
},
"simple" : false,
"timestampFormat" : null,
"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"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"RuleSetName" : {
"beanStyleGetterMethodName" : "getRuleSetName",
"beanStyleSetterMethodName" : "setRuleSetName",
"c2jName" : "RuleSetName",
"c2jShape" : "ReceiptRuleSetName",
"defaultConsumerFluentSetterDocumentation" : "The name of the rule set that the receipt rule will be added to.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #ruleSetName(String)}.\n@param ruleSetName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #ruleSetName(String)",
"deprecated" : false,
"documentation" : "The name of the rule set that the receipt rule will be added to.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "ruleSetName",
"fluentSetterDocumentation" : "The name of the rule set that the receipt rule will be added to.
\n@param ruleSetName The name of the rule set that the receipt rule will be added to.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "ruleSetName",
"getterDocumentation" : "The name of the rule set that the receipt rule will be added to.
\n@return The name of the rule set that the receipt rule will be added to.",
"getterModel" : {
"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,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "RuleSetName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "RuleSetName",
"sensitive" : false,
"setterDocumentation" : "The name of the rule set that the receipt rule will be added to.
\n@param ruleSetName The name of the rule set that the receipt rule will be added to.",
"setterMethodName" : "setRuleSetName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "ruleSetName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "ruleSetName",
"variableType" : "String",
"documentation" : "The name of the rule set that the receipt rule will be added to.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"beanStyleGetterMethodName" : "getRuleSetName",
"beanStyleSetterMethodName" : "setRuleSetName",
"c2jName" : "RuleSetName",
"c2jShape" : "ReceiptRuleSetName",
"defaultConsumerFluentSetterDocumentation" : "The name of the rule set that the receipt rule will be added to.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #ruleSetName(String)}.\n@param ruleSetName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #ruleSetName(String)",
"deprecated" : false,
"documentation" : "The name of the rule set that the receipt rule will be added to.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "ruleSetName",
"fluentSetterDocumentation" : "The name of the rule set that the receipt rule will be added to.
\n@param ruleSetName The name of the rule set that the receipt rule will be added to.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "ruleSetName",
"getterDocumentation" : "The name of the rule set that the receipt rule will be added to.
\n@return The name of the rule set that the receipt rule will be added to.",
"getterModel" : {
"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,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "RuleSetName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "RuleSetName",
"sensitive" : false,
"setterDocumentation" : "The name of the rule set that the receipt rule will be added to.
\n@param ruleSetName The name of the rule set that the receipt rule will be added to.",
"setterMethodName" : "setRuleSetName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "ruleSetName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "ruleSetName",
"variableType" : "String",
"documentation" : "The name of the rule set that the receipt rule will be added to.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getAfter",
"beanStyleSetterMethodName" : "setAfter",
"c2jName" : "After",
"c2jShape" : "ReceiptRuleName",
"defaultConsumerFluentSetterDocumentation" : "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.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #after(String)}.\n@param after a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #after(String)",
"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.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "after",
"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" : "after",
"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.",
"getterModel" : {
"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,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "After",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "After",
"sensitive" : false,
"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" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"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"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getRule",
"beanStyleSetterMethodName" : "setRule",
"c2jName" : "Rule",
"c2jShape" : "ReceiptRule",
"defaultConsumerFluentSetterDocumentation" : "A data structure that contains the specified rule's name, actions, recipients, domains, enabled status, scan status, and TLS policy.
\nThis is a convenience that creates an instance of the {@link ReceiptRule.Builder} avoiding the need to create one manually via {@link ReceiptRule#builder()}.\n\nWhen the {@link Consumer} completes, {@link ReceiptRule.Builder#build()} is called immediately and its result is passed to {@link #rule(ReceiptRule)}.\n@param rule a consumer that will call methods on {@link ReceiptRule.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #rule(ReceiptRule)",
"deprecated" : false,
"documentation" : "A data structure that contains the specified rule's name, actions, recipients, domains, enabled status, scan status, and TLS policy.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "rule",
"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" : "rule",
"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.",
"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,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Rule",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "Rule",
"sensitive" : false,
"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" : null,
"simpleType" : "ReceiptRule",
"variableSetterType" : "ReceiptRule"
},
"simple" : false,
"timestampFormat" : null,
"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"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : [ "RuleSetName", "Rule" ],
"shapeName" : "CreateReceiptRuleRequest",
"simpleMethod" : false,
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "CreateReceiptRuleRequest",
"variableName" : "createReceiptRuleRequest",
"variableType" : "CreateReceiptRuleRequest",
"documentation" : null,
"simpleType" : "CreateReceiptRuleRequest",
"variableSetterType" : "CreateReceiptRuleRequest"
},
"wrapper" : false,
"xmlNamespace" : null
},
"CreateReceiptRuleResponse" : {
"c2jName" : "CreateReceiptRuleResponse",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "An empty element returned on a successful request.
",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : null,
"members" : [ ],
"membersAsMap" : { },
"nonStreamingMembers" : [ ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "CreateReceiptRuleResponse",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : "CreateReceiptRuleResult"
},
"variable" : {
"variableDeclarationType" : "CreateReceiptRuleResponse",
"variableName" : "createReceiptRuleResponse",
"variableType" : "CreateReceiptRuleResponse",
"documentation" : null,
"simpleType" : "CreateReceiptRuleResponse",
"variableSetterType" : "CreateReceiptRuleResponse"
},
"wrapper" : false,
"xmlNamespace" : null
},
"CreateReceiptRuleSetRequest" : {
"c2jName" : "CreateReceiptRuleSetRequest",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"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.
",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : {
"action" : "CreateReceiptRuleSet",
"locationName" : null,
"requestUri" : "/",
"target" : "CreateReceiptRuleSet",
"verb" : "POST",
"xmlNameSpaceUri" : null
},
"members" : [ {
"beanStyleGetterMethodName" : "getRuleSetName",
"beanStyleSetterMethodName" : "setRuleSetName",
"c2jName" : "RuleSetName",
"c2jShape" : "ReceiptRuleSetName",
"defaultConsumerFluentSetterDocumentation" : "The name of the rule set to create. The name must:
-
This value can only contain ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).
-
Start and end with a letter or number.
-
Contain less than 64 characters.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #ruleSetName(String)}.\n@param ruleSetName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #ruleSetName(String)",
"deprecated" : false,
"documentation" : "The name of the rule set to create. The name must:
-
This value can only contain ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).
-
Start and end with a letter or number.
-
Contain less than 64 characters.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "ruleSetName",
"fluentSetterDocumentation" : "The name of the rule set to create. The name must:
-
This value can only contain ASCII letters (a-z, A-Z), numbers (0-9), 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: -
This value can only contain ASCII letters (a-z, A-Z), numbers (0-9), 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" : "ruleSetName",
"getterDocumentation" : "The name of the rule set to create. The name must:
-
This value can only contain ASCII letters (a-z, A-Z), numbers (0-9), 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: -
This value can only contain ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).
-
Start and end with a letter or number.
-
Contain less than 64 characters.
",
"getterModel" : {
"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,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "RuleSetName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "RuleSetName",
"sensitive" : false,
"setterDocumentation" : "The name of the rule set to create. The name must:
-
This value can only contain ASCII letters (a-z, A-Z), numbers (0-9), 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: -
This value can only contain ASCII letters (a-z, A-Z), numbers (0-9), 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" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "ruleSetName",
"variableType" : "String",
"documentation" : "The name of the rule set to create. The name must:
-
This value can only contain ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).
-
Start and end with a letter or number.
-
Contain less than 64 characters.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"RuleSetName" : {
"beanStyleGetterMethodName" : "getRuleSetName",
"beanStyleSetterMethodName" : "setRuleSetName",
"c2jName" : "RuleSetName",
"c2jShape" : "ReceiptRuleSetName",
"defaultConsumerFluentSetterDocumentation" : "The name of the rule set to create. The name must:
-
This value can only contain ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).
-
Start and end with a letter or number.
-
Contain less than 64 characters.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #ruleSetName(String)}.\n@param ruleSetName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #ruleSetName(String)",
"deprecated" : false,
"documentation" : "The name of the rule set to create. The name must:
-
This value can only contain ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).
-
Start and end with a letter or number.
-
Contain less than 64 characters.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "ruleSetName",
"fluentSetterDocumentation" : "The name of the rule set to create. The name must:
-
This value can only contain ASCII letters (a-z, A-Z), numbers (0-9), 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: -
This value can only contain ASCII letters (a-z, A-Z), numbers (0-9), 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" : "ruleSetName",
"getterDocumentation" : "The name of the rule set to create. The name must:
-
This value can only contain ASCII letters (a-z, A-Z), numbers (0-9), 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: -
This value can only contain ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).
-
Start and end with a letter or number.
-
Contain less than 64 characters.
",
"getterModel" : {
"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,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "RuleSetName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "RuleSetName",
"sensitive" : false,
"setterDocumentation" : "The name of the rule set to create. The name must:
-
This value can only contain ASCII letters (a-z, A-Z), numbers (0-9), 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: -
This value can only contain ASCII letters (a-z, A-Z), numbers (0-9), 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" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "ruleSetName",
"variableType" : "String",
"documentation" : "The name of the rule set to create. The name must:
-
This value can only contain ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).
-
Start and end with a letter or number.
-
Contain less than 64 characters.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"beanStyleGetterMethodName" : "getRuleSetName",
"beanStyleSetterMethodName" : "setRuleSetName",
"c2jName" : "RuleSetName",
"c2jShape" : "ReceiptRuleSetName",
"defaultConsumerFluentSetterDocumentation" : "The name of the rule set to create. The name must:
-
This value can only contain ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).
-
Start and end with a letter or number.
-
Contain less than 64 characters.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #ruleSetName(String)}.\n@param ruleSetName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #ruleSetName(String)",
"deprecated" : false,
"documentation" : "The name of the rule set to create. The name must:
-
This value can only contain ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).
-
Start and end with a letter or number.
-
Contain less than 64 characters.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "ruleSetName",
"fluentSetterDocumentation" : "The name of the rule set to create. The name must:
-
This value can only contain ASCII letters (a-z, A-Z), numbers (0-9), 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: -
This value can only contain ASCII letters (a-z, A-Z), numbers (0-9), 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" : "ruleSetName",
"getterDocumentation" : "The name of the rule set to create. The name must:
-
This value can only contain ASCII letters (a-z, A-Z), numbers (0-9), 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: -
This value can only contain ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).
-
Start and end with a letter or number.
-
Contain less than 64 characters.
",
"getterModel" : {
"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,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "RuleSetName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "RuleSetName",
"sensitive" : false,
"setterDocumentation" : "The name of the rule set to create. The name must:
-
This value can only contain ASCII letters (a-z, A-Z), numbers (0-9), 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: -
This value can only contain ASCII letters (a-z, A-Z), numbers (0-9), 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" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "ruleSetName",
"variableType" : "String",
"documentation" : "The name of the rule set to create. The name must:
-
This value can only contain ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).
-
Start and end with a letter or number.
-
Contain less than 64 characters.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : [ "RuleSetName" ],
"shapeName" : "CreateReceiptRuleSetRequest",
"simpleMethod" : false,
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "CreateReceiptRuleSetRequest",
"variableName" : "createReceiptRuleSetRequest",
"variableType" : "CreateReceiptRuleSetRequest",
"documentation" : null,
"simpleType" : "CreateReceiptRuleSetRequest",
"variableSetterType" : "CreateReceiptRuleSetRequest"
},
"wrapper" : false,
"xmlNamespace" : null
},
"CreateReceiptRuleSetResponse" : {
"c2jName" : "CreateReceiptRuleSetResponse",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "An empty element returned on a successful request.
",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : null,
"members" : [ ],
"membersAsMap" : { },
"nonStreamingMembers" : [ ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "CreateReceiptRuleSetResponse",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : "CreateReceiptRuleSetResult"
},
"variable" : {
"variableDeclarationType" : "CreateReceiptRuleSetResponse",
"variableName" : "createReceiptRuleSetResponse",
"variableType" : "CreateReceiptRuleSetResponse",
"documentation" : null,
"simpleType" : "CreateReceiptRuleSetResponse",
"variableSetterType" : "CreateReceiptRuleSetResponse"
},
"wrapper" : false,
"xmlNamespace" : null
},
"CreateTemplateRequest" : {
"c2jName" : "CreateTemplateRequest",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "Represents a request to create an email template. For more information, see the Amazon SES Developer Guide.
",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : {
"action" : "CreateTemplate",
"locationName" : null,
"requestUri" : "/",
"target" : "CreateTemplate",
"verb" : "POST",
"xmlNameSpaceUri" : null
},
"members" : [ {
"beanStyleGetterMethodName" : "getTemplate",
"beanStyleSetterMethodName" : "setTemplate",
"c2jName" : "Template",
"c2jShape" : "Template",
"defaultConsumerFluentSetterDocumentation" : "The content of the email, composed of a subject line, an HTML part, and a text-only part.
\nThis is a convenience that creates an instance of the {@link Template.Builder} avoiding the need to create one manually via {@link Template#builder()}.\n\nWhen the {@link Consumer} completes, {@link Template.Builder#build()} is called immediately and its result is passed to {@link #template(Template)}.\n@param template a consumer that will call methods on {@link Template.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #template(Template)",
"deprecated" : false,
"documentation" : "The content of the email, composed of a subject line, an HTML part, and a text-only part.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "template",
"fluentSetterDocumentation" : "The content of the email, composed of a subject line, an HTML part, and a text-only part.
\n@param template The content of the email, composed of a subject line, an HTML part, and a text-only part.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "template",
"getterDocumentation" : "The content of the email, composed of a subject line, an HTML part, and a text-only part.
\n@return The content of the email, composed of a subject line, an HTML part, and a text-only part.",
"getterModel" : {
"returnType" : "Template",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Template",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Template",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "Template",
"sensitive" : false,
"setterDocumentation" : "The content of the email, composed of a subject line, an HTML part, and a text-only part.
\n@param template The content of the email, composed of a subject line, an HTML part, and a text-only part.",
"setterMethodName" : "setTemplate",
"setterModel" : {
"variableDeclarationType" : "Template",
"variableName" : "template",
"variableType" : "Template",
"documentation" : null,
"simpleType" : "Template",
"variableSetterType" : "Template"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Template",
"variableName" : "template",
"variableType" : "Template",
"documentation" : "The content of the email, composed of a subject line, an HTML part, and a text-only part.
",
"simpleType" : "Template",
"variableSetterType" : "Template"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"Template" : {
"beanStyleGetterMethodName" : "getTemplate",
"beanStyleSetterMethodName" : "setTemplate",
"c2jName" : "Template",
"c2jShape" : "Template",
"defaultConsumerFluentSetterDocumentation" : "The content of the email, composed of a subject line, an HTML part, and a text-only part.
\nThis is a convenience that creates an instance of the {@link Template.Builder} avoiding the need to create one manually via {@link Template#builder()}.\n\nWhen the {@link Consumer} completes, {@link Template.Builder#build()} is called immediately and its result is passed to {@link #template(Template)}.\n@param template a consumer that will call methods on {@link Template.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #template(Template)",
"deprecated" : false,
"documentation" : "The content of the email, composed of a subject line, an HTML part, and a text-only part.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "template",
"fluentSetterDocumentation" : "The content of the email, composed of a subject line, an HTML part, and a text-only part.
\n@param template The content of the email, composed of a subject line, an HTML part, and a text-only part.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "template",
"getterDocumentation" : "The content of the email, composed of a subject line, an HTML part, and a text-only part.
\n@return The content of the email, composed of a subject line, an HTML part, and a text-only part.",
"getterModel" : {
"returnType" : "Template",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Template",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Template",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "Template",
"sensitive" : false,
"setterDocumentation" : "The content of the email, composed of a subject line, an HTML part, and a text-only part.
\n@param template The content of the email, composed of a subject line, an HTML part, and a text-only part.",
"setterMethodName" : "setTemplate",
"setterModel" : {
"variableDeclarationType" : "Template",
"variableName" : "template",
"variableType" : "Template",
"documentation" : null,
"simpleType" : "Template",
"variableSetterType" : "Template"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Template",
"variableName" : "template",
"variableType" : "Template",
"documentation" : "The content of the email, composed of a subject line, an HTML part, and a text-only part.
",
"simpleType" : "Template",
"variableSetterType" : "Template"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"beanStyleGetterMethodName" : "getTemplate",
"beanStyleSetterMethodName" : "setTemplate",
"c2jName" : "Template",
"c2jShape" : "Template",
"defaultConsumerFluentSetterDocumentation" : "The content of the email, composed of a subject line, an HTML part, and a text-only part.
\nThis is a convenience that creates an instance of the {@link Template.Builder} avoiding the need to create one manually via {@link Template#builder()}.\n\nWhen the {@link Consumer} completes, {@link Template.Builder#build()} is called immediately and its result is passed to {@link #template(Template)}.\n@param template a consumer that will call methods on {@link Template.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #template(Template)",
"deprecated" : false,
"documentation" : "The content of the email, composed of a subject line, an HTML part, and a text-only part.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "template",
"fluentSetterDocumentation" : "The content of the email, composed of a subject line, an HTML part, and a text-only part.
\n@param template The content of the email, composed of a subject line, an HTML part, and a text-only part.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "template",
"getterDocumentation" : "The content of the email, composed of a subject line, an HTML part, and a text-only part.
\n@return The content of the email, composed of a subject line, an HTML part, and a text-only part.",
"getterModel" : {
"returnType" : "Template",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Template",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Template",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "Template",
"sensitive" : false,
"setterDocumentation" : "The content of the email, composed of a subject line, an HTML part, and a text-only part.
\n@param template The content of the email, composed of a subject line, an HTML part, and a text-only part.",
"setterMethodName" : "setTemplate",
"setterModel" : {
"variableDeclarationType" : "Template",
"variableName" : "template",
"variableType" : "Template",
"documentation" : null,
"simpleType" : "Template",
"variableSetterType" : "Template"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Template",
"variableName" : "template",
"variableType" : "Template",
"documentation" : "The content of the email, composed of a subject line, an HTML part, and a text-only part.
",
"simpleType" : "Template",
"variableSetterType" : "Template"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : [ "Template" ],
"shapeName" : "CreateTemplateRequest",
"simpleMethod" : false,
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "CreateTemplateRequest",
"variableName" : "createTemplateRequest",
"variableType" : "CreateTemplateRequest",
"documentation" : null,
"simpleType" : "CreateTemplateRequest",
"variableSetterType" : "CreateTemplateRequest"
},
"wrapper" : false,
"xmlNamespace" : null
},
"CreateTemplateResponse" : {
"c2jName" : "CreateTemplateResponse",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : null,
"members" : [ ],
"membersAsMap" : { },
"nonStreamingMembers" : [ ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "CreateTemplateResponse",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : "CreateTemplateResult"
},
"variable" : {
"variableDeclarationType" : "CreateTemplateResponse",
"variableName" : "createTemplateResponse",
"variableType" : "CreateTemplateResponse",
"documentation" : null,
"simpleType" : "CreateTemplateResponse",
"variableSetterType" : "CreateTemplateResponse"
},
"wrapper" : false,
"xmlNamespace" : null
},
"CustomMailFromStatus" : {
"c2jName" : "CustomMailFromStatus",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "",
"endpointDiscovery" : null,
"enums" : [ {
"name" : "PENDING",
"value" : "Pending"
}, {
"name" : "SUCCESS",
"value" : "Success"
}, {
"name" : "FAILED",
"value" : "Failed"
}, {
"name" : "TEMPORARY_FAILURE",
"value" : "TemporaryFailure"
} ],
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : null,
"members" : [ ],
"membersAsMap" : { },
"nonStreamingMembers" : [ ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "CustomMailFromStatus",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "CustomMailFromStatus",
"variableName" : "customMailFromStatus",
"variableType" : "CustomMailFromStatus",
"documentation" : null,
"simpleType" : "CustomMailFromStatus",
"variableSetterType" : "CustomMailFromStatus"
},
"wrapper" : false,
"xmlNamespace" : null
},
"CustomVerificationEmailInvalidContentException" : {
"c2jName" : "CustomVerificationEmailInvalidContentException",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "Indicates that custom verification email template provided content is invalid.
",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : "CustomVerificationEmailInvalidContent",
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : 400,
"marshaller" : null,
"members" : [ ],
"membersAsMap" : { },
"nonStreamingMembers" : [ ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "CustomVerificationEmailInvalidContentException",
"simpleMethod" : false,
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "CustomVerificationEmailInvalidContentException",
"variableName" : "customVerificationEmailInvalidContentException",
"variableType" : "CustomVerificationEmailInvalidContentException",
"documentation" : null,
"simpleType" : "CustomVerificationEmailInvalidContentException",
"variableSetterType" : "CustomVerificationEmailInvalidContentException"
},
"wrapper" : false,
"xmlNamespace" : null
},
"CustomVerificationEmailTemplate" : {
"c2jName" : "CustomVerificationEmailTemplate",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "Contains information about a custom verification email template.
",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : null,
"members" : [ {
"beanStyleGetterMethodName" : "getTemplateName",
"beanStyleSetterMethodName" : "setTemplateName",
"c2jName" : "TemplateName",
"c2jShape" : "TemplateName",
"defaultConsumerFluentSetterDocumentation" : "The name of the custom verification email template.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #templateName(String)}.\n@param templateName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #templateName(String)",
"deprecated" : false,
"documentation" : "The name of the custom verification email template.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "templateName",
"fluentSetterDocumentation" : "The name of the custom verification email template.
\n@param templateName The name of the custom verification email template.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "templateName",
"getterDocumentation" : "The name of the custom verification email template.
\n@return The name of the custom verification email template.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "TemplateName",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "TemplateName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "TemplateName",
"sensitive" : false,
"setterDocumentation" : "The name of the custom verification email template.
\n@param templateName The name of the custom verification email template.",
"setterMethodName" : "setTemplateName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "templateName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "templateName",
"variableType" : "String",
"documentation" : "The name of the custom verification email template.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getFromEmailAddress",
"beanStyleSetterMethodName" : "setFromEmailAddress",
"c2jName" : "FromEmailAddress",
"c2jShape" : "FromAddress",
"defaultConsumerFluentSetterDocumentation" : "The email address that the custom verification email is sent from.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #fromEmailAddress(String)}.\n@param fromEmailAddress a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #fromEmailAddress(String)",
"deprecated" : false,
"documentation" : "The email address that the custom verification email is sent from.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "fromEmailAddress",
"fluentSetterDocumentation" : "The email address that the custom verification email is sent from.
\n@param fromEmailAddress The email address that the custom verification email is sent from.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "fromEmailAddress",
"getterDocumentation" : "The email address that the custom verification email is sent from.
\n@return The email address that the custom verification email is sent from.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "FromEmailAddress",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "FromEmailAddress",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "FromEmailAddress",
"sensitive" : false,
"setterDocumentation" : "The email address that the custom verification email is sent from.
\n@param fromEmailAddress The email address that the custom verification email is sent from.",
"setterMethodName" : "setFromEmailAddress",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "fromEmailAddress",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "fromEmailAddress",
"variableType" : "String",
"documentation" : "The email address that the custom verification email is sent from.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getTemplateSubject",
"beanStyleSetterMethodName" : "setTemplateSubject",
"c2jName" : "TemplateSubject",
"c2jShape" : "Subject",
"defaultConsumerFluentSetterDocumentation" : "The subject line of the custom verification email.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #templateSubject(String)}.\n@param templateSubject a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #templateSubject(String)",
"deprecated" : false,
"documentation" : "The subject line of the custom verification email.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "templateSubject",
"fluentSetterDocumentation" : "The subject line of the custom verification email.
\n@param templateSubject The subject line of the custom verification email.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "templateSubject",
"getterDocumentation" : "The subject line of the custom verification email.
\n@return The subject line of the custom verification email.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "TemplateSubject",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "TemplateSubject",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "TemplateSubject",
"sensitive" : false,
"setterDocumentation" : "The subject line of the custom verification email.
\n@param templateSubject The subject line of the custom verification email.",
"setterMethodName" : "setTemplateSubject",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "templateSubject",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "templateSubject",
"variableType" : "String",
"documentation" : "The subject line of the custom verification email.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getSuccessRedirectionURL",
"beanStyleSetterMethodName" : "setSuccessRedirectionURL",
"c2jName" : "SuccessRedirectionURL",
"c2jShape" : "SuccessRedirectionURL",
"defaultConsumerFluentSetterDocumentation" : "The URL that the recipient of the verification email is sent to if his or her address is successfully verified.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #successRedirectionURL(String)}.\n@param successRedirectionURL a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #successRedirectionURL(String)",
"deprecated" : false,
"documentation" : "The URL that the recipient of the verification email is sent to if his or her address is successfully verified.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "successRedirectionURL",
"fluentSetterDocumentation" : "The URL that the recipient of the verification email is sent to if his or her address is successfully verified.
\n@param successRedirectionURL The URL that the recipient of the verification email is sent to if his or her address is successfully verified.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "successRedirectionURL",
"getterDocumentation" : "The URL that the recipient of the verification email is sent to if his or her address is successfully verified.
\n@return The URL that the recipient of the verification email is sent to if his or her address is successfully verified.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "SuccessRedirectionURL",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "SuccessRedirectionURL",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "SuccessRedirectionURL",
"sensitive" : false,
"setterDocumentation" : "The URL that the recipient of the verification email is sent to if his or her address is successfully verified.
\n@param successRedirectionURL The URL that the recipient of the verification email is sent to if his or her address is successfully verified.",
"setterMethodName" : "setSuccessRedirectionURL",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "successRedirectionURL",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "successRedirectionURL",
"variableType" : "String",
"documentation" : "The URL that the recipient of the verification email is sent to if his or her address is successfully verified.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getFailureRedirectionURL",
"beanStyleSetterMethodName" : "setFailureRedirectionURL",
"c2jName" : "FailureRedirectionURL",
"c2jShape" : "FailureRedirectionURL",
"defaultConsumerFluentSetterDocumentation" : "The URL that the recipient of the verification email is sent to if his or her address is not successfully verified.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #failureRedirectionURL(String)}.\n@param failureRedirectionURL a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #failureRedirectionURL(String)",
"deprecated" : false,
"documentation" : "The URL that the recipient of the verification email is sent to if his or her address is not successfully verified.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "failureRedirectionURL",
"fluentSetterDocumentation" : "The URL that the recipient of the verification email is sent to if his or her address is not successfully verified.
\n@param failureRedirectionURL The URL that the recipient of the verification email is sent to if his or her address is not successfully verified.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "failureRedirectionURL",
"getterDocumentation" : "The URL that the recipient of the verification email is sent to if his or her address is not successfully verified.
\n@return The URL that the recipient of the verification email is sent to if his or her address is not successfully verified.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "FailureRedirectionURL",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "FailureRedirectionURL",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "FailureRedirectionURL",
"sensitive" : false,
"setterDocumentation" : "The URL that the recipient of the verification email is sent to if his or her address is not successfully verified.
\n@param failureRedirectionURL The URL that the recipient of the verification email is sent to if his or her address is not successfully verified.",
"setterMethodName" : "setFailureRedirectionURL",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "failureRedirectionURL",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "failureRedirectionURL",
"variableType" : "String",
"documentation" : "The URL that the recipient of the verification email is sent to if his or her address is not successfully verified.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"FailureRedirectionURL" : {
"beanStyleGetterMethodName" : "getFailureRedirectionURL",
"beanStyleSetterMethodName" : "setFailureRedirectionURL",
"c2jName" : "FailureRedirectionURL",
"c2jShape" : "FailureRedirectionURL",
"defaultConsumerFluentSetterDocumentation" : "The URL that the recipient of the verification email is sent to if his or her address is not successfully verified.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #failureRedirectionURL(String)}.\n@param failureRedirectionURL a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #failureRedirectionURL(String)",
"deprecated" : false,
"documentation" : "The URL that the recipient of the verification email is sent to if his or her address is not successfully verified.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "failureRedirectionURL",
"fluentSetterDocumentation" : "The URL that the recipient of the verification email is sent to if his or her address is not successfully verified.
\n@param failureRedirectionURL The URL that the recipient of the verification email is sent to if his or her address is not successfully verified.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "failureRedirectionURL",
"getterDocumentation" : "The URL that the recipient of the verification email is sent to if his or her address is not successfully verified.
\n@return The URL that the recipient of the verification email is sent to if his or her address is not successfully verified.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "FailureRedirectionURL",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "FailureRedirectionURL",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "FailureRedirectionURL",
"sensitive" : false,
"setterDocumentation" : "The URL that the recipient of the verification email is sent to if his or her address is not successfully verified.
\n@param failureRedirectionURL The URL that the recipient of the verification email is sent to if his or her address is not successfully verified.",
"setterMethodName" : "setFailureRedirectionURL",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "failureRedirectionURL",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "failureRedirectionURL",
"variableType" : "String",
"documentation" : "The URL that the recipient of the verification email is sent to if his or her address is not successfully verified.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"FromEmailAddress" : {
"beanStyleGetterMethodName" : "getFromEmailAddress",
"beanStyleSetterMethodName" : "setFromEmailAddress",
"c2jName" : "FromEmailAddress",
"c2jShape" : "FromAddress",
"defaultConsumerFluentSetterDocumentation" : "The email address that the custom verification email is sent from.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #fromEmailAddress(String)}.\n@param fromEmailAddress a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #fromEmailAddress(String)",
"deprecated" : false,
"documentation" : "The email address that the custom verification email is sent from.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "fromEmailAddress",
"fluentSetterDocumentation" : "The email address that the custom verification email is sent from.
\n@param fromEmailAddress The email address that the custom verification email is sent from.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "fromEmailAddress",
"getterDocumentation" : "The email address that the custom verification email is sent from.
\n@return The email address that the custom verification email is sent from.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "FromEmailAddress",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "FromEmailAddress",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "FromEmailAddress",
"sensitive" : false,
"setterDocumentation" : "The email address that the custom verification email is sent from.
\n@param fromEmailAddress The email address that the custom verification email is sent from.",
"setterMethodName" : "setFromEmailAddress",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "fromEmailAddress",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "fromEmailAddress",
"variableType" : "String",
"documentation" : "The email address that the custom verification email is sent from.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"SuccessRedirectionURL" : {
"beanStyleGetterMethodName" : "getSuccessRedirectionURL",
"beanStyleSetterMethodName" : "setSuccessRedirectionURL",
"c2jName" : "SuccessRedirectionURL",
"c2jShape" : "SuccessRedirectionURL",
"defaultConsumerFluentSetterDocumentation" : "The URL that the recipient of the verification email is sent to if his or her address is successfully verified.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #successRedirectionURL(String)}.\n@param successRedirectionURL a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #successRedirectionURL(String)",
"deprecated" : false,
"documentation" : "The URL that the recipient of the verification email is sent to if his or her address is successfully verified.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "successRedirectionURL",
"fluentSetterDocumentation" : "The URL that the recipient of the verification email is sent to if his or her address is successfully verified.
\n@param successRedirectionURL The URL that the recipient of the verification email is sent to if his or her address is successfully verified.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "successRedirectionURL",
"getterDocumentation" : "The URL that the recipient of the verification email is sent to if his or her address is successfully verified.
\n@return The URL that the recipient of the verification email is sent to if his or her address is successfully verified.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "SuccessRedirectionURL",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "SuccessRedirectionURL",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "SuccessRedirectionURL",
"sensitive" : false,
"setterDocumentation" : "The URL that the recipient of the verification email is sent to if his or her address is successfully verified.
\n@param successRedirectionURL The URL that the recipient of the verification email is sent to if his or her address is successfully verified.",
"setterMethodName" : "setSuccessRedirectionURL",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "successRedirectionURL",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "successRedirectionURL",
"variableType" : "String",
"documentation" : "The URL that the recipient of the verification email is sent to if his or her address is successfully verified.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"TemplateName" : {
"beanStyleGetterMethodName" : "getTemplateName",
"beanStyleSetterMethodName" : "setTemplateName",
"c2jName" : "TemplateName",
"c2jShape" : "TemplateName",
"defaultConsumerFluentSetterDocumentation" : "The name of the custom verification email template.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #templateName(String)}.\n@param templateName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #templateName(String)",
"deprecated" : false,
"documentation" : "The name of the custom verification email template.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "templateName",
"fluentSetterDocumentation" : "The name of the custom verification email template.
\n@param templateName The name of the custom verification email template.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "templateName",
"getterDocumentation" : "The name of the custom verification email template.
\n@return The name of the custom verification email template.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "TemplateName",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "TemplateName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "TemplateName",
"sensitive" : false,
"setterDocumentation" : "The name of the custom verification email template.
\n@param templateName The name of the custom verification email template.",
"setterMethodName" : "setTemplateName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "templateName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "templateName",
"variableType" : "String",
"documentation" : "The name of the custom verification email template.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"TemplateSubject" : {
"beanStyleGetterMethodName" : "getTemplateSubject",
"beanStyleSetterMethodName" : "setTemplateSubject",
"c2jName" : "TemplateSubject",
"c2jShape" : "Subject",
"defaultConsumerFluentSetterDocumentation" : "The subject line of the custom verification email.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #templateSubject(String)}.\n@param templateSubject a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #templateSubject(String)",
"deprecated" : false,
"documentation" : "The subject line of the custom verification email.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "templateSubject",
"fluentSetterDocumentation" : "The subject line of the custom verification email.
\n@param templateSubject The subject line of the custom verification email.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "templateSubject",
"getterDocumentation" : "The subject line of the custom verification email.
\n@return The subject line of the custom verification email.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "TemplateSubject",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "TemplateSubject",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "TemplateSubject",
"sensitive" : false,
"setterDocumentation" : "The subject line of the custom verification email.
\n@param templateSubject The subject line of the custom verification email.",
"setterMethodName" : "setTemplateSubject",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "templateSubject",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "templateSubject",
"variableType" : "String",
"documentation" : "The subject line of the custom verification email.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"beanStyleGetterMethodName" : "getTemplateName",
"beanStyleSetterMethodName" : "setTemplateName",
"c2jName" : "TemplateName",
"c2jShape" : "TemplateName",
"defaultConsumerFluentSetterDocumentation" : "The name of the custom verification email template.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #templateName(String)}.\n@param templateName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #templateName(String)",
"deprecated" : false,
"documentation" : "The name of the custom verification email template.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "templateName",
"fluentSetterDocumentation" : "The name of the custom verification email template.
\n@param templateName The name of the custom verification email template.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "templateName",
"getterDocumentation" : "The name of the custom verification email template.
\n@return The name of the custom verification email template.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "TemplateName",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "TemplateName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "TemplateName",
"sensitive" : false,
"setterDocumentation" : "The name of the custom verification email template.
\n@param templateName The name of the custom verification email template.",
"setterMethodName" : "setTemplateName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "templateName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "templateName",
"variableType" : "String",
"documentation" : "The name of the custom verification email template.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getFromEmailAddress",
"beanStyleSetterMethodName" : "setFromEmailAddress",
"c2jName" : "FromEmailAddress",
"c2jShape" : "FromAddress",
"defaultConsumerFluentSetterDocumentation" : "The email address that the custom verification email is sent from.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #fromEmailAddress(String)}.\n@param fromEmailAddress a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #fromEmailAddress(String)",
"deprecated" : false,
"documentation" : "The email address that the custom verification email is sent from.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "fromEmailAddress",
"fluentSetterDocumentation" : "The email address that the custom verification email is sent from.
\n@param fromEmailAddress The email address that the custom verification email is sent from.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "fromEmailAddress",
"getterDocumentation" : "The email address that the custom verification email is sent from.
\n@return The email address that the custom verification email is sent from.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "FromEmailAddress",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "FromEmailAddress",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "FromEmailAddress",
"sensitive" : false,
"setterDocumentation" : "The email address that the custom verification email is sent from.
\n@param fromEmailAddress The email address that the custom verification email is sent from.",
"setterMethodName" : "setFromEmailAddress",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "fromEmailAddress",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "fromEmailAddress",
"variableType" : "String",
"documentation" : "The email address that the custom verification email is sent from.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getTemplateSubject",
"beanStyleSetterMethodName" : "setTemplateSubject",
"c2jName" : "TemplateSubject",
"c2jShape" : "Subject",
"defaultConsumerFluentSetterDocumentation" : "The subject line of the custom verification email.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #templateSubject(String)}.\n@param templateSubject a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #templateSubject(String)",
"deprecated" : false,
"documentation" : "The subject line of the custom verification email.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "templateSubject",
"fluentSetterDocumentation" : "The subject line of the custom verification email.
\n@param templateSubject The subject line of the custom verification email.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "templateSubject",
"getterDocumentation" : "The subject line of the custom verification email.
\n@return The subject line of the custom verification email.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "TemplateSubject",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "TemplateSubject",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "TemplateSubject",
"sensitive" : false,
"setterDocumentation" : "The subject line of the custom verification email.
\n@param templateSubject The subject line of the custom verification email.",
"setterMethodName" : "setTemplateSubject",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "templateSubject",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "templateSubject",
"variableType" : "String",
"documentation" : "The subject line of the custom verification email.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getSuccessRedirectionURL",
"beanStyleSetterMethodName" : "setSuccessRedirectionURL",
"c2jName" : "SuccessRedirectionURL",
"c2jShape" : "SuccessRedirectionURL",
"defaultConsumerFluentSetterDocumentation" : "The URL that the recipient of the verification email is sent to if his or her address is successfully verified.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #successRedirectionURL(String)}.\n@param successRedirectionURL a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #successRedirectionURL(String)",
"deprecated" : false,
"documentation" : "The URL that the recipient of the verification email is sent to if his or her address is successfully verified.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "successRedirectionURL",
"fluentSetterDocumentation" : "The URL that the recipient of the verification email is sent to if his or her address is successfully verified.
\n@param successRedirectionURL The URL that the recipient of the verification email is sent to if his or her address is successfully verified.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "successRedirectionURL",
"getterDocumentation" : "The URL that the recipient of the verification email is sent to if his or her address is successfully verified.
\n@return The URL that the recipient of the verification email is sent to if his or her address is successfully verified.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "SuccessRedirectionURL",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "SuccessRedirectionURL",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "SuccessRedirectionURL",
"sensitive" : false,
"setterDocumentation" : "The URL that the recipient of the verification email is sent to if his or her address is successfully verified.
\n@param successRedirectionURL The URL that the recipient of the verification email is sent to if his or her address is successfully verified.",
"setterMethodName" : "setSuccessRedirectionURL",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "successRedirectionURL",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "successRedirectionURL",
"variableType" : "String",
"documentation" : "The URL that the recipient of the verification email is sent to if his or her address is successfully verified.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getFailureRedirectionURL",
"beanStyleSetterMethodName" : "setFailureRedirectionURL",
"c2jName" : "FailureRedirectionURL",
"c2jShape" : "FailureRedirectionURL",
"defaultConsumerFluentSetterDocumentation" : "The URL that the recipient of the verification email is sent to if his or her address is not successfully verified.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #failureRedirectionURL(String)}.\n@param failureRedirectionURL a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #failureRedirectionURL(String)",
"deprecated" : false,
"documentation" : "The URL that the recipient of the verification email is sent to if his or her address is not successfully verified.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "failureRedirectionURL",
"fluentSetterDocumentation" : "The URL that the recipient of the verification email is sent to if his or her address is not successfully verified.
\n@param failureRedirectionURL The URL that the recipient of the verification email is sent to if his or her address is not successfully verified.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "failureRedirectionURL",
"getterDocumentation" : "The URL that the recipient of the verification email is sent to if his or her address is not successfully verified.
\n@return The URL that the recipient of the verification email is sent to if his or her address is not successfully verified.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "FailureRedirectionURL",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "FailureRedirectionURL",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "FailureRedirectionURL",
"sensitive" : false,
"setterDocumentation" : "The URL that the recipient of the verification email is sent to if his or her address is not successfully verified.
\n@param failureRedirectionURL The URL that the recipient of the verification email is sent to if his or her address is not successfully verified.",
"setterMethodName" : "setFailureRedirectionURL",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "failureRedirectionURL",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "failureRedirectionURL",
"variableType" : "String",
"documentation" : "The URL that the recipient of the verification email is sent to if his or her address is not successfully verified.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "CustomVerificationEmailTemplate",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "CustomVerificationEmailTemplate",
"variableName" : "customVerificationEmailTemplate",
"variableType" : "CustomVerificationEmailTemplate",
"documentation" : null,
"simpleType" : "CustomVerificationEmailTemplate",
"variableSetterType" : "CustomVerificationEmailTemplate"
},
"wrapper" : false,
"xmlNamespace" : null
},
"CustomVerificationEmailTemplateAlreadyExistsException" : {
"c2jName" : "CustomVerificationEmailTemplateAlreadyExistsException",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "Indicates that a custom verification email template with the name you specified already exists.
",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : "CustomVerificationEmailTemplateAlreadyExists",
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : 400,
"marshaller" : null,
"members" : [ {
"beanStyleGetterMethodName" : "getCustomVerificationEmailTemplateName",
"beanStyleSetterMethodName" : "setCustomVerificationEmailTemplateName",
"c2jName" : "CustomVerificationEmailTemplateName",
"c2jShape" : "TemplateName",
"defaultConsumerFluentSetterDocumentation" : "Indicates that the provided custom verification email template with the specified template name already exists.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #customVerificationEmailTemplateName(String)}.\n@param customVerificationEmailTemplateName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #customVerificationEmailTemplateName(String)",
"deprecated" : false,
"documentation" : "Indicates that the provided custom verification email template with the specified template name already exists.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "customVerificationEmailTemplateName",
"fluentSetterDocumentation" : "Indicates that the provided custom verification email template with the specified template name already exists.
\n@param customVerificationEmailTemplateName Indicates that the provided custom verification email template with the specified template name already exists.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "customVerificationEmailTemplateName",
"getterDocumentation" : "Indicates that the provided custom verification email template with the specified template name already exists.
\n@return Indicates that the provided custom verification email template with the specified template name already exists.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "CustomVerificationEmailTemplateName",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "CustomVerificationEmailTemplateName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "CustomVerificationEmailTemplateName",
"sensitive" : false,
"setterDocumentation" : "Indicates that the provided custom verification email template with the specified template name already exists.
\n@param customVerificationEmailTemplateName Indicates that the provided custom verification email template with the specified template name already exists.",
"setterMethodName" : "setCustomVerificationEmailTemplateName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "customVerificationEmailTemplateName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "customVerificationEmailTemplateName",
"variableType" : "String",
"documentation" : "Indicates that the provided custom verification email template with the specified template name already exists.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"CustomVerificationEmailTemplateName" : {
"beanStyleGetterMethodName" : "getCustomVerificationEmailTemplateName",
"beanStyleSetterMethodName" : "setCustomVerificationEmailTemplateName",
"c2jName" : "CustomVerificationEmailTemplateName",
"c2jShape" : "TemplateName",
"defaultConsumerFluentSetterDocumentation" : "Indicates that the provided custom verification email template with the specified template name already exists.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #customVerificationEmailTemplateName(String)}.\n@param customVerificationEmailTemplateName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #customVerificationEmailTemplateName(String)",
"deprecated" : false,
"documentation" : "Indicates that the provided custom verification email template with the specified template name already exists.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "customVerificationEmailTemplateName",
"fluentSetterDocumentation" : "Indicates that the provided custom verification email template with the specified template name already exists.
\n@param customVerificationEmailTemplateName Indicates that the provided custom verification email template with the specified template name already exists.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "customVerificationEmailTemplateName",
"getterDocumentation" : "Indicates that the provided custom verification email template with the specified template name already exists.
\n@return Indicates that the provided custom verification email template with the specified template name already exists.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "CustomVerificationEmailTemplateName",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "CustomVerificationEmailTemplateName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "CustomVerificationEmailTemplateName",
"sensitive" : false,
"setterDocumentation" : "Indicates that the provided custom verification email template with the specified template name already exists.
\n@param customVerificationEmailTemplateName Indicates that the provided custom verification email template with the specified template name already exists.",
"setterMethodName" : "setCustomVerificationEmailTemplateName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "customVerificationEmailTemplateName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "customVerificationEmailTemplateName",
"variableType" : "String",
"documentation" : "Indicates that the provided custom verification email template with the specified template name already exists.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"beanStyleGetterMethodName" : "getCustomVerificationEmailTemplateName",
"beanStyleSetterMethodName" : "setCustomVerificationEmailTemplateName",
"c2jName" : "CustomVerificationEmailTemplateName",
"c2jShape" : "TemplateName",
"defaultConsumerFluentSetterDocumentation" : "Indicates that the provided custom verification email template with the specified template name already exists.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #customVerificationEmailTemplateName(String)}.\n@param customVerificationEmailTemplateName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #customVerificationEmailTemplateName(String)",
"deprecated" : false,
"documentation" : "Indicates that the provided custom verification email template with the specified template name already exists.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "customVerificationEmailTemplateName",
"fluentSetterDocumentation" : "Indicates that the provided custom verification email template with the specified template name already exists.
\n@param customVerificationEmailTemplateName Indicates that the provided custom verification email template with the specified template name already exists.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "customVerificationEmailTemplateName",
"getterDocumentation" : "Indicates that the provided custom verification email template with the specified template name already exists.
\n@return Indicates that the provided custom verification email template with the specified template name already exists.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "CustomVerificationEmailTemplateName",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "CustomVerificationEmailTemplateName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "CustomVerificationEmailTemplateName",
"sensitive" : false,
"setterDocumentation" : "Indicates that the provided custom verification email template with the specified template name already exists.
\n@param customVerificationEmailTemplateName Indicates that the provided custom verification email template with the specified template name already exists.",
"setterMethodName" : "setCustomVerificationEmailTemplateName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "customVerificationEmailTemplateName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "customVerificationEmailTemplateName",
"variableType" : "String",
"documentation" : "Indicates that the provided custom verification email template with the specified template name already exists.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "CustomVerificationEmailTemplateAlreadyExistsException",
"simpleMethod" : false,
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "CustomVerificationEmailTemplateAlreadyExistsException",
"variableName" : "customVerificationEmailTemplateAlreadyExistsException",
"variableType" : "CustomVerificationEmailTemplateAlreadyExistsException",
"documentation" : null,
"simpleType" : "CustomVerificationEmailTemplateAlreadyExistsException",
"variableSetterType" : "CustomVerificationEmailTemplateAlreadyExistsException"
},
"wrapper" : false,
"xmlNamespace" : null
},
"CustomVerificationEmailTemplateDoesNotExistException" : {
"c2jName" : "CustomVerificationEmailTemplateDoesNotExistException",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "Indicates that a custom verification email template with the name you specified does not exist.
",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : "CustomVerificationEmailTemplateDoesNotExist",
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : 400,
"marshaller" : null,
"members" : [ {
"beanStyleGetterMethodName" : "getCustomVerificationEmailTemplateName",
"beanStyleSetterMethodName" : "setCustomVerificationEmailTemplateName",
"c2jName" : "CustomVerificationEmailTemplateName",
"c2jShape" : "TemplateName",
"defaultConsumerFluentSetterDocumentation" : "Indicates that the provided custom verification email template does not exist.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #customVerificationEmailTemplateName(String)}.\n@param customVerificationEmailTemplateName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #customVerificationEmailTemplateName(String)",
"deprecated" : false,
"documentation" : "Indicates that the provided custom verification email template does not exist.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "customVerificationEmailTemplateName",
"fluentSetterDocumentation" : "Indicates that the provided custom verification email template does not exist.
\n@param customVerificationEmailTemplateName Indicates that the provided custom verification email template does not exist.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "customVerificationEmailTemplateName",
"getterDocumentation" : "Indicates that the provided custom verification email template does not exist.
\n@return Indicates that the provided custom verification email template does not exist.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "CustomVerificationEmailTemplateName",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "CustomVerificationEmailTemplateName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "CustomVerificationEmailTemplateName",
"sensitive" : false,
"setterDocumentation" : "Indicates that the provided custom verification email template does not exist.
\n@param customVerificationEmailTemplateName Indicates that the provided custom verification email template does not exist.",
"setterMethodName" : "setCustomVerificationEmailTemplateName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "customVerificationEmailTemplateName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "customVerificationEmailTemplateName",
"variableType" : "String",
"documentation" : "Indicates that the provided custom verification email template does not exist.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"CustomVerificationEmailTemplateName" : {
"beanStyleGetterMethodName" : "getCustomVerificationEmailTemplateName",
"beanStyleSetterMethodName" : "setCustomVerificationEmailTemplateName",
"c2jName" : "CustomVerificationEmailTemplateName",
"c2jShape" : "TemplateName",
"defaultConsumerFluentSetterDocumentation" : "Indicates that the provided custom verification email template does not exist.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #customVerificationEmailTemplateName(String)}.\n@param customVerificationEmailTemplateName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #customVerificationEmailTemplateName(String)",
"deprecated" : false,
"documentation" : "Indicates that the provided custom verification email template does not exist.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "customVerificationEmailTemplateName",
"fluentSetterDocumentation" : "Indicates that the provided custom verification email template does not exist.
\n@param customVerificationEmailTemplateName Indicates that the provided custom verification email template does not exist.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "customVerificationEmailTemplateName",
"getterDocumentation" : "Indicates that the provided custom verification email template does not exist.
\n@return Indicates that the provided custom verification email template does not exist.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "CustomVerificationEmailTemplateName",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "CustomVerificationEmailTemplateName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "CustomVerificationEmailTemplateName",
"sensitive" : false,
"setterDocumentation" : "Indicates that the provided custom verification email template does not exist.
\n@param customVerificationEmailTemplateName Indicates that the provided custom verification email template does not exist.",
"setterMethodName" : "setCustomVerificationEmailTemplateName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "customVerificationEmailTemplateName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "customVerificationEmailTemplateName",
"variableType" : "String",
"documentation" : "Indicates that the provided custom verification email template does not exist.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"beanStyleGetterMethodName" : "getCustomVerificationEmailTemplateName",
"beanStyleSetterMethodName" : "setCustomVerificationEmailTemplateName",
"c2jName" : "CustomVerificationEmailTemplateName",
"c2jShape" : "TemplateName",
"defaultConsumerFluentSetterDocumentation" : "Indicates that the provided custom verification email template does not exist.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #customVerificationEmailTemplateName(String)}.\n@param customVerificationEmailTemplateName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #customVerificationEmailTemplateName(String)",
"deprecated" : false,
"documentation" : "Indicates that the provided custom verification email template does not exist.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "customVerificationEmailTemplateName",
"fluentSetterDocumentation" : "Indicates that the provided custom verification email template does not exist.
\n@param customVerificationEmailTemplateName Indicates that the provided custom verification email template does not exist.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "customVerificationEmailTemplateName",
"getterDocumentation" : "Indicates that the provided custom verification email template does not exist.
\n@return Indicates that the provided custom verification email template does not exist.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "CustomVerificationEmailTemplateName",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "CustomVerificationEmailTemplateName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "CustomVerificationEmailTemplateName",
"sensitive" : false,
"setterDocumentation" : "Indicates that the provided custom verification email template does not exist.
\n@param customVerificationEmailTemplateName Indicates that the provided custom verification email template does not exist.",
"setterMethodName" : "setCustomVerificationEmailTemplateName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "customVerificationEmailTemplateName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "customVerificationEmailTemplateName",
"variableType" : "String",
"documentation" : "Indicates that the provided custom verification email template does not exist.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "CustomVerificationEmailTemplateDoesNotExistException",
"simpleMethod" : false,
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "CustomVerificationEmailTemplateDoesNotExistException",
"variableName" : "customVerificationEmailTemplateDoesNotExistException",
"variableType" : "CustomVerificationEmailTemplateDoesNotExistException",
"documentation" : null,
"simpleType" : "CustomVerificationEmailTemplateDoesNotExistException",
"variableSetterType" : "CustomVerificationEmailTemplateDoesNotExistException"
},
"wrapper" : false,
"xmlNamespace" : null
},
"DeleteConfigurationSetEventDestinationRequest" : {
"c2jName" : "DeleteConfigurationSetEventDestinationRequest",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"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.
",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : {
"action" : "DeleteConfigurationSetEventDestination",
"locationName" : null,
"requestUri" : "/",
"target" : "DeleteConfigurationSetEventDestination",
"verb" : "POST",
"xmlNameSpaceUri" : null
},
"members" : [ {
"beanStyleGetterMethodName" : "getConfigurationSetName",
"beanStyleSetterMethodName" : "setConfigurationSetName",
"c2jName" : "ConfigurationSetName",
"c2jShape" : "ConfigurationSetName",
"defaultConsumerFluentSetterDocumentation" : "The name of the configuration set from which to delete the event destination.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #configurationSetName(String)}.\n@param configurationSetName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #configurationSetName(String)",
"deprecated" : false,
"documentation" : "The name of the configuration set from which to delete the event destination.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "configurationSetName",
"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" : "configurationSetName",
"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.",
"getterModel" : {
"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,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "ConfigurationSetName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "ConfigurationSetName",
"sensitive" : false,
"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" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"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"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getEventDestinationName",
"beanStyleSetterMethodName" : "setEventDestinationName",
"c2jName" : "EventDestinationName",
"c2jShape" : "EventDestinationName",
"defaultConsumerFluentSetterDocumentation" : "The name of the event destination to delete.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #eventDestinationName(String)}.\n@param eventDestinationName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #eventDestinationName(String)",
"deprecated" : false,
"documentation" : "The name of the event destination to delete.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "eventDestinationName",
"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" : "eventDestinationName",
"getterDocumentation" : "The name of the event destination to delete.
\n@return The name of the event destination to delete.",
"getterModel" : {
"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,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "EventDestinationName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "EventDestinationName",
"sensitive" : false,
"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" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "eventDestinationName",
"variableType" : "String",
"documentation" : "The name of the event destination to delete.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"ConfigurationSetName" : {
"beanStyleGetterMethodName" : "getConfigurationSetName",
"beanStyleSetterMethodName" : "setConfigurationSetName",
"c2jName" : "ConfigurationSetName",
"c2jShape" : "ConfigurationSetName",
"defaultConsumerFluentSetterDocumentation" : "The name of the configuration set from which to delete the event destination.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #configurationSetName(String)}.\n@param configurationSetName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #configurationSetName(String)",
"deprecated" : false,
"documentation" : "The name of the configuration set from which to delete the event destination.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "configurationSetName",
"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" : "configurationSetName",
"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.",
"getterModel" : {
"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,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "ConfigurationSetName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "ConfigurationSetName",
"sensitive" : false,
"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" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"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"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"EventDestinationName" : {
"beanStyleGetterMethodName" : "getEventDestinationName",
"beanStyleSetterMethodName" : "setEventDestinationName",
"c2jName" : "EventDestinationName",
"c2jShape" : "EventDestinationName",
"defaultConsumerFluentSetterDocumentation" : "The name of the event destination to delete.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #eventDestinationName(String)}.\n@param eventDestinationName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #eventDestinationName(String)",
"deprecated" : false,
"documentation" : "The name of the event destination to delete.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "eventDestinationName",
"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" : "eventDestinationName",
"getterDocumentation" : "The name of the event destination to delete.
\n@return The name of the event destination to delete.",
"getterModel" : {
"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,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "EventDestinationName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "EventDestinationName",
"sensitive" : false,
"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" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "eventDestinationName",
"variableType" : "String",
"documentation" : "The name of the event destination to delete.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"beanStyleGetterMethodName" : "getConfigurationSetName",
"beanStyleSetterMethodName" : "setConfigurationSetName",
"c2jName" : "ConfigurationSetName",
"c2jShape" : "ConfigurationSetName",
"defaultConsumerFluentSetterDocumentation" : "The name of the configuration set from which to delete the event destination.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #configurationSetName(String)}.\n@param configurationSetName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #configurationSetName(String)",
"deprecated" : false,
"documentation" : "The name of the configuration set from which to delete the event destination.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "configurationSetName",
"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" : "configurationSetName",
"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.",
"getterModel" : {
"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,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "ConfigurationSetName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "ConfigurationSetName",
"sensitive" : false,
"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" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"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"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getEventDestinationName",
"beanStyleSetterMethodName" : "setEventDestinationName",
"c2jName" : "EventDestinationName",
"c2jShape" : "EventDestinationName",
"defaultConsumerFluentSetterDocumentation" : "The name of the event destination to delete.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #eventDestinationName(String)}.\n@param eventDestinationName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #eventDestinationName(String)",
"deprecated" : false,
"documentation" : "The name of the event destination to delete.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "eventDestinationName",
"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" : "eventDestinationName",
"getterDocumentation" : "The name of the event destination to delete.
\n@return The name of the event destination to delete.",
"getterModel" : {
"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,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "EventDestinationName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "EventDestinationName",
"sensitive" : false,
"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" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "eventDestinationName",
"variableType" : "String",
"documentation" : "The name of the event destination to delete.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : [ "ConfigurationSetName", "EventDestinationName" ],
"shapeName" : "DeleteConfigurationSetEventDestinationRequest",
"simpleMethod" : false,
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "DeleteConfigurationSetEventDestinationRequest",
"variableName" : "deleteConfigurationSetEventDestinationRequest",
"variableType" : "DeleteConfigurationSetEventDestinationRequest",
"documentation" : null,
"simpleType" : "DeleteConfigurationSetEventDestinationRequest",
"variableSetterType" : "DeleteConfigurationSetEventDestinationRequest"
},
"wrapper" : false,
"xmlNamespace" : null
},
"DeleteConfigurationSetEventDestinationResponse" : {
"c2jName" : "DeleteConfigurationSetEventDestinationResponse",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "An empty element returned on a successful request.
",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : null,
"members" : [ ],
"membersAsMap" : { },
"nonStreamingMembers" : [ ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "DeleteConfigurationSetEventDestinationResponse",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : "DeleteConfigurationSetEventDestinationResult"
},
"variable" : {
"variableDeclarationType" : "DeleteConfigurationSetEventDestinationResponse",
"variableName" : "deleteConfigurationSetEventDestinationResponse",
"variableType" : "DeleteConfigurationSetEventDestinationResponse",
"documentation" : null,
"simpleType" : "DeleteConfigurationSetEventDestinationResponse",
"variableSetterType" : "DeleteConfigurationSetEventDestinationResponse"
},
"wrapper" : false,
"xmlNamespace" : null
},
"DeleteConfigurationSetRequest" : {
"c2jName" : "DeleteConfigurationSetRequest",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"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.
",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : {
"action" : "DeleteConfigurationSet",
"locationName" : null,
"requestUri" : "/",
"target" : "DeleteConfigurationSet",
"verb" : "POST",
"xmlNameSpaceUri" : null
},
"members" : [ {
"beanStyleGetterMethodName" : "getConfigurationSetName",
"beanStyleSetterMethodName" : "setConfigurationSetName",
"c2jName" : "ConfigurationSetName",
"c2jShape" : "ConfigurationSetName",
"defaultConsumerFluentSetterDocumentation" : "The name of the configuration set to delete.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #configurationSetName(String)}.\n@param configurationSetName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #configurationSetName(String)",
"deprecated" : false,
"documentation" : "The name of the configuration set to delete.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "configurationSetName",
"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" : "configurationSetName",
"getterDocumentation" : "The name of the configuration set to delete.
\n@return The name of the configuration set to delete.",
"getterModel" : {
"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,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "ConfigurationSetName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "ConfigurationSetName",
"sensitive" : false,
"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" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "configurationSetName",
"variableType" : "String",
"documentation" : "The name of the configuration set to delete.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"ConfigurationSetName" : {
"beanStyleGetterMethodName" : "getConfigurationSetName",
"beanStyleSetterMethodName" : "setConfigurationSetName",
"c2jName" : "ConfigurationSetName",
"c2jShape" : "ConfigurationSetName",
"defaultConsumerFluentSetterDocumentation" : "The name of the configuration set to delete.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #configurationSetName(String)}.\n@param configurationSetName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #configurationSetName(String)",
"deprecated" : false,
"documentation" : "The name of the configuration set to delete.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "configurationSetName",
"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" : "configurationSetName",
"getterDocumentation" : "The name of the configuration set to delete.
\n@return The name of the configuration set to delete.",
"getterModel" : {
"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,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "ConfigurationSetName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "ConfigurationSetName",
"sensitive" : false,
"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" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "configurationSetName",
"variableType" : "String",
"documentation" : "The name of the configuration set to delete.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"beanStyleGetterMethodName" : "getConfigurationSetName",
"beanStyleSetterMethodName" : "setConfigurationSetName",
"c2jName" : "ConfigurationSetName",
"c2jShape" : "ConfigurationSetName",
"defaultConsumerFluentSetterDocumentation" : "The name of the configuration set to delete.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #configurationSetName(String)}.\n@param configurationSetName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #configurationSetName(String)",
"deprecated" : false,
"documentation" : "The name of the configuration set to delete.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "configurationSetName",
"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" : "configurationSetName",
"getterDocumentation" : "The name of the configuration set to delete.
\n@return The name of the configuration set to delete.",
"getterModel" : {
"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,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "ConfigurationSetName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "ConfigurationSetName",
"sensitive" : false,
"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" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "configurationSetName",
"variableType" : "String",
"documentation" : "The name of the configuration set to delete.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : [ "ConfigurationSetName" ],
"shapeName" : "DeleteConfigurationSetRequest",
"simpleMethod" : false,
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "DeleteConfigurationSetRequest",
"variableName" : "deleteConfigurationSetRequest",
"variableType" : "DeleteConfigurationSetRequest",
"documentation" : null,
"simpleType" : "DeleteConfigurationSetRequest",
"variableSetterType" : "DeleteConfigurationSetRequest"
},
"wrapper" : false,
"xmlNamespace" : null
},
"DeleteConfigurationSetResponse" : {
"c2jName" : "DeleteConfigurationSetResponse",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "An empty element returned on a successful request.
",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : null,
"members" : [ ],
"membersAsMap" : { },
"nonStreamingMembers" : [ ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "DeleteConfigurationSetResponse",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : "DeleteConfigurationSetResult"
},
"variable" : {
"variableDeclarationType" : "DeleteConfigurationSetResponse",
"variableName" : "deleteConfigurationSetResponse",
"variableType" : "DeleteConfigurationSetResponse",
"documentation" : null,
"simpleType" : "DeleteConfigurationSetResponse",
"variableSetterType" : "DeleteConfigurationSetResponse"
},
"wrapper" : false,
"xmlNamespace" : null
},
"DeleteConfigurationSetTrackingOptionsRequest" : {
"c2jName" : "DeleteConfigurationSetTrackingOptionsRequest",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "Represents a request to delete open and click tracking options in a configuration set.
",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : {
"action" : "DeleteConfigurationSetTrackingOptions",
"locationName" : null,
"requestUri" : "/",
"target" : "DeleteConfigurationSetTrackingOptions",
"verb" : "POST",
"xmlNameSpaceUri" : null
},
"members" : [ {
"beanStyleGetterMethodName" : "getConfigurationSetName",
"beanStyleSetterMethodName" : "setConfigurationSetName",
"c2jName" : "ConfigurationSetName",
"c2jShape" : "ConfigurationSetName",
"defaultConsumerFluentSetterDocumentation" : "The name of the configuration set from which you want to delete the tracking options.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #configurationSetName(String)}.\n@param configurationSetName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #configurationSetName(String)",
"deprecated" : false,
"documentation" : "The name of the configuration set from which you want to delete the tracking options.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "configurationSetName",
"fluentSetterDocumentation" : "The name of the configuration set from which you want to delete the tracking options.
\n@param configurationSetName The name of the configuration set from which you want to delete the tracking options.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "configurationSetName",
"getterDocumentation" : "The name of the configuration set from which you want to delete the tracking options.
\n@return The name of the configuration set from which you want to delete the tracking options.",
"getterModel" : {
"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,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "ConfigurationSetName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "ConfigurationSetName",
"sensitive" : false,
"setterDocumentation" : "The name of the configuration set from which you want to delete the tracking options.
\n@param configurationSetName The name of the configuration set from which you want to delete the tracking options.",
"setterMethodName" : "setConfigurationSetName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "configurationSetName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "configurationSetName",
"variableType" : "String",
"documentation" : "The name of the configuration set from which you want to delete the tracking options.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"ConfigurationSetName" : {
"beanStyleGetterMethodName" : "getConfigurationSetName",
"beanStyleSetterMethodName" : "setConfigurationSetName",
"c2jName" : "ConfigurationSetName",
"c2jShape" : "ConfigurationSetName",
"defaultConsumerFluentSetterDocumentation" : "The name of the configuration set from which you want to delete the tracking options.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #configurationSetName(String)}.\n@param configurationSetName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #configurationSetName(String)",
"deprecated" : false,
"documentation" : "The name of the configuration set from which you want to delete the tracking options.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "configurationSetName",
"fluentSetterDocumentation" : "The name of the configuration set from which you want to delete the tracking options.
\n@param configurationSetName The name of the configuration set from which you want to delete the tracking options.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "configurationSetName",
"getterDocumentation" : "The name of the configuration set from which you want to delete the tracking options.
\n@return The name of the configuration set from which you want to delete the tracking options.",
"getterModel" : {
"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,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "ConfigurationSetName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "ConfigurationSetName",
"sensitive" : false,
"setterDocumentation" : "The name of the configuration set from which you want to delete the tracking options.
\n@param configurationSetName The name of the configuration set from which you want to delete the tracking options.",
"setterMethodName" : "setConfigurationSetName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "configurationSetName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "configurationSetName",
"variableType" : "String",
"documentation" : "The name of the configuration set from which you want to delete the tracking options.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"beanStyleGetterMethodName" : "getConfigurationSetName",
"beanStyleSetterMethodName" : "setConfigurationSetName",
"c2jName" : "ConfigurationSetName",
"c2jShape" : "ConfigurationSetName",
"defaultConsumerFluentSetterDocumentation" : "The name of the configuration set from which you want to delete the tracking options.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #configurationSetName(String)}.\n@param configurationSetName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #configurationSetName(String)",
"deprecated" : false,
"documentation" : "The name of the configuration set from which you want to delete the tracking options.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "configurationSetName",
"fluentSetterDocumentation" : "The name of the configuration set from which you want to delete the tracking options.
\n@param configurationSetName The name of the configuration set from which you want to delete the tracking options.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "configurationSetName",
"getterDocumentation" : "The name of the configuration set from which you want to delete the tracking options.
\n@return The name of the configuration set from which you want to delete the tracking options.",
"getterModel" : {
"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,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "ConfigurationSetName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "ConfigurationSetName",
"sensitive" : false,
"setterDocumentation" : "The name of the configuration set from which you want to delete the tracking options.
\n@param configurationSetName The name of the configuration set from which you want to delete the tracking options.",
"setterMethodName" : "setConfigurationSetName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "configurationSetName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "configurationSetName",
"variableType" : "String",
"documentation" : "The name of the configuration set from which you want to delete the tracking options.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : [ "ConfigurationSetName" ],
"shapeName" : "DeleteConfigurationSetTrackingOptionsRequest",
"simpleMethod" : false,
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "DeleteConfigurationSetTrackingOptionsRequest",
"variableName" : "deleteConfigurationSetTrackingOptionsRequest",
"variableType" : "DeleteConfigurationSetTrackingOptionsRequest",
"documentation" : null,
"simpleType" : "DeleteConfigurationSetTrackingOptionsRequest",
"variableSetterType" : "DeleteConfigurationSetTrackingOptionsRequest"
},
"wrapper" : false,
"xmlNamespace" : null
},
"DeleteConfigurationSetTrackingOptionsResponse" : {
"c2jName" : "DeleteConfigurationSetTrackingOptionsResponse",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "An empty element returned on a successful request.
",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : null,
"members" : [ ],
"membersAsMap" : { },
"nonStreamingMembers" : [ ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "DeleteConfigurationSetTrackingOptionsResponse",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : "DeleteConfigurationSetTrackingOptionsResult"
},
"variable" : {
"variableDeclarationType" : "DeleteConfigurationSetTrackingOptionsResponse",
"variableName" : "deleteConfigurationSetTrackingOptionsResponse",
"variableType" : "DeleteConfigurationSetTrackingOptionsResponse",
"documentation" : null,
"simpleType" : "DeleteConfigurationSetTrackingOptionsResponse",
"variableSetterType" : "DeleteConfigurationSetTrackingOptionsResponse"
},
"wrapper" : false,
"xmlNamespace" : null
},
"DeleteCustomVerificationEmailTemplateRequest" : {
"c2jName" : "DeleteCustomVerificationEmailTemplateRequest",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "Represents a request to delete an existing custom verification email template.
",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : {
"action" : "DeleteCustomVerificationEmailTemplate",
"locationName" : null,
"requestUri" : "/",
"target" : "DeleteCustomVerificationEmailTemplate",
"verb" : "POST",
"xmlNameSpaceUri" : null
},
"members" : [ {
"beanStyleGetterMethodName" : "getTemplateName",
"beanStyleSetterMethodName" : "setTemplateName",
"c2jName" : "TemplateName",
"c2jShape" : "TemplateName",
"defaultConsumerFluentSetterDocumentation" : "The name of the custom verification email template that you want to delete.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #templateName(String)}.\n@param templateName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #templateName(String)",
"deprecated" : false,
"documentation" : "The name of the custom verification email template that you want to delete.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "templateName",
"fluentSetterDocumentation" : "The name of the custom verification email template that you want to delete.
\n@param templateName The name of the custom verification email template that you want to delete.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "templateName",
"getterDocumentation" : "The name of the custom verification email template that you want to delete.
\n@return The name of the custom verification email template that you want to delete.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "TemplateName",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "TemplateName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "TemplateName",
"sensitive" : false,
"setterDocumentation" : "The name of the custom verification email template that you want to delete.
\n@param templateName The name of the custom verification email template that you want to delete.",
"setterMethodName" : "setTemplateName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "templateName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "templateName",
"variableType" : "String",
"documentation" : "The name of the custom verification email template that you want to delete.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"TemplateName" : {
"beanStyleGetterMethodName" : "getTemplateName",
"beanStyleSetterMethodName" : "setTemplateName",
"c2jName" : "TemplateName",
"c2jShape" : "TemplateName",
"defaultConsumerFluentSetterDocumentation" : "The name of the custom verification email template that you want to delete.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #templateName(String)}.\n@param templateName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #templateName(String)",
"deprecated" : false,
"documentation" : "The name of the custom verification email template that you want to delete.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "templateName",
"fluentSetterDocumentation" : "The name of the custom verification email template that you want to delete.
\n@param templateName The name of the custom verification email template that you want to delete.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "templateName",
"getterDocumentation" : "The name of the custom verification email template that you want to delete.
\n@return The name of the custom verification email template that you want to delete.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "TemplateName",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "TemplateName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "TemplateName",
"sensitive" : false,
"setterDocumentation" : "The name of the custom verification email template that you want to delete.
\n@param templateName The name of the custom verification email template that you want to delete.",
"setterMethodName" : "setTemplateName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "templateName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "templateName",
"variableType" : "String",
"documentation" : "The name of the custom verification email template that you want to delete.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"beanStyleGetterMethodName" : "getTemplateName",
"beanStyleSetterMethodName" : "setTemplateName",
"c2jName" : "TemplateName",
"c2jShape" : "TemplateName",
"defaultConsumerFluentSetterDocumentation" : "The name of the custom verification email template that you want to delete.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #templateName(String)}.\n@param templateName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #templateName(String)",
"deprecated" : false,
"documentation" : "The name of the custom verification email template that you want to delete.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "templateName",
"fluentSetterDocumentation" : "The name of the custom verification email template that you want to delete.
\n@param templateName The name of the custom verification email template that you want to delete.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "templateName",
"getterDocumentation" : "The name of the custom verification email template that you want to delete.
\n@return The name of the custom verification email template that you want to delete.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "TemplateName",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "TemplateName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "TemplateName",
"sensitive" : false,
"setterDocumentation" : "The name of the custom verification email template that you want to delete.
\n@param templateName The name of the custom verification email template that you want to delete.",
"setterMethodName" : "setTemplateName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "templateName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "templateName",
"variableType" : "String",
"documentation" : "The name of the custom verification email template that you want to delete.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : [ "TemplateName" ],
"shapeName" : "DeleteCustomVerificationEmailTemplateRequest",
"simpleMethod" : false,
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "DeleteCustomVerificationEmailTemplateRequest",
"variableName" : "deleteCustomVerificationEmailTemplateRequest",
"variableType" : "DeleteCustomVerificationEmailTemplateRequest",
"documentation" : null,
"simpleType" : "DeleteCustomVerificationEmailTemplateRequest",
"variableSetterType" : "DeleteCustomVerificationEmailTemplateRequest"
},
"wrapper" : false,
"xmlNamespace" : null
},
"DeleteCustomVerificationEmailTemplateResponse" : {
"c2jName" : "DeleteCustomVerificationEmailTemplateResponse",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : null,
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : null,
"members" : [ ],
"membersAsMap" : { },
"nonStreamingMembers" : [ ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "DeleteCustomVerificationEmailTemplateResponse",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "DeleteCustomVerificationEmailTemplateResponse",
"variableName" : "deleteCustomVerificationEmailTemplateResponse",
"variableType" : "DeleteCustomVerificationEmailTemplateResponse",
"documentation" : null,
"simpleType" : "DeleteCustomVerificationEmailTemplateResponse",
"variableSetterType" : "DeleteCustomVerificationEmailTemplateResponse"
},
"wrapper" : false,
"xmlNamespace" : null
},
"DeleteIdentityPolicyRequest" : {
"c2jName" : "DeleteIdentityPolicyRequest",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"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.
",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : {
"action" : "DeleteIdentityPolicy",
"locationName" : null,
"requestUri" : "/",
"target" : "DeleteIdentityPolicy",
"verb" : "POST",
"xmlNameSpaceUri" : null
},
"members" : [ {
"beanStyleGetterMethodName" : "getIdentity",
"beanStyleSetterMethodName" : "setIdentity",
"c2jName" : "Identity",
"c2jShape" : "Identity",
"defaultConsumerFluentSetterDocumentation" : "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.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #identity(String)}.\n@param identity a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #identity(String)",
"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.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "identity",
"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" : "identity",
"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.",
"getterModel" : {
"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,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Identity",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Identity",
"sensitive" : false,
"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" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"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"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getPolicyName",
"beanStyleSetterMethodName" : "setPolicyName",
"c2jName" : "PolicyName",
"c2jShape" : "PolicyName",
"defaultConsumerFluentSetterDocumentation" : "The name of the policy to be deleted.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #policyName(String)}.\n@param policyName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #policyName(String)",
"deprecated" : false,
"documentation" : "The name of the policy to be deleted.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "policyName",
"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" : "policyName",
"getterDocumentation" : "The name of the policy to be deleted.
\n@return The name of the policy to be deleted.",
"getterModel" : {
"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,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "PolicyName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "PolicyName",
"sensitive" : false,
"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" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "policyName",
"variableType" : "String",
"documentation" : "The name of the policy to be deleted.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"Identity" : {
"beanStyleGetterMethodName" : "getIdentity",
"beanStyleSetterMethodName" : "setIdentity",
"c2jName" : "Identity",
"c2jShape" : "Identity",
"defaultConsumerFluentSetterDocumentation" : "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.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #identity(String)}.\n@param identity a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #identity(String)",
"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.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "identity",
"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" : "identity",
"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.",
"getterModel" : {
"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,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Identity",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Identity",
"sensitive" : false,
"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" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"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"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"PolicyName" : {
"beanStyleGetterMethodName" : "getPolicyName",
"beanStyleSetterMethodName" : "setPolicyName",
"c2jName" : "PolicyName",
"c2jShape" : "PolicyName",
"defaultConsumerFluentSetterDocumentation" : "The name of the policy to be deleted.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #policyName(String)}.\n@param policyName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #policyName(String)",
"deprecated" : false,
"documentation" : "The name of the policy to be deleted.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "policyName",
"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" : "policyName",
"getterDocumentation" : "The name of the policy to be deleted.
\n@return The name of the policy to be deleted.",
"getterModel" : {
"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,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "PolicyName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "PolicyName",
"sensitive" : false,
"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" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "policyName",
"variableType" : "String",
"documentation" : "The name of the policy to be deleted.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"beanStyleGetterMethodName" : "getIdentity",
"beanStyleSetterMethodName" : "setIdentity",
"c2jName" : "Identity",
"c2jShape" : "Identity",
"defaultConsumerFluentSetterDocumentation" : "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.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #identity(String)}.\n@param identity a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #identity(String)",
"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.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "identity",
"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" : "identity",
"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.",
"getterModel" : {
"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,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Identity",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Identity",
"sensitive" : false,
"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" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"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"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getPolicyName",
"beanStyleSetterMethodName" : "setPolicyName",
"c2jName" : "PolicyName",
"c2jShape" : "PolicyName",
"defaultConsumerFluentSetterDocumentation" : "The name of the policy to be deleted.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #policyName(String)}.\n@param policyName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #policyName(String)",
"deprecated" : false,
"documentation" : "The name of the policy to be deleted.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "policyName",
"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" : "policyName",
"getterDocumentation" : "The name of the policy to be deleted.
\n@return The name of the policy to be deleted.",
"getterModel" : {
"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,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "PolicyName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "PolicyName",
"sensitive" : false,
"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" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "policyName",
"variableType" : "String",
"documentation" : "The name of the policy to be deleted.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : [ "Identity", "PolicyName" ],
"shapeName" : "DeleteIdentityPolicyRequest",
"simpleMethod" : false,
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "DeleteIdentityPolicyRequest",
"variableName" : "deleteIdentityPolicyRequest",
"variableType" : "DeleteIdentityPolicyRequest",
"documentation" : null,
"simpleType" : "DeleteIdentityPolicyRequest",
"variableSetterType" : "DeleteIdentityPolicyRequest"
},
"wrapper" : false,
"xmlNamespace" : null
},
"DeleteIdentityPolicyResponse" : {
"c2jName" : "DeleteIdentityPolicyResponse",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "An empty element returned on a successful request.
",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : null,
"members" : [ ],
"membersAsMap" : { },
"nonStreamingMembers" : [ ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "DeleteIdentityPolicyResponse",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : "DeleteIdentityPolicyResult"
},
"variable" : {
"variableDeclarationType" : "DeleteIdentityPolicyResponse",
"variableName" : "deleteIdentityPolicyResponse",
"variableType" : "DeleteIdentityPolicyResponse",
"documentation" : null,
"simpleType" : "DeleteIdentityPolicyResponse",
"variableSetterType" : "DeleteIdentityPolicyResponse"
},
"wrapper" : false,
"xmlNamespace" : null
},
"DeleteIdentityRequest" : {
"c2jName" : "DeleteIdentityRequest",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "Represents a request to delete one of your Amazon SES identities (an email address or domain).
",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : {
"action" : "DeleteIdentity",
"locationName" : null,
"requestUri" : "/",
"target" : "DeleteIdentity",
"verb" : "POST",
"xmlNameSpaceUri" : null
},
"members" : [ {
"beanStyleGetterMethodName" : "getIdentity",
"beanStyleSetterMethodName" : "setIdentity",
"c2jName" : "Identity",
"c2jShape" : "Identity",
"defaultConsumerFluentSetterDocumentation" : "The identity to be removed from the list of identities for the AWS Account.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #identity(String)}.\n@param identity a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #identity(String)",
"deprecated" : false,
"documentation" : "The identity to be removed from the list of identities for the AWS Account.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "identity",
"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" : "identity",
"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.",
"getterModel" : {
"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,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Identity",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Identity",
"sensitive" : false,
"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" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"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"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"Identity" : {
"beanStyleGetterMethodName" : "getIdentity",
"beanStyleSetterMethodName" : "setIdentity",
"c2jName" : "Identity",
"c2jShape" : "Identity",
"defaultConsumerFluentSetterDocumentation" : "The identity to be removed from the list of identities for the AWS Account.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #identity(String)}.\n@param identity a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #identity(String)",
"deprecated" : false,
"documentation" : "The identity to be removed from the list of identities for the AWS Account.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "identity",
"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" : "identity",
"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.",
"getterModel" : {
"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,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Identity",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Identity",
"sensitive" : false,
"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" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"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"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"beanStyleGetterMethodName" : "getIdentity",
"beanStyleSetterMethodName" : "setIdentity",
"c2jName" : "Identity",
"c2jShape" : "Identity",
"defaultConsumerFluentSetterDocumentation" : "The identity to be removed from the list of identities for the AWS Account.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #identity(String)}.\n@param identity a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #identity(String)",
"deprecated" : false,
"documentation" : "The identity to be removed from the list of identities for the AWS Account.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "identity",
"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" : "identity",
"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.",
"getterModel" : {
"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,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Identity",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Identity",
"sensitive" : false,
"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" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"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"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : [ "Identity" ],
"shapeName" : "DeleteIdentityRequest",
"simpleMethod" : false,
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "DeleteIdentityRequest",
"variableName" : "deleteIdentityRequest",
"variableType" : "DeleteIdentityRequest",
"documentation" : null,
"simpleType" : "DeleteIdentityRequest",
"variableSetterType" : "DeleteIdentityRequest"
},
"wrapper" : false,
"xmlNamespace" : null
},
"DeleteIdentityResponse" : {
"c2jName" : "DeleteIdentityResponse",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "An empty element returned on a successful request.
",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : null,
"members" : [ ],
"membersAsMap" : { },
"nonStreamingMembers" : [ ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "DeleteIdentityResponse",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : "DeleteIdentityResult"
},
"variable" : {
"variableDeclarationType" : "DeleteIdentityResponse",
"variableName" : "deleteIdentityResponse",
"variableType" : "DeleteIdentityResponse",
"documentation" : null,
"simpleType" : "DeleteIdentityResponse",
"variableSetterType" : "DeleteIdentityResponse"
},
"wrapper" : false,
"xmlNamespace" : null
},
"DeleteReceiptFilterRequest" : {
"c2jName" : "DeleteReceiptFilterRequest",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"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.
",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : {
"action" : "DeleteReceiptFilter",
"locationName" : null,
"requestUri" : "/",
"target" : "DeleteReceiptFilter",
"verb" : "POST",
"xmlNameSpaceUri" : null
},
"members" : [ {
"beanStyleGetterMethodName" : "getFilterName",
"beanStyleSetterMethodName" : "setFilterName",
"c2jName" : "FilterName",
"c2jShape" : "ReceiptFilterName",
"defaultConsumerFluentSetterDocumentation" : "The name of the IP address filter to delete.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #filterName(String)}.\n@param filterName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #filterName(String)",
"deprecated" : false,
"documentation" : "The name of the IP address filter to delete.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "filterName",
"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" : "filterName",
"getterDocumentation" : "The name of the IP address filter to delete.
\n@return The name of the IP address filter to delete.",
"getterModel" : {
"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,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "FilterName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "FilterName",
"sensitive" : false,
"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" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "filterName",
"variableType" : "String",
"documentation" : "The name of the IP address filter to delete.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"FilterName" : {
"beanStyleGetterMethodName" : "getFilterName",
"beanStyleSetterMethodName" : "setFilterName",
"c2jName" : "FilterName",
"c2jShape" : "ReceiptFilterName",
"defaultConsumerFluentSetterDocumentation" : "The name of the IP address filter to delete.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #filterName(String)}.\n@param filterName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #filterName(String)",
"deprecated" : false,
"documentation" : "The name of the IP address filter to delete.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "filterName",
"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" : "filterName",
"getterDocumentation" : "The name of the IP address filter to delete.
\n@return The name of the IP address filter to delete.",
"getterModel" : {
"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,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "FilterName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "FilterName",
"sensitive" : false,
"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" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "filterName",
"variableType" : "String",
"documentation" : "The name of the IP address filter to delete.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"beanStyleGetterMethodName" : "getFilterName",
"beanStyleSetterMethodName" : "setFilterName",
"c2jName" : "FilterName",
"c2jShape" : "ReceiptFilterName",
"defaultConsumerFluentSetterDocumentation" : "The name of the IP address filter to delete.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #filterName(String)}.\n@param filterName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #filterName(String)",
"deprecated" : false,
"documentation" : "The name of the IP address filter to delete.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "filterName",
"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" : "filterName",
"getterDocumentation" : "The name of the IP address filter to delete.
\n@return The name of the IP address filter to delete.",
"getterModel" : {
"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,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "FilterName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "FilterName",
"sensitive" : false,
"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" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "filterName",
"variableType" : "String",
"documentation" : "The name of the IP address filter to delete.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : [ "FilterName" ],
"shapeName" : "DeleteReceiptFilterRequest",
"simpleMethod" : false,
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "DeleteReceiptFilterRequest",
"variableName" : "deleteReceiptFilterRequest",
"variableType" : "DeleteReceiptFilterRequest",
"documentation" : null,
"simpleType" : "DeleteReceiptFilterRequest",
"variableSetterType" : "DeleteReceiptFilterRequest"
},
"wrapper" : false,
"xmlNamespace" : null
},
"DeleteReceiptFilterResponse" : {
"c2jName" : "DeleteReceiptFilterResponse",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "An empty element returned on a successful request.
",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : null,
"members" : [ ],
"membersAsMap" : { },
"nonStreamingMembers" : [ ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "DeleteReceiptFilterResponse",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : "DeleteReceiptFilterResult"
},
"variable" : {
"variableDeclarationType" : "DeleteReceiptFilterResponse",
"variableName" : "deleteReceiptFilterResponse",
"variableType" : "DeleteReceiptFilterResponse",
"documentation" : null,
"simpleType" : "DeleteReceiptFilterResponse",
"variableSetterType" : "DeleteReceiptFilterResponse"
},
"wrapper" : false,
"xmlNamespace" : null
},
"DeleteReceiptRuleRequest" : {
"c2jName" : "DeleteReceiptRuleRequest",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"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.
",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : {
"action" : "DeleteReceiptRule",
"locationName" : null,
"requestUri" : "/",
"target" : "DeleteReceiptRule",
"verb" : "POST",
"xmlNameSpaceUri" : null
},
"members" : [ {
"beanStyleGetterMethodName" : "getRuleSetName",
"beanStyleSetterMethodName" : "setRuleSetName",
"c2jName" : "RuleSetName",
"c2jShape" : "ReceiptRuleSetName",
"defaultConsumerFluentSetterDocumentation" : "The name of the receipt rule set that contains the receipt rule to delete.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #ruleSetName(String)}.\n@param ruleSetName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #ruleSetName(String)",
"deprecated" : false,
"documentation" : "The name of the receipt rule set that contains the receipt rule to delete.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "ruleSetName",
"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" : "ruleSetName",
"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.",
"getterModel" : {
"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,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "RuleSetName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "RuleSetName",
"sensitive" : false,
"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" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"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"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getRuleName",
"beanStyleSetterMethodName" : "setRuleName",
"c2jName" : "RuleName",
"c2jShape" : "ReceiptRuleName",
"defaultConsumerFluentSetterDocumentation" : "The name of the receipt rule to delete.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #ruleName(String)}.\n@param ruleName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #ruleName(String)",
"deprecated" : false,
"documentation" : "The name of the receipt rule to delete.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "ruleName",
"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" : "ruleName",
"getterDocumentation" : "The name of the receipt rule to delete.
\n@return The name of the receipt rule to delete.",
"getterModel" : {
"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,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "RuleName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "RuleName",
"sensitive" : false,
"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" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "ruleName",
"variableType" : "String",
"documentation" : "The name of the receipt rule to delete.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"RuleName" : {
"beanStyleGetterMethodName" : "getRuleName",
"beanStyleSetterMethodName" : "setRuleName",
"c2jName" : "RuleName",
"c2jShape" : "ReceiptRuleName",
"defaultConsumerFluentSetterDocumentation" : "The name of the receipt rule to delete.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #ruleName(String)}.\n@param ruleName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #ruleName(String)",
"deprecated" : false,
"documentation" : "The name of the receipt rule to delete.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "ruleName",
"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" : "ruleName",
"getterDocumentation" : "The name of the receipt rule to delete.
\n@return The name of the receipt rule to delete.",
"getterModel" : {
"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,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "RuleName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "RuleName",
"sensitive" : false,
"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" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "ruleName",
"variableType" : "String",
"documentation" : "The name of the receipt rule to delete.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"RuleSetName" : {
"beanStyleGetterMethodName" : "getRuleSetName",
"beanStyleSetterMethodName" : "setRuleSetName",
"c2jName" : "RuleSetName",
"c2jShape" : "ReceiptRuleSetName",
"defaultConsumerFluentSetterDocumentation" : "The name of the receipt rule set that contains the receipt rule to delete.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #ruleSetName(String)}.\n@param ruleSetName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #ruleSetName(String)",
"deprecated" : false,
"documentation" : "The name of the receipt rule set that contains the receipt rule to delete.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "ruleSetName",
"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" : "ruleSetName",
"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.",
"getterModel" : {
"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,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "RuleSetName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "RuleSetName",
"sensitive" : false,
"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" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"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"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"beanStyleGetterMethodName" : "getRuleSetName",
"beanStyleSetterMethodName" : "setRuleSetName",
"c2jName" : "RuleSetName",
"c2jShape" : "ReceiptRuleSetName",
"defaultConsumerFluentSetterDocumentation" : "The name of the receipt rule set that contains the receipt rule to delete.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #ruleSetName(String)}.\n@param ruleSetName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #ruleSetName(String)",
"deprecated" : false,
"documentation" : "The name of the receipt rule set that contains the receipt rule to delete.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "ruleSetName",
"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" : "ruleSetName",
"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.",
"getterModel" : {
"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,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "RuleSetName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "RuleSetName",
"sensitive" : false,
"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" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"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"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getRuleName",
"beanStyleSetterMethodName" : "setRuleName",
"c2jName" : "RuleName",
"c2jShape" : "ReceiptRuleName",
"defaultConsumerFluentSetterDocumentation" : "The name of the receipt rule to delete.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #ruleName(String)}.\n@param ruleName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #ruleName(String)",
"deprecated" : false,
"documentation" : "The name of the receipt rule to delete.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "ruleName",
"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" : "ruleName",
"getterDocumentation" : "The name of the receipt rule to delete.
\n@return The name of the receipt rule to delete.",
"getterModel" : {
"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,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "RuleName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "RuleName",
"sensitive" : false,
"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" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "ruleName",
"variableType" : "String",
"documentation" : "The name of the receipt rule to delete.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : [ "RuleSetName", "RuleName" ],
"shapeName" : "DeleteReceiptRuleRequest",
"simpleMethod" : false,
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "DeleteReceiptRuleRequest",
"variableName" : "deleteReceiptRuleRequest",
"variableType" : "DeleteReceiptRuleRequest",
"documentation" : null,
"simpleType" : "DeleteReceiptRuleRequest",
"variableSetterType" : "DeleteReceiptRuleRequest"
},
"wrapper" : false,
"xmlNamespace" : null
},
"DeleteReceiptRuleResponse" : {
"c2jName" : "DeleteReceiptRuleResponse",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "An empty element returned on a successful request.
",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : null,
"members" : [ ],
"membersAsMap" : { },
"nonStreamingMembers" : [ ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "DeleteReceiptRuleResponse",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : "DeleteReceiptRuleResult"
},
"variable" : {
"variableDeclarationType" : "DeleteReceiptRuleResponse",
"variableName" : "deleteReceiptRuleResponse",
"variableType" : "DeleteReceiptRuleResponse",
"documentation" : null,
"simpleType" : "DeleteReceiptRuleResponse",
"variableSetterType" : "DeleteReceiptRuleResponse"
},
"wrapper" : false,
"xmlNamespace" : null
},
"DeleteReceiptRuleSetRequest" : {
"c2jName" : "DeleteReceiptRuleSetRequest",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"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.
",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : {
"action" : "DeleteReceiptRuleSet",
"locationName" : null,
"requestUri" : "/",
"target" : "DeleteReceiptRuleSet",
"verb" : "POST",
"xmlNameSpaceUri" : null
},
"members" : [ {
"beanStyleGetterMethodName" : "getRuleSetName",
"beanStyleSetterMethodName" : "setRuleSetName",
"c2jName" : "RuleSetName",
"c2jShape" : "ReceiptRuleSetName",
"defaultConsumerFluentSetterDocumentation" : "The name of the receipt rule set to delete.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #ruleSetName(String)}.\n@param ruleSetName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #ruleSetName(String)",
"deprecated" : false,
"documentation" : "The name of the receipt rule set to delete.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "ruleSetName",
"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" : "ruleSetName",
"getterDocumentation" : "The name of the receipt rule set to delete.
\n@return The name of the receipt rule set to delete.",
"getterModel" : {
"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,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "RuleSetName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "RuleSetName",
"sensitive" : false,
"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" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "ruleSetName",
"variableType" : "String",
"documentation" : "The name of the receipt rule set to delete.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"RuleSetName" : {
"beanStyleGetterMethodName" : "getRuleSetName",
"beanStyleSetterMethodName" : "setRuleSetName",
"c2jName" : "RuleSetName",
"c2jShape" : "ReceiptRuleSetName",
"defaultConsumerFluentSetterDocumentation" : "The name of the receipt rule set to delete.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #ruleSetName(String)}.\n@param ruleSetName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #ruleSetName(String)",
"deprecated" : false,
"documentation" : "The name of the receipt rule set to delete.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "ruleSetName",
"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" : "ruleSetName",
"getterDocumentation" : "The name of the receipt rule set to delete.
\n@return The name of the receipt rule set to delete.",
"getterModel" : {
"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,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "RuleSetName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "RuleSetName",
"sensitive" : false,
"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" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "ruleSetName",
"variableType" : "String",
"documentation" : "The name of the receipt rule set to delete.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"beanStyleGetterMethodName" : "getRuleSetName",
"beanStyleSetterMethodName" : "setRuleSetName",
"c2jName" : "RuleSetName",
"c2jShape" : "ReceiptRuleSetName",
"defaultConsumerFluentSetterDocumentation" : "The name of the receipt rule set to delete.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #ruleSetName(String)}.\n@param ruleSetName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #ruleSetName(String)",
"deprecated" : false,
"documentation" : "The name of the receipt rule set to delete.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "ruleSetName",
"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" : "ruleSetName",
"getterDocumentation" : "The name of the receipt rule set to delete.
\n@return The name of the receipt rule set to delete.",
"getterModel" : {
"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,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "RuleSetName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "RuleSetName",
"sensitive" : false,
"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" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "ruleSetName",
"variableType" : "String",
"documentation" : "The name of the receipt rule set to delete.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : [ "RuleSetName" ],
"shapeName" : "DeleteReceiptRuleSetRequest",
"simpleMethod" : false,
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "DeleteReceiptRuleSetRequest",
"variableName" : "deleteReceiptRuleSetRequest",
"variableType" : "DeleteReceiptRuleSetRequest",
"documentation" : null,
"simpleType" : "DeleteReceiptRuleSetRequest",
"variableSetterType" : "DeleteReceiptRuleSetRequest"
},
"wrapper" : false,
"xmlNamespace" : null
},
"DeleteReceiptRuleSetResponse" : {
"c2jName" : "DeleteReceiptRuleSetResponse",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "An empty element returned on a successful request.
",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : null,
"members" : [ ],
"membersAsMap" : { },
"nonStreamingMembers" : [ ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "DeleteReceiptRuleSetResponse",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : "DeleteReceiptRuleSetResult"
},
"variable" : {
"variableDeclarationType" : "DeleteReceiptRuleSetResponse",
"variableName" : "deleteReceiptRuleSetResponse",
"variableType" : "DeleteReceiptRuleSetResponse",
"documentation" : null,
"simpleType" : "DeleteReceiptRuleSetResponse",
"variableSetterType" : "DeleteReceiptRuleSetResponse"
},
"wrapper" : false,
"xmlNamespace" : null
},
"DeleteTemplateRequest" : {
"c2jName" : "DeleteTemplateRequest",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "Represents a request to delete an email template. For more information, see the Amazon SES Developer Guide.
",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : {
"action" : "DeleteTemplate",
"locationName" : null,
"requestUri" : "/",
"target" : "DeleteTemplate",
"verb" : "POST",
"xmlNameSpaceUri" : null
},
"members" : [ {
"beanStyleGetterMethodName" : "getTemplateName",
"beanStyleSetterMethodName" : "setTemplateName",
"c2jName" : "TemplateName",
"c2jShape" : "TemplateName",
"defaultConsumerFluentSetterDocumentation" : "The name of the template to be deleted.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #templateName(String)}.\n@param templateName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #templateName(String)",
"deprecated" : false,
"documentation" : "The name of the template to be deleted.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "templateName",
"fluentSetterDocumentation" : "The name of the template to be deleted.
\n@param templateName The name of the template to be deleted.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "templateName",
"getterDocumentation" : "The name of the template to be deleted.
\n@return The name of the template to be deleted.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "TemplateName",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "TemplateName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "TemplateName",
"sensitive" : false,
"setterDocumentation" : "The name of the template to be deleted.
\n@param templateName The name of the template to be deleted.",
"setterMethodName" : "setTemplateName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "templateName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "templateName",
"variableType" : "String",
"documentation" : "The name of the template to be deleted.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"TemplateName" : {
"beanStyleGetterMethodName" : "getTemplateName",
"beanStyleSetterMethodName" : "setTemplateName",
"c2jName" : "TemplateName",
"c2jShape" : "TemplateName",
"defaultConsumerFluentSetterDocumentation" : "The name of the template to be deleted.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #templateName(String)}.\n@param templateName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #templateName(String)",
"deprecated" : false,
"documentation" : "The name of the template to be deleted.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "templateName",
"fluentSetterDocumentation" : "The name of the template to be deleted.
\n@param templateName The name of the template to be deleted.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "templateName",
"getterDocumentation" : "The name of the template to be deleted.
\n@return The name of the template to be deleted.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "TemplateName",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "TemplateName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "TemplateName",
"sensitive" : false,
"setterDocumentation" : "The name of the template to be deleted.
\n@param templateName The name of the template to be deleted.",
"setterMethodName" : "setTemplateName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "templateName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "templateName",
"variableType" : "String",
"documentation" : "The name of the template to be deleted.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"beanStyleGetterMethodName" : "getTemplateName",
"beanStyleSetterMethodName" : "setTemplateName",
"c2jName" : "TemplateName",
"c2jShape" : "TemplateName",
"defaultConsumerFluentSetterDocumentation" : "The name of the template to be deleted.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #templateName(String)}.\n@param templateName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #templateName(String)",
"deprecated" : false,
"documentation" : "The name of the template to be deleted.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "templateName",
"fluentSetterDocumentation" : "The name of the template to be deleted.
\n@param templateName The name of the template to be deleted.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "templateName",
"getterDocumentation" : "The name of the template to be deleted.
\n@return The name of the template to be deleted.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "TemplateName",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "TemplateName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "TemplateName",
"sensitive" : false,
"setterDocumentation" : "The name of the template to be deleted.
\n@param templateName The name of the template to be deleted.",
"setterMethodName" : "setTemplateName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "templateName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "templateName",
"variableType" : "String",
"documentation" : "The name of the template to be deleted.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : [ "TemplateName" ],
"shapeName" : "DeleteTemplateRequest",
"simpleMethod" : false,
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "DeleteTemplateRequest",
"variableName" : "deleteTemplateRequest",
"variableType" : "DeleteTemplateRequest",
"documentation" : null,
"simpleType" : "DeleteTemplateRequest",
"variableSetterType" : "DeleteTemplateRequest"
},
"wrapper" : false,
"xmlNamespace" : null
},
"DeleteTemplateResponse" : {
"c2jName" : "DeleteTemplateResponse",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : null,
"members" : [ ],
"membersAsMap" : { },
"nonStreamingMembers" : [ ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "DeleteTemplateResponse",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : "DeleteTemplateResult"
},
"variable" : {
"variableDeclarationType" : "DeleteTemplateResponse",
"variableName" : "deleteTemplateResponse",
"variableType" : "DeleteTemplateResponse",
"documentation" : null,
"simpleType" : "DeleteTemplateResponse",
"variableSetterType" : "DeleteTemplateResponse"
},
"wrapper" : false,
"xmlNamespace" : null
},
"DeleteVerifiedEmailAddressRequest" : {
"c2jName" : "DeleteVerifiedEmailAddressRequest",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"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.
",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : {
"action" : "DeleteVerifiedEmailAddress",
"locationName" : null,
"requestUri" : "/",
"target" : "DeleteVerifiedEmailAddress",
"verb" : "POST",
"xmlNameSpaceUri" : null
},
"members" : [ {
"beanStyleGetterMethodName" : "getEmailAddress",
"beanStyleSetterMethodName" : "setEmailAddress",
"c2jName" : "EmailAddress",
"c2jShape" : "Address",
"defaultConsumerFluentSetterDocumentation" : "An email address to be removed from the list of verified addresses.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #emailAddress(String)}.\n@param emailAddress a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #emailAddress(String)",
"deprecated" : false,
"documentation" : "An email address to be removed from the list of verified addresses.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "emailAddress",
"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" : "emailAddress",
"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.",
"getterModel" : {
"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,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "EmailAddress",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "EmailAddress",
"sensitive" : false,
"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" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "emailAddress",
"variableType" : "String",
"documentation" : "An email address to be removed from the list of verified addresses.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"EmailAddress" : {
"beanStyleGetterMethodName" : "getEmailAddress",
"beanStyleSetterMethodName" : "setEmailAddress",
"c2jName" : "EmailAddress",
"c2jShape" : "Address",
"defaultConsumerFluentSetterDocumentation" : "An email address to be removed from the list of verified addresses.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #emailAddress(String)}.\n@param emailAddress a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #emailAddress(String)",
"deprecated" : false,
"documentation" : "An email address to be removed from the list of verified addresses.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "emailAddress",
"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" : "emailAddress",
"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.",
"getterModel" : {
"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,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "EmailAddress",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "EmailAddress",
"sensitive" : false,
"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" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "emailAddress",
"variableType" : "String",
"documentation" : "An email address to be removed from the list of verified addresses.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"beanStyleGetterMethodName" : "getEmailAddress",
"beanStyleSetterMethodName" : "setEmailAddress",
"c2jName" : "EmailAddress",
"c2jShape" : "Address",
"defaultConsumerFluentSetterDocumentation" : "An email address to be removed from the list of verified addresses.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #emailAddress(String)}.\n@param emailAddress a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #emailAddress(String)",
"deprecated" : false,
"documentation" : "An email address to be removed from the list of verified addresses.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "emailAddress",
"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" : "emailAddress",
"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.",
"getterModel" : {
"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,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "EmailAddress",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "EmailAddress",
"sensitive" : false,
"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" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "emailAddress",
"variableType" : "String",
"documentation" : "An email address to be removed from the list of verified addresses.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : [ "EmailAddress" ],
"shapeName" : "DeleteVerifiedEmailAddressRequest",
"simpleMethod" : false,
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "DeleteVerifiedEmailAddressRequest",
"variableName" : "deleteVerifiedEmailAddressRequest",
"variableType" : "DeleteVerifiedEmailAddressRequest",
"documentation" : null,
"simpleType" : "DeleteVerifiedEmailAddressRequest",
"variableSetterType" : "DeleteVerifiedEmailAddressRequest"
},
"wrapper" : false,
"xmlNamespace" : null
},
"DeleteVerifiedEmailAddressResponse" : {
"c2jName" : "DeleteVerifiedEmailAddressResponse",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : null,
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : null,
"members" : [ ],
"membersAsMap" : { },
"nonStreamingMembers" : [ ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "DeleteVerifiedEmailAddressResponse",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "DeleteVerifiedEmailAddressResponse",
"variableName" : "deleteVerifiedEmailAddressResponse",
"variableType" : "DeleteVerifiedEmailAddressResponse",
"documentation" : null,
"simpleType" : "DeleteVerifiedEmailAddressResponse",
"variableSetterType" : "DeleteVerifiedEmailAddressResponse"
},
"wrapper" : false,
"xmlNamespace" : null
},
"DeliveryOptions" : {
"c2jName" : "DeliveryOptions",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "Specifies whether messages that use the configuration set are required to use Transport Layer Security (TLS).
",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : null,
"members" : [ {
"beanStyleGetterMethodName" : "getTlsPolicyAsString",
"beanStyleSetterMethodName" : "setTlsPolicy",
"c2jName" : "TlsPolicy",
"c2jShape" : "TlsPolicy",
"defaultConsumerFluentSetterDocumentation" : "Specifies whether messages that use the configuration set are required to use Transport Layer Security (TLS). If the value is Require
, messages are only delivered if a TLS connection can be established. If the value is Optional
, messages can be delivered in plain text if a TLS connection can't be established.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #tlsPolicyAsString(String)}.\n@param tlsPolicy a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #tlsPolicy(String)",
"deprecated" : false,
"documentation" : "Specifies whether messages that use the configuration set are required to use Transport Layer Security (TLS). If the value is Require
, messages are only delivered if a TLS connection can be established. If the value is Optional
, messages can be delivered in plain text if a TLS connection can't be established.
",
"endpointDiscoveryId" : false,
"enumType" : "TlsPolicy",
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : "tlsPolicy",
"fluentEnumSetterMethodName" : "tlsPolicy",
"fluentGetterMethodName" : "tlsPolicyAsString",
"fluentSetterDocumentation" : "Specifies whether messages that use the configuration set are required to use Transport Layer Security (TLS). If the value is Require
, messages are only delivered if a TLS connection can be established. If the value is Optional
, messages can be delivered in plain text if a TLS connection can't be established.
\n@param tlsPolicy Specifies whether messages that use the configuration set are required to use Transport Layer Security (TLS). If the value is Require
, messages are only delivered if a TLS connection can be established. If the value is Optional
, messages can be delivered in plain text if a TLS connection can't be established.\n@see TlsPolicy\n@return Returns a reference to this object so that method calls can be chained together.\n@see TlsPolicy",
"fluentSetterMethodName" : "tlsPolicy",
"getterDocumentation" : "Specifies whether messages that use the configuration set are required to use Transport Layer Security (TLS). If the value is Require
, messages are only delivered if a TLS connection can be established. If the value is Optional
, messages can be delivered in plain text if a TLS connection can't be established.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #tlsPolicy} will return {@link TlsPolicy#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #tlsPolicyAsString}.\n
\n@return Specifies whether messages that use the configuration set are required to use Transport Layer Security (TLS). If the value is Require
, messages are only delivered if a TLS connection can be established. If the value is Optional
, messages can be delivered in plain text if a TLS connection can't be established.\n@see TlsPolicy",
"getterModel" : {
"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,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "TlsPolicy",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "TlsPolicy",
"sensitive" : false,
"setterDocumentation" : "Specifies whether messages that use the configuration set are required to use Transport Layer Security (TLS). If the value is Require
, messages are only delivered if a TLS connection can be established. If the value is Optional
, messages can be delivered in plain text if a TLS connection can't be established.
\n@param tlsPolicy Specifies whether messages that use the configuration set are required to use Transport Layer Security (TLS). If the value is Require
, messages are only delivered if a TLS connection can be established. If the value is Optional
, messages can be delivered in plain text if a TLS connection can't be established.\n@see TlsPolicy",
"setterMethodName" : "setTlsPolicy",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "tlsPolicy",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "tlsPolicy",
"variableType" : "String",
"documentation" : "Specifies whether messages that use the configuration set are required to use Transport Layer Security (TLS). If the value is Require
, messages are only delivered if a TLS connection can be established. If the value is Optional
, messages can be delivered in plain text if a TLS connection can't be established.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"TlsPolicy" : {
"beanStyleGetterMethodName" : "getTlsPolicyAsString",
"beanStyleSetterMethodName" : "setTlsPolicy",
"c2jName" : "TlsPolicy",
"c2jShape" : "TlsPolicy",
"defaultConsumerFluentSetterDocumentation" : "Specifies whether messages that use the configuration set are required to use Transport Layer Security (TLS). If the value is Require
, messages are only delivered if a TLS connection can be established. If the value is Optional
, messages can be delivered in plain text if a TLS connection can't be established.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #tlsPolicyAsString(String)}.\n@param tlsPolicy a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #tlsPolicy(String)",
"deprecated" : false,
"documentation" : "Specifies whether messages that use the configuration set are required to use Transport Layer Security (TLS). If the value is Require
, messages are only delivered if a TLS connection can be established. If the value is Optional
, messages can be delivered in plain text if a TLS connection can't be established.
",
"endpointDiscoveryId" : false,
"enumType" : "TlsPolicy",
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : "tlsPolicy",
"fluentEnumSetterMethodName" : "tlsPolicy",
"fluentGetterMethodName" : "tlsPolicyAsString",
"fluentSetterDocumentation" : "Specifies whether messages that use the configuration set are required to use Transport Layer Security (TLS). If the value is Require
, messages are only delivered if a TLS connection can be established. If the value is Optional
, messages can be delivered in plain text if a TLS connection can't be established.
\n@param tlsPolicy Specifies whether messages that use the configuration set are required to use Transport Layer Security (TLS). If the value is Require
, messages are only delivered if a TLS connection can be established. If the value is Optional
, messages can be delivered in plain text if a TLS connection can't be established.\n@see TlsPolicy\n@return Returns a reference to this object so that method calls can be chained together.\n@see TlsPolicy",
"fluentSetterMethodName" : "tlsPolicy",
"getterDocumentation" : "Specifies whether messages that use the configuration set are required to use Transport Layer Security (TLS). If the value is Require
, messages are only delivered if a TLS connection can be established. If the value is Optional
, messages can be delivered in plain text if a TLS connection can't be established.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #tlsPolicy} will return {@link TlsPolicy#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #tlsPolicyAsString}.\n
\n@return Specifies whether messages that use the configuration set are required to use Transport Layer Security (TLS). If the value is Require
, messages are only delivered if a TLS connection can be established. If the value is Optional
, messages can be delivered in plain text if a TLS connection can't be established.\n@see TlsPolicy",
"getterModel" : {
"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,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "TlsPolicy",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "TlsPolicy",
"sensitive" : false,
"setterDocumentation" : "Specifies whether messages that use the configuration set are required to use Transport Layer Security (TLS). If the value is Require
, messages are only delivered if a TLS connection can be established. If the value is Optional
, messages can be delivered in plain text if a TLS connection can't be established.
\n@param tlsPolicy Specifies whether messages that use the configuration set are required to use Transport Layer Security (TLS). If the value is Require
, messages are only delivered if a TLS connection can be established. If the value is Optional
, messages can be delivered in plain text if a TLS connection can't be established.\n@see TlsPolicy",
"setterMethodName" : "setTlsPolicy",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "tlsPolicy",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "tlsPolicy",
"variableType" : "String",
"documentation" : "Specifies whether messages that use the configuration set are required to use Transport Layer Security (TLS). If the value is Require
, messages are only delivered if a TLS connection can be established. If the value is Optional
, messages can be delivered in plain text if a TLS connection can't be established.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"beanStyleGetterMethodName" : "getTlsPolicyAsString",
"beanStyleSetterMethodName" : "setTlsPolicy",
"c2jName" : "TlsPolicy",
"c2jShape" : "TlsPolicy",
"defaultConsumerFluentSetterDocumentation" : "Specifies whether messages that use the configuration set are required to use Transport Layer Security (TLS). If the value is Require
, messages are only delivered if a TLS connection can be established. If the value is Optional
, messages can be delivered in plain text if a TLS connection can't be established.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #tlsPolicyAsString(String)}.\n@param tlsPolicy a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #tlsPolicy(String)",
"deprecated" : false,
"documentation" : "Specifies whether messages that use the configuration set are required to use Transport Layer Security (TLS). If the value is Require
, messages are only delivered if a TLS connection can be established. If the value is Optional
, messages can be delivered in plain text if a TLS connection can't be established.
",
"endpointDiscoveryId" : false,
"enumType" : "TlsPolicy",
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : "tlsPolicy",
"fluentEnumSetterMethodName" : "tlsPolicy",
"fluentGetterMethodName" : "tlsPolicyAsString",
"fluentSetterDocumentation" : "Specifies whether messages that use the configuration set are required to use Transport Layer Security (TLS). If the value is Require
, messages are only delivered if a TLS connection can be established. If the value is Optional
, messages can be delivered in plain text if a TLS connection can't be established.
\n@param tlsPolicy Specifies whether messages that use the configuration set are required to use Transport Layer Security (TLS). If the value is Require
, messages are only delivered if a TLS connection can be established. If the value is Optional
, messages can be delivered in plain text if a TLS connection can't be established.\n@see TlsPolicy\n@return Returns a reference to this object so that method calls can be chained together.\n@see TlsPolicy",
"fluentSetterMethodName" : "tlsPolicy",
"getterDocumentation" : "Specifies whether messages that use the configuration set are required to use Transport Layer Security (TLS). If the value is Require
, messages are only delivered if a TLS connection can be established. If the value is Optional
, messages can be delivered in plain text if a TLS connection can't be established.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #tlsPolicy} will return {@link TlsPolicy#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #tlsPolicyAsString}.\n
\n@return Specifies whether messages that use the configuration set are required to use Transport Layer Security (TLS). If the value is Require
, messages are only delivered if a TLS connection can be established. If the value is Optional
, messages can be delivered in plain text if a TLS connection can't be established.\n@see TlsPolicy",
"getterModel" : {
"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,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "TlsPolicy",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "TlsPolicy",
"sensitive" : false,
"setterDocumentation" : "Specifies whether messages that use the configuration set are required to use Transport Layer Security (TLS). If the value is Require
, messages are only delivered if a TLS connection can be established. If the value is Optional
, messages can be delivered in plain text if a TLS connection can't be established.
\n@param tlsPolicy Specifies whether messages that use the configuration set are required to use Transport Layer Security (TLS). If the value is Require
, messages are only delivered if a TLS connection can be established. If the value is Optional
, messages can be delivered in plain text if a TLS connection can't be established.\n@see TlsPolicy",
"setterMethodName" : "setTlsPolicy",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "tlsPolicy",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "tlsPolicy",
"variableType" : "String",
"documentation" : "Specifies whether messages that use the configuration set are required to use Transport Layer Security (TLS). If the value is Require
, messages are only delivered if a TLS connection can be established. If the value is Optional
, messages can be delivered in plain text if a TLS connection can't be established.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "DeliveryOptions",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "DeliveryOptions",
"variableName" : "deliveryOptions",
"variableType" : "DeliveryOptions",
"documentation" : null,
"simpleType" : "DeliveryOptions",
"variableSetterType" : "DeliveryOptions"
},
"wrapper" : false,
"xmlNamespace" : null
},
"DescribeActiveReceiptRuleSetRequest" : {
"c2jName" : "DescribeActiveReceiptRuleSetRequest",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"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.
",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : {
"action" : "DescribeActiveReceiptRuleSet",
"locationName" : null,
"requestUri" : "/",
"target" : "DescribeActiveReceiptRuleSet",
"verb" : "POST",
"xmlNameSpaceUri" : null
},
"members" : [ ],
"membersAsMap" : { },
"nonStreamingMembers" : [ ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "DescribeActiveReceiptRuleSetRequest",
"simpleMethod" : true,
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "DescribeActiveReceiptRuleSetRequest",
"variableName" : "describeActiveReceiptRuleSetRequest",
"variableType" : "DescribeActiveReceiptRuleSetRequest",
"documentation" : null,
"simpleType" : "DescribeActiveReceiptRuleSetRequest",
"variableSetterType" : "DescribeActiveReceiptRuleSetRequest"
},
"wrapper" : false,
"xmlNamespace" : null
},
"DescribeActiveReceiptRuleSetResponse" : {
"c2jName" : "DescribeActiveReceiptRuleSetResponse",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "Represents the metadata and receipt rules for the receipt rule set that is currently active.
",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : null,
"members" : [ {
"beanStyleGetterMethodName" : "getMetadata",
"beanStyleSetterMethodName" : "setMetadata",
"c2jName" : "Metadata",
"c2jShape" : "ReceiptRuleSetMetadata",
"defaultConsumerFluentSetterDocumentation" : "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.
\nThis is a convenience that creates an instance of the {@link ReceiptRuleSetMetadata.Builder} avoiding the need to create one manually via {@link ReceiptRuleSetMetadata#builder()}.\n\nWhen the {@link Consumer} completes, {@link ReceiptRuleSetMetadata.Builder#build()} is called immediately and its result is passed to {@link #metadata(ReceiptRuleSetMetadata)}.\n@param metadata a consumer that will call methods on {@link ReceiptRuleSetMetadata.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #metadata(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.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "metadata",
"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" : "metadata",
"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.",
"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,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Metadata",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "Metadata",
"sensitive" : false,
"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" : null,
"simpleType" : "ReceiptRuleSetMetadata",
"variableSetterType" : "ReceiptRuleSetMetadata"
},
"simple" : false,
"timestampFormat" : null,
"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"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getRules",
"beanStyleSetterMethodName" : "setRules",
"c2jName" : "Rules",
"c2jShape" : "ReceiptRulesList",
"defaultConsumerFluentSetterDocumentation" : "The receipt rules that belong to the active rule set.
\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #rules(List)}.\n@param rules a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #rules(List)",
"deprecated" : false,
"documentation" : "The receipt rules that belong to the active rule set.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "rules",
"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" : "rules",
"getterDocumentation" : "The receipt rules that belong to the active rule set.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n@return The receipt rules that belong to the active rule set.",
"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,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Rules",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "ReceiptRule",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link ReceiptRule.Builder} avoiding the need to create one manually via {@link ReceiptRule#builder()}.\n\nWhen the {@link Consumer} completes, {@link ReceiptRule.Builder#build()} is called immediately and its result is passed to {@link #member(ReceiptRule)}.\n@param member a consumer that will call methods on {@link ReceiptRule.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(ReceiptRule)",
"deprecated" : false,
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "member",
"fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "member",
"getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.",
"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,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "Member",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "ReceiptRule",
"variableName" : "member",
"variableType" : "ReceiptRule",
"documentation" : null,
"simpleType" : "ReceiptRule",
"variableSetterType" : "ReceiptRule"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "ReceiptRule",
"variableName" : "member",
"variableType" : "ReceiptRule",
"documentation" : "",
"simpleType" : "ReceiptRule",
"variableSetterType" : "ReceiptRule"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "ReceiptRule",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : false,
"simpleType" : "ReceiptRule",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingType" : "LIST",
"name" : "Rules",
"sensitive" : false,
"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" : "java.util.List",
"variableName" : "rules",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "rules",
"variableType" : "java.util.List",
"documentation" : "The receipt rules that belong to the active rule set.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"Metadata" : {
"beanStyleGetterMethodName" : "getMetadata",
"beanStyleSetterMethodName" : "setMetadata",
"c2jName" : "Metadata",
"c2jShape" : "ReceiptRuleSetMetadata",
"defaultConsumerFluentSetterDocumentation" : "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.
\nThis is a convenience that creates an instance of the {@link ReceiptRuleSetMetadata.Builder} avoiding the need to create one manually via {@link ReceiptRuleSetMetadata#builder()}.\n\nWhen the {@link Consumer} completes, {@link ReceiptRuleSetMetadata.Builder#build()} is called immediately and its result is passed to {@link #metadata(ReceiptRuleSetMetadata)}.\n@param metadata a consumer that will call methods on {@link ReceiptRuleSetMetadata.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #metadata(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.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "metadata",
"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" : "metadata",
"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.",
"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,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Metadata",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "Metadata",
"sensitive" : false,
"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" : null,
"simpleType" : "ReceiptRuleSetMetadata",
"variableSetterType" : "ReceiptRuleSetMetadata"
},
"simple" : false,
"timestampFormat" : null,
"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"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"Rules" : {
"beanStyleGetterMethodName" : "getRules",
"beanStyleSetterMethodName" : "setRules",
"c2jName" : "Rules",
"c2jShape" : "ReceiptRulesList",
"defaultConsumerFluentSetterDocumentation" : "The receipt rules that belong to the active rule set.
\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #rules(List)}.\n@param rules a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #rules(List)",
"deprecated" : false,
"documentation" : "The receipt rules that belong to the active rule set.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "rules",
"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" : "rules",
"getterDocumentation" : "The receipt rules that belong to the active rule set.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n@return The receipt rules that belong to the active rule set.",
"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,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Rules",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "ReceiptRule",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link ReceiptRule.Builder} avoiding the need to create one manually via {@link ReceiptRule#builder()}.\n\nWhen the {@link Consumer} completes, {@link ReceiptRule.Builder#build()} is called immediately and its result is passed to {@link #member(ReceiptRule)}.\n@param member a consumer that will call methods on {@link ReceiptRule.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(ReceiptRule)",
"deprecated" : false,
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "member",
"fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "member",
"getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.",
"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,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "Member",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "ReceiptRule",
"variableName" : "member",
"variableType" : "ReceiptRule",
"documentation" : null,
"simpleType" : "ReceiptRule",
"variableSetterType" : "ReceiptRule"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "ReceiptRule",
"variableName" : "member",
"variableType" : "ReceiptRule",
"documentation" : "",
"simpleType" : "ReceiptRule",
"variableSetterType" : "ReceiptRule"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "ReceiptRule",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : false,
"simpleType" : "ReceiptRule",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingType" : "LIST",
"name" : "Rules",
"sensitive" : false,
"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" : "java.util.List",
"variableName" : "rules",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "rules",
"variableType" : "java.util.List",
"documentation" : "The receipt rules that belong to the active rule set.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"beanStyleGetterMethodName" : "getMetadata",
"beanStyleSetterMethodName" : "setMetadata",
"c2jName" : "Metadata",
"c2jShape" : "ReceiptRuleSetMetadata",
"defaultConsumerFluentSetterDocumentation" : "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.
\nThis is a convenience that creates an instance of the {@link ReceiptRuleSetMetadata.Builder} avoiding the need to create one manually via {@link ReceiptRuleSetMetadata#builder()}.\n\nWhen the {@link Consumer} completes, {@link ReceiptRuleSetMetadata.Builder#build()} is called immediately and its result is passed to {@link #metadata(ReceiptRuleSetMetadata)}.\n@param metadata a consumer that will call methods on {@link ReceiptRuleSetMetadata.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #metadata(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.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "metadata",
"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" : "metadata",
"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.",
"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,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Metadata",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "Metadata",
"sensitive" : false,
"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" : null,
"simpleType" : "ReceiptRuleSetMetadata",
"variableSetterType" : "ReceiptRuleSetMetadata"
},
"simple" : false,
"timestampFormat" : null,
"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"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getRules",
"beanStyleSetterMethodName" : "setRules",
"c2jName" : "Rules",
"c2jShape" : "ReceiptRulesList",
"defaultConsumerFluentSetterDocumentation" : "The receipt rules that belong to the active rule set.
\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #rules(List)}.\n@param rules a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #rules(List)",
"deprecated" : false,
"documentation" : "The receipt rules that belong to the active rule set.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "rules",
"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" : "rules",
"getterDocumentation" : "The receipt rules that belong to the active rule set.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n@return The receipt rules that belong to the active rule set.",
"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,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Rules",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "ReceiptRule",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link ReceiptRule.Builder} avoiding the need to create one manually via {@link ReceiptRule#builder()}.\n\nWhen the {@link Consumer} completes, {@link ReceiptRule.Builder#build()} is called immediately and its result is passed to {@link #member(ReceiptRule)}.\n@param member a consumer that will call methods on {@link ReceiptRule.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(ReceiptRule)",
"deprecated" : false,
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "member",
"fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "member",
"getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.",
"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,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "Member",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "ReceiptRule",
"variableName" : "member",
"variableType" : "ReceiptRule",
"documentation" : null,
"simpleType" : "ReceiptRule",
"variableSetterType" : "ReceiptRule"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "ReceiptRule",
"variableName" : "member",
"variableType" : "ReceiptRule",
"documentation" : "",
"simpleType" : "ReceiptRule",
"variableSetterType" : "ReceiptRule"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "ReceiptRule",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : false,
"simpleType" : "ReceiptRule",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingType" : "LIST",
"name" : "Rules",
"sensitive" : false,
"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" : "java.util.List",
"variableName" : "rules",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "rules",
"variableType" : "java.util.List",
"documentation" : "The receipt rules that belong to the active rule set.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "DescribeActiveReceiptRuleSetResponse",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : "DescribeActiveReceiptRuleSetResult"
},
"variable" : {
"variableDeclarationType" : "DescribeActiveReceiptRuleSetResponse",
"variableName" : "describeActiveReceiptRuleSetResponse",
"variableType" : "DescribeActiveReceiptRuleSetResponse",
"documentation" : null,
"simpleType" : "DescribeActiveReceiptRuleSetResponse",
"variableSetterType" : "DescribeActiveReceiptRuleSetResponse"
},
"wrapper" : false,
"xmlNamespace" : null
},
"DescribeConfigurationSetRequest" : {
"c2jName" : "DescribeConfigurationSetRequest",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"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.
",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : {
"action" : "DescribeConfigurationSet",
"locationName" : null,
"requestUri" : "/",
"target" : "DescribeConfigurationSet",
"verb" : "POST",
"xmlNameSpaceUri" : null
},
"members" : [ {
"beanStyleGetterMethodName" : "getConfigurationSetName",
"beanStyleSetterMethodName" : "setConfigurationSetName",
"c2jName" : "ConfigurationSetName",
"c2jShape" : "ConfigurationSetName",
"defaultConsumerFluentSetterDocumentation" : "The name of the configuration set to describe.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #configurationSetName(String)}.\n@param configurationSetName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #configurationSetName(String)",
"deprecated" : false,
"documentation" : "The name of the configuration set to describe.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "configurationSetName",
"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" : "configurationSetName",
"getterDocumentation" : "The name of the configuration set to describe.
\n@return The name of the configuration set to describe.",
"getterModel" : {
"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,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "ConfigurationSetName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "ConfigurationSetName",
"sensitive" : false,
"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" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "configurationSetName",
"variableType" : "String",
"documentation" : "The name of the configuration set to describe.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getConfigurationSetAttributeNamesAsStrings",
"beanStyleSetterMethodName" : "setConfigurationSetAttributeNamesWithStrings",
"c2jName" : "ConfigurationSetAttributeNames",
"c2jShape" : "ConfigurationSetAttributeList",
"defaultConsumerFluentSetterDocumentation" : "A list of configuration set attributes to return.
\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #configurationSetAttributeNamesAsStrings(List)}.\n@param configurationSetAttributeNames a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #configurationSetAttributeNamesWithStrings(List)",
"deprecated" : false,
"documentation" : "A list of configuration set attributes to return.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : "configurationSetAttributeNames",
"fluentEnumSetterMethodName" : "configurationSetAttributeNames",
"fluentGetterMethodName" : "configurationSetAttributeNamesAsStrings",
"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.",
"fluentSetterMethodName" : "configurationSetAttributeNamesWithStrings",
"getterDocumentation" : "A list of configuration set attributes to return.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n@return A list of configuration set attributes to return.",
"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,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "ConfigurationSetAttributeNames",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"beanStyleGetterMethodName" : "getMemberAsString",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "ConfigurationSetAttribute",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #memberAsString(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)",
"deprecated" : false,
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : "ConfigurationSetAttribute",
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : "member",
"fluentEnumSetterMethodName" : "member",
"fluentGetterMethodName" : "memberAsString",
"fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@see ConfigurationSetAttribute\n@return Returns a reference to this object so that method calls can be chained together.\n@see ConfigurationSetAttribute",
"fluentSetterMethodName" : "member",
"getterDocumentation" : "Returns the value of the Member property for this object.\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #member} will return {@link ConfigurationSetAttribute#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #memberAsString}.\n
\n@return The value of the Member property for this object.\n@see ConfigurationSetAttribute",
"getterModel" : {
"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,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Member",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@see ConfigurationSetAttribute",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "member",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "member",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "String",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : true,
"simpleType" : "String",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingType" : "LIST",
"name" : "ConfigurationSetAttributeNames",
"sensitive" : false,
"setterDocumentation" : "A list of configuration set attributes to return.
\n@param configurationSetAttributeNames A list of configuration set attributes to return.",
"setterMethodName" : "setConfigurationSetAttributeNamesWithStrings",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "configurationSetAttributeNames",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "configurationSetAttributeNames",
"variableType" : "java.util.List",
"documentation" : "A list of configuration set attributes to return.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"ConfigurationSetAttributeNames" : {
"beanStyleGetterMethodName" : "getConfigurationSetAttributeNamesAsStrings",
"beanStyleSetterMethodName" : "setConfigurationSetAttributeNamesWithStrings",
"c2jName" : "ConfigurationSetAttributeNames",
"c2jShape" : "ConfigurationSetAttributeList",
"defaultConsumerFluentSetterDocumentation" : "A list of configuration set attributes to return.
\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #configurationSetAttributeNamesAsStrings(List)}.\n@param configurationSetAttributeNames a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #configurationSetAttributeNamesWithStrings(List)",
"deprecated" : false,
"documentation" : "A list of configuration set attributes to return.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : "configurationSetAttributeNames",
"fluentEnumSetterMethodName" : "configurationSetAttributeNames",
"fluentGetterMethodName" : "configurationSetAttributeNamesAsStrings",
"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.",
"fluentSetterMethodName" : "configurationSetAttributeNamesWithStrings",
"getterDocumentation" : "A list of configuration set attributes to return.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n@return A list of configuration set attributes to return.",
"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,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "ConfigurationSetAttributeNames",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"beanStyleGetterMethodName" : "getMemberAsString",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "ConfigurationSetAttribute",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #memberAsString(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)",
"deprecated" : false,
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : "ConfigurationSetAttribute",
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : "member",
"fluentEnumSetterMethodName" : "member",
"fluentGetterMethodName" : "memberAsString",
"fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@see ConfigurationSetAttribute\n@return Returns a reference to this object so that method calls can be chained together.\n@see ConfigurationSetAttribute",
"fluentSetterMethodName" : "member",
"getterDocumentation" : "Returns the value of the Member property for this object.\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #member} will return {@link ConfigurationSetAttribute#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #memberAsString}.\n
\n@return The value of the Member property for this object.\n@see ConfigurationSetAttribute",
"getterModel" : {
"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,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Member",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@see ConfigurationSetAttribute",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "member",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "member",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "String",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : true,
"simpleType" : "String",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingType" : "LIST",
"name" : "ConfigurationSetAttributeNames",
"sensitive" : false,
"setterDocumentation" : "A list of configuration set attributes to return.
\n@param configurationSetAttributeNames A list of configuration set attributes to return.",
"setterMethodName" : "setConfigurationSetAttributeNamesWithStrings",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "configurationSetAttributeNames",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "configurationSetAttributeNames",
"variableType" : "java.util.List",
"documentation" : "A list of configuration set attributes to return.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"ConfigurationSetName" : {
"beanStyleGetterMethodName" : "getConfigurationSetName",
"beanStyleSetterMethodName" : "setConfigurationSetName",
"c2jName" : "ConfigurationSetName",
"c2jShape" : "ConfigurationSetName",
"defaultConsumerFluentSetterDocumentation" : "The name of the configuration set to describe.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #configurationSetName(String)}.\n@param configurationSetName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #configurationSetName(String)",
"deprecated" : false,
"documentation" : "The name of the configuration set to describe.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "configurationSetName",
"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" : "configurationSetName",
"getterDocumentation" : "The name of the configuration set to describe.
\n@return The name of the configuration set to describe.",
"getterModel" : {
"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,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "ConfigurationSetName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "ConfigurationSetName",
"sensitive" : false,
"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" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "configurationSetName",
"variableType" : "String",
"documentation" : "The name of the configuration set to describe.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"beanStyleGetterMethodName" : "getConfigurationSetName",
"beanStyleSetterMethodName" : "setConfigurationSetName",
"c2jName" : "ConfigurationSetName",
"c2jShape" : "ConfigurationSetName",
"defaultConsumerFluentSetterDocumentation" : "The name of the configuration set to describe.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #configurationSetName(String)}.\n@param configurationSetName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #configurationSetName(String)",
"deprecated" : false,
"documentation" : "The name of the configuration set to describe.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "configurationSetName",
"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" : "configurationSetName",
"getterDocumentation" : "The name of the configuration set to describe.
\n@return The name of the configuration set to describe.",
"getterModel" : {
"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,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "ConfigurationSetName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "ConfigurationSetName",
"sensitive" : false,
"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" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "configurationSetName",
"variableType" : "String",
"documentation" : "The name of the configuration set to describe.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getConfigurationSetAttributeNamesAsStrings",
"beanStyleSetterMethodName" : "setConfigurationSetAttributeNamesWithStrings",
"c2jName" : "ConfigurationSetAttributeNames",
"c2jShape" : "ConfigurationSetAttributeList",
"defaultConsumerFluentSetterDocumentation" : "A list of configuration set attributes to return.
\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #configurationSetAttributeNamesAsStrings(List)}.\n@param configurationSetAttributeNames a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #configurationSetAttributeNamesWithStrings(List)",
"deprecated" : false,
"documentation" : "A list of configuration set attributes to return.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : "configurationSetAttributeNames",
"fluentEnumSetterMethodName" : "configurationSetAttributeNames",
"fluentGetterMethodName" : "configurationSetAttributeNamesAsStrings",
"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.",
"fluentSetterMethodName" : "configurationSetAttributeNamesWithStrings",
"getterDocumentation" : "A list of configuration set attributes to return.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n@return A list of configuration set attributes to return.",
"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,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "ConfigurationSetAttributeNames",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"beanStyleGetterMethodName" : "getMemberAsString",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "ConfigurationSetAttribute",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #memberAsString(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)",
"deprecated" : false,
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : "ConfigurationSetAttribute",
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : "member",
"fluentEnumSetterMethodName" : "member",
"fluentGetterMethodName" : "memberAsString",
"fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@see ConfigurationSetAttribute\n@return Returns a reference to this object so that method calls can be chained together.\n@see ConfigurationSetAttribute",
"fluentSetterMethodName" : "member",
"getterDocumentation" : "Returns the value of the Member property for this object.\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #member} will return {@link ConfigurationSetAttribute#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #memberAsString}.\n
\n@return The value of the Member property for this object.\n@see ConfigurationSetAttribute",
"getterModel" : {
"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,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Member",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@see ConfigurationSetAttribute",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "member",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "member",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "String",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : true,
"simpleType" : "String",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingType" : "LIST",
"name" : "ConfigurationSetAttributeNames",
"sensitive" : false,
"setterDocumentation" : "