Versions in this module Expand all Collapse all v1 v1.0.1 Jul 4, 2024 v1.0.0 Jul 4, 2024 Changes in this version + const BehaviorOnMXFailureRejectMessage + const BehaviorOnMXFailureUseDefaultValue + const BounceTypeContentRejected + const BounceTypeDoesNotExist + const BounceTypeExceededQuota + const BounceTypeMessageTooLarge + const BounceTypeTemporaryFailure + const BounceTypeUndefined + const BulkEmailStatusAccountDailyQuotaExceeded + const BulkEmailStatusAccountSendingPaused + const BulkEmailStatusAccountSuspended + const BulkEmailStatusAccountThrottled + const BulkEmailStatusConfigurationSetDoesNotExist + const BulkEmailStatusConfigurationSetSendingPaused + const BulkEmailStatusFailed + const BulkEmailStatusInvalidParameterValue + const BulkEmailStatusInvalidSendingPoolName + const BulkEmailStatusMailFromDomainNotVerified + const BulkEmailStatusMessageRejected + const BulkEmailStatusSuccess + const BulkEmailStatusTemplateDoesNotExist + const BulkEmailStatusTransientFailure + const ConfigurationSetAttributeDeliveryOptions + const ConfigurationSetAttributeEventDestinations + const ConfigurationSetAttributeReputationOptions + const ConfigurationSetAttributeTrackingOptions + const CustomMailFromStatusFailed + const CustomMailFromStatusPending + const CustomMailFromStatusSuccess + const CustomMailFromStatusTemporaryFailure + const DimensionValueSourceEmailHeader + const DimensionValueSourceLinkTag + const DimensionValueSourceMessageTag + const DsnActionDelayed + const DsnActionDelivered + const DsnActionExpanded + const DsnActionFailed + const DsnActionRelayed + const EndpointsID + const ErrCodeAccountSendingPausedException + const ErrCodeAlreadyExistsException + const ErrCodeCannotDeleteException + const ErrCodeConfigurationSetAlreadyExistsException + const ErrCodeConfigurationSetDoesNotExistException + const ErrCodeConfigurationSetSendingPausedException + const ErrCodeCustomVerificationEmailInvalidContentException + const ErrCodeCustomVerificationEmailTemplateAlreadyExistsException + const ErrCodeCustomVerificationEmailTemplateDoesNotExistException + const ErrCodeEventDestinationAlreadyExistsException + const ErrCodeEventDestinationDoesNotExistException + const ErrCodeFromEmailAddressNotVerifiedException + const ErrCodeInvalidCloudWatchDestinationException + const ErrCodeInvalidConfigurationSetException + const ErrCodeInvalidDeliveryOptionsException + const ErrCodeInvalidFirehoseDestinationException + const ErrCodeInvalidLambdaFunctionException + const ErrCodeInvalidPolicyException + const ErrCodeInvalidRenderingParameterException + const ErrCodeInvalidS3ConfigurationException + const ErrCodeInvalidSNSDestinationException + const ErrCodeInvalidSnsTopicException + const ErrCodeInvalidTemplateException + const ErrCodeInvalidTrackingOptionsException + const ErrCodeLimitExceededException + const ErrCodeMailFromDomainNotVerifiedException + const ErrCodeMessageRejected + const ErrCodeMissingRenderingAttributeException + const ErrCodeProductionAccessNotGrantedException + const ErrCodeRuleDoesNotExistException + const ErrCodeRuleSetDoesNotExistException + const ErrCodeTemplateDoesNotExistException + const ErrCodeTrackingOptionsAlreadyExistsException + const ErrCodeTrackingOptionsDoesNotExistException + const EventTypeBounce + const EventTypeClick + const EventTypeComplaint + const EventTypeDelivery + const EventTypeOpen + const EventTypeReject + const EventTypeRenderingFailure + const EventTypeSend + const IdentityTypeDomain + const IdentityTypeEmailAddress + const InvocationTypeEvent + const InvocationTypeRequestResponse + const NotificationTypeBounce + const NotificationTypeComplaint + const NotificationTypeDelivery + const ReceiptFilterPolicyAllow + const ReceiptFilterPolicyBlock + const SNSActionEncodingBase64 + const SNSActionEncodingUtf8 + const ServiceID + const ServiceName + const StopScopeRuleSet + const TlsPolicyOptional + const TlsPolicyRequire + const VerificationStatusFailed + const VerificationStatusNotStarted + const VerificationStatusPending + const VerificationStatusSuccess + const VerificationStatusTemporaryFailure + func BehaviorOnMXFailure_Values() []string + func BounceType_Values() []string + func BulkEmailStatus_Values() []string + func ConfigurationSetAttribute_Values() []string + func CustomMailFromStatus_Values() []string + func DimensionValueSource_Values() []string + func DsnAction_Values() []string + func EventType_Values() []string + func IdentityType_Values() []string + func InvocationType_Values() []string + func NotificationType_Values() []string + func ReceiptFilterPolicy_Values() []string + func SNSActionEncoding_Values() []string + func StopScope_Values() []string + func TlsPolicy_Values() []string + func VerificationStatus_Values() []string + type AddHeaderAction struct + HeaderName *string + HeaderValue *string + func (s *AddHeaderAction) SetHeaderName(v string) *AddHeaderAction + func (s *AddHeaderAction) SetHeaderValue(v string) *AddHeaderAction + func (s *AddHeaderAction) Validate() error + func (s AddHeaderAction) GoString() string + func (s AddHeaderAction) String() string + type Body struct + Html *Content + Text *Content + func (s *Body) SetHtml(v *Content) *Body + func (s *Body) SetText(v *Content) *Body + func (s *Body) Validate() error + func (s Body) GoString() string + func (s Body) String() string + type BounceAction struct + Message *string + Sender *string + SmtpReplyCode *string + StatusCode *string + TopicArn *string + func (s *BounceAction) SetMessage(v string) *BounceAction + func (s *BounceAction) SetSender(v string) *BounceAction + func (s *BounceAction) SetSmtpReplyCode(v string) *BounceAction + func (s *BounceAction) SetStatusCode(v string) *BounceAction + func (s *BounceAction) SetTopicArn(v string) *BounceAction + func (s *BounceAction) Validate() error + func (s BounceAction) GoString() string + func (s BounceAction) String() string + type BouncedRecipientInfo struct + BounceType *string + Recipient *string + RecipientArn *string + RecipientDsnFields *RecipientDsnFields + func (s *BouncedRecipientInfo) SetBounceType(v string) *BouncedRecipientInfo + func (s *BouncedRecipientInfo) SetRecipient(v string) *BouncedRecipientInfo + func (s *BouncedRecipientInfo) SetRecipientArn(v string) *BouncedRecipientInfo + func (s *BouncedRecipientInfo) SetRecipientDsnFields(v *RecipientDsnFields) *BouncedRecipientInfo + func (s *BouncedRecipientInfo) Validate() error + func (s BouncedRecipientInfo) GoString() string + func (s BouncedRecipientInfo) String() string + type BulkEmailDestination struct + Destination *Destination + ReplacementTags []*MessageTag + ReplacementTemplateData *string + func (s *BulkEmailDestination) SetDestination(v *Destination) *BulkEmailDestination + func (s *BulkEmailDestination) SetReplacementTags(v []*MessageTag) *BulkEmailDestination + func (s *BulkEmailDestination) SetReplacementTemplateData(v string) *BulkEmailDestination + func (s *BulkEmailDestination) Validate() error + func (s BulkEmailDestination) GoString() string + func (s BulkEmailDestination) String() string + type BulkEmailDestinationStatus struct + Error *string + MessageId *string + Status *string + func (s *BulkEmailDestinationStatus) SetError(v string) *BulkEmailDestinationStatus + func (s *BulkEmailDestinationStatus) SetMessageId(v string) *BulkEmailDestinationStatus + func (s *BulkEmailDestinationStatus) SetStatus(v string) *BulkEmailDestinationStatus + func (s BulkEmailDestinationStatus) GoString() string + func (s BulkEmailDestinationStatus) String() string + type CloneReceiptRuleSetInput struct + OriginalRuleSetName *string + RuleSetName *string + func (s *CloneReceiptRuleSetInput) SetOriginalRuleSetName(v string) *CloneReceiptRuleSetInput + func (s *CloneReceiptRuleSetInput) SetRuleSetName(v string) *CloneReceiptRuleSetInput + func (s *CloneReceiptRuleSetInput) Validate() error + func (s CloneReceiptRuleSetInput) GoString() string + func (s CloneReceiptRuleSetInput) String() string + type CloneReceiptRuleSetOutput struct + func (s CloneReceiptRuleSetOutput) GoString() string + func (s CloneReceiptRuleSetOutput) String() string + type CloudWatchDestination struct + DimensionConfigurations []*CloudWatchDimensionConfiguration + func (s *CloudWatchDestination) SetDimensionConfigurations(v []*CloudWatchDimensionConfiguration) *CloudWatchDestination + func (s *CloudWatchDestination) Validate() error + func (s CloudWatchDestination) GoString() string + func (s CloudWatchDestination) String() string + type CloudWatchDimensionConfiguration struct + DefaultDimensionValue *string + DimensionName *string + DimensionValueSource *string + func (s *CloudWatchDimensionConfiguration) SetDefaultDimensionValue(v string) *CloudWatchDimensionConfiguration + func (s *CloudWatchDimensionConfiguration) SetDimensionName(v string) *CloudWatchDimensionConfiguration + func (s *CloudWatchDimensionConfiguration) SetDimensionValueSource(v string) *CloudWatchDimensionConfiguration + func (s *CloudWatchDimensionConfiguration) Validate() error + func (s CloudWatchDimensionConfiguration) GoString() string + func (s CloudWatchDimensionConfiguration) String() string + type ConfigurationSet struct + Name *string + func (s *ConfigurationSet) SetName(v string) *ConfigurationSet + func (s *ConfigurationSet) Validate() error + func (s ConfigurationSet) GoString() string + func (s ConfigurationSet) String() string + type Content struct + Charset *string + Data *string + func (s *Content) SetCharset(v string) *Content + func (s *Content) SetData(v string) *Content + func (s *Content) Validate() error + func (s Content) GoString() string + func (s Content) String() string + type CreateConfigurationSetEventDestinationInput struct + ConfigurationSetName *string + EventDestination *EventDestination + func (s *CreateConfigurationSetEventDestinationInput) SetConfigurationSetName(v string) *CreateConfigurationSetEventDestinationInput + func (s *CreateConfigurationSetEventDestinationInput) SetEventDestination(v *EventDestination) *CreateConfigurationSetEventDestinationInput + func (s *CreateConfigurationSetEventDestinationInput) Validate() error + func (s CreateConfigurationSetEventDestinationInput) GoString() string + func (s CreateConfigurationSetEventDestinationInput) String() string + type CreateConfigurationSetEventDestinationOutput struct + func (s CreateConfigurationSetEventDestinationOutput) GoString() string + func (s CreateConfigurationSetEventDestinationOutput) String() string + type CreateConfigurationSetInput struct + ConfigurationSet *ConfigurationSet + func (s *CreateConfigurationSetInput) SetConfigurationSet(v *ConfigurationSet) *CreateConfigurationSetInput + func (s *CreateConfigurationSetInput) Validate() error + func (s CreateConfigurationSetInput) GoString() string + func (s CreateConfigurationSetInput) String() string + type CreateConfigurationSetOutput struct + func (s CreateConfigurationSetOutput) GoString() string + func (s CreateConfigurationSetOutput) String() string + type CreateConfigurationSetTrackingOptionsInput struct + ConfigurationSetName *string + TrackingOptions *TrackingOptions + func (s *CreateConfigurationSetTrackingOptionsInput) SetConfigurationSetName(v string) *CreateConfigurationSetTrackingOptionsInput + func (s *CreateConfigurationSetTrackingOptionsInput) SetTrackingOptions(v *TrackingOptions) *CreateConfigurationSetTrackingOptionsInput + func (s *CreateConfigurationSetTrackingOptionsInput) Validate() error + func (s CreateConfigurationSetTrackingOptionsInput) GoString() string + func (s CreateConfigurationSetTrackingOptionsInput) String() string + type CreateConfigurationSetTrackingOptionsOutput struct + func (s CreateConfigurationSetTrackingOptionsOutput) GoString() string + func (s CreateConfigurationSetTrackingOptionsOutput) String() string + type CreateCustomVerificationEmailTemplateInput struct + FailureRedirectionURL *string + FromEmailAddress *string + SuccessRedirectionURL *string + TemplateContent *string + TemplateName *string + TemplateSubject *string + func (s *CreateCustomVerificationEmailTemplateInput) SetFailureRedirectionURL(v string) *CreateCustomVerificationEmailTemplateInput + func (s *CreateCustomVerificationEmailTemplateInput) SetFromEmailAddress(v string) *CreateCustomVerificationEmailTemplateInput + func (s *CreateCustomVerificationEmailTemplateInput) SetSuccessRedirectionURL(v string) *CreateCustomVerificationEmailTemplateInput + func (s *CreateCustomVerificationEmailTemplateInput) SetTemplateContent(v string) *CreateCustomVerificationEmailTemplateInput + func (s *CreateCustomVerificationEmailTemplateInput) SetTemplateName(v string) *CreateCustomVerificationEmailTemplateInput + func (s *CreateCustomVerificationEmailTemplateInput) SetTemplateSubject(v string) *CreateCustomVerificationEmailTemplateInput + func (s *CreateCustomVerificationEmailTemplateInput) Validate() error + func (s CreateCustomVerificationEmailTemplateInput) GoString() string + func (s CreateCustomVerificationEmailTemplateInput) String() string + type CreateCustomVerificationEmailTemplateOutput struct + func (s CreateCustomVerificationEmailTemplateOutput) GoString() string + func (s CreateCustomVerificationEmailTemplateOutput) String() string + type CreateReceiptFilterInput struct + Filter *ReceiptFilter + func (s *CreateReceiptFilterInput) SetFilter(v *ReceiptFilter) *CreateReceiptFilterInput + func (s *CreateReceiptFilterInput) Validate() error + func (s CreateReceiptFilterInput) GoString() string + func (s CreateReceiptFilterInput) String() string + type CreateReceiptFilterOutput struct + func (s CreateReceiptFilterOutput) GoString() string + func (s CreateReceiptFilterOutput) String() string + type CreateReceiptRuleInput struct + After *string + Rule *ReceiptRule + RuleSetName *string + func (s *CreateReceiptRuleInput) SetAfter(v string) *CreateReceiptRuleInput + func (s *CreateReceiptRuleInput) SetRule(v *ReceiptRule) *CreateReceiptRuleInput + func (s *CreateReceiptRuleInput) SetRuleSetName(v string) *CreateReceiptRuleInput + func (s *CreateReceiptRuleInput) Validate() error + func (s CreateReceiptRuleInput) GoString() string + func (s CreateReceiptRuleInput) String() string + type CreateReceiptRuleOutput struct + func (s CreateReceiptRuleOutput) GoString() string + func (s CreateReceiptRuleOutput) String() string + type CreateReceiptRuleSetInput struct + RuleSetName *string + func (s *CreateReceiptRuleSetInput) SetRuleSetName(v string) *CreateReceiptRuleSetInput + func (s *CreateReceiptRuleSetInput) Validate() error + func (s CreateReceiptRuleSetInput) GoString() string + func (s CreateReceiptRuleSetInput) String() string + type CreateReceiptRuleSetOutput struct + func (s CreateReceiptRuleSetOutput) GoString() string + func (s CreateReceiptRuleSetOutput) String() string + type CreateTemplateInput struct + Template *Template + func (s *CreateTemplateInput) SetTemplate(v *Template) *CreateTemplateInput + func (s *CreateTemplateInput) Validate() error + func (s CreateTemplateInput) GoString() string + func (s CreateTemplateInput) String() string + type CreateTemplateOutput struct + func (s CreateTemplateOutput) GoString() string + func (s CreateTemplateOutput) String() string + type CustomVerificationEmailTemplate struct + FailureRedirectionURL *string + FromEmailAddress *string + SuccessRedirectionURL *string + TemplateName *string + TemplateSubject *string + func (s *CustomVerificationEmailTemplate) SetFailureRedirectionURL(v string) *CustomVerificationEmailTemplate + func (s *CustomVerificationEmailTemplate) SetFromEmailAddress(v string) *CustomVerificationEmailTemplate + func (s *CustomVerificationEmailTemplate) SetSuccessRedirectionURL(v string) *CustomVerificationEmailTemplate + func (s *CustomVerificationEmailTemplate) SetTemplateName(v string) *CustomVerificationEmailTemplate + func (s *CustomVerificationEmailTemplate) SetTemplateSubject(v string) *CustomVerificationEmailTemplate + func (s CustomVerificationEmailTemplate) GoString() string + func (s CustomVerificationEmailTemplate) String() string + type DeleteConfigurationSetEventDestinationInput struct + ConfigurationSetName *string + EventDestinationName *string + func (s *DeleteConfigurationSetEventDestinationInput) SetConfigurationSetName(v string) *DeleteConfigurationSetEventDestinationInput + func (s *DeleteConfigurationSetEventDestinationInput) SetEventDestinationName(v string) *DeleteConfigurationSetEventDestinationInput + func (s *DeleteConfigurationSetEventDestinationInput) Validate() error + func (s DeleteConfigurationSetEventDestinationInput) GoString() string + func (s DeleteConfigurationSetEventDestinationInput) String() string + type DeleteConfigurationSetEventDestinationOutput struct + func (s DeleteConfigurationSetEventDestinationOutput) GoString() string + func (s DeleteConfigurationSetEventDestinationOutput) String() string + type DeleteConfigurationSetInput struct + ConfigurationSetName *string + func (s *DeleteConfigurationSetInput) SetConfigurationSetName(v string) *DeleteConfigurationSetInput + func (s *DeleteConfigurationSetInput) Validate() error + func (s DeleteConfigurationSetInput) GoString() string + func (s DeleteConfigurationSetInput) String() string + type DeleteConfigurationSetOutput struct + func (s DeleteConfigurationSetOutput) GoString() string + func (s DeleteConfigurationSetOutput) String() string + type DeleteConfigurationSetTrackingOptionsInput struct + ConfigurationSetName *string + func (s *DeleteConfigurationSetTrackingOptionsInput) SetConfigurationSetName(v string) *DeleteConfigurationSetTrackingOptionsInput + func (s *DeleteConfigurationSetTrackingOptionsInput) Validate() error + func (s DeleteConfigurationSetTrackingOptionsInput) GoString() string + func (s DeleteConfigurationSetTrackingOptionsInput) String() string + type DeleteConfigurationSetTrackingOptionsOutput struct + func (s DeleteConfigurationSetTrackingOptionsOutput) GoString() string + func (s DeleteConfigurationSetTrackingOptionsOutput) String() string + type DeleteCustomVerificationEmailTemplateInput struct + TemplateName *string + func (s *DeleteCustomVerificationEmailTemplateInput) SetTemplateName(v string) *DeleteCustomVerificationEmailTemplateInput + func (s *DeleteCustomVerificationEmailTemplateInput) Validate() error + func (s DeleteCustomVerificationEmailTemplateInput) GoString() string + func (s DeleteCustomVerificationEmailTemplateInput) String() string + type DeleteCustomVerificationEmailTemplateOutput struct + func (s DeleteCustomVerificationEmailTemplateOutput) GoString() string + func (s DeleteCustomVerificationEmailTemplateOutput) String() string + type DeleteIdentityInput struct + Identity *string + func (s *DeleteIdentityInput) SetIdentity(v string) *DeleteIdentityInput + func (s *DeleteIdentityInput) Validate() error + func (s DeleteIdentityInput) GoString() string + func (s DeleteIdentityInput) String() string + type DeleteIdentityOutput struct + func (s DeleteIdentityOutput) GoString() string + func (s DeleteIdentityOutput) String() string + type DeleteIdentityPolicyInput struct + Identity *string + PolicyName *string + func (s *DeleteIdentityPolicyInput) SetIdentity(v string) *DeleteIdentityPolicyInput + func (s *DeleteIdentityPolicyInput) SetPolicyName(v string) *DeleteIdentityPolicyInput + func (s *DeleteIdentityPolicyInput) Validate() error + func (s DeleteIdentityPolicyInput) GoString() string + func (s DeleteIdentityPolicyInput) String() string + type DeleteIdentityPolicyOutput struct + func (s DeleteIdentityPolicyOutput) GoString() string + func (s DeleteIdentityPolicyOutput) String() string + type DeleteReceiptFilterInput struct + FilterName *string + func (s *DeleteReceiptFilterInput) SetFilterName(v string) *DeleteReceiptFilterInput + func (s *DeleteReceiptFilterInput) Validate() error + func (s DeleteReceiptFilterInput) GoString() string + func (s DeleteReceiptFilterInput) String() string + type DeleteReceiptFilterOutput struct + func (s DeleteReceiptFilterOutput) GoString() string + func (s DeleteReceiptFilterOutput) String() string + type DeleteReceiptRuleInput struct + RuleName *string + RuleSetName *string + func (s *DeleteReceiptRuleInput) SetRuleName(v string) *DeleteReceiptRuleInput + func (s *DeleteReceiptRuleInput) SetRuleSetName(v string) *DeleteReceiptRuleInput + func (s *DeleteReceiptRuleInput) Validate() error + func (s DeleteReceiptRuleInput) GoString() string + func (s DeleteReceiptRuleInput) String() string + type DeleteReceiptRuleOutput struct + func (s DeleteReceiptRuleOutput) GoString() string + func (s DeleteReceiptRuleOutput) String() string + type DeleteReceiptRuleSetInput struct + RuleSetName *string + func (s *DeleteReceiptRuleSetInput) SetRuleSetName(v string) *DeleteReceiptRuleSetInput + func (s *DeleteReceiptRuleSetInput) Validate() error + func (s DeleteReceiptRuleSetInput) GoString() string + func (s DeleteReceiptRuleSetInput) String() string + type DeleteReceiptRuleSetOutput struct + func (s DeleteReceiptRuleSetOutput) GoString() string + func (s DeleteReceiptRuleSetOutput) String() string + type DeleteTemplateInput struct + TemplateName *string + func (s *DeleteTemplateInput) SetTemplateName(v string) *DeleteTemplateInput + func (s *DeleteTemplateInput) Validate() error + func (s DeleteTemplateInput) GoString() string + func (s DeleteTemplateInput) String() string + type DeleteTemplateOutput struct + func (s DeleteTemplateOutput) GoString() string + func (s DeleteTemplateOutput) String() string + type DeleteVerifiedEmailAddressInput struct + EmailAddress *string + func (s *DeleteVerifiedEmailAddressInput) SetEmailAddress(v string) *DeleteVerifiedEmailAddressInput + func (s *DeleteVerifiedEmailAddressInput) Validate() error + func (s DeleteVerifiedEmailAddressInput) GoString() string + func (s DeleteVerifiedEmailAddressInput) String() string + type DeleteVerifiedEmailAddressOutput struct + func (s DeleteVerifiedEmailAddressOutput) GoString() string + func (s DeleteVerifiedEmailAddressOutput) String() string + type DeliveryOptions struct + TlsPolicy *string + func (s *DeliveryOptions) SetTlsPolicy(v string) *DeliveryOptions + func (s DeliveryOptions) GoString() string + func (s DeliveryOptions) String() string + type DescribeActiveReceiptRuleSetInput struct + func (s DescribeActiveReceiptRuleSetInput) GoString() string + func (s DescribeActiveReceiptRuleSetInput) String() string + type DescribeActiveReceiptRuleSetOutput struct + Metadata *ReceiptRuleSetMetadata + Rules []*ReceiptRule + func (s *DescribeActiveReceiptRuleSetOutput) SetMetadata(v *ReceiptRuleSetMetadata) *DescribeActiveReceiptRuleSetOutput + func (s *DescribeActiveReceiptRuleSetOutput) SetRules(v []*ReceiptRule) *DescribeActiveReceiptRuleSetOutput + func (s DescribeActiveReceiptRuleSetOutput) GoString() string + func (s DescribeActiveReceiptRuleSetOutput) String() string + type DescribeConfigurationSetInput struct + ConfigurationSetAttributeNames []*string + ConfigurationSetName *string + func (s *DescribeConfigurationSetInput) SetConfigurationSetAttributeNames(v []*string) *DescribeConfigurationSetInput + func (s *DescribeConfigurationSetInput) SetConfigurationSetName(v string) *DescribeConfigurationSetInput + func (s *DescribeConfigurationSetInput) Validate() error + func (s DescribeConfigurationSetInput) GoString() string + func (s DescribeConfigurationSetInput) String() string + type DescribeConfigurationSetOutput struct + ConfigurationSet *ConfigurationSet + DeliveryOptions *DeliveryOptions + EventDestinations []*EventDestination + ReputationOptions *ReputationOptions + TrackingOptions *TrackingOptions + func (s *DescribeConfigurationSetOutput) SetConfigurationSet(v *ConfigurationSet) *DescribeConfigurationSetOutput + func (s *DescribeConfigurationSetOutput) SetDeliveryOptions(v *DeliveryOptions) *DescribeConfigurationSetOutput + func (s *DescribeConfigurationSetOutput) SetEventDestinations(v []*EventDestination) *DescribeConfigurationSetOutput + func (s *DescribeConfigurationSetOutput) SetReputationOptions(v *ReputationOptions) *DescribeConfigurationSetOutput + func (s *DescribeConfigurationSetOutput) SetTrackingOptions(v *TrackingOptions) *DescribeConfigurationSetOutput + func (s DescribeConfigurationSetOutput) GoString() string + func (s DescribeConfigurationSetOutput) String() string + type DescribeReceiptRuleInput struct + RuleName *string + RuleSetName *string + func (s *DescribeReceiptRuleInput) SetRuleName(v string) *DescribeReceiptRuleInput + func (s *DescribeReceiptRuleInput) SetRuleSetName(v string) *DescribeReceiptRuleInput + func (s *DescribeReceiptRuleInput) Validate() error + func (s DescribeReceiptRuleInput) GoString() string + func (s DescribeReceiptRuleInput) String() string + type DescribeReceiptRuleOutput struct + Rule *ReceiptRule + func (s *DescribeReceiptRuleOutput) SetRule(v *ReceiptRule) *DescribeReceiptRuleOutput + func (s DescribeReceiptRuleOutput) GoString() string + func (s DescribeReceiptRuleOutput) String() string + type DescribeReceiptRuleSetInput struct + RuleSetName *string + func (s *DescribeReceiptRuleSetInput) SetRuleSetName(v string) *DescribeReceiptRuleSetInput + func (s *DescribeReceiptRuleSetInput) Validate() error + func (s DescribeReceiptRuleSetInput) GoString() string + func (s DescribeReceiptRuleSetInput) String() string + type DescribeReceiptRuleSetOutput struct + Metadata *ReceiptRuleSetMetadata + Rules []*ReceiptRule + func (s *DescribeReceiptRuleSetOutput) SetMetadata(v *ReceiptRuleSetMetadata) *DescribeReceiptRuleSetOutput + func (s *DescribeReceiptRuleSetOutput) SetRules(v []*ReceiptRule) *DescribeReceiptRuleSetOutput + func (s DescribeReceiptRuleSetOutput) GoString() string + func (s DescribeReceiptRuleSetOutput) String() string + type Destination struct + BccAddresses []*string + CcAddresses []*string + ToAddresses []*string + func (s *Destination) SetBccAddresses(v []*string) *Destination + func (s *Destination) SetCcAddresses(v []*string) *Destination + func (s *Destination) SetToAddresses(v []*string) *Destination + func (s Destination) GoString() string + func (s Destination) String() string + type EventDestination struct + CloudWatchDestination *CloudWatchDestination + Enabled *bool + KinesisFirehoseDestination *KinesisFirehoseDestination + MatchingEventTypes []*string + Name *string + SNSDestination *SNSDestination + func (s *EventDestination) SetCloudWatchDestination(v *CloudWatchDestination) *EventDestination + func (s *EventDestination) SetEnabled(v bool) *EventDestination + func (s *EventDestination) SetKinesisFirehoseDestination(v *KinesisFirehoseDestination) *EventDestination + func (s *EventDestination) SetMatchingEventTypes(v []*string) *EventDestination + func (s *EventDestination) SetName(v string) *EventDestination + func (s *EventDestination) SetSNSDestination(v *SNSDestination) *EventDestination + func (s *EventDestination) Validate() error + func (s EventDestination) GoString() string + func (s EventDestination) String() string + type ExtensionField struct + Name *string + Value *string + func (s *ExtensionField) SetName(v string) *ExtensionField + func (s *ExtensionField) SetValue(v string) *ExtensionField + func (s *ExtensionField) Validate() error + func (s ExtensionField) GoString() string + func (s ExtensionField) String() string + type GetAccountSendingEnabledInput struct + func (s GetAccountSendingEnabledInput) GoString() string + func (s GetAccountSendingEnabledInput) String() string + type GetAccountSendingEnabledOutput struct + Enabled *bool + func (s *GetAccountSendingEnabledOutput) SetEnabled(v bool) *GetAccountSendingEnabledOutput + func (s GetAccountSendingEnabledOutput) GoString() string + func (s GetAccountSendingEnabledOutput) String() string + type GetCustomVerificationEmailTemplateInput struct + TemplateName *string + func (s *GetCustomVerificationEmailTemplateInput) SetTemplateName(v string) *GetCustomVerificationEmailTemplateInput + func (s *GetCustomVerificationEmailTemplateInput) Validate() error + func (s GetCustomVerificationEmailTemplateInput) GoString() string + func (s GetCustomVerificationEmailTemplateInput) String() string + type GetCustomVerificationEmailTemplateOutput struct + FailureRedirectionURL *string + FromEmailAddress *string + SuccessRedirectionURL *string + TemplateContent *string + TemplateName *string + TemplateSubject *string + func (s *GetCustomVerificationEmailTemplateOutput) SetFailureRedirectionURL(v string) *GetCustomVerificationEmailTemplateOutput + func (s *GetCustomVerificationEmailTemplateOutput) SetFromEmailAddress(v string) *GetCustomVerificationEmailTemplateOutput + func (s *GetCustomVerificationEmailTemplateOutput) SetSuccessRedirectionURL(v string) *GetCustomVerificationEmailTemplateOutput + func (s *GetCustomVerificationEmailTemplateOutput) SetTemplateContent(v string) *GetCustomVerificationEmailTemplateOutput + func (s *GetCustomVerificationEmailTemplateOutput) SetTemplateName(v string) *GetCustomVerificationEmailTemplateOutput + func (s *GetCustomVerificationEmailTemplateOutput) SetTemplateSubject(v string) *GetCustomVerificationEmailTemplateOutput + func (s GetCustomVerificationEmailTemplateOutput) GoString() string + func (s GetCustomVerificationEmailTemplateOutput) String() string + type GetIdentityDkimAttributesInput struct + Identities []*string + func (s *GetIdentityDkimAttributesInput) SetIdentities(v []*string) *GetIdentityDkimAttributesInput + func (s *GetIdentityDkimAttributesInput) Validate() error + func (s GetIdentityDkimAttributesInput) GoString() string + func (s GetIdentityDkimAttributesInput) String() string + type GetIdentityDkimAttributesOutput struct + DkimAttributes map[string]*IdentityDkimAttributes + func (s *GetIdentityDkimAttributesOutput) SetDkimAttributes(v map[string]*IdentityDkimAttributes) *GetIdentityDkimAttributesOutput + func (s GetIdentityDkimAttributesOutput) GoString() string + func (s GetIdentityDkimAttributesOutput) String() string + type GetIdentityMailFromDomainAttributesInput struct + Identities []*string + func (s *GetIdentityMailFromDomainAttributesInput) SetIdentities(v []*string) *GetIdentityMailFromDomainAttributesInput + func (s *GetIdentityMailFromDomainAttributesInput) Validate() error + func (s GetIdentityMailFromDomainAttributesInput) GoString() string + func (s GetIdentityMailFromDomainAttributesInput) String() string + type GetIdentityMailFromDomainAttributesOutput struct + MailFromDomainAttributes map[string]*IdentityMailFromDomainAttributes + func (s *GetIdentityMailFromDomainAttributesOutput) SetMailFromDomainAttributes(v map[string]*IdentityMailFromDomainAttributes) *GetIdentityMailFromDomainAttributesOutput + func (s GetIdentityMailFromDomainAttributesOutput) GoString() string + func (s GetIdentityMailFromDomainAttributesOutput) String() string + type GetIdentityNotificationAttributesInput struct + Identities []*string + func (s *GetIdentityNotificationAttributesInput) SetIdentities(v []*string) *GetIdentityNotificationAttributesInput + func (s *GetIdentityNotificationAttributesInput) Validate() error + func (s GetIdentityNotificationAttributesInput) GoString() string + func (s GetIdentityNotificationAttributesInput) String() string + type GetIdentityNotificationAttributesOutput struct + NotificationAttributes map[string]*IdentityNotificationAttributes + func (s *GetIdentityNotificationAttributesOutput) SetNotificationAttributes(v map[string]*IdentityNotificationAttributes) *GetIdentityNotificationAttributesOutput + func (s GetIdentityNotificationAttributesOutput) GoString() string + func (s GetIdentityNotificationAttributesOutput) String() string + type GetIdentityPoliciesInput struct + Identity *string + PolicyNames []*string + func (s *GetIdentityPoliciesInput) SetIdentity(v string) *GetIdentityPoliciesInput + func (s *GetIdentityPoliciesInput) SetPolicyNames(v []*string) *GetIdentityPoliciesInput + func (s *GetIdentityPoliciesInput) Validate() error + func (s GetIdentityPoliciesInput) GoString() string + func (s GetIdentityPoliciesInput) String() string + type GetIdentityPoliciesOutput struct + Policies map[string]*string + func (s *GetIdentityPoliciesOutput) SetPolicies(v map[string]*string) *GetIdentityPoliciesOutput + func (s GetIdentityPoliciesOutput) GoString() string + func (s GetIdentityPoliciesOutput) String() string + type GetIdentityVerificationAttributesInput struct + Identities []*string + func (s *GetIdentityVerificationAttributesInput) SetIdentities(v []*string) *GetIdentityVerificationAttributesInput + func (s *GetIdentityVerificationAttributesInput) Validate() error + func (s GetIdentityVerificationAttributesInput) GoString() string + func (s GetIdentityVerificationAttributesInput) String() string + type GetIdentityVerificationAttributesOutput struct + VerificationAttributes map[string]*IdentityVerificationAttributes + func (s *GetIdentityVerificationAttributesOutput) SetVerificationAttributes(v map[string]*IdentityVerificationAttributes) *GetIdentityVerificationAttributesOutput + func (s GetIdentityVerificationAttributesOutput) GoString() string + func (s GetIdentityVerificationAttributesOutput) String() string + type GetSendQuotaInput struct + func (s GetSendQuotaInput) GoString() string + func (s GetSendQuotaInput) String() string + type GetSendQuotaOutput struct + Max24HourSend *float64 + MaxSendRate *float64 + SentLast24Hours *float64 + func (s *GetSendQuotaOutput) SetMax24HourSend(v float64) *GetSendQuotaOutput + func (s *GetSendQuotaOutput) SetMaxSendRate(v float64) *GetSendQuotaOutput + func (s *GetSendQuotaOutput) SetSentLast24Hours(v float64) *GetSendQuotaOutput + func (s GetSendQuotaOutput) GoString() string + func (s GetSendQuotaOutput) String() string + type GetSendStatisticsInput struct + func (s GetSendStatisticsInput) GoString() string + func (s GetSendStatisticsInput) String() string + type GetSendStatisticsOutput struct + SendDataPoints []*SendDataPoint + func (s *GetSendStatisticsOutput) SetSendDataPoints(v []*SendDataPoint) *GetSendStatisticsOutput + func (s GetSendStatisticsOutput) GoString() string + func (s GetSendStatisticsOutput) String() string + type GetTemplateInput struct + TemplateName *string + func (s *GetTemplateInput) SetTemplateName(v string) *GetTemplateInput + func (s *GetTemplateInput) Validate() error + func (s GetTemplateInput) GoString() string + func (s GetTemplateInput) String() string + type GetTemplateOutput struct + Template *Template + func (s *GetTemplateOutput) SetTemplate(v *Template) *GetTemplateOutput + func (s GetTemplateOutput) GoString() string + func (s GetTemplateOutput) String() string + type IdentityDkimAttributes struct + DkimEnabled *bool + DkimTokens []*string + DkimVerificationStatus *string + func (s *IdentityDkimAttributes) SetDkimEnabled(v bool) *IdentityDkimAttributes + func (s *IdentityDkimAttributes) SetDkimTokens(v []*string) *IdentityDkimAttributes + func (s *IdentityDkimAttributes) SetDkimVerificationStatus(v string) *IdentityDkimAttributes + func (s IdentityDkimAttributes) GoString() string + func (s IdentityDkimAttributes) String() string + type IdentityMailFromDomainAttributes struct + BehaviorOnMXFailure *string + MailFromDomain *string + MailFromDomainStatus *string + func (s *IdentityMailFromDomainAttributes) SetBehaviorOnMXFailure(v string) *IdentityMailFromDomainAttributes + func (s *IdentityMailFromDomainAttributes) SetMailFromDomain(v string) *IdentityMailFromDomainAttributes + func (s *IdentityMailFromDomainAttributes) SetMailFromDomainStatus(v string) *IdentityMailFromDomainAttributes + func (s IdentityMailFromDomainAttributes) GoString() string + func (s IdentityMailFromDomainAttributes) String() string + type IdentityNotificationAttributes struct + BounceTopic *string + ComplaintTopic *string + DeliveryTopic *string + ForwardingEnabled *bool + HeadersInBounceNotificationsEnabled *bool + HeadersInComplaintNotificationsEnabled *bool + HeadersInDeliveryNotificationsEnabled *bool + func (s *IdentityNotificationAttributes) SetBounceTopic(v string) *IdentityNotificationAttributes + func (s *IdentityNotificationAttributes) SetComplaintTopic(v string) *IdentityNotificationAttributes + func (s *IdentityNotificationAttributes) SetDeliveryTopic(v string) *IdentityNotificationAttributes + func (s *IdentityNotificationAttributes) SetForwardingEnabled(v bool) *IdentityNotificationAttributes + func (s *IdentityNotificationAttributes) SetHeadersInBounceNotificationsEnabled(v bool) *IdentityNotificationAttributes + func (s *IdentityNotificationAttributes) SetHeadersInComplaintNotificationsEnabled(v bool) *IdentityNotificationAttributes + func (s *IdentityNotificationAttributes) SetHeadersInDeliveryNotificationsEnabled(v bool) *IdentityNotificationAttributes + func (s IdentityNotificationAttributes) GoString() string + func (s IdentityNotificationAttributes) String() string + type IdentityVerificationAttributes struct + VerificationStatus *string + VerificationToken *string + func (s *IdentityVerificationAttributes) SetVerificationStatus(v string) *IdentityVerificationAttributes + func (s *IdentityVerificationAttributes) SetVerificationToken(v string) *IdentityVerificationAttributes + func (s IdentityVerificationAttributes) GoString() string + func (s IdentityVerificationAttributes) String() string + type KinesisFirehoseDestination struct + DeliveryStreamARN *string + IAMRoleARN *string + func (s *KinesisFirehoseDestination) SetDeliveryStreamARN(v string) *KinesisFirehoseDestination + func (s *KinesisFirehoseDestination) SetIAMRoleARN(v string) *KinesisFirehoseDestination + func (s *KinesisFirehoseDestination) Validate() error + func (s KinesisFirehoseDestination) GoString() string + func (s KinesisFirehoseDestination) String() string + type LambdaAction struct + FunctionArn *string + InvocationType *string + TopicArn *string + func (s *LambdaAction) SetFunctionArn(v string) *LambdaAction + func (s *LambdaAction) SetInvocationType(v string) *LambdaAction + func (s *LambdaAction) SetTopicArn(v string) *LambdaAction + func (s *LambdaAction) Validate() error + func (s LambdaAction) GoString() string + func (s LambdaAction) String() string + type ListConfigurationSetsInput struct + MaxItems *int64 + NextToken *string + func (s *ListConfigurationSetsInput) SetMaxItems(v int64) *ListConfigurationSetsInput + func (s *ListConfigurationSetsInput) SetNextToken(v string) *ListConfigurationSetsInput + func (s ListConfigurationSetsInput) GoString() string + func (s ListConfigurationSetsInput) String() string + type ListConfigurationSetsOutput struct + ConfigurationSets []*ConfigurationSet + NextToken *string + func (s *ListConfigurationSetsOutput) SetConfigurationSets(v []*ConfigurationSet) *ListConfigurationSetsOutput + func (s *ListConfigurationSetsOutput) SetNextToken(v string) *ListConfigurationSetsOutput + func (s ListConfigurationSetsOutput) GoString() string + func (s ListConfigurationSetsOutput) String() string + type ListCustomVerificationEmailTemplatesInput struct + MaxResults *int64 + NextToken *string + func (s *ListCustomVerificationEmailTemplatesInput) SetMaxResults(v int64) *ListCustomVerificationEmailTemplatesInput + func (s *ListCustomVerificationEmailTemplatesInput) SetNextToken(v string) *ListCustomVerificationEmailTemplatesInput + func (s *ListCustomVerificationEmailTemplatesInput) Validate() error + func (s ListCustomVerificationEmailTemplatesInput) GoString() string + func (s ListCustomVerificationEmailTemplatesInput) String() string + type ListCustomVerificationEmailTemplatesOutput struct + CustomVerificationEmailTemplates []*CustomVerificationEmailTemplate + NextToken *string + func (s *ListCustomVerificationEmailTemplatesOutput) SetCustomVerificationEmailTemplates(v []*CustomVerificationEmailTemplate) *ListCustomVerificationEmailTemplatesOutput + func (s *ListCustomVerificationEmailTemplatesOutput) SetNextToken(v string) *ListCustomVerificationEmailTemplatesOutput + func (s ListCustomVerificationEmailTemplatesOutput) GoString() string + func (s ListCustomVerificationEmailTemplatesOutput) String() string + type ListIdentitiesInput struct + IdentityType *string + MaxItems *int64 + NextToken *string + func (s *ListIdentitiesInput) SetIdentityType(v string) *ListIdentitiesInput + func (s *ListIdentitiesInput) SetMaxItems(v int64) *ListIdentitiesInput + func (s *ListIdentitiesInput) SetNextToken(v string) *ListIdentitiesInput + func (s ListIdentitiesInput) GoString() string + func (s ListIdentitiesInput) String() string + type ListIdentitiesOutput struct + Identities []*string + NextToken *string + func (s *ListIdentitiesOutput) SetIdentities(v []*string) *ListIdentitiesOutput + func (s *ListIdentitiesOutput) SetNextToken(v string) *ListIdentitiesOutput + func (s ListIdentitiesOutput) GoString() string + func (s ListIdentitiesOutput) String() string + type ListIdentityPoliciesInput struct + Identity *string + func (s *ListIdentityPoliciesInput) SetIdentity(v string) *ListIdentityPoliciesInput + func (s *ListIdentityPoliciesInput) Validate() error + func (s ListIdentityPoliciesInput) GoString() string + func (s ListIdentityPoliciesInput) String() string + type ListIdentityPoliciesOutput struct + PolicyNames []*string + func (s *ListIdentityPoliciesOutput) SetPolicyNames(v []*string) *ListIdentityPoliciesOutput + func (s ListIdentityPoliciesOutput) GoString() string + func (s ListIdentityPoliciesOutput) String() string + type ListReceiptFiltersInput struct + func (s ListReceiptFiltersInput) GoString() string + func (s ListReceiptFiltersInput) String() string + type ListReceiptFiltersOutput struct + Filters []*ReceiptFilter + func (s *ListReceiptFiltersOutput) SetFilters(v []*ReceiptFilter) *ListReceiptFiltersOutput + func (s ListReceiptFiltersOutput) GoString() string + func (s ListReceiptFiltersOutput) String() string + type ListReceiptRuleSetsInput struct + NextToken *string + func (s *ListReceiptRuleSetsInput) SetNextToken(v string) *ListReceiptRuleSetsInput + func (s ListReceiptRuleSetsInput) GoString() string + func (s ListReceiptRuleSetsInput) String() string + type ListReceiptRuleSetsOutput struct + NextToken *string + RuleSets []*ReceiptRuleSetMetadata + func (s *ListReceiptRuleSetsOutput) SetNextToken(v string) *ListReceiptRuleSetsOutput + func (s *ListReceiptRuleSetsOutput) SetRuleSets(v []*ReceiptRuleSetMetadata) *ListReceiptRuleSetsOutput + func (s ListReceiptRuleSetsOutput) GoString() string + func (s ListReceiptRuleSetsOutput) String() string + type ListTemplatesInput struct + MaxItems *int64 + NextToken *string + func (s *ListTemplatesInput) SetMaxItems(v int64) *ListTemplatesInput + func (s *ListTemplatesInput) SetNextToken(v string) *ListTemplatesInput + func (s ListTemplatesInput) GoString() string + func (s ListTemplatesInput) String() string + type ListTemplatesOutput struct + NextToken *string + TemplatesMetadata []*TemplateMetadata + func (s *ListTemplatesOutput) SetNextToken(v string) *ListTemplatesOutput + func (s *ListTemplatesOutput) SetTemplatesMetadata(v []*TemplateMetadata) *ListTemplatesOutput + func (s ListTemplatesOutput) GoString() string + func (s ListTemplatesOutput) String() string + type ListVerifiedEmailAddressesInput struct + func (s ListVerifiedEmailAddressesInput) GoString() string + func (s ListVerifiedEmailAddressesInput) String() string + type ListVerifiedEmailAddressesOutput struct + VerifiedEmailAddresses []*string + func (s *ListVerifiedEmailAddressesOutput) SetVerifiedEmailAddresses(v []*string) *ListVerifiedEmailAddressesOutput + func (s ListVerifiedEmailAddressesOutput) GoString() string + func (s ListVerifiedEmailAddressesOutput) String() string + type Message struct + Body *Body + Subject *Content + func (s *Message) SetBody(v *Body) *Message + func (s *Message) SetSubject(v *Content) *Message + func (s *Message) Validate() error + func (s Message) GoString() string + func (s Message) String() string + type MessageDsn struct + ArrivalDate *time.Time + ExtensionFields []*ExtensionField + ReportingMta *string + func (s *MessageDsn) SetArrivalDate(v time.Time) *MessageDsn + func (s *MessageDsn) SetExtensionFields(v []*ExtensionField) *MessageDsn + func (s *MessageDsn) SetReportingMta(v string) *MessageDsn + func (s *MessageDsn) Validate() error + func (s MessageDsn) GoString() string + func (s MessageDsn) String() string + type MessageTag struct + Name *string + Value *string + func (s *MessageTag) SetName(v string) *MessageTag + func (s *MessageTag) SetValue(v string) *MessageTag + func (s *MessageTag) Validate() error + func (s MessageTag) GoString() string + func (s MessageTag) String() string + type PutConfigurationSetDeliveryOptionsInput struct + ConfigurationSetName *string + DeliveryOptions *DeliveryOptions + func (s *PutConfigurationSetDeliveryOptionsInput) SetConfigurationSetName(v string) *PutConfigurationSetDeliveryOptionsInput + func (s *PutConfigurationSetDeliveryOptionsInput) SetDeliveryOptions(v *DeliveryOptions) *PutConfigurationSetDeliveryOptionsInput + func (s *PutConfigurationSetDeliveryOptionsInput) Validate() error + func (s PutConfigurationSetDeliveryOptionsInput) GoString() string + func (s PutConfigurationSetDeliveryOptionsInput) String() string + type PutConfigurationSetDeliveryOptionsOutput struct + func (s PutConfigurationSetDeliveryOptionsOutput) GoString() string + func (s PutConfigurationSetDeliveryOptionsOutput) String() string + type PutIdentityPolicyInput struct + Identity *string + Policy *string + PolicyName *string + func (s *PutIdentityPolicyInput) SetIdentity(v string) *PutIdentityPolicyInput + func (s *PutIdentityPolicyInput) SetPolicy(v string) *PutIdentityPolicyInput + func (s *PutIdentityPolicyInput) SetPolicyName(v string) *PutIdentityPolicyInput + func (s *PutIdentityPolicyInput) Validate() error + func (s PutIdentityPolicyInput) GoString() string + func (s PutIdentityPolicyInput) String() string + type PutIdentityPolicyOutput struct + func (s PutIdentityPolicyOutput) GoString() string + func (s PutIdentityPolicyOutput) String() string + type RawMessage struct + Data []byte + func (s *RawMessage) SetData(v []byte) *RawMessage + func (s *RawMessage) Validate() error + func (s RawMessage) GoString() string + func (s RawMessage) String() string + type ReceiptAction struct + AddHeaderAction *AddHeaderAction + BounceAction *BounceAction + LambdaAction *LambdaAction + S3Action *S3Action + SNSAction *SNSAction + StopAction *StopAction + WorkmailAction *WorkmailAction + func (s *ReceiptAction) SetAddHeaderAction(v *AddHeaderAction) *ReceiptAction + func (s *ReceiptAction) SetBounceAction(v *BounceAction) *ReceiptAction + func (s *ReceiptAction) SetLambdaAction(v *LambdaAction) *ReceiptAction + func (s *ReceiptAction) SetS3Action(v *S3Action) *ReceiptAction + func (s *ReceiptAction) SetSNSAction(v *SNSAction) *ReceiptAction + func (s *ReceiptAction) SetStopAction(v *StopAction) *ReceiptAction + func (s *ReceiptAction) SetWorkmailAction(v *WorkmailAction) *ReceiptAction + func (s *ReceiptAction) Validate() error + func (s ReceiptAction) GoString() string + func (s ReceiptAction) String() string + type ReceiptFilter struct + IpFilter *ReceiptIpFilter + Name *string + func (s *ReceiptFilter) SetIpFilter(v *ReceiptIpFilter) *ReceiptFilter + func (s *ReceiptFilter) SetName(v string) *ReceiptFilter + func (s *ReceiptFilter) Validate() error + func (s ReceiptFilter) GoString() string + func (s ReceiptFilter) String() string + type ReceiptIpFilter struct + Cidr *string + Policy *string + func (s *ReceiptIpFilter) SetCidr(v string) *ReceiptIpFilter + func (s *ReceiptIpFilter) SetPolicy(v string) *ReceiptIpFilter + func (s *ReceiptIpFilter) Validate() error + func (s ReceiptIpFilter) GoString() string + func (s ReceiptIpFilter) String() string + type ReceiptRule struct + Actions []*ReceiptAction + Enabled *bool + Name *string + Recipients []*string + ScanEnabled *bool + TlsPolicy *string + func (s *ReceiptRule) SetActions(v []*ReceiptAction) *ReceiptRule + func (s *ReceiptRule) SetEnabled(v bool) *ReceiptRule + func (s *ReceiptRule) SetName(v string) *ReceiptRule + func (s *ReceiptRule) SetRecipients(v []*string) *ReceiptRule + func (s *ReceiptRule) SetScanEnabled(v bool) *ReceiptRule + func (s *ReceiptRule) SetTlsPolicy(v string) *ReceiptRule + func (s *ReceiptRule) Validate() error + func (s ReceiptRule) GoString() string + func (s ReceiptRule) String() string + type ReceiptRuleSetMetadata struct + CreatedTimestamp *time.Time + Name *string + func (s *ReceiptRuleSetMetadata) SetCreatedTimestamp(v time.Time) *ReceiptRuleSetMetadata + func (s *ReceiptRuleSetMetadata) SetName(v string) *ReceiptRuleSetMetadata + func (s ReceiptRuleSetMetadata) GoString() string + func (s ReceiptRuleSetMetadata) String() string + type RecipientDsnFields struct + Action *string + DiagnosticCode *string + ExtensionFields []*ExtensionField + FinalRecipient *string + LastAttemptDate *time.Time + RemoteMta *string + Status *string + func (s *RecipientDsnFields) SetAction(v string) *RecipientDsnFields + func (s *RecipientDsnFields) SetDiagnosticCode(v string) *RecipientDsnFields + func (s *RecipientDsnFields) SetExtensionFields(v []*ExtensionField) *RecipientDsnFields + func (s *RecipientDsnFields) SetFinalRecipient(v string) *RecipientDsnFields + func (s *RecipientDsnFields) SetLastAttemptDate(v time.Time) *RecipientDsnFields + func (s *RecipientDsnFields) SetRemoteMta(v string) *RecipientDsnFields + func (s *RecipientDsnFields) SetStatus(v string) *RecipientDsnFields + func (s *RecipientDsnFields) Validate() error + func (s RecipientDsnFields) GoString() string + func (s RecipientDsnFields) String() string + type ReorderReceiptRuleSetInput struct + RuleNames []*string + RuleSetName *string + func (s *ReorderReceiptRuleSetInput) SetRuleNames(v []*string) *ReorderReceiptRuleSetInput + func (s *ReorderReceiptRuleSetInput) SetRuleSetName(v string) *ReorderReceiptRuleSetInput + func (s *ReorderReceiptRuleSetInput) Validate() error + func (s ReorderReceiptRuleSetInput) GoString() string + func (s ReorderReceiptRuleSetInput) String() string + type ReorderReceiptRuleSetOutput struct + func (s ReorderReceiptRuleSetOutput) GoString() string + func (s ReorderReceiptRuleSetOutput) String() string + type ReputationOptions struct + LastFreshStart *time.Time + ReputationMetricsEnabled *bool + SendingEnabled *bool + func (s *ReputationOptions) SetLastFreshStart(v time.Time) *ReputationOptions + func (s *ReputationOptions) SetReputationMetricsEnabled(v bool) *ReputationOptions + func (s *ReputationOptions) SetSendingEnabled(v bool) *ReputationOptions + func (s ReputationOptions) GoString() string + func (s ReputationOptions) String() string + type S3Action struct + BucketName *string + KmsKeyArn *string + ObjectKeyPrefix *string + TopicArn *string + func (s *S3Action) SetBucketName(v string) *S3Action + func (s *S3Action) SetKmsKeyArn(v string) *S3Action + func (s *S3Action) SetObjectKeyPrefix(v string) *S3Action + func (s *S3Action) SetTopicArn(v string) *S3Action + func (s *S3Action) Validate() error + func (s S3Action) GoString() string + func (s S3Action) String() string + type SES struct + func New(p client.ConfigProvider, cfgs ...*aws.Config) *SES + func (c *SES) CloneReceiptRuleSet(input *CloneReceiptRuleSetInput) (*CloneReceiptRuleSetOutput, error) + func (c *SES) CloneReceiptRuleSetRequest(input *CloneReceiptRuleSetInput) (req *request.Request, output *CloneReceiptRuleSetOutput) + func (c *SES) CloneReceiptRuleSetWithContext(ctx aws.Context, input *CloneReceiptRuleSetInput, opts ...request.Option) (*CloneReceiptRuleSetOutput, error) + func (c *SES) CreateConfigurationSet(input *CreateConfigurationSetInput) (*CreateConfigurationSetOutput, error) + func (c *SES) CreateConfigurationSetEventDestination(input *CreateConfigurationSetEventDestinationInput) (*CreateConfigurationSetEventDestinationOutput, error) + func (c *SES) CreateConfigurationSetEventDestinationRequest(input *CreateConfigurationSetEventDestinationInput) (req *request.Request, output *CreateConfigurationSetEventDestinationOutput) + func (c *SES) CreateConfigurationSetEventDestinationWithContext(ctx aws.Context, input *CreateConfigurationSetEventDestinationInput, ...) (*CreateConfigurationSetEventDestinationOutput, error) + func (c *SES) CreateConfigurationSetRequest(input *CreateConfigurationSetInput) (req *request.Request, output *CreateConfigurationSetOutput) + func (c *SES) CreateConfigurationSetTrackingOptions(input *CreateConfigurationSetTrackingOptionsInput) (*CreateConfigurationSetTrackingOptionsOutput, error) + func (c *SES) CreateConfigurationSetTrackingOptionsRequest(input *CreateConfigurationSetTrackingOptionsInput) (req *request.Request, output *CreateConfigurationSetTrackingOptionsOutput) + func (c *SES) CreateConfigurationSetTrackingOptionsWithContext(ctx aws.Context, input *CreateConfigurationSetTrackingOptionsInput, ...) (*CreateConfigurationSetTrackingOptionsOutput, error) + func (c *SES) CreateConfigurationSetWithContext(ctx aws.Context, input *CreateConfigurationSetInput, opts ...request.Option) (*CreateConfigurationSetOutput, error) + func (c *SES) CreateCustomVerificationEmailTemplate(input *CreateCustomVerificationEmailTemplateInput) (*CreateCustomVerificationEmailTemplateOutput, error) + func (c *SES) CreateCustomVerificationEmailTemplateRequest(input *CreateCustomVerificationEmailTemplateInput) (req *request.Request, output *CreateCustomVerificationEmailTemplateOutput) + func (c *SES) CreateCustomVerificationEmailTemplateWithContext(ctx aws.Context, input *CreateCustomVerificationEmailTemplateInput, ...) (*CreateCustomVerificationEmailTemplateOutput, error) + func (c *SES) CreateReceiptFilter(input *CreateReceiptFilterInput) (*CreateReceiptFilterOutput, error) + func (c *SES) CreateReceiptFilterRequest(input *CreateReceiptFilterInput) (req *request.Request, output *CreateReceiptFilterOutput) + func (c *SES) CreateReceiptFilterWithContext(ctx aws.Context, input *CreateReceiptFilterInput, opts ...request.Option) (*CreateReceiptFilterOutput, error) + func (c *SES) CreateReceiptRule(input *CreateReceiptRuleInput) (*CreateReceiptRuleOutput, error) + func (c *SES) CreateReceiptRuleRequest(input *CreateReceiptRuleInput) (req *request.Request, output *CreateReceiptRuleOutput) + func (c *SES) CreateReceiptRuleSet(input *CreateReceiptRuleSetInput) (*CreateReceiptRuleSetOutput, error) + func (c *SES) CreateReceiptRuleSetRequest(input *CreateReceiptRuleSetInput) (req *request.Request, output *CreateReceiptRuleSetOutput) + func (c *SES) CreateReceiptRuleSetWithContext(ctx aws.Context, input *CreateReceiptRuleSetInput, opts ...request.Option) (*CreateReceiptRuleSetOutput, error) + func (c *SES) CreateReceiptRuleWithContext(ctx aws.Context, input *CreateReceiptRuleInput, opts ...request.Option) (*CreateReceiptRuleOutput, error) + func (c *SES) CreateTemplate(input *CreateTemplateInput) (*CreateTemplateOutput, error) + func (c *SES) CreateTemplateRequest(input *CreateTemplateInput) (req *request.Request, output *CreateTemplateOutput) + func (c *SES) CreateTemplateWithContext(ctx aws.Context, input *CreateTemplateInput, opts ...request.Option) (*CreateTemplateOutput, error) + func (c *SES) DeleteConfigurationSet(input *DeleteConfigurationSetInput) (*DeleteConfigurationSetOutput, error) + func (c *SES) DeleteConfigurationSetEventDestination(input *DeleteConfigurationSetEventDestinationInput) (*DeleteConfigurationSetEventDestinationOutput, error) + func (c *SES) DeleteConfigurationSetEventDestinationRequest(input *DeleteConfigurationSetEventDestinationInput) (req *request.Request, output *DeleteConfigurationSetEventDestinationOutput) + func (c *SES) DeleteConfigurationSetEventDestinationWithContext(ctx aws.Context, input *DeleteConfigurationSetEventDestinationInput, ...) (*DeleteConfigurationSetEventDestinationOutput, error) + func (c *SES) DeleteConfigurationSetRequest(input *DeleteConfigurationSetInput) (req *request.Request, output *DeleteConfigurationSetOutput) + func (c *SES) DeleteConfigurationSetTrackingOptions(input *DeleteConfigurationSetTrackingOptionsInput) (*DeleteConfigurationSetTrackingOptionsOutput, error) + func (c *SES) DeleteConfigurationSetTrackingOptionsRequest(input *DeleteConfigurationSetTrackingOptionsInput) (req *request.Request, output *DeleteConfigurationSetTrackingOptionsOutput) + func (c *SES) DeleteConfigurationSetTrackingOptionsWithContext(ctx aws.Context, input *DeleteConfigurationSetTrackingOptionsInput, ...) (*DeleteConfigurationSetTrackingOptionsOutput, error) + func (c *SES) DeleteConfigurationSetWithContext(ctx aws.Context, input *DeleteConfigurationSetInput, opts ...request.Option) (*DeleteConfigurationSetOutput, error) + func (c *SES) DeleteCustomVerificationEmailTemplate(input *DeleteCustomVerificationEmailTemplateInput) (*DeleteCustomVerificationEmailTemplateOutput, error) + func (c *SES) DeleteCustomVerificationEmailTemplateRequest(input *DeleteCustomVerificationEmailTemplateInput) (req *request.Request, output *DeleteCustomVerificationEmailTemplateOutput) + func (c *SES) DeleteCustomVerificationEmailTemplateWithContext(ctx aws.Context, input *DeleteCustomVerificationEmailTemplateInput, ...) (*DeleteCustomVerificationEmailTemplateOutput, error) + func (c *SES) DeleteIdentity(input *DeleteIdentityInput) (*DeleteIdentityOutput, error) + func (c *SES) DeleteIdentityPolicy(input *DeleteIdentityPolicyInput) (*DeleteIdentityPolicyOutput, error) + func (c *SES) DeleteIdentityPolicyRequest(input *DeleteIdentityPolicyInput) (req *request.Request, output *DeleteIdentityPolicyOutput) + func (c *SES) DeleteIdentityPolicyWithContext(ctx aws.Context, input *DeleteIdentityPolicyInput, opts ...request.Option) (*DeleteIdentityPolicyOutput, error) + func (c *SES) DeleteIdentityRequest(input *DeleteIdentityInput) (req *request.Request, output *DeleteIdentityOutput) + func (c *SES) DeleteIdentityWithContext(ctx aws.Context, input *DeleteIdentityInput, opts ...request.Option) (*DeleteIdentityOutput, error) + func (c *SES) DeleteReceiptFilter(input *DeleteReceiptFilterInput) (*DeleteReceiptFilterOutput, error) + func (c *SES) DeleteReceiptFilterRequest(input *DeleteReceiptFilterInput) (req *request.Request, output *DeleteReceiptFilterOutput) + func (c *SES) DeleteReceiptFilterWithContext(ctx aws.Context, input *DeleteReceiptFilterInput, opts ...request.Option) (*DeleteReceiptFilterOutput, error) + func (c *SES) DeleteReceiptRule(input *DeleteReceiptRuleInput) (*DeleteReceiptRuleOutput, error) + func (c *SES) DeleteReceiptRuleRequest(input *DeleteReceiptRuleInput) (req *request.Request, output *DeleteReceiptRuleOutput) + func (c *SES) DeleteReceiptRuleSet(input *DeleteReceiptRuleSetInput) (*DeleteReceiptRuleSetOutput, error) + func (c *SES) DeleteReceiptRuleSetRequest(input *DeleteReceiptRuleSetInput) (req *request.Request, output *DeleteReceiptRuleSetOutput) + func (c *SES) DeleteReceiptRuleSetWithContext(ctx aws.Context, input *DeleteReceiptRuleSetInput, opts ...request.Option) (*DeleteReceiptRuleSetOutput, error) + func (c *SES) DeleteReceiptRuleWithContext(ctx aws.Context, input *DeleteReceiptRuleInput, opts ...request.Option) (*DeleteReceiptRuleOutput, error) + func (c *SES) DeleteTemplate(input *DeleteTemplateInput) (*DeleteTemplateOutput, error) + func (c *SES) DeleteTemplateRequest(input *DeleteTemplateInput) (req *request.Request, output *DeleteTemplateOutput) + func (c *SES) DeleteTemplateWithContext(ctx aws.Context, input *DeleteTemplateInput, opts ...request.Option) (*DeleteTemplateOutput, error) + func (c *SES) DeleteVerifiedEmailAddress(input *DeleteVerifiedEmailAddressInput) (*DeleteVerifiedEmailAddressOutput, error) + func (c *SES) DeleteVerifiedEmailAddressRequest(input *DeleteVerifiedEmailAddressInput) (req *request.Request, output *DeleteVerifiedEmailAddressOutput) + func (c *SES) DeleteVerifiedEmailAddressWithContext(ctx aws.Context, input *DeleteVerifiedEmailAddressInput, ...) (*DeleteVerifiedEmailAddressOutput, error) + func (c *SES) DescribeActiveReceiptRuleSet(input *DescribeActiveReceiptRuleSetInput) (*DescribeActiveReceiptRuleSetOutput, error) + func (c *SES) DescribeActiveReceiptRuleSetRequest(input *DescribeActiveReceiptRuleSetInput) (req *request.Request, output *DescribeActiveReceiptRuleSetOutput) + func (c *SES) DescribeActiveReceiptRuleSetWithContext(ctx aws.Context, input *DescribeActiveReceiptRuleSetInput, ...) (*DescribeActiveReceiptRuleSetOutput, error) + func (c *SES) DescribeConfigurationSet(input *DescribeConfigurationSetInput) (*DescribeConfigurationSetOutput, error) + func (c *SES) DescribeConfigurationSetRequest(input *DescribeConfigurationSetInput) (req *request.Request, output *DescribeConfigurationSetOutput) + func (c *SES) DescribeConfigurationSetWithContext(ctx aws.Context, input *DescribeConfigurationSetInput, opts ...request.Option) (*DescribeConfigurationSetOutput, error) + func (c *SES) DescribeReceiptRule(input *DescribeReceiptRuleInput) (*DescribeReceiptRuleOutput, error) + func (c *SES) DescribeReceiptRuleRequest(input *DescribeReceiptRuleInput) (req *request.Request, output *DescribeReceiptRuleOutput) + func (c *SES) DescribeReceiptRuleSet(input *DescribeReceiptRuleSetInput) (*DescribeReceiptRuleSetOutput, error) + func (c *SES) DescribeReceiptRuleSetRequest(input *DescribeReceiptRuleSetInput) (req *request.Request, output *DescribeReceiptRuleSetOutput) + func (c *SES) DescribeReceiptRuleSetWithContext(ctx aws.Context, input *DescribeReceiptRuleSetInput, opts ...request.Option) (*DescribeReceiptRuleSetOutput, error) + func (c *SES) DescribeReceiptRuleWithContext(ctx aws.Context, input *DescribeReceiptRuleInput, opts ...request.Option) (*DescribeReceiptRuleOutput, error) + func (c *SES) GetAccountSendingEnabled(input *GetAccountSendingEnabledInput) (*GetAccountSendingEnabledOutput, error) + func (c *SES) GetAccountSendingEnabledRequest(input *GetAccountSendingEnabledInput) (req *request.Request, output *GetAccountSendingEnabledOutput) + func (c *SES) GetAccountSendingEnabledWithContext(ctx aws.Context, input *GetAccountSendingEnabledInput, opts ...request.Option) (*GetAccountSendingEnabledOutput, error) + func (c *SES) GetCustomVerificationEmailTemplate(input *GetCustomVerificationEmailTemplateInput) (*GetCustomVerificationEmailTemplateOutput, error) + func (c *SES) GetCustomVerificationEmailTemplateRequest(input *GetCustomVerificationEmailTemplateInput) (req *request.Request, output *GetCustomVerificationEmailTemplateOutput) + func (c *SES) GetCustomVerificationEmailTemplateWithContext(ctx aws.Context, input *GetCustomVerificationEmailTemplateInput, ...) (*GetCustomVerificationEmailTemplateOutput, error) + func (c *SES) GetIdentityDkimAttributes(input *GetIdentityDkimAttributesInput) (*GetIdentityDkimAttributesOutput, error) + func (c *SES) GetIdentityDkimAttributesRequest(input *GetIdentityDkimAttributesInput) (req *request.Request, output *GetIdentityDkimAttributesOutput) + func (c *SES) GetIdentityDkimAttributesWithContext(ctx aws.Context, input *GetIdentityDkimAttributesInput, opts ...request.Option) (*GetIdentityDkimAttributesOutput, error) + func (c *SES) GetIdentityMailFromDomainAttributes(input *GetIdentityMailFromDomainAttributesInput) (*GetIdentityMailFromDomainAttributesOutput, error) + func (c *SES) GetIdentityMailFromDomainAttributesRequest(input *GetIdentityMailFromDomainAttributesInput) (req *request.Request, output *GetIdentityMailFromDomainAttributesOutput) + func (c *SES) GetIdentityMailFromDomainAttributesWithContext(ctx aws.Context, input *GetIdentityMailFromDomainAttributesInput, ...) (*GetIdentityMailFromDomainAttributesOutput, error) + func (c *SES) GetIdentityNotificationAttributes(input *GetIdentityNotificationAttributesInput) (*GetIdentityNotificationAttributesOutput, error) + func (c *SES) GetIdentityNotificationAttributesRequest(input *GetIdentityNotificationAttributesInput) (req *request.Request, output *GetIdentityNotificationAttributesOutput) + func (c *SES) GetIdentityNotificationAttributesWithContext(ctx aws.Context, input *GetIdentityNotificationAttributesInput, ...) (*GetIdentityNotificationAttributesOutput, error) + func (c *SES) GetIdentityPolicies(input *GetIdentityPoliciesInput) (*GetIdentityPoliciesOutput, error) + func (c *SES) GetIdentityPoliciesRequest(input *GetIdentityPoliciesInput) (req *request.Request, output *GetIdentityPoliciesOutput) + func (c *SES) GetIdentityPoliciesWithContext(ctx aws.Context, input *GetIdentityPoliciesInput, opts ...request.Option) (*GetIdentityPoliciesOutput, error) + func (c *SES) GetIdentityVerificationAttributes(input *GetIdentityVerificationAttributesInput) (*GetIdentityVerificationAttributesOutput, error) + func (c *SES) GetIdentityVerificationAttributesRequest(input *GetIdentityVerificationAttributesInput) (req *request.Request, output *GetIdentityVerificationAttributesOutput) + func (c *SES) GetIdentityVerificationAttributesWithContext(ctx aws.Context, input *GetIdentityVerificationAttributesInput, ...) (*GetIdentityVerificationAttributesOutput, error) + func (c *SES) GetSendQuota(input *GetSendQuotaInput) (*GetSendQuotaOutput, error) + func (c *SES) GetSendQuotaRequest(input *GetSendQuotaInput) (req *request.Request, output *GetSendQuotaOutput) + func (c *SES) GetSendQuotaWithContext(ctx aws.Context, input *GetSendQuotaInput, opts ...request.Option) (*GetSendQuotaOutput, error) + func (c *SES) GetSendStatistics(input *GetSendStatisticsInput) (*GetSendStatisticsOutput, error) + func (c *SES) GetSendStatisticsRequest(input *GetSendStatisticsInput) (req *request.Request, output *GetSendStatisticsOutput) + func (c *SES) GetSendStatisticsWithContext(ctx aws.Context, input *GetSendStatisticsInput, opts ...request.Option) (*GetSendStatisticsOutput, error) + func (c *SES) GetTemplate(input *GetTemplateInput) (*GetTemplateOutput, error) + func (c *SES) GetTemplateRequest(input *GetTemplateInput) (req *request.Request, output *GetTemplateOutput) + func (c *SES) GetTemplateWithContext(ctx aws.Context, input *GetTemplateInput, opts ...request.Option) (*GetTemplateOutput, error) + func (c *SES) ListConfigurationSets(input *ListConfigurationSetsInput) (*ListConfigurationSetsOutput, error) + func (c *SES) ListConfigurationSetsRequest(input *ListConfigurationSetsInput) (req *request.Request, output *ListConfigurationSetsOutput) + func (c *SES) ListConfigurationSetsWithContext(ctx aws.Context, input *ListConfigurationSetsInput, opts ...request.Option) (*ListConfigurationSetsOutput, error) + func (c *SES) ListCustomVerificationEmailTemplates(input *ListCustomVerificationEmailTemplatesInput) (*ListCustomVerificationEmailTemplatesOutput, error) + func (c *SES) ListCustomVerificationEmailTemplatesPages(input *ListCustomVerificationEmailTemplatesInput, ...) error + func (c *SES) ListCustomVerificationEmailTemplatesPagesWithContext(ctx aws.Context, input *ListCustomVerificationEmailTemplatesInput, ...) error + func (c *SES) ListCustomVerificationEmailTemplatesRequest(input *ListCustomVerificationEmailTemplatesInput) (req *request.Request, output *ListCustomVerificationEmailTemplatesOutput) + func (c *SES) ListCustomVerificationEmailTemplatesWithContext(ctx aws.Context, input *ListCustomVerificationEmailTemplatesInput, ...) (*ListCustomVerificationEmailTemplatesOutput, error) + func (c *SES) ListIdentities(input *ListIdentitiesInput) (*ListIdentitiesOutput, error) + func (c *SES) ListIdentitiesPages(input *ListIdentitiesInput, fn func(*ListIdentitiesOutput, bool) bool) error + func (c *SES) ListIdentitiesPagesWithContext(ctx aws.Context, input *ListIdentitiesInput, ...) error + func (c *SES) ListIdentitiesRequest(input *ListIdentitiesInput) (req *request.Request, output *ListIdentitiesOutput) + func (c *SES) ListIdentitiesWithContext(ctx aws.Context, input *ListIdentitiesInput, opts ...request.Option) (*ListIdentitiesOutput, error) + func (c *SES) ListIdentityPolicies(input *ListIdentityPoliciesInput) (*ListIdentityPoliciesOutput, error) + func (c *SES) ListIdentityPoliciesRequest(input *ListIdentityPoliciesInput) (req *request.Request, output *ListIdentityPoliciesOutput) + func (c *SES) ListIdentityPoliciesWithContext(ctx aws.Context, input *ListIdentityPoliciesInput, opts ...request.Option) (*ListIdentityPoliciesOutput, error) + func (c *SES) ListReceiptFilters(input *ListReceiptFiltersInput) (*ListReceiptFiltersOutput, error) + func (c *SES) ListReceiptFiltersRequest(input *ListReceiptFiltersInput) (req *request.Request, output *ListReceiptFiltersOutput) + func (c *SES) ListReceiptFiltersWithContext(ctx aws.Context, input *ListReceiptFiltersInput, opts ...request.Option) (*ListReceiptFiltersOutput, error) + func (c *SES) ListReceiptRuleSets(input *ListReceiptRuleSetsInput) (*ListReceiptRuleSetsOutput, error) + func (c *SES) ListReceiptRuleSetsRequest(input *ListReceiptRuleSetsInput) (req *request.Request, output *ListReceiptRuleSetsOutput) + func (c *SES) ListReceiptRuleSetsWithContext(ctx aws.Context, input *ListReceiptRuleSetsInput, opts ...request.Option) (*ListReceiptRuleSetsOutput, error) + func (c *SES) ListTemplates(input *ListTemplatesInput) (*ListTemplatesOutput, error) + func (c *SES) ListTemplatesRequest(input *ListTemplatesInput) (req *request.Request, output *ListTemplatesOutput) + func (c *SES) ListTemplatesWithContext(ctx aws.Context, input *ListTemplatesInput, opts ...request.Option) (*ListTemplatesOutput, error) + func (c *SES) ListVerifiedEmailAddresses(input *ListVerifiedEmailAddressesInput) (*ListVerifiedEmailAddressesOutput, error) + func (c *SES) ListVerifiedEmailAddressesRequest(input *ListVerifiedEmailAddressesInput) (req *request.Request, output *ListVerifiedEmailAddressesOutput) + func (c *SES) ListVerifiedEmailAddressesWithContext(ctx aws.Context, input *ListVerifiedEmailAddressesInput, ...) (*ListVerifiedEmailAddressesOutput, error) + func (c *SES) PutConfigurationSetDeliveryOptions(input *PutConfigurationSetDeliveryOptionsInput) (*PutConfigurationSetDeliveryOptionsOutput, error) + func (c *SES) PutConfigurationSetDeliveryOptionsRequest(input *PutConfigurationSetDeliveryOptionsInput) (req *request.Request, output *PutConfigurationSetDeliveryOptionsOutput) + func (c *SES) PutConfigurationSetDeliveryOptionsWithContext(ctx aws.Context, input *PutConfigurationSetDeliveryOptionsInput, ...) (*PutConfigurationSetDeliveryOptionsOutput, error) + func (c *SES) PutIdentityPolicy(input *PutIdentityPolicyInput) (*PutIdentityPolicyOutput, error) + func (c *SES) PutIdentityPolicyRequest(input *PutIdentityPolicyInput) (req *request.Request, output *PutIdentityPolicyOutput) + func (c *SES) PutIdentityPolicyWithContext(ctx aws.Context, input *PutIdentityPolicyInput, opts ...request.Option) (*PutIdentityPolicyOutput, error) + func (c *SES) ReorderReceiptRuleSet(input *ReorderReceiptRuleSetInput) (*ReorderReceiptRuleSetOutput, error) + func (c *SES) ReorderReceiptRuleSetRequest(input *ReorderReceiptRuleSetInput) (req *request.Request, output *ReorderReceiptRuleSetOutput) + func (c *SES) ReorderReceiptRuleSetWithContext(ctx aws.Context, input *ReorderReceiptRuleSetInput, opts ...request.Option) (*ReorderReceiptRuleSetOutput, error) + func (c *SES) SendBounce(input *SendBounceInput) (*SendBounceOutput, error) + func (c *SES) SendBounceRequest(input *SendBounceInput) (req *request.Request, output *SendBounceOutput) + func (c *SES) SendBounceWithContext(ctx aws.Context, input *SendBounceInput, opts ...request.Option) (*SendBounceOutput, error) + func (c *SES) SendBulkTemplatedEmail(input *SendBulkTemplatedEmailInput) (*SendBulkTemplatedEmailOutput, error) + func (c *SES) SendBulkTemplatedEmailRequest(input *SendBulkTemplatedEmailInput) (req *request.Request, output *SendBulkTemplatedEmailOutput) + func (c *SES) SendBulkTemplatedEmailWithContext(ctx aws.Context, input *SendBulkTemplatedEmailInput, opts ...request.Option) (*SendBulkTemplatedEmailOutput, error) + func (c *SES) SendCustomVerificationEmail(input *SendCustomVerificationEmailInput) (*SendCustomVerificationEmailOutput, error) + func (c *SES) SendCustomVerificationEmailRequest(input *SendCustomVerificationEmailInput) (req *request.Request, output *SendCustomVerificationEmailOutput) + func (c *SES) SendCustomVerificationEmailWithContext(ctx aws.Context, input *SendCustomVerificationEmailInput, ...) (*SendCustomVerificationEmailOutput, error) + func (c *SES) SendEmail(input *SendEmailInput) (*SendEmailOutput, error) + func (c *SES) SendEmailRequest(input *SendEmailInput) (req *request.Request, output *SendEmailOutput) + func (c *SES) SendEmailWithContext(ctx aws.Context, input *SendEmailInput, opts ...request.Option) (*SendEmailOutput, error) + func (c *SES) SendRawEmail(input *SendRawEmailInput) (*SendRawEmailOutput, error) + func (c *SES) SendRawEmailRequest(input *SendRawEmailInput) (req *request.Request, output *SendRawEmailOutput) + func (c *SES) SendRawEmailWithContext(ctx aws.Context, input *SendRawEmailInput, opts ...request.Option) (*SendRawEmailOutput, error) + func (c *SES) SendTemplatedEmail(input *SendTemplatedEmailInput) (*SendTemplatedEmailOutput, error) + func (c *SES) SendTemplatedEmailRequest(input *SendTemplatedEmailInput) (req *request.Request, output *SendTemplatedEmailOutput) + func (c *SES) SendTemplatedEmailWithContext(ctx aws.Context, input *SendTemplatedEmailInput, opts ...request.Option) (*SendTemplatedEmailOutput, error) + func (c *SES) SetActiveReceiptRuleSet(input *SetActiveReceiptRuleSetInput) (*SetActiveReceiptRuleSetOutput, error) + func (c *SES) SetActiveReceiptRuleSetRequest(input *SetActiveReceiptRuleSetInput) (req *request.Request, output *SetActiveReceiptRuleSetOutput) + func (c *SES) SetActiveReceiptRuleSetWithContext(ctx aws.Context, input *SetActiveReceiptRuleSetInput, opts ...request.Option) (*SetActiveReceiptRuleSetOutput, error) + func (c *SES) SetIdentityDkimEnabled(input *SetIdentityDkimEnabledInput) (*SetIdentityDkimEnabledOutput, error) + func (c *SES) SetIdentityDkimEnabledRequest(input *SetIdentityDkimEnabledInput) (req *request.Request, output *SetIdentityDkimEnabledOutput) + func (c *SES) SetIdentityDkimEnabledWithContext(ctx aws.Context, input *SetIdentityDkimEnabledInput, opts ...request.Option) (*SetIdentityDkimEnabledOutput, error) + func (c *SES) SetIdentityFeedbackForwardingEnabled(input *SetIdentityFeedbackForwardingEnabledInput) (*SetIdentityFeedbackForwardingEnabledOutput, error) + func (c *SES) SetIdentityFeedbackForwardingEnabledRequest(input *SetIdentityFeedbackForwardingEnabledInput) (req *request.Request, output *SetIdentityFeedbackForwardingEnabledOutput) + func (c *SES) SetIdentityFeedbackForwardingEnabledWithContext(ctx aws.Context, input *SetIdentityFeedbackForwardingEnabledInput, ...) (*SetIdentityFeedbackForwardingEnabledOutput, error) + func (c *SES) SetIdentityHeadersInNotificationsEnabled(input *SetIdentityHeadersInNotificationsEnabledInput) (*SetIdentityHeadersInNotificationsEnabledOutput, error) + func (c *SES) SetIdentityHeadersInNotificationsEnabledRequest(input *SetIdentityHeadersInNotificationsEnabledInput) (req *request.Request, output *SetIdentityHeadersInNotificationsEnabledOutput) + func (c *SES) SetIdentityHeadersInNotificationsEnabledWithContext(ctx aws.Context, input *SetIdentityHeadersInNotificationsEnabledInput, ...) (*SetIdentityHeadersInNotificationsEnabledOutput, error) + func (c *SES) SetIdentityMailFromDomain(input *SetIdentityMailFromDomainInput) (*SetIdentityMailFromDomainOutput, error) + func (c *SES) SetIdentityMailFromDomainRequest(input *SetIdentityMailFromDomainInput) (req *request.Request, output *SetIdentityMailFromDomainOutput) + func (c *SES) SetIdentityMailFromDomainWithContext(ctx aws.Context, input *SetIdentityMailFromDomainInput, opts ...request.Option) (*SetIdentityMailFromDomainOutput, error) + func (c *SES) SetIdentityNotificationTopic(input *SetIdentityNotificationTopicInput) (*SetIdentityNotificationTopicOutput, error) + func (c *SES) SetIdentityNotificationTopicRequest(input *SetIdentityNotificationTopicInput) (req *request.Request, output *SetIdentityNotificationTopicOutput) + func (c *SES) SetIdentityNotificationTopicWithContext(ctx aws.Context, input *SetIdentityNotificationTopicInput, ...) (*SetIdentityNotificationTopicOutput, error) + func (c *SES) SetReceiptRulePosition(input *SetReceiptRulePositionInput) (*SetReceiptRulePositionOutput, error) + func (c *SES) SetReceiptRulePositionRequest(input *SetReceiptRulePositionInput) (req *request.Request, output *SetReceiptRulePositionOutput) + func (c *SES) SetReceiptRulePositionWithContext(ctx aws.Context, input *SetReceiptRulePositionInput, opts ...request.Option) (*SetReceiptRulePositionOutput, error) + func (c *SES) TestRenderTemplate(input *TestRenderTemplateInput) (*TestRenderTemplateOutput, error) + func (c *SES) TestRenderTemplateRequest(input *TestRenderTemplateInput) (req *request.Request, output *TestRenderTemplateOutput) + func (c *SES) TestRenderTemplateWithContext(ctx aws.Context, input *TestRenderTemplateInput, opts ...request.Option) (*TestRenderTemplateOutput, error) + func (c *SES) UpdateAccountSendingEnabled(input *UpdateAccountSendingEnabledInput) (*UpdateAccountSendingEnabledOutput, error) + func (c *SES) UpdateAccountSendingEnabledRequest(input *UpdateAccountSendingEnabledInput) (req *request.Request, output *UpdateAccountSendingEnabledOutput) + func (c *SES) UpdateAccountSendingEnabledWithContext(ctx aws.Context, input *UpdateAccountSendingEnabledInput, ...) (*UpdateAccountSendingEnabledOutput, error) + func (c *SES) UpdateConfigurationSetEventDestination(input *UpdateConfigurationSetEventDestinationInput) (*UpdateConfigurationSetEventDestinationOutput, error) + func (c *SES) UpdateConfigurationSetEventDestinationRequest(input *UpdateConfigurationSetEventDestinationInput) (req *request.Request, output *UpdateConfigurationSetEventDestinationOutput) + func (c *SES) UpdateConfigurationSetEventDestinationWithContext(ctx aws.Context, input *UpdateConfigurationSetEventDestinationInput, ...) (*UpdateConfigurationSetEventDestinationOutput, error) + func (c *SES) UpdateConfigurationSetReputationMetricsEnabled(input *UpdateConfigurationSetReputationMetricsEnabledInput) (*UpdateConfigurationSetReputationMetricsEnabledOutput, error) + func (c *SES) UpdateConfigurationSetReputationMetricsEnabledRequest(input *UpdateConfigurationSetReputationMetricsEnabledInput) (req *request.Request, ...) + func (c *SES) UpdateConfigurationSetReputationMetricsEnabledWithContext(ctx aws.Context, input *UpdateConfigurationSetReputationMetricsEnabledInput, ...) (*UpdateConfigurationSetReputationMetricsEnabledOutput, error) + func (c *SES) UpdateConfigurationSetSendingEnabled(input *UpdateConfigurationSetSendingEnabledInput) (*UpdateConfigurationSetSendingEnabledOutput, error) + func (c *SES) UpdateConfigurationSetSendingEnabledRequest(input *UpdateConfigurationSetSendingEnabledInput) (req *request.Request, output *UpdateConfigurationSetSendingEnabledOutput) + func (c *SES) UpdateConfigurationSetSendingEnabledWithContext(ctx aws.Context, input *UpdateConfigurationSetSendingEnabledInput, ...) (*UpdateConfigurationSetSendingEnabledOutput, error) + func (c *SES) UpdateConfigurationSetTrackingOptions(input *UpdateConfigurationSetTrackingOptionsInput) (*UpdateConfigurationSetTrackingOptionsOutput, error) + func (c *SES) UpdateConfigurationSetTrackingOptionsRequest(input *UpdateConfigurationSetTrackingOptionsInput) (req *request.Request, output *UpdateConfigurationSetTrackingOptionsOutput) + func (c *SES) UpdateConfigurationSetTrackingOptionsWithContext(ctx aws.Context, input *UpdateConfigurationSetTrackingOptionsInput, ...) (*UpdateConfigurationSetTrackingOptionsOutput, error) + func (c *SES) UpdateCustomVerificationEmailTemplate(input *UpdateCustomVerificationEmailTemplateInput) (*UpdateCustomVerificationEmailTemplateOutput, error) + func (c *SES) UpdateCustomVerificationEmailTemplateRequest(input *UpdateCustomVerificationEmailTemplateInput) (req *request.Request, output *UpdateCustomVerificationEmailTemplateOutput) + func (c *SES) UpdateCustomVerificationEmailTemplateWithContext(ctx aws.Context, input *UpdateCustomVerificationEmailTemplateInput, ...) (*UpdateCustomVerificationEmailTemplateOutput, error) + func (c *SES) UpdateReceiptRule(input *UpdateReceiptRuleInput) (*UpdateReceiptRuleOutput, error) + func (c *SES) UpdateReceiptRuleRequest(input *UpdateReceiptRuleInput) (req *request.Request, output *UpdateReceiptRuleOutput) + func (c *SES) UpdateReceiptRuleWithContext(ctx aws.Context, input *UpdateReceiptRuleInput, opts ...request.Option) (*UpdateReceiptRuleOutput, error) + func (c *SES) UpdateTemplate(input *UpdateTemplateInput) (*UpdateTemplateOutput, error) + func (c *SES) UpdateTemplateRequest(input *UpdateTemplateInput) (req *request.Request, output *UpdateTemplateOutput) + func (c *SES) UpdateTemplateWithContext(ctx aws.Context, input *UpdateTemplateInput, opts ...request.Option) (*UpdateTemplateOutput, error) + func (c *SES) VerifyDomainDkim(input *VerifyDomainDkimInput) (*VerifyDomainDkimOutput, error) + func (c *SES) VerifyDomainDkimRequest(input *VerifyDomainDkimInput) (req *request.Request, output *VerifyDomainDkimOutput) + func (c *SES) VerifyDomainDkimWithContext(ctx aws.Context, input *VerifyDomainDkimInput, opts ...request.Option) (*VerifyDomainDkimOutput, error) + func (c *SES) VerifyDomainIdentity(input *VerifyDomainIdentityInput) (*VerifyDomainIdentityOutput, error) + func (c *SES) VerifyDomainIdentityRequest(input *VerifyDomainIdentityInput) (req *request.Request, output *VerifyDomainIdentityOutput) + func (c *SES) VerifyDomainIdentityWithContext(ctx aws.Context, input *VerifyDomainIdentityInput, opts ...request.Option) (*VerifyDomainIdentityOutput, error) + func (c *SES) VerifyEmailAddress(input *VerifyEmailAddressInput) (*VerifyEmailAddressOutput, error) + func (c *SES) VerifyEmailAddressRequest(input *VerifyEmailAddressInput) (req *request.Request, output *VerifyEmailAddressOutput) + func (c *SES) VerifyEmailAddressWithContext(ctx aws.Context, input *VerifyEmailAddressInput, opts ...request.Option) (*VerifyEmailAddressOutput, error) + func (c *SES) VerifyEmailIdentity(input *VerifyEmailIdentityInput) (*VerifyEmailIdentityOutput, error) + func (c *SES) VerifyEmailIdentityRequest(input *VerifyEmailIdentityInput) (req *request.Request, output *VerifyEmailIdentityOutput) + func (c *SES) VerifyEmailIdentityWithContext(ctx aws.Context, input *VerifyEmailIdentityInput, opts ...request.Option) (*VerifyEmailIdentityOutput, error) + func (c *SES) WaitUntilIdentityExists(input *GetIdentityVerificationAttributesInput) error + func (c *SES) WaitUntilIdentityExistsWithContext(ctx aws.Context, input *GetIdentityVerificationAttributesInput, ...) error + type SNSAction struct + Encoding *string + TopicArn *string + func (s *SNSAction) SetEncoding(v string) *SNSAction + func (s *SNSAction) SetTopicArn(v string) *SNSAction + func (s *SNSAction) Validate() error + func (s SNSAction) GoString() string + func (s SNSAction) String() string + type SNSDestination struct + TopicARN *string + func (s *SNSDestination) SetTopicARN(v string) *SNSDestination + func (s *SNSDestination) Validate() error + func (s SNSDestination) GoString() string + func (s SNSDestination) String() string + type SendBounceInput struct + BounceSender *string + BounceSenderArn *string + BouncedRecipientInfoList []*BouncedRecipientInfo + Explanation *string + MessageDsn *MessageDsn + OriginalMessageId *string + func (s *SendBounceInput) SetBounceSender(v string) *SendBounceInput + func (s *SendBounceInput) SetBounceSenderArn(v string) *SendBounceInput + func (s *SendBounceInput) SetBouncedRecipientInfoList(v []*BouncedRecipientInfo) *SendBounceInput + func (s *SendBounceInput) SetExplanation(v string) *SendBounceInput + func (s *SendBounceInput) SetMessageDsn(v *MessageDsn) *SendBounceInput + func (s *SendBounceInput) SetOriginalMessageId(v string) *SendBounceInput + func (s *SendBounceInput) Validate() error + func (s SendBounceInput) GoString() string + func (s SendBounceInput) String() string + type SendBounceOutput struct + MessageId *string + func (s *SendBounceOutput) SetMessageId(v string) *SendBounceOutput + func (s SendBounceOutput) GoString() string + func (s SendBounceOutput) String() string + type SendBulkTemplatedEmailInput struct + ConfigurationSetName *string + DefaultTags []*MessageTag + DefaultTemplateData *string + Destinations []*BulkEmailDestination + ReplyToAddresses []*string + ReturnPath *string + ReturnPathArn *string + Source *string + SourceArn *string + Template *string + TemplateArn *string + func (s *SendBulkTemplatedEmailInput) SetConfigurationSetName(v string) *SendBulkTemplatedEmailInput + func (s *SendBulkTemplatedEmailInput) SetDefaultTags(v []*MessageTag) *SendBulkTemplatedEmailInput + func (s *SendBulkTemplatedEmailInput) SetDefaultTemplateData(v string) *SendBulkTemplatedEmailInput + func (s *SendBulkTemplatedEmailInput) SetDestinations(v []*BulkEmailDestination) *SendBulkTemplatedEmailInput + func (s *SendBulkTemplatedEmailInput) SetReplyToAddresses(v []*string) *SendBulkTemplatedEmailInput + func (s *SendBulkTemplatedEmailInput) SetReturnPath(v string) *SendBulkTemplatedEmailInput + func (s *SendBulkTemplatedEmailInput) SetReturnPathArn(v string) *SendBulkTemplatedEmailInput + func (s *SendBulkTemplatedEmailInput) SetSource(v string) *SendBulkTemplatedEmailInput + func (s *SendBulkTemplatedEmailInput) SetSourceArn(v string) *SendBulkTemplatedEmailInput + func (s *SendBulkTemplatedEmailInput) SetTemplate(v string) *SendBulkTemplatedEmailInput + func (s *SendBulkTemplatedEmailInput) SetTemplateArn(v string) *SendBulkTemplatedEmailInput + func (s *SendBulkTemplatedEmailInput) Validate() error + func (s SendBulkTemplatedEmailInput) GoString() string + func (s SendBulkTemplatedEmailInput) String() string + type SendBulkTemplatedEmailOutput struct + Status []*BulkEmailDestinationStatus + func (s *SendBulkTemplatedEmailOutput) SetStatus(v []*BulkEmailDestinationStatus) *SendBulkTemplatedEmailOutput + func (s SendBulkTemplatedEmailOutput) GoString() string + func (s SendBulkTemplatedEmailOutput) String() string + type SendCustomVerificationEmailInput struct + ConfigurationSetName *string + EmailAddress *string + TemplateName *string + func (s *SendCustomVerificationEmailInput) SetConfigurationSetName(v string) *SendCustomVerificationEmailInput + func (s *SendCustomVerificationEmailInput) SetEmailAddress(v string) *SendCustomVerificationEmailInput + func (s *SendCustomVerificationEmailInput) SetTemplateName(v string) *SendCustomVerificationEmailInput + func (s *SendCustomVerificationEmailInput) Validate() error + func (s SendCustomVerificationEmailInput) GoString() string + func (s SendCustomVerificationEmailInput) String() string + type SendCustomVerificationEmailOutput struct + MessageId *string + func (s *SendCustomVerificationEmailOutput) SetMessageId(v string) *SendCustomVerificationEmailOutput + func (s SendCustomVerificationEmailOutput) GoString() string + func (s SendCustomVerificationEmailOutput) String() string + type SendDataPoint struct + Bounces *int64 + Complaints *int64 + DeliveryAttempts *int64 + Rejects *int64 + Timestamp *time.Time + func (s *SendDataPoint) SetBounces(v int64) *SendDataPoint + func (s *SendDataPoint) SetComplaints(v int64) *SendDataPoint + func (s *SendDataPoint) SetDeliveryAttempts(v int64) *SendDataPoint + func (s *SendDataPoint) SetRejects(v int64) *SendDataPoint + func (s *SendDataPoint) SetTimestamp(v time.Time) *SendDataPoint + func (s SendDataPoint) GoString() string + func (s SendDataPoint) String() string + type SendEmailInput struct + ConfigurationSetName *string + Destination *Destination + Message *Message + ReplyToAddresses []*string + ReturnPath *string + ReturnPathArn *string + Source *string + SourceArn *string + Tags []*MessageTag + func (s *SendEmailInput) SetConfigurationSetName(v string) *SendEmailInput + func (s *SendEmailInput) SetDestination(v *Destination) *SendEmailInput + func (s *SendEmailInput) SetMessage(v *Message) *SendEmailInput + func (s *SendEmailInput) SetReplyToAddresses(v []*string) *SendEmailInput + func (s *SendEmailInput) SetReturnPath(v string) *SendEmailInput + func (s *SendEmailInput) SetReturnPathArn(v string) *SendEmailInput + func (s *SendEmailInput) SetSource(v string) *SendEmailInput + func (s *SendEmailInput) SetSourceArn(v string) *SendEmailInput + func (s *SendEmailInput) SetTags(v []*MessageTag) *SendEmailInput + func (s *SendEmailInput) Validate() error + func (s SendEmailInput) GoString() string + func (s SendEmailInput) String() string + type SendEmailOutput struct + MessageId *string + func (s *SendEmailOutput) SetMessageId(v string) *SendEmailOutput + func (s SendEmailOutput) GoString() string + func (s SendEmailOutput) String() string + type SendRawEmailInput struct + ConfigurationSetName *string + Destinations []*string + FromArn *string + RawMessage *RawMessage + ReturnPathArn *string + Source *string + SourceArn *string + Tags []*MessageTag + func (s *SendRawEmailInput) SetConfigurationSetName(v string) *SendRawEmailInput + func (s *SendRawEmailInput) SetDestinations(v []*string) *SendRawEmailInput + func (s *SendRawEmailInput) SetFromArn(v string) *SendRawEmailInput + func (s *SendRawEmailInput) SetRawMessage(v *RawMessage) *SendRawEmailInput + func (s *SendRawEmailInput) SetReturnPathArn(v string) *SendRawEmailInput + func (s *SendRawEmailInput) SetSource(v string) *SendRawEmailInput + func (s *SendRawEmailInput) SetSourceArn(v string) *SendRawEmailInput + func (s *SendRawEmailInput) SetTags(v []*MessageTag) *SendRawEmailInput + func (s *SendRawEmailInput) Validate() error + func (s SendRawEmailInput) GoString() string + func (s SendRawEmailInput) String() string + type SendRawEmailOutput struct + MessageId *string + func (s *SendRawEmailOutput) SetMessageId(v string) *SendRawEmailOutput + func (s SendRawEmailOutput) GoString() string + func (s SendRawEmailOutput) String() string + type SendTemplatedEmailInput struct + ConfigurationSetName *string + Destination *Destination + ReplyToAddresses []*string + ReturnPath *string + ReturnPathArn *string + Source *string + SourceArn *string + Tags []*MessageTag + Template *string + TemplateArn *string + TemplateData *string + func (s *SendTemplatedEmailInput) SetConfigurationSetName(v string) *SendTemplatedEmailInput + func (s *SendTemplatedEmailInput) SetDestination(v *Destination) *SendTemplatedEmailInput + func (s *SendTemplatedEmailInput) SetReplyToAddresses(v []*string) *SendTemplatedEmailInput + func (s *SendTemplatedEmailInput) SetReturnPath(v string) *SendTemplatedEmailInput + func (s *SendTemplatedEmailInput) SetReturnPathArn(v string) *SendTemplatedEmailInput + func (s *SendTemplatedEmailInput) SetSource(v string) *SendTemplatedEmailInput + func (s *SendTemplatedEmailInput) SetSourceArn(v string) *SendTemplatedEmailInput + func (s *SendTemplatedEmailInput) SetTags(v []*MessageTag) *SendTemplatedEmailInput + func (s *SendTemplatedEmailInput) SetTemplate(v string) *SendTemplatedEmailInput + func (s *SendTemplatedEmailInput) SetTemplateArn(v string) *SendTemplatedEmailInput + func (s *SendTemplatedEmailInput) SetTemplateData(v string) *SendTemplatedEmailInput + func (s *SendTemplatedEmailInput) Validate() error + func (s SendTemplatedEmailInput) GoString() string + func (s SendTemplatedEmailInput) String() string + type SendTemplatedEmailOutput struct + MessageId *string + func (s *SendTemplatedEmailOutput) SetMessageId(v string) *SendTemplatedEmailOutput + func (s SendTemplatedEmailOutput) GoString() string + func (s SendTemplatedEmailOutput) String() string + type SetActiveReceiptRuleSetInput struct + RuleSetName *string + func (s *SetActiveReceiptRuleSetInput) SetRuleSetName(v string) *SetActiveReceiptRuleSetInput + func (s SetActiveReceiptRuleSetInput) GoString() string + func (s SetActiveReceiptRuleSetInput) String() string + type SetActiveReceiptRuleSetOutput struct + func (s SetActiveReceiptRuleSetOutput) GoString() string + func (s SetActiveReceiptRuleSetOutput) String() string + type SetIdentityDkimEnabledInput struct + DkimEnabled *bool + Identity *string + func (s *SetIdentityDkimEnabledInput) SetDkimEnabled(v bool) *SetIdentityDkimEnabledInput + func (s *SetIdentityDkimEnabledInput) SetIdentity(v string) *SetIdentityDkimEnabledInput + func (s *SetIdentityDkimEnabledInput) Validate() error + func (s SetIdentityDkimEnabledInput) GoString() string + func (s SetIdentityDkimEnabledInput) String() string + type SetIdentityDkimEnabledOutput struct + func (s SetIdentityDkimEnabledOutput) GoString() string + func (s SetIdentityDkimEnabledOutput) String() string + type SetIdentityFeedbackForwardingEnabledInput struct + ForwardingEnabled *bool + Identity *string + func (s *SetIdentityFeedbackForwardingEnabledInput) SetForwardingEnabled(v bool) *SetIdentityFeedbackForwardingEnabledInput + func (s *SetIdentityFeedbackForwardingEnabledInput) SetIdentity(v string) *SetIdentityFeedbackForwardingEnabledInput + func (s *SetIdentityFeedbackForwardingEnabledInput) Validate() error + func (s SetIdentityFeedbackForwardingEnabledInput) GoString() string + func (s SetIdentityFeedbackForwardingEnabledInput) String() string + type SetIdentityFeedbackForwardingEnabledOutput struct + func (s SetIdentityFeedbackForwardingEnabledOutput) GoString() string + func (s SetIdentityFeedbackForwardingEnabledOutput) String() string + type SetIdentityHeadersInNotificationsEnabledInput struct + Enabled *bool + Identity *string + NotificationType *string + func (s *SetIdentityHeadersInNotificationsEnabledInput) SetEnabled(v bool) *SetIdentityHeadersInNotificationsEnabledInput + func (s *SetIdentityHeadersInNotificationsEnabledInput) SetIdentity(v string) *SetIdentityHeadersInNotificationsEnabledInput + func (s *SetIdentityHeadersInNotificationsEnabledInput) SetNotificationType(v string) *SetIdentityHeadersInNotificationsEnabledInput + func (s *SetIdentityHeadersInNotificationsEnabledInput) Validate() error + func (s SetIdentityHeadersInNotificationsEnabledInput) GoString() string + func (s SetIdentityHeadersInNotificationsEnabledInput) String() string + type SetIdentityHeadersInNotificationsEnabledOutput struct + func (s SetIdentityHeadersInNotificationsEnabledOutput) GoString() string + func (s SetIdentityHeadersInNotificationsEnabledOutput) String() string + type SetIdentityMailFromDomainInput struct + BehaviorOnMXFailure *string + Identity *string + MailFromDomain *string + func (s *SetIdentityMailFromDomainInput) SetBehaviorOnMXFailure(v string) *SetIdentityMailFromDomainInput + func (s *SetIdentityMailFromDomainInput) SetIdentity(v string) *SetIdentityMailFromDomainInput + func (s *SetIdentityMailFromDomainInput) SetMailFromDomain(v string) *SetIdentityMailFromDomainInput + func (s *SetIdentityMailFromDomainInput) Validate() error + func (s SetIdentityMailFromDomainInput) GoString() string + func (s SetIdentityMailFromDomainInput) String() string + type SetIdentityMailFromDomainOutput struct + func (s SetIdentityMailFromDomainOutput) GoString() string + func (s SetIdentityMailFromDomainOutput) String() string + type SetIdentityNotificationTopicInput struct + Identity *string + NotificationType *string + SnsTopic *string + func (s *SetIdentityNotificationTopicInput) SetIdentity(v string) *SetIdentityNotificationTopicInput + func (s *SetIdentityNotificationTopicInput) SetNotificationType(v string) *SetIdentityNotificationTopicInput + func (s *SetIdentityNotificationTopicInput) SetSnsTopic(v string) *SetIdentityNotificationTopicInput + func (s *SetIdentityNotificationTopicInput) Validate() error + func (s SetIdentityNotificationTopicInput) GoString() string + func (s SetIdentityNotificationTopicInput) String() string + type SetIdentityNotificationTopicOutput struct + func (s SetIdentityNotificationTopicOutput) GoString() string + func (s SetIdentityNotificationTopicOutput) String() string + type SetReceiptRulePositionInput struct + After *string + RuleName *string + RuleSetName *string + func (s *SetReceiptRulePositionInput) SetAfter(v string) *SetReceiptRulePositionInput + func (s *SetReceiptRulePositionInput) SetRuleName(v string) *SetReceiptRulePositionInput + func (s *SetReceiptRulePositionInput) SetRuleSetName(v string) *SetReceiptRulePositionInput + func (s *SetReceiptRulePositionInput) Validate() error + func (s SetReceiptRulePositionInput) GoString() string + func (s SetReceiptRulePositionInput) String() string + type SetReceiptRulePositionOutput struct + func (s SetReceiptRulePositionOutput) GoString() string + func (s SetReceiptRulePositionOutput) String() string + type StopAction struct + Scope *string + TopicArn *string + func (s *StopAction) SetScope(v string) *StopAction + func (s *StopAction) SetTopicArn(v string) *StopAction + func (s *StopAction) Validate() error + func (s StopAction) GoString() string + func (s StopAction) String() string + type Template struct + HtmlPart *string + SubjectPart *string + TemplateName *string + TextPart *string + func (s *Template) SetHtmlPart(v string) *Template + func (s *Template) SetSubjectPart(v string) *Template + func (s *Template) SetTemplateName(v string) *Template + func (s *Template) SetTextPart(v string) *Template + func (s *Template) Validate() error + func (s Template) GoString() string + func (s Template) String() string + type TemplateMetadata struct + CreatedTimestamp *time.Time + Name *string + func (s *TemplateMetadata) SetCreatedTimestamp(v time.Time) *TemplateMetadata + func (s *TemplateMetadata) SetName(v string) *TemplateMetadata + func (s TemplateMetadata) GoString() string + func (s TemplateMetadata) String() string + type TestRenderTemplateInput struct + TemplateData *string + TemplateName *string + func (s *TestRenderTemplateInput) SetTemplateData(v string) *TestRenderTemplateInput + func (s *TestRenderTemplateInput) SetTemplateName(v string) *TestRenderTemplateInput + func (s *TestRenderTemplateInput) Validate() error + func (s TestRenderTemplateInput) GoString() string + func (s TestRenderTemplateInput) String() string + type TestRenderTemplateOutput struct + RenderedTemplate *string + func (s *TestRenderTemplateOutput) SetRenderedTemplate(v string) *TestRenderTemplateOutput + func (s TestRenderTemplateOutput) GoString() string + func (s TestRenderTemplateOutput) String() string + type TrackingOptions struct + CustomRedirectDomain *string + func (s *TrackingOptions) SetCustomRedirectDomain(v string) *TrackingOptions + func (s TrackingOptions) GoString() string + func (s TrackingOptions) String() string + type UpdateAccountSendingEnabledInput struct + Enabled *bool + func (s *UpdateAccountSendingEnabledInput) SetEnabled(v bool) *UpdateAccountSendingEnabledInput + func (s UpdateAccountSendingEnabledInput) GoString() string + func (s UpdateAccountSendingEnabledInput) String() string + type UpdateAccountSendingEnabledOutput struct + func (s UpdateAccountSendingEnabledOutput) GoString() string + func (s UpdateAccountSendingEnabledOutput) String() string + type UpdateConfigurationSetEventDestinationInput struct + ConfigurationSetName *string + EventDestination *EventDestination + func (s *UpdateConfigurationSetEventDestinationInput) SetConfigurationSetName(v string) *UpdateConfigurationSetEventDestinationInput + func (s *UpdateConfigurationSetEventDestinationInput) SetEventDestination(v *EventDestination) *UpdateConfigurationSetEventDestinationInput + func (s *UpdateConfigurationSetEventDestinationInput) Validate() error + func (s UpdateConfigurationSetEventDestinationInput) GoString() string + func (s UpdateConfigurationSetEventDestinationInput) String() string + type UpdateConfigurationSetEventDestinationOutput struct + func (s UpdateConfigurationSetEventDestinationOutput) GoString() string + func (s UpdateConfigurationSetEventDestinationOutput) String() string + type UpdateConfigurationSetReputationMetricsEnabledInput struct + ConfigurationSetName *string + Enabled *bool + func (s *UpdateConfigurationSetReputationMetricsEnabledInput) SetConfigurationSetName(v string) *UpdateConfigurationSetReputationMetricsEnabledInput + func (s *UpdateConfigurationSetReputationMetricsEnabledInput) SetEnabled(v bool) *UpdateConfigurationSetReputationMetricsEnabledInput + func (s *UpdateConfigurationSetReputationMetricsEnabledInput) Validate() error + func (s UpdateConfigurationSetReputationMetricsEnabledInput) GoString() string + func (s UpdateConfigurationSetReputationMetricsEnabledInput) String() string + type UpdateConfigurationSetReputationMetricsEnabledOutput struct + func (s UpdateConfigurationSetReputationMetricsEnabledOutput) GoString() string + func (s UpdateConfigurationSetReputationMetricsEnabledOutput) String() string + type UpdateConfigurationSetSendingEnabledInput struct + ConfigurationSetName *string + Enabled *bool + func (s *UpdateConfigurationSetSendingEnabledInput) SetConfigurationSetName(v string) *UpdateConfigurationSetSendingEnabledInput + func (s *UpdateConfigurationSetSendingEnabledInput) SetEnabled(v bool) *UpdateConfigurationSetSendingEnabledInput + func (s *UpdateConfigurationSetSendingEnabledInput) Validate() error + func (s UpdateConfigurationSetSendingEnabledInput) GoString() string + func (s UpdateConfigurationSetSendingEnabledInput) String() string + type UpdateConfigurationSetSendingEnabledOutput struct + func (s UpdateConfigurationSetSendingEnabledOutput) GoString() string + func (s UpdateConfigurationSetSendingEnabledOutput) String() string + type UpdateConfigurationSetTrackingOptionsInput struct + ConfigurationSetName *string + TrackingOptions *TrackingOptions + func (s *UpdateConfigurationSetTrackingOptionsInput) SetConfigurationSetName(v string) *UpdateConfigurationSetTrackingOptionsInput + func (s *UpdateConfigurationSetTrackingOptionsInput) SetTrackingOptions(v *TrackingOptions) *UpdateConfigurationSetTrackingOptionsInput + func (s *UpdateConfigurationSetTrackingOptionsInput) Validate() error + func (s UpdateConfigurationSetTrackingOptionsInput) GoString() string + func (s UpdateConfigurationSetTrackingOptionsInput) String() string + type UpdateConfigurationSetTrackingOptionsOutput struct + func (s UpdateConfigurationSetTrackingOptionsOutput) GoString() string + func (s UpdateConfigurationSetTrackingOptionsOutput) String() string + type UpdateCustomVerificationEmailTemplateInput struct + FailureRedirectionURL *string + FromEmailAddress *string + SuccessRedirectionURL *string + TemplateContent *string + TemplateName *string + TemplateSubject *string + func (s *UpdateCustomVerificationEmailTemplateInput) SetFailureRedirectionURL(v string) *UpdateCustomVerificationEmailTemplateInput + func (s *UpdateCustomVerificationEmailTemplateInput) SetFromEmailAddress(v string) *UpdateCustomVerificationEmailTemplateInput + func (s *UpdateCustomVerificationEmailTemplateInput) SetSuccessRedirectionURL(v string) *UpdateCustomVerificationEmailTemplateInput + func (s *UpdateCustomVerificationEmailTemplateInput) SetTemplateContent(v string) *UpdateCustomVerificationEmailTemplateInput + func (s *UpdateCustomVerificationEmailTemplateInput) SetTemplateName(v string) *UpdateCustomVerificationEmailTemplateInput + func (s *UpdateCustomVerificationEmailTemplateInput) SetTemplateSubject(v string) *UpdateCustomVerificationEmailTemplateInput + func (s *UpdateCustomVerificationEmailTemplateInput) Validate() error + func (s UpdateCustomVerificationEmailTemplateInput) GoString() string + func (s UpdateCustomVerificationEmailTemplateInput) String() string + type UpdateCustomVerificationEmailTemplateOutput struct + func (s UpdateCustomVerificationEmailTemplateOutput) GoString() string + func (s UpdateCustomVerificationEmailTemplateOutput) String() string + type UpdateReceiptRuleInput struct + Rule *ReceiptRule + RuleSetName *string + func (s *UpdateReceiptRuleInput) SetRule(v *ReceiptRule) *UpdateReceiptRuleInput + func (s *UpdateReceiptRuleInput) SetRuleSetName(v string) *UpdateReceiptRuleInput + func (s *UpdateReceiptRuleInput) Validate() error + func (s UpdateReceiptRuleInput) GoString() string + func (s UpdateReceiptRuleInput) String() string + type UpdateReceiptRuleOutput struct + func (s UpdateReceiptRuleOutput) GoString() string + func (s UpdateReceiptRuleOutput) String() string + type UpdateTemplateInput struct + Template *Template + func (s *UpdateTemplateInput) SetTemplate(v *Template) *UpdateTemplateInput + func (s *UpdateTemplateInput) Validate() error + func (s UpdateTemplateInput) GoString() string + func (s UpdateTemplateInput) String() string + type UpdateTemplateOutput struct + func (s UpdateTemplateOutput) GoString() string + func (s UpdateTemplateOutput) String() string + type VerifyDomainDkimInput struct + Domain *string + func (s *VerifyDomainDkimInput) SetDomain(v string) *VerifyDomainDkimInput + func (s *VerifyDomainDkimInput) Validate() error + func (s VerifyDomainDkimInput) GoString() string + func (s VerifyDomainDkimInput) String() string + type VerifyDomainDkimOutput struct + DkimTokens []*string + func (s *VerifyDomainDkimOutput) SetDkimTokens(v []*string) *VerifyDomainDkimOutput + func (s VerifyDomainDkimOutput) GoString() string + func (s VerifyDomainDkimOutput) String() string + type VerifyDomainIdentityInput struct + Domain *string + func (s *VerifyDomainIdentityInput) SetDomain(v string) *VerifyDomainIdentityInput + func (s *VerifyDomainIdentityInput) Validate() error + func (s VerifyDomainIdentityInput) GoString() string + func (s VerifyDomainIdentityInput) String() string + type VerifyDomainIdentityOutput struct + VerificationToken *string + func (s *VerifyDomainIdentityOutput) SetVerificationToken(v string) *VerifyDomainIdentityOutput + func (s VerifyDomainIdentityOutput) GoString() string + func (s VerifyDomainIdentityOutput) String() string + type VerifyEmailAddressInput struct + EmailAddress *string + func (s *VerifyEmailAddressInput) SetEmailAddress(v string) *VerifyEmailAddressInput + func (s *VerifyEmailAddressInput) Validate() error + func (s VerifyEmailAddressInput) GoString() string + func (s VerifyEmailAddressInput) String() string + type VerifyEmailAddressOutput struct + func (s VerifyEmailAddressOutput) GoString() string + func (s VerifyEmailAddressOutput) String() string + type VerifyEmailIdentityInput struct + EmailAddress *string + func (s *VerifyEmailIdentityInput) SetEmailAddress(v string) *VerifyEmailIdentityInput + func (s *VerifyEmailIdentityInput) Validate() error + func (s VerifyEmailIdentityInput) GoString() string + func (s VerifyEmailIdentityInput) String() string + type VerifyEmailIdentityOutput struct + func (s VerifyEmailIdentityOutput) GoString() string + func (s VerifyEmailIdentityOutput) String() string + type WorkmailAction struct + OrganizationArn *string + TopicArn *string + func (s *WorkmailAction) SetOrganizationArn(v string) *WorkmailAction + func (s *WorkmailAction) SetTopicArn(v string) *WorkmailAction + func (s *WorkmailAction) Validate() error + func (s WorkmailAction) GoString() string + func (s WorkmailAction) String() string