models.email-2010-12-01-intermediate.json Maven / Gradle / Ivy
{
"customizationConfig" : {
"additionalShapeConstructors" : {
"Body" : {
"constructorForms" : [ [ "Text" ] ]
},
"Content" : {
"constructorForms" : [ [ "Data" ] ]
},
"Destination" : {
"constructorForms" : [ [ "ToAddresses" ] ]
},
"Message" : {
"constructorForms" : [ [ "Subject", "Body" ] ]
},
"RawMessage" : {
"constructorForms" : [ [ "Data" ] ]
},
"SendEmailRequest" : {
"constructorForms" : [ [ "Source", "Destination", "Message" ] ]
},
"SendRawEmailRequest" : {
"constructorForms" : [ [ "RawMessage" ] ]
}
},
"authPolicyActions" : {
"actionPrefix" : "ses",
"fileNamePrefix" : "SimpleEmailService",
"skip" : false
},
"calculateCRC32FromCompressedData" : false,
"convenienceTypeOverloads" : [ ],
"customClientConfigFactory" : null,
"customCodeTemplates" : null,
"customErrorCodeFieldName" : null,
"customExceptionUnmarshallerImpl" : null,
"customFileHeader" : null,
"customResponseMetadataClassName" : null,
"customServiceMetadata" : null,
"customServiceNameForRequest" : null,
"customSignerProvider" : null,
"deprecatedSuppressions" : null,
"operationModifiers" : null,
"operationsWithResponseStreamContentLengthValidation" : null,
"presignersFqcn" : null,
"renameShapes" : null,
"requestMetrics" : null,
"requiredParamValidationEnabled" : false,
"sdkModeledExceptionBaseClassName" : null,
"sendEmptyAutoConstructedListAsEmptyList" : null,
"sendExplicitlyEmptyListsForQuery" : false,
"serviceClientHoldInputStream" : false,
"shapeModifiers" : null,
"shapeSubstitutions" : null,
"simpleMethods" : {
"GetSendQuota" : {
"methodForms" : [ [ ] ]
},
"GetSendStatistics" : {
"methodForms" : [ [ ] ]
},
"ListIdentities" : {
"methodForms" : [ [ ] ]
},
"ListVerifiedEmailAddresses" : {
"methodForms" : [ [ ] ]
}
},
"skipInterfaceAdditions" : false,
"skipSmokeTests" : false,
"transformDirectory" : "transform",
"useAutoConstructList" : true,
"useAutoConstructMap" : true
},
"metadata" : {
"apiVersion" : "2010-12-01",
"asyncClient" : "AmazonSimpleEmailServiceAsyncClient",
"asyncClientBuilderClassName" : "AmazonSimpleEmailServiceAsyncClientBuilder",
"asyncInterface" : "AmazonSimpleEmailServiceAsync",
"cborProtocol" : false,
"checksumFormat" : null,
"contentType" : null,
"cucumberModuleInjectorClassName" : "AmazonSimpleEmailServiceModuleInjector",
"defaultEndpoint" : "https://email.us-east-1.amazonaws.com",
"defaultEndpointWithoutHttpProtocol" : "email.us-east-1.amazonaws.com",
"defaultRegion" : null,
"documentation" : "Amazon Simple Email Service This is the API Reference for Amazon Simple Email Service (Amazon SES). This documentation is intended to be used in conjunction with the Amazon SES Developer Guide.
For a list of Amazon SES endpoints to use in service requests, see Regions and Amazon SES in the Amazon SES Developer Guide.
",
"endpointPrefix" : "email",
"hasApiWithStreamInput" : false,
"ionProtocol" : false,
"jsonProtocol" : false,
"jsonVersion" : null,
"packageName" : "com.amazonaws.services.simpleemail",
"packagePath" : "com/amazonaws/services/simpleemail",
"protocol" : "query",
"protocolDefaultExceptionUmarshallerImpl" : "StandardErrorUnmarshaller",
"protocolFactory" : null,
"requestBaseFqcn" : "com.amazonaws.AmazonWebServiceRequest",
"requiresApiKey" : false,
"requiresIamSigners" : false,
"serviceAbbreviation" : "Amazon SES",
"serviceFullName" : "Amazon Simple Email Service",
"serviceName" : "Amazon SES",
"signingName" : "ses",
"smokeTestsPackageName" : "com.amazonaws.services.simpleemail.smoketests",
"syncClient" : "AmazonSimpleEmailServiceClient",
"syncClientBuilderClassName" : "AmazonSimpleEmailServiceClientBuilder",
"syncInterface" : "AmazonSimpleEmailService",
"uid" : "email-2010-12-01",
"unmarshallerClassSuffix" : "StaxUnmarshaller",
"unmarshallerContextClassName" : "StaxUnmarshallerContext",
"xmlProtocol" : true
},
"operations" : {
"CloneReceiptRuleSet" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "CloneReceiptRuleSetResult",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Creates a receipt rule set by cloning an existing one. All receipt rules and configurations are copied to the new receipt rule set and are completely independent of the source rule set.
For information about setting up rule sets, see the Amazon SES Developer Guide.
This action is throttled at one request per second.
",
"exceptions" : [ {
"exceptionName" : "RuleSetDoesNotExistException",
"documentation" : "Indicates that the provided receipt rule set does not exist.
",
"httpStatusCode" : 400
}, {
"exceptionName" : "AlreadyExistsException",
"documentation" : "Indicates that a resource could not be created because of a naming conflict.
",
"httpStatusCode" : 400
}, {
"exceptionName" : "LimitExceededException",
"documentation" : "Indicates that a resource could not be created because of service limits. For a list of Amazon SES limits, see the Amazon SES Developer Guide.
",
"httpStatusCode" : 400
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "CloneReceiptRuleSetRequest",
"variableName" : "cloneReceiptRuleSetRequest",
"variableType" : "CloneReceiptRuleSetRequest",
"documentation" : "Represents a request to create a receipt rule set by cloning an existing one. You use receipt rule sets to receive email with Amazon SES. For more information, see the Amazon SES Developer Guide.
",
"simpleType" : "CloneReceiptRuleSetRequest",
"variableSetterType" : "CloneReceiptRuleSetRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "cloneReceiptRuleSet",
"operationName" : "CloneReceiptRuleSet",
"returnType" : {
"returnType" : "CloneReceiptRuleSetResult",
"documentation" : "An empty element returned on a successful request.
"
},
"syncReturnType" : "CloneReceiptRuleSetResult"
},
"CreateConfigurationSet" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "CreateConfigurationSetResult",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Creates a configuration set.
Configuration sets enable you to publish email sending events. For information about using configuration sets, see the Amazon SES Developer Guide.
This action is throttled at one request per second.
",
"exceptions" : [ {
"exceptionName" : "ConfigurationSetAlreadyExistsException",
"documentation" : "Indicates that the configuration set could not be created because of a naming conflict.
",
"httpStatusCode" : 400
}, {
"exceptionName" : "InvalidConfigurationSetException",
"documentation" : "Indicates that the configuration set is invalid. See the error message for details.
",
"httpStatusCode" : 400
}, {
"exceptionName" : "LimitExceededException",
"documentation" : "Indicates that a resource could not be created because of service limits. For a list of Amazon SES limits, see the Amazon SES Developer Guide.
",
"httpStatusCode" : 400
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "CreateConfigurationSetRequest",
"variableName" : "createConfigurationSetRequest",
"variableType" : "CreateConfigurationSetRequest",
"documentation" : "Represents a request to create a configuration set. Configuration sets enable you to publish email sending events. For information about using configuration sets, see the Amazon SES Developer Guide.
",
"simpleType" : "CreateConfigurationSetRequest",
"variableSetterType" : "CreateConfigurationSetRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "createConfigurationSet",
"operationName" : "CreateConfigurationSet",
"returnType" : {
"returnType" : "CreateConfigurationSetResult",
"documentation" : "An empty element returned on a successful request.
"
},
"syncReturnType" : "CreateConfigurationSetResult"
},
"CreateConfigurationSetEventDestination" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "CreateConfigurationSetEventDestinationResult",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Creates a configuration set event destination.
When you create or update an event destination, you must provide one, and only one, destination. The destination can be either Amazon CloudWatch or Amazon Kinesis Firehose.
An event destination is the AWS service to which Amazon SES publishes the email sending events associated with a configuration set. For information about using configuration sets, see the Amazon SES Developer Guide.
This action is throttled at one request per second.
",
"exceptions" : [ {
"exceptionName" : "ConfigurationSetDoesNotExistException",
"documentation" : "Indicates that the configuration set does not exist.
",
"httpStatusCode" : 400
}, {
"exceptionName" : "EventDestinationAlreadyExistsException",
"documentation" : "Indicates that the event destination could not be created because of a naming conflict.
",
"httpStatusCode" : 400
}, {
"exceptionName" : "InvalidCloudWatchDestinationException",
"documentation" : "Indicates that the Amazon CloudWatch destination is invalid. See the error message for details.
",
"httpStatusCode" : 400
}, {
"exceptionName" : "InvalidFirehoseDestinationException",
"documentation" : "Indicates that the Amazon Kinesis Firehose destination is invalid. See the error message for details.
",
"httpStatusCode" : 400
}, {
"exceptionName" : "LimitExceededException",
"documentation" : "Indicates that a resource could not be created because of service limits. For a list of Amazon SES limits, see the Amazon SES Developer Guide.
",
"httpStatusCode" : 400
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "CreateConfigurationSetEventDestinationRequest",
"variableName" : "createConfigurationSetEventDestinationRequest",
"variableType" : "CreateConfigurationSetEventDestinationRequest",
"documentation" : "Represents a request to create a configuration set event destination. A configuration set event destination, which can be either Amazon CloudWatch or Amazon Kinesis Firehose, describes an AWS service in which Amazon SES publishes the email sending events associated with a configuration set. For information about using configuration sets, see the Amazon SES Developer Guide.
",
"simpleType" : "CreateConfigurationSetEventDestinationRequest",
"variableSetterType" : "CreateConfigurationSetEventDestinationRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "createConfigurationSetEventDestination",
"operationName" : "CreateConfigurationSetEventDestination",
"returnType" : {
"returnType" : "CreateConfigurationSetEventDestinationResult",
"documentation" : "An empty element returned on a successful request.
"
},
"syncReturnType" : "CreateConfigurationSetEventDestinationResult"
},
"CreateReceiptFilter" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "CreateReceiptFilterResult",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Creates a new IP address filter.
For information about setting up IP address filters, see the Amazon SES Developer Guide.
This action is throttled at one request per second.
",
"exceptions" : [ {
"exceptionName" : "LimitExceededException",
"documentation" : "Indicates that a resource could not be created because of service limits. For a list of Amazon SES limits, see the Amazon SES Developer Guide.
",
"httpStatusCode" : 400
}, {
"exceptionName" : "AlreadyExistsException",
"documentation" : "Indicates that a resource could not be created because of a naming conflict.
",
"httpStatusCode" : 400
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "CreateReceiptFilterRequest",
"variableName" : "createReceiptFilterRequest",
"variableType" : "CreateReceiptFilterRequest",
"documentation" : "Represents a request to create a new IP address filter. You use IP address filters when you receive email with Amazon SES. For more information, see the Amazon SES Developer Guide.
",
"simpleType" : "CreateReceiptFilterRequest",
"variableSetterType" : "CreateReceiptFilterRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "createReceiptFilter",
"operationName" : "CreateReceiptFilter",
"returnType" : {
"returnType" : "CreateReceiptFilterResult",
"documentation" : "An empty element returned on a successful request.
"
},
"syncReturnType" : "CreateReceiptFilterResult"
},
"CreateReceiptRule" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "CreateReceiptRuleResult",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Creates a receipt rule.
For information about setting up receipt rules, see the Amazon SES Developer Guide.
This action is throttled at one request per second.
",
"exceptions" : [ {
"exceptionName" : "InvalidSnsTopicException",
"documentation" : "Indicates that the provided Amazon SNS topic is invalid, or that Amazon SES could not publish to the topic, possibly due to permissions issues. For information about giving permissions, see the Amazon SES Developer Guide.
",
"httpStatusCode" : 400
}, {
"exceptionName" : "InvalidS3ConfigurationException",
"documentation" : "Indicates that the provided Amazon S3 bucket or AWS KMS encryption key is invalid, or that Amazon SES could not publish to the bucket, possibly due to permissions issues. For information about giving permissions, see the Amazon SES Developer Guide.
",
"httpStatusCode" : 400
}, {
"exceptionName" : "InvalidLambdaFunctionException",
"documentation" : "Indicates that the provided AWS Lambda function is invalid, or that Amazon SES could not execute the provided function, possibly due to permissions issues. For information about giving permissions, see the Amazon SES Developer Guide.
",
"httpStatusCode" : 400
}, {
"exceptionName" : "AlreadyExistsException",
"documentation" : "Indicates that a resource could not be created because of a naming conflict.
",
"httpStatusCode" : 400
}, {
"exceptionName" : "RuleDoesNotExistException",
"documentation" : "Indicates that the provided receipt rule does not exist.
",
"httpStatusCode" : 400
}, {
"exceptionName" : "RuleSetDoesNotExistException",
"documentation" : "Indicates that the provided receipt rule set does not exist.
",
"httpStatusCode" : 400
}, {
"exceptionName" : "LimitExceededException",
"documentation" : "Indicates that a resource could not be created because of service limits. For a list of Amazon SES limits, see the Amazon SES Developer Guide.
",
"httpStatusCode" : 400
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "CreateReceiptRuleRequest",
"variableName" : "createReceiptRuleRequest",
"variableType" : "CreateReceiptRuleRequest",
"documentation" : "Represents a request to create a receipt rule. You use receipt rules to receive email with Amazon SES. For more information, see the Amazon SES Developer Guide.
",
"simpleType" : "CreateReceiptRuleRequest",
"variableSetterType" : "CreateReceiptRuleRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "createReceiptRule",
"operationName" : "CreateReceiptRule",
"returnType" : {
"returnType" : "CreateReceiptRuleResult",
"documentation" : "An empty element returned on a successful request.
"
},
"syncReturnType" : "CreateReceiptRuleResult"
},
"CreateReceiptRuleSet" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "CreateReceiptRuleSetResult",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Creates an empty receipt rule set.
For information about setting up receipt rule sets, see the Amazon SES Developer Guide.
This action is throttled at one request per second.
",
"exceptions" : [ {
"exceptionName" : "AlreadyExistsException",
"documentation" : "Indicates that a resource could not be created because of a naming conflict.
",
"httpStatusCode" : 400
}, {
"exceptionName" : "LimitExceededException",
"documentation" : "Indicates that a resource could not be created because of service limits. For a list of Amazon SES limits, see the Amazon SES Developer Guide.
",
"httpStatusCode" : 400
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "CreateReceiptRuleSetRequest",
"variableName" : "createReceiptRuleSetRequest",
"variableType" : "CreateReceiptRuleSetRequest",
"documentation" : "Represents a request to create an empty receipt rule set. You use receipt rule sets to receive email with Amazon SES. For more information, see the Amazon SES Developer Guide.
",
"simpleType" : "CreateReceiptRuleSetRequest",
"variableSetterType" : "CreateReceiptRuleSetRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "createReceiptRuleSet",
"operationName" : "CreateReceiptRuleSet",
"returnType" : {
"returnType" : "CreateReceiptRuleSetResult",
"documentation" : "An empty element returned on a successful request.
"
},
"syncReturnType" : "CreateReceiptRuleSetResult"
},
"DeleteConfigurationSet" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "DeleteConfigurationSetResult",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Deletes a configuration set.
Configuration sets enable you to publish email sending events. For information about using configuration sets, see the Amazon SES Developer Guide.
This action is throttled at one request per second.
",
"exceptions" : [ {
"exceptionName" : "ConfigurationSetDoesNotExistException",
"documentation" : "Indicates that the configuration set does not exist.
",
"httpStatusCode" : 400
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "DeleteConfigurationSetRequest",
"variableName" : "deleteConfigurationSetRequest",
"variableType" : "DeleteConfigurationSetRequest",
"documentation" : "Represents a request to delete a configuration set. Configuration sets enable you to publish email sending events. For information about using configuration sets, see the Amazon SES Developer Guide.
",
"simpleType" : "DeleteConfigurationSetRequest",
"variableSetterType" : "DeleteConfigurationSetRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "deleteConfigurationSet",
"operationName" : "DeleteConfigurationSet",
"returnType" : {
"returnType" : "DeleteConfigurationSetResult",
"documentation" : "An empty element returned on a successful request.
"
},
"syncReturnType" : "DeleteConfigurationSetResult"
},
"DeleteConfigurationSetEventDestination" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "DeleteConfigurationSetEventDestinationResult",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Deletes a configuration set event destination.
Configuration set event destinations are associated with configuration sets, which enable you to publish email sending events. For information about using configuration sets, see the Amazon SES Developer Guide.
This action is throttled at one request per second.
",
"exceptions" : [ {
"exceptionName" : "ConfigurationSetDoesNotExistException",
"documentation" : "Indicates that the configuration set does not exist.
",
"httpStatusCode" : 400
}, {
"exceptionName" : "EventDestinationDoesNotExistException",
"documentation" : "Indicates that the event destination does not exist.
",
"httpStatusCode" : 400
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "DeleteConfigurationSetEventDestinationRequest",
"variableName" : "deleteConfigurationSetEventDestinationRequest",
"variableType" : "DeleteConfigurationSetEventDestinationRequest",
"documentation" : "Represents a request to delete a configuration set event destination. Configuration set event destinations are associated with configuration sets, which enable you to publish email sending events. For information about using configuration sets, see the Amazon SES Developer Guide.
",
"simpleType" : "DeleteConfigurationSetEventDestinationRequest",
"variableSetterType" : "DeleteConfigurationSetEventDestinationRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "deleteConfigurationSetEventDestination",
"operationName" : "DeleteConfigurationSetEventDestination",
"returnType" : {
"returnType" : "DeleteConfigurationSetEventDestinationResult",
"documentation" : "An empty element returned on a successful request.
"
},
"syncReturnType" : "DeleteConfigurationSetEventDestinationResult"
},
"DeleteIdentity" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "DeleteIdentityResult",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Deletes the specified identity (an email address or a domain) from the list of verified identities.
This action is throttled at one request per second.
",
"exceptions" : null,
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "DeleteIdentityRequest",
"variableName" : "deleteIdentityRequest",
"variableType" : "DeleteIdentityRequest",
"documentation" : "Represents a request to delete one of your Amazon SES identities (an email address or domain).
",
"simpleType" : "DeleteIdentityRequest",
"variableSetterType" : "DeleteIdentityRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "deleteIdentity",
"operationName" : "DeleteIdentity",
"returnType" : {
"returnType" : "DeleteIdentityResult",
"documentation" : "An empty element returned on a successful request.
"
},
"syncReturnType" : "DeleteIdentityResult"
},
"DeleteIdentityPolicy" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "DeleteIdentityPolicyResult",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Deletes the specified sending authorization policy for the given identity (an email address or a domain). This API returns successfully even if a policy with the specified name does not exist.
This API is for the identity owner only. If you have not verified the identity, this API will return an error.
Sending authorization is a feature that enables an identity owner to authorize other senders to use its identities. For information about using sending authorization, see the Amazon SES Developer Guide.
This action is throttled at one request per second.
",
"exceptions" : null,
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "DeleteIdentityPolicyRequest",
"variableName" : "deleteIdentityPolicyRequest",
"variableType" : "DeleteIdentityPolicyRequest",
"documentation" : "Represents a request to delete a sending authorization policy for an identity. Sending authorization is an Amazon SES feature that enables you to authorize other senders to use your identities. For information, see the Amazon SES Developer Guide.
",
"simpleType" : "DeleteIdentityPolicyRequest",
"variableSetterType" : "DeleteIdentityPolicyRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "deleteIdentityPolicy",
"operationName" : "DeleteIdentityPolicy",
"returnType" : {
"returnType" : "DeleteIdentityPolicyResult",
"documentation" : "An empty element returned on a successful request.
"
},
"syncReturnType" : "DeleteIdentityPolicyResult"
},
"DeleteReceiptFilter" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "DeleteReceiptFilterResult",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Deletes the specified IP address filter.
For information about managing IP address filters, see the Amazon SES Developer Guide.
This action is throttled at one request per second.
",
"exceptions" : null,
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "DeleteReceiptFilterRequest",
"variableName" : "deleteReceiptFilterRequest",
"variableType" : "DeleteReceiptFilterRequest",
"documentation" : "Represents a request to delete an IP address filter. You use IP address filters when you receive email with Amazon SES. For more information, see the Amazon SES Developer Guide.
",
"simpleType" : "DeleteReceiptFilterRequest",
"variableSetterType" : "DeleteReceiptFilterRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "deleteReceiptFilter",
"operationName" : "DeleteReceiptFilter",
"returnType" : {
"returnType" : "DeleteReceiptFilterResult",
"documentation" : "An empty element returned on a successful request.
"
},
"syncReturnType" : "DeleteReceiptFilterResult"
},
"DeleteReceiptRule" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "DeleteReceiptRuleResult",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Deletes the specified receipt rule.
For information about managing receipt rules, see the Amazon SES Developer Guide.
This action is throttled at one request per second.
",
"exceptions" : [ {
"exceptionName" : "RuleSetDoesNotExistException",
"documentation" : "Indicates that the provided receipt rule set does not exist.
",
"httpStatusCode" : 400
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "DeleteReceiptRuleRequest",
"variableName" : "deleteReceiptRuleRequest",
"variableType" : "DeleteReceiptRuleRequest",
"documentation" : "Represents a request to delete a receipt rule. You use receipt rules to receive email with Amazon SES. For more information, see the Amazon SES Developer Guide.
",
"simpleType" : "DeleteReceiptRuleRequest",
"variableSetterType" : "DeleteReceiptRuleRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "deleteReceiptRule",
"operationName" : "DeleteReceiptRule",
"returnType" : {
"returnType" : "DeleteReceiptRuleResult",
"documentation" : "An empty element returned on a successful request.
"
},
"syncReturnType" : "DeleteReceiptRuleResult"
},
"DeleteReceiptRuleSet" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "DeleteReceiptRuleSetResult",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Deletes the specified receipt rule set and all of the receipt rules it contains.
The currently active rule set cannot be deleted.
For information about managing receipt rule sets, see the Amazon SES Developer Guide.
This action is throttled at one request per second.
",
"exceptions" : [ {
"exceptionName" : "CannotDeleteException",
"documentation" : "Indicates that the delete operation could not be completed.
",
"httpStatusCode" : 400
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "DeleteReceiptRuleSetRequest",
"variableName" : "deleteReceiptRuleSetRequest",
"variableType" : "DeleteReceiptRuleSetRequest",
"documentation" : "Represents a request to delete a receipt rule set and all of the receipt rules it contains. You use receipt rule sets to receive email with Amazon SES. For more information, see the Amazon SES Developer Guide.
",
"simpleType" : "DeleteReceiptRuleSetRequest",
"variableSetterType" : "DeleteReceiptRuleSetRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "deleteReceiptRuleSet",
"operationName" : "DeleteReceiptRuleSet",
"returnType" : {
"returnType" : "DeleteReceiptRuleSetResult",
"documentation" : "An empty element returned on a successful request.
"
},
"syncReturnType" : "DeleteReceiptRuleSetResult"
},
"DeleteVerifiedEmailAddress" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "DeleteVerifiedEmailAddressResult",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Deletes the specified email address from the list of verified addresses.
The DeleteVerifiedEmailAddress action is deprecated as of the May 15, 2012 release of Domain Verification. The DeleteIdentity action is now preferred.
This action is throttled at one request per second.
",
"exceptions" : null,
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "DeleteVerifiedEmailAddressRequest",
"variableName" : "deleteVerifiedEmailAddressRequest",
"variableType" : "DeleteVerifiedEmailAddressRequest",
"documentation" : "Represents a request to delete an email address from the list of email addresses you have attempted to verify under your AWS account.
",
"simpleType" : "DeleteVerifiedEmailAddressRequest",
"variableSetterType" : "DeleteVerifiedEmailAddressRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "deleteVerifiedEmailAddress",
"operationName" : "DeleteVerifiedEmailAddress",
"returnType" : {
"returnType" : "DeleteVerifiedEmailAddressResult",
"documentation" : null
},
"syncReturnType" : "DeleteVerifiedEmailAddressResult"
},
"DescribeActiveReceiptRuleSet" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "DescribeActiveReceiptRuleSetResult",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Returns the metadata and receipt rules for the receipt rule set that is currently active.
For information about setting up receipt rule sets, see the Amazon SES Developer Guide.
This action is throttled at one request per second.
",
"exceptions" : null,
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "DescribeActiveReceiptRuleSetRequest",
"variableName" : "describeActiveReceiptRuleSetRequest",
"variableType" : "DescribeActiveReceiptRuleSetRequest",
"documentation" : "Represents a request to return the metadata and receipt rules for the receipt rule set that is currently active. You use receipt rule sets to receive email with Amazon SES. For more information, see the Amazon SES Developer Guide.
",
"simpleType" : "DescribeActiveReceiptRuleSetRequest",
"variableSetterType" : "DescribeActiveReceiptRuleSetRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "describeActiveReceiptRuleSet",
"operationName" : "DescribeActiveReceiptRuleSet",
"returnType" : {
"returnType" : "DescribeActiveReceiptRuleSetResult",
"documentation" : "Represents the metadata and receipt rules for the receipt rule set that is currently active.
"
},
"syncReturnType" : "DescribeActiveReceiptRuleSetResult"
},
"DescribeConfigurationSet" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "DescribeConfigurationSetResult",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Returns the details of the specified configuration set.
Configuration sets enable you to publish email sending events. For information about using configuration sets, see the Amazon SES Developer Guide.
This action is throttled at one request per second.
",
"exceptions" : [ {
"exceptionName" : "ConfigurationSetDoesNotExistException",
"documentation" : "Indicates that the configuration set does not exist.
",
"httpStatusCode" : 400
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "DescribeConfigurationSetRequest",
"variableName" : "describeConfigurationSetRequest",
"variableType" : "DescribeConfigurationSetRequest",
"documentation" : "Represents a request to return the details of a configuration set. Configuration sets enable you to publish email sending events. For information about using configuration sets, see the Amazon SES Developer Guide.
",
"simpleType" : "DescribeConfigurationSetRequest",
"variableSetterType" : "DescribeConfigurationSetRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "describeConfigurationSet",
"operationName" : "DescribeConfigurationSet",
"returnType" : {
"returnType" : "DescribeConfigurationSetResult",
"documentation" : "Represents the details of a configuration set. Configuration sets enable you to publish email sending events. For information about using configuration sets, see the Amazon SES Developer Guide.
"
},
"syncReturnType" : "DescribeConfigurationSetResult"
},
"DescribeReceiptRule" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "DescribeReceiptRuleResult",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Returns the details of the specified receipt rule.
For information about setting up receipt rules, see the Amazon SES Developer Guide.
This action is throttled at one request per second.
",
"exceptions" : [ {
"exceptionName" : "RuleDoesNotExistException",
"documentation" : "Indicates that the provided receipt rule does not exist.
",
"httpStatusCode" : 400
}, {
"exceptionName" : "RuleSetDoesNotExistException",
"documentation" : "Indicates that the provided receipt rule set does not exist.
",
"httpStatusCode" : 400
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "DescribeReceiptRuleRequest",
"variableName" : "describeReceiptRuleRequest",
"variableType" : "DescribeReceiptRuleRequest",
"documentation" : "Represents a request to return the details of a receipt rule. You use receipt rules to receive email with Amazon SES. For more information, see the Amazon SES Developer Guide.
",
"simpleType" : "DescribeReceiptRuleRequest",
"variableSetterType" : "DescribeReceiptRuleRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "describeReceiptRule",
"operationName" : "DescribeReceiptRule",
"returnType" : {
"returnType" : "DescribeReceiptRuleResult",
"documentation" : "Represents the details of a receipt rule.
"
},
"syncReturnType" : "DescribeReceiptRuleResult"
},
"DescribeReceiptRuleSet" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "DescribeReceiptRuleSetResult",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Returns the details of the specified receipt rule set.
For information about managing receipt rule sets, see the Amazon SES Developer Guide.
This action is throttled at one request per second.
",
"exceptions" : [ {
"exceptionName" : "RuleSetDoesNotExistException",
"documentation" : "Indicates that the provided receipt rule set does not exist.
",
"httpStatusCode" : 400
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "DescribeReceiptRuleSetRequest",
"variableName" : "describeReceiptRuleSetRequest",
"variableType" : "DescribeReceiptRuleSetRequest",
"documentation" : "Represents a request to return the details of a receipt rule set. You use receipt rule sets to receive email with Amazon SES. For more information, see the Amazon SES Developer Guide.
",
"simpleType" : "DescribeReceiptRuleSetRequest",
"variableSetterType" : "DescribeReceiptRuleSetRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "describeReceiptRuleSet",
"operationName" : "DescribeReceiptRuleSet",
"returnType" : {
"returnType" : "DescribeReceiptRuleSetResult",
"documentation" : "Represents the details of the specified receipt rule set.
"
},
"syncReturnType" : "DescribeReceiptRuleSetResult"
},
"GetIdentityDkimAttributes" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "GetIdentityDkimAttributesResult",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Returns the current status of Easy DKIM signing for an entity. For domain name identities, this action also returns the DKIM tokens that are required for Easy DKIM signing, and whether Amazon SES has successfully verified that these tokens have been published.
This action takes a list of identities as input and returns the following information for each:
-
Whether Easy DKIM signing is enabled or disabled.
-
A set of DKIM tokens that represent the identity. If the identity is an email address, the tokens represent the domain of that address.
-
Whether Amazon SES has successfully verified the DKIM tokens published in the domain's DNS. This information is only returned for domain name identities, not for email addresses.
This action is throttled at one request per second and can only get DKIM attributes for up to 100 identities at a time.
For more information about creating DNS records using DKIM tokens, go to the Amazon SES Developer Guide.
",
"exceptions" : null,
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "GetIdentityDkimAttributesRequest",
"variableName" : "getIdentityDkimAttributesRequest",
"variableType" : "GetIdentityDkimAttributesRequest",
"documentation" : "Represents a request for the status of Amazon SES Easy DKIM signing for an identity. For domain identities, this request also returns the DKIM tokens that are required for Easy DKIM signing, and whether Amazon SES successfully verified that these tokens were published. For more information about Easy DKIM, see the Amazon SES Developer Guide.
",
"simpleType" : "GetIdentityDkimAttributesRequest",
"variableSetterType" : "GetIdentityDkimAttributesRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "getIdentityDkimAttributes",
"operationName" : "GetIdentityDkimAttributes",
"returnType" : {
"returnType" : "GetIdentityDkimAttributesResult",
"documentation" : "Represents the status of Amazon SES Easy DKIM signing for an identity. For domain identities, this response also contains the DKIM tokens that are required for Easy DKIM signing, and whether Amazon SES successfully verified that these tokens were published.
"
},
"syncReturnType" : "GetIdentityDkimAttributesResult"
},
"GetIdentityMailFromDomainAttributes" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "GetIdentityMailFromDomainAttributesResult",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Returns the custom MAIL FROM attributes for a list of identities (email addresses and/or domains).
This action is throttled at one request per second and can only get custom MAIL FROM attributes for up to 100 identities at a time.
",
"exceptions" : null,
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "GetIdentityMailFromDomainAttributesRequest",
"variableName" : "getIdentityMailFromDomainAttributesRequest",
"variableType" : "GetIdentityMailFromDomainAttributesRequest",
"documentation" : "Represents a request to return the Amazon SES custom MAIL FROM attributes for a list of identities. For information about using a custom MAIL FROM domain, see the Amazon SES Developer Guide.
",
"simpleType" : "GetIdentityMailFromDomainAttributesRequest",
"variableSetterType" : "GetIdentityMailFromDomainAttributesRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "getIdentityMailFromDomainAttributes",
"operationName" : "GetIdentityMailFromDomainAttributes",
"returnType" : {
"returnType" : "GetIdentityMailFromDomainAttributesResult",
"documentation" : "Represents the custom MAIL FROM attributes for a list of identities.
"
},
"syncReturnType" : "GetIdentityMailFromDomainAttributesResult"
},
"GetIdentityNotificationAttributes" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "GetIdentityNotificationAttributesResult",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Given a list of verified identities (email addresses and/or domains), returns a structure describing identity notification attributes.
This action is throttled at one request per second and can only get notification attributes for up to 100 identities at a time.
For more information about using notifications with Amazon SES, see the Amazon SES Developer Guide.
",
"exceptions" : null,
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "GetIdentityNotificationAttributesRequest",
"variableName" : "getIdentityNotificationAttributesRequest",
"variableType" : "GetIdentityNotificationAttributesRequest",
"documentation" : "Represents a request to return the notification attributes for a list of identities you verified with Amazon SES. For information about Amazon SES notifications, see the Amazon SES Developer Guide.
",
"simpleType" : "GetIdentityNotificationAttributesRequest",
"variableSetterType" : "GetIdentityNotificationAttributesRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "getIdentityNotificationAttributes",
"operationName" : "GetIdentityNotificationAttributes",
"returnType" : {
"returnType" : "GetIdentityNotificationAttributesResult",
"documentation" : "Represents the notification attributes for a list of identities.
"
},
"syncReturnType" : "GetIdentityNotificationAttributesResult"
},
"GetIdentityPolicies" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "GetIdentityPoliciesResult",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Returns the requested sending authorization policies for the given identity (an email address or a domain). The policies are returned as a map of policy names to policy contents. You can retrieve a maximum of 20 policies at a time.
This API is for the identity owner only. If you have not verified the identity, this API will return an error.
Sending authorization is a feature that enables an identity owner to authorize other senders to use its identities. For information about using sending authorization, see the Amazon SES Developer Guide.
This action is throttled at one request per second.
",
"exceptions" : null,
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "GetIdentityPoliciesRequest",
"variableName" : "getIdentityPoliciesRequest",
"variableType" : "GetIdentityPoliciesRequest",
"documentation" : "Represents a request to return the requested sending authorization policies for an identity. Sending authorization is an Amazon SES feature that enables you to authorize other senders to use your identities. For information, see the Amazon SES Developer Guide.
",
"simpleType" : "GetIdentityPoliciesRequest",
"variableSetterType" : "GetIdentityPoliciesRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "getIdentityPolicies",
"operationName" : "GetIdentityPolicies",
"returnType" : {
"returnType" : "GetIdentityPoliciesResult",
"documentation" : "Represents the requested sending authorization policies.
"
},
"syncReturnType" : "GetIdentityPoliciesResult"
},
"GetIdentityVerificationAttributes" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "GetIdentityVerificationAttributesResult",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Given a list of identities (email addresses and/or domains), returns the verification status and (for domain identities) the verification token for each identity.
This action is throttled at one request per second and can only get verification attributes for up to 100 identities at a time.
",
"exceptions" : null,
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "GetIdentityVerificationAttributesRequest",
"variableName" : "getIdentityVerificationAttributesRequest",
"variableType" : "GetIdentityVerificationAttributesRequest",
"documentation" : "Represents a request to return the Amazon SES verification status of a list of identities. For domain identities, this request also returns the verification token. For information about verifying identities with Amazon SES, see the Amazon SES Developer Guide.
",
"simpleType" : "GetIdentityVerificationAttributesRequest",
"variableSetterType" : "GetIdentityVerificationAttributesRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "getIdentityVerificationAttributes",
"operationName" : "GetIdentityVerificationAttributes",
"returnType" : {
"returnType" : "GetIdentityVerificationAttributesResult",
"documentation" : "The Amazon SES verification status of a list of identities. For domain identities, this response also contains the verification token.
"
},
"syncReturnType" : "GetIdentityVerificationAttributesResult"
},
"GetSendQuota" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "GetSendQuotaResult",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Returns the user's current sending limits.
This action is throttled at one request per second.
",
"exceptions" : null,
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "GetSendQuotaRequest",
"variableName" : "getSendQuotaRequest",
"variableType" : "GetSendQuotaRequest",
"documentation" : null,
"simpleType" : "GetSendQuotaRequest",
"variableSetterType" : "GetSendQuotaRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "getSendQuota",
"operationName" : "GetSendQuota",
"returnType" : {
"returnType" : "GetSendQuotaResult",
"documentation" : "Represents your Amazon SES daily sending quota, maximum send rate, and the number of emails you have sent in the last 24 hours.
"
},
"syncReturnType" : "GetSendQuotaResult"
},
"GetSendStatistics" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "GetSendStatisticsResult",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Returns the user's sending statistics. The result is a list of data points, representing the last two weeks of sending activity.
Each data point in the list contains statistics for a 15-minute interval.
This action is throttled at one request per second.
",
"exceptions" : null,
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "GetSendStatisticsRequest",
"variableName" : "getSendStatisticsRequest",
"variableType" : "GetSendStatisticsRequest",
"documentation" : null,
"simpleType" : "GetSendStatisticsRequest",
"variableSetterType" : "GetSendStatisticsRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "getSendStatistics",
"operationName" : "GetSendStatistics",
"returnType" : {
"returnType" : "GetSendStatisticsResult",
"documentation" : "Represents a list of data points. This list contains aggregated data from the previous two weeks of your sending activity with Amazon SES.
"
},
"syncReturnType" : "GetSendStatisticsResult"
},
"ListConfigurationSets" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "ListConfigurationSetsResult",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Lists the configuration sets associated with your AWS account.
Configuration sets enable you to publish email sending events. For information about using configuration sets, see the Amazon SES Developer Guide.
This action is throttled at one request per second and can return up to 50 configuration sets at a time.
",
"exceptions" : null,
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "ListConfigurationSetsRequest",
"variableName" : "listConfigurationSetsRequest",
"variableType" : "ListConfigurationSetsRequest",
"documentation" : "Represents a request to list the configuration sets associated with your AWS account. Configuration sets enable you to publish email sending events. For information about using configuration sets, see the Amazon SES Developer Guide.
",
"simpleType" : "ListConfigurationSetsRequest",
"variableSetterType" : "ListConfigurationSetsRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "listConfigurationSets",
"operationName" : "ListConfigurationSets",
"returnType" : {
"returnType" : "ListConfigurationSetsResult",
"documentation" : "A list of configuration sets associated with your AWS account. Configuration sets enable you to publish email sending events. For information about using configuration sets, see the Amazon SES Developer Guide.
"
},
"syncReturnType" : "ListConfigurationSetsResult"
},
"ListIdentities" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "ListIdentitiesResult",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Returns a list containing all of the identities (email addresses and domains) for your AWS account, regardless of verification status.
This action is throttled at one request per second.
",
"exceptions" : null,
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "ListIdentitiesRequest",
"variableName" : "listIdentitiesRequest",
"variableType" : "ListIdentitiesRequest",
"documentation" : "Represents a request to return a list of all identities (email addresses and domains) that you have attempted to verify under your AWS account, regardless of verification status.
",
"simpleType" : "ListIdentitiesRequest",
"variableSetterType" : "ListIdentitiesRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "listIdentities",
"operationName" : "ListIdentities",
"returnType" : {
"returnType" : "ListIdentitiesResult",
"documentation" : "A list of all identities that you have attempted to verify under your AWS account, regardless of verification status.
"
},
"syncReturnType" : "ListIdentitiesResult"
},
"ListIdentityPolicies" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "ListIdentityPoliciesResult",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Returns a list of sending authorization policies that are attached to the given identity (an email address or a domain). This API returns only a list. If you want the actual policy content, you can use GetIdentityPolicies
.
This API is for the identity owner only. If you have not verified the identity, this API will return an error.
Sending authorization is a feature that enables an identity owner to authorize other senders to use its identities. For information about using sending authorization, see the Amazon SES Developer Guide.
This action is throttled at one request per second.
",
"exceptions" : null,
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "ListIdentityPoliciesRequest",
"variableName" : "listIdentityPoliciesRequest",
"variableType" : "ListIdentityPoliciesRequest",
"documentation" : "Represents a request to return a list of sending authorization policies that are attached to an identity. Sending authorization is an Amazon SES feature that enables you to authorize other senders to use your identities. For information, see the Amazon SES Developer Guide.
",
"simpleType" : "ListIdentityPoliciesRequest",
"variableSetterType" : "ListIdentityPoliciesRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "listIdentityPolicies",
"operationName" : "ListIdentityPolicies",
"returnType" : {
"returnType" : "ListIdentityPoliciesResult",
"documentation" : "A list of names of sending authorization policies that apply to an identity.
"
},
"syncReturnType" : "ListIdentityPoliciesResult"
},
"ListReceiptFilters" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "ListReceiptFiltersResult",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Lists the IP address filters associated with your AWS account.
For information about managing IP address filters, see the Amazon SES Developer Guide.
This action is throttled at one request per second.
",
"exceptions" : null,
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "ListReceiptFiltersRequest",
"variableName" : "listReceiptFiltersRequest",
"variableType" : "ListReceiptFiltersRequest",
"documentation" : "Represents a request to list the IP address filters that exist under your AWS account. You use IP address filters when you receive email with Amazon SES. For more information, see the Amazon SES Developer Guide.
",
"simpleType" : "ListReceiptFiltersRequest",
"variableSetterType" : "ListReceiptFiltersRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "listReceiptFilters",
"operationName" : "ListReceiptFilters",
"returnType" : {
"returnType" : "ListReceiptFiltersResult",
"documentation" : "A list of IP address filters that exist under your AWS account.
"
},
"syncReturnType" : "ListReceiptFiltersResult"
},
"ListReceiptRuleSets" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "ListReceiptRuleSetsResult",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Lists the receipt rule sets that exist under your AWS account. If there are additional receipt rule sets to be retrieved, you will receive a NextToken
that you can provide to the next call to ListReceiptRuleSets
to retrieve the additional entries.
For information about managing receipt rule sets, see the Amazon SES Developer Guide.
This action is throttled at one request per second.
",
"exceptions" : null,
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "ListReceiptRuleSetsRequest",
"variableName" : "listReceiptRuleSetsRequest",
"variableType" : "ListReceiptRuleSetsRequest",
"documentation" : "Represents a request to list the receipt rule sets that exist under your AWS account. You use receipt rule sets to receive email with Amazon SES. For more information, see the Amazon SES Developer Guide.
",
"simpleType" : "ListReceiptRuleSetsRequest",
"variableSetterType" : "ListReceiptRuleSetsRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "listReceiptRuleSets",
"operationName" : "ListReceiptRuleSets",
"returnType" : {
"returnType" : "ListReceiptRuleSetsResult",
"documentation" : "A list of receipt rule sets that exist under your AWS account.
"
},
"syncReturnType" : "ListReceiptRuleSetsResult"
},
"ListVerifiedEmailAddresses" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "ListVerifiedEmailAddressesResult",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Returns a list containing all of the email addresses that have been verified.
The ListVerifiedEmailAddresses action is deprecated as of the May 15, 2012 release of Domain Verification. The ListIdentities action is now preferred.
This action is throttled at one request per second.
",
"exceptions" : null,
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "ListVerifiedEmailAddressesRequest",
"variableName" : "listVerifiedEmailAddressesRequest",
"variableType" : "ListVerifiedEmailAddressesRequest",
"documentation" : null,
"simpleType" : "ListVerifiedEmailAddressesRequest",
"variableSetterType" : "ListVerifiedEmailAddressesRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "listVerifiedEmailAddresses",
"operationName" : "ListVerifiedEmailAddresses",
"returnType" : {
"returnType" : "ListVerifiedEmailAddressesResult",
"documentation" : "A list of email addresses that you have verified with Amazon SES under your AWS account.
"
},
"syncReturnType" : "ListVerifiedEmailAddressesResult"
},
"PutIdentityPolicy" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "PutIdentityPolicyResult",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Adds or updates a sending authorization policy for the specified identity (an email address or a domain).
This API is for the identity owner only. If you have not verified the identity, this API will return an error.
Sending authorization is a feature that enables an identity owner to authorize other senders to use its identities. For information about using sending authorization, see the Amazon SES Developer Guide.
This action is throttled at one request per second.
",
"exceptions" : [ {
"exceptionName" : "InvalidPolicyException",
"documentation" : "Indicates that the provided policy is invalid. Check the error stack for more information about what caused the error.
",
"httpStatusCode" : 400
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "PutIdentityPolicyRequest",
"variableName" : "putIdentityPolicyRequest",
"variableType" : "PutIdentityPolicyRequest",
"documentation" : "Represents a request to add or update a sending authorization policy for an identity. Sending authorization is an Amazon SES feature that enables you to authorize other senders to use your identities. For information, see the Amazon SES Developer Guide.
",
"simpleType" : "PutIdentityPolicyRequest",
"variableSetterType" : "PutIdentityPolicyRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "putIdentityPolicy",
"operationName" : "PutIdentityPolicy",
"returnType" : {
"returnType" : "PutIdentityPolicyResult",
"documentation" : "An empty element returned on a successful request.
"
},
"syncReturnType" : "PutIdentityPolicyResult"
},
"ReorderReceiptRuleSet" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "ReorderReceiptRuleSetResult",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Reorders the receipt rules within a receipt rule set.
All of the rules in the rule set must be represented in this request. That is, this API will return an error if the reorder request doesn't explicitly position all of the rules.
For information about managing receipt rule sets, see the Amazon SES Developer Guide.
This action is throttled at one request per second.
",
"exceptions" : [ {
"exceptionName" : "RuleSetDoesNotExistException",
"documentation" : "Indicates that the provided receipt rule set does not exist.
",
"httpStatusCode" : 400
}, {
"exceptionName" : "RuleDoesNotExistException",
"documentation" : "Indicates that the provided receipt rule does not exist.
",
"httpStatusCode" : 400
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "ReorderReceiptRuleSetRequest",
"variableName" : "reorderReceiptRuleSetRequest",
"variableType" : "ReorderReceiptRuleSetRequest",
"documentation" : "Represents a request to reorder the receipt rules within a receipt rule set. You use receipt rule sets to receive email with Amazon SES. For more information, see the Amazon SES Developer Guide.
",
"simpleType" : "ReorderReceiptRuleSetRequest",
"variableSetterType" : "ReorderReceiptRuleSetRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "reorderReceiptRuleSet",
"operationName" : "ReorderReceiptRuleSet",
"returnType" : {
"returnType" : "ReorderReceiptRuleSetResult",
"documentation" : "An empty element returned on a successful request.
"
},
"syncReturnType" : "ReorderReceiptRuleSetResult"
},
"SendBounce" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "SendBounceResult",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Generates and sends a bounce message to the sender of an email you received through Amazon SES. You can only use this API on an email up to 24 hours after you receive it.
You cannot use this API to send generic bounces for mail that was not received by Amazon SES.
For information about receiving email through Amazon SES, see the Amazon SES Developer Guide.
This action is throttled at one request per second.
",
"exceptions" : [ {
"exceptionName" : "MessageRejectedException",
"documentation" : "Indicates that the action failed, and the message could not be sent. Check the error stack for more information about what caused the error.
",
"httpStatusCode" : 400
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "SendBounceRequest",
"variableName" : "sendBounceRequest",
"variableType" : "SendBounceRequest",
"documentation" : "Represents a request to send a bounce message to the sender of an email you received through Amazon SES.
",
"simpleType" : "SendBounceRequest",
"variableSetterType" : "SendBounceRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "sendBounce",
"operationName" : "SendBounce",
"returnType" : {
"returnType" : "SendBounceResult",
"documentation" : "Represents a unique message ID.
"
},
"syncReturnType" : "SendBounceResult"
},
"SendEmail" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "SendEmailResult",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Composes an email message based on input data, and then immediately queues the message for sending.
There are several important points to know about SendEmail
:
-
You can only send email from verified email addresses and domains; otherwise, you will get an \"Email address not verified\" error. If your account is still in the Amazon SES sandbox, you must also verify every recipient email address except for the recipients provided by the Amazon SES mailbox simulator. For more information, go to the Amazon SES Developer Guide.
-
The total size of the message cannot exceed 10 MB. This includes any attachments that are part of the message.
-
Amazon SES has a limit on the total number of recipients per message. The combined number of To:, CC: and BCC: email addresses cannot exceed 50. If you need to send an email message to a larger audience, you can divide your recipient list into groups of 50 or fewer, and then call Amazon SES repeatedly to send the message to each group.
-
For every message that you send, the total number of recipients (To:, CC: and BCC:) is counted against your sending quota - the maximum number of emails you can send in a 24-hour period. For information about your sending quota, go to the Amazon SES Developer Guide.
",
"exceptions" : [ {
"exceptionName" : "MessageRejectedException",
"documentation" : "Indicates that the action failed, and the message could not be sent. Check the error stack for more information about what caused the error.
",
"httpStatusCode" : 400
}, {
"exceptionName" : "MailFromDomainNotVerifiedException",
"documentation" : " Indicates that the message could not be sent because Amazon SES could not read the MX record required to use the specified MAIL FROM domain. For information about editing the custom MAIL FROM domain settings for an identity, see the Amazon SES Developer Guide.
",
"httpStatusCode" : 400
}, {
"exceptionName" : "ConfigurationSetDoesNotExistException",
"documentation" : "Indicates that the configuration set does not exist.
",
"httpStatusCode" : 400
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "SendEmailRequest",
"variableName" : "sendEmailRequest",
"variableType" : "SendEmailRequest",
"documentation" : "Represents a request to send a single formatted email using Amazon SES. For more information, see the Amazon SES Developer Guide.
",
"simpleType" : "SendEmailRequest",
"variableSetterType" : "SendEmailRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "sendEmail",
"operationName" : "SendEmail",
"returnType" : {
"returnType" : "SendEmailResult",
"documentation" : "Represents a unique message ID.
"
},
"syncReturnType" : "SendEmailResult"
},
"SendRawEmail" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "SendRawEmailResult",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Sends an email message, with header and content specified by the client. The SendRawEmail
action is useful for sending multipart MIME emails. The raw text of the message must comply with Internet email standards; otherwise, the message cannot be sent.
There are several important points to know about SendRawEmail
:
-
You can only send email from verified email addresses and domains; otherwise, you will get an \"Email address not verified\" error. If your account is still in the Amazon SES sandbox, you must also verify every recipient email address except for the recipients provided by the Amazon SES mailbox simulator. For more information, go to the Amazon SES Developer Guide.
-
The total size of the message cannot exceed 10 MB. This includes any attachments that are part of the message.
-
Amazon SES has a limit on the total number of recipients per message. The combined number of To:, CC: and BCC: email addresses cannot exceed 50. If you need to send an email message to a larger audience, you can divide your recipient list into groups of 50 or fewer, and then call Amazon SES repeatedly to send the message to each group.
-
The To:, CC:, and BCC: headers in the raw message can contain a group list. Note that each recipient in a group list counts towards the 50-recipient limit.
-
Amazon SES overrides any Message-ID and Date headers you provide.
-
For every message that you send, the total number of recipients (To:, CC: and BCC:) is counted against your sending quota - the maximum number of emails you can send in a 24-hour period. For information about your sending quota, go to the Amazon SES Developer Guide.
-
If you are using sending authorization to send on behalf of another user, SendRawEmail
enables you to specify the cross-account identity for the email's \"Source,\" \"From,\" and \"Return-Path\" parameters in one of two ways: you can pass optional parameters SourceArn
, FromArn
, and/or ReturnPathArn
to the API, or you can include the following X-headers in the header of your raw email:
-
X-SES-SOURCE-ARN
-
X-SES-FROM-ARN
-
X-SES-RETURN-PATH-ARN
Do not include these X-headers in the DKIM signature, because they are removed by Amazon SES before sending the email.
For the most common sending authorization use case, we recommend that you specify the SourceIdentityArn
and do not specify either the FromIdentityArn
or ReturnPathIdentityArn
. (The same note applies to the corresponding X-headers.) If you only specify the SourceIdentityArn
, Amazon SES will simply set the \"From\" address and the \"Return Path\" address to the identity specified in SourceIdentityArn
. For more information about sending authorization, see the Amazon SES Developer Guide.
",
"exceptions" : [ {
"exceptionName" : "MessageRejectedException",
"documentation" : "Indicates that the action failed, and the message could not be sent. Check the error stack for more information about what caused the error.
",
"httpStatusCode" : 400
}, {
"exceptionName" : "MailFromDomainNotVerifiedException",
"documentation" : " Indicates that the message could not be sent because Amazon SES could not read the MX record required to use the specified MAIL FROM domain. For information about editing the custom MAIL FROM domain settings for an identity, see the Amazon SES Developer Guide.
",
"httpStatusCode" : 400
}, {
"exceptionName" : "ConfigurationSetDoesNotExistException",
"documentation" : "Indicates that the configuration set does not exist.
",
"httpStatusCode" : 400
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "SendRawEmailRequest",
"variableName" : "sendRawEmailRequest",
"variableType" : "SendRawEmailRequest",
"documentation" : "Represents a request to send a single raw email using Amazon SES. For more information, see the Amazon SES Developer Guide.
",
"simpleType" : "SendRawEmailRequest",
"variableSetterType" : "SendRawEmailRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "sendRawEmail",
"operationName" : "SendRawEmail",
"returnType" : {
"returnType" : "SendRawEmailResult",
"documentation" : "Represents a unique message ID.
"
},
"syncReturnType" : "SendRawEmailResult"
},
"SetActiveReceiptRuleSet" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "SetActiveReceiptRuleSetResult",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Sets the specified receipt rule set as the active receipt rule set.
To disable your email-receiving through Amazon SES completely, you can call this API with RuleSetName set to null.
For information about managing receipt rule sets, see the Amazon SES Developer Guide.
This action is throttled at one request per second.
",
"exceptions" : [ {
"exceptionName" : "RuleSetDoesNotExistException",
"documentation" : "Indicates that the provided receipt rule set does not exist.
",
"httpStatusCode" : 400
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "SetActiveReceiptRuleSetRequest",
"variableName" : "setActiveReceiptRuleSetRequest",
"variableType" : "SetActiveReceiptRuleSetRequest",
"documentation" : "Represents a request to set a receipt rule set as the active receipt rule set. You use receipt rule sets to receive email with Amazon SES. For more information, see the Amazon SES Developer Guide.
",
"simpleType" : "SetActiveReceiptRuleSetRequest",
"variableSetterType" : "SetActiveReceiptRuleSetRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "setActiveReceiptRuleSet",
"operationName" : "SetActiveReceiptRuleSet",
"returnType" : {
"returnType" : "SetActiveReceiptRuleSetResult",
"documentation" : "An empty element returned on a successful request.
"
},
"syncReturnType" : "SetActiveReceiptRuleSetResult"
},
"SetIdentityDkimEnabled" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "SetIdentityDkimEnabledResult",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Enables or disables Easy DKIM signing of email sent from an identity:
-
If Easy DKIM signing is enabled for a domain name identity (e.g., example.com
), then Amazon SES will DKIM-sign all email sent by addresses under that domain name (e.g., [email protected]
).
-
If Easy DKIM signing is enabled for an email address, then Amazon SES will DKIM-sign all email sent by that email address.
For email addresses (e.g., [email protected]
), you can only enable Easy DKIM signing if the corresponding domain (e.g., example.com
) has been set up for Easy DKIM using the AWS Console or the VerifyDomainDkim
action.
This action is throttled at one request per second.
For more information about Easy DKIM signing, go to the Amazon SES Developer Guide.
",
"exceptions" : null,
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "SetIdentityDkimEnabledRequest",
"variableName" : "setIdentityDkimEnabledRequest",
"variableType" : "SetIdentityDkimEnabledRequest",
"documentation" : "Represents a request to enable or disable Amazon SES Easy DKIM signing for an identity. For more information about setting up Easy DKIM, see the Amazon SES Developer Guide.
",
"simpleType" : "SetIdentityDkimEnabledRequest",
"variableSetterType" : "SetIdentityDkimEnabledRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "setIdentityDkimEnabled",
"operationName" : "SetIdentityDkimEnabled",
"returnType" : {
"returnType" : "SetIdentityDkimEnabledResult",
"documentation" : "An empty element returned on a successful request.
"
},
"syncReturnType" : "SetIdentityDkimEnabledResult"
},
"SetIdentityFeedbackForwardingEnabled" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "SetIdentityFeedbackForwardingEnabledResult",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Given an identity (an email address or a domain), enables or disables whether Amazon SES forwards bounce and complaint notifications as email. Feedback forwarding can only be disabled when Amazon Simple Notification Service (Amazon SNS) topics are specified for both bounces and complaints.
Feedback forwarding does not apply to delivery notifications. Delivery notifications are only available through Amazon SNS.
This action is throttled at one request per second.
For more information about using notifications with Amazon SES, see the Amazon SES Developer Guide.
",
"exceptions" : null,
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "SetIdentityFeedbackForwardingEnabledRequest",
"variableName" : "setIdentityFeedbackForwardingEnabledRequest",
"variableType" : "SetIdentityFeedbackForwardingEnabledRequest",
"documentation" : "Represents a request to enable or disable whether Amazon SES forwards you bounce and complaint notifications through email. For information about email feedback forwarding, see the Amazon SES Developer Guide.
",
"simpleType" : "SetIdentityFeedbackForwardingEnabledRequest",
"variableSetterType" : "SetIdentityFeedbackForwardingEnabledRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "setIdentityFeedbackForwardingEnabled",
"operationName" : "SetIdentityFeedbackForwardingEnabled",
"returnType" : {
"returnType" : "SetIdentityFeedbackForwardingEnabledResult",
"documentation" : "An empty element returned on a successful request.
"
},
"syncReturnType" : "SetIdentityFeedbackForwardingEnabledResult"
},
"SetIdentityHeadersInNotificationsEnabled" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "SetIdentityHeadersInNotificationsEnabledResult",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Given an identity (an email address or a domain), sets whether Amazon SES includes the original email headers in the Amazon Simple Notification Service (Amazon SNS) notifications of a specified type.
This action is throttled at one request per second.
For more information about using notifications with Amazon SES, see the Amazon SES Developer Guide.
",
"exceptions" : null,
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "SetIdentityHeadersInNotificationsEnabledRequest",
"variableName" : "setIdentityHeadersInNotificationsEnabledRequest",
"variableType" : "SetIdentityHeadersInNotificationsEnabledRequest",
"documentation" : "Represents a request to set whether Amazon SES includes the original email headers in the Amazon SNS notifications of a specified type. For information about notifications, see the Amazon SES Developer Guide.
",
"simpleType" : "SetIdentityHeadersInNotificationsEnabledRequest",
"variableSetterType" : "SetIdentityHeadersInNotificationsEnabledRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "setIdentityHeadersInNotificationsEnabled",
"operationName" : "SetIdentityHeadersInNotificationsEnabled",
"returnType" : {
"returnType" : "SetIdentityHeadersInNotificationsEnabledResult",
"documentation" : "An empty element returned on a successful request.
"
},
"syncReturnType" : "SetIdentityHeadersInNotificationsEnabledResult"
},
"SetIdentityMailFromDomain" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "SetIdentityMailFromDomainResult",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Enables or disables the custom MAIL FROM domain setup for a verified identity (an email address or a domain).
To send emails using the specified MAIL FROM domain, you must add an MX record to your MAIL FROM domain's DNS settings. If you want your emails to pass Sender Policy Framework (SPF) checks, you must also add or update an SPF record. For more information, see the Amazon SES Developer Guide.
This action is throttled at one request per second.
",
"exceptions" : null,
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "SetIdentityMailFromDomainRequest",
"variableName" : "setIdentityMailFromDomainRequest",
"variableType" : "SetIdentityMailFromDomainRequest",
"documentation" : "Represents a request to enable or disable the Amazon SES custom MAIL FROM domain setup for a verified identity. For information about using a custom MAIL FROM domain, see the Amazon SES Developer Guide.
",
"simpleType" : "SetIdentityMailFromDomainRequest",
"variableSetterType" : "SetIdentityMailFromDomainRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "setIdentityMailFromDomain",
"operationName" : "SetIdentityMailFromDomain",
"returnType" : {
"returnType" : "SetIdentityMailFromDomainResult",
"documentation" : "An empty element returned on a successful request.
"
},
"syncReturnType" : "SetIdentityMailFromDomainResult"
},
"SetIdentityNotificationTopic" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "SetIdentityNotificationTopicResult",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Given an identity (an email address or a domain), sets the Amazon Simple Notification Service (Amazon SNS) topic to which Amazon SES will publish bounce, complaint, and/or delivery notifications for emails sent with that identity as the Source
.
Unless feedback forwarding is enabled, you must specify Amazon SNS topics for bounce and complaint notifications. For more information, see SetIdentityFeedbackForwardingEnabled
.
This action is throttled at one request per second.
For more information about feedback notification, see the Amazon SES Developer Guide.
",
"exceptions" : null,
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "SetIdentityNotificationTopicRequest",
"variableName" : "setIdentityNotificationTopicRequest",
"variableType" : "SetIdentityNotificationTopicRequest",
"documentation" : "Represents a request to specify the Amazon SNS topic to which Amazon SES will publish bounce, complaint, or delivery notifications for emails sent with that identity as the Source. For information about Amazon SES notifications, see the Amazon SES Developer Guide.
",
"simpleType" : "SetIdentityNotificationTopicRequest",
"variableSetterType" : "SetIdentityNotificationTopicRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "setIdentityNotificationTopic",
"operationName" : "SetIdentityNotificationTopic",
"returnType" : {
"returnType" : "SetIdentityNotificationTopicResult",
"documentation" : "An empty element returned on a successful request.
"
},
"syncReturnType" : "SetIdentityNotificationTopicResult"
},
"SetReceiptRulePosition" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "SetReceiptRulePositionResult",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Sets the position of the specified receipt rule in the receipt rule set.
For information about managing receipt rules, see the Amazon SES Developer Guide.
This action is throttled at one request per second.
",
"exceptions" : [ {
"exceptionName" : "RuleSetDoesNotExistException",
"documentation" : "Indicates that the provided receipt rule set does not exist.
",
"httpStatusCode" : 400
}, {
"exceptionName" : "RuleDoesNotExistException",
"documentation" : "Indicates that the provided receipt rule does not exist.
",
"httpStatusCode" : 400
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "SetReceiptRulePositionRequest",
"variableName" : "setReceiptRulePositionRequest",
"variableType" : "SetReceiptRulePositionRequest",
"documentation" : "Represents a request to set the position of a receipt rule in a receipt rule set. You use receipt rule sets to receive email with Amazon SES. For more information, see the Amazon SES Developer Guide.
",
"simpleType" : "SetReceiptRulePositionRequest",
"variableSetterType" : "SetReceiptRulePositionRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "setReceiptRulePosition",
"operationName" : "SetReceiptRulePosition",
"returnType" : {
"returnType" : "SetReceiptRulePositionResult",
"documentation" : "An empty element returned on a successful request.
"
},
"syncReturnType" : "SetReceiptRulePositionResult"
},
"UpdateConfigurationSetEventDestination" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "UpdateConfigurationSetEventDestinationResult",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Updates the event destination of a configuration set.
When you create or update an event destination, you must provide one, and only one, destination. The destination can be either Amazon CloudWatch or Amazon Kinesis Firehose.
Event destinations are associated with configuration sets, which enable you to publish email sending events to Amazon CloudWatch or Amazon Kinesis Firehose. For information about using configuration sets, see the Amazon SES Developer Guide.
This action is throttled at one request per second.
",
"exceptions" : [ {
"exceptionName" : "ConfigurationSetDoesNotExistException",
"documentation" : "Indicates that the configuration set does not exist.
",
"httpStatusCode" : 400
}, {
"exceptionName" : "EventDestinationDoesNotExistException",
"documentation" : "Indicates that the event destination does not exist.
",
"httpStatusCode" : 400
}, {
"exceptionName" : "InvalidCloudWatchDestinationException",
"documentation" : "Indicates that the Amazon CloudWatch destination is invalid. See the error message for details.
",
"httpStatusCode" : 400
}, {
"exceptionName" : "InvalidFirehoseDestinationException",
"documentation" : "Indicates that the Amazon Kinesis Firehose destination is invalid. See the error message for details.
",
"httpStatusCode" : 400
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "UpdateConfigurationSetEventDestinationRequest",
"variableName" : "updateConfigurationSetEventDestinationRequest",
"variableType" : "UpdateConfigurationSetEventDestinationRequest",
"documentation" : "Represents a request to update the event destination of a configuration set. Configuration sets enable you to publish email sending events. For information about using configuration sets, see the Amazon SES Developer Guide.
",
"simpleType" : "UpdateConfigurationSetEventDestinationRequest",
"variableSetterType" : "UpdateConfigurationSetEventDestinationRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "updateConfigurationSetEventDestination",
"operationName" : "UpdateConfigurationSetEventDestination",
"returnType" : {
"returnType" : "UpdateConfigurationSetEventDestinationResult",
"documentation" : "An empty element returned on a successful request.
"
},
"syncReturnType" : "UpdateConfigurationSetEventDestinationResult"
},
"UpdateReceiptRule" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "UpdateReceiptRuleResult",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Updates a receipt rule.
For information about managing receipt rules, see the Amazon SES Developer Guide.
This action is throttled at one request per second.
",
"exceptions" : [ {
"exceptionName" : "InvalidSnsTopicException",
"documentation" : "Indicates that the provided Amazon SNS topic is invalid, or that Amazon SES could not publish to the topic, possibly due to permissions issues. For information about giving permissions, see the Amazon SES Developer Guide.
",
"httpStatusCode" : 400
}, {
"exceptionName" : "InvalidS3ConfigurationException",
"documentation" : "Indicates that the provided Amazon S3 bucket or AWS KMS encryption key is invalid, or that Amazon SES could not publish to the bucket, possibly due to permissions issues. For information about giving permissions, see the Amazon SES Developer Guide.
",
"httpStatusCode" : 400
}, {
"exceptionName" : "InvalidLambdaFunctionException",
"documentation" : "Indicates that the provided AWS Lambda function is invalid, or that Amazon SES could not execute the provided function, possibly due to permissions issues. For information about giving permissions, see the Amazon SES Developer Guide.
",
"httpStatusCode" : 400
}, {
"exceptionName" : "RuleSetDoesNotExistException",
"documentation" : "Indicates that the provided receipt rule set does not exist.
",
"httpStatusCode" : 400
}, {
"exceptionName" : "RuleDoesNotExistException",
"documentation" : "Indicates that the provided receipt rule does not exist.
",
"httpStatusCode" : 400
}, {
"exceptionName" : "LimitExceededException",
"documentation" : "Indicates that a resource could not be created because of service limits. For a list of Amazon SES limits, see the Amazon SES Developer Guide.
",
"httpStatusCode" : 400
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "UpdateReceiptRuleRequest",
"variableName" : "updateReceiptRuleRequest",
"variableType" : "UpdateReceiptRuleRequest",
"documentation" : "Represents a request to update a receipt rule. You use receipt rules to receive email with Amazon SES. For more information, see the Amazon SES Developer Guide.
",
"simpleType" : "UpdateReceiptRuleRequest",
"variableSetterType" : "UpdateReceiptRuleRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "updateReceiptRule",
"operationName" : "UpdateReceiptRule",
"returnType" : {
"returnType" : "UpdateReceiptRuleResult",
"documentation" : "An empty element returned on a successful request.
"
},
"syncReturnType" : "UpdateReceiptRuleResult"
},
"VerifyDomainDkim" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "VerifyDomainDkimResult",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Returns a set of DKIM tokens for a domain. DKIM tokens are character strings that represent your domain's identity. Using these tokens, you will need to create DNS CNAME records that point to DKIM public keys hosted by Amazon SES. Amazon Web Services will eventually detect that you have updated your DNS records; this detection process may take up to 72 hours. Upon successful detection, Amazon SES will be able to DKIM-sign email originating from that domain.
This action is throttled at one request per second.
To enable or disable Easy DKIM signing for a domain, use the SetIdentityDkimEnabled
action.
For more information about creating DNS records using DKIM tokens, go to the Amazon SES Developer Guide.
",
"exceptions" : null,
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "VerifyDomainDkimRequest",
"variableName" : "verifyDomainDkimRequest",
"variableType" : "VerifyDomainDkimRequest",
"documentation" : "Represents a request to generate the CNAME records needed to set up Easy DKIM with Amazon SES. For more information about setting up Easy DKIM, see the Amazon SES Developer Guide.
",
"simpleType" : "VerifyDomainDkimRequest",
"variableSetterType" : "VerifyDomainDkimRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "verifyDomainDkim",
"operationName" : "VerifyDomainDkim",
"returnType" : {
"returnType" : "VerifyDomainDkimResult",
"documentation" : "Returns CNAME records that you must publish to the DNS server of your domain to set up Easy DKIM with Amazon SES.
"
},
"syncReturnType" : "VerifyDomainDkimResult"
},
"VerifyDomainIdentity" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "VerifyDomainIdentityResult",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Verifies a domain.
This action is throttled at one request per second.
",
"exceptions" : null,
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "VerifyDomainIdentityRequest",
"variableName" : "verifyDomainIdentityRequest",
"variableType" : "VerifyDomainIdentityRequest",
"documentation" : "Represents a request to begin Amazon SES domain verification and to generate the TXT records that you must publish to the DNS server of your domain to complete the verification. For information about domain verification, see the Amazon SES Developer Guide.
",
"simpleType" : "VerifyDomainIdentityRequest",
"variableSetterType" : "VerifyDomainIdentityRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "verifyDomainIdentity",
"operationName" : "VerifyDomainIdentity",
"returnType" : {
"returnType" : "VerifyDomainIdentityResult",
"documentation" : "Returns a TXT record that you must publish to the DNS server of your domain to complete domain verification with Amazon SES.
"
},
"syncReturnType" : "VerifyDomainIdentityResult"
},
"VerifyEmailAddress" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "VerifyEmailAddressResult",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Verifies an email address. This action causes a confirmation email message to be sent to the specified address.
The VerifyEmailAddress action is deprecated as of the May 15, 2012 release of Domain Verification. The VerifyEmailIdentity action is now preferred.
This action is throttled at one request per second.
",
"exceptions" : null,
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "VerifyEmailAddressRequest",
"variableName" : "verifyEmailAddressRequest",
"variableType" : "VerifyEmailAddressRequest",
"documentation" : "Represents a request to begin email address verification with Amazon SES. For information about email address verification, see the Amazon SES Developer Guide.
",
"simpleType" : "VerifyEmailAddressRequest",
"variableSetterType" : "VerifyEmailAddressRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "verifyEmailAddress",
"operationName" : "VerifyEmailAddress",
"returnType" : {
"returnType" : "VerifyEmailAddressResult",
"documentation" : null
},
"syncReturnType" : "VerifyEmailAddressResult"
},
"VerifyEmailIdentity" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "VerifyEmailIdentityResult",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Verifies an email address. This action causes a confirmation email message to be sent to the specified address.
This action is throttled at one request per second.
",
"exceptions" : null,
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "VerifyEmailIdentityRequest",
"variableName" : "verifyEmailIdentityRequest",
"variableType" : "VerifyEmailIdentityRequest",
"documentation" : "Represents a request to begin email address verification with Amazon SES. For information about email address verification, see the Amazon SES Developer Guide.
",
"simpleType" : "VerifyEmailIdentityRequest",
"variableSetterType" : "VerifyEmailIdentityRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "verifyEmailIdentity",
"operationName" : "VerifyEmailIdentity",
"returnType" : {
"returnType" : "VerifyEmailIdentityResult",
"documentation" : "An empty element returned on a successful request.
"
},
"syncReturnType" : "VerifyEmailIdentityResult"
}
},
"shapes" : {
"AddHeaderAction" : {
"c2jName" : "AddHeaderAction",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "When included in a receipt rule, this action adds a header to the received email.
For information about adding a header using a receipt rule, see the Amazon SES Developer Guide.
",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : [ {
"c2jName" : "HeaderName",
"c2jShape" : "HeaderName",
"deprecated" : false,
"documentation" : "The name of the header to add. Must be between 1 and 50 characters, inclusive, and consist of alphanumeric (a-z, A-Z, 0-9) characters and dashes only.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The name of the header to add. Must be between 1 and 50 characters, inclusive, and consist of alphanumeric (a-z, A-Z, 0-9) characters and dashes only.
\n@param headerName The name of the header to add. Must be between 1 and 50 characters, inclusive, and consist of alphanumeric (a-z, A-Z, 0-9) characters and dashes only.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withHeaderName",
"getterDocumentation" : "/**The name of the header to add. Must be between 1 and 50 characters, inclusive, and consist of alphanumeric (a-z, A-Z, 0-9) characters and dashes only.
\n@return The name of the header to add. Must be between 1 and 50 characters, inclusive, and consist of alphanumeric (a-z, A-Z, 0-9) characters and dashes only.*/",
"getterMethodName" : "getHeaderName",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "HeaderName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "HeaderName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "HeaderName",
"setterDocumentation" : "/**The name of the header to add. Must be between 1 and 50 characters, inclusive, and consist of alphanumeric (a-z, A-Z, 0-9) characters and dashes only.
\n@param headerName The name of the header to add. Must be between 1 and 50 characters, inclusive, and consist of alphanumeric (a-z, A-Z, 0-9) characters and dashes only.*/",
"setterMethodName" : "setHeaderName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "headerName",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**The name of the header to add. Must be between 1 and 50 characters, inclusive, and consist of alphanumeric (a-z, A-Z, 0-9) characters and dashes only.
\n@param headerName The name of the header to add. Must be between 1 and 50 characters, inclusive, and consist of alphanumeric (a-z, A-Z, 0-9) characters and dashes only.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "headerName",
"variableType" : "String",
"documentation" : "The name of the header to add. Must be between 1 and 50 characters, inclusive, and consist of alphanumeric (a-z, A-Z, 0-9) characters and dashes only.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "HeaderValue",
"c2jShape" : "HeaderValue",
"deprecated" : false,
"documentation" : "Must be less than 2048 characters, and must not contain newline characters (\"\\r\" or \"\\n\").
",
"enumType" : null,
"fluentSetterDocumentation" : "/**Must be less than 2048 characters, and must not contain newline characters (\"\\r\" or \"\\n\").
\n@param headerValue Must be less than 2048 characters, and must not contain newline characters (\"\\r\" or \"\\n\").\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withHeaderValue",
"getterDocumentation" : "/**Must be less than 2048 characters, and must not contain newline characters (\"\\r\" or \"\\n\").
\n@return Must be less than 2048 characters, and must not contain newline characters (\"\\r\" or \"\\n\").*/",
"getterMethodName" : "getHeaderValue",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "HeaderValue",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "HeaderValue",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "HeaderValue",
"setterDocumentation" : "/**Must be less than 2048 characters, and must not contain newline characters (\"\\r\" or \"\\n\").
\n@param headerValue Must be less than 2048 characters, and must not contain newline characters (\"\\r\" or \"\\n\").*/",
"setterMethodName" : "setHeaderValue",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "headerValue",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**Must be less than 2048 characters, and must not contain newline characters (\"\\r\" or \"\\n\").
\n@param headerValue Must be less than 2048 characters, and must not contain newline characters (\"\\r\" or \"\\n\").\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "headerValue",
"variableType" : "String",
"documentation" : "Must be less than 2048 characters, and must not contain newline characters (\"\\r\" or \"\\n\").
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"HeaderName" : {
"c2jName" : "HeaderName",
"c2jShape" : "HeaderName",
"deprecated" : false,
"documentation" : "The name of the header to add. Must be between 1 and 50 characters, inclusive, and consist of alphanumeric (a-z, A-Z, 0-9) characters and dashes only.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The name of the header to add. Must be between 1 and 50 characters, inclusive, and consist of alphanumeric (a-z, A-Z, 0-9) characters and dashes only.
\n@param headerName The name of the header to add. Must be between 1 and 50 characters, inclusive, and consist of alphanumeric (a-z, A-Z, 0-9) characters and dashes only.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withHeaderName",
"getterDocumentation" : "/**The name of the header to add. Must be between 1 and 50 characters, inclusive, and consist of alphanumeric (a-z, A-Z, 0-9) characters and dashes only.
\n@return The name of the header to add. Must be between 1 and 50 characters, inclusive, and consist of alphanumeric (a-z, A-Z, 0-9) characters and dashes only.*/",
"getterMethodName" : "getHeaderName",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "HeaderName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "HeaderName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "HeaderName",
"setterDocumentation" : "/**The name of the header to add. Must be between 1 and 50 characters, inclusive, and consist of alphanumeric (a-z, A-Z, 0-9) characters and dashes only.
\n@param headerName The name of the header to add. Must be between 1 and 50 characters, inclusive, and consist of alphanumeric (a-z, A-Z, 0-9) characters and dashes only.*/",
"setterMethodName" : "setHeaderName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "headerName",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**The name of the header to add. Must be between 1 and 50 characters, inclusive, and consist of alphanumeric (a-z, A-Z, 0-9) characters and dashes only.
\n@param headerName The name of the header to add. Must be between 1 and 50 characters, inclusive, and consist of alphanumeric (a-z, A-Z, 0-9) characters and dashes only.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "headerName",
"variableType" : "String",
"documentation" : "The name of the header to add. Must be between 1 and 50 characters, inclusive, and consist of alphanumeric (a-z, A-Z, 0-9) characters and dashes only.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"HeaderValue" : {
"c2jName" : "HeaderValue",
"c2jShape" : "HeaderValue",
"deprecated" : false,
"documentation" : "Must be less than 2048 characters, and must not contain newline characters (\"\\r\" or \"\\n\").
",
"enumType" : null,
"fluentSetterDocumentation" : "/**Must be less than 2048 characters, and must not contain newline characters (\"\\r\" or \"\\n\").
\n@param headerValue Must be less than 2048 characters, and must not contain newline characters (\"\\r\" or \"\\n\").\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withHeaderValue",
"getterDocumentation" : "/**Must be less than 2048 characters, and must not contain newline characters (\"\\r\" or \"\\n\").
\n@return Must be less than 2048 characters, and must not contain newline characters (\"\\r\" or \"\\n\").*/",
"getterMethodName" : "getHeaderValue",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "HeaderValue",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "HeaderValue",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "HeaderValue",
"setterDocumentation" : "/**Must be less than 2048 characters, and must not contain newline characters (\"\\r\" or \"\\n\").
\n@param headerValue Must be less than 2048 characters, and must not contain newline characters (\"\\r\" or \"\\n\").*/",
"setterMethodName" : "setHeaderValue",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "headerValue",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**Must be less than 2048 characters, and must not contain newline characters (\"\\r\" or \"\\n\").
\n@param headerValue Must be less than 2048 characters, and must not contain newline characters (\"\\r\" or \"\\n\").\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "headerValue",
"variableType" : "String",
"documentation" : "Must be less than 2048 characters, and must not contain newline characters (\"\\r\" or \"\\n\").
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}
},
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : [ "HeaderName", "HeaderValue" ],
"shapeName" : "AddHeaderAction",
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "AddHeaderAction",
"variableName" : "addHeaderAction",
"variableType" : "AddHeaderAction",
"documentation" : null,
"simpleType" : "AddHeaderAction",
"variableSetterType" : "AddHeaderAction"
},
"wrapper" : false
},
"AlreadyExistsException" : {
"c2jName" : "AlreadyExistsException",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "Indicates that a resource could not be created because of a naming conflict.
",
"enums" : null,
"errorCode" : "AlreadyExists",
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : [ {
"c2jName" : "Name",
"c2jShape" : "RuleOrRuleSetName",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param name \n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withName",
"getterDocumentation" : "/**\n@return */",
"getterMethodName" : "getName",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Name",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Name",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "Name",
"setterDocumentation" : "/**\n@param name */",
"setterMethodName" : "setName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "name",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**\n@param name \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "name",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"Name" : {
"c2jName" : "Name",
"c2jShape" : "RuleOrRuleSetName",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param name \n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withName",
"getterDocumentation" : "/**\n@return */",
"getterMethodName" : "getName",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Name",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Name",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "Name",
"setterDocumentation" : "/**\n@param name */",
"setterMethodName" : "setName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "name",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**\n@param name \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "name",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}
},
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "AlreadyExistsException",
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "AlreadyExistsException",
"variableName" : "alreadyExistsException",
"variableType" : "AlreadyExistsException",
"documentation" : null,
"simpleType" : "AlreadyExistsException",
"variableSetterType" : "AlreadyExistsException"
},
"wrapper" : false
},
"BehaviorOnMXFailure" : {
"c2jName" : "BehaviorOnMXFailure",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "",
"enums" : [ {
"name" : "UseDefaultValue",
"value" : "UseDefaultValue"
}, {
"name" : "RejectMessage",
"value" : "RejectMessage"
} ],
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : null,
"membersAsMap" : { },
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "BehaviorOnMXFailure",
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "BehaviorOnMXFailure",
"variableName" : "behaviorOnMXFailure",
"variableType" : "BehaviorOnMXFailure",
"documentation" : null,
"simpleType" : "BehaviorOnMXFailure",
"variableSetterType" : "BehaviorOnMXFailure"
},
"wrapper" : false
},
"Body" : {
"c2jName" : "Body",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "Represents the body of the message. You can specify text, HTML, or both. If you use both, then the message should display correctly in the widest variety of email clients.
",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : [ {
"c2jName" : "Text",
"c2jShape" : "Content",
"deprecated" : false,
"documentation" : "The content of the message, in text format. Use this for text-based email clients, or clients on high-latency networks (such as mobile devices).
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The content of the message, in text format. Use this for text-based email clients, or clients on high-latency networks (such as mobile devices).
\n@param text The content of the message, in text format. Use this for text-based email clients, or clients on high-latency networks (such as mobile devices).\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withText",
"getterDocumentation" : "/**The content of the message, in text format. Use this for text-based email clients, or clients on high-latency networks (such as mobile devices).
\n@return The content of the message, in text format. Use this for text-based email clients, or clients on high-latency networks (such as mobile devices).*/",
"getterMethodName" : "getText",
"getterModel" : {
"returnType" : "Content",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Text",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Text",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "StructuredPojo",
"marshallingType" : "STRUCTURED",
"name" : "Text",
"setterDocumentation" : "/**The content of the message, in text format. Use this for text-based email clients, or clients on high-latency networks (such as mobile devices).
\n@param text The content of the message, in text format. Use this for text-based email clients, or clients on high-latency networks (such as mobile devices).*/",
"setterMethodName" : "setText",
"setterModel" : {
"variableDeclarationType" : "Content",
"variableName" : "text",
"variableType" : "Content",
"documentation" : "",
"simpleType" : "Content",
"variableSetterType" : "Content"
},
"simple" : false,
"varargSetterDocumentation" : "/**The content of the message, in text format. Use this for text-based email clients, or clients on high-latency networks (such as mobile devices).
\n@param text The content of the message, in text format. Use this for text-based email clients, or clients on high-latency networks (such as mobile devices).\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "Content",
"variableName" : "text",
"variableType" : "Content",
"documentation" : "The content of the message, in text format. Use this for text-based email clients, or clients on high-latency networks (such as mobile devices).
",
"simpleType" : "Content",
"variableSetterType" : "Content"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "Html",
"c2jShape" : "Content",
"deprecated" : false,
"documentation" : "The content of the message, in HTML format. Use this for email clients that can process HTML. You can include clickable links, formatted text, and much more in an HTML message.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The content of the message, in HTML format. Use this for email clients that can process HTML. You can include clickable links, formatted text, and much more in an HTML message.
\n@param html The content of the message, in HTML format. Use this for email clients that can process HTML. You can include clickable links, formatted text, and much more in an HTML message.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withHtml",
"getterDocumentation" : "/**The content of the message, in HTML format. Use this for email clients that can process HTML. You can include clickable links, formatted text, and much more in an HTML message.
\n@return The content of the message, in HTML format. Use this for email clients that can process HTML. You can include clickable links, formatted text, and much more in an HTML message.*/",
"getterMethodName" : "getHtml",
"getterModel" : {
"returnType" : "Content",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Html",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Html",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "StructuredPojo",
"marshallingType" : "STRUCTURED",
"name" : "Html",
"setterDocumentation" : "/**The content of the message, in HTML format. Use this for email clients that can process HTML. You can include clickable links, formatted text, and much more in an HTML message.
\n@param html The content of the message, in HTML format. Use this for email clients that can process HTML. You can include clickable links, formatted text, and much more in an HTML message.*/",
"setterMethodName" : "setHtml",
"setterModel" : {
"variableDeclarationType" : "Content",
"variableName" : "html",
"variableType" : "Content",
"documentation" : "",
"simpleType" : "Content",
"variableSetterType" : "Content"
},
"simple" : false,
"varargSetterDocumentation" : "/**The content of the message, in HTML format. Use this for email clients that can process HTML. You can include clickable links, formatted text, and much more in an HTML message.
\n@param html The content of the message, in HTML format. Use this for email clients that can process HTML. You can include clickable links, formatted text, and much more in an HTML message.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "Content",
"variableName" : "html",
"variableType" : "Content",
"documentation" : "The content of the message, in HTML format. Use this for email clients that can process HTML. You can include clickable links, formatted text, and much more in an HTML message.
",
"simpleType" : "Content",
"variableSetterType" : "Content"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"Html" : {
"c2jName" : "Html",
"c2jShape" : "Content",
"deprecated" : false,
"documentation" : "The content of the message, in HTML format. Use this for email clients that can process HTML. You can include clickable links, formatted text, and much more in an HTML message.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The content of the message, in HTML format. Use this for email clients that can process HTML. You can include clickable links, formatted text, and much more in an HTML message.
\n@param html The content of the message, in HTML format. Use this for email clients that can process HTML. You can include clickable links, formatted text, and much more in an HTML message.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withHtml",
"getterDocumentation" : "/**The content of the message, in HTML format. Use this for email clients that can process HTML. You can include clickable links, formatted text, and much more in an HTML message.
\n@return The content of the message, in HTML format. Use this for email clients that can process HTML. You can include clickable links, formatted text, and much more in an HTML message.*/",
"getterMethodName" : "getHtml",
"getterModel" : {
"returnType" : "Content",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Html",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Html",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "StructuredPojo",
"marshallingType" : "STRUCTURED",
"name" : "Html",
"setterDocumentation" : "/**The content of the message, in HTML format. Use this for email clients that can process HTML. You can include clickable links, formatted text, and much more in an HTML message.
\n@param html The content of the message, in HTML format. Use this for email clients that can process HTML. You can include clickable links, formatted text, and much more in an HTML message.*/",
"setterMethodName" : "setHtml",
"setterModel" : {
"variableDeclarationType" : "Content",
"variableName" : "html",
"variableType" : "Content",
"documentation" : "",
"simpleType" : "Content",
"variableSetterType" : "Content"
},
"simple" : false,
"varargSetterDocumentation" : "/**The content of the message, in HTML format. Use this for email clients that can process HTML. You can include clickable links, formatted text, and much more in an HTML message.
\n@param html The content of the message, in HTML format. Use this for email clients that can process HTML. You can include clickable links, formatted text, and much more in an HTML message.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "Content",
"variableName" : "html",
"variableType" : "Content",
"documentation" : "The content of the message, in HTML format. Use this for email clients that can process HTML. You can include clickable links, formatted text, and much more in an HTML message.
",
"simpleType" : "Content",
"variableSetterType" : "Content"
},
"xmlNameSpaceUri" : null
},
"Text" : {
"c2jName" : "Text",
"c2jShape" : "Content",
"deprecated" : false,
"documentation" : "The content of the message, in text format. Use this for text-based email clients, or clients on high-latency networks (such as mobile devices).
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The content of the message, in text format. Use this for text-based email clients, or clients on high-latency networks (such as mobile devices).
\n@param text The content of the message, in text format. Use this for text-based email clients, or clients on high-latency networks (such as mobile devices).\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withText",
"getterDocumentation" : "/**The content of the message, in text format. Use this for text-based email clients, or clients on high-latency networks (such as mobile devices).
\n@return The content of the message, in text format. Use this for text-based email clients, or clients on high-latency networks (such as mobile devices).*/",
"getterMethodName" : "getText",
"getterModel" : {
"returnType" : "Content",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Text",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Text",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "StructuredPojo",
"marshallingType" : "STRUCTURED",
"name" : "Text",
"setterDocumentation" : "/**The content of the message, in text format. Use this for text-based email clients, or clients on high-latency networks (such as mobile devices).
\n@param text The content of the message, in text format. Use this for text-based email clients, or clients on high-latency networks (such as mobile devices).*/",
"setterMethodName" : "setText",
"setterModel" : {
"variableDeclarationType" : "Content",
"variableName" : "text",
"variableType" : "Content",
"documentation" : "",
"simpleType" : "Content",
"variableSetterType" : "Content"
},
"simple" : false,
"varargSetterDocumentation" : "/**The content of the message, in text format. Use this for text-based email clients, or clients on high-latency networks (such as mobile devices).
\n@param text The content of the message, in text format. Use this for text-based email clients, or clients on high-latency networks (such as mobile devices).\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "Content",
"variableName" : "text",
"variableType" : "Content",
"documentation" : "The content of the message, in text format. Use this for text-based email clients, or clients on high-latency networks (such as mobile devices).
",
"simpleType" : "Content",
"variableSetterType" : "Content"
},
"xmlNameSpaceUri" : null
}
},
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "Body",
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "Body",
"variableName" : "body",
"variableType" : "Body",
"documentation" : null,
"simpleType" : "Body",
"variableSetterType" : "Body"
},
"wrapper" : false
},
"BounceAction" : {
"c2jName" : "BounceAction",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "When included in a receipt rule, this action rejects the received email by returning a bounce response to the sender and, optionally, publishes a notification to Amazon Simple Notification Service (Amazon SNS).
For information about sending a bounce message in response to a received email, see the Amazon SES Developer Guide.
",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : [ {
"c2jName" : "TopicArn",
"c2jShape" : "AmazonResourceName",
"deprecated" : false,
"documentation" : "The Amazon Resource Name (ARN) of the Amazon SNS topic to notify when the bounce action is taken. An example of an Amazon SNS topic ARN is arn:aws:sns:us-west-2:123456789012:MyTopic
. For more information about Amazon SNS topics, see the Amazon SNS Developer Guide.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The Amazon Resource Name (ARN) of the Amazon SNS topic to notify when the bounce action is taken. An example of an Amazon SNS topic ARN is arn:aws:sns:us-west-2:123456789012:MyTopic
. For more information about Amazon SNS topics, see the Amazon SNS Developer Guide.
\n@param topicArn The Amazon Resource Name (ARN) of the Amazon SNS topic to notify when the bounce action is taken. An example of an Amazon SNS topic ARN is arn:aws:sns:us-west-2:123456789012:MyTopic
. For more information about Amazon SNS topics, see the Amazon SNS Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withTopicArn",
"getterDocumentation" : "/**The Amazon Resource Name (ARN) of the Amazon SNS topic to notify when the bounce action is taken. An example of an Amazon SNS topic ARN is arn:aws:sns:us-west-2:123456789012:MyTopic
. For more information about Amazon SNS topics, see the Amazon SNS Developer Guide.
\n@return The Amazon Resource Name (ARN) of the Amazon SNS topic to notify when the bounce action is taken. An example of an Amazon SNS topic ARN is arn:aws:sns:us-west-2:123456789012:MyTopic
. For more information about Amazon SNS topics, see the Amazon SNS Developer Guide.*/",
"getterMethodName" : "getTopicArn",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "TopicArn",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "TopicArn",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "TopicArn",
"setterDocumentation" : "/**The Amazon Resource Name (ARN) of the Amazon SNS topic to notify when the bounce action is taken. An example of an Amazon SNS topic ARN is arn:aws:sns:us-west-2:123456789012:MyTopic
. For more information about Amazon SNS topics, see the Amazon SNS Developer Guide.
\n@param topicArn The Amazon Resource Name (ARN) of the Amazon SNS topic to notify when the bounce action is taken. An example of an Amazon SNS topic ARN is arn:aws:sns:us-west-2:123456789012:MyTopic
. For more information about Amazon SNS topics, see the Amazon SNS Developer Guide.*/",
"setterMethodName" : "setTopicArn",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "topicArn",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**The Amazon Resource Name (ARN) of the Amazon SNS topic to notify when the bounce action is taken. An example of an Amazon SNS topic ARN is arn:aws:sns:us-west-2:123456789012:MyTopic
. For more information about Amazon SNS topics, see the Amazon SNS Developer Guide.
\n@param topicArn The Amazon Resource Name (ARN) of the Amazon SNS topic to notify when the bounce action is taken. An example of an Amazon SNS topic ARN is arn:aws:sns:us-west-2:123456789012:MyTopic
. For more information about Amazon SNS topics, see the Amazon SNS Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "topicArn",
"variableType" : "String",
"documentation" : "The Amazon Resource Name (ARN) of the Amazon SNS topic to notify when the bounce action is taken. An example of an Amazon SNS topic ARN is arn:aws:sns:us-west-2:123456789012:MyTopic
. For more information about Amazon SNS topics, see the Amazon SNS Developer Guide.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "SmtpReplyCode",
"c2jShape" : "BounceSmtpReplyCode",
"deprecated" : false,
"documentation" : "The SMTP reply code, as defined by RFC 5321.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The SMTP reply code, as defined by RFC 5321.
\n@param smtpReplyCode The SMTP reply code, as defined by RFC 5321.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withSmtpReplyCode",
"getterDocumentation" : "/**The SMTP reply code, as defined by RFC 5321.
\n@return The SMTP reply code, as defined by RFC 5321.*/",
"getterMethodName" : "getSmtpReplyCode",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "SmtpReplyCode",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "SmtpReplyCode",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "SmtpReplyCode",
"setterDocumentation" : "/**The SMTP reply code, as defined by RFC 5321.
\n@param smtpReplyCode The SMTP reply code, as defined by RFC 5321.*/",
"setterMethodName" : "setSmtpReplyCode",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "smtpReplyCode",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**The SMTP reply code, as defined by RFC 5321.
\n@param smtpReplyCode The SMTP reply code, as defined by RFC 5321.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "smtpReplyCode",
"variableType" : "String",
"documentation" : "The SMTP reply code, as defined by RFC 5321.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "StatusCode",
"c2jShape" : "BounceStatusCode",
"deprecated" : false,
"documentation" : "The SMTP enhanced status code, as defined by RFC 3463.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The SMTP enhanced status code, as defined by RFC 3463.
\n@param statusCode The SMTP enhanced status code, as defined by RFC 3463.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withStatusCode",
"getterDocumentation" : "/**The SMTP enhanced status code, as defined by RFC 3463.
\n@return The SMTP enhanced status code, as defined by RFC 3463.*/",
"getterMethodName" : "getStatusCode",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "StatusCode",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "StatusCode",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "StatusCode",
"setterDocumentation" : "/**The SMTP enhanced status code, as defined by RFC 3463.
\n@param statusCode The SMTP enhanced status code, as defined by RFC 3463.*/",
"setterMethodName" : "setStatusCode",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "statusCode",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**The SMTP enhanced status code, as defined by RFC 3463.
\n@param statusCode The SMTP enhanced status code, as defined by RFC 3463.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "statusCode",
"variableType" : "String",
"documentation" : "The SMTP enhanced status code, as defined by RFC 3463.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "Message",
"c2jShape" : "BounceMessage",
"deprecated" : false,
"documentation" : "Human-readable text to include in the bounce message.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**Human-readable text to include in the bounce message.
\n@param message Human-readable text to include in the bounce message.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withMessage",
"getterDocumentation" : "/**Human-readable text to include in the bounce message.
\n@return Human-readable text to include in the bounce message.*/",
"getterMethodName" : "getMessage",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Message",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Message",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "Message",
"setterDocumentation" : "/**Human-readable text to include in the bounce message.
\n@param message Human-readable text to include in the bounce message.*/",
"setterMethodName" : "setMessage",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "message",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**Human-readable text to include in the bounce message.
\n@param message Human-readable text to include in the bounce message.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "message",
"variableType" : "String",
"documentation" : "Human-readable text to include in the bounce message.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "Sender",
"c2jShape" : "Address",
"deprecated" : false,
"documentation" : "The email address of the sender of the bounced email. This is the address from which the bounce message will be sent.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The email address of the sender of the bounced email. This is the address from which the bounce message will be sent.
\n@param sender The email address of the sender of the bounced email. This is the address from which the bounce message will be sent.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withSender",
"getterDocumentation" : "/**The email address of the sender of the bounced email. This is the address from which the bounce message will be sent.
\n@return The email address of the sender of the bounced email. This is the address from which the bounce message will be sent.*/",
"getterMethodName" : "getSender",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Sender",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Sender",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "Sender",
"setterDocumentation" : "/**The email address of the sender of the bounced email. This is the address from which the bounce message will be sent.
\n@param sender The email address of the sender of the bounced email. This is the address from which the bounce message will be sent.*/",
"setterMethodName" : "setSender",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "sender",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**The email address of the sender of the bounced email. This is the address from which the bounce message will be sent.
\n@param sender The email address of the sender of the bounced email. This is the address from which the bounce message will be sent.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "sender",
"variableType" : "String",
"documentation" : "The email address of the sender of the bounced email. This is the address from which the bounce message will be sent.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"Message" : {
"c2jName" : "Message",
"c2jShape" : "BounceMessage",
"deprecated" : false,
"documentation" : "Human-readable text to include in the bounce message.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**Human-readable text to include in the bounce message.
\n@param message Human-readable text to include in the bounce message.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withMessage",
"getterDocumentation" : "/**Human-readable text to include in the bounce message.
\n@return Human-readable text to include in the bounce message.*/",
"getterMethodName" : "getMessage",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Message",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Message",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "Message",
"setterDocumentation" : "/**Human-readable text to include in the bounce message.
\n@param message Human-readable text to include in the bounce message.*/",
"setterMethodName" : "setMessage",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "message",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**Human-readable text to include in the bounce message.
\n@param message Human-readable text to include in the bounce message.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "message",
"variableType" : "String",
"documentation" : "Human-readable text to include in the bounce message.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"Sender" : {
"c2jName" : "Sender",
"c2jShape" : "Address",
"deprecated" : false,
"documentation" : "The email address of the sender of the bounced email. This is the address from which the bounce message will be sent.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The email address of the sender of the bounced email. This is the address from which the bounce message will be sent.
\n@param sender The email address of the sender of the bounced email. This is the address from which the bounce message will be sent.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withSender",
"getterDocumentation" : "/**The email address of the sender of the bounced email. This is the address from which the bounce message will be sent.
\n@return The email address of the sender of the bounced email. This is the address from which the bounce message will be sent.*/",
"getterMethodName" : "getSender",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Sender",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Sender",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "Sender",
"setterDocumentation" : "/**The email address of the sender of the bounced email. This is the address from which the bounce message will be sent.
\n@param sender The email address of the sender of the bounced email. This is the address from which the bounce message will be sent.*/",
"setterMethodName" : "setSender",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "sender",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**The email address of the sender of the bounced email. This is the address from which the bounce message will be sent.
\n@param sender The email address of the sender of the bounced email. This is the address from which the bounce message will be sent.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "sender",
"variableType" : "String",
"documentation" : "The email address of the sender of the bounced email. This is the address from which the bounce message will be sent.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"SmtpReplyCode" : {
"c2jName" : "SmtpReplyCode",
"c2jShape" : "BounceSmtpReplyCode",
"deprecated" : false,
"documentation" : "The SMTP reply code, as defined by RFC 5321.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The SMTP reply code, as defined by RFC 5321.
\n@param smtpReplyCode The SMTP reply code, as defined by RFC 5321.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withSmtpReplyCode",
"getterDocumentation" : "/**The SMTP reply code, as defined by RFC 5321.
\n@return The SMTP reply code, as defined by RFC 5321.*/",
"getterMethodName" : "getSmtpReplyCode",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "SmtpReplyCode",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "SmtpReplyCode",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "SmtpReplyCode",
"setterDocumentation" : "/**The SMTP reply code, as defined by RFC 5321.
\n@param smtpReplyCode The SMTP reply code, as defined by RFC 5321.*/",
"setterMethodName" : "setSmtpReplyCode",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "smtpReplyCode",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**The SMTP reply code, as defined by RFC 5321.
\n@param smtpReplyCode The SMTP reply code, as defined by RFC 5321.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "smtpReplyCode",
"variableType" : "String",
"documentation" : "The SMTP reply code, as defined by RFC 5321.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"StatusCode" : {
"c2jName" : "StatusCode",
"c2jShape" : "BounceStatusCode",
"deprecated" : false,
"documentation" : "The SMTP enhanced status code, as defined by RFC 3463.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The SMTP enhanced status code, as defined by RFC 3463.
\n@param statusCode The SMTP enhanced status code, as defined by RFC 3463.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withStatusCode",
"getterDocumentation" : "/**The SMTP enhanced status code, as defined by RFC 3463.
\n@return The SMTP enhanced status code, as defined by RFC 3463.*/",
"getterMethodName" : "getStatusCode",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "StatusCode",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "StatusCode",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "StatusCode",
"setterDocumentation" : "/**The SMTP enhanced status code, as defined by RFC 3463.
\n@param statusCode The SMTP enhanced status code, as defined by RFC 3463.*/",
"setterMethodName" : "setStatusCode",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "statusCode",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**The SMTP enhanced status code, as defined by RFC 3463.
\n@param statusCode The SMTP enhanced status code, as defined by RFC 3463.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "statusCode",
"variableType" : "String",
"documentation" : "The SMTP enhanced status code, as defined by RFC 3463.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"TopicArn" : {
"c2jName" : "TopicArn",
"c2jShape" : "AmazonResourceName",
"deprecated" : false,
"documentation" : "The Amazon Resource Name (ARN) of the Amazon SNS topic to notify when the bounce action is taken. An example of an Amazon SNS topic ARN is arn:aws:sns:us-west-2:123456789012:MyTopic
. For more information about Amazon SNS topics, see the Amazon SNS Developer Guide.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The Amazon Resource Name (ARN) of the Amazon SNS topic to notify when the bounce action is taken. An example of an Amazon SNS topic ARN is arn:aws:sns:us-west-2:123456789012:MyTopic
. For more information about Amazon SNS topics, see the Amazon SNS Developer Guide.
\n@param topicArn The Amazon Resource Name (ARN) of the Amazon SNS topic to notify when the bounce action is taken. An example of an Amazon SNS topic ARN is arn:aws:sns:us-west-2:123456789012:MyTopic
. For more information about Amazon SNS topics, see the Amazon SNS Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withTopicArn",
"getterDocumentation" : "/**The Amazon Resource Name (ARN) of the Amazon SNS topic to notify when the bounce action is taken. An example of an Amazon SNS topic ARN is arn:aws:sns:us-west-2:123456789012:MyTopic
. For more information about Amazon SNS topics, see the Amazon SNS Developer Guide.
\n@return The Amazon Resource Name (ARN) of the Amazon SNS topic to notify when the bounce action is taken. An example of an Amazon SNS topic ARN is arn:aws:sns:us-west-2:123456789012:MyTopic
. For more information about Amazon SNS topics, see the Amazon SNS Developer Guide.*/",
"getterMethodName" : "getTopicArn",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "TopicArn",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "TopicArn",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "TopicArn",
"setterDocumentation" : "/**The Amazon Resource Name (ARN) of the Amazon SNS topic to notify when the bounce action is taken. An example of an Amazon SNS topic ARN is arn:aws:sns:us-west-2:123456789012:MyTopic
. For more information about Amazon SNS topics, see the Amazon SNS Developer Guide.
\n@param topicArn The Amazon Resource Name (ARN) of the Amazon SNS topic to notify when the bounce action is taken. An example of an Amazon SNS topic ARN is arn:aws:sns:us-west-2:123456789012:MyTopic
. For more information about Amazon SNS topics, see the Amazon SNS Developer Guide.*/",
"setterMethodName" : "setTopicArn",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "topicArn",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**The Amazon Resource Name (ARN) of the Amazon SNS topic to notify when the bounce action is taken. An example of an Amazon SNS topic ARN is arn:aws:sns:us-west-2:123456789012:MyTopic
. For more information about Amazon SNS topics, see the Amazon SNS Developer Guide.
\n@param topicArn The Amazon Resource Name (ARN) of the Amazon SNS topic to notify when the bounce action is taken. An example of an Amazon SNS topic ARN is arn:aws:sns:us-west-2:123456789012:MyTopic
. For more information about Amazon SNS topics, see the Amazon SNS Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "topicArn",
"variableType" : "String",
"documentation" : "The Amazon Resource Name (ARN) of the Amazon SNS topic to notify when the bounce action is taken. An example of an Amazon SNS topic ARN is arn:aws:sns:us-west-2:123456789012:MyTopic
. For more information about Amazon SNS topics, see the Amazon SNS Developer Guide.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}
},
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : [ "SmtpReplyCode", "Message", "Sender" ],
"shapeName" : "BounceAction",
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "BounceAction",
"variableName" : "bounceAction",
"variableType" : "BounceAction",
"documentation" : null,
"simpleType" : "BounceAction",
"variableSetterType" : "BounceAction"
},
"wrapper" : false
},
"BounceType" : {
"c2jName" : "BounceType",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "",
"enums" : [ {
"name" : "DoesNotExist",
"value" : "DoesNotExist"
}, {
"name" : "MessageTooLarge",
"value" : "MessageTooLarge"
}, {
"name" : "ExceededQuota",
"value" : "ExceededQuota"
}, {
"name" : "ContentRejected",
"value" : "ContentRejected"
}, {
"name" : "Undefined",
"value" : "Undefined"
}, {
"name" : "TemporaryFailure",
"value" : "TemporaryFailure"
} ],
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : null,
"membersAsMap" : { },
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "BounceType",
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "BounceType",
"variableName" : "bounceType",
"variableType" : "BounceType",
"documentation" : null,
"simpleType" : "BounceType",
"variableSetterType" : "BounceType"
},
"wrapper" : false
},
"BouncedRecipientInfo" : {
"c2jName" : "BouncedRecipientInfo",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "Recipient-related information to include in the Delivery Status Notification (DSN) when an email that Amazon SES receives on your behalf bounces.
For information about receiving email through Amazon SES, see the Amazon SES Developer Guide.
",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : [ {
"c2jName" : "Recipient",
"c2jShape" : "Address",
"deprecated" : false,
"documentation" : "The email address of the recipient of the bounced email.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The email address of the recipient of the bounced email.
\n@param recipient The email address of the recipient of the bounced email.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withRecipient",
"getterDocumentation" : "/**The email address of the recipient of the bounced email.
\n@return The email address of the recipient of the bounced email.*/",
"getterMethodName" : "getRecipient",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Recipient",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Recipient",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "Recipient",
"setterDocumentation" : "/**The email address of the recipient of the bounced email.
\n@param recipient The email address of the recipient of the bounced email.*/",
"setterMethodName" : "setRecipient",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "recipient",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**The email address of the recipient of the bounced email.
\n@param recipient The email address of the recipient of the bounced email.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "recipient",
"variableType" : "String",
"documentation" : "The email address of the recipient of the bounced email.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "RecipientArn",
"c2jShape" : "AmazonResourceName",
"deprecated" : false,
"documentation" : "This parameter is used only for sending authorization. It is the ARN of the identity that is associated with the sending authorization policy that permits you to receive email for the recipient of the bounced email. For more information about sending authorization, see the Amazon SES Developer Guide.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**This parameter is used only for sending authorization. It is the ARN of the identity that is associated with the sending authorization policy that permits you to receive email for the recipient of the bounced email. For more information about sending authorization, see the Amazon SES Developer Guide.
\n@param recipientArn This parameter is used only for sending authorization. It is the ARN of the identity that is associated with the sending authorization policy that permits you to receive email for the recipient of the bounced email. For more information about sending authorization, see the Amazon SES Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withRecipientArn",
"getterDocumentation" : "/**This parameter is used only for sending authorization. It is the ARN of the identity that is associated with the sending authorization policy that permits you to receive email for the recipient of the bounced email. For more information about sending authorization, see the Amazon SES Developer Guide.
\n@return This parameter is used only for sending authorization. It is the ARN of the identity that is associated with the sending authorization policy that permits you to receive email for the recipient of the bounced email. For more information about sending authorization, see the Amazon SES Developer Guide.*/",
"getterMethodName" : "getRecipientArn",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "RecipientArn",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "RecipientArn",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "RecipientArn",
"setterDocumentation" : "/**This parameter is used only for sending authorization. It is the ARN of the identity that is associated with the sending authorization policy that permits you to receive email for the recipient of the bounced email. For more information about sending authorization, see the Amazon SES Developer Guide.
\n@param recipientArn This parameter is used only for sending authorization. It is the ARN of the identity that is associated with the sending authorization policy that permits you to receive email for the recipient of the bounced email. For more information about sending authorization, see the Amazon SES Developer Guide.*/",
"setterMethodName" : "setRecipientArn",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "recipientArn",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**This parameter is used only for sending authorization. It is the ARN of the identity that is associated with the sending authorization policy that permits you to receive email for the recipient of the bounced email. For more information about sending authorization, see the Amazon SES Developer Guide.
\n@param recipientArn This parameter is used only for sending authorization. It is the ARN of the identity that is associated with the sending authorization policy that permits you to receive email for the recipient of the bounced email. For more information about sending authorization, see the Amazon SES Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "recipientArn",
"variableType" : "String",
"documentation" : "This parameter is used only for sending authorization. It is the ARN of the identity that is associated with the sending authorization policy that permits you to receive email for the recipient of the bounced email. For more information about sending authorization, see the Amazon SES Developer Guide.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "BounceType",
"c2jShape" : "BounceType",
"deprecated" : false,
"documentation" : "The reason for the bounce. You must provide either this parameter or RecipientDsnFields
.
",
"enumType" : "BounceType",
"fluentSetterDocumentation" : "/**The reason for the bounce. You must provide either this parameter or RecipientDsnFields
.
\n@param bounceType The reason for the bounce. You must provide either this parameter or RecipientDsnFields
.\n@return Returns a reference to this object so that method calls can be chained together.\n@see BounceType*/",
"fluentSetterMethodName" : "withBounceType",
"getterDocumentation" : "/**The reason for the bounce. You must provide either this parameter or RecipientDsnFields
.
\n@return The reason for the bounce. You must provide either this parameter or RecipientDsnFields
.\n@see BounceType*/",
"getterMethodName" : "getBounceType",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "BounceType",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "BounceType",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "BounceType",
"setterDocumentation" : "/**The reason for the bounce. You must provide either this parameter or RecipientDsnFields
.
\n@param bounceType The reason for the bounce. You must provide either this parameter or RecipientDsnFields
.\n@see BounceType*/",
"setterMethodName" : "setBounceType",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "bounceType",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**The reason for the bounce. You must provide either this parameter or RecipientDsnFields
.
\n@param bounceType The reason for the bounce. You must provide either this parameter or RecipientDsnFields
.\n@return Returns a reference to this object so that method calls can be chained together.\n@see BounceType*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "bounceType",
"variableType" : "String",
"documentation" : "The reason for the bounce. You must provide either this parameter or RecipientDsnFields
.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "RecipientDsnFields",
"c2jShape" : "RecipientDsnFields",
"deprecated" : false,
"documentation" : "Recipient-related DSN fields, most of which would normally be filled in automatically when provided with a BounceType
. You must provide either this parameter or BounceType
.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**Recipient-related DSN fields, most of which would normally be filled in automatically when provided with a BounceType
. You must provide either this parameter or BounceType
.
\n@param recipientDsnFields Recipient-related DSN fields, most of which would normally be filled in automatically when provided with a BounceType
. You must provide either this parameter or BounceType
.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withRecipientDsnFields",
"getterDocumentation" : "/**Recipient-related DSN fields, most of which would normally be filled in automatically when provided with a BounceType
. You must provide either this parameter or BounceType
.
\n@return Recipient-related DSN fields, most of which would normally be filled in automatically when provided with a BounceType
. You must provide either this parameter or BounceType
.*/",
"getterMethodName" : "getRecipientDsnFields",
"getterModel" : {
"returnType" : "RecipientDsnFields",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "RecipientDsnFields",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "RecipientDsnFields",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "StructuredPojo",
"marshallingType" : "STRUCTURED",
"name" : "RecipientDsnFields",
"setterDocumentation" : "/**Recipient-related DSN fields, most of which would normally be filled in automatically when provided with a BounceType
. You must provide either this parameter or BounceType
.
\n@param recipientDsnFields Recipient-related DSN fields, most of which would normally be filled in automatically when provided with a BounceType
. You must provide either this parameter or BounceType
.*/",
"setterMethodName" : "setRecipientDsnFields",
"setterModel" : {
"variableDeclarationType" : "RecipientDsnFields",
"variableName" : "recipientDsnFields",
"variableType" : "RecipientDsnFields",
"documentation" : "",
"simpleType" : "RecipientDsnFields",
"variableSetterType" : "RecipientDsnFields"
},
"simple" : false,
"varargSetterDocumentation" : "/**Recipient-related DSN fields, most of which would normally be filled in automatically when provided with a BounceType
. You must provide either this parameter or BounceType
.
\n@param recipientDsnFields Recipient-related DSN fields, most of which would normally be filled in automatically when provided with a BounceType
. You must provide either this parameter or BounceType
.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "RecipientDsnFields",
"variableName" : "recipientDsnFields",
"variableType" : "RecipientDsnFields",
"documentation" : "Recipient-related DSN fields, most of which would normally be filled in automatically when provided with a BounceType
. You must provide either this parameter or BounceType
.
",
"simpleType" : "RecipientDsnFields",
"variableSetterType" : "RecipientDsnFields"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"BounceType" : {
"c2jName" : "BounceType",
"c2jShape" : "BounceType",
"deprecated" : false,
"documentation" : "The reason for the bounce. You must provide either this parameter or RecipientDsnFields
.
",
"enumType" : "BounceType",
"fluentSetterDocumentation" : "/**The reason for the bounce. You must provide either this parameter or RecipientDsnFields
.
\n@param bounceType The reason for the bounce. You must provide either this parameter or RecipientDsnFields
.\n@return Returns a reference to this object so that method calls can be chained together.\n@see BounceType*/",
"fluentSetterMethodName" : "withBounceType",
"getterDocumentation" : "/**The reason for the bounce. You must provide either this parameter or RecipientDsnFields
.
\n@return The reason for the bounce. You must provide either this parameter or RecipientDsnFields
.\n@see BounceType*/",
"getterMethodName" : "getBounceType",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "BounceType",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "BounceType",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "BounceType",
"setterDocumentation" : "/**The reason for the bounce. You must provide either this parameter or RecipientDsnFields
.
\n@param bounceType The reason for the bounce. You must provide either this parameter or RecipientDsnFields
.\n@see BounceType*/",
"setterMethodName" : "setBounceType",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "bounceType",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**The reason for the bounce. You must provide either this parameter or RecipientDsnFields
.
\n@param bounceType The reason for the bounce. You must provide either this parameter or RecipientDsnFields
.\n@return Returns a reference to this object so that method calls can be chained together.\n@see BounceType*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "bounceType",
"variableType" : "String",
"documentation" : "The reason for the bounce. You must provide either this parameter or RecipientDsnFields
.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"Recipient" : {
"c2jName" : "Recipient",
"c2jShape" : "Address",
"deprecated" : false,
"documentation" : "The email address of the recipient of the bounced email.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The email address of the recipient of the bounced email.
\n@param recipient The email address of the recipient of the bounced email.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withRecipient",
"getterDocumentation" : "/**The email address of the recipient of the bounced email.
\n@return The email address of the recipient of the bounced email.*/",
"getterMethodName" : "getRecipient",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Recipient",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Recipient",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "Recipient",
"setterDocumentation" : "/**The email address of the recipient of the bounced email.
\n@param recipient The email address of the recipient of the bounced email.*/",
"setterMethodName" : "setRecipient",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "recipient",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**The email address of the recipient of the bounced email.
\n@param recipient The email address of the recipient of the bounced email.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "recipient",
"variableType" : "String",
"documentation" : "The email address of the recipient of the bounced email.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"RecipientArn" : {
"c2jName" : "RecipientArn",
"c2jShape" : "AmazonResourceName",
"deprecated" : false,
"documentation" : "This parameter is used only for sending authorization. It is the ARN of the identity that is associated with the sending authorization policy that permits you to receive email for the recipient of the bounced email. For more information about sending authorization, see the Amazon SES Developer Guide.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**This parameter is used only for sending authorization. It is the ARN of the identity that is associated with the sending authorization policy that permits you to receive email for the recipient of the bounced email. For more information about sending authorization, see the Amazon SES Developer Guide.
\n@param recipientArn This parameter is used only for sending authorization. It is the ARN of the identity that is associated with the sending authorization policy that permits you to receive email for the recipient of the bounced email. For more information about sending authorization, see the Amazon SES Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withRecipientArn",
"getterDocumentation" : "/**This parameter is used only for sending authorization. It is the ARN of the identity that is associated with the sending authorization policy that permits you to receive email for the recipient of the bounced email. For more information about sending authorization, see the Amazon SES Developer Guide.
\n@return This parameter is used only for sending authorization. It is the ARN of the identity that is associated with the sending authorization policy that permits you to receive email for the recipient of the bounced email. For more information about sending authorization, see the Amazon SES Developer Guide.*/",
"getterMethodName" : "getRecipientArn",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "RecipientArn",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "RecipientArn",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "RecipientArn",
"setterDocumentation" : "/**This parameter is used only for sending authorization. It is the ARN of the identity that is associated with the sending authorization policy that permits you to receive email for the recipient of the bounced email. For more information about sending authorization, see the Amazon SES Developer Guide.
\n@param recipientArn This parameter is used only for sending authorization. It is the ARN of the identity that is associated with the sending authorization policy that permits you to receive email for the recipient of the bounced email. For more information about sending authorization, see the Amazon SES Developer Guide.*/",
"setterMethodName" : "setRecipientArn",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "recipientArn",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**This parameter is used only for sending authorization. It is the ARN of the identity that is associated with the sending authorization policy that permits you to receive email for the recipient of the bounced email. For more information about sending authorization, see the Amazon SES Developer Guide.
\n@param recipientArn This parameter is used only for sending authorization. It is the ARN of the identity that is associated with the sending authorization policy that permits you to receive email for the recipient of the bounced email. For more information about sending authorization, see the Amazon SES Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "recipientArn",
"variableType" : "String",
"documentation" : "This parameter is used only for sending authorization. It is the ARN of the identity that is associated with the sending authorization policy that permits you to receive email for the recipient of the bounced email. For more information about sending authorization, see the Amazon SES Developer Guide.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"RecipientDsnFields" : {
"c2jName" : "RecipientDsnFields",
"c2jShape" : "RecipientDsnFields",
"deprecated" : false,
"documentation" : "Recipient-related DSN fields, most of which would normally be filled in automatically when provided with a BounceType
. You must provide either this parameter or BounceType
.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**Recipient-related DSN fields, most of which would normally be filled in automatically when provided with a BounceType
. You must provide either this parameter or BounceType
.
\n@param recipientDsnFields Recipient-related DSN fields, most of which would normally be filled in automatically when provided with a BounceType
. You must provide either this parameter or BounceType
.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withRecipientDsnFields",
"getterDocumentation" : "/**Recipient-related DSN fields, most of which would normally be filled in automatically when provided with a BounceType
. You must provide either this parameter or BounceType
.
\n@return Recipient-related DSN fields, most of which would normally be filled in automatically when provided with a BounceType
. You must provide either this parameter or BounceType
.*/",
"getterMethodName" : "getRecipientDsnFields",
"getterModel" : {
"returnType" : "RecipientDsnFields",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "RecipientDsnFields",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "RecipientDsnFields",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "StructuredPojo",
"marshallingType" : "STRUCTURED",
"name" : "RecipientDsnFields",
"setterDocumentation" : "/**Recipient-related DSN fields, most of which would normally be filled in automatically when provided with a BounceType
. You must provide either this parameter or BounceType
.
\n@param recipientDsnFields Recipient-related DSN fields, most of which would normally be filled in automatically when provided with a BounceType
. You must provide either this parameter or BounceType
.*/",
"setterMethodName" : "setRecipientDsnFields",
"setterModel" : {
"variableDeclarationType" : "RecipientDsnFields",
"variableName" : "recipientDsnFields",
"variableType" : "RecipientDsnFields",
"documentation" : "",
"simpleType" : "RecipientDsnFields",
"variableSetterType" : "RecipientDsnFields"
},
"simple" : false,
"varargSetterDocumentation" : "/**Recipient-related DSN fields, most of which would normally be filled in automatically when provided with a BounceType
. You must provide either this parameter or BounceType
.
\n@param recipientDsnFields Recipient-related DSN fields, most of which would normally be filled in automatically when provided with a BounceType
. You must provide either this parameter or BounceType
.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "RecipientDsnFields",
"variableName" : "recipientDsnFields",
"variableType" : "RecipientDsnFields",
"documentation" : "Recipient-related DSN fields, most of which would normally be filled in automatically when provided with a BounceType
. You must provide either this parameter or BounceType
.
",
"simpleType" : "RecipientDsnFields",
"variableSetterType" : "RecipientDsnFields"
},
"xmlNameSpaceUri" : null
}
},
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : [ "Recipient" ],
"shapeName" : "BouncedRecipientInfo",
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "BouncedRecipientInfo",
"variableName" : "bouncedRecipientInfo",
"variableType" : "BouncedRecipientInfo",
"documentation" : null,
"simpleType" : "BouncedRecipientInfo",
"variableSetterType" : "BouncedRecipientInfo"
},
"wrapper" : false
},
"CannotDeleteException" : {
"c2jName" : "CannotDeleteException",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "Indicates that the delete operation could not be completed.
",
"enums" : null,
"errorCode" : "CannotDelete",
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : [ {
"c2jName" : "Name",
"c2jShape" : "RuleOrRuleSetName",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param name \n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withName",
"getterDocumentation" : "/**\n@return */",
"getterMethodName" : "getName",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Name",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Name",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "Name",
"setterDocumentation" : "/**\n@param name */",
"setterMethodName" : "setName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "name",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**\n@param name \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "name",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"Name" : {
"c2jName" : "Name",
"c2jShape" : "RuleOrRuleSetName",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param name \n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withName",
"getterDocumentation" : "/**\n@return */",
"getterMethodName" : "getName",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Name",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Name",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "Name",
"setterDocumentation" : "/**\n@param name */",
"setterMethodName" : "setName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "name",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**\n@param name \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "name",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}
},
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "CannotDeleteException",
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "CannotDeleteException",
"variableName" : "cannotDeleteException",
"variableType" : "CannotDeleteException",
"documentation" : null,
"simpleType" : "CannotDeleteException",
"variableSetterType" : "CannotDeleteException"
},
"wrapper" : false
},
"CloneReceiptRuleSetRequest" : {
"c2jName" : "CloneReceiptRuleSetRequest",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "Represents a request to create a receipt rule set by cloning an existing one. You use receipt rule sets to receive email with Amazon SES. For more information, see the Amazon SES Developer Guide.
",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : {
"action" : "CloneReceiptRuleSet",
"locationName" : null,
"requestUri" : "/",
"target" : null,
"verb" : "POST",
"xmlNameSpaceUri" : null
},
"members" : [ {
"c2jName" : "RuleSetName",
"c2jShape" : "ReceiptRuleSetName",
"deprecated" : false,
"documentation" : "The name of the rule set to create. The name must:
-
Contain only ASCII letters (a-z, A-Z), numbers (0-9), periods (.), underscores (_), or dashes (-).
-
Start and end with a letter or number.
-
Contain less than 64 characters.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The name of the rule set to create. The name must:
-
Contain only ASCII letters (a-z, A-Z), numbers (0-9), periods (.), underscores (_), or dashes (-).
-
Start and end with a letter or number.
-
Contain less than 64 characters.
\n@param ruleSetName The name of the rule set to create. The name must: -
Contain only ASCII letters (a-z, A-Z), numbers (0-9), periods (.), underscores (_), or dashes (-).
-
Start and end with a letter or number.
-
Contain less than 64 characters.
\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withRuleSetName",
"getterDocumentation" : "/**The name of the rule set to create. The name must:
-
Contain only ASCII letters (a-z, A-Z), numbers (0-9), periods (.), underscores (_), or dashes (-).
-
Start and end with a letter or number.
-
Contain less than 64 characters.
\n@return The name of the rule set to create. The name must: -
Contain only ASCII letters (a-z, A-Z), numbers (0-9), periods (.), underscores (_), or dashes (-).
-
Start and end with a letter or number.
-
Contain less than 64 characters.
*/",
"getterMethodName" : "getRuleSetName",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "RuleSetName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "RuleSetName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "RuleSetName",
"setterDocumentation" : "/**The name of the rule set to create. The name must:
-
Contain only ASCII letters (a-z, A-Z), numbers (0-9), periods (.), underscores (_), or dashes (-).
-
Start and end with a letter or number.
-
Contain less than 64 characters.
\n@param ruleSetName The name of the rule set to create. The name must: -
Contain only ASCII letters (a-z, A-Z), numbers (0-9), periods (.), underscores (_), or dashes (-).
-
Start and end with a letter or number.
-
Contain less than 64 characters.
*/",
"setterMethodName" : "setRuleSetName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "ruleSetName",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**The name of the rule set to create. The name must:
-
Contain only ASCII letters (a-z, A-Z), numbers (0-9), periods (.), underscores (_), or dashes (-).
-
Start and end with a letter or number.
-
Contain less than 64 characters.
\n@param ruleSetName The name of the rule set to create. The name must: -
Contain only ASCII letters (a-z, A-Z), numbers (0-9), periods (.), underscores (_), or dashes (-).
-
Start and end with a letter or number.
-
Contain less than 64 characters.
\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "ruleSetName",
"variableType" : "String",
"documentation" : "The name of the rule set to create. The name must:
-
Contain only ASCII letters (a-z, A-Z), numbers (0-9), periods (.), underscores (_), or dashes (-).
-
Start and end with a letter or number.
-
Contain less than 64 characters.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "OriginalRuleSetName",
"c2jShape" : "ReceiptRuleSetName",
"deprecated" : false,
"documentation" : "The name of the rule set to clone.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The name of the rule set to clone.
\n@param originalRuleSetName The name of the rule set to clone.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withOriginalRuleSetName",
"getterDocumentation" : "/**The name of the rule set to clone.
\n@return The name of the rule set to clone.*/",
"getterMethodName" : "getOriginalRuleSetName",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "OriginalRuleSetName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "OriginalRuleSetName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "OriginalRuleSetName",
"setterDocumentation" : "/**The name of the rule set to clone.
\n@param originalRuleSetName The name of the rule set to clone.*/",
"setterMethodName" : "setOriginalRuleSetName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "originalRuleSetName",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**The name of the rule set to clone.
\n@param originalRuleSetName The name of the rule set to clone.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "originalRuleSetName",
"variableType" : "String",
"documentation" : "The name of the rule set to clone.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"OriginalRuleSetName" : {
"c2jName" : "OriginalRuleSetName",
"c2jShape" : "ReceiptRuleSetName",
"deprecated" : false,
"documentation" : "The name of the rule set to clone.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The name of the rule set to clone.
\n@param originalRuleSetName The name of the rule set to clone.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withOriginalRuleSetName",
"getterDocumentation" : "/**The name of the rule set to clone.
\n@return The name of the rule set to clone.*/",
"getterMethodName" : "getOriginalRuleSetName",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "OriginalRuleSetName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "OriginalRuleSetName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "OriginalRuleSetName",
"setterDocumentation" : "/**The name of the rule set to clone.
\n@param originalRuleSetName The name of the rule set to clone.*/",
"setterMethodName" : "setOriginalRuleSetName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "originalRuleSetName",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**The name of the rule set to clone.
\n@param originalRuleSetName The name of the rule set to clone.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "originalRuleSetName",
"variableType" : "String",
"documentation" : "The name of the rule set to clone.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"RuleSetName" : {
"c2jName" : "RuleSetName",
"c2jShape" : "ReceiptRuleSetName",
"deprecated" : false,
"documentation" : "The name of the rule set to create. The name must:
-
Contain only ASCII letters (a-z, A-Z), numbers (0-9), periods (.), underscores (_), or dashes (-).
-
Start and end with a letter or number.
-
Contain less than 64 characters.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The name of the rule set to create. The name must:
-
Contain only ASCII letters (a-z, A-Z), numbers (0-9), periods (.), underscores (_), or dashes (-).
-
Start and end with a letter or number.
-
Contain less than 64 characters.
\n@param ruleSetName The name of the rule set to create. The name must: -
Contain only ASCII letters (a-z, A-Z), numbers (0-9), periods (.), underscores (_), or dashes (-).
-
Start and end with a letter or number.
-
Contain less than 64 characters.
\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withRuleSetName",
"getterDocumentation" : "/**The name of the rule set to create. The name must:
-
Contain only ASCII letters (a-z, A-Z), numbers (0-9), periods (.), underscores (_), or dashes (-).
-
Start and end with a letter or number.
-
Contain less than 64 characters.
\n@return The name of the rule set to create. The name must: -
Contain only ASCII letters (a-z, A-Z), numbers (0-9), periods (.), underscores (_), or dashes (-).
-
Start and end with a letter or number.
-
Contain less than 64 characters.
*/",
"getterMethodName" : "getRuleSetName",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "RuleSetName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "RuleSetName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "RuleSetName",
"setterDocumentation" : "/**The name of the rule set to create. The name must:
-
Contain only ASCII letters (a-z, A-Z), numbers (0-9), periods (.), underscores (_), or dashes (-).
-
Start and end with a letter or number.
-
Contain less than 64 characters.
\n@param ruleSetName The name of the rule set to create. The name must: -
Contain only ASCII letters (a-z, A-Z), numbers (0-9), periods (.), underscores (_), or dashes (-).
-
Start and end with a letter or number.
-
Contain less than 64 characters.
*/",
"setterMethodName" : "setRuleSetName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "ruleSetName",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**The name of the rule set to create. The name must:
-
Contain only ASCII letters (a-z, A-Z), numbers (0-9), periods (.), underscores (_), or dashes (-).
-
Start and end with a letter or number.
-
Contain less than 64 characters.
\n@param ruleSetName The name of the rule set to create. The name must: -
Contain only ASCII letters (a-z, A-Z), numbers (0-9), periods (.), underscores (_), or dashes (-).
-
Start and end with a letter or number.
-
Contain less than 64 characters.
\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "ruleSetName",
"variableType" : "String",
"documentation" : "The name of the rule set to create. The name must:
-
Contain only ASCII letters (a-z, A-Z), numbers (0-9), periods (.), underscores (_), or dashes (-).
-
Start and end with a letter or number.
-
Contain less than 64 characters.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}
},
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : [ "RuleSetName", "OriginalRuleSetName" ],
"shapeName" : "CloneReceiptRuleSetRequest",
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "CloneReceiptRuleSetRequest",
"variableName" : "cloneReceiptRuleSetRequest",
"variableType" : "CloneReceiptRuleSetRequest",
"documentation" : null,
"simpleType" : "CloneReceiptRuleSetRequest",
"variableSetterType" : "CloneReceiptRuleSetRequest"
},
"wrapper" : false
},
"CloneReceiptRuleSetResult" : {
"c2jName" : "CloneReceiptRuleSetResponse",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "An empty element returned on a successful request.
",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : null,
"membersAsMap" : { },
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "CloneReceiptRuleSetResult",
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : "CloneReceiptRuleSetResult"
},
"variable" : {
"variableDeclarationType" : "CloneReceiptRuleSetResult",
"variableName" : "cloneReceiptRuleSetResult",
"variableType" : "CloneReceiptRuleSetResult",
"documentation" : null,
"simpleType" : "CloneReceiptRuleSetResult",
"variableSetterType" : "CloneReceiptRuleSetResult"
},
"wrapper" : false
},
"CloudWatchDestination" : {
"c2jName" : "CloudWatchDestination",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "Contains information associated with an Amazon CloudWatch event destination to which email sending events are published.
Event destinations, such as Amazon CloudWatch, are associated with configuration sets, which enable you to publish email sending events. For information about using configuration sets, see the Amazon SES Developer Guide.
",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : [ {
"c2jName" : "DimensionConfigurations",
"c2jShape" : "CloudWatchDimensionConfigurations",
"deprecated" : false,
"documentation" : "A list of dimensions upon which to categorize your emails when you publish email sending events to Amazon CloudWatch.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**A list of dimensions upon which to categorize your emails when you publish email sending events to Amazon CloudWatch.
\n@param dimensionConfigurations A list of dimensions upon which to categorize your emails when you publish email sending events to Amazon CloudWatch.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withDimensionConfigurations",
"getterDocumentation" : "/**A list of dimensions upon which to categorize your emails when you publish email sending events to Amazon CloudWatch.
\n@return A list of dimensions upon which to categorize your emails when you publish email sending events to Amazon CloudWatch.*/",
"getterMethodName" : "getDimensionConfigurations",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "DimensionConfigurations",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "DimensionConfigurations",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : true,
"listModel" : {
"implType" : "com.amazonaws.internal.SdkInternalList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"c2jName" : "member",
"c2jShape" : "CloudWatchDimensionConfiguration",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withMember",
"getterDocumentation" : "/**\n@return */",
"getterMethodName" : "getMember",
"getterModel" : {
"returnType" : "CloudWatchDimensionConfiguration",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "member",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "StructuredPojo",
"marshallingType" : "STRUCTURED",
"name" : "Member",
"setterDocumentation" : "/**\n@param member */",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "CloudWatchDimensionConfiguration",
"variableName" : "member",
"variableType" : "CloudWatchDimensionConfiguration",
"documentation" : "",
"simpleType" : "CloudWatchDimensionConfiguration",
"variableSetterType" : "CloudWatchDimensionConfiguration"
},
"simple" : false,
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "CloudWatchDimensionConfiguration",
"variableName" : "member",
"variableType" : "CloudWatchDimensionConfiguration",
"documentation" : "",
"simpleType" : "CloudWatchDimensionConfiguration",
"variableSetterType" : "CloudWatchDimensionConfiguration"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "CloudWatchDimensionConfiguration",
"map" : false,
"marshallNonAutoConstructedEmptyLists" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simple" : false,
"simpleType" : "CloudWatchDimensionConfiguration",
"templateImplType" : "com.amazonaws.internal.SdkInternalList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "List",
"marshallingType" : "LIST",
"name" : "DimensionConfigurations",
"setterDocumentation" : "/**A list of dimensions upon which to categorize your emails when you publish email sending events to Amazon CloudWatch.
\n@param dimensionConfigurations A list of dimensions upon which to categorize your emails when you publish email sending events to Amazon CloudWatch.*/",
"setterMethodName" : "setDimensionConfigurations",
"setterModel" : {
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"variableName" : "dimensionConfigurations",
"variableType" : "java.util.List",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"varargSetterDocumentation" : "/**A list of dimensions upon which to categorize your emails when you publish email sending events to Amazon CloudWatch.
\nNOTE: This method appends the values to the existing list (if any). Use {@link #setDimensionConfigurations(java.util.Collection)} or {@link #withDimensionConfigurations(java.util.Collection)} if you want to override the existing values.
\n@param dimensionConfigurations A list of dimensions upon which to categorize your emails when you publish email sending events to Amazon CloudWatch.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"variableName" : "dimensionConfigurations",
"variableType" : "java.util.List",
"documentation" : "A list of dimensions upon which to categorize your emails when you publish email sending events to Amazon CloudWatch.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"DimensionConfigurations" : {
"c2jName" : "DimensionConfigurations",
"c2jShape" : "CloudWatchDimensionConfigurations",
"deprecated" : false,
"documentation" : "A list of dimensions upon which to categorize your emails when you publish email sending events to Amazon CloudWatch.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**A list of dimensions upon which to categorize your emails when you publish email sending events to Amazon CloudWatch.
\n@param dimensionConfigurations A list of dimensions upon which to categorize your emails when you publish email sending events to Amazon CloudWatch.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withDimensionConfigurations",
"getterDocumentation" : "/**A list of dimensions upon which to categorize your emails when you publish email sending events to Amazon CloudWatch.
\n@return A list of dimensions upon which to categorize your emails when you publish email sending events to Amazon CloudWatch.*/",
"getterMethodName" : "getDimensionConfigurations",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "DimensionConfigurations",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "DimensionConfigurations",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : true,
"listModel" : {
"implType" : "com.amazonaws.internal.SdkInternalList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"c2jName" : "member",
"c2jShape" : "CloudWatchDimensionConfiguration",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withMember",
"getterDocumentation" : "/**\n@return */",
"getterMethodName" : "getMember",
"getterModel" : {
"returnType" : "CloudWatchDimensionConfiguration",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "member",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "StructuredPojo",
"marshallingType" : "STRUCTURED",
"name" : "Member",
"setterDocumentation" : "/**\n@param member */",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "CloudWatchDimensionConfiguration",
"variableName" : "member",
"variableType" : "CloudWatchDimensionConfiguration",
"documentation" : "",
"simpleType" : "CloudWatchDimensionConfiguration",
"variableSetterType" : "CloudWatchDimensionConfiguration"
},
"simple" : false,
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "CloudWatchDimensionConfiguration",
"variableName" : "member",
"variableType" : "CloudWatchDimensionConfiguration",
"documentation" : "",
"simpleType" : "CloudWatchDimensionConfiguration",
"variableSetterType" : "CloudWatchDimensionConfiguration"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "CloudWatchDimensionConfiguration",
"map" : false,
"marshallNonAutoConstructedEmptyLists" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simple" : false,
"simpleType" : "CloudWatchDimensionConfiguration",
"templateImplType" : "com.amazonaws.internal.SdkInternalList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "List",
"marshallingType" : "LIST",
"name" : "DimensionConfigurations",
"setterDocumentation" : "/**A list of dimensions upon which to categorize your emails when you publish email sending events to Amazon CloudWatch.
\n@param dimensionConfigurations A list of dimensions upon which to categorize your emails when you publish email sending events to Amazon CloudWatch.*/",
"setterMethodName" : "setDimensionConfigurations",
"setterModel" : {
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"variableName" : "dimensionConfigurations",
"variableType" : "java.util.List",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"varargSetterDocumentation" : "/**A list of dimensions upon which to categorize your emails when you publish email sending events to Amazon CloudWatch.
\nNOTE: This method appends the values to the existing list (if any). Use {@link #setDimensionConfigurations(java.util.Collection)} or {@link #withDimensionConfigurations(java.util.Collection)} if you want to override the existing values.
\n@param dimensionConfigurations A list of dimensions upon which to categorize your emails when you publish email sending events to Amazon CloudWatch.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"variableName" : "dimensionConfigurations",
"variableType" : "java.util.List",
"documentation" : "A list of dimensions upon which to categorize your emails when you publish email sending events to Amazon CloudWatch.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
}
},
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : [ "DimensionConfigurations" ],
"shapeName" : "CloudWatchDestination",
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "CloudWatchDestination",
"variableName" : "cloudWatchDestination",
"variableType" : "CloudWatchDestination",
"documentation" : null,
"simpleType" : "CloudWatchDestination",
"variableSetterType" : "CloudWatchDestination"
},
"wrapper" : false
},
"CloudWatchDimensionConfiguration" : {
"c2jName" : "CloudWatchDimensionConfiguration",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "Contains the dimension configuration to use when you publish email sending events to Amazon CloudWatch.
For information about publishing email sending events to Amazon CloudWatch, see the Amazon SES Developer Guide.
",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : [ {
"c2jName" : "DimensionName",
"c2jShape" : "DimensionName",
"deprecated" : false,
"documentation" : "The name of an Amazon CloudWatch dimension associated with an email sending metric. The name must:
-
Contain only ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).
-
Contain less than 256 characters.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The name of an Amazon CloudWatch dimension associated with an email sending metric. The name must:
-
Contain only ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).
-
Contain less than 256 characters.
\n@param dimensionName The name of an Amazon CloudWatch dimension associated with an email sending metric. The name must: -
Contain only ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).
-
Contain less than 256 characters.
\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withDimensionName",
"getterDocumentation" : "/**The name of an Amazon CloudWatch dimension associated with an email sending metric. The name must:
-
Contain only ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).
-
Contain less than 256 characters.
\n@return The name of an Amazon CloudWatch dimension associated with an email sending metric. The name must: -
Contain only ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).
-
Contain less than 256 characters.
*/",
"getterMethodName" : "getDimensionName",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "DimensionName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "DimensionName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "DimensionName",
"setterDocumentation" : "/**The name of an Amazon CloudWatch dimension associated with an email sending metric. The name must:
-
Contain only ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).
-
Contain less than 256 characters.
\n@param dimensionName The name of an Amazon CloudWatch dimension associated with an email sending metric. The name must: -
Contain only ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).
-
Contain less than 256 characters.
*/",
"setterMethodName" : "setDimensionName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "dimensionName",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**The name of an Amazon CloudWatch dimension associated with an email sending metric. The name must:
-
Contain only ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).
-
Contain less than 256 characters.
\n@param dimensionName The name of an Amazon CloudWatch dimension associated with an email sending metric. The name must: -
Contain only ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).
-
Contain less than 256 characters.
\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "dimensionName",
"variableType" : "String",
"documentation" : "The name of an Amazon CloudWatch dimension associated with an email sending metric. The name must:
-
Contain only ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).
-
Contain less than 256 characters.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "DimensionValueSource",
"c2jShape" : "DimensionValueSource",
"deprecated" : false,
"documentation" : "The place where Amazon SES finds the value of a dimension to publish to Amazon CloudWatch. If you want Amazon SES to use the message tags that you specify using an X-SES-MESSAGE-TAGS
header or a parameter to the SendEmail
/SendRawEmail
API, choose messageTag
. If you want Amazon SES to use your own email headers, choose emailHeader
.
",
"enumType" : "DimensionValueSource",
"fluentSetterDocumentation" : "/**The place where Amazon SES finds the value of a dimension to publish to Amazon CloudWatch. If you want Amazon SES to use the message tags that you specify using an X-SES-MESSAGE-TAGS
header or a parameter to the SendEmail
/SendRawEmail
API, choose messageTag
. If you want Amazon SES to use your own email headers, choose emailHeader
.
\n@param dimensionValueSource The place where Amazon SES finds the value of a dimension to publish to Amazon CloudWatch. If you want Amazon SES to use the message tags that you specify using an X-SES-MESSAGE-TAGS
header or a parameter to the SendEmail
/SendRawEmail
API, choose messageTag
. If you want Amazon SES to use your own email headers, choose emailHeader
.\n@return Returns a reference to this object so that method calls can be chained together.\n@see DimensionValueSource*/",
"fluentSetterMethodName" : "withDimensionValueSource",
"getterDocumentation" : "/**The place where Amazon SES finds the value of a dimension to publish to Amazon CloudWatch. If you want Amazon SES to use the message tags that you specify using an X-SES-MESSAGE-TAGS
header or a parameter to the SendEmail
/SendRawEmail
API, choose messageTag
. If you want Amazon SES to use your own email headers, choose emailHeader
.
\n@return The place where Amazon SES finds the value of a dimension to publish to Amazon CloudWatch. If you want Amazon SES to use the message tags that you specify using an X-SES-MESSAGE-TAGS
header or a parameter to the SendEmail
/SendRawEmail
API, choose messageTag
. If you want Amazon SES to use your own email headers, choose emailHeader
.\n@see DimensionValueSource*/",
"getterMethodName" : "getDimensionValueSource",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "DimensionValueSource",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "DimensionValueSource",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "DimensionValueSource",
"setterDocumentation" : "/**The place where Amazon SES finds the value of a dimension to publish to Amazon CloudWatch. If you want Amazon SES to use the message tags that you specify using an X-SES-MESSAGE-TAGS
header or a parameter to the SendEmail
/SendRawEmail
API, choose messageTag
. If you want Amazon SES to use your own email headers, choose emailHeader
.
\n@param dimensionValueSource The place where Amazon SES finds the value of a dimension to publish to Amazon CloudWatch. If you want Amazon SES to use the message tags that you specify using an X-SES-MESSAGE-TAGS
header or a parameter to the SendEmail
/SendRawEmail
API, choose messageTag
. If you want Amazon SES to use your own email headers, choose emailHeader
.\n@see DimensionValueSource*/",
"setterMethodName" : "setDimensionValueSource",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "dimensionValueSource",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**The place where Amazon SES finds the value of a dimension to publish to Amazon CloudWatch. If you want Amazon SES to use the message tags that you specify using an X-SES-MESSAGE-TAGS
header or a parameter to the SendEmail
/SendRawEmail
API, choose messageTag
. If you want Amazon SES to use your own email headers, choose emailHeader
.
\n@param dimensionValueSource The place where Amazon SES finds the value of a dimension to publish to Amazon CloudWatch. If you want Amazon SES to use the message tags that you specify using an X-SES-MESSAGE-TAGS
header or a parameter to the SendEmail
/SendRawEmail
API, choose messageTag
. If you want Amazon SES to use your own email headers, choose emailHeader
.\n@return Returns a reference to this object so that method calls can be chained together.\n@see DimensionValueSource*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "dimensionValueSource",
"variableType" : "String",
"documentation" : "The place where Amazon SES finds the value of a dimension to publish to Amazon CloudWatch. If you want Amazon SES to use the message tags that you specify using an X-SES-MESSAGE-TAGS
header or a parameter to the SendEmail
/SendRawEmail
API, choose messageTag
. If you want Amazon SES to use your own email headers, choose emailHeader
.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "DefaultDimensionValue",
"c2jShape" : "DefaultDimensionValue",
"deprecated" : false,
"documentation" : "The default value of the dimension that is published to Amazon CloudWatch if you do not provide the value of the dimension when you send an email. The default value must:
-
Contain only ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).
-
Contain less than 256 characters.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The default value of the dimension that is published to Amazon CloudWatch if you do not provide the value of the dimension when you send an email. The default value must:
-
Contain only ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).
-
Contain less than 256 characters.
\n@param defaultDimensionValue The default value of the dimension that is published to Amazon CloudWatch if you do not provide the value of the dimension when you send an email. The default value must: -
Contain only ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).
-
Contain less than 256 characters.
\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withDefaultDimensionValue",
"getterDocumentation" : "/**The default value of the dimension that is published to Amazon CloudWatch if you do not provide the value of the dimension when you send an email. The default value must:
-
Contain only ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).
-
Contain less than 256 characters.
\n@return The default value of the dimension that is published to Amazon CloudWatch if you do not provide the value of the dimension when you send an email. The default value must: -
Contain only ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).
-
Contain less than 256 characters.
*/",
"getterMethodName" : "getDefaultDimensionValue",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "DefaultDimensionValue",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "DefaultDimensionValue",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "DefaultDimensionValue",
"setterDocumentation" : "/**The default value of the dimension that is published to Amazon CloudWatch if you do not provide the value of the dimension when you send an email. The default value must:
-
Contain only ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).
-
Contain less than 256 characters.
\n@param defaultDimensionValue The default value of the dimension that is published to Amazon CloudWatch if you do not provide the value of the dimension when you send an email. The default value must: -
Contain only ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).
-
Contain less than 256 characters.
*/",
"setterMethodName" : "setDefaultDimensionValue",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "defaultDimensionValue",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**The default value of the dimension that is published to Amazon CloudWatch if you do not provide the value of the dimension when you send an email. The default value must:
-
Contain only ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).
-
Contain less than 256 characters.
\n@param defaultDimensionValue The default value of the dimension that is published to Amazon CloudWatch if you do not provide the value of the dimension when you send an email. The default value must: -
Contain only ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).
-
Contain less than 256 characters.
\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "defaultDimensionValue",
"variableType" : "String",
"documentation" : "The default value of the dimension that is published to Amazon CloudWatch if you do not provide the value of the dimension when you send an email. The default value must:
-
Contain only ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).
-
Contain less than 256 characters.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"DefaultDimensionValue" : {
"c2jName" : "DefaultDimensionValue",
"c2jShape" : "DefaultDimensionValue",
"deprecated" : false,
"documentation" : "The default value of the dimension that is published to Amazon CloudWatch if you do not provide the value of the dimension when you send an email. The default value must:
-
Contain only ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).
-
Contain less than 256 characters.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The default value of the dimension that is published to Amazon CloudWatch if you do not provide the value of the dimension when you send an email. The default value must:
-
Contain only ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).
-
Contain less than 256 characters.
\n@param defaultDimensionValue The default value of the dimension that is published to Amazon CloudWatch if you do not provide the value of the dimension when you send an email. The default value must: -
Contain only ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).
-
Contain less than 256 characters.
\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withDefaultDimensionValue",
"getterDocumentation" : "/**The default value of the dimension that is published to Amazon CloudWatch if you do not provide the value of the dimension when you send an email. The default value must:
-
Contain only ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).
-
Contain less than 256 characters.
\n@return The default value of the dimension that is published to Amazon CloudWatch if you do not provide the value of the dimension when you send an email. The default value must: -
Contain only ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).
-
Contain less than 256 characters.
*/",
"getterMethodName" : "getDefaultDimensionValue",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "DefaultDimensionValue",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "DefaultDimensionValue",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "DefaultDimensionValue",
"setterDocumentation" : "/**The default value of the dimension that is published to Amazon CloudWatch if you do not provide the value of the dimension when you send an email. The default value must:
-
Contain only ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).
-
Contain less than 256 characters.
\n@param defaultDimensionValue The default value of the dimension that is published to Amazon CloudWatch if you do not provide the value of the dimension when you send an email. The default value must: -
Contain only ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).
-
Contain less than 256 characters.
*/",
"setterMethodName" : "setDefaultDimensionValue",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "defaultDimensionValue",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**The default value of the dimension that is published to Amazon CloudWatch if you do not provide the value of the dimension when you send an email. The default value must:
-
Contain only ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).
-
Contain less than 256 characters.
\n@param defaultDimensionValue The default value of the dimension that is published to Amazon CloudWatch if you do not provide the value of the dimension when you send an email. The default value must: -
Contain only ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).
-
Contain less than 256 characters.
\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "defaultDimensionValue",
"variableType" : "String",
"documentation" : "The default value of the dimension that is published to Amazon CloudWatch if you do not provide the value of the dimension when you send an email. The default value must:
-
Contain only ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).
-
Contain less than 256 characters.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"DimensionName" : {
"c2jName" : "DimensionName",
"c2jShape" : "DimensionName",
"deprecated" : false,
"documentation" : "The name of an Amazon CloudWatch dimension associated with an email sending metric. The name must:
-
Contain only ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).
-
Contain less than 256 characters.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The name of an Amazon CloudWatch dimension associated with an email sending metric. The name must:
-
Contain only ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).
-
Contain less than 256 characters.
\n@param dimensionName The name of an Amazon CloudWatch dimension associated with an email sending metric. The name must: -
Contain only ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).
-
Contain less than 256 characters.
\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withDimensionName",
"getterDocumentation" : "/**The name of an Amazon CloudWatch dimension associated with an email sending metric. The name must:
-
Contain only ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).
-
Contain less than 256 characters.
\n@return The name of an Amazon CloudWatch dimension associated with an email sending metric. The name must: -
Contain only ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).
-
Contain less than 256 characters.
*/",
"getterMethodName" : "getDimensionName",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "DimensionName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "DimensionName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "DimensionName",
"setterDocumentation" : "/**The name of an Amazon CloudWatch dimension associated with an email sending metric. The name must:
-
Contain only ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).
-
Contain less than 256 characters.
\n@param dimensionName The name of an Amazon CloudWatch dimension associated with an email sending metric. The name must: -
Contain only ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).
-
Contain less than 256 characters.
*/",
"setterMethodName" : "setDimensionName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "dimensionName",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**The name of an Amazon CloudWatch dimension associated with an email sending metric. The name must:
-
Contain only ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).
-
Contain less than 256 characters.
\n@param dimensionName The name of an Amazon CloudWatch dimension associated with an email sending metric. The name must: -
Contain only ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).
-
Contain less than 256 characters.
\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "dimensionName",
"variableType" : "String",
"documentation" : "The name of an Amazon CloudWatch dimension associated with an email sending metric. The name must:
-
Contain only ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).
-
Contain less than 256 characters.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"DimensionValueSource" : {
"c2jName" : "DimensionValueSource",
"c2jShape" : "DimensionValueSource",
"deprecated" : false,
"documentation" : "The place where Amazon SES finds the value of a dimension to publish to Amazon CloudWatch. If you want Amazon SES to use the message tags that you specify using an X-SES-MESSAGE-TAGS
header or a parameter to the SendEmail
/SendRawEmail
API, choose messageTag
. If you want Amazon SES to use your own email headers, choose emailHeader
.
",
"enumType" : "DimensionValueSource",
"fluentSetterDocumentation" : "/**The place where Amazon SES finds the value of a dimension to publish to Amazon CloudWatch. If you want Amazon SES to use the message tags that you specify using an X-SES-MESSAGE-TAGS
header or a parameter to the SendEmail
/SendRawEmail
API, choose messageTag
. If you want Amazon SES to use your own email headers, choose emailHeader
.
\n@param dimensionValueSource The place where Amazon SES finds the value of a dimension to publish to Amazon CloudWatch. If you want Amazon SES to use the message tags that you specify using an X-SES-MESSAGE-TAGS
header or a parameter to the SendEmail
/SendRawEmail
API, choose messageTag
. If you want Amazon SES to use your own email headers, choose emailHeader
.\n@return Returns a reference to this object so that method calls can be chained together.\n@see DimensionValueSource*/",
"fluentSetterMethodName" : "withDimensionValueSource",
"getterDocumentation" : "/**The place where Amazon SES finds the value of a dimension to publish to Amazon CloudWatch. If you want Amazon SES to use the message tags that you specify using an X-SES-MESSAGE-TAGS
header or a parameter to the SendEmail
/SendRawEmail
API, choose messageTag
. If you want Amazon SES to use your own email headers, choose emailHeader
.
\n@return The place where Amazon SES finds the value of a dimension to publish to Amazon CloudWatch. If you want Amazon SES to use the message tags that you specify using an X-SES-MESSAGE-TAGS
header or a parameter to the SendEmail
/SendRawEmail
API, choose messageTag
. If you want Amazon SES to use your own email headers, choose emailHeader
.\n@see DimensionValueSource*/",
"getterMethodName" : "getDimensionValueSource",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "DimensionValueSource",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "DimensionValueSource",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "DimensionValueSource",
"setterDocumentation" : "/**The place where Amazon SES finds the value of a dimension to publish to Amazon CloudWatch. If you want Amazon SES to use the message tags that you specify using an X-SES-MESSAGE-TAGS
header or a parameter to the SendEmail
/SendRawEmail
API, choose messageTag
. If you want Amazon SES to use your own email headers, choose emailHeader
.
\n@param dimensionValueSource The place where Amazon SES finds the value of a dimension to publish to Amazon CloudWatch. If you want Amazon SES to use the message tags that you specify using an X-SES-MESSAGE-TAGS
header or a parameter to the SendEmail
/SendRawEmail
API, choose messageTag
. If you want Amazon SES to use your own email headers, choose emailHeader
.\n@see DimensionValueSource*/",
"setterMethodName" : "setDimensionValueSource",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "dimensionValueSource",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**The place where Amazon SES finds the value of a dimension to publish to Amazon CloudWatch. If you want Amazon SES to use the message tags that you specify using an X-SES-MESSAGE-TAGS
header or a parameter to the SendEmail
/SendRawEmail
API, choose messageTag
. If you want Amazon SES to use your own email headers, choose emailHeader
.
\n@param dimensionValueSource The place where Amazon SES finds the value of a dimension to publish to Amazon CloudWatch. If you want Amazon SES to use the message tags that you specify using an X-SES-MESSAGE-TAGS
header or a parameter to the SendEmail
/SendRawEmail
API, choose messageTag
. If you want Amazon SES to use your own email headers, choose emailHeader
.\n@return Returns a reference to this object so that method calls can be chained together.\n@see DimensionValueSource*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "dimensionValueSource",
"variableType" : "String",
"documentation" : "The place where Amazon SES finds the value of a dimension to publish to Amazon CloudWatch. If you want Amazon SES to use the message tags that you specify using an X-SES-MESSAGE-TAGS
header or a parameter to the SendEmail
/SendRawEmail
API, choose messageTag
. If you want Amazon SES to use your own email headers, choose emailHeader
.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}
},
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : [ "DimensionName", "DimensionValueSource", "DefaultDimensionValue" ],
"shapeName" : "CloudWatchDimensionConfiguration",
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "CloudWatchDimensionConfiguration",
"variableName" : "cloudWatchDimensionConfiguration",
"variableType" : "CloudWatchDimensionConfiguration",
"documentation" : null,
"simpleType" : "CloudWatchDimensionConfiguration",
"variableSetterType" : "CloudWatchDimensionConfiguration"
},
"wrapper" : false
},
"ConfigurationSet" : {
"c2jName" : "ConfigurationSet",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "The name of the configuration set.
Configuration sets enable you to publish email sending events. For information about using configuration sets, see the Amazon SES Developer Guide.
",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : [ {
"c2jName" : "Name",
"c2jShape" : "ConfigurationSetName",
"deprecated" : false,
"documentation" : "The name of the configuration set. The name must:
-
Contain only ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).
-
Contain less than 64 characters.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The name of the configuration set. The name must:
-
Contain only ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).
-
Contain less than 64 characters.
\n@param name The name of the configuration set. The name must: -
Contain only ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).
-
Contain less than 64 characters.
\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withName",
"getterDocumentation" : "/**The name of the configuration set. The name must:
-
Contain only ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).
-
Contain less than 64 characters.
\n@return The name of the configuration set. The name must: -
Contain only ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).
-
Contain less than 64 characters.
*/",
"getterMethodName" : "getName",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Name",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Name",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "Name",
"setterDocumentation" : "/**The name of the configuration set. The name must:
-
Contain only ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).
-
Contain less than 64 characters.
\n@param name The name of the configuration set. The name must: -
Contain only ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).
-
Contain less than 64 characters.
*/",
"setterMethodName" : "setName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "name",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**The name of the configuration set. The name must:
-
Contain only ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).
-
Contain less than 64 characters.
\n@param name The name of the configuration set. The name must: -
Contain only ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).
-
Contain less than 64 characters.
\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "name",
"variableType" : "String",
"documentation" : "The name of the configuration set. The name must:
-
Contain only ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).
-
Contain less than 64 characters.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"Name" : {
"c2jName" : "Name",
"c2jShape" : "ConfigurationSetName",
"deprecated" : false,
"documentation" : "The name of the configuration set. The name must:
-
Contain only ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).
-
Contain less than 64 characters.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The name of the configuration set. The name must:
-
Contain only ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).
-
Contain less than 64 characters.
\n@param name The name of the configuration set. The name must: -
Contain only ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).
-
Contain less than 64 characters.
\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withName",
"getterDocumentation" : "/**The name of the configuration set. The name must:
-
Contain only ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).
-
Contain less than 64 characters.
\n@return The name of the configuration set. The name must: -
Contain only ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).
-
Contain less than 64 characters.
*/",
"getterMethodName" : "getName",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Name",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Name",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "Name",
"setterDocumentation" : "/**The name of the configuration set. The name must:
-
Contain only ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).
-
Contain less than 64 characters.
\n@param name The name of the configuration set. The name must: -
Contain only ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).
-
Contain less than 64 characters.
*/",
"setterMethodName" : "setName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "name",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**The name of the configuration set. The name must:
-
Contain only ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).
-
Contain less than 64 characters.
\n@param name The name of the configuration set. The name must: -
Contain only ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).
-
Contain less than 64 characters.
\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "name",
"variableType" : "String",
"documentation" : "The name of the configuration set. The name must:
-
Contain only ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).
-
Contain less than 64 characters.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}
},
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : [ "Name" ],
"shapeName" : "ConfigurationSet",
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "ConfigurationSet",
"variableName" : "configurationSet",
"variableType" : "ConfigurationSet",
"documentation" : null,
"simpleType" : "ConfigurationSet",
"variableSetterType" : "ConfigurationSet"
},
"wrapper" : false
},
"ConfigurationSetAlreadyExistsException" : {
"c2jName" : "ConfigurationSetAlreadyExistsException",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "Indicates that the configuration set could not be created because of a naming conflict.
",
"enums" : null,
"errorCode" : "ConfigurationSetAlreadyExists",
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : [ {
"c2jName" : "ConfigurationSetName",
"c2jShape" : "ConfigurationSetName",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param configurationSetName \n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withConfigurationSetName",
"getterDocumentation" : "/**\n@return */",
"getterMethodName" : "getConfigurationSetName",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ConfigurationSetName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ConfigurationSetName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "ConfigurationSetName",
"setterDocumentation" : "/**\n@param configurationSetName */",
"setterMethodName" : "setConfigurationSetName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "configurationSetName",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**\n@param configurationSetName \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "configurationSetName",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"ConfigurationSetName" : {
"c2jName" : "ConfigurationSetName",
"c2jShape" : "ConfigurationSetName",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param configurationSetName \n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withConfigurationSetName",
"getterDocumentation" : "/**\n@return */",
"getterMethodName" : "getConfigurationSetName",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ConfigurationSetName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ConfigurationSetName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "ConfigurationSetName",
"setterDocumentation" : "/**\n@param configurationSetName */",
"setterMethodName" : "setConfigurationSetName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "configurationSetName",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**\n@param configurationSetName \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "configurationSetName",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}
},
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "ConfigurationSetAlreadyExistsException",
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "ConfigurationSetAlreadyExistsException",
"variableName" : "configurationSetAlreadyExistsException",
"variableType" : "ConfigurationSetAlreadyExistsException",
"documentation" : null,
"simpleType" : "ConfigurationSetAlreadyExistsException",
"variableSetterType" : "ConfigurationSetAlreadyExistsException"
},
"wrapper" : false
},
"ConfigurationSetAttribute" : {
"c2jName" : "ConfigurationSetAttribute",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "",
"enums" : [ {
"name" : "EventDestinations",
"value" : "eventDestinations"
} ],
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : null,
"membersAsMap" : { },
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "ConfigurationSetAttribute",
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "ConfigurationSetAttribute",
"variableName" : "configurationSetAttribute",
"variableType" : "ConfigurationSetAttribute",
"documentation" : null,
"simpleType" : "ConfigurationSetAttribute",
"variableSetterType" : "ConfigurationSetAttribute"
},
"wrapper" : false
},
"ConfigurationSetDoesNotExistException" : {
"c2jName" : "ConfigurationSetDoesNotExistException",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "Indicates that the configuration set does not exist.
",
"enums" : null,
"errorCode" : "ConfigurationSetDoesNotExist",
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : [ {
"c2jName" : "ConfigurationSetName",
"c2jShape" : "ConfigurationSetName",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param configurationSetName \n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withConfigurationSetName",
"getterDocumentation" : "/**\n@return */",
"getterMethodName" : "getConfigurationSetName",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ConfigurationSetName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ConfigurationSetName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "ConfigurationSetName",
"setterDocumentation" : "/**\n@param configurationSetName */",
"setterMethodName" : "setConfigurationSetName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "configurationSetName",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**\n@param configurationSetName \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "configurationSetName",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"ConfigurationSetName" : {
"c2jName" : "ConfigurationSetName",
"c2jShape" : "ConfigurationSetName",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param configurationSetName \n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withConfigurationSetName",
"getterDocumentation" : "/**\n@return */",
"getterMethodName" : "getConfigurationSetName",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ConfigurationSetName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ConfigurationSetName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "ConfigurationSetName",
"setterDocumentation" : "/**\n@param configurationSetName */",
"setterMethodName" : "setConfigurationSetName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "configurationSetName",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**\n@param configurationSetName \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "configurationSetName",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}
},
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "ConfigurationSetDoesNotExistException",
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "ConfigurationSetDoesNotExistException",
"variableName" : "configurationSetDoesNotExistException",
"variableType" : "ConfigurationSetDoesNotExistException",
"documentation" : null,
"simpleType" : "ConfigurationSetDoesNotExistException",
"variableSetterType" : "ConfigurationSetDoesNotExistException"
},
"wrapper" : false
},
"Content" : {
"c2jName" : "Content",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "Represents textual data, plus an optional character set specification.
By default, the text must be 7-bit ASCII, due to the constraints of the SMTP protocol. If the text must contain any other characters, then you must also specify a character set. Examples include UTF-8, ISO-8859-1, and Shift_JIS.
",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : [ {
"c2jName" : "Data",
"c2jShape" : "MessageData",
"deprecated" : false,
"documentation" : "The textual data of the content.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The textual data of the content.
\n@param data The textual data of the content.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withData",
"getterDocumentation" : "/**The textual data of the content.
\n@return The textual data of the content.*/",
"getterMethodName" : "getData",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Data",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Data",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "Data",
"setterDocumentation" : "/**The textual data of the content.
\n@param data The textual data of the content.*/",
"setterMethodName" : "setData",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "data",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**The textual data of the content.
\n@param data The textual data of the content.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "data",
"variableType" : "String",
"documentation" : "The textual data of the content.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "Charset",
"c2jShape" : "Charset",
"deprecated" : false,
"documentation" : "The character set of the content.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The character set of the content.
\n@param charset The character set of the content.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withCharset",
"getterDocumentation" : "/**The character set of the content.
\n@return The character set of the content.*/",
"getterMethodName" : "getCharset",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Charset",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Charset",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "Charset",
"setterDocumentation" : "/**The character set of the content.
\n@param charset The character set of the content.*/",
"setterMethodName" : "setCharset",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "charset",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**The character set of the content.
\n@param charset The character set of the content.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "charset",
"variableType" : "String",
"documentation" : "The character set of the content.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"Charset" : {
"c2jName" : "Charset",
"c2jShape" : "Charset",
"deprecated" : false,
"documentation" : "The character set of the content.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The character set of the content.
\n@param charset The character set of the content.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withCharset",
"getterDocumentation" : "/**The character set of the content.
\n@return The character set of the content.*/",
"getterMethodName" : "getCharset",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Charset",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Charset",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "Charset",
"setterDocumentation" : "/**The character set of the content.
\n@param charset The character set of the content.*/",
"setterMethodName" : "setCharset",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "charset",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**The character set of the content.
\n@param charset The character set of the content.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "charset",
"variableType" : "String",
"documentation" : "The character set of the content.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"Data" : {
"c2jName" : "Data",
"c2jShape" : "MessageData",
"deprecated" : false,
"documentation" : "The textual data of the content.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The textual data of the content.
\n@param data The textual data of the content.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withData",
"getterDocumentation" : "/**The textual data of the content.
\n@return The textual data of the content.*/",
"getterMethodName" : "getData",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Data",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Data",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "Data",
"setterDocumentation" : "/**The textual data of the content.
\n@param data The textual data of the content.*/",
"setterMethodName" : "setData",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "data",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**The textual data of the content.
\n@param data The textual data of the content.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "data",
"variableType" : "String",
"documentation" : "The textual data of the content.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}
},
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : [ "Data" ],
"shapeName" : "Content",
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "Content",
"variableName" : "content",
"variableType" : "Content",
"documentation" : null,
"simpleType" : "Content",
"variableSetterType" : "Content"
},
"wrapper" : false
},
"CreateConfigurationSetEventDestinationRequest" : {
"c2jName" : "CreateConfigurationSetEventDestinationRequest",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "Represents a request to create a configuration set event destination. A configuration set event destination, which can be either Amazon CloudWatch or Amazon Kinesis Firehose, describes an AWS service in which Amazon SES publishes the email sending events associated with a configuration set. For information about using configuration sets, see the Amazon SES Developer Guide.
",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : {
"action" : "CreateConfigurationSetEventDestination",
"locationName" : null,
"requestUri" : "/",
"target" : null,
"verb" : "POST",
"xmlNameSpaceUri" : null
},
"members" : [ {
"c2jName" : "ConfigurationSetName",
"c2jShape" : "ConfigurationSetName",
"deprecated" : false,
"documentation" : "The name of the configuration set to which to apply the event destination.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The name of the configuration set to which to apply the event destination.
\n@param configurationSetName The name of the configuration set to which to apply the event destination.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withConfigurationSetName",
"getterDocumentation" : "/**The name of the configuration set to which to apply the event destination.
\n@return The name of the configuration set to which to apply the event destination.*/",
"getterMethodName" : "getConfigurationSetName",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ConfigurationSetName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ConfigurationSetName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "ConfigurationSetName",
"setterDocumentation" : "/**The name of the configuration set to which to apply the event destination.
\n@param configurationSetName The name of the configuration set to which to apply the event destination.*/",
"setterMethodName" : "setConfigurationSetName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "configurationSetName",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**The name of the configuration set to which to apply the event destination.
\n@param configurationSetName The name of the configuration set to which to apply the event destination.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "configurationSetName",
"variableType" : "String",
"documentation" : "The name of the configuration set to which to apply the event destination.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "EventDestination",
"c2jShape" : "EventDestination",
"deprecated" : false,
"documentation" : "An object that describes the AWS service to which Amazon SES will publish the email sending events associated with the specified configuration set.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**An object that describes the AWS service to which Amazon SES will publish the email sending events associated with the specified configuration set.
\n@param eventDestination An object that describes the AWS service to which Amazon SES will publish the email sending events associated with the specified configuration set.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withEventDestination",
"getterDocumentation" : "/**An object that describes the AWS service to which Amazon SES will publish the email sending events associated with the specified configuration set.
\n@return An object that describes the AWS service to which Amazon SES will publish the email sending events associated with the specified configuration set.*/",
"getterMethodName" : "getEventDestination",
"getterModel" : {
"returnType" : "EventDestination",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "EventDestination",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "EventDestination",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "StructuredPojo",
"marshallingType" : "STRUCTURED",
"name" : "EventDestination",
"setterDocumentation" : "/**An object that describes the AWS service to which Amazon SES will publish the email sending events associated with the specified configuration set.
\n@param eventDestination An object that describes the AWS service to which Amazon SES will publish the email sending events associated with the specified configuration set.*/",
"setterMethodName" : "setEventDestination",
"setterModel" : {
"variableDeclarationType" : "EventDestination",
"variableName" : "eventDestination",
"variableType" : "EventDestination",
"documentation" : "",
"simpleType" : "EventDestination",
"variableSetterType" : "EventDestination"
},
"simple" : false,
"varargSetterDocumentation" : "/**An object that describes the AWS service to which Amazon SES will publish the email sending events associated with the specified configuration set.
\n@param eventDestination An object that describes the AWS service to which Amazon SES will publish the email sending events associated with the specified configuration set.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "EventDestination",
"variableName" : "eventDestination",
"variableType" : "EventDestination",
"documentation" : "An object that describes the AWS service to which Amazon SES will publish the email sending events associated with the specified configuration set.
",
"simpleType" : "EventDestination",
"variableSetterType" : "EventDestination"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"ConfigurationSetName" : {
"c2jName" : "ConfigurationSetName",
"c2jShape" : "ConfigurationSetName",
"deprecated" : false,
"documentation" : "The name of the configuration set to which to apply the event destination.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The name of the configuration set to which to apply the event destination.
\n@param configurationSetName The name of the configuration set to which to apply the event destination.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withConfigurationSetName",
"getterDocumentation" : "/**The name of the configuration set to which to apply the event destination.
\n@return The name of the configuration set to which to apply the event destination.*/",
"getterMethodName" : "getConfigurationSetName",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ConfigurationSetName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ConfigurationSetName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "ConfigurationSetName",
"setterDocumentation" : "/**The name of the configuration set to which to apply the event destination.
\n@param configurationSetName The name of the configuration set to which to apply the event destination.*/",
"setterMethodName" : "setConfigurationSetName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "configurationSetName",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**The name of the configuration set to which to apply the event destination.
\n@param configurationSetName The name of the configuration set to which to apply the event destination.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "configurationSetName",
"variableType" : "String",
"documentation" : "The name of the configuration set to which to apply the event destination.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"EventDestination" : {
"c2jName" : "EventDestination",
"c2jShape" : "EventDestination",
"deprecated" : false,
"documentation" : "An object that describes the AWS service to which Amazon SES will publish the email sending events associated with the specified configuration set.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**An object that describes the AWS service to which Amazon SES will publish the email sending events associated with the specified configuration set.
\n@param eventDestination An object that describes the AWS service to which Amazon SES will publish the email sending events associated with the specified configuration set.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withEventDestination",
"getterDocumentation" : "/**An object that describes the AWS service to which Amazon SES will publish the email sending events associated with the specified configuration set.
\n@return An object that describes the AWS service to which Amazon SES will publish the email sending events associated with the specified configuration set.*/",
"getterMethodName" : "getEventDestination",
"getterModel" : {
"returnType" : "EventDestination",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "EventDestination",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "EventDestination",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "StructuredPojo",
"marshallingType" : "STRUCTURED",
"name" : "EventDestination",
"setterDocumentation" : "/**An object that describes the AWS service to which Amazon SES will publish the email sending events associated with the specified configuration set.
\n@param eventDestination An object that describes the AWS service to which Amazon SES will publish the email sending events associated with the specified configuration set.*/",
"setterMethodName" : "setEventDestination",
"setterModel" : {
"variableDeclarationType" : "EventDestination",
"variableName" : "eventDestination",
"variableType" : "EventDestination",
"documentation" : "",
"simpleType" : "EventDestination",
"variableSetterType" : "EventDestination"
},
"simple" : false,
"varargSetterDocumentation" : "/**An object that describes the AWS service to which Amazon SES will publish the email sending events associated with the specified configuration set.
\n@param eventDestination An object that describes the AWS service to which Amazon SES will publish the email sending events associated with the specified configuration set.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "EventDestination",
"variableName" : "eventDestination",
"variableType" : "EventDestination",
"documentation" : "An object that describes the AWS service to which Amazon SES will publish the email sending events associated with the specified configuration set.
",
"simpleType" : "EventDestination",
"variableSetterType" : "EventDestination"
},
"xmlNameSpaceUri" : null
}
},
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : [ "ConfigurationSetName", "EventDestination" ],
"shapeName" : "CreateConfigurationSetEventDestinationRequest",
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "CreateConfigurationSetEventDestinationRequest",
"variableName" : "createConfigurationSetEventDestinationRequest",
"variableType" : "CreateConfigurationSetEventDestinationRequest",
"documentation" : null,
"simpleType" : "CreateConfigurationSetEventDestinationRequest",
"variableSetterType" : "CreateConfigurationSetEventDestinationRequest"
},
"wrapper" : false
},
"CreateConfigurationSetEventDestinationResult" : {
"c2jName" : "CreateConfigurationSetEventDestinationResponse",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "An empty element returned on a successful request.
",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : null,
"membersAsMap" : { },
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "CreateConfigurationSetEventDestinationResult",
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : "CreateConfigurationSetEventDestinationResult"
},
"variable" : {
"variableDeclarationType" : "CreateConfigurationSetEventDestinationResult",
"variableName" : "createConfigurationSetEventDestinationResult",
"variableType" : "CreateConfigurationSetEventDestinationResult",
"documentation" : null,
"simpleType" : "CreateConfigurationSetEventDestinationResult",
"variableSetterType" : "CreateConfigurationSetEventDestinationResult"
},
"wrapper" : false
},
"CreateConfigurationSetRequest" : {
"c2jName" : "CreateConfigurationSetRequest",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "Represents a request to create a configuration set. Configuration sets enable you to publish email sending events. For information about using configuration sets, see the Amazon SES Developer Guide.
",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : {
"action" : "CreateConfigurationSet",
"locationName" : null,
"requestUri" : "/",
"target" : null,
"verb" : "POST",
"xmlNameSpaceUri" : null
},
"members" : [ {
"c2jName" : "ConfigurationSet",
"c2jShape" : "ConfigurationSet",
"deprecated" : false,
"documentation" : "A data structure that contains the name of the configuration set.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**A data structure that contains the name of the configuration set.
\n@param configurationSet A data structure that contains the name of the configuration set.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withConfigurationSet",
"getterDocumentation" : "/**A data structure that contains the name of the configuration set.
\n@return A data structure that contains the name of the configuration set.*/",
"getterMethodName" : "getConfigurationSet",
"getterModel" : {
"returnType" : "ConfigurationSet",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ConfigurationSet",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ConfigurationSet",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "StructuredPojo",
"marshallingType" : "STRUCTURED",
"name" : "ConfigurationSet",
"setterDocumentation" : "/**A data structure that contains the name of the configuration set.
\n@param configurationSet A data structure that contains the name of the configuration set.*/",
"setterMethodName" : "setConfigurationSet",
"setterModel" : {
"variableDeclarationType" : "ConfigurationSet",
"variableName" : "configurationSet",
"variableType" : "ConfigurationSet",
"documentation" : "",
"simpleType" : "ConfigurationSet",
"variableSetterType" : "ConfigurationSet"
},
"simple" : false,
"varargSetterDocumentation" : "/**A data structure that contains the name of the configuration set.
\n@param configurationSet A data structure that contains the name of the configuration set.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "ConfigurationSet",
"variableName" : "configurationSet",
"variableType" : "ConfigurationSet",
"documentation" : "A data structure that contains the name of the configuration set.
",
"simpleType" : "ConfigurationSet",
"variableSetterType" : "ConfigurationSet"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"ConfigurationSet" : {
"c2jName" : "ConfigurationSet",
"c2jShape" : "ConfigurationSet",
"deprecated" : false,
"documentation" : "A data structure that contains the name of the configuration set.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**A data structure that contains the name of the configuration set.
\n@param configurationSet A data structure that contains the name of the configuration set.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withConfigurationSet",
"getterDocumentation" : "/**A data structure that contains the name of the configuration set.
\n@return A data structure that contains the name of the configuration set.*/",
"getterMethodName" : "getConfigurationSet",
"getterModel" : {
"returnType" : "ConfigurationSet",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ConfigurationSet",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ConfigurationSet",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "StructuredPojo",
"marshallingType" : "STRUCTURED",
"name" : "ConfigurationSet",
"setterDocumentation" : "/**A data structure that contains the name of the configuration set.
\n@param configurationSet A data structure that contains the name of the configuration set.*/",
"setterMethodName" : "setConfigurationSet",
"setterModel" : {
"variableDeclarationType" : "ConfigurationSet",
"variableName" : "configurationSet",
"variableType" : "ConfigurationSet",
"documentation" : "",
"simpleType" : "ConfigurationSet",
"variableSetterType" : "ConfigurationSet"
},
"simple" : false,
"varargSetterDocumentation" : "/**A data structure that contains the name of the configuration set.
\n@param configurationSet A data structure that contains the name of the configuration set.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "ConfigurationSet",
"variableName" : "configurationSet",
"variableType" : "ConfigurationSet",
"documentation" : "A data structure that contains the name of the configuration set.
",
"simpleType" : "ConfigurationSet",
"variableSetterType" : "ConfigurationSet"
},
"xmlNameSpaceUri" : null
}
},
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : [ "ConfigurationSet" ],
"shapeName" : "CreateConfigurationSetRequest",
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "CreateConfigurationSetRequest",
"variableName" : "createConfigurationSetRequest",
"variableType" : "CreateConfigurationSetRequest",
"documentation" : null,
"simpleType" : "CreateConfigurationSetRequest",
"variableSetterType" : "CreateConfigurationSetRequest"
},
"wrapper" : false
},
"CreateConfigurationSetResult" : {
"c2jName" : "CreateConfigurationSetResponse",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "An empty element returned on a successful request.
",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : null,
"membersAsMap" : { },
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "CreateConfigurationSetResult",
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : "CreateConfigurationSetResult"
},
"variable" : {
"variableDeclarationType" : "CreateConfigurationSetResult",
"variableName" : "createConfigurationSetResult",
"variableType" : "CreateConfigurationSetResult",
"documentation" : null,
"simpleType" : "CreateConfigurationSetResult",
"variableSetterType" : "CreateConfigurationSetResult"
},
"wrapper" : false
},
"CreateReceiptFilterRequest" : {
"c2jName" : "CreateReceiptFilterRequest",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "Represents a request to create a new IP address filter. You use IP address filters when you receive email with Amazon SES. For more information, see the Amazon SES Developer Guide.
",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : {
"action" : "CreateReceiptFilter",
"locationName" : null,
"requestUri" : "/",
"target" : null,
"verb" : "POST",
"xmlNameSpaceUri" : null
},
"members" : [ {
"c2jName" : "Filter",
"c2jShape" : "ReceiptFilter",
"deprecated" : false,
"documentation" : "A data structure that describes the IP address filter to create, which consists of a name, an IP address range, and whether to allow or block mail from it.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**A data structure that describes the IP address filter to create, which consists of a name, an IP address range, and whether to allow or block mail from it.
\n@param filter A data structure that describes the IP address filter to create, which consists of a name, an IP address range, and whether to allow or block mail from it.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withFilter",
"getterDocumentation" : "/**A data structure that describes the IP address filter to create, which consists of a name, an IP address range, and whether to allow or block mail from it.
\n@return A data structure that describes the IP address filter to create, which consists of a name, an IP address range, and whether to allow or block mail from it.*/",
"getterMethodName" : "getFilter",
"getterModel" : {
"returnType" : "ReceiptFilter",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Filter",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Filter",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "StructuredPojo",
"marshallingType" : "STRUCTURED",
"name" : "Filter",
"setterDocumentation" : "/**A data structure that describes the IP address filter to create, which consists of a name, an IP address range, and whether to allow or block mail from it.
\n@param filter A data structure that describes the IP address filter to create, which consists of a name, an IP address range, and whether to allow or block mail from it.*/",
"setterMethodName" : "setFilter",
"setterModel" : {
"variableDeclarationType" : "ReceiptFilter",
"variableName" : "filter",
"variableType" : "ReceiptFilter",
"documentation" : "",
"simpleType" : "ReceiptFilter",
"variableSetterType" : "ReceiptFilter"
},
"simple" : false,
"varargSetterDocumentation" : "/**A data structure that describes the IP address filter to create, which consists of a name, an IP address range, and whether to allow or block mail from it.
\n@param filter A data structure that describes the IP address filter to create, which consists of a name, an IP address range, and whether to allow or block mail from it.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "ReceiptFilter",
"variableName" : "filter",
"variableType" : "ReceiptFilter",
"documentation" : "A data structure that describes the IP address filter to create, which consists of a name, an IP address range, and whether to allow or block mail from it.
",
"simpleType" : "ReceiptFilter",
"variableSetterType" : "ReceiptFilter"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"Filter" : {
"c2jName" : "Filter",
"c2jShape" : "ReceiptFilter",
"deprecated" : false,
"documentation" : "A data structure that describes the IP address filter to create, which consists of a name, an IP address range, and whether to allow or block mail from it.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**A data structure that describes the IP address filter to create, which consists of a name, an IP address range, and whether to allow or block mail from it.
\n@param filter A data structure that describes the IP address filter to create, which consists of a name, an IP address range, and whether to allow or block mail from it.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withFilter",
"getterDocumentation" : "/**A data structure that describes the IP address filter to create, which consists of a name, an IP address range, and whether to allow or block mail from it.
\n@return A data structure that describes the IP address filter to create, which consists of a name, an IP address range, and whether to allow or block mail from it.*/",
"getterMethodName" : "getFilter",
"getterModel" : {
"returnType" : "ReceiptFilter",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Filter",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Filter",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "StructuredPojo",
"marshallingType" : "STRUCTURED",
"name" : "Filter",
"setterDocumentation" : "/**A data structure that describes the IP address filter to create, which consists of a name, an IP address range, and whether to allow or block mail from it.
\n@param filter A data structure that describes the IP address filter to create, which consists of a name, an IP address range, and whether to allow or block mail from it.*/",
"setterMethodName" : "setFilter",
"setterModel" : {
"variableDeclarationType" : "ReceiptFilter",
"variableName" : "filter",
"variableType" : "ReceiptFilter",
"documentation" : "",
"simpleType" : "ReceiptFilter",
"variableSetterType" : "ReceiptFilter"
},
"simple" : false,
"varargSetterDocumentation" : "/**A data structure that describes the IP address filter to create, which consists of a name, an IP address range, and whether to allow or block mail from it.
\n@param filter A data structure that describes the IP address filter to create, which consists of a name, an IP address range, and whether to allow or block mail from it.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "ReceiptFilter",
"variableName" : "filter",
"variableType" : "ReceiptFilter",
"documentation" : "A data structure that describes the IP address filter to create, which consists of a name, an IP address range, and whether to allow or block mail from it.
",
"simpleType" : "ReceiptFilter",
"variableSetterType" : "ReceiptFilter"
},
"xmlNameSpaceUri" : null
}
},
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : [ "Filter" ],
"shapeName" : "CreateReceiptFilterRequest",
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "CreateReceiptFilterRequest",
"variableName" : "createReceiptFilterRequest",
"variableType" : "CreateReceiptFilterRequest",
"documentation" : null,
"simpleType" : "CreateReceiptFilterRequest",
"variableSetterType" : "CreateReceiptFilterRequest"
},
"wrapper" : false
},
"CreateReceiptFilterResult" : {
"c2jName" : "CreateReceiptFilterResponse",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "An empty element returned on a successful request.
",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : null,
"membersAsMap" : { },
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "CreateReceiptFilterResult",
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : "CreateReceiptFilterResult"
},
"variable" : {
"variableDeclarationType" : "CreateReceiptFilterResult",
"variableName" : "createReceiptFilterResult",
"variableType" : "CreateReceiptFilterResult",
"documentation" : null,
"simpleType" : "CreateReceiptFilterResult",
"variableSetterType" : "CreateReceiptFilterResult"
},
"wrapper" : false
},
"CreateReceiptRuleRequest" : {
"c2jName" : "CreateReceiptRuleRequest",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "Represents a request to create a receipt rule. You use receipt rules to receive email with Amazon SES. For more information, see the Amazon SES Developer Guide.
",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : {
"action" : "CreateReceiptRule",
"locationName" : null,
"requestUri" : "/",
"target" : null,
"verb" : "POST",
"xmlNameSpaceUri" : null
},
"members" : [ {
"c2jName" : "RuleSetName",
"c2jShape" : "ReceiptRuleSetName",
"deprecated" : false,
"documentation" : "The name of the rule set to which to add the rule.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The name of the rule set to which to add the rule.
\n@param ruleSetName The name of the rule set to which to add the rule.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withRuleSetName",
"getterDocumentation" : "/**The name of the rule set to which to add the rule.
\n@return The name of the rule set to which to add the rule.*/",
"getterMethodName" : "getRuleSetName",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "RuleSetName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "RuleSetName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "RuleSetName",
"setterDocumentation" : "/**The name of the rule set to which to add the rule.
\n@param ruleSetName The name of the rule set to which to add the rule.*/",
"setterMethodName" : "setRuleSetName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "ruleSetName",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**The name of the rule set to which to add the rule.
\n@param ruleSetName The name of the rule set to which to add the rule.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "ruleSetName",
"variableType" : "String",
"documentation" : "The name of the rule set to which to add the rule.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "After",
"c2jShape" : "ReceiptRuleName",
"deprecated" : false,
"documentation" : "The name of an existing rule after which the new rule will be placed. If this parameter is null, the new rule will be inserted at the beginning of the rule list.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The name of an existing rule after which the new rule will be placed. If this parameter is null, the new rule will be inserted at the beginning of the rule list.
\n@param after The name of an existing rule after which the new rule will be placed. If this parameter is null, the new rule will be inserted at the beginning of the rule list.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withAfter",
"getterDocumentation" : "/**The name of an existing rule after which the new rule will be placed. If this parameter is null, the new rule will be inserted at the beginning of the rule list.
\n@return The name of an existing rule after which the new rule will be placed. If this parameter is null, the new rule will be inserted at the beginning of the rule list.*/",
"getterMethodName" : "getAfter",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "After",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "After",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "After",
"setterDocumentation" : "/**The name of an existing rule after which the new rule will be placed. If this parameter is null, the new rule will be inserted at the beginning of the rule list.
\n@param after The name of an existing rule after which the new rule will be placed. If this parameter is null, the new rule will be inserted at the beginning of the rule list.*/",
"setterMethodName" : "setAfter",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "after",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**The name of an existing rule after which the new rule will be placed. If this parameter is null, the new rule will be inserted at the beginning of the rule list.
\n@param after The name of an existing rule after which the new rule will be placed. If this parameter is null, the new rule will be inserted at the beginning of the rule list.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "after",
"variableType" : "String",
"documentation" : "The name of an existing rule after which the new rule will be placed. If this parameter is null, the new rule will be inserted at the beginning of the rule list.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "Rule",
"c2jShape" : "ReceiptRule",
"deprecated" : false,
"documentation" : "A data structure that contains the specified rule's name, actions, recipients, domains, enabled status, scan status, and TLS policy.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**A data structure that contains the specified rule's name, actions, recipients, domains, enabled status, scan status, and TLS policy.
\n@param rule A data structure that contains the specified rule's name, actions, recipients, domains, enabled status, scan status, and TLS policy.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withRule",
"getterDocumentation" : "/**A data structure that contains the specified rule's name, actions, recipients, domains, enabled status, scan status, and TLS policy.
\n@return A data structure that contains the specified rule's name, actions, recipients, domains, enabled status, scan status, and TLS policy.*/",
"getterMethodName" : "getRule",
"getterModel" : {
"returnType" : "ReceiptRule",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Rule",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Rule",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "StructuredPojo",
"marshallingType" : "STRUCTURED",
"name" : "Rule",
"setterDocumentation" : "/**A data structure that contains the specified rule's name, actions, recipients, domains, enabled status, scan status, and TLS policy.
\n@param rule A data structure that contains the specified rule's name, actions, recipients, domains, enabled status, scan status, and TLS policy.*/",
"setterMethodName" : "setRule",
"setterModel" : {
"variableDeclarationType" : "ReceiptRule",
"variableName" : "rule",
"variableType" : "ReceiptRule",
"documentation" : "",
"simpleType" : "ReceiptRule",
"variableSetterType" : "ReceiptRule"
},
"simple" : false,
"varargSetterDocumentation" : "/**A data structure that contains the specified rule's name, actions, recipients, domains, enabled status, scan status, and TLS policy.
\n@param rule A data structure that contains the specified rule's name, actions, recipients, domains, enabled status, scan status, and TLS policy.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "ReceiptRule",
"variableName" : "rule",
"variableType" : "ReceiptRule",
"documentation" : "A data structure that contains the specified rule's name, actions, recipients, domains, enabled status, scan status, and TLS policy.
",
"simpleType" : "ReceiptRule",
"variableSetterType" : "ReceiptRule"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"After" : {
"c2jName" : "After",
"c2jShape" : "ReceiptRuleName",
"deprecated" : false,
"documentation" : "The name of an existing rule after which the new rule will be placed. If this parameter is null, the new rule will be inserted at the beginning of the rule list.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The name of an existing rule after which the new rule will be placed. If this parameter is null, the new rule will be inserted at the beginning of the rule list.
\n@param after The name of an existing rule after which the new rule will be placed. If this parameter is null, the new rule will be inserted at the beginning of the rule list.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withAfter",
"getterDocumentation" : "/**The name of an existing rule after which the new rule will be placed. If this parameter is null, the new rule will be inserted at the beginning of the rule list.
\n@return The name of an existing rule after which the new rule will be placed. If this parameter is null, the new rule will be inserted at the beginning of the rule list.*/",
"getterMethodName" : "getAfter",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "After",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "After",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "After",
"setterDocumentation" : "/**The name of an existing rule after which the new rule will be placed. If this parameter is null, the new rule will be inserted at the beginning of the rule list.
\n@param after The name of an existing rule after which the new rule will be placed. If this parameter is null, the new rule will be inserted at the beginning of the rule list.*/",
"setterMethodName" : "setAfter",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "after",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**The name of an existing rule after which the new rule will be placed. If this parameter is null, the new rule will be inserted at the beginning of the rule list.
\n@param after The name of an existing rule after which the new rule will be placed. If this parameter is null, the new rule will be inserted at the beginning of the rule list.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "after",
"variableType" : "String",
"documentation" : "The name of an existing rule after which the new rule will be placed. If this parameter is null, the new rule will be inserted at the beginning of the rule list.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"Rule" : {
"c2jName" : "Rule",
"c2jShape" : "ReceiptRule",
"deprecated" : false,
"documentation" : "A data structure that contains the specified rule's name, actions, recipients, domains, enabled status, scan status, and TLS policy.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**A data structure that contains the specified rule's name, actions, recipients, domains, enabled status, scan status, and TLS policy.
\n@param rule A data structure that contains the specified rule's name, actions, recipients, domains, enabled status, scan status, and TLS policy.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withRule",
"getterDocumentation" : "/**A data structure that contains the specified rule's name, actions, recipients, domains, enabled status, scan status, and TLS policy.
\n@return A data structure that contains the specified rule's name, actions, recipients, domains, enabled status, scan status, and TLS policy.*/",
"getterMethodName" : "getRule",
"getterModel" : {
"returnType" : "ReceiptRule",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Rule",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Rule",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "StructuredPojo",
"marshallingType" : "STRUCTURED",
"name" : "Rule",
"setterDocumentation" : "/**A data structure that contains the specified rule's name, actions, recipients, domains, enabled status, scan status, and TLS policy.
\n@param rule A data structure that contains the specified rule's name, actions, recipients, domains, enabled status, scan status, and TLS policy.*/",
"setterMethodName" : "setRule",
"setterModel" : {
"variableDeclarationType" : "ReceiptRule",
"variableName" : "rule",
"variableType" : "ReceiptRule",
"documentation" : "",
"simpleType" : "ReceiptRule",
"variableSetterType" : "ReceiptRule"
},
"simple" : false,
"varargSetterDocumentation" : "/**A data structure that contains the specified rule's name, actions, recipients, domains, enabled status, scan status, and TLS policy.
\n@param rule A data structure that contains the specified rule's name, actions, recipients, domains, enabled status, scan status, and TLS policy.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "ReceiptRule",
"variableName" : "rule",
"variableType" : "ReceiptRule",
"documentation" : "A data structure that contains the specified rule's name, actions, recipients, domains, enabled status, scan status, and TLS policy.
",
"simpleType" : "ReceiptRule",
"variableSetterType" : "ReceiptRule"
},
"xmlNameSpaceUri" : null
},
"RuleSetName" : {
"c2jName" : "RuleSetName",
"c2jShape" : "ReceiptRuleSetName",
"deprecated" : false,
"documentation" : "The name of the rule set to which to add the rule.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The name of the rule set to which to add the rule.
\n@param ruleSetName The name of the rule set to which to add the rule.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withRuleSetName",
"getterDocumentation" : "/**The name of the rule set to which to add the rule.
\n@return The name of the rule set to which to add the rule.*/",
"getterMethodName" : "getRuleSetName",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "RuleSetName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "RuleSetName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "RuleSetName",
"setterDocumentation" : "/**The name of the rule set to which to add the rule.
\n@param ruleSetName The name of the rule set to which to add the rule.*/",
"setterMethodName" : "setRuleSetName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "ruleSetName",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**The name of the rule set to which to add the rule.
\n@param ruleSetName The name of the rule set to which to add the rule.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "ruleSetName",
"variableType" : "String",
"documentation" : "The name of the rule set to which to add the rule.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}
},
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : [ "RuleSetName", "Rule" ],
"shapeName" : "CreateReceiptRuleRequest",
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "CreateReceiptRuleRequest",
"variableName" : "createReceiptRuleRequest",
"variableType" : "CreateReceiptRuleRequest",
"documentation" : null,
"simpleType" : "CreateReceiptRuleRequest",
"variableSetterType" : "CreateReceiptRuleRequest"
},
"wrapper" : false
},
"CreateReceiptRuleResult" : {
"c2jName" : "CreateReceiptRuleResponse",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "An empty element returned on a successful request.
",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : null,
"membersAsMap" : { },
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "CreateReceiptRuleResult",
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : "CreateReceiptRuleResult"
},
"variable" : {
"variableDeclarationType" : "CreateReceiptRuleResult",
"variableName" : "createReceiptRuleResult",
"variableType" : "CreateReceiptRuleResult",
"documentation" : null,
"simpleType" : "CreateReceiptRuleResult",
"variableSetterType" : "CreateReceiptRuleResult"
},
"wrapper" : false
},
"CreateReceiptRuleSetRequest" : {
"c2jName" : "CreateReceiptRuleSetRequest",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "Represents a request to create an empty receipt rule set. You use receipt rule sets to receive email with Amazon SES. For more information, see the Amazon SES Developer Guide.
",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : {
"action" : "CreateReceiptRuleSet",
"locationName" : null,
"requestUri" : "/",
"target" : null,
"verb" : "POST",
"xmlNameSpaceUri" : null
},
"members" : [ {
"c2jName" : "RuleSetName",
"c2jShape" : "ReceiptRuleSetName",
"deprecated" : false,
"documentation" : "The name of the rule set to create. The name must:
-
Contain only ASCII letters (a-z, A-Z), numbers (0-9), periods (.), underscores (_), or dashes (-).
-
Start and end with a letter or number.
-
Contain less than 64 characters.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The name of the rule set to create. The name must:
-
Contain only ASCII letters (a-z, A-Z), numbers (0-9), periods (.), underscores (_), or dashes (-).
-
Start and end with a letter or number.
-
Contain less than 64 characters.
\n@param ruleSetName The name of the rule set to create. The name must: -
Contain only ASCII letters (a-z, A-Z), numbers (0-9), periods (.), underscores (_), or dashes (-).
-
Start and end with a letter or number.
-
Contain less than 64 characters.
\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withRuleSetName",
"getterDocumentation" : "/**The name of the rule set to create. The name must:
-
Contain only ASCII letters (a-z, A-Z), numbers (0-9), periods (.), underscores (_), or dashes (-).
-
Start and end with a letter or number.
-
Contain less than 64 characters.
\n@return The name of the rule set to create. The name must: -
Contain only ASCII letters (a-z, A-Z), numbers (0-9), periods (.), underscores (_), or dashes (-).
-
Start and end with a letter or number.
-
Contain less than 64 characters.
*/",
"getterMethodName" : "getRuleSetName",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "RuleSetName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "RuleSetName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "RuleSetName",
"setterDocumentation" : "/**The name of the rule set to create. The name must:
-
Contain only ASCII letters (a-z, A-Z), numbers (0-9), periods (.), underscores (_), or dashes (-).
-
Start and end with a letter or number.
-
Contain less than 64 characters.
\n@param ruleSetName The name of the rule set to create. The name must: -
Contain only ASCII letters (a-z, A-Z), numbers (0-9), periods (.), underscores (_), or dashes (-).
-
Start and end with a letter or number.
-
Contain less than 64 characters.
*/",
"setterMethodName" : "setRuleSetName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "ruleSetName",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**The name of the rule set to create. The name must:
-
Contain only ASCII letters (a-z, A-Z), numbers (0-9), periods (.), underscores (_), or dashes (-).
-
Start and end with a letter or number.
-
Contain less than 64 characters.
\n@param ruleSetName The name of the rule set to create. The name must: -
Contain only ASCII letters (a-z, A-Z), numbers (0-9), periods (.), underscores (_), or dashes (-).
-
Start and end with a letter or number.
-
Contain less than 64 characters.
\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "ruleSetName",
"variableType" : "String",
"documentation" : "The name of the rule set to create. The name must:
-
Contain only ASCII letters (a-z, A-Z), numbers (0-9), periods (.), underscores (_), or dashes (-).
-
Start and end with a letter or number.
-
Contain less than 64 characters.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"RuleSetName" : {
"c2jName" : "RuleSetName",
"c2jShape" : "ReceiptRuleSetName",
"deprecated" : false,
"documentation" : "The name of the rule set to create. The name must:
-
Contain only ASCII letters (a-z, A-Z), numbers (0-9), periods (.), underscores (_), or dashes (-).
-
Start and end with a letter or number.
-
Contain less than 64 characters.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The name of the rule set to create. The name must:
-
Contain only ASCII letters (a-z, A-Z), numbers (0-9), periods (.), underscores (_), or dashes (-).
-
Start and end with a letter or number.
-
Contain less than 64 characters.
\n@param ruleSetName The name of the rule set to create. The name must: -
Contain only ASCII letters (a-z, A-Z), numbers (0-9), periods (.), underscores (_), or dashes (-).
-
Start and end with a letter or number.
-
Contain less than 64 characters.
\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withRuleSetName",
"getterDocumentation" : "/**The name of the rule set to create. The name must:
-
Contain only ASCII letters (a-z, A-Z), numbers (0-9), periods (.), underscores (_), or dashes (-).
-
Start and end with a letter or number.
-
Contain less than 64 characters.
\n@return The name of the rule set to create. The name must: -
Contain only ASCII letters (a-z, A-Z), numbers (0-9), periods (.), underscores (_), or dashes (-).
-
Start and end with a letter or number.
-
Contain less than 64 characters.
*/",
"getterMethodName" : "getRuleSetName",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "RuleSetName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "RuleSetName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "RuleSetName",
"setterDocumentation" : "/**The name of the rule set to create. The name must:
-
Contain only ASCII letters (a-z, A-Z), numbers (0-9), periods (.), underscores (_), or dashes (-).
-
Start and end with a letter or number.
-
Contain less than 64 characters.
\n@param ruleSetName The name of the rule set to create. The name must: -
Contain only ASCII letters (a-z, A-Z), numbers (0-9), periods (.), underscores (_), or dashes (-).
-
Start and end with a letter or number.
-
Contain less than 64 characters.
*/",
"setterMethodName" : "setRuleSetName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "ruleSetName",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**The name of the rule set to create. The name must:
-
Contain only ASCII letters (a-z, A-Z), numbers (0-9), periods (.), underscores (_), or dashes (-).
-
Start and end with a letter or number.
-
Contain less than 64 characters.
\n@param ruleSetName The name of the rule set to create. The name must: -
Contain only ASCII letters (a-z, A-Z), numbers (0-9), periods (.), underscores (_), or dashes (-).
-
Start and end with a letter or number.
-
Contain less than 64 characters.
\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "ruleSetName",
"variableType" : "String",
"documentation" : "The name of the rule set to create. The name must:
-
Contain only ASCII letters (a-z, A-Z), numbers (0-9), periods (.), underscores (_), or dashes (-).
-
Start and end with a letter or number.
-
Contain less than 64 characters.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}
},
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : [ "RuleSetName" ],
"shapeName" : "CreateReceiptRuleSetRequest",
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "CreateReceiptRuleSetRequest",
"variableName" : "createReceiptRuleSetRequest",
"variableType" : "CreateReceiptRuleSetRequest",
"documentation" : null,
"simpleType" : "CreateReceiptRuleSetRequest",
"variableSetterType" : "CreateReceiptRuleSetRequest"
},
"wrapper" : false
},
"CreateReceiptRuleSetResult" : {
"c2jName" : "CreateReceiptRuleSetResponse",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "An empty element returned on a successful request.
",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : null,
"membersAsMap" : { },
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "CreateReceiptRuleSetResult",
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : "CreateReceiptRuleSetResult"
},
"variable" : {
"variableDeclarationType" : "CreateReceiptRuleSetResult",
"variableName" : "createReceiptRuleSetResult",
"variableType" : "CreateReceiptRuleSetResult",
"documentation" : null,
"simpleType" : "CreateReceiptRuleSetResult",
"variableSetterType" : "CreateReceiptRuleSetResult"
},
"wrapper" : false
},
"CustomMailFromStatus" : {
"c2jName" : "CustomMailFromStatus",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "",
"enums" : [ {
"name" : "Pending",
"value" : "Pending"
}, {
"name" : "Success",
"value" : "Success"
}, {
"name" : "Failed",
"value" : "Failed"
}, {
"name" : "TemporaryFailure",
"value" : "TemporaryFailure"
} ],
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : null,
"membersAsMap" : { },
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "CustomMailFromStatus",
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "CustomMailFromStatus",
"variableName" : "customMailFromStatus",
"variableType" : "CustomMailFromStatus",
"documentation" : null,
"simpleType" : "CustomMailFromStatus",
"variableSetterType" : "CustomMailFromStatus"
},
"wrapper" : false
},
"DeleteConfigurationSetEventDestinationRequest" : {
"c2jName" : "DeleteConfigurationSetEventDestinationRequest",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "Represents a request to delete a configuration set event destination. Configuration set event destinations are associated with configuration sets, which enable you to publish email sending events. For information about using configuration sets, see the Amazon SES Developer Guide.
",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : {
"action" : "DeleteConfigurationSetEventDestination",
"locationName" : null,
"requestUri" : "/",
"target" : null,
"verb" : "POST",
"xmlNameSpaceUri" : null
},
"members" : [ {
"c2jName" : "ConfigurationSetName",
"c2jShape" : "ConfigurationSetName",
"deprecated" : false,
"documentation" : "The name of the configuration set from which to delete the event destination.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The name of the configuration set from which to delete the event destination.
\n@param configurationSetName The name of the configuration set from which to delete the event destination.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withConfigurationSetName",
"getterDocumentation" : "/**The name of the configuration set from which to delete the event destination.
\n@return The name of the configuration set from which to delete the event destination.*/",
"getterMethodName" : "getConfigurationSetName",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ConfigurationSetName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ConfigurationSetName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "ConfigurationSetName",
"setterDocumentation" : "/**The name of the configuration set from which to delete the event destination.
\n@param configurationSetName The name of the configuration set from which to delete the event destination.*/",
"setterMethodName" : "setConfigurationSetName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "configurationSetName",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**The name of the configuration set from which to delete the event destination.
\n@param configurationSetName The name of the configuration set from which to delete the event destination.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "configurationSetName",
"variableType" : "String",
"documentation" : "The name of the configuration set from which to delete the event destination.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "EventDestinationName",
"c2jShape" : "EventDestinationName",
"deprecated" : false,
"documentation" : "The name of the event destination to delete.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The name of the event destination to delete.
\n@param eventDestinationName The name of the event destination to delete.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withEventDestinationName",
"getterDocumentation" : "/**The name of the event destination to delete.
\n@return The name of the event destination to delete.*/",
"getterMethodName" : "getEventDestinationName",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "EventDestinationName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "EventDestinationName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "EventDestinationName",
"setterDocumentation" : "/**The name of the event destination to delete.
\n@param eventDestinationName The name of the event destination to delete.*/",
"setterMethodName" : "setEventDestinationName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "eventDestinationName",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**The name of the event destination to delete.
\n@param eventDestinationName The name of the event destination to delete.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "eventDestinationName",
"variableType" : "String",
"documentation" : "The name of the event destination to delete.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"ConfigurationSetName" : {
"c2jName" : "ConfigurationSetName",
"c2jShape" : "ConfigurationSetName",
"deprecated" : false,
"documentation" : "The name of the configuration set from which to delete the event destination.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The name of the configuration set from which to delete the event destination.
\n@param configurationSetName The name of the configuration set from which to delete the event destination.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withConfigurationSetName",
"getterDocumentation" : "/**The name of the configuration set from which to delete the event destination.
\n@return The name of the configuration set from which to delete the event destination.*/",
"getterMethodName" : "getConfigurationSetName",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ConfigurationSetName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ConfigurationSetName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "ConfigurationSetName",
"setterDocumentation" : "/**The name of the configuration set from which to delete the event destination.
\n@param configurationSetName The name of the configuration set from which to delete the event destination.*/",
"setterMethodName" : "setConfigurationSetName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "configurationSetName",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**The name of the configuration set from which to delete the event destination.
\n@param configurationSetName The name of the configuration set from which to delete the event destination.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "configurationSetName",
"variableType" : "String",
"documentation" : "The name of the configuration set from which to delete the event destination.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"EventDestinationName" : {
"c2jName" : "EventDestinationName",
"c2jShape" : "EventDestinationName",
"deprecated" : false,
"documentation" : "The name of the event destination to delete.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The name of the event destination to delete.
\n@param eventDestinationName The name of the event destination to delete.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withEventDestinationName",
"getterDocumentation" : "/**The name of the event destination to delete.
\n@return The name of the event destination to delete.*/",
"getterMethodName" : "getEventDestinationName",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "EventDestinationName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "EventDestinationName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "EventDestinationName",
"setterDocumentation" : "/**The name of the event destination to delete.
\n@param eventDestinationName The name of the event destination to delete.*/",
"setterMethodName" : "setEventDestinationName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "eventDestinationName",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**The name of the event destination to delete.
\n@param eventDestinationName The name of the event destination to delete.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "eventDestinationName",
"variableType" : "String",
"documentation" : "The name of the event destination to delete.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}
},
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : [ "ConfigurationSetName", "EventDestinationName" ],
"shapeName" : "DeleteConfigurationSetEventDestinationRequest",
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "DeleteConfigurationSetEventDestinationRequest",
"variableName" : "deleteConfigurationSetEventDestinationRequest",
"variableType" : "DeleteConfigurationSetEventDestinationRequest",
"documentation" : null,
"simpleType" : "DeleteConfigurationSetEventDestinationRequest",
"variableSetterType" : "DeleteConfigurationSetEventDestinationRequest"
},
"wrapper" : false
},
"DeleteConfigurationSetEventDestinationResult" : {
"c2jName" : "DeleteConfigurationSetEventDestinationResponse",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "An empty element returned on a successful request.
",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : null,
"membersAsMap" : { },
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "DeleteConfigurationSetEventDestinationResult",
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : "DeleteConfigurationSetEventDestinationResult"
},
"variable" : {
"variableDeclarationType" : "DeleteConfigurationSetEventDestinationResult",
"variableName" : "deleteConfigurationSetEventDestinationResult",
"variableType" : "DeleteConfigurationSetEventDestinationResult",
"documentation" : null,
"simpleType" : "DeleteConfigurationSetEventDestinationResult",
"variableSetterType" : "DeleteConfigurationSetEventDestinationResult"
},
"wrapper" : false
},
"DeleteConfigurationSetRequest" : {
"c2jName" : "DeleteConfigurationSetRequest",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "Represents a request to delete a configuration set. Configuration sets enable you to publish email sending events. For information about using configuration sets, see the Amazon SES Developer Guide.
",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : {
"action" : "DeleteConfigurationSet",
"locationName" : null,
"requestUri" : "/",
"target" : null,
"verb" : "POST",
"xmlNameSpaceUri" : null
},
"members" : [ {
"c2jName" : "ConfigurationSetName",
"c2jShape" : "ConfigurationSetName",
"deprecated" : false,
"documentation" : "The name of the configuration set to delete.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The name of the configuration set to delete.
\n@param configurationSetName The name of the configuration set to delete.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withConfigurationSetName",
"getterDocumentation" : "/**The name of the configuration set to delete.
\n@return The name of the configuration set to delete.*/",
"getterMethodName" : "getConfigurationSetName",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ConfigurationSetName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ConfigurationSetName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "ConfigurationSetName",
"setterDocumentation" : "/**The name of the configuration set to delete.
\n@param configurationSetName The name of the configuration set to delete.*/",
"setterMethodName" : "setConfigurationSetName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "configurationSetName",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**The name of the configuration set to delete.
\n@param configurationSetName The name of the configuration set to delete.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "configurationSetName",
"variableType" : "String",
"documentation" : "The name of the configuration set to delete.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"ConfigurationSetName" : {
"c2jName" : "ConfigurationSetName",
"c2jShape" : "ConfigurationSetName",
"deprecated" : false,
"documentation" : "The name of the configuration set to delete.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The name of the configuration set to delete.
\n@param configurationSetName The name of the configuration set to delete.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withConfigurationSetName",
"getterDocumentation" : "/**The name of the configuration set to delete.
\n@return The name of the configuration set to delete.*/",
"getterMethodName" : "getConfigurationSetName",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ConfigurationSetName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ConfigurationSetName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "ConfigurationSetName",
"setterDocumentation" : "/**The name of the configuration set to delete.
\n@param configurationSetName The name of the configuration set to delete.*/",
"setterMethodName" : "setConfigurationSetName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "configurationSetName",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**The name of the configuration set to delete.
\n@param configurationSetName The name of the configuration set to delete.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "configurationSetName",
"variableType" : "String",
"documentation" : "The name of the configuration set to delete.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}
},
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : [ "ConfigurationSetName" ],
"shapeName" : "DeleteConfigurationSetRequest",
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "DeleteConfigurationSetRequest",
"variableName" : "deleteConfigurationSetRequest",
"variableType" : "DeleteConfigurationSetRequest",
"documentation" : null,
"simpleType" : "DeleteConfigurationSetRequest",
"variableSetterType" : "DeleteConfigurationSetRequest"
},
"wrapper" : false
},
"DeleteConfigurationSetResult" : {
"c2jName" : "DeleteConfigurationSetResponse",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "An empty element returned on a successful request.
",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : null,
"membersAsMap" : { },
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "DeleteConfigurationSetResult",
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : "DeleteConfigurationSetResult"
},
"variable" : {
"variableDeclarationType" : "DeleteConfigurationSetResult",
"variableName" : "deleteConfigurationSetResult",
"variableType" : "DeleteConfigurationSetResult",
"documentation" : null,
"simpleType" : "DeleteConfigurationSetResult",
"variableSetterType" : "DeleteConfigurationSetResult"
},
"wrapper" : false
},
"DeleteIdentityPolicyRequest" : {
"c2jName" : "DeleteIdentityPolicyRequest",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "Represents a request to delete a sending authorization policy for an identity. Sending authorization is an Amazon SES feature that enables you to authorize other senders to use your identities. For information, see the Amazon SES Developer Guide.
",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : {
"action" : "DeleteIdentityPolicy",
"locationName" : null,
"requestUri" : "/",
"target" : null,
"verb" : "POST",
"xmlNameSpaceUri" : null
},
"members" : [ {
"c2jName" : "Identity",
"c2jShape" : "Identity",
"deprecated" : false,
"documentation" : "The identity that is associated with the policy that you want to delete. You can specify the identity by using its name or by using its Amazon Resource Name (ARN). Examples: [email protected]
, example.com
, arn:aws:ses:us-east-1:123456789012:identity/example.com
.
To successfully call this API, you must own the identity.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The identity that is associated with the policy that you want to delete. You can specify the identity by using its name or by using its Amazon Resource Name (ARN). Examples: [email protected]
, example.com
, arn:aws:ses:us-east-1:123456789012:identity/example.com
.
To successfully call this API, you must own the identity.
\n@param identity The identity that is associated with the policy that you want to delete. You can specify the identity by using its name or by using its Amazon Resource Name (ARN). Examples: [email protected]
, example.com
, arn:aws:ses:us-east-1:123456789012:identity/example.com
. To successfully call this API, you must own the identity.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withIdentity",
"getterDocumentation" : "/**
The identity that is associated with the policy that you want to delete. You can specify the identity by using its name or by using its Amazon Resource Name (ARN). Examples: [email protected]
, example.com
, arn:aws:ses:us-east-1:123456789012:identity/example.com
.
To successfully call this API, you must own the identity.
\n@return The identity that is associated with the policy that you want to delete. You can specify the identity by using its name or by using its Amazon Resource Name (ARN). Examples: [email protected]
, example.com
, arn:aws:ses:us-east-1:123456789012:identity/example.com
. To successfully call this API, you must own the identity.*/",
"getterMethodName" : "getIdentity",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Identity",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Identity",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "Identity",
"setterDocumentation" : "/**
The identity that is associated with the policy that you want to delete. You can specify the identity by using its name or by using its Amazon Resource Name (ARN). Examples: [email protected]
, example.com
, arn:aws:ses:us-east-1:123456789012:identity/example.com
.
To successfully call this API, you must own the identity.
\n@param identity The identity that is associated with the policy that you want to delete. You can specify the identity by using its name or by using its Amazon Resource Name (ARN). Examples: [email protected]
, example.com
, arn:aws:ses:us-east-1:123456789012:identity/example.com
. To successfully call this API, you must own the identity.*/",
"setterMethodName" : "setIdentity",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "identity",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**
The identity that is associated with the policy that you want to delete. You can specify the identity by using its name or by using its Amazon Resource Name (ARN). Examples: [email protected]
, example.com
, arn:aws:ses:us-east-1:123456789012:identity/example.com
.
To successfully call this API, you must own the identity.
\n@param identity The identity that is associated with the policy that you want to delete. You can specify the identity by using its name or by using its Amazon Resource Name (ARN). Examples: [email protected]
, example.com
, arn:aws:ses:us-east-1:123456789012:identity/example.com
. To successfully call this API, you must own the identity.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "identity",
"variableType" : "String",
"documentation" : "
The identity that is associated with the policy that you want to delete. You can specify the identity by using its name or by using its Amazon Resource Name (ARN). Examples: [email protected]
, example.com
, arn:aws:ses:us-east-1:123456789012:identity/example.com
.
To successfully call this API, you must own the identity.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "PolicyName",
"c2jShape" : "PolicyName",
"deprecated" : false,
"documentation" : "The name of the policy to be deleted.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The name of the policy to be deleted.
\n@param policyName The name of the policy to be deleted.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withPolicyName",
"getterDocumentation" : "/**The name of the policy to be deleted.
\n@return The name of the policy to be deleted.*/",
"getterMethodName" : "getPolicyName",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "PolicyName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "PolicyName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "PolicyName",
"setterDocumentation" : "/**The name of the policy to be deleted.
\n@param policyName The name of the policy to be deleted.*/",
"setterMethodName" : "setPolicyName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "policyName",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**The name of the policy to be deleted.
\n@param policyName The name of the policy to be deleted.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "policyName",
"variableType" : "String",
"documentation" : "The name of the policy to be deleted.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"Identity" : {
"c2jName" : "Identity",
"c2jShape" : "Identity",
"deprecated" : false,
"documentation" : "The identity that is associated with the policy that you want to delete. You can specify the identity by using its name or by using its Amazon Resource Name (ARN). Examples: [email protected]
, example.com
, arn:aws:ses:us-east-1:123456789012:identity/example.com
.
To successfully call this API, you must own the identity.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The identity that is associated with the policy that you want to delete. You can specify the identity by using its name or by using its Amazon Resource Name (ARN). Examples: [email protected]
, example.com
, arn:aws:ses:us-east-1:123456789012:identity/example.com
.
To successfully call this API, you must own the identity.
\n@param identity The identity that is associated with the policy that you want to delete. You can specify the identity by using its name or by using its Amazon Resource Name (ARN). Examples: [email protected]
, example.com
, arn:aws:ses:us-east-1:123456789012:identity/example.com
. To successfully call this API, you must own the identity.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withIdentity",
"getterDocumentation" : "/**
The identity that is associated with the policy that you want to delete. You can specify the identity by using its name or by using its Amazon Resource Name (ARN). Examples: [email protected]
, example.com
, arn:aws:ses:us-east-1:123456789012:identity/example.com
.
To successfully call this API, you must own the identity.
\n@return The identity that is associated with the policy that you want to delete. You can specify the identity by using its name or by using its Amazon Resource Name (ARN). Examples: [email protected]
, example.com
, arn:aws:ses:us-east-1:123456789012:identity/example.com
. To successfully call this API, you must own the identity.*/",
"getterMethodName" : "getIdentity",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Identity",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Identity",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "Identity",
"setterDocumentation" : "/**
The identity that is associated with the policy that you want to delete. You can specify the identity by using its name or by using its Amazon Resource Name (ARN). Examples: [email protected]
, example.com
, arn:aws:ses:us-east-1:123456789012:identity/example.com
.
To successfully call this API, you must own the identity.
\n@param identity The identity that is associated with the policy that you want to delete. You can specify the identity by using its name or by using its Amazon Resource Name (ARN). Examples: [email protected]
, example.com
, arn:aws:ses:us-east-1:123456789012:identity/example.com
. To successfully call this API, you must own the identity.*/",
"setterMethodName" : "setIdentity",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "identity",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**
The identity that is associated with the policy that you want to delete. You can specify the identity by using its name or by using its Amazon Resource Name (ARN). Examples: [email protected]
, example.com
, arn:aws:ses:us-east-1:123456789012:identity/example.com
.
To successfully call this API, you must own the identity.
\n@param identity The identity that is associated with the policy that you want to delete. You can specify the identity by using its name or by using its Amazon Resource Name (ARN). Examples: [email protected]
, example.com
, arn:aws:ses:us-east-1:123456789012:identity/example.com
. To successfully call this API, you must own the identity.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "identity",
"variableType" : "String",
"documentation" : "
The identity that is associated with the policy that you want to delete. You can specify the identity by using its name or by using its Amazon Resource Name (ARN). Examples: [email protected]
, example.com
, arn:aws:ses:us-east-1:123456789012:identity/example.com
.
To successfully call this API, you must own the identity.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"PolicyName" : {
"c2jName" : "PolicyName",
"c2jShape" : "PolicyName",
"deprecated" : false,
"documentation" : "The name of the policy to be deleted.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The name of the policy to be deleted.
\n@param policyName The name of the policy to be deleted.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withPolicyName",
"getterDocumentation" : "/**The name of the policy to be deleted.
\n@return The name of the policy to be deleted.*/",
"getterMethodName" : "getPolicyName",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "PolicyName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "PolicyName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "PolicyName",
"setterDocumentation" : "/**The name of the policy to be deleted.
\n@param policyName The name of the policy to be deleted.*/",
"setterMethodName" : "setPolicyName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "policyName",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**The name of the policy to be deleted.
\n@param policyName The name of the policy to be deleted.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "policyName",
"variableType" : "String",
"documentation" : "The name of the policy to be deleted.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}
},
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : [ "Identity", "PolicyName" ],
"shapeName" : "DeleteIdentityPolicyRequest",
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "DeleteIdentityPolicyRequest",
"variableName" : "deleteIdentityPolicyRequest",
"variableType" : "DeleteIdentityPolicyRequest",
"documentation" : null,
"simpleType" : "DeleteIdentityPolicyRequest",
"variableSetterType" : "DeleteIdentityPolicyRequest"
},
"wrapper" : false
},
"DeleteIdentityPolicyResult" : {
"c2jName" : "DeleteIdentityPolicyResponse",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "An empty element returned on a successful request.
",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : null,
"membersAsMap" : { },
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "DeleteIdentityPolicyResult",
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : "DeleteIdentityPolicyResult"
},
"variable" : {
"variableDeclarationType" : "DeleteIdentityPolicyResult",
"variableName" : "deleteIdentityPolicyResult",
"variableType" : "DeleteIdentityPolicyResult",
"documentation" : null,
"simpleType" : "DeleteIdentityPolicyResult",
"variableSetterType" : "DeleteIdentityPolicyResult"
},
"wrapper" : false
},
"DeleteIdentityRequest" : {
"c2jName" : "DeleteIdentityRequest",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "Represents a request to delete one of your Amazon SES identities (an email address or domain).
",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : {
"action" : "DeleteIdentity",
"locationName" : null,
"requestUri" : "/",
"target" : null,
"verb" : "POST",
"xmlNameSpaceUri" : null
},
"members" : [ {
"c2jName" : "Identity",
"c2jShape" : "Identity",
"deprecated" : false,
"documentation" : "The identity to be removed from the list of identities for the AWS Account.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The identity to be removed from the list of identities for the AWS Account.
\n@param identity The identity to be removed from the list of identities for the AWS Account.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withIdentity",
"getterDocumentation" : "/**The identity to be removed from the list of identities for the AWS Account.
\n@return The identity to be removed from the list of identities for the AWS Account.*/",
"getterMethodName" : "getIdentity",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Identity",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Identity",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "Identity",
"setterDocumentation" : "/**The identity to be removed from the list of identities for the AWS Account.
\n@param identity The identity to be removed from the list of identities for the AWS Account.*/",
"setterMethodName" : "setIdentity",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "identity",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**The identity to be removed from the list of identities for the AWS Account.
\n@param identity The identity to be removed from the list of identities for the AWS Account.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "identity",
"variableType" : "String",
"documentation" : "The identity to be removed from the list of identities for the AWS Account.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"Identity" : {
"c2jName" : "Identity",
"c2jShape" : "Identity",
"deprecated" : false,
"documentation" : "The identity to be removed from the list of identities for the AWS Account.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The identity to be removed from the list of identities for the AWS Account.
\n@param identity The identity to be removed from the list of identities for the AWS Account.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withIdentity",
"getterDocumentation" : "/**The identity to be removed from the list of identities for the AWS Account.
\n@return The identity to be removed from the list of identities for the AWS Account.*/",
"getterMethodName" : "getIdentity",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Identity",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Identity",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "Identity",
"setterDocumentation" : "/**The identity to be removed from the list of identities for the AWS Account.
\n@param identity The identity to be removed from the list of identities for the AWS Account.*/",
"setterMethodName" : "setIdentity",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "identity",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**The identity to be removed from the list of identities for the AWS Account.
\n@param identity The identity to be removed from the list of identities for the AWS Account.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "identity",
"variableType" : "String",
"documentation" : "The identity to be removed from the list of identities for the AWS Account.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}
},
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : [ "Identity" ],
"shapeName" : "DeleteIdentityRequest",
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "DeleteIdentityRequest",
"variableName" : "deleteIdentityRequest",
"variableType" : "DeleteIdentityRequest",
"documentation" : null,
"simpleType" : "DeleteIdentityRequest",
"variableSetterType" : "DeleteIdentityRequest"
},
"wrapper" : false
},
"DeleteIdentityResult" : {
"c2jName" : "DeleteIdentityResponse",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "An empty element returned on a successful request.
",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : null,
"membersAsMap" : { },
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "DeleteIdentityResult",
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : "DeleteIdentityResult"
},
"variable" : {
"variableDeclarationType" : "DeleteIdentityResult",
"variableName" : "deleteIdentityResult",
"variableType" : "DeleteIdentityResult",
"documentation" : null,
"simpleType" : "DeleteIdentityResult",
"variableSetterType" : "DeleteIdentityResult"
},
"wrapper" : false
},
"DeleteReceiptFilterRequest" : {
"c2jName" : "DeleteReceiptFilterRequest",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "Represents a request to delete an IP address filter. You use IP address filters when you receive email with Amazon SES. For more information, see the Amazon SES Developer Guide.
",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : {
"action" : "DeleteReceiptFilter",
"locationName" : null,
"requestUri" : "/",
"target" : null,
"verb" : "POST",
"xmlNameSpaceUri" : null
},
"members" : [ {
"c2jName" : "FilterName",
"c2jShape" : "ReceiptFilterName",
"deprecated" : false,
"documentation" : "The name of the IP address filter to delete.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The name of the IP address filter to delete.
\n@param filterName The name of the IP address filter to delete.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withFilterName",
"getterDocumentation" : "/**The name of the IP address filter to delete.
\n@return The name of the IP address filter to delete.*/",
"getterMethodName" : "getFilterName",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "FilterName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "FilterName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "FilterName",
"setterDocumentation" : "/**The name of the IP address filter to delete.
\n@param filterName The name of the IP address filter to delete.*/",
"setterMethodName" : "setFilterName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "filterName",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**The name of the IP address filter to delete.
\n@param filterName The name of the IP address filter to delete.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "filterName",
"variableType" : "String",
"documentation" : "The name of the IP address filter to delete.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"FilterName" : {
"c2jName" : "FilterName",
"c2jShape" : "ReceiptFilterName",
"deprecated" : false,
"documentation" : "The name of the IP address filter to delete.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The name of the IP address filter to delete.
\n@param filterName The name of the IP address filter to delete.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withFilterName",
"getterDocumentation" : "/**The name of the IP address filter to delete.
\n@return The name of the IP address filter to delete.*/",
"getterMethodName" : "getFilterName",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "FilterName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "FilterName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "FilterName",
"setterDocumentation" : "/**The name of the IP address filter to delete.
\n@param filterName The name of the IP address filter to delete.*/",
"setterMethodName" : "setFilterName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "filterName",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**The name of the IP address filter to delete.
\n@param filterName The name of the IP address filter to delete.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "filterName",
"variableType" : "String",
"documentation" : "The name of the IP address filter to delete.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}
},
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : [ "FilterName" ],
"shapeName" : "DeleteReceiptFilterRequest",
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "DeleteReceiptFilterRequest",
"variableName" : "deleteReceiptFilterRequest",
"variableType" : "DeleteReceiptFilterRequest",
"documentation" : null,
"simpleType" : "DeleteReceiptFilterRequest",
"variableSetterType" : "DeleteReceiptFilterRequest"
},
"wrapper" : false
},
"DeleteReceiptFilterResult" : {
"c2jName" : "DeleteReceiptFilterResponse",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "An empty element returned on a successful request.
",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : null,
"membersAsMap" : { },
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "DeleteReceiptFilterResult",
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : "DeleteReceiptFilterResult"
},
"variable" : {
"variableDeclarationType" : "DeleteReceiptFilterResult",
"variableName" : "deleteReceiptFilterResult",
"variableType" : "DeleteReceiptFilterResult",
"documentation" : null,
"simpleType" : "DeleteReceiptFilterResult",
"variableSetterType" : "DeleteReceiptFilterResult"
},
"wrapper" : false
},
"DeleteReceiptRuleRequest" : {
"c2jName" : "DeleteReceiptRuleRequest",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "Represents a request to delete a receipt rule. You use receipt rules to receive email with Amazon SES. For more information, see the Amazon SES Developer Guide.
",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : {
"action" : "DeleteReceiptRule",
"locationName" : null,
"requestUri" : "/",
"target" : null,
"verb" : "POST",
"xmlNameSpaceUri" : null
},
"members" : [ {
"c2jName" : "RuleSetName",
"c2jShape" : "ReceiptRuleSetName",
"deprecated" : false,
"documentation" : "The name of the receipt rule set that contains the receipt rule to delete.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The name of the receipt rule set that contains the receipt rule to delete.
\n@param ruleSetName The name of the receipt rule set that contains the receipt rule to delete.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withRuleSetName",
"getterDocumentation" : "/**The name of the receipt rule set that contains the receipt rule to delete.
\n@return The name of the receipt rule set that contains the receipt rule to delete.*/",
"getterMethodName" : "getRuleSetName",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "RuleSetName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "RuleSetName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "RuleSetName",
"setterDocumentation" : "/**The name of the receipt rule set that contains the receipt rule to delete.
\n@param ruleSetName The name of the receipt rule set that contains the receipt rule to delete.*/",
"setterMethodName" : "setRuleSetName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "ruleSetName",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**The name of the receipt rule set that contains the receipt rule to delete.
\n@param ruleSetName The name of the receipt rule set that contains the receipt rule to delete.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "ruleSetName",
"variableType" : "String",
"documentation" : "The name of the receipt rule set that contains the receipt rule to delete.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "RuleName",
"c2jShape" : "ReceiptRuleName",
"deprecated" : false,
"documentation" : "The name of the receipt rule to delete.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The name of the receipt rule to delete.
\n@param ruleName The name of the receipt rule to delete.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withRuleName",
"getterDocumentation" : "/**The name of the receipt rule to delete.
\n@return The name of the receipt rule to delete.*/",
"getterMethodName" : "getRuleName",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "RuleName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "RuleName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "RuleName",
"setterDocumentation" : "/**The name of the receipt rule to delete.
\n@param ruleName The name of the receipt rule to delete.*/",
"setterMethodName" : "setRuleName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "ruleName",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**The name of the receipt rule to delete.
\n@param ruleName The name of the receipt rule to delete.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "ruleName",
"variableType" : "String",
"documentation" : "The name of the receipt rule to delete.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"RuleName" : {
"c2jName" : "RuleName",
"c2jShape" : "ReceiptRuleName",
"deprecated" : false,
"documentation" : "The name of the receipt rule to delete.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The name of the receipt rule to delete.
\n@param ruleName The name of the receipt rule to delete.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withRuleName",
"getterDocumentation" : "/**The name of the receipt rule to delete.
\n@return The name of the receipt rule to delete.*/",
"getterMethodName" : "getRuleName",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "RuleName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "RuleName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "RuleName",
"setterDocumentation" : "/**The name of the receipt rule to delete.
\n@param ruleName The name of the receipt rule to delete.*/",
"setterMethodName" : "setRuleName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "ruleName",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**The name of the receipt rule to delete.
\n@param ruleName The name of the receipt rule to delete.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "ruleName",
"variableType" : "String",
"documentation" : "The name of the receipt rule to delete.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"RuleSetName" : {
"c2jName" : "RuleSetName",
"c2jShape" : "ReceiptRuleSetName",
"deprecated" : false,
"documentation" : "The name of the receipt rule set that contains the receipt rule to delete.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The name of the receipt rule set that contains the receipt rule to delete.
\n@param ruleSetName The name of the receipt rule set that contains the receipt rule to delete.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withRuleSetName",
"getterDocumentation" : "/**The name of the receipt rule set that contains the receipt rule to delete.
\n@return The name of the receipt rule set that contains the receipt rule to delete.*/",
"getterMethodName" : "getRuleSetName",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "RuleSetName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "RuleSetName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "RuleSetName",
"setterDocumentation" : "/**The name of the receipt rule set that contains the receipt rule to delete.
\n@param ruleSetName The name of the receipt rule set that contains the receipt rule to delete.*/",
"setterMethodName" : "setRuleSetName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "ruleSetName",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**The name of the receipt rule set that contains the receipt rule to delete.
\n@param ruleSetName The name of the receipt rule set that contains the receipt rule to delete.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "ruleSetName",
"variableType" : "String",
"documentation" : "The name of the receipt rule set that contains the receipt rule to delete.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}
},
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : [ "RuleSetName", "RuleName" ],
"shapeName" : "DeleteReceiptRuleRequest",
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "DeleteReceiptRuleRequest",
"variableName" : "deleteReceiptRuleRequest",
"variableType" : "DeleteReceiptRuleRequest",
"documentation" : null,
"simpleType" : "DeleteReceiptRuleRequest",
"variableSetterType" : "DeleteReceiptRuleRequest"
},
"wrapper" : false
},
"DeleteReceiptRuleResult" : {
"c2jName" : "DeleteReceiptRuleResponse",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "An empty element returned on a successful request.
",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : null,
"membersAsMap" : { },
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "DeleteReceiptRuleResult",
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : "DeleteReceiptRuleResult"
},
"variable" : {
"variableDeclarationType" : "DeleteReceiptRuleResult",
"variableName" : "deleteReceiptRuleResult",
"variableType" : "DeleteReceiptRuleResult",
"documentation" : null,
"simpleType" : "DeleteReceiptRuleResult",
"variableSetterType" : "DeleteReceiptRuleResult"
},
"wrapper" : false
},
"DeleteReceiptRuleSetRequest" : {
"c2jName" : "DeleteReceiptRuleSetRequest",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "Represents a request to delete a receipt rule set and all of the receipt rules it contains. You use receipt rule sets to receive email with Amazon SES. For more information, see the Amazon SES Developer Guide.
",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : {
"action" : "DeleteReceiptRuleSet",
"locationName" : null,
"requestUri" : "/",
"target" : null,
"verb" : "POST",
"xmlNameSpaceUri" : null
},
"members" : [ {
"c2jName" : "RuleSetName",
"c2jShape" : "ReceiptRuleSetName",
"deprecated" : false,
"documentation" : "The name of the receipt rule set to delete.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The name of the receipt rule set to delete.
\n@param ruleSetName The name of the receipt rule set to delete.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withRuleSetName",
"getterDocumentation" : "/**The name of the receipt rule set to delete.
\n@return The name of the receipt rule set to delete.*/",
"getterMethodName" : "getRuleSetName",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "RuleSetName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "RuleSetName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "RuleSetName",
"setterDocumentation" : "/**The name of the receipt rule set to delete.
\n@param ruleSetName The name of the receipt rule set to delete.*/",
"setterMethodName" : "setRuleSetName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "ruleSetName",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**The name of the receipt rule set to delete.
\n@param ruleSetName The name of the receipt rule set to delete.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "ruleSetName",
"variableType" : "String",
"documentation" : "The name of the receipt rule set to delete.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"RuleSetName" : {
"c2jName" : "RuleSetName",
"c2jShape" : "ReceiptRuleSetName",
"deprecated" : false,
"documentation" : "The name of the receipt rule set to delete.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The name of the receipt rule set to delete.
\n@param ruleSetName The name of the receipt rule set to delete.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withRuleSetName",
"getterDocumentation" : "/**The name of the receipt rule set to delete.
\n@return The name of the receipt rule set to delete.*/",
"getterMethodName" : "getRuleSetName",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "RuleSetName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "RuleSetName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "RuleSetName",
"setterDocumentation" : "/**The name of the receipt rule set to delete.
\n@param ruleSetName The name of the receipt rule set to delete.*/",
"setterMethodName" : "setRuleSetName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "ruleSetName",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**The name of the receipt rule set to delete.
\n@param ruleSetName The name of the receipt rule set to delete.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "ruleSetName",
"variableType" : "String",
"documentation" : "The name of the receipt rule set to delete.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}
},
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : [ "RuleSetName" ],
"shapeName" : "DeleteReceiptRuleSetRequest",
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "DeleteReceiptRuleSetRequest",
"variableName" : "deleteReceiptRuleSetRequest",
"variableType" : "DeleteReceiptRuleSetRequest",
"documentation" : null,
"simpleType" : "DeleteReceiptRuleSetRequest",
"variableSetterType" : "DeleteReceiptRuleSetRequest"
},
"wrapper" : false
},
"DeleteReceiptRuleSetResult" : {
"c2jName" : "DeleteReceiptRuleSetResponse",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "An empty element returned on a successful request.
",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : null,
"membersAsMap" : { },
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "DeleteReceiptRuleSetResult",
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : "DeleteReceiptRuleSetResult"
},
"variable" : {
"variableDeclarationType" : "DeleteReceiptRuleSetResult",
"variableName" : "deleteReceiptRuleSetResult",
"variableType" : "DeleteReceiptRuleSetResult",
"documentation" : null,
"simpleType" : "DeleteReceiptRuleSetResult",
"variableSetterType" : "DeleteReceiptRuleSetResult"
},
"wrapper" : false
},
"DeleteVerifiedEmailAddressRequest" : {
"c2jName" : "DeleteVerifiedEmailAddressRequest",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "Represents a request to delete an email address from the list of email addresses you have attempted to verify under your AWS account.
",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : {
"action" : "DeleteVerifiedEmailAddress",
"locationName" : null,
"requestUri" : "/",
"target" : null,
"verb" : "POST",
"xmlNameSpaceUri" : null
},
"members" : [ {
"c2jName" : "EmailAddress",
"c2jShape" : "Address",
"deprecated" : false,
"documentation" : "An email address to be removed from the list of verified addresses.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**An email address to be removed from the list of verified addresses.
\n@param emailAddress An email address to be removed from the list of verified addresses.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withEmailAddress",
"getterDocumentation" : "/**An email address to be removed from the list of verified addresses.
\n@return An email address to be removed from the list of verified addresses.*/",
"getterMethodName" : "getEmailAddress",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "EmailAddress",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "EmailAddress",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "EmailAddress",
"setterDocumentation" : "/**An email address to be removed from the list of verified addresses.
\n@param emailAddress An email address to be removed from the list of verified addresses.*/",
"setterMethodName" : "setEmailAddress",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "emailAddress",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**An email address to be removed from the list of verified addresses.
\n@param emailAddress An email address to be removed from the list of verified addresses.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "emailAddress",
"variableType" : "String",
"documentation" : "An email address to be removed from the list of verified addresses.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"EmailAddress" : {
"c2jName" : "EmailAddress",
"c2jShape" : "Address",
"deprecated" : false,
"documentation" : "An email address to be removed from the list of verified addresses.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**An email address to be removed from the list of verified addresses.
\n@param emailAddress An email address to be removed from the list of verified addresses.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withEmailAddress",
"getterDocumentation" : "/**An email address to be removed from the list of verified addresses.
\n@return An email address to be removed from the list of verified addresses.*/",
"getterMethodName" : "getEmailAddress",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "EmailAddress",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "EmailAddress",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "EmailAddress",
"setterDocumentation" : "/**An email address to be removed from the list of verified addresses.
\n@param emailAddress An email address to be removed from the list of verified addresses.*/",
"setterMethodName" : "setEmailAddress",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "emailAddress",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**An email address to be removed from the list of verified addresses.
\n@param emailAddress An email address to be removed from the list of verified addresses.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "emailAddress",
"variableType" : "String",
"documentation" : "An email address to be removed from the list of verified addresses.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}
},
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : [ "EmailAddress" ],
"shapeName" : "DeleteVerifiedEmailAddressRequest",
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "DeleteVerifiedEmailAddressRequest",
"variableName" : "deleteVerifiedEmailAddressRequest",
"variableType" : "DeleteVerifiedEmailAddressRequest",
"documentation" : null,
"simpleType" : "DeleteVerifiedEmailAddressRequest",
"variableSetterType" : "DeleteVerifiedEmailAddressRequest"
},
"wrapper" : false
},
"DeleteVerifiedEmailAddressResult" : {
"c2jName" : "DeleteVerifiedEmailAddressResult",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : null,
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : null,
"membersAsMap" : { },
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "DeleteVerifiedEmailAddressResult",
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "DeleteVerifiedEmailAddressResult",
"variableName" : "deleteVerifiedEmailAddressResult",
"variableType" : "DeleteVerifiedEmailAddressResult",
"documentation" : null,
"simpleType" : "DeleteVerifiedEmailAddressResult",
"variableSetterType" : "DeleteVerifiedEmailAddressResult"
},
"wrapper" : false
},
"DescribeActiveReceiptRuleSetRequest" : {
"c2jName" : "DescribeActiveReceiptRuleSetRequest",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "Represents a request to return the metadata and receipt rules for the receipt rule set that is currently active. You use receipt rule sets to receive email with Amazon SES. For more information, see the Amazon SES Developer Guide.
",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : {
"action" : "DescribeActiveReceiptRuleSet",
"locationName" : null,
"requestUri" : "/",
"target" : null,
"verb" : "POST",
"xmlNameSpaceUri" : null
},
"members" : null,
"membersAsMap" : { },
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "DescribeActiveReceiptRuleSetRequest",
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "DescribeActiveReceiptRuleSetRequest",
"variableName" : "describeActiveReceiptRuleSetRequest",
"variableType" : "DescribeActiveReceiptRuleSetRequest",
"documentation" : null,
"simpleType" : "DescribeActiveReceiptRuleSetRequest",
"variableSetterType" : "DescribeActiveReceiptRuleSetRequest"
},
"wrapper" : false
},
"DescribeActiveReceiptRuleSetResult" : {
"c2jName" : "DescribeActiveReceiptRuleSetResponse",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "Represents the metadata and receipt rules for the receipt rule set that is currently active.
",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : [ {
"c2jName" : "Metadata",
"c2jShape" : "ReceiptRuleSetMetadata",
"deprecated" : false,
"documentation" : "The metadata for the currently active receipt rule set. The metadata consists of the rule set name and a timestamp of when the rule set was created.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The metadata for the currently active receipt rule set. The metadata consists of the rule set name and a timestamp of when the rule set was created.
\n@param metadata The metadata for the currently active receipt rule set. The metadata consists of the rule set name and a timestamp of when the rule set was created.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withMetadata",
"getterDocumentation" : "/**The metadata for the currently active receipt rule set. The metadata consists of the rule set name and a timestamp of when the rule set was created.
\n@return The metadata for the currently active receipt rule set. The metadata consists of the rule set name and a timestamp of when the rule set was created.*/",
"getterMethodName" : "getMetadata",
"getterModel" : {
"returnType" : "ReceiptRuleSetMetadata",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Metadata",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Metadata",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "StructuredPojo",
"marshallingType" : "STRUCTURED",
"name" : "Metadata",
"setterDocumentation" : "/**The metadata for the currently active receipt rule set. The metadata consists of the rule set name and a timestamp of when the rule set was created.
\n@param metadata The metadata for the currently active receipt rule set. The metadata consists of the rule set name and a timestamp of when the rule set was created.*/",
"setterMethodName" : "setMetadata",
"setterModel" : {
"variableDeclarationType" : "ReceiptRuleSetMetadata",
"variableName" : "metadata",
"variableType" : "ReceiptRuleSetMetadata",
"documentation" : "",
"simpleType" : "ReceiptRuleSetMetadata",
"variableSetterType" : "ReceiptRuleSetMetadata"
},
"simple" : false,
"varargSetterDocumentation" : "/**The metadata for the currently active receipt rule set. The metadata consists of the rule set name and a timestamp of when the rule set was created.
\n@param metadata The metadata for the currently active receipt rule set. The metadata consists of the rule set name and a timestamp of when the rule set was created.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "ReceiptRuleSetMetadata",
"variableName" : "metadata",
"variableType" : "ReceiptRuleSetMetadata",
"documentation" : "The metadata for the currently active receipt rule set. The metadata consists of the rule set name and a timestamp of when the rule set was created.
",
"simpleType" : "ReceiptRuleSetMetadata",
"variableSetterType" : "ReceiptRuleSetMetadata"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "Rules",
"c2jShape" : "ReceiptRulesList",
"deprecated" : false,
"documentation" : "The receipt rules that belong to the active rule set.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The receipt rules that belong to the active rule set.
\n@param rules The receipt rules that belong to the active rule set.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withRules",
"getterDocumentation" : "/**The receipt rules that belong to the active rule set.
\n@return The receipt rules that belong to the active rule set.*/",
"getterMethodName" : "getRules",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Rules",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Rules",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : true,
"listModel" : {
"implType" : "com.amazonaws.internal.SdkInternalList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"c2jName" : "member",
"c2jShape" : "ReceiptRule",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withMember",
"getterDocumentation" : "/**\n@return */",
"getterMethodName" : "getMember",
"getterModel" : {
"returnType" : "ReceiptRule",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "member",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "StructuredPojo",
"marshallingType" : "STRUCTURED",
"name" : "Member",
"setterDocumentation" : "/**\n@param member */",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "ReceiptRule",
"variableName" : "member",
"variableType" : "ReceiptRule",
"documentation" : "",
"simpleType" : "ReceiptRule",
"variableSetterType" : "ReceiptRule"
},
"simple" : false,
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "ReceiptRule",
"variableName" : "member",
"variableType" : "ReceiptRule",
"documentation" : "",
"simpleType" : "ReceiptRule",
"variableSetterType" : "ReceiptRule"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "ReceiptRule",
"map" : false,
"marshallNonAutoConstructedEmptyLists" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simple" : false,
"simpleType" : "ReceiptRule",
"templateImplType" : "com.amazonaws.internal.SdkInternalList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "List",
"marshallingType" : "LIST",
"name" : "Rules",
"setterDocumentation" : "/**The receipt rules that belong to the active rule set.
\n@param rules The receipt rules that belong to the active rule set.*/",
"setterMethodName" : "setRules",
"setterModel" : {
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"variableName" : "rules",
"variableType" : "java.util.List",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"varargSetterDocumentation" : "/**The receipt rules that belong to the active rule set.
\nNOTE: This method appends the values to the existing list (if any). Use {@link #setRules(java.util.Collection)} or {@link #withRules(java.util.Collection)} if you want to override the existing values.
\n@param rules The receipt rules that belong to the active rule set.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"variableName" : "rules",
"variableType" : "java.util.List",
"documentation" : "The receipt rules that belong to the active rule set.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"Metadata" : {
"c2jName" : "Metadata",
"c2jShape" : "ReceiptRuleSetMetadata",
"deprecated" : false,
"documentation" : "The metadata for the currently active receipt rule set. The metadata consists of the rule set name and a timestamp of when the rule set was created.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The metadata for the currently active receipt rule set. The metadata consists of the rule set name and a timestamp of when the rule set was created.
\n@param metadata The metadata for the currently active receipt rule set. The metadata consists of the rule set name and a timestamp of when the rule set was created.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withMetadata",
"getterDocumentation" : "/**The metadata for the currently active receipt rule set. The metadata consists of the rule set name and a timestamp of when the rule set was created.
\n@return The metadata for the currently active receipt rule set. The metadata consists of the rule set name and a timestamp of when the rule set was created.*/",
"getterMethodName" : "getMetadata",
"getterModel" : {
"returnType" : "ReceiptRuleSetMetadata",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Metadata",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Metadata",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "StructuredPojo",
"marshallingType" : "STRUCTURED",
"name" : "Metadata",
"setterDocumentation" : "/**The metadata for the currently active receipt rule set. The metadata consists of the rule set name and a timestamp of when the rule set was created.
\n@param metadata The metadata for the currently active receipt rule set. The metadata consists of the rule set name and a timestamp of when the rule set was created.*/",
"setterMethodName" : "setMetadata",
"setterModel" : {
"variableDeclarationType" : "ReceiptRuleSetMetadata",
"variableName" : "metadata",
"variableType" : "ReceiptRuleSetMetadata",
"documentation" : "",
"simpleType" : "ReceiptRuleSetMetadata",
"variableSetterType" : "ReceiptRuleSetMetadata"
},
"simple" : false,
"varargSetterDocumentation" : "/**The metadata for the currently active receipt rule set. The metadata consists of the rule set name and a timestamp of when the rule set was created.
\n@param metadata The metadata for the currently active receipt rule set. The metadata consists of the rule set name and a timestamp of when the rule set was created.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "ReceiptRuleSetMetadata",
"variableName" : "metadata",
"variableType" : "ReceiptRuleSetMetadata",
"documentation" : "The metadata for the currently active receipt rule set. The metadata consists of the rule set name and a timestamp of when the rule set was created.
",
"simpleType" : "ReceiptRuleSetMetadata",
"variableSetterType" : "ReceiptRuleSetMetadata"
},
"xmlNameSpaceUri" : null
},
"Rules" : {
"c2jName" : "Rules",
"c2jShape" : "ReceiptRulesList",
"deprecated" : false,
"documentation" : "The receipt rules that belong to the active rule set.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The receipt rules that belong to the active rule set.
\n@param rules The receipt rules that belong to the active rule set.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withRules",
"getterDocumentation" : "/**The receipt rules that belong to the active rule set.
\n@return The receipt rules that belong to the active rule set.*/",
"getterMethodName" : "getRules",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Rules",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Rules",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : true,
"listModel" : {
"implType" : "com.amazonaws.internal.SdkInternalList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"c2jName" : "member",
"c2jShape" : "ReceiptRule",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withMember",
"getterDocumentation" : "/**\n@return */",
"getterMethodName" : "getMember",
"getterModel" : {
"returnType" : "ReceiptRule",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "member",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "StructuredPojo",
"marshallingType" : "STRUCTURED",
"name" : "Member",
"setterDocumentation" : "/**\n@param member */",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "ReceiptRule",
"variableName" : "member",
"variableType" : "ReceiptRule",
"documentation" : "",
"simpleType" : "ReceiptRule",
"variableSetterType" : "ReceiptRule"
},
"simple" : false,
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "ReceiptRule",
"variableName" : "member",
"variableType" : "ReceiptRule",
"documentation" : "",
"simpleType" : "ReceiptRule",
"variableSetterType" : "ReceiptRule"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "ReceiptRule",
"map" : false,
"marshallNonAutoConstructedEmptyLists" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simple" : false,
"simpleType" : "ReceiptRule",
"templateImplType" : "com.amazonaws.internal.SdkInternalList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "List",
"marshallingType" : "LIST",
"name" : "Rules",
"setterDocumentation" : "/**The receipt rules that belong to the active rule set.
\n@param rules The receipt rules that belong to the active rule set.*/",
"setterMethodName" : "setRules",
"setterModel" : {
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"variableName" : "rules",
"variableType" : "java.util.List",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"varargSetterDocumentation" : "/**The receipt rules that belong to the active rule set.
\nNOTE: This method appends the values to the existing list (if any). Use {@link #setRules(java.util.Collection)} or {@link #withRules(java.util.Collection)} if you want to override the existing values.
\n@param rules The receipt rules that belong to the active rule set.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"variableName" : "rules",
"variableType" : "java.util.List",
"documentation" : "The receipt rules that belong to the active rule set.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
}
},
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "DescribeActiveReceiptRuleSetResult",
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : "DescribeActiveReceiptRuleSetResult"
},
"variable" : {
"variableDeclarationType" : "DescribeActiveReceiptRuleSetResult",
"variableName" : "describeActiveReceiptRuleSetResult",
"variableType" : "DescribeActiveReceiptRuleSetResult",
"documentation" : null,
"simpleType" : "DescribeActiveReceiptRuleSetResult",
"variableSetterType" : "DescribeActiveReceiptRuleSetResult"
},
"wrapper" : false
},
"DescribeConfigurationSetRequest" : {
"c2jName" : "DescribeConfigurationSetRequest",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "Represents a request to return the details of a configuration set. Configuration sets enable you to publish email sending events. For information about using configuration sets, see the Amazon SES Developer Guide.
",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : {
"action" : "DescribeConfigurationSet",
"locationName" : null,
"requestUri" : "/",
"target" : null,
"verb" : "POST",
"xmlNameSpaceUri" : null
},
"members" : [ {
"c2jName" : "ConfigurationSetName",
"c2jShape" : "ConfigurationSetName",
"deprecated" : false,
"documentation" : "The name of the configuration set to describe.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The name of the configuration set to describe.
\n@param configurationSetName The name of the configuration set to describe.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withConfigurationSetName",
"getterDocumentation" : "/**The name of the configuration set to describe.
\n@return The name of the configuration set to describe.*/",
"getterMethodName" : "getConfigurationSetName",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ConfigurationSetName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ConfigurationSetName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "ConfigurationSetName",
"setterDocumentation" : "/**The name of the configuration set to describe.
\n@param configurationSetName The name of the configuration set to describe.*/",
"setterMethodName" : "setConfigurationSetName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "configurationSetName",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**The name of the configuration set to describe.
\n@param configurationSetName The name of the configuration set to describe.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "configurationSetName",
"variableType" : "String",
"documentation" : "The name of the configuration set to describe.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "ConfigurationSetAttributeNames",
"c2jShape" : "ConfigurationSetAttributeList",
"deprecated" : false,
"documentation" : "A list of configuration set attributes to return.
",
"enumType" : "ConfigurationSetAttribute",
"fluentSetterDocumentation" : "/**A list of configuration set attributes to return.
\n@param configurationSetAttributeNames A list of configuration set attributes to return.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ConfigurationSetAttribute*/",
"fluentSetterMethodName" : "withConfigurationSetAttributeNames",
"getterDocumentation" : "/**A list of configuration set attributes to return.
\n@return A list of configuration set attributes to return.\n@see ConfigurationSetAttribute*/",
"getterMethodName" : "getConfigurationSetAttributeNames",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ConfigurationSetAttributeNames",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ConfigurationSetAttributeNames",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : true,
"listModel" : {
"implType" : "com.amazonaws.internal.SdkInternalList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"c2jName" : "member",
"c2jShape" : "ConfigurationSetAttribute",
"deprecated" : false,
"documentation" : "",
"enumType" : "ConfigurationSetAttribute",
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.\n@see ConfigurationSetAttribute*/",
"fluentSetterMethodName" : "withMember",
"getterDocumentation" : "/**\n@return \n@see ConfigurationSetAttribute*/",
"getterMethodName" : "getMember",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "member",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "Member",
"setterDocumentation" : "/**\n@param member \n@see ConfigurationSetAttribute*/",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "member",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.\n@see ConfigurationSetAttribute*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "member",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "String",
"map" : false,
"marshallNonAutoConstructedEmptyLists" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simple" : true,
"simpleType" : "String",
"templateImplType" : "com.amazonaws.internal.SdkInternalList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "List",
"marshallingType" : "LIST",
"name" : "ConfigurationSetAttributeNames",
"setterDocumentation" : "/**A list of configuration set attributes to return.
\n@param configurationSetAttributeNames A list of configuration set attributes to return.\n@see ConfigurationSetAttribute*/",
"setterMethodName" : "setConfigurationSetAttributeNames",
"setterModel" : {
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"variableName" : "configurationSetAttributeNames",
"variableType" : "java.util.List",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"varargSetterDocumentation" : "/**A list of configuration set attributes to return.
\nNOTE: This method appends the values to the existing list (if any). Use {@link #setConfigurationSetAttributeNames(java.util.Collection)} or {@link #withConfigurationSetAttributeNames(java.util.Collection)} if you want to override the existing values.
\n@param configurationSetAttributeNames A list of configuration set attributes to return.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ConfigurationSetAttribute*/",
"variable" : {
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"variableName" : "configurationSetAttributeNames",
"variableType" : "java.util.List",
"documentation" : "A list of configuration set attributes to return.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"ConfigurationSetAttributeNames" : {
"c2jName" : "ConfigurationSetAttributeNames",
"c2jShape" : "ConfigurationSetAttributeList",
"deprecated" : false,
"documentation" : "A list of configuration set attributes to return.
",
"enumType" : "ConfigurationSetAttribute",
"fluentSetterDocumentation" : "/**A list of configuration set attributes to return.
\n@param configurationSetAttributeNames A list of configuration set attributes to return.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ConfigurationSetAttribute*/",
"fluentSetterMethodName" : "withConfigurationSetAttributeNames",
"getterDocumentation" : "/**A list of configuration set attributes to return.
\n@return A list of configuration set attributes to return.\n@see ConfigurationSetAttribute*/",
"getterMethodName" : "getConfigurationSetAttributeNames",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ConfigurationSetAttributeNames",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ConfigurationSetAttributeNames",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : true,
"listModel" : {
"implType" : "com.amazonaws.internal.SdkInternalList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"c2jName" : "member",
"c2jShape" : "ConfigurationSetAttribute",
"deprecated" : false,
"documentation" : "",
"enumType" : "ConfigurationSetAttribute",
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.\n@see ConfigurationSetAttribute*/",
"fluentSetterMethodName" : "withMember",
"getterDocumentation" : "/**\n@return \n@see ConfigurationSetAttribute*/",
"getterMethodName" : "getMember",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "member",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "Member",
"setterDocumentation" : "/**\n@param member \n@see ConfigurationSetAttribute*/",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "member",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.\n@see ConfigurationSetAttribute*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "member",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "String",
"map" : false,
"marshallNonAutoConstructedEmptyLists" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simple" : true,
"simpleType" : "String",
"templateImplType" : "com.amazonaws.internal.SdkInternalList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "List",
"marshallingType" : "LIST",
"name" : "ConfigurationSetAttributeNames",
"setterDocumentation" : "/**A list of configuration set attributes to return.
\n@param configurationSetAttributeNames A list of configuration set attributes to return.\n@see ConfigurationSetAttribute*/",
"setterMethodName" : "setConfigurationSetAttributeNames",
"setterModel" : {
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"variableName" : "configurationSetAttributeNames",
"variableType" : "java.util.List",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"varargSetterDocumentation" : "/**A list of configuration set attributes to return.
\n