func BehaviorOnMxFailure_Values() []string
BehaviorOnMxFailure_Values returns all elements of the BehaviorOnMxFailure enum
func BulkEmailStatus_Values() []string
BulkEmailStatus_Values returns all elements of the BulkEmailStatus enum
func ContactLanguage_Values() []string
ContactLanguage_Values returns all elements of the ContactLanguage enum
func ContactListImportAction_Values() []string
ContactListImportAction_Values returns all elements of the ContactListImportAction enum
func DataFormat_Values() []string
DataFormat_Values returns all elements of the DataFormat enum
func DeliverabilityDashboardAccountStatus_Values() []string
DeliverabilityDashboardAccountStatus_Values returns all elements of the DeliverabilityDashboardAccountStatus enum
func DeliverabilityTestStatus_Values() []string
DeliverabilityTestStatus_Values returns all elements of the DeliverabilityTestStatus enum
func DimensionValueSource_Values() []string
DimensionValueSource_Values returns all elements of the DimensionValueSource enum
func DkimSigningAttributesOrigin_Values() []string
DkimSigningAttributesOrigin_Values returns all elements of the DkimSigningAttributesOrigin enum
func DkimStatus_Values() []string
DkimStatus_Values returns all elements of the DkimStatus enum
func EventType_Values() []string
EventType_Values returns all elements of the EventType enum
func IdentityType_Values() []string
IdentityType_Values returns all elements of the IdentityType enum
func ImportDestinationType_Values() []string
ImportDestinationType_Values returns all elements of the ImportDestinationType enum
func JobStatus_Values() []string
JobStatus_Values returns all elements of the JobStatus enum
func MailFromDomainStatus_Values() []string
MailFromDomainStatus_Values returns all elements of the MailFromDomainStatus enum
func MailType_Values() []string
MailType_Values returns all elements of the MailType enum
func ReviewStatus_Values() []string
ReviewStatus_Values returns all elements of the ReviewStatus enum
func SubscriptionStatus_Values() []string
SubscriptionStatus_Values returns all elements of the SubscriptionStatus enum
func SuppressionListImportAction_Values() []string
SuppressionListImportAction_Values returns all elements of the SuppressionListImportAction enum
func SuppressionListReason_Values() []string
SuppressionListReason_Values returns all elements of the SuppressionListReason enum
func TlsPolicy_Values() []string
TlsPolicy_Values returns all elements of the TlsPolicy enum
func WarmupStatus_Values() []string
WarmupStatus_Values returns all elements of the WarmupStatus enum
type AccountDetails struct { // Additional email addresses where updates are sent about your account review // process. AdditionalContactEmailAddresses []*string `min:"1" type:"list" sensitive:"true"` // The language you would prefer for the case. The contact language can be one // of ENGLISH or JAPANESE. ContactLanguage *string `type:"string" enum:"ContactLanguage"` // The type of email your account is sending. The mail type can be one of the // following: // // * MARKETING – Most of your sending traffic is to keep your customers // informed of your latest offering. // // * TRANSACTIONAL – Most of your sending traffic is to communicate during // a transaction with a customer. MailType *string `type:"string" enum:"MailType"` // Information about the review of the latest details you submitted. ReviewDetails *ReviewDetails `type:"structure"` // A description of the types of email that you plan to send. UseCaseDescription *string `min:"1" type:"string" sensitive:"true"` // The URL of your website. This information helps us better understand the // type of content that you plan to send. WebsiteURL *string `min:"1" type:"string" sensitive:"true"` // contains filtered or unexported fields }
An object that contains information about your account details.
func (s AccountDetails) GoString() string
GoString returns the string representation
func (s *AccountDetails) SetAdditionalContactEmailAddresses(v []*string) *AccountDetails
SetAdditionalContactEmailAddresses sets the AdditionalContactEmailAddresses field's value.
func (s *AccountDetails) SetContactLanguage(v string) *AccountDetails
SetContactLanguage sets the ContactLanguage field's value.
func (s *AccountDetails) SetMailType(v string) *AccountDetails
SetMailType sets the MailType field's value.
func (s *AccountDetails) SetReviewDetails(v *ReviewDetails) *AccountDetails
SetReviewDetails sets the ReviewDetails field's value.
func (s *AccountDetails) SetUseCaseDescription(v string) *AccountDetails
SetUseCaseDescription sets the UseCaseDescription field's value.
func (s *AccountDetails) SetWebsiteURL(v string) *AccountDetails
SetWebsiteURL sets the WebsiteURL field's value.
func (s AccountDetails) String() string
String returns the string representation
type AccountSuspendedException struct { RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"` Message_ *string `locationName:"message" type:"string"` // contains filtered or unexported fields }
The message can't be sent because the account's ability to send email has been permanently restricted.
func (s *AccountSuspendedException) Code() string
Code returns the exception type name.
func (s *AccountSuspendedException) Error() string
func (s AccountSuspendedException) GoString() string
GoString returns the string representation
func (s *AccountSuspendedException) Message() string
Message returns the exception's message.
func (s *AccountSuspendedException) OrigErr() error
OrigErr always returns nil, satisfies awserr.Error interface.
func (s *AccountSuspendedException) RequestID() string
RequestID returns the service's response RequestID for request.
func (s *AccountSuspendedException) StatusCode() int
Status code returns the HTTP status code for the request's response error.
func (s AccountSuspendedException) String() string
String returns the string representation
type AlreadyExistsException struct { RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"` Message_ *string `locationName:"message" type:"string"` // contains filtered or unexported fields }
The resource specified in your request already exists.
func (s *AlreadyExistsException) Code() string
Code returns the exception type name.
func (s *AlreadyExistsException) Error() string
func (s AlreadyExistsException) GoString() string
GoString returns the string representation
func (s *AlreadyExistsException) Message() string
Message returns the exception's message.
func (s *AlreadyExistsException) OrigErr() error
OrigErr always returns nil, satisfies awserr.Error interface.
func (s *AlreadyExistsException) RequestID() string
RequestID returns the service's response RequestID for request.
func (s *AlreadyExistsException) StatusCode() int
Status code returns the HTTP status code for the request's response error.
func (s AlreadyExistsException) String() string
String returns the string representation
type BadRequestException struct { RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"` Message_ *string `locationName:"message" type:"string"` // contains filtered or unexported fields }
The input you provided is invalid.
func (s *BadRequestException) Code() string
Code returns the exception type name.
func (s *BadRequestException) Error() string
func (s BadRequestException) GoString() string
GoString returns the string representation
func (s *BadRequestException) Message() string
Message returns the exception's message.
func (s *BadRequestException) OrigErr() error
OrigErr always returns nil, satisfies awserr.Error interface.
func (s *BadRequestException) RequestID() string
RequestID returns the service's response RequestID for request.
func (s *BadRequestException) StatusCode() int
Status code returns the HTTP status code for the request's response error.
func (s BadRequestException) String() string
String returns the string representation
type BlacklistEntry struct { // Additional information about the blacklisting event, as provided by the blacklist // maintainer. Description *string `type:"string"` // The time when the blacklisting event occurred, shown in Unix time format. ListingTime *time.Time `type:"timestamp"` // The name of the blacklist that the IP address appears on. RblName *string `type:"string"` // contains filtered or unexported fields }
An object that contains information about a blacklisting event that impacts one of the dedicated IP addresses that is associated with your account.
func (s BlacklistEntry) GoString() string
GoString returns the string representation
func (s *BlacklistEntry) SetDescription(v string) *BlacklistEntry
SetDescription sets the Description field's value.
func (s *BlacklistEntry) SetListingTime(v time.Time) *BlacklistEntry
SetListingTime sets the ListingTime field's value.
func (s *BlacklistEntry) SetRblName(v string) *BlacklistEntry
SetRblName sets the RblName field's value.
func (s BlacklistEntry) String() string
String returns the string representation
type Body struct { // An object that represents the version of the message that is displayed in // email clients that support HTML. HTML messages can include formatted text, // hyperlinks, images, and more. Html *Content `type:"structure"` // An object that represents the version of the message that is displayed in // email clients that don't support HTML, or clients where the recipient has // disabled HTML rendering. Text *Content `type:"structure"` // contains filtered or unexported fields }
Represents the body of the email message.
func (s Body) GoString() string
GoString returns the string representation
func (s *Body) SetHtml(v *Content) *Body
SetHtml sets the Html field's value.
func (s *Body) SetText(v *Content) *Body
SetText sets the Text field's value.
func (s Body) String() string
String returns the string representation
func (s *Body) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type BulkEmailContent struct { // The template to use for the bulk email message. Template *Template `type:"structure"` // contains filtered or unexported fields }
An object that contains the body of the message. You can specify a template message.
func (s BulkEmailContent) GoString() string
GoString returns the string representation
func (s *BulkEmailContent) SetTemplate(v *Template) *BulkEmailContent
SetTemplate sets the Template field's value.
func (s BulkEmailContent) String() string
String returns the string representation
func (s *BulkEmailContent) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type BulkEmailEntry struct { // Represents the destination of the message, consisting of To:, CC:, and BCC: // fields. // // Amazon SES does not support the SMTPUTF8 extension, as described in RFC6531 // (https://tools.ietf.org/html/rfc6531). For this reason, the local part of // a destination email address (the part of the email address that precedes // the @ sign) may only contain 7-bit ASCII characters (https://en.wikipedia.org/wiki/Email_address#Local-part). // If the domain part of an address (the part after the @ sign) contains non-ASCII // characters, they must be encoded using Punycode, as described in RFC3492 // (https://tools.ietf.org/html/rfc3492.html). // // Destination is a required field Destination *Destination `type:"structure" required:"true"` // The ReplacementEmailContent associated with a BulkEmailEntry. ReplacementEmailContent *ReplacementEmailContent `type:"structure"` // A list of tags, in the form of name/value pairs, to apply to an email that // you send using the SendBulkTemplatedEmail operation. Tags correspond to characteristics // of the email that you define, so that you can publish email sending events. ReplacementTags []*MessageTag `type:"list"` // contains filtered or unexported fields }
func (s BulkEmailEntry) GoString() string
GoString returns the string representation
func (s *BulkEmailEntry) SetDestination(v *Destination) *BulkEmailEntry
SetDestination sets the Destination field's value.
func (s *BulkEmailEntry) SetReplacementEmailContent(v *ReplacementEmailContent) *BulkEmailEntry
SetReplacementEmailContent sets the ReplacementEmailContent field's value.
func (s *BulkEmailEntry) SetReplacementTags(v []*MessageTag) *BulkEmailEntry
SetReplacementTags sets the ReplacementTags field's value.
func (s BulkEmailEntry) String() string
String returns the string representation
func (s *BulkEmailEntry) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type BulkEmailEntryResult struct { // A description of an error that prevented a message being sent using the SendBulkTemplatedEmail // operation. Error *string `type:"string"` // The unique message identifier returned from the SendBulkTemplatedEmail operation. MessageId *string `type:"string"` // The status of a message sent using the SendBulkTemplatedEmail operation. // // Possible values for this parameter include: // // * SUCCESS: Amazon SES accepted the message, and will attempt to deliver // it to the recipients. // // * MESSAGE_REJECTED: The message was rejected because it contained a virus. // // * MAIL_FROM_DOMAIN_NOT_VERIFIED: The sender's email address or domain // was not verified. // // * CONFIGURATION_SET_DOES_NOT_EXIST: The configuration set you specified // does not exist. // // * TEMPLATE_DOES_NOT_EXIST: The template you specified does not exist. // // * ACCOUNT_SUSPENDED: Your account has been shut down because of issues // related to your email sending practices. // // * ACCOUNT_THROTTLED: The number of emails you can send has been reduced // because your account has exceeded its allocated sending limit. // // * ACCOUNT_DAILY_QUOTA_EXCEEDED: You have reached or exceeded the maximum // number of emails you can send from your account in a 24-hour period. // // * INVALID_SENDING_POOL_NAME: The configuration set you specified refers // to an IP pool that does not exist. // // * ACCOUNT_SENDING_PAUSED: Email sending for the Amazon SES account was // disabled using the UpdateAccountSendingEnabled (https://docs.aws.amazon.com/ses/latest/APIReference/API_UpdateAccountSendingEnabled.html) // operation. // // * CONFIGURATION_SET_SENDING_PAUSED: Email sending for this configuration // set was disabled using the UpdateConfigurationSetSendingEnabled (https://docs.aws.amazon.com/ses/latest/APIReference/API_UpdateConfigurationSetSendingEnabled.html) // operation. // // * INVALID_PARAMETER_VALUE: One or more of the parameters you specified // when calling this operation was invalid. See the error message for additional // information. // // * TRANSIENT_FAILURE: Amazon SES was unable to process your request because // of a temporary issue. // // * FAILED: Amazon SES was unable to process your request. See the error // message for additional information. Status *string `type:"string" enum:"BulkEmailStatus"` // contains filtered or unexported fields }
The result of the SendBulkEmail operation of each specified BulkEmailEntry.
func (s BulkEmailEntryResult) GoString() string
GoString returns the string representation
func (s *BulkEmailEntryResult) SetError(v string) *BulkEmailEntryResult
SetError sets the Error field's value.
func (s *BulkEmailEntryResult) SetMessageId(v string) *BulkEmailEntryResult
SetMessageId sets the MessageId field's value.
func (s *BulkEmailEntryResult) SetStatus(v string) *BulkEmailEntryResult
SetStatus sets the Status field's value.
func (s BulkEmailEntryResult) String() string
String returns the string representation
type CloudWatchDestination struct { // An array of objects that define the dimensions to use when you send email // events to Amazon CloudWatch. // // DimensionConfigurations is a required field DimensionConfigurations []*CloudWatchDimensionConfiguration `type:"list" required:"true"` // contains filtered or unexported fields }
An object that defines an Amazon CloudWatch destination for email events. You can use Amazon CloudWatch to monitor and gain insights on your email sending metrics.
func (s CloudWatchDestination) GoString() string
GoString returns the string representation
func (s *CloudWatchDestination) SetDimensionConfigurations(v []*CloudWatchDimensionConfiguration) *CloudWatchDestination
SetDimensionConfigurations sets the DimensionConfigurations field's value.
func (s CloudWatchDestination) String() string
String returns the string representation
func (s *CloudWatchDestination) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type CloudWatchDimensionConfiguration struct { // The default value of the dimension that is published to Amazon CloudWatch // if you don't provide the value of the dimension when you send an email. This // value has to meet the following criteria: // // * It can only contain ASCII letters (a–z, A–Z), numbers (0–9), underscores // (_), or dashes (-). // // * It can contain no more than 256 characters. // // DefaultDimensionValue is a required field DefaultDimensionValue *string `type:"string" required:"true"` // The name of an Amazon CloudWatch dimension associated with an email sending // metric. The name has to meet the following criteria: // // * It can only contain ASCII letters (a–z, A–Z), numbers (0–9), underscores // (_), or dashes (-). // // * It can contain no more than 256 characters. // // DimensionName is a required field DimensionName *string `type:"string" required:"true"` // The location where the Amazon SES API v2 finds the value of a dimension to // publish to Amazon CloudWatch. If you want to use the message tags that you // specify using an X-SES-MESSAGE-TAGS header or a parameter to the SendEmail // or SendRawEmail API, choose messageTag. If you want to use your own email // headers, choose emailHeader. If you want to use link tags, choose linkTags. // // DimensionValueSource is a required field DimensionValueSource *string `type:"string" required:"true" enum:"DimensionValueSource"` // contains filtered or unexported fields }
An object that defines the dimension configuration to use when you send email events to Amazon CloudWatch.
func (s CloudWatchDimensionConfiguration) GoString() string
GoString returns the string representation
func (s *CloudWatchDimensionConfiguration) SetDefaultDimensionValue(v string) *CloudWatchDimensionConfiguration
SetDefaultDimensionValue sets the DefaultDimensionValue field's value.
func (s *CloudWatchDimensionConfiguration) SetDimensionName(v string) *CloudWatchDimensionConfiguration
SetDimensionName sets the DimensionName field's value.
func (s *CloudWatchDimensionConfiguration) SetDimensionValueSource(v string) *CloudWatchDimensionConfiguration
SetDimensionValueSource sets the DimensionValueSource field's value.
func (s CloudWatchDimensionConfiguration) String() string
String returns the string representation
func (s *CloudWatchDimensionConfiguration) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ConcurrentModificationException struct { RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"` Message_ *string `locationName:"message" type:"string"` // contains filtered or unexported fields }
The resource is being modified by another operation or thread.
func (s *ConcurrentModificationException) Code() string
Code returns the exception type name.
func (s *ConcurrentModificationException) Error() string
func (s ConcurrentModificationException) GoString() string
GoString returns the string representation
func (s *ConcurrentModificationException) Message() string
Message returns the exception's message.
func (s *ConcurrentModificationException) OrigErr() error
OrigErr always returns nil, satisfies awserr.Error interface.
func (s *ConcurrentModificationException) RequestID() string
RequestID returns the service's response RequestID for request.
func (s *ConcurrentModificationException) StatusCode() int
Status code returns the HTTP status code for the request's response error.
func (s ConcurrentModificationException) String() string
String returns the string representation
type ConflictException struct { RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"` Message_ *string `locationName:"message" type:"string"` // contains filtered or unexported fields }
If there is already an ongoing account details update under review.
func (s *ConflictException) Code() string
Code returns the exception type name.
func (s *ConflictException) Error() string
func (s ConflictException) GoString() string
GoString returns the string representation
func (s *ConflictException) Message() string
Message returns the exception's message.
func (s *ConflictException) OrigErr() error
OrigErr always returns nil, satisfies awserr.Error interface.
func (s *ConflictException) RequestID() string
RequestID returns the service's response RequestID for request.
func (s *ConflictException) StatusCode() int
Status code returns the HTTP status code for the request's response error.
func (s ConflictException) String() string
String returns the string representation
type Contact struct { // The contact's email address. EmailAddress *string `type:"string"` // A timestamp noting the last time the contact's information was updated. LastUpdatedTimestamp *time.Time `type:"timestamp"` // The default topic preferences applied to the contact. TopicDefaultPreferences []*TopicPreference `type:"list"` // The contact's preference for being opted-in to or opted-out of a topic. TopicPreferences []*TopicPreference `type:"list"` // A boolean value status noting if the contact is unsubscribed from all contact // list topics. UnsubscribeAll *bool `type:"boolean"` // contains filtered or unexported fields }
A contact is the end-user who is receiving the email.
func (s Contact) GoString() string
GoString returns the string representation
func (s *Contact) SetEmailAddress(v string) *Contact
SetEmailAddress sets the EmailAddress field's value.
func (s *Contact) SetLastUpdatedTimestamp(v time.Time) *Contact
SetLastUpdatedTimestamp sets the LastUpdatedTimestamp field's value.
func (s *Contact) SetTopicDefaultPreferences(v []*TopicPreference) *Contact
SetTopicDefaultPreferences sets the TopicDefaultPreferences field's value.
func (s *Contact) SetTopicPreferences(v []*TopicPreference) *Contact
SetTopicPreferences sets the TopicPreferences field's value.
func (s *Contact) SetUnsubscribeAll(v bool) *Contact
SetUnsubscribeAll sets the UnsubscribeAll field's value.
func (s Contact) String() string
String returns the string representation
type ContactList struct { // The name of the contact list. ContactListName *string `type:"string"` // A timestamp noting the last time the contact list was updated. LastUpdatedTimestamp *time.Time `type:"timestamp"` // contains filtered or unexported fields }
A list that contains contacts that have subscribed to a particular topic or topics.
func (s ContactList) GoString() string
GoString returns the string representation
func (s *ContactList) SetContactListName(v string) *ContactList
SetContactListName sets the ContactListName field's value.
func (s *ContactList) SetLastUpdatedTimestamp(v time.Time) *ContactList
SetLastUpdatedTimestamp sets the LastUpdatedTimestamp field's value.
func (s ContactList) String() string
String returns the string representation
type ContactListDestination struct { // >The type of action that you want to perform on the addresses. Acceptable // values: // // * PUT: add the addresses to the contact list. If the record already exists, // it will override it with the new value. // // * DELETE: remove the addresses from the contact list. // // ContactListImportAction is a required field ContactListImportAction *string `type:"string" required:"true" enum:"ContactListImportAction"` // The name of the contact list. // // ContactListName is a required field ContactListName *string `type:"string" required:"true"` // contains filtered or unexported fields }
An object that contains details about the action of a contact list.
func (s ContactListDestination) GoString() string
GoString returns the string representation
func (s *ContactListDestination) SetContactListImportAction(v string) *ContactListDestination
SetContactListImportAction sets the ContactListImportAction field's value.
func (s *ContactListDestination) SetContactListName(v string) *ContactListDestination
SetContactListName sets the ContactListName field's value.
func (s ContactListDestination) String() string
String returns the string representation
func (s *ContactListDestination) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type Content struct { // The character set for the content. Because of the constraints of the SMTP // protocol, Amazon SES uses 7-bit ASCII by default. If the text includes characters // outside of the ASCII range, you have to specify a character set. For example, // you could specify UTF-8, ISO-8859-1, or Shift_JIS. Charset *string `type:"string"` // The content of the message itself. // // Data is a required field Data *string `type:"string" required:"true"` // contains filtered or unexported fields }
An object that represents the content of the email, and optionally a character set specification.
func (s Content) GoString() string
GoString returns the string representation
func (s *Content) SetCharset(v string) *Content
SetCharset sets the Charset field's value.
func (s *Content) SetData(v string) *Content
SetData sets the Data field's value.
func (s Content) String() string
String returns the string representation
func (s *Content) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type CreateConfigurationSetEventDestinationInput struct { // The name of the configuration set that you want to add an event destination // to. // // ConfigurationSetName is a required field ConfigurationSetName *string `location:"uri" locationName:"ConfigurationSetName" type:"string" required:"true"` // An object that defines the event destination. // // EventDestination is a required field EventDestination *EventDestinationDefinition `type:"structure" required:"true"` // A name that identifies the event destination within the configuration set. // // EventDestinationName is a required field EventDestinationName *string `type:"string" required:"true"` // contains filtered or unexported fields }
A request to add an event destination to a configuration set.
func (s CreateConfigurationSetEventDestinationInput) GoString() string
GoString returns the string representation
func (s *CreateConfigurationSetEventDestinationInput) SetConfigurationSetName(v string) *CreateConfigurationSetEventDestinationInput
SetConfigurationSetName sets the ConfigurationSetName field's value.
func (s *CreateConfigurationSetEventDestinationInput) SetEventDestination(v *EventDestinationDefinition) *CreateConfigurationSetEventDestinationInput
SetEventDestination sets the EventDestination field's value.
func (s *CreateConfigurationSetEventDestinationInput) SetEventDestinationName(v string) *CreateConfigurationSetEventDestinationInput
SetEventDestinationName sets the EventDestinationName field's value.
func (s CreateConfigurationSetEventDestinationInput) String() string
String returns the string representation
func (s *CreateConfigurationSetEventDestinationInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type CreateConfigurationSetEventDestinationOutput struct {
// contains filtered or unexported fields
}
An HTTP 200 response if the request succeeds, or an error message if the request fails.
func (s CreateConfigurationSetEventDestinationOutput) GoString() string
GoString returns the string representation
func (s CreateConfigurationSetEventDestinationOutput) String() string
String returns the string representation
type CreateConfigurationSetInput struct { // The name of the configuration set. // // ConfigurationSetName is a required field ConfigurationSetName *string `type:"string" required:"true"` // An object that defines the dedicated IP pool that is used to send emails // that you send using the configuration set. DeliveryOptions *DeliveryOptions `type:"structure"` // An object that defines whether or not Amazon SES collects reputation metrics // for the emails that you send that use the configuration set. ReputationOptions *ReputationOptions `type:"structure"` // An object that defines whether or not Amazon SES can send email that you // send using the configuration set. SendingOptions *SendingOptions `type:"structure"` // An object that contains information about the suppression list preferences // for your account. SuppressionOptions *SuppressionOptions `type:"structure"` // An array of objects that define the tags (keys and values) that you want // to associate with the configuration set. Tags []*Tag `type:"list"` // An object that defines the open and click tracking options for emails that // you send using the configuration set. TrackingOptions *TrackingOptions `type:"structure"` // contains filtered or unexported fields }
A request to create a configuration set.
func (s CreateConfigurationSetInput) GoString() string
GoString returns the string representation
func (s *CreateConfigurationSetInput) SetConfigurationSetName(v string) *CreateConfigurationSetInput
SetConfigurationSetName sets the ConfigurationSetName field's value.
func (s *CreateConfigurationSetInput) SetDeliveryOptions(v *DeliveryOptions) *CreateConfigurationSetInput
SetDeliveryOptions sets the DeliveryOptions field's value.
func (s *CreateConfigurationSetInput) SetReputationOptions(v *ReputationOptions) *CreateConfigurationSetInput
SetReputationOptions sets the ReputationOptions field's value.
func (s *CreateConfigurationSetInput) SetSendingOptions(v *SendingOptions) *CreateConfigurationSetInput
SetSendingOptions sets the SendingOptions field's value.
func (s *CreateConfigurationSetInput) SetSuppressionOptions(v *SuppressionOptions) *CreateConfigurationSetInput
SetSuppressionOptions sets the SuppressionOptions field's value.
func (s *CreateConfigurationSetInput) SetTags(v []*Tag) *CreateConfigurationSetInput
SetTags sets the Tags field's value.
func (s *CreateConfigurationSetInput) SetTrackingOptions(v *TrackingOptions) *CreateConfigurationSetInput
SetTrackingOptions sets the TrackingOptions field's value.
func (s CreateConfigurationSetInput) String() string
String returns the string representation
func (s *CreateConfigurationSetInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type CreateConfigurationSetOutput struct {
// contains filtered or unexported fields
}
An HTTP 200 response if the request succeeds, or an error message if the request fails.
func (s CreateConfigurationSetOutput) GoString() string
GoString returns the string representation
func (s CreateConfigurationSetOutput) String() string
String returns the string representation
type CreateContactInput struct { // The attribute data attached to a contact. AttributesData *string `type:"string"` // The name of the contact list to which the contact should be added. // // ContactListName is a required field ContactListName *string `location:"uri" locationName:"ContactListName" type:"string" required:"true"` // The contact's email address. // // EmailAddress is a required field EmailAddress *string `type:"string" required:"true"` // The contact's preferences for being opted-in to or opted-out of topics. TopicPreferences []*TopicPreference `type:"list"` // A boolean value status noting if the contact is unsubscribed from all contact // list topics. UnsubscribeAll *bool `type:"boolean"` // contains filtered or unexported fields }
func (s CreateContactInput) GoString() string
GoString returns the string representation
func (s *CreateContactInput) SetAttributesData(v string) *CreateContactInput
SetAttributesData sets the AttributesData field's value.
func (s *CreateContactInput) SetContactListName(v string) *CreateContactInput
SetContactListName sets the ContactListName field's value.
func (s *CreateContactInput) SetEmailAddress(v string) *CreateContactInput
SetEmailAddress sets the EmailAddress field's value.
func (s *CreateContactInput) SetTopicPreferences(v []*TopicPreference) *CreateContactInput
SetTopicPreferences sets the TopicPreferences field's value.
func (s *CreateContactInput) SetUnsubscribeAll(v bool) *CreateContactInput
SetUnsubscribeAll sets the UnsubscribeAll field's value.
func (s CreateContactInput) String() string
String returns the string representation
func (s *CreateContactInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type CreateContactListInput struct { // The name of the contact list. // // ContactListName is a required field ContactListName *string `type:"string" required:"true"` // A description of what the contact list is about. Description *string `type:"string"` // The tags associated with a contact list. Tags []*Tag `type:"list"` // An interest group, theme, or label within a list. A contact list can have // multiple topics. Topics []*Topic `type:"list"` // contains filtered or unexported fields }
func (s CreateContactListInput) GoString() string
GoString returns the string representation
func (s *CreateContactListInput) SetContactListName(v string) *CreateContactListInput
SetContactListName sets the ContactListName field's value.
func (s *CreateContactListInput) SetDescription(v string) *CreateContactListInput
SetDescription sets the Description field's value.
func (s *CreateContactListInput) SetTags(v []*Tag) *CreateContactListInput
SetTags sets the Tags field's value.
func (s *CreateContactListInput) SetTopics(v []*Topic) *CreateContactListInput
SetTopics sets the Topics field's value.
func (s CreateContactListInput) String() string
String returns the string representation
func (s *CreateContactListInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type CreateContactListOutput struct {
// contains filtered or unexported fields
}
func (s CreateContactListOutput) GoString() string
GoString returns the string representation
func (s CreateContactListOutput) String() string
String returns the string representation
type CreateContactOutput struct {
// contains filtered or unexported fields
}
func (s CreateContactOutput) GoString() string
GoString returns the string representation
func (s CreateContactOutput) String() string
String returns the string representation
type CreateCustomVerificationEmailTemplateInput struct { // The URL that the recipient of the verification email is sent to if his or // her address is not successfully verified. // // FailureRedirectionURL is a required field FailureRedirectionURL *string `type:"string" required:"true"` // The email address that the custom verification email is sent from. // // FromEmailAddress is a required field FromEmailAddress *string `type:"string" required:"true"` // The URL that the recipient of the verification email is sent to if his or // her address is successfully verified. // // SuccessRedirectionURL is a required field SuccessRedirectionURL *string `type:"string" required:"true"` // The content of the custom verification email. The total size of the email // must be less than 10 MB. The message body may contain HTML, with some limitations. // For more information, see Custom Verification Email Frequently Asked Questions // (https://docs.aws.amazon.com/ses/latest/DeveloperGuide/send-email-verify-address-custom.html#custom-verification-emails-faq) // in the Amazon SES Developer Guide. // // TemplateContent is a required field TemplateContent *string `type:"string" required:"true"` // The name of the custom verification email template. // // TemplateName is a required field TemplateName *string `min:"1" type:"string" required:"true"` // The subject line of the custom verification email. // // TemplateSubject is a required field TemplateSubject *string `type:"string" required:"true"` // contains filtered or unexported fields }
Represents a request to create a custom verification email template.
func (s CreateCustomVerificationEmailTemplateInput) GoString() string
GoString returns the string representation
func (s *CreateCustomVerificationEmailTemplateInput) SetFailureRedirectionURL(v string) *CreateCustomVerificationEmailTemplateInput
SetFailureRedirectionURL sets the FailureRedirectionURL field's value.
func (s *CreateCustomVerificationEmailTemplateInput) SetFromEmailAddress(v string) *CreateCustomVerificationEmailTemplateInput
SetFromEmailAddress sets the FromEmailAddress field's value.
func (s *CreateCustomVerificationEmailTemplateInput) SetSuccessRedirectionURL(v string) *CreateCustomVerificationEmailTemplateInput
SetSuccessRedirectionURL sets the SuccessRedirectionURL field's value.
func (s *CreateCustomVerificationEmailTemplateInput) SetTemplateContent(v string) *CreateCustomVerificationEmailTemplateInput
SetTemplateContent sets the TemplateContent field's value.
func (s *CreateCustomVerificationEmailTemplateInput) SetTemplateName(v string) *CreateCustomVerificationEmailTemplateInput
SetTemplateName sets the TemplateName field's value.
func (s *CreateCustomVerificationEmailTemplateInput) SetTemplateSubject(v string) *CreateCustomVerificationEmailTemplateInput
SetTemplateSubject sets the TemplateSubject field's value.
func (s CreateCustomVerificationEmailTemplateInput) String() string
String returns the string representation
func (s *CreateCustomVerificationEmailTemplateInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type CreateCustomVerificationEmailTemplateOutput struct {
// contains filtered or unexported fields
}
If the action is successful, the service sends back an HTTP 200 response with an empty HTTP body.
func (s CreateCustomVerificationEmailTemplateOutput) GoString() string
GoString returns the string representation
func (s CreateCustomVerificationEmailTemplateOutput) String() string
String returns the string representation
type CreateDedicatedIpPoolInput struct { // The name of the dedicated IP pool. // // PoolName is a required field PoolName *string `type:"string" required:"true"` // An object that defines the tags (keys and values) that you want to associate // with the pool. Tags []*Tag `type:"list"` // contains filtered or unexported fields }
A request to create a new dedicated IP pool.
func (s CreateDedicatedIpPoolInput) GoString() string
GoString returns the string representation
func (s *CreateDedicatedIpPoolInput) SetPoolName(v string) *CreateDedicatedIpPoolInput
SetPoolName sets the PoolName field's value.
func (s *CreateDedicatedIpPoolInput) SetTags(v []*Tag) *CreateDedicatedIpPoolInput
SetTags sets the Tags field's value.
func (s CreateDedicatedIpPoolInput) String() string
String returns the string representation
func (s *CreateDedicatedIpPoolInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type CreateDedicatedIpPoolOutput struct {
// contains filtered or unexported fields
}
An HTTP 200 response if the request succeeds, or an error message if the request fails.
func (s CreateDedicatedIpPoolOutput) GoString() string
GoString returns the string representation
func (s CreateDedicatedIpPoolOutput) String() string
String returns the string representation
type CreateDeliverabilityTestReportInput struct { // The HTML body of the message that you sent when you performed the predictive // inbox placement test. // // Content is a required field Content *EmailContent `type:"structure" required:"true"` // The email address that the predictive inbox placement test email was sent // from. // // FromEmailAddress is a required field FromEmailAddress *string `type:"string" required:"true"` // A unique name that helps you to identify the predictive inbox placement test // when you retrieve the results. ReportName *string `type:"string"` // An array of objects that define the tags (keys and values) that you want // to associate with the predictive inbox placement test. Tags []*Tag `type:"list"` // contains filtered or unexported fields }
A request to perform a predictive inbox placement test. Predictive inbox placement tests can help you predict how your messages will be handled by various email providers around the world. When you perform a predictive inbox placement test, you provide a sample message that contains the content that you plan to send to your customers. We send that message to special email addresses spread across several major email providers around the world. The test takes about 24 hours to complete. When the test is complete, you can use the GetDeliverabilityTestReport operation to view the results of the test.
func (s CreateDeliverabilityTestReportInput) GoString() string
GoString returns the string representation
func (s *CreateDeliverabilityTestReportInput) SetContent(v *EmailContent) *CreateDeliverabilityTestReportInput
SetContent sets the Content field's value.
func (s *CreateDeliverabilityTestReportInput) SetFromEmailAddress(v string) *CreateDeliverabilityTestReportInput
SetFromEmailAddress sets the FromEmailAddress field's value.
func (s *CreateDeliverabilityTestReportInput) SetReportName(v string) *CreateDeliverabilityTestReportInput
SetReportName sets the ReportName field's value.
func (s *CreateDeliverabilityTestReportInput) SetTags(v []*Tag) *CreateDeliverabilityTestReportInput
SetTags sets the Tags field's value.
func (s CreateDeliverabilityTestReportInput) String() string
String returns the string representation
func (s *CreateDeliverabilityTestReportInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type CreateDeliverabilityTestReportOutput struct { // The status of the predictive inbox placement test. If the status is IN_PROGRESS, // then the predictive inbox placement test is currently running. Predictive // inbox placement tests are usually complete within 24 hours of creating the // test. If the status is COMPLETE, then the test is finished, and you can use // the GetDeliverabilityTestReport to view the results of the test. // // DeliverabilityTestStatus is a required field DeliverabilityTestStatus *string `type:"string" required:"true" enum:"DeliverabilityTestStatus"` // A unique string that identifies the predictive inbox placement test. // // ReportId is a required field ReportId *string `type:"string" required:"true"` // contains filtered or unexported fields }
Information about the predictive inbox placement test that you created.
func (s CreateDeliverabilityTestReportOutput) GoString() string
GoString returns the string representation
func (s *CreateDeliverabilityTestReportOutput) SetDeliverabilityTestStatus(v string) *CreateDeliverabilityTestReportOutput
SetDeliverabilityTestStatus sets the DeliverabilityTestStatus field's value.
func (s *CreateDeliverabilityTestReportOutput) SetReportId(v string) *CreateDeliverabilityTestReportOutput
SetReportId sets the ReportId field's value.
func (s CreateDeliverabilityTestReportOutput) String() string
String returns the string representation
type CreateEmailIdentityInput struct { // The configuration set to use by default when sending from this identity. // Note that any configuration set defined in the email sending request takes // precedence. ConfigurationSetName *string `type:"string"` // If your request includes this object, Amazon SES configures the identity // to use Bring Your Own DKIM (BYODKIM) for DKIM authentication purposes, as // opposed to the default method, Easy DKIM (https://docs.aws.amazon.com/ses/latest/DeveloperGuide/easy-dkim.html). // // You can only specify this object if the email identity is a domain, as opposed // to an address. DkimSigningAttributes *DkimSigningAttributes `type:"structure"` // The email address or domain that you want to verify. // // EmailIdentity is a required field EmailIdentity *string `min:"1" type:"string" required:"true"` // An array of objects that define the tags (keys and values) that you want // to associate with the email identity. Tags []*Tag `type:"list"` // contains filtered or unexported fields }
A request to begin the verification process for an email identity (an email address or domain).
func (s CreateEmailIdentityInput) GoString() string
GoString returns the string representation
func (s *CreateEmailIdentityInput) SetConfigurationSetName(v string) *CreateEmailIdentityInput
SetConfigurationSetName sets the ConfigurationSetName field's value.
func (s *CreateEmailIdentityInput) SetDkimSigningAttributes(v *DkimSigningAttributes) *CreateEmailIdentityInput
SetDkimSigningAttributes sets the DkimSigningAttributes field's value.
func (s *CreateEmailIdentityInput) SetEmailIdentity(v string) *CreateEmailIdentityInput
SetEmailIdentity sets the EmailIdentity field's value.
func (s *CreateEmailIdentityInput) SetTags(v []*Tag) *CreateEmailIdentityInput
SetTags sets the Tags field's value.
func (s CreateEmailIdentityInput) String() string
String returns the string representation
func (s *CreateEmailIdentityInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type CreateEmailIdentityOutput struct { // An object that contains information about the DKIM attributes for the identity. DkimAttributes *DkimAttributes `type:"structure"` // The email identity type. IdentityType *string `type:"string" enum:"IdentityType"` // Specifies whether or not the identity is verified. You can only send email // from verified email addresses or domains. For more information about verifying // identities, see the Amazon Pinpoint User Guide (https://docs.aws.amazon.com/pinpoint/latest/userguide/channels-email-manage-verify.html). VerifiedForSendingStatus *bool `type:"boolean"` // contains filtered or unexported fields }
If the email identity is a domain, this object contains information about the DKIM verification status for the domain.
If the email identity is an email address, this object is empty.
func (s CreateEmailIdentityOutput) GoString() string
GoString returns the string representation
func (s *CreateEmailIdentityOutput) SetDkimAttributes(v *DkimAttributes) *CreateEmailIdentityOutput
SetDkimAttributes sets the DkimAttributes field's value.
func (s *CreateEmailIdentityOutput) SetIdentityType(v string) *CreateEmailIdentityOutput
SetIdentityType sets the IdentityType field's value.
func (s *CreateEmailIdentityOutput) SetVerifiedForSendingStatus(v bool) *CreateEmailIdentityOutput
SetVerifiedForSendingStatus sets the VerifiedForSendingStatus field's value.
func (s CreateEmailIdentityOutput) String() string
String returns the string representation
type CreateEmailIdentityPolicyInput struct { // The email identity for which you want to create a policy. // // EmailIdentity is a required field EmailIdentity *string `location:"uri" locationName:"EmailIdentity" min:"1" type:"string" required:"true"` // The text of the policy in JSON format. The policy cannot exceed 4 KB. // // For information about the syntax of sending authorization policies, see the // Amazon SES Developer Guide (https://docs.aws.amazon.com/ses/latest/DeveloperGuide/sending-authorization-policies.html). // // Policy is a required field Policy *string `min:"1" type:"string" required:"true"` // The name of the policy. // // The policy name cannot exceed 64 characters and can only include alphanumeric // characters, dashes, and underscores. // // PolicyName is a required field PolicyName *string `location:"uri" locationName:"PolicyName" min:"1" type:"string" required:"true"` // contains filtered or unexported fields }
Represents a request to create a sending authorization policy for an identity. Sending authorization is an Amazon SES feature that enables you to authorize other senders to use your identities. For information, see the Amazon SES Developer Guide (https://docs.aws.amazon.com/ses/latest/DeveloperGuide/sending-authorization-identity-owner-tasks-management.html).
func (s CreateEmailIdentityPolicyInput) GoString() string
GoString returns the string representation
func (s *CreateEmailIdentityPolicyInput) SetEmailIdentity(v string) *CreateEmailIdentityPolicyInput
SetEmailIdentity sets the EmailIdentity field's value.
func (s *CreateEmailIdentityPolicyInput) SetPolicy(v string) *CreateEmailIdentityPolicyInput
SetPolicy sets the Policy field's value.
func (s *CreateEmailIdentityPolicyInput) SetPolicyName(v string) *CreateEmailIdentityPolicyInput
SetPolicyName sets the PolicyName field's value.
func (s CreateEmailIdentityPolicyInput) String() string
String returns the string representation
func (s *CreateEmailIdentityPolicyInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type CreateEmailIdentityPolicyOutput struct {
// contains filtered or unexported fields
}
An HTTP 200 response if the request succeeds, or an error message if the request fails.
func (s CreateEmailIdentityPolicyOutput) GoString() string
GoString returns the string representation
func (s CreateEmailIdentityPolicyOutput) String() string
String returns the string representation
type CreateEmailTemplateInput struct { // The content of the email template, composed of a subject line, an HTML part, // and a text-only part. // // TemplateContent is a required field TemplateContent *EmailTemplateContent `type:"structure" required:"true"` // The name of the template you want to create. // // TemplateName is a required field TemplateName *string `min:"1" type:"string" required:"true"` // contains filtered or unexported fields }
Represents a request to create an email template. For more information, see the Amazon SES Developer Guide (https://docs.aws.amazon.com/ses/latest/DeveloperGuide/send-personalized-email-api.html).
func (s CreateEmailTemplateInput) GoString() string
GoString returns the string representation
func (s *CreateEmailTemplateInput) SetTemplateContent(v *EmailTemplateContent) *CreateEmailTemplateInput
SetTemplateContent sets the TemplateContent field's value.
func (s *CreateEmailTemplateInput) SetTemplateName(v string) *CreateEmailTemplateInput
SetTemplateName sets the TemplateName field's value.
func (s CreateEmailTemplateInput) String() string
String returns the string representation
func (s *CreateEmailTemplateInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type CreateEmailTemplateOutput struct {
// contains filtered or unexported fields
}
If the action is successful, the service sends back an HTTP 200 response with an empty HTTP body.
func (s CreateEmailTemplateOutput) GoString() string
GoString returns the string representation
func (s CreateEmailTemplateOutput) String() string
String returns the string representation
type CreateImportJobInput struct { // The data source for the import job. // // ImportDataSource is a required field ImportDataSource *ImportDataSource `type:"structure" required:"true"` // The destination for the import job. // // ImportDestination is a required field ImportDestination *ImportDestination `type:"structure" required:"true"` // contains filtered or unexported fields }
Represents a request to create an import job from a data source for a data destination.
func (s CreateImportJobInput) GoString() string
GoString returns the string representation
func (s *CreateImportJobInput) SetImportDataSource(v *ImportDataSource) *CreateImportJobInput
SetImportDataSource sets the ImportDataSource field's value.
func (s *CreateImportJobInput) SetImportDestination(v *ImportDestination) *CreateImportJobInput
SetImportDestination sets the ImportDestination field's value.
func (s CreateImportJobInput) String() string
String returns the string representation
func (s *CreateImportJobInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type CreateImportJobOutput struct { // A string that represents the import job ID. JobId *string `min:"1" type:"string"` // contains filtered or unexported fields }
An HTTP 200 response if the request succeeds, or an error message if the request fails.
func (s CreateImportJobOutput) GoString() string
GoString returns the string representation
func (s *CreateImportJobOutput) SetJobId(v string) *CreateImportJobOutput
SetJobId sets the JobId field's value.
func (s CreateImportJobOutput) String() string
String returns the string representation
type CustomVerificationEmailTemplateMetadata struct { // The URL that the recipient of the verification email is sent to if his or // her address is not successfully verified. FailureRedirectionURL *string `type:"string"` // The email address that the custom verification email is sent from. FromEmailAddress *string `type:"string"` // The URL that the recipient of the verification email is sent to if his or // her address is successfully verified. SuccessRedirectionURL *string `type:"string"` // The name of the custom verification email template. TemplateName *string `min:"1" type:"string"` // The subject line of the custom verification email. TemplateSubject *string `type:"string"` // contains filtered or unexported fields }
Contains information about a custom verification email template.
func (s CustomVerificationEmailTemplateMetadata) GoString() string
GoString returns the string representation
func (s *CustomVerificationEmailTemplateMetadata) SetFailureRedirectionURL(v string) *CustomVerificationEmailTemplateMetadata
SetFailureRedirectionURL sets the FailureRedirectionURL field's value.
func (s *CustomVerificationEmailTemplateMetadata) SetFromEmailAddress(v string) *CustomVerificationEmailTemplateMetadata
SetFromEmailAddress sets the FromEmailAddress field's value.
func (s *CustomVerificationEmailTemplateMetadata) SetSuccessRedirectionURL(v string) *CustomVerificationEmailTemplateMetadata
SetSuccessRedirectionURL sets the SuccessRedirectionURL field's value.
func (s *CustomVerificationEmailTemplateMetadata) SetTemplateName(v string) *CustomVerificationEmailTemplateMetadata
SetTemplateName sets the TemplateName field's value.
func (s *CustomVerificationEmailTemplateMetadata) SetTemplateSubject(v string) *CustomVerificationEmailTemplateMetadata
SetTemplateSubject sets the TemplateSubject field's value.
func (s CustomVerificationEmailTemplateMetadata) String() string
String returns the string representation
type DailyVolume struct { // An object that contains inbox placement metrics for a specified day in the // analysis period, broken out by the recipient's email provider. DomainIspPlacements []*DomainIspPlacement `type:"list"` // The date that the DailyVolume metrics apply to, in Unix time. StartDate *time.Time `type:"timestamp"` // An object that contains inbox placement metrics for a specific day in the // analysis period. VolumeStatistics *VolumeStatistics `type:"structure"` // contains filtered or unexported fields }
An object that contains information about the volume of email sent on each day of the analysis period.
func (s DailyVolume) GoString() string
GoString returns the string representation
func (s *DailyVolume) SetDomainIspPlacements(v []*DomainIspPlacement) *DailyVolume
SetDomainIspPlacements sets the DomainIspPlacements field's value.
func (s *DailyVolume) SetStartDate(v time.Time) *DailyVolume
SetStartDate sets the StartDate field's value.
func (s *DailyVolume) SetVolumeStatistics(v *VolumeStatistics) *DailyVolume
SetVolumeStatistics sets the VolumeStatistics field's value.
func (s DailyVolume) String() string
String returns the string representation
type DedicatedIp struct { // An IPv4 address. // // Ip is a required field Ip *string `type:"string" required:"true"` // The name of the dedicated IP pool that the IP address is associated with. PoolName *string `type:"string"` // Indicates how complete the dedicated IP warm-up process is. When this value // equals 1, the address has completed the warm-up process and is ready for // use. // // WarmupPercentage is a required field WarmupPercentage *int64 `type:"integer" required:"true"` // The warm-up status of a dedicated IP address. The status can have one of // the following values: // // * IN_PROGRESS – The IP address isn't ready to use because the dedicated // IP warm-up process is ongoing. // // * DONE – The dedicated IP warm-up process is complete, and the IP address // is ready to use. // // WarmupStatus is a required field WarmupStatus *string `type:"string" required:"true" enum:"WarmupStatus"` // contains filtered or unexported fields }
Contains information about a dedicated IP address that is associated with your Amazon SES account.
To learn more about requesting dedicated IP addresses, see Requesting and Relinquishing Dedicated IP Addresses (https://docs.aws.amazon.com/ses/latest/DeveloperGuide/dedicated-ip-case.html) in the Amazon SES Developer Guide.
func (s DedicatedIp) GoString() string
GoString returns the string representation
func (s *DedicatedIp) SetIp(v string) *DedicatedIp
SetIp sets the Ip field's value.
func (s *DedicatedIp) SetPoolName(v string) *DedicatedIp
SetPoolName sets the PoolName field's value.
func (s *DedicatedIp) SetWarmupPercentage(v int64) *DedicatedIp
SetWarmupPercentage sets the WarmupPercentage field's value.
func (s *DedicatedIp) SetWarmupStatus(v string) *DedicatedIp
SetWarmupStatus sets the WarmupStatus field's value.
func (s DedicatedIp) String() string
String returns the string representation
type DeleteConfigurationSetEventDestinationInput struct { // The name of the configuration set that contains the event destination that // you want to delete. // // ConfigurationSetName is a required field ConfigurationSetName *string `location:"uri" locationName:"ConfigurationSetName" type:"string" required:"true"` // The name of the event destination that you want to delete. // // EventDestinationName is a required field EventDestinationName *string `location:"uri" locationName:"EventDestinationName" type:"string" required:"true"` // contains filtered or unexported fields }
A request to delete an event destination from a configuration set.
func (s DeleteConfigurationSetEventDestinationInput) GoString() string
GoString returns the string representation
func (s *DeleteConfigurationSetEventDestinationInput) SetConfigurationSetName(v string) *DeleteConfigurationSetEventDestinationInput
SetConfigurationSetName sets the ConfigurationSetName field's value.
func (s *DeleteConfigurationSetEventDestinationInput) SetEventDestinationName(v string) *DeleteConfigurationSetEventDestinationInput
SetEventDestinationName sets the EventDestinationName field's value.
func (s DeleteConfigurationSetEventDestinationInput) String() string
String returns the string representation
func (s *DeleteConfigurationSetEventDestinationInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DeleteConfigurationSetEventDestinationOutput struct {
// contains filtered or unexported fields
}
An HTTP 200 response if the request succeeds, or an error message if the request fails.
func (s DeleteConfigurationSetEventDestinationOutput) GoString() string
GoString returns the string representation
func (s DeleteConfigurationSetEventDestinationOutput) String() string
String returns the string representation
type DeleteConfigurationSetInput struct { // The name of the configuration set that you want to delete. // // ConfigurationSetName is a required field ConfigurationSetName *string `location:"uri" locationName:"ConfigurationSetName" type:"string" required:"true"` // contains filtered or unexported fields }
A request to delete a configuration set.
func (s DeleteConfigurationSetInput) GoString() string
GoString returns the string representation
func (s *DeleteConfigurationSetInput) SetConfigurationSetName(v string) *DeleteConfigurationSetInput
SetConfigurationSetName sets the ConfigurationSetName field's value.
func (s DeleteConfigurationSetInput) String() string
String returns the string representation
func (s *DeleteConfigurationSetInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DeleteConfigurationSetOutput struct {
// contains filtered or unexported fields
}
An HTTP 200 response if the request succeeds, or an error message if the request fails.
func (s DeleteConfigurationSetOutput) GoString() string
GoString returns the string representation
func (s DeleteConfigurationSetOutput) String() string
String returns the string representation
type DeleteContactInput struct { // The name of the contact list from which the contact should be removed. // // ContactListName is a required field ContactListName *string `location:"uri" locationName:"ContactListName" type:"string" required:"true"` // The contact's email address. // // EmailAddress is a required field EmailAddress *string `location:"uri" locationName:"EmailAddress" type:"string" required:"true"` // contains filtered or unexported fields }
func (s DeleteContactInput) GoString() string
GoString returns the string representation
func (s *DeleteContactInput) SetContactListName(v string) *DeleteContactInput
SetContactListName sets the ContactListName field's value.
func (s *DeleteContactInput) SetEmailAddress(v string) *DeleteContactInput
SetEmailAddress sets the EmailAddress field's value.
func (s DeleteContactInput) String() string
String returns the string representation
func (s *DeleteContactInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DeleteContactListInput struct { // The name of the contact list. // // ContactListName is a required field ContactListName *string `location:"uri" locationName:"ContactListName" type:"string" required:"true"` // contains filtered or unexported fields }
func (s DeleteContactListInput) GoString() string
GoString returns the string representation
func (s *DeleteContactListInput) SetContactListName(v string) *DeleteContactListInput
SetContactListName sets the ContactListName field's value.
func (s DeleteContactListInput) String() string
String returns the string representation
func (s *DeleteContactListInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DeleteContactListOutput struct {
// contains filtered or unexported fields
}
func (s DeleteContactListOutput) GoString() string
GoString returns the string representation
func (s DeleteContactListOutput) String() string
String returns the string representation
type DeleteContactOutput struct {
// contains filtered or unexported fields
}
func (s DeleteContactOutput) GoString() string
GoString returns the string representation
func (s DeleteContactOutput) String() string
String returns the string representation
type DeleteCustomVerificationEmailTemplateInput struct { // The name of the custom verification email template that you want to delete. // // TemplateName is a required field TemplateName *string `location:"uri" locationName:"TemplateName" min:"1" type:"string" required:"true"` // contains filtered or unexported fields }
Represents a request to delete an existing custom verification email template.
func (s DeleteCustomVerificationEmailTemplateInput) GoString() string
GoString returns the string representation
func (s *DeleteCustomVerificationEmailTemplateInput) SetTemplateName(v string) *DeleteCustomVerificationEmailTemplateInput
SetTemplateName sets the TemplateName field's value.
func (s DeleteCustomVerificationEmailTemplateInput) String() string
String returns the string representation
func (s *DeleteCustomVerificationEmailTemplateInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DeleteCustomVerificationEmailTemplateOutput struct {
// contains filtered or unexported fields
}
If the action is successful, the service sends back an HTTP 200 response with an empty HTTP body.
func (s DeleteCustomVerificationEmailTemplateOutput) GoString() string
GoString returns the string representation
func (s DeleteCustomVerificationEmailTemplateOutput) String() string
String returns the string representation
type DeleteDedicatedIpPoolInput struct { // The name of the dedicated IP pool that you want to delete. // // PoolName is a required field PoolName *string `location:"uri" locationName:"PoolName" type:"string" required:"true"` // contains filtered or unexported fields }
A request to delete a dedicated IP pool.
func (s DeleteDedicatedIpPoolInput) GoString() string
GoString returns the string representation
func (s *DeleteDedicatedIpPoolInput) SetPoolName(v string) *DeleteDedicatedIpPoolInput
SetPoolName sets the PoolName field's value.
func (s DeleteDedicatedIpPoolInput) String() string
String returns the string representation
func (s *DeleteDedicatedIpPoolInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DeleteDedicatedIpPoolOutput struct {
// contains filtered or unexported fields
}
An HTTP 200 response if the request succeeds, or an error message if the request fails.
func (s DeleteDedicatedIpPoolOutput) GoString() string
GoString returns the string representation
func (s DeleteDedicatedIpPoolOutput) String() string
String returns the string representation
type DeleteEmailIdentityInput struct { // The identity (that is, the email address or domain) that you want to delete. // // EmailIdentity is a required field EmailIdentity *string `location:"uri" locationName:"EmailIdentity" min:"1" type:"string" required:"true"` // contains filtered or unexported fields }
A request to delete an existing email identity. When you delete an identity, you lose the ability to send email from that identity. You can restore your ability to send email by completing the verification process for the identity again.
func (s DeleteEmailIdentityInput) GoString() string
GoString returns the string representation
func (s *DeleteEmailIdentityInput) SetEmailIdentity(v string) *DeleteEmailIdentityInput
SetEmailIdentity sets the EmailIdentity field's value.
func (s DeleteEmailIdentityInput) String() string
String returns the string representation
func (s *DeleteEmailIdentityInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DeleteEmailIdentityOutput struct {
// contains filtered or unexported fields
}
An HTTP 200 response if the request succeeds, or an error message if the request fails.
func (s DeleteEmailIdentityOutput) GoString() string
GoString returns the string representation
func (s DeleteEmailIdentityOutput) String() string
String returns the string representation
type DeleteEmailIdentityPolicyInput struct { // The email identity for which you want to delete a policy. // // EmailIdentity is a required field EmailIdentity *string `location:"uri" locationName:"EmailIdentity" min:"1" type:"string" required:"true"` // The name of the policy. // // The policy name cannot exceed 64 characters and can only include alphanumeric // characters, dashes, and underscores. // // PolicyName is a required field PolicyName *string `location:"uri" locationName:"PolicyName" min:"1" type:"string" required:"true"` // contains filtered or unexported fields }
Represents a request to delete a sending authorization policy for an identity. Sending authorization is an Amazon SES feature that enables you to authorize other senders to use your identities. For information, see the Amazon SES Developer Guide (https://docs.aws.amazon.com/ses/latest/DeveloperGuide/sending-authorization-identity-owner-tasks-management.html).
func (s DeleteEmailIdentityPolicyInput) GoString() string
GoString returns the string representation
func (s *DeleteEmailIdentityPolicyInput) SetEmailIdentity(v string) *DeleteEmailIdentityPolicyInput
SetEmailIdentity sets the EmailIdentity field's value.
func (s *DeleteEmailIdentityPolicyInput) SetPolicyName(v string) *DeleteEmailIdentityPolicyInput
SetPolicyName sets the PolicyName field's value.
func (s DeleteEmailIdentityPolicyInput) String() string
String returns the string representation
func (s *DeleteEmailIdentityPolicyInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DeleteEmailIdentityPolicyOutput struct {
// contains filtered or unexported fields
}
An HTTP 200 response if the request succeeds, or an error message if the request fails.
func (s DeleteEmailIdentityPolicyOutput) GoString() string
GoString returns the string representation
func (s DeleteEmailIdentityPolicyOutput) String() string
String returns the string representation
type DeleteEmailTemplateInput struct { // The name of the template to be deleted. // // TemplateName is a required field TemplateName *string `location:"uri" locationName:"TemplateName" min:"1" type:"string" required:"true"` // contains filtered or unexported fields }
Represents a request to delete an email template. For more information, see the Amazon SES Developer Guide (https://docs.aws.amazon.com/ses/latest/DeveloperGuide/send-personalized-email-api.html).
func (s DeleteEmailTemplateInput) GoString() string
GoString returns the string representation
func (s *DeleteEmailTemplateInput) SetTemplateName(v string) *DeleteEmailTemplateInput
SetTemplateName sets the TemplateName field's value.
func (s DeleteEmailTemplateInput) String() string
String returns the string representation
func (s *DeleteEmailTemplateInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DeleteEmailTemplateOutput struct {
// contains filtered or unexported fields
}
If the action is successful, the service sends back an HTTP 200 response with an empty HTTP body.
func (s DeleteEmailTemplateOutput) GoString() string
GoString returns the string representation
func (s DeleteEmailTemplateOutput) String() string
String returns the string representation
type DeleteSuppressedDestinationInput struct { // The suppressed email destination to remove from the account suppression list. // // EmailAddress is a required field EmailAddress *string `location:"uri" locationName:"EmailAddress" type:"string" required:"true"` // contains filtered or unexported fields }
A request to remove an email address from the suppression list for your account.
func (s DeleteSuppressedDestinationInput) GoString() string
GoString returns the string representation
func (s *DeleteSuppressedDestinationInput) SetEmailAddress(v string) *DeleteSuppressedDestinationInput
SetEmailAddress sets the EmailAddress field's value.
func (s DeleteSuppressedDestinationInput) String() string
String returns the string representation
func (s *DeleteSuppressedDestinationInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DeleteSuppressedDestinationOutput struct {
// contains filtered or unexported fields
}
An HTTP 200 response if the request succeeds, or an error message if the request fails.
func (s DeleteSuppressedDestinationOutput) GoString() string
GoString returns the string representation
func (s DeleteSuppressedDestinationOutput) String() string
String returns the string representation
type DeliverabilityTestReport struct { // The date and time when the predictive inbox placement test was created, in // Unix time format. CreateDate *time.Time `type:"timestamp"` // The status of the predictive inbox placement test. If the status is IN_PROGRESS, // then the predictive inbox placement test is currently running. Predictive // inbox placement tests are usually complete within 24 hours of creating the // test. If the status is COMPLETE, then the test is finished, and you can use // the GetDeliverabilityTestReport to view the results of the test. DeliverabilityTestStatus *string `type:"string" enum:"DeliverabilityTestStatus"` // The sender address that you specified for the predictive inbox placement // test. FromEmailAddress *string `type:"string"` // A unique string that identifies the predictive inbox placement test. ReportId *string `type:"string"` // A name that helps you identify a predictive inbox placement test report. ReportName *string `type:"string"` // The subject line for an email that you submitted in a predictive inbox placement // test. Subject *string `type:"string"` // contains filtered or unexported fields }
An object that contains metadata related to a predictive inbox placement test.
func (s DeliverabilityTestReport) GoString() string
GoString returns the string representation
func (s *DeliverabilityTestReport) SetCreateDate(v time.Time) *DeliverabilityTestReport
SetCreateDate sets the CreateDate field's value.
func (s *DeliverabilityTestReport) SetDeliverabilityTestStatus(v string) *DeliverabilityTestReport
SetDeliverabilityTestStatus sets the DeliverabilityTestStatus field's value.
func (s *DeliverabilityTestReport) SetFromEmailAddress(v string) *DeliverabilityTestReport
SetFromEmailAddress sets the FromEmailAddress field's value.
func (s *DeliverabilityTestReport) SetReportId(v string) *DeliverabilityTestReport
SetReportId sets the ReportId field's value.
func (s *DeliverabilityTestReport) SetReportName(v string) *DeliverabilityTestReport
SetReportName sets the ReportName field's value.
func (s *DeliverabilityTestReport) SetSubject(v string) *DeliverabilityTestReport
SetSubject sets the Subject field's value.
func (s DeliverabilityTestReport) String() string
String returns the string representation
type DeliveryOptions struct { // The name of the dedicated IP pool that you want to associate with the configuration // set. SendingPoolName *string `type:"string"` // Specifies whether messages that use the configuration set are required to // use Transport Layer Security (TLS). If the value is Require, messages are // only delivered if a TLS connection can be established. If the value is Optional, // messages can be delivered in plain text if a TLS connection can't be established. TlsPolicy *string `type:"string" enum:"TlsPolicy"` // contains filtered or unexported fields }
Used to associate a configuration set with a dedicated IP pool.
func (s DeliveryOptions) GoString() string
GoString returns the string representation
func (s *DeliveryOptions) SetSendingPoolName(v string) *DeliveryOptions
SetSendingPoolName sets the SendingPoolName field's value.
func (s *DeliveryOptions) SetTlsPolicy(v string) *DeliveryOptions
SetTlsPolicy sets the TlsPolicy field's value.
func (s DeliveryOptions) String() string
String returns the string representation
type Destination struct { // An array that contains the email addresses of the "BCC" (blind carbon copy) // recipients for the email. BccAddresses []*string `type:"list"` // An array that contains the email addresses of the "CC" (carbon copy) recipients // for the email. CcAddresses []*string `type:"list"` // An array that contains the email addresses of the "To" recipients for the // email. ToAddresses []*string `type:"list"` // contains filtered or unexported fields }
An object that describes the recipients for an email.
func (s Destination) GoString() string
GoString returns the string representation
func (s *Destination) SetBccAddresses(v []*string) *Destination
SetBccAddresses sets the BccAddresses field's value.
func (s *Destination) SetCcAddresses(v []*string) *Destination
SetCcAddresses sets the CcAddresses field's value.
func (s *Destination) SetToAddresses(v []*string) *Destination
SetToAddresses sets the ToAddresses field's value.
func (s Destination) String() string
String returns the string representation
type DkimAttributes struct { // A string that indicates how DKIM was configured for the identity. There are // two possible values: // // * AWS_SES – Indicates that DKIM was configured for the identity by using // Easy DKIM (https://docs.aws.amazon.com/ses/latest/DeveloperGuide/easy-dkim.html). // // * EXTERNAL – Indicates that DKIM was configured for the identity by // using Bring Your Own DKIM (BYODKIM). SigningAttributesOrigin *string `type:"string" enum:"DkimSigningAttributesOrigin"` // If the value is true, then the messages that you send from the identity are // signed using DKIM. If the value is false, then the messages that you send // from the identity aren't DKIM-signed. SigningEnabled *bool `type:"boolean"` // Describes whether or not Amazon SES has successfully located the DKIM records // in the DNS records for the domain. The status can be one of the following: // // * PENDING – The verification process was initiated, but Amazon SES hasn't // yet detected the DKIM records in the DNS configuration for the domain. // // * SUCCESS – The verification process completed successfully. // // * FAILED – The verification process failed. This typically occurs when // Amazon SES fails to find the DKIM records in the DNS configuration of // the domain. // // * TEMPORARY_FAILURE – A temporary issue is preventing Amazon SES from // determining the DKIM authentication status of the domain. // // * NOT_STARTED – The DKIM verification process hasn't been initiated // for the domain. Status *string `type:"string" enum:"DkimStatus"` // If you used Easy DKIM (https://docs.aws.amazon.com/ses/latest/DeveloperGuide/easy-dkim.html) // to configure DKIM authentication for the domain, then this object contains // a set of unique strings that you use to create a set of CNAME records that // you add to the DNS configuration for your domain. When Amazon SES detects // these records in the DNS configuration for your domain, the DKIM authentication // process is complete. // // If you configured DKIM authentication for the domain by providing your own // public-private key pair, then this object contains the selector for the public // key. // // Regardless of the DKIM authentication method you use, Amazon SES searches // for the appropriate records in the DNS configuration of the domain for up // to 72 hours. Tokens []*string `type:"list"` // contains filtered or unexported fields }
An object that contains information about the DKIM authentication status for an email identity.
Amazon SES determines the authentication status by searching for specific records in the DNS configuration for the domain. If you used Easy DKIM (https://docs.aws.amazon.com/ses/latest/DeveloperGuide/easy-dkim.html) to set up DKIM authentication, Amazon SES tries to find three unique CNAME records in the DNS configuration for your domain. If you provided a public key to perform DKIM authentication, Amazon SES tries to find a TXT record that uses the selector that you specified. The value of the TXT record must be a public key that's paired with the private key that you specified in the process of creating the identity
func (s DkimAttributes) GoString() string
GoString returns the string representation
func (s *DkimAttributes) SetSigningAttributesOrigin(v string) *DkimAttributes
SetSigningAttributesOrigin sets the SigningAttributesOrigin field's value.
func (s *DkimAttributes) SetSigningEnabled(v bool) *DkimAttributes
SetSigningEnabled sets the SigningEnabled field's value.
func (s *DkimAttributes) SetStatus(v string) *DkimAttributes
SetStatus sets the Status field's value.
func (s *DkimAttributes) SetTokens(v []*string) *DkimAttributes
SetTokens sets the Tokens field's value.
func (s DkimAttributes) String() string
String returns the string representation
type DkimSigningAttributes struct { // A private key that's used to generate a DKIM signature. // // The private key must use 1024-bit RSA encryption, and must be encoded using // base64 encoding. // // DomainSigningPrivateKey is a required field DomainSigningPrivateKey *string `min:"1" type:"string" required:"true" sensitive:"true"` // A string that's used to identify a public key in the DNS configuration for // a domain. // // DomainSigningSelector is a required field DomainSigningSelector *string `min:"1" type:"string" required:"true"` // contains filtered or unexported fields }
An object that contains information about the tokens used for setting up Bring Your Own DKIM (BYODKIM).
func (s DkimSigningAttributes) GoString() string
GoString returns the string representation
func (s *DkimSigningAttributes) SetDomainSigningPrivateKey(v string) *DkimSigningAttributes
SetDomainSigningPrivateKey sets the DomainSigningPrivateKey field's value.
func (s *DkimSigningAttributes) SetDomainSigningSelector(v string) *DkimSigningAttributes
SetDomainSigningSelector sets the DomainSigningSelector field's value.
func (s DkimSigningAttributes) String() string
String returns the string representation
func (s *DkimSigningAttributes) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DomainDeliverabilityCampaign struct { // The unique identifier for the campaign. The Deliverability dashboard automatically // generates and assigns this identifier to a campaign. CampaignId *string `type:"string"` // The percentage of email messages that were deleted by recipients, without // being opened first. Due to technical limitations, this value only includes // recipients who opened the message by using an email client that supports // images. DeleteRate *float64 `type:"double"` // The major email providers who handled the email message. Esps []*string `type:"list"` // The first time, in Unix time format, when the email message was delivered // to any recipient's inbox. This value can help you determine how long it took // for a campaign to deliver an email message. FirstSeenDateTime *time.Time `type:"timestamp"` // The verified email address that the email message was sent from. FromAddress *string `min:"1" type:"string"` // The URL of an image that contains a snapshot of the email message that was // sent. ImageUrl *string `type:"string"` // The number of email messages that were delivered to recipients’ inboxes. InboxCount *int64 `type:"long"` // The last time, in Unix time format, when the email message was delivered // to any recipient's inbox. This value can help you determine how long it took // for a campaign to deliver an email message. LastSeenDateTime *time.Time `type:"timestamp"` // The projected number of recipients that the email message was sent to. ProjectedVolume *int64 `type:"long"` // The percentage of email messages that were opened and then deleted by recipients. // Due to technical limitations, this value only includes recipients who opened // the message by using an email client that supports images. ReadDeleteRate *float64 `type:"double"` // The percentage of email messages that were opened by recipients. Due to technical // limitations, this value only includes recipients who opened the message by // using an email client that supports images. ReadRate *float64 `type:"double"` // The IP addresses that were used to send the email message. SendingIps []*string `type:"list"` // The number of email messages that were delivered to recipients' spam or junk // mail folders. SpamCount *int64 `type:"long"` // The subject line, or title, of the email message. Subject *string `type:"string"` // contains filtered or unexported fields }
An object that contains the deliverability data for a specific campaign. This data is available for a campaign only if the campaign sent email by using a domain that the Deliverability dashboard is enabled for (PutDeliverabilityDashboardOption operation).
func (s DomainDeliverabilityCampaign) GoString() string
GoString returns the string representation
func (s *DomainDeliverabilityCampaign) SetCampaignId(v string) *DomainDeliverabilityCampaign
SetCampaignId sets the CampaignId field's value.
func (s *DomainDeliverabilityCampaign) SetDeleteRate(v float64) *DomainDeliverabilityCampaign
SetDeleteRate sets the DeleteRate field's value.
func (s *DomainDeliverabilityCampaign) SetEsps(v []*string) *DomainDeliverabilityCampaign
SetEsps sets the Esps field's value.
func (s *DomainDeliverabilityCampaign) SetFirstSeenDateTime(v time.Time) *DomainDeliverabilityCampaign
SetFirstSeenDateTime sets the FirstSeenDateTime field's value.
func (s *DomainDeliverabilityCampaign) SetFromAddress(v string) *DomainDeliverabilityCampaign
SetFromAddress sets the FromAddress field's value.
func (s *DomainDeliverabilityCampaign) SetImageUrl(v string) *DomainDeliverabilityCampaign
SetImageUrl sets the ImageUrl field's value.
func (s *DomainDeliverabilityCampaign) SetInboxCount(v int64) *DomainDeliverabilityCampaign
SetInboxCount sets the InboxCount field's value.
func (s *DomainDeliverabilityCampaign) SetLastSeenDateTime(v time.Time) *DomainDeliverabilityCampaign
SetLastSeenDateTime sets the LastSeenDateTime field's value.
func (s *DomainDeliverabilityCampaign) SetProjectedVolume(v int64) *DomainDeliverabilityCampaign
SetProjectedVolume sets the ProjectedVolume field's value.
func (s *DomainDeliverabilityCampaign) SetReadDeleteRate(v float64) *DomainDeliverabilityCampaign
SetReadDeleteRate sets the ReadDeleteRate field's value.
func (s *DomainDeliverabilityCampaign) SetReadRate(v float64) *DomainDeliverabilityCampaign
SetReadRate sets the ReadRate field's value.
func (s *DomainDeliverabilityCampaign) SetSendingIps(v []*string) *DomainDeliverabilityCampaign
SetSendingIps sets the SendingIps field's value.
func (s *DomainDeliverabilityCampaign) SetSpamCount(v int64) *DomainDeliverabilityCampaign
SetSpamCount sets the SpamCount field's value.
func (s *DomainDeliverabilityCampaign) SetSubject(v string) *DomainDeliverabilityCampaign
SetSubject sets the Subject field's value.
func (s DomainDeliverabilityCampaign) String() string
String returns the string representation
type DomainDeliverabilityTrackingOption struct { // A verified domain that’s associated with your AWS account and currently // has an active Deliverability dashboard subscription. Domain *string `type:"string"` // An object that contains information about the inbox placement data settings // for the domain. InboxPlacementTrackingOption *InboxPlacementTrackingOption `type:"structure"` // The date, in Unix time format, when you enabled the Deliverability dashboard // for the domain. SubscriptionStartDate *time.Time `type:"timestamp"` // contains filtered or unexported fields }
An object that contains information about the Deliverability dashboard subscription for a verified domain that you use to send email and currently has an active Deliverability dashboard subscription. If a Deliverability dashboard subscription is active for a domain, you gain access to reputation, inbox placement, and other metrics for the domain.
func (s DomainDeliverabilityTrackingOption) GoString() string
GoString returns the string representation
func (s *DomainDeliverabilityTrackingOption) SetDomain(v string) *DomainDeliverabilityTrackingOption
SetDomain sets the Domain field's value.
func (s *DomainDeliverabilityTrackingOption) SetInboxPlacementTrackingOption(v *InboxPlacementTrackingOption) *DomainDeliverabilityTrackingOption
SetInboxPlacementTrackingOption sets the InboxPlacementTrackingOption field's value.
func (s *DomainDeliverabilityTrackingOption) SetSubscriptionStartDate(v time.Time) *DomainDeliverabilityTrackingOption
SetSubscriptionStartDate sets the SubscriptionStartDate field's value.
func (s DomainDeliverabilityTrackingOption) String() string
String returns the string representation
type DomainIspPlacement struct { // The percentage of messages that were sent from the selected domain to the // specified email provider that arrived in recipients' inboxes. InboxPercentage *float64 `type:"double"` // The total number of messages that were sent from the selected domain to the // specified email provider that arrived in recipients' inboxes. InboxRawCount *int64 `type:"long"` // The name of the email provider that the inbox placement data applies to. IspName *string `type:"string"` // The percentage of messages that were sent from the selected domain to the // specified email provider that arrived in recipients' spam or junk mail folders. SpamPercentage *float64 `type:"double"` // The total number of messages that were sent from the selected domain to the // specified email provider that arrived in recipients' spam or junk mail folders. SpamRawCount *int64 `type:"long"` // contains filtered or unexported fields }
An object that contains inbox placement data for email sent from one of your email domains to a specific email provider.
func (s DomainIspPlacement) GoString() string
GoString returns the string representation
func (s *DomainIspPlacement) SetInboxPercentage(v float64) *DomainIspPlacement
SetInboxPercentage sets the InboxPercentage field's value.
func (s *DomainIspPlacement) SetInboxRawCount(v int64) *DomainIspPlacement
SetInboxRawCount sets the InboxRawCount field's value.
func (s *DomainIspPlacement) SetIspName(v string) *DomainIspPlacement
SetIspName sets the IspName field's value.
func (s *DomainIspPlacement) SetSpamPercentage(v float64) *DomainIspPlacement
SetSpamPercentage sets the SpamPercentage field's value.
func (s *DomainIspPlacement) SetSpamRawCount(v int64) *DomainIspPlacement
SetSpamRawCount sets the SpamRawCount field's value.
func (s DomainIspPlacement) String() string
String returns the string representation
type EmailContent struct { // The raw email message. The message has to meet the following criteria: // // * The message has to contain a header and a body, separated by one blank // line. // // * All of the required header fields must be present in the message. // // * Each part of a multipart MIME message must be formatted properly. // // * If you include attachments, they must be in a file format that the Amazon // SES API v2 supports. // // * The entire message must be Base64 encoded. // // * If any of the MIME parts in your message contain content that is outside // of the 7-bit ASCII character range, you should encode that content to // ensure that recipients' email clients render the message properly. // // * The length of any single line of text in the message can't exceed 1,000 // characters. This restriction is defined in RFC 5321 (https://tools.ietf.org/html/rfc5321). Raw *RawMessage `type:"structure"` // The simple email message. The message consists of a subject and a message // body. Simple *Message `type:"structure"` // The template to use for the email message. Template *Template `type:"structure"` // contains filtered or unexported fields }
An object that defines the entire content of the email, including the message headers and the body content. You can create a simple email message, in which you specify the subject and the text and HTML versions of the message body. You can also create raw messages, in which you specify a complete MIME-formatted message. Raw messages can include attachments and custom headers.
func (s EmailContent) GoString() string
GoString returns the string representation
func (s *EmailContent) SetRaw(v *RawMessage) *EmailContent
SetRaw sets the Raw field's value.
func (s *EmailContent) SetSimple(v *Message) *EmailContent
SetSimple sets the Simple field's value.
func (s *EmailContent) SetTemplate(v *Template) *EmailContent
SetTemplate sets the Template field's value.
func (s EmailContent) String() string
String returns the string representation
func (s *EmailContent) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type EmailTemplateContent struct { // The HTML body of the email. Html *string `type:"string"` // The subject line of the email. Subject *string `type:"string"` // The email body that will be visible to recipients whose email clients do // not display HTML. Text *string `type:"string"` // contains filtered or unexported fields }
The content of the email, composed of a subject line, an HTML part, and a text-only part.
func (s EmailTemplateContent) GoString() string
GoString returns the string representation
func (s *EmailTemplateContent) SetHtml(v string) *EmailTemplateContent
SetHtml sets the Html field's value.
func (s *EmailTemplateContent) SetSubject(v string) *EmailTemplateContent
SetSubject sets the Subject field's value.
func (s *EmailTemplateContent) SetText(v string) *EmailTemplateContent
SetText sets the Text field's value.
func (s EmailTemplateContent) String() string
String returns the string representation
type EmailTemplateMetadata struct { // The time and date the template was created. CreatedTimestamp *time.Time `type:"timestamp"` // The name of the template. TemplateName *string `min:"1" type:"string"` // contains filtered or unexported fields }
Contains information about an email template.
func (s EmailTemplateMetadata) GoString() string
GoString returns the string representation
func (s *EmailTemplateMetadata) SetCreatedTimestamp(v time.Time) *EmailTemplateMetadata
SetCreatedTimestamp sets the CreatedTimestamp field's value.
func (s *EmailTemplateMetadata) SetTemplateName(v string) *EmailTemplateMetadata
SetTemplateName sets the TemplateName field's value.
func (s EmailTemplateMetadata) String() string
String returns the string representation
type EventDestination struct { // An object that defines an Amazon CloudWatch destination for email events. // You can use Amazon CloudWatch to monitor and gain insights on your email // sending metrics. CloudWatchDestination *CloudWatchDestination `type:"structure"` // If true, the event destination is enabled. When the event destination is // enabled, the specified event types are sent to the destinations in this EventDestinationDefinition. // // If false, the event destination is disabled. When the event destination is // disabled, events aren't sent to the specified destinations. Enabled *bool `type:"boolean"` // An object that defines an Amazon Kinesis Data Firehose destination for email // events. You can use Amazon Kinesis Data Firehose to stream data to other // services, such as Amazon S3 and Amazon Redshift. KinesisFirehoseDestination *KinesisFirehoseDestination `type:"structure"` // The types of events that Amazon SES sends to the specified event destinations. // // MatchingEventTypes is a required field MatchingEventTypes []*string `type:"list" required:"true"` // A name that identifies the event destination. // // Name is a required field Name *string `type:"string" required:"true"` // An object that defines an Amazon Pinpoint project destination for email events. // You can send email event data to a Amazon Pinpoint project to view metrics // using the Transactional Messaging dashboards that are built in to Amazon // Pinpoint. For more information, see Transactional Messaging Charts (https://docs.aws.amazon.com/pinpoint/latest/userguide/analytics-transactional-messages.html) // in the Amazon Pinpoint User Guide. PinpointDestination *PinpointDestination `type:"structure"` // An object that defines an Amazon SNS destination for email events. You can // use Amazon SNS to send notification when certain email events occur. SnsDestination *SnsDestination `type:"structure"` // contains filtered or unexported fields }
In the Amazon SES API v2, events include message sends, deliveries, opens, clicks, bounces, complaints and delivery delays. Event destinations are places that you can send information about these events to. For example, you can send event data to Amazon SNS to receive notifications when you receive bounces or complaints, or you can use Amazon Kinesis Data Firehose to stream data to Amazon S3 for long-term storage.
func (s EventDestination) GoString() string
GoString returns the string representation
func (s *EventDestination) SetCloudWatchDestination(v *CloudWatchDestination) *EventDestination
SetCloudWatchDestination sets the CloudWatchDestination field's value.
func (s *EventDestination) SetEnabled(v bool) *EventDestination
SetEnabled sets the Enabled field's value.
func (s *EventDestination) SetKinesisFirehoseDestination(v *KinesisFirehoseDestination) *EventDestination
SetKinesisFirehoseDestination sets the KinesisFirehoseDestination field's value.
func (s *EventDestination) SetMatchingEventTypes(v []*string) *EventDestination
SetMatchingEventTypes sets the MatchingEventTypes field's value.
func (s *EventDestination) SetName(v string) *EventDestination
SetName sets the Name field's value.
func (s *EventDestination) SetPinpointDestination(v *PinpointDestination) *EventDestination
SetPinpointDestination sets the PinpointDestination field's value.
func (s *EventDestination) SetSnsDestination(v *SnsDestination) *EventDestination
SetSnsDestination sets the SnsDestination field's value.
func (s EventDestination) String() string
String returns the string representation
type EventDestinationDefinition struct { // An object that defines an Amazon CloudWatch destination for email events. // You can use Amazon CloudWatch to monitor and gain insights on your email // sending metrics. CloudWatchDestination *CloudWatchDestination `type:"structure"` // If true, the event destination is enabled. When the event destination is // enabled, the specified event types are sent to the destinations in this EventDestinationDefinition. // // If false, the event destination is disabled. When the event destination is // disabled, events aren't sent to the specified destinations. Enabled *bool `type:"boolean"` // An object that defines an Amazon Kinesis Data Firehose destination for email // events. You can use Amazon Kinesis Data Firehose to stream data to other // services, such as Amazon S3 and Amazon Redshift. KinesisFirehoseDestination *KinesisFirehoseDestination `type:"structure"` // An array that specifies which events the Amazon SES API v2 should send to // the destinations in this EventDestinationDefinition. MatchingEventTypes []*string `type:"list"` // An object that defines an Amazon Pinpoint project destination for email events. // You can send email event data to a Amazon Pinpoint project to view metrics // using the Transactional Messaging dashboards that are built in to Amazon // Pinpoint. For more information, see Transactional Messaging Charts (https://docs.aws.amazon.com/pinpoint/latest/userguide/analytics-transactional-messages.html) // in the Amazon Pinpoint User Guide. PinpointDestination *PinpointDestination `type:"structure"` // An object that defines an Amazon SNS destination for email events. You can // use Amazon SNS to send notification when certain email events occur. SnsDestination *SnsDestination `type:"structure"` // contains filtered or unexported fields }
An object that defines the event destination. Specifically, it defines which services receive events from emails sent using the configuration set that the event destination is associated with. Also defines the types of events that are sent to the event destination.
func (s EventDestinationDefinition) GoString() string
GoString returns the string representation
func (s *EventDestinationDefinition) SetCloudWatchDestination(v *CloudWatchDestination) *EventDestinationDefinition
SetCloudWatchDestination sets the CloudWatchDestination field's value.
func (s *EventDestinationDefinition) SetEnabled(v bool) *EventDestinationDefinition
SetEnabled sets the Enabled field's value.
func (s *EventDestinationDefinition) SetKinesisFirehoseDestination(v *KinesisFirehoseDestination) *EventDestinationDefinition
SetKinesisFirehoseDestination sets the KinesisFirehoseDestination field's value.
func (s *EventDestinationDefinition) SetMatchingEventTypes(v []*string) *EventDestinationDefinition
SetMatchingEventTypes sets the MatchingEventTypes field's value.
func (s *EventDestinationDefinition) SetPinpointDestination(v *PinpointDestination) *EventDestinationDefinition
SetPinpointDestination sets the PinpointDestination field's value.
func (s *EventDestinationDefinition) SetSnsDestination(v *SnsDestination) *EventDestinationDefinition
SetSnsDestination sets the SnsDestination field's value.
func (s EventDestinationDefinition) String() string
String returns the string representation
func (s *EventDestinationDefinition) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type FailureInfo struct { // A message about why the import job failed. ErrorMessage *string `type:"string"` // An Amazon S3 presigned URL that contains all the failed records and related // information. FailedRecordsS3Url *string `type:"string"` // contains filtered or unexported fields }
An object that contains the failure details about an import job.
func (s FailureInfo) GoString() string
GoString returns the string representation
func (s *FailureInfo) SetErrorMessage(v string) *FailureInfo
SetErrorMessage sets the ErrorMessage field's value.
func (s *FailureInfo) SetFailedRecordsS3Url(v string) *FailureInfo
SetFailedRecordsS3Url sets the FailedRecordsS3Url field's value.
func (s FailureInfo) String() string
String returns the string representation
type GetAccountInput struct {
// contains filtered or unexported fields
}
A request to obtain information about the email-sending capabilities of your Amazon SES account.
func (s GetAccountInput) GoString() string
GoString returns the string representation
func (s GetAccountInput) String() string
String returns the string representation
type GetAccountOutput struct { // Indicates whether or not the automatic warm-up feature is enabled for dedicated // IP addresses that are associated with your account. DedicatedIpAutoWarmupEnabled *bool `type:"boolean"` // An object that defines your account details. Details *AccountDetails `type:"structure"` // The reputation status of your Amazon SES account. The status can be one of // the following: // // * HEALTHY – There are no reputation-related issues that currently impact // your account. // // * PROBATION – We've identified potential issues with your Amazon SES // account. We're placing your account under review while you work on correcting // these issues. // // * SHUTDOWN – Your account's ability to send email is currently paused // because of an issue with the email sent from your account. When you correct // the issue, you can contact us and request that your account's ability // to send email is resumed. EnforcementStatus *string `type:"string"` // Indicates whether or not your account has production access in the current // AWS Region. // // If the value is false, then your account is in the sandbox. When your account // is in the sandbox, you can only send email to verified identities. Additionally, // the maximum number of emails you can send in a 24-hour period (your sending // quota) is 200, and the maximum number of emails you can send per second (your // maximum sending rate) is 1. // // If the value is true, then your account has production access. When your // account has production access, you can send email to any address. The sending // quota and maximum sending rate for your account vary based on your specific // use case. ProductionAccessEnabled *bool `type:"boolean"` // An object that contains information about the per-day and per-second sending // limits for your Amazon SES account in the current AWS Region. SendQuota *SendQuota `type:"structure"` // Indicates whether or not email sending is enabled for your Amazon SES account // in the current AWS Region. SendingEnabled *bool `type:"boolean"` // An object that contains information about the email address suppression preferences // for your account in the current AWS Region. SuppressionAttributes *SuppressionAttributes `type:"structure"` // contains filtered or unexported fields }
A list of details about the email-sending capabilities of your Amazon SES account in the current AWS Region.
func (s GetAccountOutput) GoString() string
GoString returns the string representation
func (s *GetAccountOutput) SetDedicatedIpAutoWarmupEnabled(v bool) *GetAccountOutput
SetDedicatedIpAutoWarmupEnabled sets the DedicatedIpAutoWarmupEnabled field's value.
func (s *GetAccountOutput) SetDetails(v *AccountDetails) *GetAccountOutput
SetDetails sets the Details field's value.
func (s *GetAccountOutput) SetEnforcementStatus(v string) *GetAccountOutput
SetEnforcementStatus sets the EnforcementStatus field's value.
func (s *GetAccountOutput) SetProductionAccessEnabled(v bool) *GetAccountOutput
SetProductionAccessEnabled sets the ProductionAccessEnabled field's value.
func (s *GetAccountOutput) SetSendQuota(v *SendQuota) *GetAccountOutput
SetSendQuota sets the SendQuota field's value.
func (s *GetAccountOutput) SetSendingEnabled(v bool) *GetAccountOutput
SetSendingEnabled sets the SendingEnabled field's value.
func (s *GetAccountOutput) SetSuppressionAttributes(v *SuppressionAttributes) *GetAccountOutput
SetSuppressionAttributes sets the SuppressionAttributes field's value.
func (s GetAccountOutput) String() string
String returns the string representation
type GetBlacklistReportsInput struct { // A list of IP addresses that you want to retrieve blacklist information about. // You can only specify the dedicated IP addresses that you use to send email // using Amazon SES or Amazon Pinpoint. // // BlacklistItemNames is a required field BlacklistItemNames []*string `location:"querystring" locationName:"BlacklistItemNames" type:"list" required:"true"` // contains filtered or unexported fields }
A request to retrieve a list of the blacklists that your dedicated IP addresses appear on.
func (s GetBlacklistReportsInput) GoString() string
GoString returns the string representation
func (s *GetBlacklistReportsInput) SetBlacklistItemNames(v []*string) *GetBlacklistReportsInput
SetBlacklistItemNames sets the BlacklistItemNames field's value.
func (s GetBlacklistReportsInput) String() string
String returns the string representation
func (s *GetBlacklistReportsInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type GetBlacklistReportsOutput struct { // An object that contains information about a blacklist that one of your dedicated // IP addresses appears on. // // BlacklistReport is a required field BlacklistReport map[string][]*BlacklistEntry `type:"map" required:"true"` // contains filtered or unexported fields }
An object that contains information about blacklist events.
func (s GetBlacklistReportsOutput) GoString() string
GoString returns the string representation
func (s *GetBlacklistReportsOutput) SetBlacklistReport(v map[string][]*BlacklistEntry) *GetBlacklistReportsOutput
SetBlacklistReport sets the BlacklistReport field's value.
func (s GetBlacklistReportsOutput) String() string
String returns the string representation
type GetConfigurationSetEventDestinationsInput struct { // The name of the configuration set that contains the event destination. // // ConfigurationSetName is a required field ConfigurationSetName *string `location:"uri" locationName:"ConfigurationSetName" type:"string" required:"true"` // contains filtered or unexported fields }
A request to obtain information about the event destinations for a configuration set.
func (s GetConfigurationSetEventDestinationsInput) GoString() string
GoString returns the string representation
func (s *GetConfigurationSetEventDestinationsInput) SetConfigurationSetName(v string) *GetConfigurationSetEventDestinationsInput
SetConfigurationSetName sets the ConfigurationSetName field's value.
func (s GetConfigurationSetEventDestinationsInput) String() string
String returns the string representation
func (s *GetConfigurationSetEventDestinationsInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type GetConfigurationSetEventDestinationsOutput struct { // An array that includes all of the events destinations that have been configured // for the configuration set. EventDestinations []*EventDestination `type:"list"` // contains filtered or unexported fields }
Information about an event destination for a configuration set.
func (s GetConfigurationSetEventDestinationsOutput) GoString() string
GoString returns the string representation
func (s *GetConfigurationSetEventDestinationsOutput) SetEventDestinations(v []*EventDestination) *GetConfigurationSetEventDestinationsOutput
SetEventDestinations sets the EventDestinations field's value.
func (s GetConfigurationSetEventDestinationsOutput) String() string
String returns the string representation
type GetConfigurationSetInput struct { // The name of the configuration set that you want to obtain more information // about. // // ConfigurationSetName is a required field ConfigurationSetName *string `location:"uri" locationName:"ConfigurationSetName" type:"string" required:"true"` // contains filtered or unexported fields }
A request to obtain information about a configuration set.
func (s GetConfigurationSetInput) GoString() string
GoString returns the string representation
func (s *GetConfigurationSetInput) SetConfigurationSetName(v string) *GetConfigurationSetInput
SetConfigurationSetName sets the ConfigurationSetName field's value.
func (s GetConfigurationSetInput) String() string
String returns the string representation
func (s *GetConfigurationSetInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type GetConfigurationSetOutput struct { // The name of the configuration set. ConfigurationSetName *string `type:"string"` // An object that defines the dedicated IP pool that is used to send emails // that you send using the configuration set. DeliveryOptions *DeliveryOptions `type:"structure"` // An object that defines whether or not Amazon SES collects reputation metrics // for the emails that you send that use the configuration set. ReputationOptions *ReputationOptions `type:"structure"` // An object that defines whether or not Amazon SES can send email that you // send using the configuration set. SendingOptions *SendingOptions `type:"structure"` // An object that contains information about the suppression list preferences // for your account. SuppressionOptions *SuppressionOptions `type:"structure"` // An array of objects that define the tags (keys and values) that are associated // with the configuration set. Tags []*Tag `type:"list"` // An object that defines the open and click tracking options for emails that // you send using the configuration set. TrackingOptions *TrackingOptions `type:"structure"` // contains filtered or unexported fields }
Information about a configuration set.
func (s GetConfigurationSetOutput) GoString() string
GoString returns the string representation
func (s *GetConfigurationSetOutput) SetConfigurationSetName(v string) *GetConfigurationSetOutput
SetConfigurationSetName sets the ConfigurationSetName field's value.
func (s *GetConfigurationSetOutput) SetDeliveryOptions(v *DeliveryOptions) *GetConfigurationSetOutput
SetDeliveryOptions sets the DeliveryOptions field's value.
func (s *GetConfigurationSetOutput) SetReputationOptions(v *ReputationOptions) *GetConfigurationSetOutput
SetReputationOptions sets the ReputationOptions field's value.
func (s *GetConfigurationSetOutput) SetSendingOptions(v *SendingOptions) *GetConfigurationSetOutput
SetSendingOptions sets the SendingOptions field's value.
func (s *GetConfigurationSetOutput) SetSuppressionOptions(v *SuppressionOptions) *GetConfigurationSetOutput
SetSuppressionOptions sets the SuppressionOptions field's value.
func (s *GetConfigurationSetOutput) SetTags(v []*Tag) *GetConfigurationSetOutput
SetTags sets the Tags field's value.
func (s *GetConfigurationSetOutput) SetTrackingOptions(v *TrackingOptions) *GetConfigurationSetOutput
SetTrackingOptions sets the TrackingOptions field's value.
func (s GetConfigurationSetOutput) String() string
String returns the string representation
type GetContactInput struct { // The name of the contact list to which the contact belongs. // // ContactListName is a required field ContactListName *string `location:"uri" locationName:"ContactListName" type:"string" required:"true"` // The contact's email addres. // // EmailAddress is a required field EmailAddress *string `location:"uri" locationName:"EmailAddress" type:"string" required:"true"` // contains filtered or unexported fields }
func (s GetContactInput) GoString() string
GoString returns the string representation
func (s *GetContactInput) SetContactListName(v string) *GetContactInput
SetContactListName sets the ContactListName field's value.
func (s *GetContactInput) SetEmailAddress(v string) *GetContactInput
SetEmailAddress sets the EmailAddress field's value.
func (s GetContactInput) String() string
String returns the string representation
func (s *GetContactInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type GetContactListInput struct { // The name of the contact list. // // ContactListName is a required field ContactListName *string `location:"uri" locationName:"ContactListName" type:"string" required:"true"` // contains filtered or unexported fields }
func (s GetContactListInput) GoString() string
GoString returns the string representation
func (s *GetContactListInput) SetContactListName(v string) *GetContactListInput
SetContactListName sets the ContactListName field's value.
func (s GetContactListInput) String() string
String returns the string representation
func (s *GetContactListInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type GetContactListOutput struct { // The name of the contact list. ContactListName *string `type:"string"` // A timestamp noting when the contact list was created. CreatedTimestamp *time.Time `type:"timestamp"` // A description of what the contact list is about. Description *string `type:"string"` // A timestamp noting the last time the contact list was updated. LastUpdatedTimestamp *time.Time `type:"timestamp"` // The tags associated with a contact list. Tags []*Tag `type:"list"` // An interest group, theme, or label within a list. A contact list can have // multiple topics. Topics []*Topic `type:"list"` // contains filtered or unexported fields }
func (s GetContactListOutput) GoString() string
GoString returns the string representation
func (s *GetContactListOutput) SetContactListName(v string) *GetContactListOutput
SetContactListName sets the ContactListName field's value.
func (s *GetContactListOutput) SetCreatedTimestamp(v time.Time) *GetContactListOutput
SetCreatedTimestamp sets the CreatedTimestamp field's value.
func (s *GetContactListOutput) SetDescription(v string) *GetContactListOutput
SetDescription sets the Description field's value.
func (s *GetContactListOutput) SetLastUpdatedTimestamp(v time.Time) *GetContactListOutput
SetLastUpdatedTimestamp sets the LastUpdatedTimestamp field's value.
func (s *GetContactListOutput) SetTags(v []*Tag) *GetContactListOutput
SetTags sets the Tags field's value.
func (s *GetContactListOutput) SetTopics(v []*Topic) *GetContactListOutput
SetTopics sets the Topics field's value.
func (s GetContactListOutput) String() string
String returns the string representation
type GetContactOutput struct { // The attribute data attached to a contact. AttributesData *string `type:"string"` // The name of the contact list to which the contact belongs. ContactListName *string `type:"string"` // A timestamp noting when the contact was created. CreatedTimestamp *time.Time `type:"timestamp"` // The contact's email addres. EmailAddress *string `type:"string"` // A timestamp noting the last time the contact's information was updated. LastUpdatedTimestamp *time.Time `type:"timestamp"` // The default topic preferences applied to the contact. TopicDefaultPreferences []*TopicPreference `type:"list"` // The contact's preference for being opted-in to or opted-out of a topic.> TopicPreferences []*TopicPreference `type:"list"` // A boolean value status noting if the contact is unsubscribed from all contact // list topics. UnsubscribeAll *bool `type:"boolean"` // contains filtered or unexported fields }
func (s GetContactOutput) GoString() string
GoString returns the string representation
func (s *GetContactOutput) SetAttributesData(v string) *GetContactOutput
SetAttributesData sets the AttributesData field's value.
func (s *GetContactOutput) SetContactListName(v string) *GetContactOutput
SetContactListName sets the ContactListName field's value.
func (s *GetContactOutput) SetCreatedTimestamp(v time.Time) *GetContactOutput
SetCreatedTimestamp sets the CreatedTimestamp field's value.
func (s *GetContactOutput) SetEmailAddress(v string) *GetContactOutput
SetEmailAddress sets the EmailAddress field's value.
func (s *GetContactOutput) SetLastUpdatedTimestamp(v time.Time) *GetContactOutput
SetLastUpdatedTimestamp sets the LastUpdatedTimestamp field's value.
func (s *GetContactOutput) SetTopicDefaultPreferences(v []*TopicPreference) *GetContactOutput
SetTopicDefaultPreferences sets the TopicDefaultPreferences field's value.
func (s *GetContactOutput) SetTopicPreferences(v []*TopicPreference) *GetContactOutput
SetTopicPreferences sets the TopicPreferences field's value.
func (s *GetContactOutput) SetUnsubscribeAll(v bool) *GetContactOutput
SetUnsubscribeAll sets the UnsubscribeAll field's value.
func (s GetContactOutput) String() string
String returns the string representation
type GetCustomVerificationEmailTemplateInput struct { // The name of the custom verification email template that you want to retrieve. // // TemplateName is a required field TemplateName *string `location:"uri" locationName:"TemplateName" min:"1" type:"string" required:"true"` // contains filtered or unexported fields }
Represents a request to retrieve an existing custom verification email template.
func (s GetCustomVerificationEmailTemplateInput) GoString() string
GoString returns the string representation
func (s *GetCustomVerificationEmailTemplateInput) SetTemplateName(v string) *GetCustomVerificationEmailTemplateInput
SetTemplateName sets the TemplateName field's value.
func (s GetCustomVerificationEmailTemplateInput) String() string
String returns the string representation
func (s *GetCustomVerificationEmailTemplateInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type GetCustomVerificationEmailTemplateOutput struct { // The URL that the recipient of the verification email is sent to if his or // her address is not successfully verified. FailureRedirectionURL *string `type:"string"` // The email address that the custom verification email is sent from. FromEmailAddress *string `type:"string"` // The URL that the recipient of the verification email is sent to if his or // her address is successfully verified. SuccessRedirectionURL *string `type:"string"` // The content of the custom verification email. TemplateContent *string `type:"string"` // The name of the custom verification email template. TemplateName *string `min:"1" type:"string"` // The subject line of the custom verification email. TemplateSubject *string `type:"string"` // contains filtered or unexported fields }
The following elements are returned by the service.
func (s GetCustomVerificationEmailTemplateOutput) GoString() string
GoString returns the string representation
func (s *GetCustomVerificationEmailTemplateOutput) SetFailureRedirectionURL(v string) *GetCustomVerificationEmailTemplateOutput
SetFailureRedirectionURL sets the FailureRedirectionURL field's value.
func (s *GetCustomVerificationEmailTemplateOutput) SetFromEmailAddress(v string) *GetCustomVerificationEmailTemplateOutput
SetFromEmailAddress sets the FromEmailAddress field's value.
func (s *GetCustomVerificationEmailTemplateOutput) SetSuccessRedirectionURL(v string) *GetCustomVerificationEmailTemplateOutput
SetSuccessRedirectionURL sets the SuccessRedirectionURL field's value.
func (s *GetCustomVerificationEmailTemplateOutput) SetTemplateContent(v string) *GetCustomVerificationEmailTemplateOutput
SetTemplateContent sets the TemplateContent field's value.
func (s *GetCustomVerificationEmailTemplateOutput) SetTemplateName(v string) *GetCustomVerificationEmailTemplateOutput
SetTemplateName sets the TemplateName field's value.
func (s *GetCustomVerificationEmailTemplateOutput) SetTemplateSubject(v string) *GetCustomVerificationEmailTemplateOutput
SetTemplateSubject sets the TemplateSubject field's value.
func (s GetCustomVerificationEmailTemplateOutput) String() string
String returns the string representation
type GetDedicatedIpInput struct { // The IP address that you want to obtain more information about. The value // you specify has to be a dedicated IP address that's assocaited with your // AWS account. // // Ip is a required field Ip *string `location:"uri" locationName:"IP" type:"string" required:"true"` // contains filtered or unexported fields }
A request to obtain more information about a dedicated IP address.
func (s GetDedicatedIpInput) GoString() string
GoString returns the string representation
func (s *GetDedicatedIpInput) SetIp(v string) *GetDedicatedIpInput
SetIp sets the Ip field's value.
func (s GetDedicatedIpInput) String() string
String returns the string representation
func (s *GetDedicatedIpInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type GetDedicatedIpOutput struct { // An object that contains information about a dedicated IP address. DedicatedIp *DedicatedIp `type:"structure"` // contains filtered or unexported fields }
Information about a dedicated IP address.
func (s GetDedicatedIpOutput) GoString() string
GoString returns the string representation
func (s *GetDedicatedIpOutput) SetDedicatedIp(v *DedicatedIp) *GetDedicatedIpOutput
SetDedicatedIp sets the DedicatedIp field's value.
func (s GetDedicatedIpOutput) String() string
String returns the string representation
type GetDedicatedIpsInput struct { // A token returned from a previous call to GetDedicatedIps to indicate the // position of the dedicated IP pool in the list of IP pools. NextToken *string `location:"querystring" locationName:"NextToken" type:"string"` // The number of results to show in a single call to GetDedicatedIpsRequest. // If the number of results is larger than the number you specified in this // parameter, then the response includes a NextToken element, which you can // use to obtain additional results. PageSize *int64 `location:"querystring" locationName:"PageSize" type:"integer"` // The name of the IP pool that the dedicated IP address is associated with. PoolName *string `location:"querystring" locationName:"PoolName" type:"string"` // contains filtered or unexported fields }
A request to obtain more information about dedicated IP pools.
func (s GetDedicatedIpsInput) GoString() string
GoString returns the string representation
func (s *GetDedicatedIpsInput) SetNextToken(v string) *GetDedicatedIpsInput
SetNextToken sets the NextToken field's value.
func (s *GetDedicatedIpsInput) SetPageSize(v int64) *GetDedicatedIpsInput
SetPageSize sets the PageSize field's value.
func (s *GetDedicatedIpsInput) SetPoolName(v string) *GetDedicatedIpsInput
SetPoolName sets the PoolName field's value.
func (s GetDedicatedIpsInput) String() string
String returns the string representation
type GetDedicatedIpsOutput struct { // A list of dedicated IP addresses that are associated with your AWS account. DedicatedIps []*DedicatedIp `type:"list"` // A token that indicates that there are additional dedicated IP addresses to // list. To view additional addresses, issue another request to GetDedicatedIps, // passing this token in the NextToken parameter. NextToken *string `type:"string"` // contains filtered or unexported fields }
Information about the dedicated IP addresses that are associated with your AWS account.
func (s GetDedicatedIpsOutput) GoString() string
GoString returns the string representation
func (s *GetDedicatedIpsOutput) SetDedicatedIps(v []*DedicatedIp) *GetDedicatedIpsOutput
SetDedicatedIps sets the DedicatedIps field's value.
func (s *GetDedicatedIpsOutput) SetNextToken(v string) *GetDedicatedIpsOutput
SetNextToken sets the NextToken field's value.
func (s GetDedicatedIpsOutput) String() string
String returns the string representation
type GetDeliverabilityDashboardOptionsInput struct {
// contains filtered or unexported fields
}
Retrieve information about the status of the Deliverability dashboard for your AWS account. When the Deliverability dashboard is enabled, you gain access to reputation, deliverability, and other metrics for your domains. You also gain the ability to perform predictive inbox placement tests.
When you use the Deliverability dashboard, you pay a monthly subscription charge, in addition to any other fees that you accrue by using Amazon SES and other AWS services. For more information about the features and cost of a Deliverability dashboard subscription, see Amazon Pinpoint Pricing (http://aws.amazon.com/pinpoint/pricing/).
func (s GetDeliverabilityDashboardOptionsInput) GoString() string
GoString returns the string representation
func (s GetDeliverabilityDashboardOptionsInput) String() string
String returns the string representation
type GetDeliverabilityDashboardOptionsOutput struct { // The current status of your Deliverability dashboard subscription. If this // value is PENDING_EXPIRATION, your subscription is scheduled to expire at // the end of the current calendar month. AccountStatus *string `type:"string" enum:"DeliverabilityDashboardAccountStatus"` // An array of objects, one for each verified domain that you use to send email // and currently has an active Deliverability dashboard subscription that isn’t // scheduled to expire at the end of the current calendar month. ActiveSubscribedDomains []*DomainDeliverabilityTrackingOption `type:"list"` // Specifies whether the Deliverability dashboard is enabled. If this value // is true, the dashboard is enabled. // // DashboardEnabled is a required field DashboardEnabled *bool `type:"boolean" required:"true"` // An array of objects, one for each verified domain that you use to send email // and currently has an active Deliverability dashboard subscription that's // scheduled to expire at the end of the current calendar month. PendingExpirationSubscribedDomains []*DomainDeliverabilityTrackingOption `type:"list"` // The date, in Unix time format, when your current subscription to the Deliverability // dashboard is scheduled to expire, if your subscription is scheduled to expire // at the end of the current calendar month. This value is null if you have // an active subscription that isn’t due to expire at the end of the month. SubscriptionExpiryDate *time.Time `type:"timestamp"` // contains filtered or unexported fields }
An object that shows the status of the Deliverability dashboard.
func (s GetDeliverabilityDashboardOptionsOutput) GoString() string
GoString returns the string representation
func (s *GetDeliverabilityDashboardOptionsOutput) SetAccountStatus(v string) *GetDeliverabilityDashboardOptionsOutput
SetAccountStatus sets the AccountStatus field's value.
func (s *GetDeliverabilityDashboardOptionsOutput) SetActiveSubscribedDomains(v []*DomainDeliverabilityTrackingOption) *GetDeliverabilityDashboardOptionsOutput
SetActiveSubscribedDomains sets the ActiveSubscribedDomains field's value.
func (s *GetDeliverabilityDashboardOptionsOutput) SetDashboardEnabled(v bool) *GetDeliverabilityDashboardOptionsOutput
SetDashboardEnabled sets the DashboardEnabled field's value.
func (s *GetDeliverabilityDashboardOptionsOutput) SetPendingExpirationSubscribedDomains(v []*DomainDeliverabilityTrackingOption) *GetDeliverabilityDashboardOptionsOutput
SetPendingExpirationSubscribedDomains sets the PendingExpirationSubscribedDomains field's value.
func (s *GetDeliverabilityDashboardOptionsOutput) SetSubscriptionExpiryDate(v time.Time) *GetDeliverabilityDashboardOptionsOutput
SetSubscriptionExpiryDate sets the SubscriptionExpiryDate field's value.
func (s GetDeliverabilityDashboardOptionsOutput) String() string
String returns the string representation
type GetDeliverabilityTestReportInput struct { // A unique string that identifies the predictive inbox placement test. // // ReportId is a required field ReportId *string `location:"uri" locationName:"ReportId" type:"string" required:"true"` // contains filtered or unexported fields }
A request to retrieve the results of a predictive inbox placement test.
func (s GetDeliverabilityTestReportInput) GoString() string
GoString returns the string representation
func (s *GetDeliverabilityTestReportInput) SetReportId(v string) *GetDeliverabilityTestReportInput
SetReportId sets the ReportId field's value.
func (s GetDeliverabilityTestReportInput) String() string
String returns the string representation
func (s *GetDeliverabilityTestReportInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type GetDeliverabilityTestReportOutput struct { // An object that contains the results of the predictive inbox placement test. // // DeliverabilityTestReport is a required field DeliverabilityTestReport *DeliverabilityTestReport `type:"structure" required:"true"` // An object that describes how the test email was handled by several email // providers, including Gmail, Hotmail, Yahoo, AOL, and others. // // IspPlacements is a required field IspPlacements []*IspPlacement `type:"list" required:"true"` // An object that contains the message that you sent when you performed this // predictive inbox placement test. Message *string `type:"string"` // An object that specifies how many test messages that were sent during the // predictive inbox placement test were delivered to recipients' inboxes, how // many were sent to recipients' spam folders, and how many weren't delivered. // // OverallPlacement is a required field OverallPlacement *PlacementStatistics `type:"structure" required:"true"` // An array of objects that define the tags (keys and values) that are associated // with the predictive inbox placement test. Tags []*Tag `type:"list"` // contains filtered or unexported fields }
The results of the predictive inbox placement test.
func (s GetDeliverabilityTestReportOutput) GoString() string
GoString returns the string representation
func (s *GetDeliverabilityTestReportOutput) SetDeliverabilityTestReport(v *DeliverabilityTestReport) *GetDeliverabilityTestReportOutput
SetDeliverabilityTestReport sets the DeliverabilityTestReport field's value.
func (s *GetDeliverabilityTestReportOutput) SetIspPlacements(v []*IspPlacement) *GetDeliverabilityTestReportOutput
SetIspPlacements sets the IspPlacements field's value.
func (s *GetDeliverabilityTestReportOutput) SetMessage(v string) *GetDeliverabilityTestReportOutput
SetMessage sets the Message field's value.
func (s *GetDeliverabilityTestReportOutput) SetOverallPlacement(v *PlacementStatistics) *GetDeliverabilityTestReportOutput
SetOverallPlacement sets the OverallPlacement field's value.
func (s *GetDeliverabilityTestReportOutput) SetTags(v []*Tag) *GetDeliverabilityTestReportOutput
SetTags sets the Tags field's value.
func (s GetDeliverabilityTestReportOutput) String() string
String returns the string representation
type GetDomainDeliverabilityCampaignInput struct { // The unique identifier for the campaign. The Deliverability dashboard automatically // generates and assigns this identifier to a campaign. // // CampaignId is a required field CampaignId *string `location:"uri" locationName:"CampaignId" type:"string" required:"true"` // contains filtered or unexported fields }
Retrieve all the deliverability data for a specific campaign. This data is available for a campaign only if the campaign sent email by using a domain that the Deliverability dashboard is enabled for (PutDeliverabilityDashboardOption operation).
func (s GetDomainDeliverabilityCampaignInput) GoString() string
GoString returns the string representation
func (s *GetDomainDeliverabilityCampaignInput) SetCampaignId(v string) *GetDomainDeliverabilityCampaignInput
SetCampaignId sets the CampaignId field's value.
func (s GetDomainDeliverabilityCampaignInput) String() string
String returns the string representation
func (s *GetDomainDeliverabilityCampaignInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type GetDomainDeliverabilityCampaignOutput struct { // An object that contains the deliverability data for the campaign. // // DomainDeliverabilityCampaign is a required field DomainDeliverabilityCampaign *DomainDeliverabilityCampaign `type:"structure" required:"true"` // contains filtered or unexported fields }
An object that contains all the deliverability data for a specific campaign. This data is available for a campaign only if the campaign sent email by using a domain that the Deliverability dashboard is enabled for.
func (s GetDomainDeliverabilityCampaignOutput) GoString() string
GoString returns the string representation
func (s *GetDomainDeliverabilityCampaignOutput) SetDomainDeliverabilityCampaign(v *DomainDeliverabilityCampaign) *GetDomainDeliverabilityCampaignOutput
SetDomainDeliverabilityCampaign sets the DomainDeliverabilityCampaign field's value.
func (s GetDomainDeliverabilityCampaignOutput) String() string
String returns the string representation
type GetDomainStatisticsReportInput struct { // The domain that you want to obtain deliverability metrics for. // // Domain is a required field Domain *string `location:"uri" locationName:"Domain" min:"1" type:"string" required:"true"` // The last day (in Unix time) that you want to obtain domain deliverability // metrics for. The EndDate that you specify has to be less than or equal to // 30 days after the StartDate. // // EndDate is a required field EndDate *time.Time `location:"querystring" locationName:"EndDate" type:"timestamp" required:"true"` // The first day (in Unix time) that you want to obtain domain deliverability // metrics for. // // StartDate is a required field StartDate *time.Time `location:"querystring" locationName:"StartDate" type:"timestamp" required:"true"` // contains filtered or unexported fields }
A request to obtain deliverability metrics for a domain.
func (s GetDomainStatisticsReportInput) GoString() string
GoString returns the string representation
func (s *GetDomainStatisticsReportInput) SetDomain(v string) *GetDomainStatisticsReportInput
SetDomain sets the Domain field's value.
func (s *GetDomainStatisticsReportInput) SetEndDate(v time.Time) *GetDomainStatisticsReportInput
SetEndDate sets the EndDate field's value.
func (s *GetDomainStatisticsReportInput) SetStartDate(v time.Time) *GetDomainStatisticsReportInput
SetStartDate sets the StartDate field's value.
func (s GetDomainStatisticsReportInput) String() string
String returns the string representation
func (s *GetDomainStatisticsReportInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type GetDomainStatisticsReportOutput struct { // An object that contains deliverability metrics for the domain that you specified. // This object contains data for each day, starting on the StartDate and ending // on the EndDate. // // DailyVolumes is a required field DailyVolumes []*DailyVolume `type:"list" required:"true"` // An object that contains deliverability metrics for the domain that you specified. // The data in this object is a summary of all of the data that was collected // from the StartDate to the EndDate. // // OverallVolume is a required field OverallVolume *OverallVolume `type:"structure" required:"true"` // contains filtered or unexported fields }
An object that includes statistics that are related to the domain that you specified.
func (s GetDomainStatisticsReportOutput) GoString() string
GoString returns the string representation
func (s *GetDomainStatisticsReportOutput) SetDailyVolumes(v []*DailyVolume) *GetDomainStatisticsReportOutput
SetDailyVolumes sets the DailyVolumes field's value.
func (s *GetDomainStatisticsReportOutput) SetOverallVolume(v *OverallVolume) *GetDomainStatisticsReportOutput
SetOverallVolume sets the OverallVolume field's value.
func (s GetDomainStatisticsReportOutput) String() string
String returns the string representation
type GetEmailIdentityInput struct { // The email identity that you want to retrieve details for. // // EmailIdentity is a required field EmailIdentity *string `location:"uri" locationName:"EmailIdentity" min:"1" type:"string" required:"true"` // contains filtered or unexported fields }
A request to return details about an email identity.
func (s GetEmailIdentityInput) GoString() string
GoString returns the string representation
func (s *GetEmailIdentityInput) SetEmailIdentity(v string) *GetEmailIdentityInput
SetEmailIdentity sets the EmailIdentity field's value.
func (s GetEmailIdentityInput) String() string
String returns the string representation
func (s *GetEmailIdentityInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type GetEmailIdentityOutput struct { // The configuration set used by default when sending from this identity. ConfigurationSetName *string `type:"string"` // An object that contains information about the DKIM attributes for the identity. DkimAttributes *DkimAttributes `type:"structure"` // The feedback forwarding configuration for the identity. // // If the value is true, you receive email notifications when bounce or complaint // events occur. These notifications are sent to the address that you specified // in the Return-Path header of the original email. // // You're required to have a method of tracking bounces and complaints. If you // haven't set up another mechanism for receiving bounce or complaint notifications // (for example, by setting up an event destination), you receive an email notification // when these events occur (even if this setting is disabled). FeedbackForwardingStatus *bool `type:"boolean"` // The email identity type. IdentityType *string `type:"string" enum:"IdentityType"` // An object that contains information about the Mail-From attributes for the // email identity. MailFromAttributes *MailFromAttributes `type:"structure"` // A map of policy names to policies. Policies map[string]*string `type:"map"` // An array of objects that define the tags (keys and values) that are associated // with the email identity. Tags []*Tag `type:"list"` // Specifies whether or not the identity is verified. You can only send email // from verified email addresses or domains. For more information about verifying // identities, see the Amazon Pinpoint User Guide (https://docs.aws.amazon.com/pinpoint/latest/userguide/channels-email-manage-verify.html). VerifiedForSendingStatus *bool `type:"boolean"` // contains filtered or unexported fields }
Details about an email identity.
func (s GetEmailIdentityOutput) GoString() string
GoString returns the string representation
func (s *GetEmailIdentityOutput) SetConfigurationSetName(v string) *GetEmailIdentityOutput
SetConfigurationSetName sets the ConfigurationSetName field's value.
func (s *GetEmailIdentityOutput) SetDkimAttributes(v *DkimAttributes) *GetEmailIdentityOutput
SetDkimAttributes sets the DkimAttributes field's value.
func (s *GetEmailIdentityOutput) SetFeedbackForwardingStatus(v bool) *GetEmailIdentityOutput
SetFeedbackForwardingStatus sets the FeedbackForwardingStatus field's value.
func (s *GetEmailIdentityOutput) SetIdentityType(v string) *GetEmailIdentityOutput
SetIdentityType sets the IdentityType field's value.
func (s *GetEmailIdentityOutput) SetMailFromAttributes(v *MailFromAttributes) *GetEmailIdentityOutput
SetMailFromAttributes sets the MailFromAttributes field's value.
func (s *GetEmailIdentityOutput) SetPolicies(v map[string]*string) *GetEmailIdentityOutput
SetPolicies sets the Policies field's value.
func (s *GetEmailIdentityOutput) SetTags(v []*Tag) *GetEmailIdentityOutput
SetTags sets the Tags field's value.
func (s *GetEmailIdentityOutput) SetVerifiedForSendingStatus(v bool) *GetEmailIdentityOutput
SetVerifiedForSendingStatus sets the VerifiedForSendingStatus field's value.
func (s GetEmailIdentityOutput) String() string
String returns the string representation
type GetEmailIdentityPoliciesInput struct { // The email identity that you want to retrieve policies for. // // EmailIdentity is a required field EmailIdentity *string `location:"uri" locationName:"EmailIdentity" min:"1" type:"string" required:"true"` // contains filtered or unexported fields }
A request to return the policies of an email identity.
func (s GetEmailIdentityPoliciesInput) GoString() string
GoString returns the string representation
func (s *GetEmailIdentityPoliciesInput) SetEmailIdentity(v string) *GetEmailIdentityPoliciesInput
SetEmailIdentity sets the EmailIdentity field's value.
func (s GetEmailIdentityPoliciesInput) String() string
String returns the string representation
func (s *GetEmailIdentityPoliciesInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type GetEmailIdentityPoliciesOutput struct { // A map of policy names to policies. Policies map[string]*string `type:"map"` // contains filtered or unexported fields }
Identity policies associated with email identity.
func (s GetEmailIdentityPoliciesOutput) GoString() string
GoString returns the string representation
func (s *GetEmailIdentityPoliciesOutput) SetPolicies(v map[string]*string) *GetEmailIdentityPoliciesOutput
SetPolicies sets the Policies field's value.
func (s GetEmailIdentityPoliciesOutput) String() string
String returns the string representation
type GetEmailTemplateInput struct { // The name of the template you want to retrieve. // // TemplateName is a required field TemplateName *string `location:"uri" locationName:"TemplateName" min:"1" type:"string" required:"true"` // contains filtered or unexported fields }
Represents a request to display the template object (which includes the subject line, HTML part and text part) for the template you specify.
func (s GetEmailTemplateInput) GoString() string
GoString returns the string representation
func (s *GetEmailTemplateInput) SetTemplateName(v string) *GetEmailTemplateInput
SetTemplateName sets the TemplateName field's value.
func (s GetEmailTemplateInput) String() string
String returns the string representation
func (s *GetEmailTemplateInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type GetEmailTemplateOutput struct { // The content of the email template, composed of a subject line, an HTML part, // and a text-only part. // // TemplateContent is a required field TemplateContent *EmailTemplateContent `type:"structure" required:"true"` // The name of the template you want to retrieve. // // TemplateName is a required field TemplateName *string `min:"1" type:"string" required:"true"` // contains filtered or unexported fields }
The following element is returned by the service.
func (s GetEmailTemplateOutput) GoString() string
GoString returns the string representation
func (s *GetEmailTemplateOutput) SetTemplateContent(v *EmailTemplateContent) *GetEmailTemplateOutput
SetTemplateContent sets the TemplateContent field's value.
func (s *GetEmailTemplateOutput) SetTemplateName(v string) *GetEmailTemplateOutput
SetTemplateName sets the TemplateName field's value.
func (s GetEmailTemplateOutput) String() string
String returns the string representation
type GetImportJobInput struct { // The ID of the import job. // // JobId is a required field JobId *string `location:"uri" locationName:"JobId" min:"1" type:"string" required:"true"` // contains filtered or unexported fields }
Represents a request for information about an import job using the import job ID.
func (s GetImportJobInput) GoString() string
GoString returns the string representation
func (s *GetImportJobInput) SetJobId(v string) *GetImportJobInput
SetJobId sets the JobId field's value.
func (s GetImportJobInput) String() string
String returns the string representation
func (s *GetImportJobInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type GetImportJobOutput struct { // The time stamp of when the import job was completed. CompletedTimestamp *time.Time `type:"timestamp"` // The time stamp of when the import job was created. CreatedTimestamp *time.Time `type:"timestamp"` // The number of records that failed processing because of invalid input or // other reasons. FailedRecordsCount *int64 `type:"integer"` // The failure details about an import job. FailureInfo *FailureInfo `type:"structure"` // The data source of the import job. ImportDataSource *ImportDataSource `type:"structure"` // The destination of the import job. ImportDestination *ImportDestination `type:"structure"` // A string that represents the import job ID. JobId *string `min:"1" type:"string"` // The status of the import job. JobStatus *string `type:"string" enum:"JobStatus"` // The current number of records processed. ProcessedRecordsCount *int64 `type:"integer"` // contains filtered or unexported fields }
An HTTP 200 response if the request succeeds, or an error message if the request fails.
func (s GetImportJobOutput) GoString() string
GoString returns the string representation
func (s *GetImportJobOutput) SetCompletedTimestamp(v time.Time) *GetImportJobOutput
SetCompletedTimestamp sets the CompletedTimestamp field's value.
func (s *GetImportJobOutput) SetCreatedTimestamp(v time.Time) *GetImportJobOutput
SetCreatedTimestamp sets the CreatedTimestamp field's value.
func (s *GetImportJobOutput) SetFailedRecordsCount(v int64) *GetImportJobOutput
SetFailedRecordsCount sets the FailedRecordsCount field's value.
func (s *GetImportJobOutput) SetFailureInfo(v *FailureInfo) *GetImportJobOutput
SetFailureInfo sets the FailureInfo field's value.
func (s *GetImportJobOutput) SetImportDataSource(v *ImportDataSource) *GetImportJobOutput
SetImportDataSource sets the ImportDataSource field's value.
func (s *GetImportJobOutput) SetImportDestination(v *ImportDestination) *GetImportJobOutput
SetImportDestination sets the ImportDestination field's value.
func (s *GetImportJobOutput) SetJobId(v string) *GetImportJobOutput
SetJobId sets the JobId field's value.
func (s *GetImportJobOutput) SetJobStatus(v string) *GetImportJobOutput
SetJobStatus sets the JobStatus field's value.
func (s *GetImportJobOutput) SetProcessedRecordsCount(v int64) *GetImportJobOutput
SetProcessedRecordsCount sets the ProcessedRecordsCount field's value.
func (s GetImportJobOutput) String() string
String returns the string representation
type GetSuppressedDestinationInput struct { // The email address that's on the account suppression list. // // EmailAddress is a required field EmailAddress *string `location:"uri" locationName:"EmailAddress" type:"string" required:"true"` // contains filtered or unexported fields }
A request to retrieve information about an email address that's on the suppression list for your account.
func (s GetSuppressedDestinationInput) GoString() string
GoString returns the string representation
func (s *GetSuppressedDestinationInput) SetEmailAddress(v string) *GetSuppressedDestinationInput
SetEmailAddress sets the EmailAddress field's value.
func (s GetSuppressedDestinationInput) String() string
String returns the string representation
func (s *GetSuppressedDestinationInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type GetSuppressedDestinationOutput struct { // An object containing information about the suppressed email address. // // SuppressedDestination is a required field SuppressedDestination *SuppressedDestination `type:"structure" required:"true"` // contains filtered or unexported fields }
Information about the suppressed email address.
func (s GetSuppressedDestinationOutput) GoString() string
GoString returns the string representation
func (s *GetSuppressedDestinationOutput) SetSuppressedDestination(v *SuppressedDestination) *GetSuppressedDestinationOutput
SetSuppressedDestination sets the SuppressedDestination field's value.
func (s GetSuppressedDestinationOutput) String() string
String returns the string representation
type IdentityInfo struct { // The address or domain of the identity. IdentityName *string `min:"1" type:"string"` // The email identity type. The identity type can be one of the following: // // * EMAIL_ADDRESS – The identity is an email address. // // * DOMAIN – The identity is a domain. // // * MANAGED_DOMAIN – The identity is a domain that is managed by AWS. IdentityType *string `type:"string" enum:"IdentityType"` // Indicates whether or not you can send email from the identity. // // An identity is an email address or domain that you send email from. Before // you can send email from an identity, you have to demostrate that you own // the identity, and that you authorize Amazon SES to send email from that identity. SendingEnabled *bool `type:"boolean"` // contains filtered or unexported fields }
Information about an email identity.
func (s IdentityInfo) GoString() string
GoString returns the string representation
func (s *IdentityInfo) SetIdentityName(v string) *IdentityInfo
SetIdentityName sets the IdentityName field's value.
func (s *IdentityInfo) SetIdentityType(v string) *IdentityInfo
SetIdentityType sets the IdentityType field's value.
func (s *IdentityInfo) SetSendingEnabled(v bool) *IdentityInfo
SetSendingEnabled sets the SendingEnabled field's value.
func (s IdentityInfo) String() string
String returns the string representation
type ImportDataSource struct { // The data format of the import job's data source. // // DataFormat is a required field DataFormat *string `type:"string" required:"true" enum:"DataFormat"` // An Amazon S3 URL in the format s3://<bucket_name>/<object>. // // S3Url is a required field S3Url *string `type:"string" required:"true"` // contains filtered or unexported fields }
An object that contains details about the data source of the import job.
func (s ImportDataSource) GoString() string
GoString returns the string representation
func (s *ImportDataSource) SetDataFormat(v string) *ImportDataSource
SetDataFormat sets the DataFormat field's value.
func (s *ImportDataSource) SetS3Url(v string) *ImportDataSource
SetS3Url sets the S3Url field's value.
func (s ImportDataSource) String() string
String returns the string representation
func (s *ImportDataSource) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ImportDestination struct { // An object that contains the action of the import job towards a contact list. ContactListDestination *ContactListDestination `type:"structure"` // An object that contains the action of the import job towards suppression // list. SuppressionListDestination *SuppressionListDestination `type:"structure"` // contains filtered or unexported fields }
An object that contains details about the resource destination the import job is going to target.
func (s ImportDestination) GoString() string
GoString returns the string representation
func (s *ImportDestination) SetContactListDestination(v *ContactListDestination) *ImportDestination
SetContactListDestination sets the ContactListDestination field's value.
func (s *ImportDestination) SetSuppressionListDestination(v *SuppressionListDestination) *ImportDestination
SetSuppressionListDestination sets the SuppressionListDestination field's value.
func (s ImportDestination) String() string
String returns the string representation
func (s *ImportDestination) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ImportJobSummary struct { // The date and time when the import job was created. CreatedTimestamp *time.Time `type:"timestamp"` // An object that contains details about the resource destination the import // job is going to target. ImportDestination *ImportDestination `type:"structure"` // A string that represents the import job ID. JobId *string `min:"1" type:"string"` // The status of the import job. JobStatus *string `type:"string" enum:"JobStatus"` // contains filtered or unexported fields }
A summary of the import job.
func (s ImportJobSummary) GoString() string
GoString returns the string representation
func (s *ImportJobSummary) SetCreatedTimestamp(v time.Time) *ImportJobSummary
SetCreatedTimestamp sets the CreatedTimestamp field's value.
func (s *ImportJobSummary) SetImportDestination(v *ImportDestination) *ImportJobSummary
SetImportDestination sets the ImportDestination field's value.
func (s *ImportJobSummary) SetJobId(v string) *ImportJobSummary
SetJobId sets the JobId field's value.
func (s *ImportJobSummary) SetJobStatus(v string) *ImportJobSummary
SetJobStatus sets the JobStatus field's value.
func (s ImportJobSummary) String() string
String returns the string representation
type InboxPlacementTrackingOption struct { // Specifies whether inbox placement data is being tracked for the domain. Global *bool `type:"boolean"` // An array of strings, one for each major email provider that the inbox placement // data applies to. TrackedIsps []*string `type:"list"` // contains filtered or unexported fields }
An object that contains information about the inbox placement data settings for a verified domain that’s associated with your AWS account. This data is available only if you enabled the Deliverability dashboard for the domain.
func (s InboxPlacementTrackingOption) GoString() string
GoString returns the string representation
func (s *InboxPlacementTrackingOption) SetGlobal(v bool) *InboxPlacementTrackingOption
SetGlobal sets the Global field's value.
func (s *InboxPlacementTrackingOption) SetTrackedIsps(v []*string) *InboxPlacementTrackingOption
SetTrackedIsps sets the TrackedIsps field's value.
func (s InboxPlacementTrackingOption) String() string
String returns the string representation
type InvalidNextTokenException struct { RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"` Message_ *string `locationName:"message" type:"string"` // contains filtered or unexported fields }
The specified request includes an invalid or expired token.
func (s *InvalidNextTokenException) Code() string
Code returns the exception type name.
func (s *InvalidNextTokenException) Error() string
func (s InvalidNextTokenException) GoString() string
GoString returns the string representation
func (s *InvalidNextTokenException) Message() string
Message returns the exception's message.
func (s *InvalidNextTokenException) OrigErr() error
OrigErr always returns nil, satisfies awserr.Error interface.
func (s *InvalidNextTokenException) RequestID() string
RequestID returns the service's response RequestID for request.
func (s *InvalidNextTokenException) StatusCode() int
Status code returns the HTTP status code for the request's response error.
func (s InvalidNextTokenException) String() string
String returns the string representation
type IspPlacement struct { // The name of the email provider that the inbox placement data applies to. IspName *string `type:"string"` // An object that contains inbox placement metrics for a specific email provider. PlacementStatistics *PlacementStatistics `type:"structure"` // contains filtered or unexported fields }
An object that describes how email sent during the predictive inbox placement test was handled by a certain email provider.
func (s IspPlacement) GoString() string
GoString returns the string representation
func (s *IspPlacement) SetIspName(v string) *IspPlacement
SetIspName sets the IspName field's value.
func (s *IspPlacement) SetPlacementStatistics(v *PlacementStatistics) *IspPlacement
SetPlacementStatistics sets the PlacementStatistics field's value.
func (s IspPlacement) String() string
String returns the string representation
type KinesisFirehoseDestination struct { // The Amazon Resource Name (ARN) of the Amazon Kinesis Data Firehose stream // that the Amazon SES API v2 sends email events to. // // DeliveryStreamArn is a required field DeliveryStreamArn *string `type:"string" required:"true"` // The Amazon Resource Name (ARN) of the IAM role that the Amazon SES API v2 // uses to send email events to the Amazon Kinesis Data Firehose stream. // // IamRoleArn is a required field IamRoleArn *string `type:"string" required:"true"` // contains filtered or unexported fields }
An object that defines an Amazon Kinesis Data Firehose destination for email events. You can use Amazon Kinesis Data Firehose to stream data to other services, such as Amazon S3 and Amazon Redshift.
func (s KinesisFirehoseDestination) GoString() string
GoString returns the string representation
func (s *KinesisFirehoseDestination) SetDeliveryStreamArn(v string) *KinesisFirehoseDestination
SetDeliveryStreamArn sets the DeliveryStreamArn field's value.
func (s *KinesisFirehoseDestination) SetIamRoleArn(v string) *KinesisFirehoseDestination
SetIamRoleArn sets the IamRoleArn field's value.
func (s KinesisFirehoseDestination) String() string
String returns the string representation
func (s *KinesisFirehoseDestination) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type LimitExceededException struct { RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"` Message_ *string `locationName:"message" type:"string"` // contains filtered or unexported fields }
There are too many instances of the specified resource type.
func (s *LimitExceededException) Code() string
Code returns the exception type name.
func (s *LimitExceededException) Error() string
func (s LimitExceededException) GoString() string
GoString returns the string representation
func (s *LimitExceededException) Message() string
Message returns the exception's message.
func (s *LimitExceededException) OrigErr() error
OrigErr always returns nil, satisfies awserr.Error interface.
func (s *LimitExceededException) RequestID() string
RequestID returns the service's response RequestID for request.
func (s *LimitExceededException) StatusCode() int
Status code returns the HTTP status code for the request's response error.
func (s LimitExceededException) String() string
String returns the string representation
type ListConfigurationSetsInput struct { // A token returned from a previous call to ListConfigurationSets to indicate // the position in the list of configuration sets. NextToken *string `location:"querystring" locationName:"NextToken" type:"string"` // The number of results to show in a single call to ListConfigurationSets. // If the number of results is larger than the number you specified in this // parameter, then the response includes a NextToken element, which you can // use to obtain additional results. PageSize *int64 `location:"querystring" locationName:"PageSize" type:"integer"` // contains filtered or unexported fields }
A request to obtain a list of configuration sets for your Amazon SES account in the current AWS Region.
func (s ListConfigurationSetsInput) GoString() string
GoString returns the string representation
func (s *ListConfigurationSetsInput) SetNextToken(v string) *ListConfigurationSetsInput
SetNextToken sets the NextToken field's value.
func (s *ListConfigurationSetsInput) SetPageSize(v int64) *ListConfigurationSetsInput
SetPageSize sets the PageSize field's value.
func (s ListConfigurationSetsInput) String() string
String returns the string representation
type ListConfigurationSetsOutput struct { // An array that contains all of the configuration sets in your Amazon SES account // in the current AWS Region. ConfigurationSets []*string `type:"list"` // A token that indicates that there are additional configuration sets to list. // To view additional configuration sets, issue another request to ListConfigurationSets, // and pass this token in the NextToken parameter. NextToken *string `type:"string"` // contains filtered or unexported fields }
A list of configuration sets in your Amazon SES account in the current AWS Region.
func (s ListConfigurationSetsOutput) GoString() string
GoString returns the string representation
func (s *ListConfigurationSetsOutput) SetConfigurationSets(v []*string) *ListConfigurationSetsOutput
SetConfigurationSets sets the ConfigurationSets field's value.
func (s *ListConfigurationSetsOutput) SetNextToken(v string) *ListConfigurationSetsOutput
SetNextToken sets the NextToken field's value.
func (s ListConfigurationSetsOutput) String() string
String returns the string representation
type ListContactListsInput struct { // A string token indicating that there might be additional contact lists available // to be listed. Use the token provided in the Response to use in the subsequent // call to ListContactLists with the same parameters to retrieve the next page // of contact lists. NextToken *string `location:"querystring" locationName:"NextToken" type:"string"` // Maximum number of contact lists to return at once. Use this parameter to // paginate results. If additional contact lists exist beyond the specified // limit, the NextToken element is sent in the response. Use the NextToken value // in subsequent requests to retrieve additional lists. PageSize *int64 `location:"querystring" locationName:"PageSize" type:"integer"` // contains filtered or unexported fields }
func (s ListContactListsInput) GoString() string
GoString returns the string representation
func (s *ListContactListsInput) SetNextToken(v string) *ListContactListsInput
SetNextToken sets the NextToken field's value.
func (s *ListContactListsInput) SetPageSize(v int64) *ListContactListsInput
SetPageSize sets the PageSize field's value.
func (s ListContactListsInput) String() string
String returns the string representation
type ListContactListsOutput struct { // The available contact lists. ContactLists []*ContactList `type:"list"` // A string token indicating that there might be additional contact lists available // to be listed. Copy this token to a subsequent call to ListContactLists with // the same parameters to retrieve the next page of contact lists. NextToken *string `type:"string"` // contains filtered or unexported fields }
func (s ListContactListsOutput) GoString() string
GoString returns the string representation
func (s *ListContactListsOutput) SetContactLists(v []*ContactList) *ListContactListsOutput
SetContactLists sets the ContactLists field's value.
func (s *ListContactListsOutput) SetNextToken(v string) *ListContactListsOutput
SetNextToken sets the NextToken field's value.
func (s ListContactListsOutput) String() string
String returns the string representation
type ListContactsFilter struct { // The status by which you are filtering: OPT_IN or OPT_OUT. FilteredStatus *string `type:"string" enum:"SubscriptionStatus"` // Used for filtering by a specific topic preference. TopicFilter *TopicFilter `type:"structure"` // contains filtered or unexported fields }
A filter that can be applied to a list of contacts.
func (s ListContactsFilter) GoString() string
GoString returns the string representation
func (s *ListContactsFilter) SetFilteredStatus(v string) *ListContactsFilter
SetFilteredStatus sets the FilteredStatus field's value.
func (s *ListContactsFilter) SetTopicFilter(v *TopicFilter) *ListContactsFilter
SetTopicFilter sets the TopicFilter field's value.
func (s ListContactsFilter) String() string
String returns the string representation
type ListContactsInput struct { // The name of the contact list. // // ContactListName is a required field ContactListName *string `location:"uri" locationName:"ContactListName" type:"string" required:"true"` // A filter that can be applied to a list of contacts. Filter *ListContactsFilter `type:"structure"` // A string token indicating that there might be additional contacts available // to be listed. Use the token provided in the Response to use in the subsequent // call to ListContacts with the same parameters to retrieve the next page of // contacts. NextToken *string `location:"querystring" locationName:"NextToken" type:"string"` // The number of contacts that may be returned at once, which is dependent on // if there are more or less contacts than the value of the PageSize. Use this // parameter to paginate results. If additional contacts exist beyond the specified // limit, the NextToken element is sent in the response. Use the NextToken value // in subsequent requests to retrieve additional contacts. PageSize *int64 `location:"querystring" locationName:"PageSize" type:"integer"` // contains filtered or unexported fields }
func (s ListContactsInput) GoString() string
GoString returns the string representation
func (s *ListContactsInput) SetContactListName(v string) *ListContactsInput
SetContactListName sets the ContactListName field's value.
func (s *ListContactsInput) SetFilter(v *ListContactsFilter) *ListContactsInput
SetFilter sets the Filter field's value.
func (s *ListContactsInput) SetNextToken(v string) *ListContactsInput
SetNextToken sets the NextToken field's value.
func (s *ListContactsInput) SetPageSize(v int64) *ListContactsInput
SetPageSize sets the PageSize field's value.
func (s ListContactsInput) String() string
String returns the string representation
func (s *ListContactsInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ListContactsOutput struct { // The contacts present in a specific contact list. Contacts []*Contact `type:"list"` // A string token indicating that there might be additional contacts available // to be listed. Copy this token to a subsequent call to ListContacts with the // same parameters to retrieve the next page of contacts. NextToken *string `type:"string"` // contains filtered or unexported fields }
func (s ListContactsOutput) GoString() string
GoString returns the string representation
func (s *ListContactsOutput) SetContacts(v []*Contact) *ListContactsOutput
SetContacts sets the Contacts field's value.
func (s *ListContactsOutput) SetNextToken(v string) *ListContactsOutput
SetNextToken sets the NextToken field's value.
func (s ListContactsOutput) String() string
String returns the string representation
type ListCustomVerificationEmailTemplatesInput struct { // A token returned from a previous call to ListCustomVerificationEmailTemplates // to indicate the position in the list of custom verification email templates. NextToken *string `location:"querystring" locationName:"NextToken" type:"string"` // The number of results to show in a single call to ListCustomVerificationEmailTemplates. // If the number of results is larger than the number you specified in this // parameter, then the response includes a NextToken element, which you can // use to obtain additional results. // // The value you specify has to be at least 1, and can be no more than 50. PageSize *int64 `location:"querystring" locationName:"PageSize" type:"integer"` // contains filtered or unexported fields }
Represents a request to list the existing custom verification email templates for your account.
func (s ListCustomVerificationEmailTemplatesInput) GoString() string
GoString returns the string representation
func (s *ListCustomVerificationEmailTemplatesInput) SetNextToken(v string) *ListCustomVerificationEmailTemplatesInput
SetNextToken sets the NextToken field's value.
func (s *ListCustomVerificationEmailTemplatesInput) SetPageSize(v int64) *ListCustomVerificationEmailTemplatesInput
SetPageSize sets the PageSize field's value.
func (s ListCustomVerificationEmailTemplatesInput) String() string
String returns the string representation
type ListCustomVerificationEmailTemplatesOutput struct { // A list of the custom verification email templates that exist in your account. CustomVerificationEmailTemplates []*CustomVerificationEmailTemplateMetadata `type:"list"` // A token indicating that there are additional custom verification email templates // available to be listed. Pass this token to a subsequent call to ListCustomVerificationEmailTemplates // to retrieve the next 50 custom verification email templates. NextToken *string `type:"string"` // contains filtered or unexported fields }
The following elements are returned by the service.
func (s ListCustomVerificationEmailTemplatesOutput) GoString() string
GoString returns the string representation
func (s *ListCustomVerificationEmailTemplatesOutput) SetCustomVerificationEmailTemplates(v []*CustomVerificationEmailTemplateMetadata) *ListCustomVerificationEmailTemplatesOutput
SetCustomVerificationEmailTemplates sets the CustomVerificationEmailTemplates field's value.
func (s *ListCustomVerificationEmailTemplatesOutput) SetNextToken(v string) *ListCustomVerificationEmailTemplatesOutput
SetNextToken sets the NextToken field's value.
func (s ListCustomVerificationEmailTemplatesOutput) String() string
String returns the string representation
type ListDedicatedIpPoolsInput struct { // A token returned from a previous call to ListDedicatedIpPools to indicate // the position in the list of dedicated IP pools. NextToken *string `location:"querystring" locationName:"NextToken" type:"string"` // The number of results to show in a single call to ListDedicatedIpPools. If // the number of results is larger than the number you specified in this parameter, // then the response includes a NextToken element, which you can use to obtain // additional results. PageSize *int64 `location:"querystring" locationName:"PageSize" type:"integer"` // contains filtered or unexported fields }
A request to obtain a list of dedicated IP pools.
func (s ListDedicatedIpPoolsInput) GoString() string
GoString returns the string representation
func (s *ListDedicatedIpPoolsInput) SetNextToken(v string) *ListDedicatedIpPoolsInput
SetNextToken sets the NextToken field's value.
func (s *ListDedicatedIpPoolsInput) SetPageSize(v int64) *ListDedicatedIpPoolsInput
SetPageSize sets the PageSize field's value.
func (s ListDedicatedIpPoolsInput) String() string
String returns the string representation
type ListDedicatedIpPoolsOutput struct { // A list of all of the dedicated IP pools that are associated with your AWS // account in the current Region. DedicatedIpPools []*string `type:"list"` // A token that indicates that there are additional IP pools to list. To view // additional IP pools, issue another request to ListDedicatedIpPools, passing // this token in the NextToken parameter. NextToken *string `type:"string"` // contains filtered or unexported fields }
A list of dedicated IP pools.
func (s ListDedicatedIpPoolsOutput) GoString() string
GoString returns the string representation
func (s *ListDedicatedIpPoolsOutput) SetDedicatedIpPools(v []*string) *ListDedicatedIpPoolsOutput
SetDedicatedIpPools sets the DedicatedIpPools field's value.
func (s *ListDedicatedIpPoolsOutput) SetNextToken(v string) *ListDedicatedIpPoolsOutput
SetNextToken sets the NextToken field's value.
func (s ListDedicatedIpPoolsOutput) String() string
String returns the string representation
type ListDeliverabilityTestReportsInput struct { // A token returned from a previous call to ListDeliverabilityTestReports to // indicate the position in the list of predictive inbox placement tests. NextToken *string `location:"querystring" locationName:"NextToken" type:"string"` // The number of results to show in a single call to ListDeliverabilityTestReports. // If the number of results is larger than the number you specified in this // parameter, then the response includes a NextToken element, which you can // use to obtain additional results. // // The value you specify has to be at least 0, and can be no more than 1000. PageSize *int64 `location:"querystring" locationName:"PageSize" type:"integer"` // contains filtered or unexported fields }
A request to list all of the predictive inbox placement tests that you've performed.
func (s ListDeliverabilityTestReportsInput) GoString() string
GoString returns the string representation
func (s *ListDeliverabilityTestReportsInput) SetNextToken(v string) *ListDeliverabilityTestReportsInput
SetNextToken sets the NextToken field's value.
func (s *ListDeliverabilityTestReportsInput) SetPageSize(v int64) *ListDeliverabilityTestReportsInput
SetPageSize sets the PageSize field's value.
func (s ListDeliverabilityTestReportsInput) String() string
String returns the string representation
type ListDeliverabilityTestReportsOutput struct { // An object that contains a lists of predictive inbox placement tests that // you've performed. // // DeliverabilityTestReports is a required field DeliverabilityTestReports []*DeliverabilityTestReport `type:"list" required:"true"` // A token that indicates that there are additional predictive inbox placement // tests to list. To view additional predictive inbox placement tests, issue // another request to ListDeliverabilityTestReports, and pass this token in // the NextToken parameter. NextToken *string `type:"string"` // contains filtered or unexported fields }
A list of the predictive inbox placement test reports that are available for your account, regardless of whether or not those tests are complete.
func (s ListDeliverabilityTestReportsOutput) GoString() string
GoString returns the string representation
func (s *ListDeliverabilityTestReportsOutput) SetDeliverabilityTestReports(v []*DeliverabilityTestReport) *ListDeliverabilityTestReportsOutput
SetDeliverabilityTestReports sets the DeliverabilityTestReports field's value.
func (s *ListDeliverabilityTestReportsOutput) SetNextToken(v string) *ListDeliverabilityTestReportsOutput
SetNextToken sets the NextToken field's value.
func (s ListDeliverabilityTestReportsOutput) String() string
String returns the string representation
type ListDomainDeliverabilityCampaignsInput struct { // The last day, in Unix time format, that you want to obtain deliverability // data for. This value has to be less than or equal to 30 days after the value // of the StartDate parameter. // // EndDate is a required field EndDate *time.Time `location:"querystring" locationName:"EndDate" type:"timestamp" required:"true"` // A token that’s returned from a previous call to the ListDomainDeliverabilityCampaigns // operation. This token indicates the position of a campaign in the list of // campaigns. NextToken *string `location:"querystring" locationName:"NextToken" type:"string"` // The maximum number of results to include in response to a single call to // the ListDomainDeliverabilityCampaigns operation. If the number of results // is larger than the number that you specify in this parameter, the response // includes a NextToken element, which you can use to obtain additional results. PageSize *int64 `location:"querystring" locationName:"PageSize" type:"integer"` // The first day, in Unix time format, that you want to obtain deliverability // data for. // // StartDate is a required field StartDate *time.Time `location:"querystring" locationName:"StartDate" type:"timestamp" required:"true"` // The domain to obtain deliverability data for. // // SubscribedDomain is a required field SubscribedDomain *string `location:"uri" locationName:"SubscribedDomain" type:"string" required:"true"` // contains filtered or unexported fields }
Retrieve deliverability data for all the campaigns that used a specific domain to send email during a specified time range. This data is available for a domain only if you enabled the Deliverability dashboard.
func (s ListDomainDeliverabilityCampaignsInput) GoString() string
GoString returns the string representation
func (s *ListDomainDeliverabilityCampaignsInput) SetEndDate(v time.Time) *ListDomainDeliverabilityCampaignsInput
SetEndDate sets the EndDate field's value.
func (s *ListDomainDeliverabilityCampaignsInput) SetNextToken(v string) *ListDomainDeliverabilityCampaignsInput
SetNextToken sets the NextToken field's value.
func (s *ListDomainDeliverabilityCampaignsInput) SetPageSize(v int64) *ListDomainDeliverabilityCampaignsInput
SetPageSize sets the PageSize field's value.
func (s *ListDomainDeliverabilityCampaignsInput) SetStartDate(v time.Time) *ListDomainDeliverabilityCampaignsInput
SetStartDate sets the StartDate field's value.
func (s *ListDomainDeliverabilityCampaignsInput) SetSubscribedDomain(v string) *ListDomainDeliverabilityCampaignsInput
SetSubscribedDomain sets the SubscribedDomain field's value.
func (s ListDomainDeliverabilityCampaignsInput) String() string
String returns the string representation
func (s *ListDomainDeliverabilityCampaignsInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ListDomainDeliverabilityCampaignsOutput struct { // An array of responses, one for each campaign that used the domain to send // email during the specified time range. // // DomainDeliverabilityCampaigns is a required field DomainDeliverabilityCampaigns []*DomainDeliverabilityCampaign `type:"list" required:"true"` // A token that’s returned from a previous call to the ListDomainDeliverabilityCampaigns // operation. This token indicates the position of the campaign in the list // of campaigns. NextToken *string `type:"string"` // contains filtered or unexported fields }
An array of objects that provide deliverability data for all the campaigns that used a specific domain to send email during a specified time range. This data is available for a domain only if you enabled the Deliverability dashboard for the domain.
func (s ListDomainDeliverabilityCampaignsOutput) GoString() string
GoString returns the string representation
func (s *ListDomainDeliverabilityCampaignsOutput) SetDomainDeliverabilityCampaigns(v []*DomainDeliverabilityCampaign) *ListDomainDeliverabilityCampaignsOutput
SetDomainDeliverabilityCampaigns sets the DomainDeliverabilityCampaigns field's value.
func (s *ListDomainDeliverabilityCampaignsOutput) SetNextToken(v string) *ListDomainDeliverabilityCampaignsOutput
SetNextToken sets the NextToken field's value.
func (s ListDomainDeliverabilityCampaignsOutput) String() string
String returns the string representation
type ListEmailIdentitiesInput struct { // A token returned from a previous call to ListEmailIdentities to indicate // the position in the list of identities. NextToken *string `location:"querystring" locationName:"NextToken" type:"string"` // The number of results to show in a single call to ListEmailIdentities. If // the number of results is larger than the number you specified in this parameter, // then the response includes a NextToken element, which you can use to obtain // additional results. // // The value you specify has to be at least 0, and can be no more than 1000. PageSize *int64 `location:"querystring" locationName:"PageSize" type:"integer"` // contains filtered or unexported fields }
A request to list all of the email identities associated with your AWS account. This list includes identities that you've already verified, identities that are unverified, and identities that were verified in the past, but are no longer verified.
func (s ListEmailIdentitiesInput) GoString() string
GoString returns the string representation
func (s *ListEmailIdentitiesInput) SetNextToken(v string) *ListEmailIdentitiesInput
SetNextToken sets the NextToken field's value.
func (s *ListEmailIdentitiesInput) SetPageSize(v int64) *ListEmailIdentitiesInput
SetPageSize sets the PageSize field's value.
func (s ListEmailIdentitiesInput) String() string
String returns the string representation
type ListEmailIdentitiesOutput struct { // An array that includes all of the email identities associated with your AWS // account. EmailIdentities []*IdentityInfo `type:"list"` // A token that indicates that there are additional configuration sets to list. // To view additional configuration sets, issue another request to ListEmailIdentities, // and pass this token in the NextToken parameter. NextToken *string `type:"string"` // contains filtered or unexported fields }
A list of all of the identities that you've attempted to verify, regardless of whether or not those identities were successfully verified.
func (s ListEmailIdentitiesOutput) GoString() string
GoString returns the string representation
func (s *ListEmailIdentitiesOutput) SetEmailIdentities(v []*IdentityInfo) *ListEmailIdentitiesOutput
SetEmailIdentities sets the EmailIdentities field's value.
func (s *ListEmailIdentitiesOutput) SetNextToken(v string) *ListEmailIdentitiesOutput
SetNextToken sets the NextToken field's value.
func (s ListEmailIdentitiesOutput) String() string
String returns the string representation
type ListEmailTemplatesInput struct { // A token returned from a previous call to ListEmailTemplates to indicate the // position in the list of email templates. NextToken *string `location:"querystring" locationName:"NextToken" type:"string"` // The number of results to show in a single call to ListEmailTemplates. If // the number of results is larger than the number you specified in this parameter, // then the response includes a NextToken element, which you can use to obtain // additional results. // // The value you specify has to be at least 1, and can be no more than 10. PageSize *int64 `location:"querystring" locationName:"PageSize" type:"integer"` // contains filtered or unexported fields }
Represents a request to list the email templates present in your Amazon SES account in the current AWS Region. For more information, see the Amazon SES Developer Guide (https://docs.aws.amazon.com/ses/latest/DeveloperGuide/send-personalized-email-api.html).
func (s ListEmailTemplatesInput) GoString() string
GoString returns the string representation
func (s *ListEmailTemplatesInput) SetNextToken(v string) *ListEmailTemplatesInput
SetNextToken sets the NextToken field's value.
func (s *ListEmailTemplatesInput) SetPageSize(v int64) *ListEmailTemplatesInput
SetPageSize sets the PageSize field's value.
func (s ListEmailTemplatesInput) String() string
String returns the string representation
type ListEmailTemplatesOutput struct { // A token indicating that there are additional email templates available to // be listed. Pass this token to a subsequent ListEmailTemplates call to retrieve // the next 10 email templates. NextToken *string `type:"string"` // An array the contains the name and creation time stamp for each template // in your Amazon SES account. TemplatesMetadata []*EmailTemplateMetadata `type:"list"` // contains filtered or unexported fields }
The following elements are returned by the service.
func (s ListEmailTemplatesOutput) GoString() string
GoString returns the string representation
func (s *ListEmailTemplatesOutput) SetNextToken(v string) *ListEmailTemplatesOutput
SetNextToken sets the NextToken field's value.
func (s *ListEmailTemplatesOutput) SetTemplatesMetadata(v []*EmailTemplateMetadata) *ListEmailTemplatesOutput
SetTemplatesMetadata sets the TemplatesMetadata field's value.
func (s ListEmailTemplatesOutput) String() string
String returns the string representation
type ListImportJobsInput struct { // The destination of the import job, which can be used to list import jobs // that have a certain ImportDestinationType. ImportDestinationType *string `type:"string" enum:"ImportDestinationType"` // A string token indicating that there might be additional import jobs available // to be listed. Copy this token to a subsequent call to ListImportJobs with // the same parameters to retrieve the next page of import jobs. NextToken *string `location:"querystring" locationName:"NextToken" type:"string"` // Maximum number of import jobs to return at once. Use this parameter to paginate // results. If additional import jobs exist beyond the specified limit, the // NextToken element is sent in the response. Use the NextToken value in subsequent // requests to retrieve additional addresses. PageSize *int64 `location:"querystring" locationName:"PageSize" type:"integer"` // contains filtered or unexported fields }
Represents a request to list all of the import jobs for a data destination within the specified maximum number of import jobs.
func (s ListImportJobsInput) GoString() string
GoString returns the string representation
func (s *ListImportJobsInput) SetImportDestinationType(v string) *ListImportJobsInput
SetImportDestinationType sets the ImportDestinationType field's value.
func (s *ListImportJobsInput) SetNextToken(v string) *ListImportJobsInput
SetNextToken sets the NextToken field's value.
func (s *ListImportJobsInput) SetPageSize(v int64) *ListImportJobsInput
SetPageSize sets the PageSize field's value.
func (s ListImportJobsInput) String() string
String returns the string representation
type ListImportJobsOutput struct { // A list of the import job summaries. ImportJobs []*ImportJobSummary `type:"list"` // A string token indicating that there might be additional import jobs available // to be listed. Copy this token to a subsequent call to ListImportJobs with // the same parameters to retrieve the next page of import jobs. NextToken *string `type:"string"` // contains filtered or unexported fields }
An HTTP 200 response if the request succeeds, or an error message if the request fails.
func (s ListImportJobsOutput) GoString() string
GoString returns the string representation
func (s *ListImportJobsOutput) SetImportJobs(v []*ImportJobSummary) *ListImportJobsOutput
SetImportJobs sets the ImportJobs field's value.
func (s *ListImportJobsOutput) SetNextToken(v string) *ListImportJobsOutput
SetNextToken sets the NextToken field's value.
func (s ListImportJobsOutput) String() string
String returns the string representation
type ListManagementOptions struct { // The name of the contact list. // // ContactListName is a required field ContactListName *string `type:"string" required:"true"` // The name of the topic. TopicName *string `type:"string"` // contains filtered or unexported fields }
An object used to specify a list or topic to which an email belongs, which will be used when a contact chooses to unsubscribe.
func (s ListManagementOptions) GoString() string
GoString returns the string representation
func (s *ListManagementOptions) SetContactListName(v string) *ListManagementOptions
SetContactListName sets the ContactListName field's value.
func (s *ListManagementOptions) SetTopicName(v string) *ListManagementOptions
SetTopicName sets the TopicName field's value.
func (s ListManagementOptions) String() string
String returns the string representation
func (s *ListManagementOptions) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ListSuppressedDestinationsInput struct { // Used to filter the list of suppressed email destinations so that it only // includes addresses that were added to the list before a specific date. The // date that you specify should be in Unix time format. EndDate *time.Time `location:"querystring" locationName:"EndDate" type:"timestamp"` // A token returned from a previous call to ListSuppressedDestinations to indicate // the position in the list of suppressed email addresses. NextToken *string `location:"querystring" locationName:"NextToken" type:"string"` // The number of results to show in a single call to ListSuppressedDestinations. // If the number of results is larger than the number you specified in this // parameter, then the response includes a NextToken element, which you can // use to obtain additional results. PageSize *int64 `location:"querystring" locationName:"PageSize" type:"integer"` // The factors that caused the email address to be added to . Reasons []*string `location:"querystring" locationName:"Reason" type:"list"` // Used to filter the list of suppressed email destinations so that it only // includes addresses that were added to the list after a specific date. The // date that you specify should be in Unix time format. StartDate *time.Time `location:"querystring" locationName:"StartDate" type:"timestamp"` // contains filtered or unexported fields }
A request to obtain a list of email destinations that are on the suppression list for your account.
func (s ListSuppressedDestinationsInput) GoString() string
GoString returns the string representation
func (s *ListSuppressedDestinationsInput) SetEndDate(v time.Time) *ListSuppressedDestinationsInput
SetEndDate sets the EndDate field's value.
func (s *ListSuppressedDestinationsInput) SetNextToken(v string) *ListSuppressedDestinationsInput
SetNextToken sets the NextToken field's value.
func (s *ListSuppressedDestinationsInput) SetPageSize(v int64) *ListSuppressedDestinationsInput
SetPageSize sets the PageSize field's value.
func (s *ListSuppressedDestinationsInput) SetReasons(v []*string) *ListSuppressedDestinationsInput
SetReasons sets the Reasons field's value.
func (s *ListSuppressedDestinationsInput) SetStartDate(v time.Time) *ListSuppressedDestinationsInput
SetStartDate sets the StartDate field's value.
func (s ListSuppressedDestinationsInput) String() string
String returns the string representation
type ListSuppressedDestinationsOutput struct { // A token that indicates that there are additional email addresses on the suppression // list for your account. To view additional suppressed addresses, issue another // request to ListSuppressedDestinations, and pass this token in the NextToken // parameter. NextToken *string `type:"string"` // A list of summaries, each containing a summary for a suppressed email destination. SuppressedDestinationSummaries []*SuppressedDestinationSummary `type:"list"` // contains filtered or unexported fields }
A list of suppressed email addresses.
func (s ListSuppressedDestinationsOutput) GoString() string
GoString returns the string representation
func (s *ListSuppressedDestinationsOutput) SetNextToken(v string) *ListSuppressedDestinationsOutput
SetNextToken sets the NextToken field's value.
func (s *ListSuppressedDestinationsOutput) SetSuppressedDestinationSummaries(v []*SuppressedDestinationSummary) *ListSuppressedDestinationsOutput
SetSuppressedDestinationSummaries sets the SuppressedDestinationSummaries field's value.
func (s ListSuppressedDestinationsOutput) String() string
String returns the string representation
type ListTagsForResourceInput struct { // The Amazon Resource Name (ARN) of the resource that you want to retrieve // tag information for. // // ResourceArn is a required field ResourceArn *string `location:"querystring" locationName:"ResourceArn" type:"string" required:"true"` // contains filtered or unexported fields }
func (s ListTagsForResourceInput) GoString() string
GoString returns the string representation
func (s *ListTagsForResourceInput) SetResourceArn(v string) *ListTagsForResourceInput
SetResourceArn sets the ResourceArn field's value.
func (s ListTagsForResourceInput) String() string
String returns the string representation
func (s *ListTagsForResourceInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ListTagsForResourceOutput struct { // An array that lists all the tags that are associated with the resource. Each // tag consists of a required tag key (Key) and an associated tag value (Value) // // Tags is a required field Tags []*Tag `type:"list" required:"true"` // contains filtered or unexported fields }
func (s ListTagsForResourceOutput) GoString() string
GoString returns the string representation
func (s *ListTagsForResourceOutput) SetTags(v []*Tag) *ListTagsForResourceOutput
SetTags sets the Tags field's value.
func (s ListTagsForResourceOutput) String() string
String returns the string representation
type MailFromAttributes struct { // The action that you want to take if the required MX record can't be found // when you send an email. When you set this value to UseDefaultValue, the mail // is sent using amazonses.com as the MAIL FROM domain. When you set this value // to RejectMessage, the Amazon SES API v2 returns a MailFromDomainNotVerified // error, and doesn't attempt to deliver the email. // // These behaviors are taken when the custom MAIL FROM domain configuration // is in the Pending, Failed, and TemporaryFailure states. // // BehaviorOnMxFailure is a required field BehaviorOnMxFailure *string `type:"string" required:"true" enum:"BehaviorOnMxFailure"` // The name of a domain that an email identity uses as a custom MAIL FROM domain. // // MailFromDomain is a required field MailFromDomain *string `type:"string" required:"true"` // The status of the MAIL FROM domain. This status can have the following values: // // * PENDING – Amazon SES hasn't started searching for the MX record yet. // // * SUCCESS – Amazon SES detected the required MX record for the MAIL // FROM domain. // // * FAILED – Amazon SES can't find the required MX record, or the record // no longer exists. // // * TEMPORARY_FAILURE – A temporary issue occurred, which prevented Amazon // SES from determining the status of the MAIL FROM domain. // // MailFromDomainStatus is a required field MailFromDomainStatus *string `type:"string" required:"true" enum:"MailFromDomainStatus"` // contains filtered or unexported fields }
A list of attributes that are associated with a MAIL FROM domain.
func (s MailFromAttributes) GoString() string
GoString returns the string representation
func (s *MailFromAttributes) SetBehaviorOnMxFailure(v string) *MailFromAttributes
SetBehaviorOnMxFailure sets the BehaviorOnMxFailure field's value.
func (s *MailFromAttributes) SetMailFromDomain(v string) *MailFromAttributes
SetMailFromDomain sets the MailFromDomain field's value.
func (s *MailFromAttributes) SetMailFromDomainStatus(v string) *MailFromAttributes
SetMailFromDomainStatus sets the MailFromDomainStatus field's value.
func (s MailFromAttributes) String() string
String returns the string representation
type MailFromDomainNotVerifiedException struct { RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"` Message_ *string `locationName:"message" type:"string"` // contains filtered or unexported fields }
The message can't be sent because the sending domain isn't verified.
func (s *MailFromDomainNotVerifiedException) Code() string
Code returns the exception type name.
func (s *MailFromDomainNotVerifiedException) Error() string
func (s MailFromDomainNotVerifiedException) GoString() string
GoString returns the string representation
func (s *MailFromDomainNotVerifiedException) Message() string
Message returns the exception's message.
func (s *MailFromDomainNotVerifiedException) OrigErr() error
OrigErr always returns nil, satisfies awserr.Error interface.
func (s *MailFromDomainNotVerifiedException) RequestID() string
RequestID returns the service's response RequestID for request.
func (s *MailFromDomainNotVerifiedException) StatusCode() int
Status code returns the HTTP status code for the request's response error.
func (s MailFromDomainNotVerifiedException) String() string
String returns the string representation
type Message struct { // The body of the message. You can specify an HTML version of the message, // a text-only version of the message, or both. // // Body is a required field Body *Body `type:"structure" required:"true"` // The subject line of the email. The subject line can only contain 7-bit ASCII // characters. However, you can specify non-ASCII characters in the subject // line by using encoded-word syntax, as described in RFC 2047 (https://tools.ietf.org/html/rfc2047). // // Subject is a required field Subject *Content `type:"structure" required:"true"` // contains filtered or unexported fields }
Represents the email message that you're sending. The Message object consists of a subject line and a message body.
func (s Message) GoString() string
GoString returns the string representation
func (s *Message) SetBody(v *Body) *Message
SetBody sets the Body field's value.
func (s *Message) SetSubject(v *Content) *Message
SetSubject sets the Subject field's value.
func (s Message) String() string
String returns the string representation
func (s *Message) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type MessageRejected struct { RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"` Message_ *string `locationName:"message" type:"string"` // contains filtered or unexported fields }
The message can't be sent because it contains invalid content.
func (s *MessageRejected) Code() string
Code returns the exception type name.
func (s *MessageRejected) Error() string
func (s MessageRejected) GoString() string
GoString returns the string representation
func (s *MessageRejected) Message() string
Message returns the exception's message.
func (s *MessageRejected) OrigErr() error
OrigErr always returns nil, satisfies awserr.Error interface.
func (s *MessageRejected) RequestID() string
RequestID returns the service's response RequestID for request.
func (s *MessageRejected) StatusCode() int
Status code returns the HTTP status code for the request's response error.
func (s MessageRejected) String() string
String returns the string representation
type MessageTag struct { // The name of the message tag. The message tag name has to meet the following // criteria: // // * It can only contain ASCII letters (a–z, A–Z), numbers (0–9), underscores // (_), or dashes (-). // // * It can contain no more than 256 characters. // // Name is a required field Name *string `type:"string" required:"true"` // The value of the message tag. The message tag value has to meet the following // criteria: // // * It can only contain ASCII letters (a–z, A–Z), numbers (0–9), underscores // (_), or dashes (-). // // * It can contain no more than 256 characters. // // Value is a required field Value *string `type:"string" required:"true"` // contains filtered or unexported fields }
Contains the name and value of a tag that you apply to an email. You can use message tags when you publish email sending events.
func (s MessageTag) GoString() string
GoString returns the string representation
func (s *MessageTag) SetName(v string) *MessageTag
SetName sets the Name field's value.
func (s *MessageTag) SetValue(v string) *MessageTag
SetValue sets the Value field's value.
func (s MessageTag) String() string
String returns the string representation
func (s *MessageTag) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type NotFoundException struct { RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"` Message_ *string `locationName:"message" type:"string"` // contains filtered or unexported fields }
The resource you attempted to access doesn't exist.
func (s *NotFoundException) Code() string
Code returns the exception type name.
func (s *NotFoundException) Error() string
func (s NotFoundException) GoString() string
GoString returns the string representation
func (s *NotFoundException) Message() string
Message returns the exception's message.
func (s *NotFoundException) OrigErr() error
OrigErr always returns nil, satisfies awserr.Error interface.
func (s *NotFoundException) RequestID() string
RequestID returns the service's response RequestID for request.
func (s *NotFoundException) StatusCode() int
Status code returns the HTTP status code for the request's response error.
func (s NotFoundException) String() string
String returns the string representation
type OverallVolume struct { // An object that contains inbox and junk mail placement metrics for individual // email providers. DomainIspPlacements []*DomainIspPlacement `type:"list"` // The percentage of emails that were sent from the domain that were read by // their recipients. ReadRatePercent *float64 `type:"double"` // An object that contains information about the numbers of messages that arrived // in recipients' inboxes and junk mail folders. VolumeStatistics *VolumeStatistics `type:"structure"` // contains filtered or unexported fields }
An object that contains information about email that was sent from the selected domain.
func (s OverallVolume) GoString() string
GoString returns the string representation
func (s *OverallVolume) SetDomainIspPlacements(v []*DomainIspPlacement) *OverallVolume
SetDomainIspPlacements sets the DomainIspPlacements field's value.
func (s *OverallVolume) SetReadRatePercent(v float64) *OverallVolume
SetReadRatePercent sets the ReadRatePercent field's value.
func (s *OverallVolume) SetVolumeStatistics(v *VolumeStatistics) *OverallVolume
SetVolumeStatistics sets the VolumeStatistics field's value.
func (s OverallVolume) String() string
String returns the string representation
type PinpointDestination struct { // The Amazon Resource Name (ARN) of the Amazon Pinpoint project that you want // to send email events to. ApplicationArn *string `type:"string"` // contains filtered or unexported fields }
An object that defines an Amazon Pinpoint project destination for email events. You can send email event data to a Amazon Pinpoint project to view metrics using the Transactional Messaging dashboards that are built in to Amazon Pinpoint. For more information, see Transactional Messaging Charts (https://docs.aws.amazon.com/pinpoint/latest/userguide/analytics-transactional-messages.html) in the Amazon Pinpoint User Guide.
func (s PinpointDestination) GoString() string
GoString returns the string representation
func (s *PinpointDestination) SetApplicationArn(v string) *PinpointDestination
SetApplicationArn sets the ApplicationArn field's value.
func (s PinpointDestination) String() string
String returns the string representation
type PlacementStatistics struct { // The percentage of emails that were authenticated by using DomainKeys Identified // Mail (DKIM) during the predictive inbox placement test. DkimPercentage *float64 `type:"double"` // The percentage of emails that arrived in recipients' inboxes during the predictive // inbox placement test. InboxPercentage *float64 `type:"double"` // The percentage of emails that didn't arrive in recipients' inboxes at all // during the predictive inbox placement test. MissingPercentage *float64 `type:"double"` // The percentage of emails that arrived in recipients' spam or junk mail folders // during the predictive inbox placement test. SpamPercentage *float64 `type:"double"` // The percentage of emails that were authenticated by using Sender Policy Framework // (SPF) during the predictive inbox placement test. SpfPercentage *float64 `type:"double"` // contains filtered or unexported fields }
An object that contains inbox placement data for an email provider.
func (s PlacementStatistics) GoString() string
GoString returns the string representation
func (s *PlacementStatistics) SetDkimPercentage(v float64) *PlacementStatistics
SetDkimPercentage sets the DkimPercentage field's value.
func (s *PlacementStatistics) SetInboxPercentage(v float64) *PlacementStatistics
SetInboxPercentage sets the InboxPercentage field's value.
func (s *PlacementStatistics) SetMissingPercentage(v float64) *PlacementStatistics
SetMissingPercentage sets the MissingPercentage field's value.
func (s *PlacementStatistics) SetSpamPercentage(v float64) *PlacementStatistics
SetSpamPercentage sets the SpamPercentage field's value.
func (s *PlacementStatistics) SetSpfPercentage(v float64) *PlacementStatistics
SetSpfPercentage sets the SpfPercentage field's value.
func (s PlacementStatistics) String() string
String returns the string representation
type PutAccountDedicatedIpWarmupAttributesInput struct { // Enables or disables the automatic warm-up feature for dedicated IP addresses // that are associated with your Amazon SES account in the current AWS Region. // Set to true to enable the automatic warm-up feature, or set to false to disable // it. AutoWarmupEnabled *bool `type:"boolean"` // contains filtered or unexported fields }
A request to enable or disable the automatic IP address warm-up feature.
func (s PutAccountDedicatedIpWarmupAttributesInput) GoString() string
GoString returns the string representation
func (s *PutAccountDedicatedIpWarmupAttributesInput) SetAutoWarmupEnabled(v bool) *PutAccountDedicatedIpWarmupAttributesInput
SetAutoWarmupEnabled sets the AutoWarmupEnabled field's value.
func (s PutAccountDedicatedIpWarmupAttributesInput) String() string
String returns the string representation
type PutAccountDedicatedIpWarmupAttributesOutput struct {
// contains filtered or unexported fields
}
An HTTP 200 response if the request succeeds, or an error message if the request fails.
func (s PutAccountDedicatedIpWarmupAttributesOutput) GoString() string
GoString returns the string representation
func (s PutAccountDedicatedIpWarmupAttributesOutput) String() string
String returns the string representation
type PutAccountDetailsInput struct { // Additional email addresses that you would like to be notified regarding Amazon // SES matters. AdditionalContactEmailAddresses []*string `min:"1" type:"list" sensitive:"true"` // The language you would prefer to be contacted with. ContactLanguage *string `type:"string" enum:"ContactLanguage"` // The type of email your account will send. // // MailType is a required field MailType *string `type:"string" required:"true" enum:"MailType"` // Indicates whether or not your account should have production access in the // current AWS Region. // // If the value is false, then your account is in the sandbox. When your account // is in the sandbox, you can only send email to verified identities. Additionally, // the maximum number of emails you can send in a 24-hour period (your sending // quota) is 200, and the maximum number of emails you can send per second (your // maximum sending rate) is 1. // // If the value is true, then your account has production access. When your // account has production access, you can send email to any address. The sending // quota and maximum sending rate for your account vary based on your specific // use case. ProductionAccessEnabled *bool `type:"boolean"` // A description of the types of email that you plan to send. // // UseCaseDescription is a required field UseCaseDescription *string `min:"1" type:"string" required:"true" sensitive:"true"` // The URL of your website. This information helps us better understand the // type of content that you plan to send. // // WebsiteURL is a required field WebsiteURL *string `min:"1" type:"string" required:"true" sensitive:"true"` // contains filtered or unexported fields }
A request to submit new account details.
func (s PutAccountDetailsInput) GoString() string
GoString returns the string representation
func (s *PutAccountDetailsInput) SetAdditionalContactEmailAddresses(v []*string) *PutAccountDetailsInput
SetAdditionalContactEmailAddresses sets the AdditionalContactEmailAddresses field's value.
func (s *PutAccountDetailsInput) SetContactLanguage(v string) *PutAccountDetailsInput
SetContactLanguage sets the ContactLanguage field's value.
func (s *PutAccountDetailsInput) SetMailType(v string) *PutAccountDetailsInput
SetMailType sets the MailType field's value.
func (s *PutAccountDetailsInput) SetProductionAccessEnabled(v bool) *PutAccountDetailsInput
SetProductionAccessEnabled sets the ProductionAccessEnabled field's value.
func (s *PutAccountDetailsInput) SetUseCaseDescription(v string) *PutAccountDetailsInput
SetUseCaseDescription sets the UseCaseDescription field's value.
func (s *PutAccountDetailsInput) SetWebsiteURL(v string) *PutAccountDetailsInput
SetWebsiteURL sets the WebsiteURL field's value.
func (s PutAccountDetailsInput) String() string
String returns the string representation
func (s *PutAccountDetailsInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type PutAccountDetailsOutput struct {
// contains filtered or unexported fields
}
An HTTP 200 response if the request succeeds, or an error message if the request fails.
func (s PutAccountDetailsOutput) GoString() string
GoString returns the string representation
func (s PutAccountDetailsOutput) String() string
String returns the string representation
type PutAccountSendingAttributesInput struct { // Enables or disables your account's ability to send email. Set to true to // enable email sending, or set to false to disable email sending. // // If AWS paused your account's ability to send email, you can't use this operation // to resume your account's ability to send email. SendingEnabled *bool `type:"boolean"` // contains filtered or unexported fields }
A request to change the ability of your account to send email.
func (s PutAccountSendingAttributesInput) GoString() string
GoString returns the string representation
func (s *PutAccountSendingAttributesInput) SetSendingEnabled(v bool) *PutAccountSendingAttributesInput
SetSendingEnabled sets the SendingEnabled field's value.
func (s PutAccountSendingAttributesInput) String() string
String returns the string representation
type PutAccountSendingAttributesOutput struct {
// contains filtered or unexported fields
}
An HTTP 200 response if the request succeeds, or an error message if the request fails.
func (s PutAccountSendingAttributesOutput) GoString() string
GoString returns the string representation
func (s PutAccountSendingAttributesOutput) String() string
String returns the string representation
type PutAccountSuppressionAttributesInput struct { // A list that contains the reasons that email addresses will be automatically // added to the suppression list for your account. This list can contain any // or all of the following: // // * COMPLAINT – Amazon SES adds an email address to the suppression list // for your account when a message sent to that address results in a complaint. // // * BOUNCE – Amazon SES adds an email address to the suppression list // for your account when a message sent to that address results in a hard // bounce. SuppressedReasons []*string `type:"list"` // contains filtered or unexported fields }
A request to change your account's suppression preferences.
func (s PutAccountSuppressionAttributesInput) GoString() string
GoString returns the string representation
func (s *PutAccountSuppressionAttributesInput) SetSuppressedReasons(v []*string) *PutAccountSuppressionAttributesInput
SetSuppressedReasons sets the SuppressedReasons field's value.
func (s PutAccountSuppressionAttributesInput) String() string
String returns the string representation
type PutAccountSuppressionAttributesOutput struct {
// contains filtered or unexported fields
}
An HTTP 200 response if the request succeeds, or an error message if the request fails.
func (s PutAccountSuppressionAttributesOutput) GoString() string
GoString returns the string representation
func (s PutAccountSuppressionAttributesOutput) String() string
String returns the string representation
type PutConfigurationSetDeliveryOptionsInput struct { // The name of the configuration set that you want to associate with a dedicated // IP pool. // // ConfigurationSetName is a required field ConfigurationSetName *string `location:"uri" locationName:"ConfigurationSetName" type:"string" required:"true"` // The name of the dedicated IP pool that you want to associate with the configuration // set. SendingPoolName *string `type:"string"` // Specifies whether messages that use the configuration set are required to // use Transport Layer Security (TLS). If the value is Require, messages are // only delivered if a TLS connection can be established. If the value is Optional, // messages can be delivered in plain text if a TLS connection can't be established. TlsPolicy *string `type:"string" enum:"TlsPolicy"` // contains filtered or unexported fields }
A request to associate a configuration set with a dedicated IP pool.
func (s PutConfigurationSetDeliveryOptionsInput) GoString() string
GoString returns the string representation
func (s *PutConfigurationSetDeliveryOptionsInput) SetConfigurationSetName(v string) *PutConfigurationSetDeliveryOptionsInput
SetConfigurationSetName sets the ConfigurationSetName field's value.
func (s *PutConfigurationSetDeliveryOptionsInput) SetSendingPoolName(v string) *PutConfigurationSetDeliveryOptionsInput
SetSendingPoolName sets the SendingPoolName field's value.
func (s *PutConfigurationSetDeliveryOptionsInput) SetTlsPolicy(v string) *PutConfigurationSetDeliveryOptionsInput
SetTlsPolicy sets the TlsPolicy field's value.
func (s PutConfigurationSetDeliveryOptionsInput) String() string
String returns the string representation
func (s *PutConfigurationSetDeliveryOptionsInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type PutConfigurationSetDeliveryOptionsOutput struct {
// contains filtered or unexported fields
}
An HTTP 200 response if the request succeeds, or an error message if the request fails.
func (s PutConfigurationSetDeliveryOptionsOutput) GoString() string
GoString returns the string representation
func (s PutConfigurationSetDeliveryOptionsOutput) String() string
String returns the string representation
type PutConfigurationSetReputationOptionsInput struct { // The name of the configuration set that you want to enable or disable reputation // metric tracking for. // // ConfigurationSetName is a required field ConfigurationSetName *string `location:"uri" locationName:"ConfigurationSetName" type:"string" required:"true"` // If true, tracking of reputation metrics is enabled for the configuration // set. If false, tracking of reputation metrics is disabled for the configuration // set. ReputationMetricsEnabled *bool `type:"boolean"` // contains filtered or unexported fields }
A request to enable or disable tracking of reputation metrics for a configuration set.
func (s PutConfigurationSetReputationOptionsInput) GoString() string
GoString returns the string representation
func (s *PutConfigurationSetReputationOptionsInput) SetConfigurationSetName(v string) *PutConfigurationSetReputationOptionsInput
SetConfigurationSetName sets the ConfigurationSetName field's value.
func (s *PutConfigurationSetReputationOptionsInput) SetReputationMetricsEnabled(v bool) *PutConfigurationSetReputationOptionsInput
SetReputationMetricsEnabled sets the ReputationMetricsEnabled field's value.
func (s PutConfigurationSetReputationOptionsInput) String() string
String returns the string representation
func (s *PutConfigurationSetReputationOptionsInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type PutConfigurationSetReputationOptionsOutput struct {
// contains filtered or unexported fields
}
An HTTP 200 response if the request succeeds, or an error message if the request fails.
func (s PutConfigurationSetReputationOptionsOutput) GoString() string
GoString returns the string representation
func (s PutConfigurationSetReputationOptionsOutput) String() string
String returns the string representation
type PutConfigurationSetSendingOptionsInput struct { // The name of the configuration set that you want to enable or disable email // sending for. // // ConfigurationSetName is a required field ConfigurationSetName *string `location:"uri" locationName:"ConfigurationSetName" type:"string" required:"true"` // If true, email sending is enabled for the configuration set. If false, email // sending is disabled for the configuration set. SendingEnabled *bool `type:"boolean"` // contains filtered or unexported fields }
A request to enable or disable the ability of Amazon SES to send emails that use a specific configuration set.
func (s PutConfigurationSetSendingOptionsInput) GoString() string
GoString returns the string representation
func (s *PutConfigurationSetSendingOptionsInput) SetConfigurationSetName(v string) *PutConfigurationSetSendingOptionsInput
SetConfigurationSetName sets the ConfigurationSetName field's value.
func (s *PutConfigurationSetSendingOptionsInput) SetSendingEnabled(v bool) *PutConfigurationSetSendingOptionsInput
SetSendingEnabled sets the SendingEnabled field's value.
func (s PutConfigurationSetSendingOptionsInput) String() string
String returns the string representation
func (s *PutConfigurationSetSendingOptionsInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type PutConfigurationSetSendingOptionsOutput struct {
// contains filtered or unexported fields
}
An HTTP 200 response if the request succeeds, or an error message if the request fails.
func (s PutConfigurationSetSendingOptionsOutput) GoString() string
GoString returns the string representation
func (s PutConfigurationSetSendingOptionsOutput) String() string
String returns the string representation
type PutConfigurationSetSuppressionOptionsInput struct { // The name of the configuration set that you want to change the suppression // list preferences for. // // ConfigurationSetName is a required field ConfigurationSetName *string `location:"uri" locationName:"ConfigurationSetName" type:"string" required:"true"` // A list that contains the reasons that email addresses are automatically added // to the suppression list for your account. This list can contain any or all // of the following: // // * COMPLAINT – Amazon SES adds an email address to the suppression list // for your account when a message sent to that address results in a complaint. // // * BOUNCE – Amazon SES adds an email address to the suppression list // for your account when a message sent to that address results in a hard // bounce. SuppressedReasons []*string `type:"list"` // contains filtered or unexported fields }
A request to change the account suppression list preferences for a specific configuration set.
func (s PutConfigurationSetSuppressionOptionsInput) GoString() string
GoString returns the string representation
func (s *PutConfigurationSetSuppressionOptionsInput) SetConfigurationSetName(v string) *PutConfigurationSetSuppressionOptionsInput
SetConfigurationSetName sets the ConfigurationSetName field's value.
func (s *PutConfigurationSetSuppressionOptionsInput) SetSuppressedReasons(v []*string) *PutConfigurationSetSuppressionOptionsInput
SetSuppressedReasons sets the SuppressedReasons field's value.
func (s PutConfigurationSetSuppressionOptionsInput) String() string
String returns the string representation
func (s *PutConfigurationSetSuppressionOptionsInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type PutConfigurationSetSuppressionOptionsOutput struct {
// contains filtered or unexported fields
}
An HTTP 200 response if the request succeeds, or an error message if the request fails.
func (s PutConfigurationSetSuppressionOptionsOutput) GoString() string
GoString returns the string representation
func (s PutConfigurationSetSuppressionOptionsOutput) String() string
String returns the string representation
type PutConfigurationSetTrackingOptionsInput struct { // The name of the configuration set that you want to add a custom tracking // domain to. // // ConfigurationSetName is a required field ConfigurationSetName *string `location:"uri" locationName:"ConfigurationSetName" type:"string" required:"true"` // The domain that you want to use to track open and click events. CustomRedirectDomain *string `type:"string"` // contains filtered or unexported fields }
A request to add a custom domain for tracking open and click events to a configuration set.
func (s PutConfigurationSetTrackingOptionsInput) GoString() string
GoString returns the string representation
func (s *PutConfigurationSetTrackingOptionsInput) SetConfigurationSetName(v string) *PutConfigurationSetTrackingOptionsInput
SetConfigurationSetName sets the ConfigurationSetName field's value.
func (s *PutConfigurationSetTrackingOptionsInput) SetCustomRedirectDomain(v string) *PutConfigurationSetTrackingOptionsInput
SetCustomRedirectDomain sets the CustomRedirectDomain field's value.
func (s PutConfigurationSetTrackingOptionsInput) String() string
String returns the string representation
func (s *PutConfigurationSetTrackingOptionsInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type PutConfigurationSetTrackingOptionsOutput struct {
// contains filtered or unexported fields
}
An HTTP 200 response if the request succeeds, or an error message if the request fails.
func (s PutConfigurationSetTrackingOptionsOutput) GoString() string
GoString returns the string representation
func (s PutConfigurationSetTrackingOptionsOutput) String() string
String returns the string representation
type PutDedicatedIpInPoolInput struct { // The name of the IP pool that you want to add the dedicated IP address to. // You have to specify an IP pool that already exists. // // DestinationPoolName is a required field DestinationPoolName *string `type:"string" required:"true"` // The IP address that you want to move to the dedicated IP pool. The value // you specify has to be a dedicated IP address that's associated with your // AWS account. // // Ip is a required field Ip *string `location:"uri" locationName:"IP" type:"string" required:"true"` // contains filtered or unexported fields }
A request to move a dedicated IP address to a dedicated IP pool.
func (s PutDedicatedIpInPoolInput) GoString() string
GoString returns the string representation
func (s *PutDedicatedIpInPoolInput) SetDestinationPoolName(v string) *PutDedicatedIpInPoolInput
SetDestinationPoolName sets the DestinationPoolName field's value.
func (s *PutDedicatedIpInPoolInput) SetIp(v string) *PutDedicatedIpInPoolInput
SetIp sets the Ip field's value.
func (s PutDedicatedIpInPoolInput) String() string
String returns the string representation
func (s *PutDedicatedIpInPoolInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type PutDedicatedIpInPoolOutput struct {
// contains filtered or unexported fields
}
An HTTP 200 response if the request succeeds, or an error message if the request fails.
func (s PutDedicatedIpInPoolOutput) GoString() string
GoString returns the string representation
func (s PutDedicatedIpInPoolOutput) String() string
String returns the string representation
type PutDedicatedIpWarmupAttributesInput struct { // The dedicated IP address that you want to update the warm-up attributes for. // // Ip is a required field Ip *string `location:"uri" locationName:"IP" type:"string" required:"true"` // The warm-up percentage that you want to associate with the dedicated IP address. // // WarmupPercentage is a required field WarmupPercentage *int64 `type:"integer" required:"true"` // contains filtered or unexported fields }
A request to change the warm-up attributes for a dedicated IP address. This operation is useful when you want to resume the warm-up process for an existing IP address.
func (s PutDedicatedIpWarmupAttributesInput) GoString() string
GoString returns the string representation
func (s *PutDedicatedIpWarmupAttributesInput) SetIp(v string) *PutDedicatedIpWarmupAttributesInput
SetIp sets the Ip field's value.
func (s *PutDedicatedIpWarmupAttributesInput) SetWarmupPercentage(v int64) *PutDedicatedIpWarmupAttributesInput
SetWarmupPercentage sets the WarmupPercentage field's value.
func (s PutDedicatedIpWarmupAttributesInput) String() string
String returns the string representation
func (s *PutDedicatedIpWarmupAttributesInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type PutDedicatedIpWarmupAttributesOutput struct {
// contains filtered or unexported fields
}
An HTTP 200 response if the request succeeds, or an error message if the request fails.
func (s PutDedicatedIpWarmupAttributesOutput) GoString() string
GoString returns the string representation
func (s PutDedicatedIpWarmupAttributesOutput) String() string
String returns the string representation
type PutDeliverabilityDashboardOptionInput struct { // Specifies whether to enable the Deliverability dashboard. To enable the dashboard, // set this value to true. // // DashboardEnabled is a required field DashboardEnabled *bool `type:"boolean" required:"true"` // An array of objects, one for each verified domain that you use to send email // and enabled the Deliverability dashboard for. SubscribedDomains []*DomainDeliverabilityTrackingOption `type:"list"` // contains filtered or unexported fields }
Enable or disable the Deliverability dashboard. When you enable the Deliverability dashboard, you gain access to reputation, deliverability, and other metrics for the domains that you use to send email using Amazon SES API v2. You also gain the ability to perform predictive inbox placement tests.
When you use the Deliverability dashboard, you pay a monthly subscription charge, in addition to any other fees that you accrue by using Amazon SES and other AWS services. For more information about the features and cost of a Deliverability dashboard subscription, see Amazon Pinpoint Pricing (http://aws.amazon.com/pinpoint/pricing/).
func (s PutDeliverabilityDashboardOptionInput) GoString() string
GoString returns the string representation
func (s *PutDeliverabilityDashboardOptionInput) SetDashboardEnabled(v bool) *PutDeliverabilityDashboardOptionInput
SetDashboardEnabled sets the DashboardEnabled field's value.
func (s *PutDeliverabilityDashboardOptionInput) SetSubscribedDomains(v []*DomainDeliverabilityTrackingOption) *PutDeliverabilityDashboardOptionInput
SetSubscribedDomains sets the SubscribedDomains field's value.
func (s PutDeliverabilityDashboardOptionInput) String() string
String returns the string representation
func (s *PutDeliverabilityDashboardOptionInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type PutDeliverabilityDashboardOptionOutput struct {
// contains filtered or unexported fields
}
A response that indicates whether the Deliverability dashboard is enabled.
func (s PutDeliverabilityDashboardOptionOutput) GoString() string
GoString returns the string representation
func (s PutDeliverabilityDashboardOptionOutput) String() string
String returns the string representation
type PutEmailIdentityConfigurationSetAttributesInput struct { // The configuration set that you want to associate with an email identity. ConfigurationSetName *string `type:"string"` // The email address or domain that you want to associate with a configuration // set. // // EmailIdentity is a required field EmailIdentity *string `location:"uri" locationName:"EmailIdentity" min:"1" type:"string" required:"true"` // contains filtered or unexported fields }
A request to associate a configuration set with an email identity.
func (s PutEmailIdentityConfigurationSetAttributesInput) GoString() string
GoString returns the string representation
func (s *PutEmailIdentityConfigurationSetAttributesInput) SetConfigurationSetName(v string) *PutEmailIdentityConfigurationSetAttributesInput
SetConfigurationSetName sets the ConfigurationSetName field's value.
func (s *PutEmailIdentityConfigurationSetAttributesInput) SetEmailIdentity(v string) *PutEmailIdentityConfigurationSetAttributesInput
SetEmailIdentity sets the EmailIdentity field's value.
func (s PutEmailIdentityConfigurationSetAttributesInput) String() string
String returns the string representation
func (s *PutEmailIdentityConfigurationSetAttributesInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type PutEmailIdentityConfigurationSetAttributesOutput struct {
// contains filtered or unexported fields
}
If the action is successful, the service sends back an HTTP 200 response with an empty HTTP body.
func (s PutEmailIdentityConfigurationSetAttributesOutput) GoString() string
GoString returns the string representation
func (s PutEmailIdentityConfigurationSetAttributesOutput) String() string
String returns the string representation
type PutEmailIdentityDkimAttributesInput struct { // The email identity that you want to change the DKIM settings for. // // EmailIdentity is a required field EmailIdentity *string `location:"uri" locationName:"EmailIdentity" min:"1" type:"string" required:"true"` // Sets the DKIM signing configuration for the identity. // // When you set this value true, then the messages that are sent from the identity // are signed using DKIM. If you set this value to false, your messages are // sent without DKIM signing. SigningEnabled *bool `type:"boolean"` // contains filtered or unexported fields }
A request to enable or disable DKIM signing of email that you send from an email identity.
func (s PutEmailIdentityDkimAttributesInput) GoString() string
GoString returns the string representation
func (s *PutEmailIdentityDkimAttributesInput) SetEmailIdentity(v string) *PutEmailIdentityDkimAttributesInput
SetEmailIdentity sets the EmailIdentity field's value.
func (s *PutEmailIdentityDkimAttributesInput) SetSigningEnabled(v bool) *PutEmailIdentityDkimAttributesInput
SetSigningEnabled sets the SigningEnabled field's value.
func (s PutEmailIdentityDkimAttributesInput) String() string
String returns the string representation
func (s *PutEmailIdentityDkimAttributesInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type PutEmailIdentityDkimAttributesOutput struct {
// contains filtered or unexported fields
}
An HTTP 200 response if the request succeeds, or an error message if the request fails.
func (s PutEmailIdentityDkimAttributesOutput) GoString() string
GoString returns the string representation
func (s PutEmailIdentityDkimAttributesOutput) String() string
String returns the string representation
type PutEmailIdentityDkimSigningAttributesInput struct { // The email identity that you want to configure DKIM for. // // EmailIdentity is a required field EmailIdentity *string `location:"uri" locationName:"EmailIdentity" min:"1" type:"string" required:"true"` // An object that contains information about the private key and selector that // you want to use to configure DKIM for the identity. This object is only required // if you want to configure Bring Your Own DKIM (BYODKIM) for the identity. SigningAttributes *DkimSigningAttributes `type:"structure"` // The method that you want to use to configure DKIM for the identity. There // are two possible values: // // * AWS_SES – Configure DKIM for the identity by using Easy DKIM (https://docs.aws.amazon.com/ses/latest/DeveloperGuide/easy-dkim.html). // // * EXTERNAL – Configure DKIM for the identity by using Bring Your Own // DKIM (BYODKIM). // // SigningAttributesOrigin is a required field SigningAttributesOrigin *string `type:"string" required:"true" enum:"DkimSigningAttributesOrigin"` // contains filtered or unexported fields }
A request to change the DKIM attributes for an email identity.
func (s PutEmailIdentityDkimSigningAttributesInput) GoString() string
GoString returns the string representation
func (s *PutEmailIdentityDkimSigningAttributesInput) SetEmailIdentity(v string) *PutEmailIdentityDkimSigningAttributesInput
SetEmailIdentity sets the EmailIdentity field's value.
func (s *PutEmailIdentityDkimSigningAttributesInput) SetSigningAttributes(v *DkimSigningAttributes) *PutEmailIdentityDkimSigningAttributesInput
SetSigningAttributes sets the SigningAttributes field's value.
func (s *PutEmailIdentityDkimSigningAttributesInput) SetSigningAttributesOrigin(v string) *PutEmailIdentityDkimSigningAttributesInput
SetSigningAttributesOrigin sets the SigningAttributesOrigin field's value.
func (s PutEmailIdentityDkimSigningAttributesInput) String() string
String returns the string representation
func (s *PutEmailIdentityDkimSigningAttributesInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type PutEmailIdentityDkimSigningAttributesOutput struct { // The DKIM authentication status of the identity. Amazon SES determines the // authentication status by searching for specific records in the DNS configuration // for your domain. If you used Easy DKIM (https://docs.aws.amazon.com/ses/latest/DeveloperGuide/easy-dkim.html) // to set up DKIM authentication, Amazon SES tries to find three unique CNAME // records in the DNS configuration for your domain. // // If you provided a public key to perform DKIM authentication, Amazon SES tries // to find a TXT record that uses the selector that you specified. The value // of the TXT record must be a public key that's paired with the private key // that you specified in the process of creating the identity. // // The status can be one of the following: // // * PENDING – The verification process was initiated, but Amazon SES hasn't // yet detected the DKIM records in the DNS configuration for the domain. // // * SUCCESS – The verification process completed successfully. // // * FAILED – The verification process failed. This typically occurs when // Amazon SES fails to find the DKIM records in the DNS configuration of // the domain. // // * TEMPORARY_FAILURE – A temporary issue is preventing Amazon SES from // determining the DKIM authentication status of the domain. // // * NOT_STARTED – The DKIM verification process hasn't been initiated // for the domain. DkimStatus *string `type:"string" enum:"DkimStatus"` // If you used Easy DKIM (https://docs.aws.amazon.com/ses/latest/DeveloperGuide/easy-dkim.html) // to configure DKIM authentication for the domain, then this object contains // a set of unique strings that you use to create a set of CNAME records that // you add to the DNS configuration for your domain. When Amazon SES detects // these records in the DNS configuration for your domain, the DKIM authentication // process is complete. // // If you configured DKIM authentication for the domain by providing your own // public-private key pair, then this object contains the selector that's associated // with your public key. // // Regardless of the DKIM authentication method you use, Amazon SES searches // for the appropriate records in the DNS configuration of the domain for up // to 72 hours. DkimTokens []*string `type:"list"` // contains filtered or unexported fields }
If the action is successful, the service sends back an HTTP 200 response.
The following data is returned in JSON format by the service.
func (s PutEmailIdentityDkimSigningAttributesOutput) GoString() string
GoString returns the string representation
func (s *PutEmailIdentityDkimSigningAttributesOutput) SetDkimStatus(v string) *PutEmailIdentityDkimSigningAttributesOutput
SetDkimStatus sets the DkimStatus field's value.
func (s *PutEmailIdentityDkimSigningAttributesOutput) SetDkimTokens(v []*string) *PutEmailIdentityDkimSigningAttributesOutput
SetDkimTokens sets the DkimTokens field's value.
func (s PutEmailIdentityDkimSigningAttributesOutput) String() string
String returns the string representation
type PutEmailIdentityFeedbackAttributesInput struct { // Sets the feedback forwarding configuration for the identity. // // If the value is true, you receive email notifications when bounce or complaint // events occur. These notifications are sent to the address that you specified // in the Return-Path header of the original email. // // You're required to have a method of tracking bounces and complaints. If you // haven't set up another mechanism for receiving bounce or complaint notifications // (for example, by setting up an event destination), you receive an email notification // when these events occur (even if this setting is disabled). EmailForwardingEnabled *bool `type:"boolean"` // The email identity that you want to configure bounce and complaint feedback // forwarding for. // // EmailIdentity is a required field EmailIdentity *string `location:"uri" locationName:"EmailIdentity" min:"1" type:"string" required:"true"` // contains filtered or unexported fields }
A request to set the attributes that control how bounce and complaint events are processed.
func (s PutEmailIdentityFeedbackAttributesInput) GoString() string
GoString returns the string representation
func (s *PutEmailIdentityFeedbackAttributesInput) SetEmailForwardingEnabled(v bool) *PutEmailIdentityFeedbackAttributesInput
SetEmailForwardingEnabled sets the EmailForwardingEnabled field's value.
func (s *PutEmailIdentityFeedbackAttributesInput) SetEmailIdentity(v string) *PutEmailIdentityFeedbackAttributesInput
SetEmailIdentity sets the EmailIdentity field's value.
func (s PutEmailIdentityFeedbackAttributesInput) String() string
String returns the string representation
func (s *PutEmailIdentityFeedbackAttributesInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type PutEmailIdentityFeedbackAttributesOutput struct {
// contains filtered or unexported fields
}
An HTTP 200 response if the request succeeds, or an error message if the request fails.
func (s PutEmailIdentityFeedbackAttributesOutput) GoString() string
GoString returns the string representation
func (s PutEmailIdentityFeedbackAttributesOutput) String() string
String returns the string representation
type PutEmailIdentityMailFromAttributesInput struct { // The action that you want to take if the required MX record isn't found when // you send an email. When you set this value to UseDefaultValue, the mail is // sent using amazonses.com as the MAIL FROM domain. When you set this value // to RejectMessage, the Amazon SES API v2 returns a MailFromDomainNotVerified // error, and doesn't attempt to deliver the email. // // These behaviors are taken when the custom MAIL FROM domain configuration // is in the Pending, Failed, and TemporaryFailure states. BehaviorOnMxFailure *string `type:"string" enum:"BehaviorOnMxFailure"` // The verified email identity that you want to set up the custom MAIL FROM // domain for. // // EmailIdentity is a required field EmailIdentity *string `location:"uri" locationName:"EmailIdentity" min:"1" type:"string" required:"true"` // The custom MAIL FROM domain that you want the verified identity to use. The // MAIL FROM domain must meet the following criteria: // // * It has to be a subdomain of the verified identity. // // * It can't be used to receive email. // // * It can't be used in a "From" address if the MAIL FROM domain is a destination // for feedback forwarding emails. MailFromDomain *string `type:"string"` // contains filtered or unexported fields }
A request to configure the custom MAIL FROM domain for a verified identity.
func (s PutEmailIdentityMailFromAttributesInput) GoString() string
GoString returns the string representation
func (s *PutEmailIdentityMailFromAttributesInput) SetBehaviorOnMxFailure(v string) *PutEmailIdentityMailFromAttributesInput
SetBehaviorOnMxFailure sets the BehaviorOnMxFailure field's value.
func (s *PutEmailIdentityMailFromAttributesInput) SetEmailIdentity(v string) *PutEmailIdentityMailFromAttributesInput
SetEmailIdentity sets the EmailIdentity field's value.
func (s *PutEmailIdentityMailFromAttributesInput) SetMailFromDomain(v string) *PutEmailIdentityMailFromAttributesInput
SetMailFromDomain sets the MailFromDomain field's value.
func (s PutEmailIdentityMailFromAttributesInput) String() string
String returns the string representation
func (s *PutEmailIdentityMailFromAttributesInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type PutEmailIdentityMailFromAttributesOutput struct {
// contains filtered or unexported fields
}
An HTTP 200 response if the request succeeds, or an error message if the request fails.
func (s PutEmailIdentityMailFromAttributesOutput) GoString() string
GoString returns the string representation
func (s PutEmailIdentityMailFromAttributesOutput) String() string
String returns the string representation
type PutSuppressedDestinationInput struct { // The email address that should be added to the suppression list for your account. // // EmailAddress is a required field EmailAddress *string `type:"string" required:"true"` // The factors that should cause the email address to be added to the suppression // list for your account. // // Reason is a required field Reason *string `type:"string" required:"true" enum:"SuppressionListReason"` // contains filtered or unexported fields }
A request to add an email destination to the suppression list for your account.
func (s PutSuppressedDestinationInput) GoString() string
GoString returns the string representation
func (s *PutSuppressedDestinationInput) SetEmailAddress(v string) *PutSuppressedDestinationInput
SetEmailAddress sets the EmailAddress field's value.
func (s *PutSuppressedDestinationInput) SetReason(v string) *PutSuppressedDestinationInput
SetReason sets the Reason field's value.
func (s PutSuppressedDestinationInput) String() string
String returns the string representation
func (s *PutSuppressedDestinationInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type PutSuppressedDestinationOutput struct {
// contains filtered or unexported fields
}
An HTTP 200 response if the request succeeds, or an error message if the request fails.
func (s PutSuppressedDestinationOutput) GoString() string
GoString returns the string representation
func (s PutSuppressedDestinationOutput) String() string
String returns the string representation
type RawMessage struct { // The raw email message. The message has to meet the following criteria: // // * The message has to contain a header and a body, separated by one blank // line. // // * All of the required header fields must be present in the message. // // * Each part of a multipart MIME message must be formatted properly. // // * Attachments must be in a file format that the Amazon SES supports. // // * The entire message must be Base64 encoded. // // * If any of the MIME parts in your message contain content that is outside // of the 7-bit ASCII character range, you should encode that content to // ensure that recipients' email clients render the message properly. // // * The length of any single line of text in the message can't exceed 1,000 // characters. This restriction is defined in RFC 5321 (https://tools.ietf.org/html/rfc5321). // // Data is automatically base64 encoded/decoded by the SDK. // // Data is a required field Data []byte `type:"blob" required:"true"` // contains filtered or unexported fields }
Represents the raw content of an email message.
func (s RawMessage) GoString() string
GoString returns the string representation
func (s *RawMessage) SetData(v []byte) *RawMessage
SetData sets the Data field's value.
func (s RawMessage) String() string
String returns the string representation
func (s *RawMessage) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ReplacementEmailContent struct { // The ReplacementTemplate associated with ReplacementEmailContent. ReplacementTemplate *ReplacementTemplate `type:"structure"` // contains filtered or unexported fields }
The ReplaceEmailContent object to be used for a specific BulkEmailEntry. The ReplacementTemplate can be specified within this object.
func (s ReplacementEmailContent) GoString() string
GoString returns the string representation
func (s *ReplacementEmailContent) SetReplacementTemplate(v *ReplacementTemplate) *ReplacementEmailContent
SetReplacementTemplate sets the ReplacementTemplate field's value.
func (s ReplacementEmailContent) String() string
String returns the string representation
type ReplacementTemplate struct { // A list of replacement values to apply to the template. This parameter is // a JSON object, typically consisting of key-value pairs in which the keys // correspond to replacement tags in the email template. ReplacementTemplateData *string `type:"string"` // contains filtered or unexported fields }
An object which contains ReplacementTemplateData to be used for a specific BulkEmailEntry.
func (s ReplacementTemplate) GoString() string
GoString returns the string representation
func (s *ReplacementTemplate) SetReplacementTemplateData(v string) *ReplacementTemplate
SetReplacementTemplateData sets the ReplacementTemplateData field's value.
func (s ReplacementTemplate) String() string
String returns the string representation
type ReputationOptions struct { // The date and time (in Unix time) when the reputation metrics were last given // a fresh start. When your account is given a fresh start, your reputation // metrics are calculated starting from the date of the fresh start. LastFreshStart *time.Time `type:"timestamp"` // If true, tracking of reputation metrics is enabled for the configuration // set. If false, tracking of reputation metrics is disabled for the configuration // set. ReputationMetricsEnabled *bool `type:"boolean"` // contains filtered or unexported fields }
Enable or disable collection of reputation metrics for emails that you send using this configuration set in the current AWS Region.
func (s ReputationOptions) GoString() string
GoString returns the string representation
func (s *ReputationOptions) SetLastFreshStart(v time.Time) *ReputationOptions
SetLastFreshStart sets the LastFreshStart field's value.
func (s *ReputationOptions) SetReputationMetricsEnabled(v bool) *ReputationOptions
SetReputationMetricsEnabled sets the ReputationMetricsEnabled field's value.
func (s ReputationOptions) String() string
String returns the string representation
type ReviewDetails struct { // The associated support center case ID (if any). CaseId *string `type:"string"` // The status of the latest review of your account. The status can be one of // the following: // // * PENDING – We have received your appeal and are in the process of reviewing // it. // // * GRANTED – Your appeal has been reviewed and your production access // has been granted. // // * DENIED – Your appeal has been reviewed and your production access // has been denied. // // * FAILED – An internal error occurred and we didn't receive your appeal. // You can submit your appeal again. Status *string `type:"string" enum:"ReviewStatus"` // contains filtered or unexported fields }
An object that contains information about your account details review.
func (s ReviewDetails) GoString() string
GoString returns the string representation
func (s *ReviewDetails) SetCaseId(v string) *ReviewDetails
SetCaseId sets the CaseId field's value.
func (s *ReviewDetails) SetStatus(v string) *ReviewDetails
SetStatus sets the Status field's value.
func (s ReviewDetails) String() string
String returns the string representation
type SESV2 struct { *client.Client }
SESV2 provides the API operation methods for making requests to Amazon Simple Email Service. See this package's package overview docs for details on the service.
SESV2 methods are safe to use concurrently. It is not safe to modify mutate any of the struct's properties though.
func New(p client.ConfigProvider, cfgs ...*aws.Config) *SESV2
New creates a new instance of the SESV2 client with a session. If additional configuration is needed for the client instance use the optional aws.Config parameter to add your extra config.
Example:
mySession := session.Must(session.NewSession()) // Create a SESV2 client from just a session. svc := sesv2.New(mySession) // Create a SESV2 client with additional configuration svc := sesv2.New(mySession, aws.NewConfig().WithRegion("us-west-2"))
func (c *SESV2) CreateConfigurationSet(input *CreateConfigurationSetInput) (*CreateConfigurationSetOutput, error)
CreateConfigurationSet API operation for Amazon Simple Email Service.
Create a configuration set. Configuration sets are groups of rules that you can apply to the emails that you send. You apply a configuration set to an email by specifying the name of the configuration set when you call the Amazon SES API v2. When you apply a configuration set to an email, all of the rules in that configuration set are applied to the email.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon Simple Email Service's API operation CreateConfigurationSet for usage and error information.
Returned Error Types:
* AlreadyExistsException The resource specified in your request already exists. * NotFoundException The resource you attempted to access doesn't exist. * TooManyRequestsException Too many requests have been made to the operation. * LimitExceededException There are too many instances of the specified resource type. * BadRequestException The input you provided is invalid. * ConcurrentModificationException The resource is being modified by another operation or thread.
See also, https://docs.aws.amazon.com/goto/WebAPI/sesv2-2019-09-27/CreateConfigurationSet
func (c *SESV2) CreateConfigurationSetEventDestination(input *CreateConfigurationSetEventDestinationInput) (*CreateConfigurationSetEventDestinationOutput, error)
CreateConfigurationSetEventDestination API operation for Amazon Simple Email Service.
Create an event destination. Events include message sends, deliveries, opens, clicks, bounces, and complaints. Event destinations are places that you can send information about these events to. For example, you can send event data to Amazon SNS to receive notifications when you receive bounces or complaints, or you can use Amazon Kinesis Data Firehose to stream data to Amazon S3 for long-term storage.
A single configuration set can include more than one event destination.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon Simple Email Service's API operation CreateConfigurationSetEventDestination for usage and error information.
Returned Error Types:
* NotFoundException The resource you attempted to access doesn't exist. * AlreadyExistsException The resource specified in your request already exists. * LimitExceededException There are too many instances of the specified resource type. * TooManyRequestsException Too many requests have been made to the operation. * BadRequestException The input you provided is invalid.
See also, https://docs.aws.amazon.com/goto/WebAPI/sesv2-2019-09-27/CreateConfigurationSetEventDestination
func (c *SESV2) CreateConfigurationSetEventDestinationRequest(input *CreateConfigurationSetEventDestinationInput) (req *request.Request, output *CreateConfigurationSetEventDestinationOutput)
CreateConfigurationSetEventDestinationRequest generates a "aws/request.Request" representing the client's request for the CreateConfigurationSetEventDestination operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See CreateConfigurationSetEventDestination for more information on using the CreateConfigurationSetEventDestination API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the CreateConfigurationSetEventDestinationRequest method. req, resp := client.CreateConfigurationSetEventDestinationRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/sesv2-2019-09-27/CreateConfigurationSetEventDestination
func (c *SESV2) CreateConfigurationSetEventDestinationWithContext(ctx aws.Context, input *CreateConfigurationSetEventDestinationInput, opts ...request.Option) (*CreateConfigurationSetEventDestinationOutput, error)
CreateConfigurationSetEventDestinationWithContext is the same as CreateConfigurationSetEventDestination with the addition of the ability to pass a context and additional request options.
See CreateConfigurationSetEventDestination for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (c *SESV2) CreateConfigurationSetRequest(input *CreateConfigurationSetInput) (req *request.Request, output *CreateConfigurationSetOutput)
CreateConfigurationSetRequest generates a "aws/request.Request" representing the client's request for the CreateConfigurationSet operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See CreateConfigurationSet for more information on using the CreateConfigurationSet API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the CreateConfigurationSetRequest method. req, resp := client.CreateConfigurationSetRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/sesv2-2019-09-27/CreateConfigurationSet
func (c *SESV2) CreateConfigurationSetWithContext(ctx aws.Context, input *CreateConfigurationSetInput, opts ...request.Option) (*CreateConfigurationSetOutput, error)
CreateConfigurationSetWithContext is the same as CreateConfigurationSet with the addition of the ability to pass a context and additional request options.
See CreateConfigurationSet for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (c *SESV2) CreateContact(input *CreateContactInput) (*CreateContactOutput, error)
CreateContact API operation for Amazon Simple Email Service.
Creates a contact, which is an end-user who is receiving the email, and adds them to a contact list.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon Simple Email Service's API operation CreateContact for usage and error information.
Returned Error Types:
* BadRequestException The input you provided is invalid. * TooManyRequestsException Too many requests have been made to the operation. * NotFoundException The resource you attempted to access doesn't exist. * AlreadyExistsException The resource specified in your request already exists.
See also, https://docs.aws.amazon.com/goto/WebAPI/sesv2-2019-09-27/CreateContact
func (c *SESV2) CreateContactList(input *CreateContactListInput) (*CreateContactListOutput, error)
CreateContactList API operation for Amazon Simple Email Service.
Creates a contact list.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon Simple Email Service's API operation CreateContactList for usage and error information.
Returned Error Types:
* BadRequestException The input you provided is invalid. * TooManyRequestsException Too many requests have been made to the operation. * AlreadyExistsException The resource specified in your request already exists. * LimitExceededException There are too many instances of the specified resource type.
See also, https://docs.aws.amazon.com/goto/WebAPI/sesv2-2019-09-27/CreateContactList
func (c *SESV2) CreateContactListRequest(input *CreateContactListInput) (req *request.Request, output *CreateContactListOutput)
CreateContactListRequest generates a "aws/request.Request" representing the client's request for the CreateContactList operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See CreateContactList for more information on using the CreateContactList API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the CreateContactListRequest method. req, resp := client.CreateContactListRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/sesv2-2019-09-27/CreateContactList
func (c *SESV2) CreateContactListWithContext(ctx aws.Context, input *CreateContactListInput, opts ...request.Option) (*CreateContactListOutput, error)
CreateContactListWithContext is the same as CreateContactList with the addition of the ability to pass a context and additional request options.
See CreateContactList for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (c *SESV2) CreateContactRequest(input *CreateContactInput) (req *request.Request, output *CreateContactOutput)
CreateContactRequest generates a "aws/request.Request" representing the client's request for the CreateContact operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See CreateContact for more information on using the CreateContact API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the CreateContactRequest method. req, resp := client.CreateContactRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/sesv2-2019-09-27/CreateContact
func (c *SESV2) CreateContactWithContext(ctx aws.Context, input *CreateContactInput, opts ...request.Option) (*CreateContactOutput, error)
CreateContactWithContext is the same as CreateContact with the addition of the ability to pass a context and additional request options.
See CreateContact for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (c *SESV2) CreateCustomVerificationEmailTemplate(input *CreateCustomVerificationEmailTemplateInput) (*CreateCustomVerificationEmailTemplateOutput, error)
CreateCustomVerificationEmailTemplate API operation for Amazon Simple Email Service.
Creates a new custom verification email template.
For more information about custom verification email templates, see Using Custom Verification Email Templates (https://docs.aws.amazon.com/ses/latest/DeveloperGuide/send-email-verify-address-custom.html) in the Amazon SES Developer Guide.
You can execute this operation no more than once per second.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon Simple Email Service's API operation CreateCustomVerificationEmailTemplate for usage and error information.
Returned Error Types:
* BadRequestException The input you provided is invalid. * AlreadyExistsException The resource specified in your request already exists. * NotFoundException The resource you attempted to access doesn't exist. * TooManyRequestsException Too many requests have been made to the operation. * LimitExceededException There are too many instances of the specified resource type.
See also, https://docs.aws.amazon.com/goto/WebAPI/sesv2-2019-09-27/CreateCustomVerificationEmailTemplate
func (c *SESV2) CreateCustomVerificationEmailTemplateRequest(input *CreateCustomVerificationEmailTemplateInput) (req *request.Request, output *CreateCustomVerificationEmailTemplateOutput)
CreateCustomVerificationEmailTemplateRequest generates a "aws/request.Request" representing the client's request for the CreateCustomVerificationEmailTemplate operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See CreateCustomVerificationEmailTemplate for more information on using the CreateCustomVerificationEmailTemplate API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the CreateCustomVerificationEmailTemplateRequest method. req, resp := client.CreateCustomVerificationEmailTemplateRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/sesv2-2019-09-27/CreateCustomVerificationEmailTemplate
func (c *SESV2) CreateCustomVerificationEmailTemplateWithContext(ctx aws.Context, input *CreateCustomVerificationEmailTemplateInput, opts ...request.Option) (*CreateCustomVerificationEmailTemplateOutput, error)
CreateCustomVerificationEmailTemplateWithContext is the same as CreateCustomVerificationEmailTemplate with the addition of the ability to pass a context and additional request options.
See CreateCustomVerificationEmailTemplate for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (c *SESV2) CreateDedicatedIpPool(input *CreateDedicatedIpPoolInput) (*CreateDedicatedIpPoolOutput, error)
CreateDedicatedIpPool API operation for Amazon Simple Email Service.
Create a new pool of dedicated IP addresses. A pool can include one or more dedicated IP addresses that are associated with your AWS account. You can associate a pool with a configuration set. When you send an email that uses that configuration set, the message is sent from one of the addresses in the associated pool.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon Simple Email Service's API operation CreateDedicatedIpPool for usage and error information.
Returned Error Types:
* AlreadyExistsException The resource specified in your request already exists. * LimitExceededException There are too many instances of the specified resource type. * TooManyRequestsException Too many requests have been made to the operation. * BadRequestException The input you provided is invalid. * ConcurrentModificationException The resource is being modified by another operation or thread.
See also, https://docs.aws.amazon.com/goto/WebAPI/sesv2-2019-09-27/CreateDedicatedIpPool
func (c *SESV2) CreateDedicatedIpPoolRequest(input *CreateDedicatedIpPoolInput) (req *request.Request, output *CreateDedicatedIpPoolOutput)
CreateDedicatedIpPoolRequest generates a "aws/request.Request" representing the client's request for the CreateDedicatedIpPool operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See CreateDedicatedIpPool for more information on using the CreateDedicatedIpPool API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the CreateDedicatedIpPoolRequest method. req, resp := client.CreateDedicatedIpPoolRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/sesv2-2019-09-27/CreateDedicatedIpPool
func (c *SESV2) CreateDedicatedIpPoolWithContext(ctx aws.Context, input *CreateDedicatedIpPoolInput, opts ...request.Option) (*CreateDedicatedIpPoolOutput, error)
CreateDedicatedIpPoolWithContext is the same as CreateDedicatedIpPool with the addition of the ability to pass a context and additional request options.
See CreateDedicatedIpPool for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (c *SESV2) CreateDeliverabilityTestReport(input *CreateDeliverabilityTestReportInput) (*CreateDeliverabilityTestReportOutput, error)
CreateDeliverabilityTestReport API operation for Amazon Simple Email Service.
Create a new predictive inbox placement test. Predictive inbox placement tests can help you predict how your messages will be handled by various email providers around the world. When you perform a predictive inbox placement test, you provide a sample message that contains the content that you plan to send to your customers. Amazon SES then sends that message to special email addresses spread across several major email providers. After about 24 hours, the test is complete, and you can use the GetDeliverabilityTestReport operation to view the results of the test.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon Simple Email Service's API operation CreateDeliverabilityTestReport for usage and error information.
Returned Error Types:
* AccountSuspendedException The message can't be sent because the account's ability to send email has been permanently restricted. * SendingPausedException The message can't be sent because the account's ability to send email is currently paused. * MessageRejected The message can't be sent because it contains invalid content. * MailFromDomainNotVerifiedException The message can't be sent because the sending domain isn't verified. * NotFoundException The resource you attempted to access doesn't exist. * TooManyRequestsException Too many requests have been made to the operation. * LimitExceededException There are too many instances of the specified resource type. * BadRequestException The input you provided is invalid. * ConcurrentModificationException The resource is being modified by another operation or thread.
See also, https://docs.aws.amazon.com/goto/WebAPI/sesv2-2019-09-27/CreateDeliverabilityTestReport
func (c *SESV2) CreateDeliverabilityTestReportRequest(input *CreateDeliverabilityTestReportInput) (req *request.Request, output *CreateDeliverabilityTestReportOutput)
CreateDeliverabilityTestReportRequest generates a "aws/request.Request" representing the client's request for the CreateDeliverabilityTestReport operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See CreateDeliverabilityTestReport for more information on using the CreateDeliverabilityTestReport API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the CreateDeliverabilityTestReportRequest method. req, resp := client.CreateDeliverabilityTestReportRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/sesv2-2019-09-27/CreateDeliverabilityTestReport
func (c *SESV2) CreateDeliverabilityTestReportWithContext(ctx aws.Context, input *CreateDeliverabilityTestReportInput, opts ...request.Option) (*CreateDeliverabilityTestReportOutput, error)
CreateDeliverabilityTestReportWithContext is the same as CreateDeliverabilityTestReport with the addition of the ability to pass a context and additional request options.
See CreateDeliverabilityTestReport for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (c *SESV2) CreateEmailIdentity(input *CreateEmailIdentityInput) (*CreateEmailIdentityOutput, error)
CreateEmailIdentity API operation for Amazon Simple Email Service.
Starts the process of verifying an email identity. An identity is an email address or domain that you use when you send email. Before you can use an identity to send email, you first have to verify it. By verifying an identity, you demonstrate that you're the owner of the identity, and that you've given Amazon SES API v2 permission to send email from the identity.
When you verify an email address, Amazon SES sends an email to the address. Your email address is verified as soon as you follow the link in the verification email.
When you verify a domain without specifying the DkimSigningAttributes object, this operation provides a set of DKIM tokens. You can convert these tokens into CNAME records, which you then add to the DNS configuration for your domain. Your domain is verified when Amazon SES detects these records in the DNS configuration for your domain. This verification method is known as Easy DKIM (https://docs.aws.amazon.com/ses/latest/DeveloperGuide/easy-dkim.html).
Alternatively, you can perform the verification process by providing your own public-private key pair. This verification method is known as Bring Your Own DKIM (BYODKIM). To use BYODKIM, your call to the CreateEmailIdentity operation has to include the DkimSigningAttributes object. When you specify this object, you provide a selector (a component of the DNS record name that identifies the public key that you want to use for DKIM authentication) and a private key.
When you verify a domain, this operation provides a set of DKIM tokens, which you can convert into CNAME tokens. You add these CNAME tokens to the DNS configuration for your domain. Your domain is verified when Amazon SES detects these records in the DNS configuration for your domain. For some DNS providers, it can take 72 hours or more to complete the domain verification process.
Additionally, you can associate an existing configuration set with the email identity that you're verifying.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon Simple Email Service's API operation CreateEmailIdentity for usage and error information.
Returned Error Types:
* AlreadyExistsException The resource specified in your request already exists. * LimitExceededException There are too many instances of the specified resource type. * TooManyRequestsException Too many requests have been made to the operation. * BadRequestException The input you provided is invalid. * ConcurrentModificationException The resource is being modified by another operation or thread. * NotFoundException The resource you attempted to access doesn't exist.
See also, https://docs.aws.amazon.com/goto/WebAPI/sesv2-2019-09-27/CreateEmailIdentity
func (c *SESV2) CreateEmailIdentityPolicy(input *CreateEmailIdentityPolicyInput) (*CreateEmailIdentityPolicyOutput, error)
CreateEmailIdentityPolicy API operation for Amazon Simple Email Service.
Creates the specified sending authorization policy for the given identity (an email address or a domain).
This API is for the identity owner only. If you have not verified the identity, this API will return an error.
Sending authorization is a feature that enables an identity owner to authorize other senders to use its identities. For information about using sending authorization, see the Amazon SES Developer Guide (https://docs.aws.amazon.com/ses/latest/DeveloperGuide/sending-authorization.html).
You can execute this operation no more than once per second.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon Simple Email Service's API operation CreateEmailIdentityPolicy for usage and error information.
Returned Error Types:
* NotFoundException The resource you attempted to access doesn't exist. * AlreadyExistsException The resource specified in your request already exists. * TooManyRequestsException Too many requests have been made to the operation. * LimitExceededException There are too many instances of the specified resource type. * BadRequestException The input you provided is invalid.
See also, https://docs.aws.amazon.com/goto/WebAPI/sesv2-2019-09-27/CreateEmailIdentityPolicy
func (c *SESV2) CreateEmailIdentityPolicyRequest(input *CreateEmailIdentityPolicyInput) (req *request.Request, output *CreateEmailIdentityPolicyOutput)
CreateEmailIdentityPolicyRequest generates a "aws/request.Request" representing the client's request for the CreateEmailIdentityPolicy operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See CreateEmailIdentityPolicy for more information on using the CreateEmailIdentityPolicy API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the CreateEmailIdentityPolicyRequest method. req, resp := client.CreateEmailIdentityPolicyRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/sesv2-2019-09-27/CreateEmailIdentityPolicy
func (c *SESV2) CreateEmailIdentityPolicyWithContext(ctx aws.Context, input *CreateEmailIdentityPolicyInput, opts ...request.Option) (*CreateEmailIdentityPolicyOutput, error)
CreateEmailIdentityPolicyWithContext is the same as CreateEmailIdentityPolicy with the addition of the ability to pass a context and additional request options.
See CreateEmailIdentityPolicy for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (c *SESV2) CreateEmailIdentityRequest(input *CreateEmailIdentityInput) (req *request.Request, output *CreateEmailIdentityOutput)
CreateEmailIdentityRequest generates a "aws/request.Request" representing the client's request for the CreateEmailIdentity operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See CreateEmailIdentity for more information on using the CreateEmailIdentity API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the CreateEmailIdentityRequest method. req, resp := client.CreateEmailIdentityRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/sesv2-2019-09-27/CreateEmailIdentity
func (c *SESV2) CreateEmailIdentityWithContext(ctx aws.Context, input *CreateEmailIdentityInput, opts ...request.Option) (*CreateEmailIdentityOutput, error)
CreateEmailIdentityWithContext is the same as CreateEmailIdentity with the addition of the ability to pass a context and additional request options.
See CreateEmailIdentity for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (c *SESV2) CreateEmailTemplate(input *CreateEmailTemplateInput) (*CreateEmailTemplateOutput, error)
CreateEmailTemplate API operation for Amazon Simple Email Service.
Creates an email template. Email templates enable you to send personalized email to one or more destinations in a single API operation. For more information, see the Amazon SES Developer Guide (https://docs.aws.amazon.com/ses/latest/DeveloperGuide/send-personalized-email-api.html).
You can execute this operation no more than once per second.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon Simple Email Service's API operation CreateEmailTemplate for usage and error information.
Returned Error Types:
* AlreadyExistsException The resource specified in your request already exists. * TooManyRequestsException Too many requests have been made to the operation. * BadRequestException The input you provided is invalid. * LimitExceededException There are too many instances of the specified resource type.
See also, https://docs.aws.amazon.com/goto/WebAPI/sesv2-2019-09-27/CreateEmailTemplate
func (c *SESV2) CreateEmailTemplateRequest(input *CreateEmailTemplateInput) (req *request.Request, output *CreateEmailTemplateOutput)
CreateEmailTemplateRequest generates a "aws/request.Request" representing the client's request for the CreateEmailTemplate operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See CreateEmailTemplate for more information on using the CreateEmailTemplate API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the CreateEmailTemplateRequest method. req, resp := client.CreateEmailTemplateRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/sesv2-2019-09-27/CreateEmailTemplate
func (c *SESV2) CreateEmailTemplateWithContext(ctx aws.Context, input *CreateEmailTemplateInput, opts ...request.Option) (*CreateEmailTemplateOutput, error)
CreateEmailTemplateWithContext is the same as CreateEmailTemplate with the addition of the ability to pass a context and additional request options.
See CreateEmailTemplate for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (c *SESV2) CreateImportJob(input *CreateImportJobInput) (*CreateImportJobOutput, error)
CreateImportJob API operation for Amazon Simple Email Service.
Creates an import job for a data destination.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon Simple Email Service's API operation CreateImportJob for usage and error information.
Returned Error Types:
* BadRequestException The input you provided is invalid. * LimitExceededException There are too many instances of the specified resource type. * TooManyRequestsException Too many requests have been made to the operation.
See also, https://docs.aws.amazon.com/goto/WebAPI/sesv2-2019-09-27/CreateImportJob
func (c *SESV2) CreateImportJobRequest(input *CreateImportJobInput) (req *request.Request, output *CreateImportJobOutput)
CreateImportJobRequest generates a "aws/request.Request" representing the client's request for the CreateImportJob operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See CreateImportJob for more information on using the CreateImportJob API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the CreateImportJobRequest method. req, resp := client.CreateImportJobRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/sesv2-2019-09-27/CreateImportJob
func (c *SESV2) CreateImportJobWithContext(ctx aws.Context, input *CreateImportJobInput, opts ...request.Option) (*CreateImportJobOutput, error)
CreateImportJobWithContext is the same as CreateImportJob with the addition of the ability to pass a context and additional request options.
See CreateImportJob for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (c *SESV2) DeleteConfigurationSet(input *DeleteConfigurationSetInput) (*DeleteConfigurationSetOutput, error)
DeleteConfigurationSet API operation for Amazon Simple Email Service.
Delete an existing configuration set.
Configuration sets are groups of rules that you can apply to the emails you send. You apply a configuration set to an email by including a reference to the configuration set in the headers of the email. When you apply a configuration set to an email, all of the rules in that configuration set are applied to the email.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon Simple Email Service's API operation DeleteConfigurationSet for usage and error information.
Returned Error Types:
* NotFoundException The resource you attempted to access doesn't exist. * TooManyRequestsException Too many requests have been made to the operation. * BadRequestException The input you provided is invalid. * ConcurrentModificationException The resource is being modified by another operation or thread.
See also, https://docs.aws.amazon.com/goto/WebAPI/sesv2-2019-09-27/DeleteConfigurationSet
func (c *SESV2) DeleteConfigurationSetEventDestination(input *DeleteConfigurationSetEventDestinationInput) (*DeleteConfigurationSetEventDestinationOutput, error)
DeleteConfigurationSetEventDestination API operation for Amazon Simple Email Service.
Delete an event destination.
Events include message sends, deliveries, opens, clicks, bounces, and complaints. Event destinations are places that you can send information about these events to. For example, you can send event data to Amazon SNS to receive notifications when you receive bounces or complaints, or you can use Amazon Kinesis Data Firehose to stream data to Amazon S3 for long-term storage.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon Simple Email Service's API operation DeleteConfigurationSetEventDestination for usage and error information.
Returned Error Types:
* NotFoundException The resource you attempted to access doesn't exist. * TooManyRequestsException Too many requests have been made to the operation. * BadRequestException The input you provided is invalid.
See also, https://docs.aws.amazon.com/goto/WebAPI/sesv2-2019-09-27/DeleteConfigurationSetEventDestination
func (c *SESV2) DeleteConfigurationSetEventDestinationRequest(input *DeleteConfigurationSetEventDestinationInput) (req *request.Request, output *DeleteConfigurationSetEventDestinationOutput)
DeleteConfigurationSetEventDestinationRequest generates a "aws/request.Request" representing the client's request for the DeleteConfigurationSetEventDestination operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See DeleteConfigurationSetEventDestination for more information on using the DeleteConfigurationSetEventDestination API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the DeleteConfigurationSetEventDestinationRequest method. req, resp := client.DeleteConfigurationSetEventDestinationRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/sesv2-2019-09-27/DeleteConfigurationSetEventDestination
func (c *SESV2) DeleteConfigurationSetEventDestinationWithContext(ctx aws.Context, input *DeleteConfigurationSetEventDestinationInput, opts ...request.Option) (*DeleteConfigurationSetEventDestinationOutput, error)
DeleteConfigurationSetEventDestinationWithContext is the same as DeleteConfigurationSetEventDestination with the addition of the ability to pass a context and additional request options.
See DeleteConfigurationSetEventDestination for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (c *SESV2) DeleteConfigurationSetRequest(input *DeleteConfigurationSetInput) (req *request.Request, output *DeleteConfigurationSetOutput)
DeleteConfigurationSetRequest generates a "aws/request.Request" representing the client's request for the DeleteConfigurationSet operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See DeleteConfigurationSet for more information on using the DeleteConfigurationSet API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the DeleteConfigurationSetRequest method. req, resp := client.DeleteConfigurationSetRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/sesv2-2019-09-27/DeleteConfigurationSet
func (c *SESV2) DeleteConfigurationSetWithContext(ctx aws.Context, input *DeleteConfigurationSetInput, opts ...request.Option) (*DeleteConfigurationSetOutput, error)
DeleteConfigurationSetWithContext is the same as DeleteConfigurationSet with the addition of the ability to pass a context and additional request options.
See DeleteConfigurationSet for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (c *SESV2) DeleteContact(input *DeleteContactInput) (*DeleteContactOutput, error)
DeleteContact API operation for Amazon Simple Email Service.
Removes a contact from a contact list.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon Simple Email Service's API operation DeleteContact for usage and error information.
Returned Error Types:
* BadRequestException The input you provided is invalid. * TooManyRequestsException Too many requests have been made to the operation. * NotFoundException The resource you attempted to access doesn't exist.
See also, https://docs.aws.amazon.com/goto/WebAPI/sesv2-2019-09-27/DeleteContact
func (c *SESV2) DeleteContactList(input *DeleteContactListInput) (*DeleteContactListOutput, error)
DeleteContactList API operation for Amazon Simple Email Service.
Deletes a contact list and all of the contacts on that list.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon Simple Email Service's API operation DeleteContactList for usage and error information.
Returned Error Types:
* TooManyRequestsException Too many requests have been made to the operation. * NotFoundException The resource you attempted to access doesn't exist. * BadRequestException The input you provided is invalid. * ConcurrentModificationException The resource is being modified by another operation or thread.
See also, https://docs.aws.amazon.com/goto/WebAPI/sesv2-2019-09-27/DeleteContactList
func (c *SESV2) DeleteContactListRequest(input *DeleteContactListInput) (req *request.Request, output *DeleteContactListOutput)
DeleteContactListRequest generates a "aws/request.Request" representing the client's request for the DeleteContactList operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See DeleteContactList for more information on using the DeleteContactList API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the DeleteContactListRequest method. req, resp := client.DeleteContactListRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/sesv2-2019-09-27/DeleteContactList
func (c *SESV2) DeleteContactListWithContext(ctx aws.Context, input *DeleteContactListInput, opts ...request.Option) (*DeleteContactListOutput, error)
DeleteContactListWithContext is the same as DeleteContactList with the addition of the ability to pass a context and additional request options.
See DeleteContactList for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (c *SESV2) DeleteContactRequest(input *DeleteContactInput) (req *request.Request, output *DeleteContactOutput)
DeleteContactRequest generates a "aws/request.Request" representing the client's request for the DeleteContact operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See DeleteContact for more information on using the DeleteContact API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the DeleteContactRequest method. req, resp := client.DeleteContactRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/sesv2-2019-09-27/DeleteContact
func (c *SESV2) DeleteContactWithContext(ctx aws.Context, input *DeleteContactInput, opts ...request.Option) (*DeleteContactOutput, error)
DeleteContactWithContext is the same as DeleteContact with the addition of the ability to pass a context and additional request options.
See DeleteContact for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (c *SESV2) DeleteCustomVerificationEmailTemplate(input *DeleteCustomVerificationEmailTemplateInput) (*DeleteCustomVerificationEmailTemplateOutput, error)
DeleteCustomVerificationEmailTemplate API operation for Amazon Simple Email Service.
Deletes an existing custom verification email template.
For more information about custom verification email templates, see Using Custom Verification Email Templates (https://docs.aws.amazon.com/es/latest/DeveloperGuide/send-email-verify-address-custom.html) in the Amazon SES Developer Guide.
You can execute this operation no more than once per second.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon Simple Email Service's API operation DeleteCustomVerificationEmailTemplate for usage and error information.
Returned Error Types:
* NotFoundException The resource you attempted to access doesn't exist. * TooManyRequestsException Too many requests have been made to the operation. * BadRequestException The input you provided is invalid.
See also, https://docs.aws.amazon.com/goto/WebAPI/sesv2-2019-09-27/DeleteCustomVerificationEmailTemplate
func (c *SESV2) DeleteCustomVerificationEmailTemplateRequest(input *DeleteCustomVerificationEmailTemplateInput) (req *request.Request, output *DeleteCustomVerificationEmailTemplateOutput)
DeleteCustomVerificationEmailTemplateRequest generates a "aws/request.Request" representing the client's request for the DeleteCustomVerificationEmailTemplate operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See DeleteCustomVerificationEmailTemplate for more information on using the DeleteCustomVerificationEmailTemplate API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the DeleteCustomVerificationEmailTemplateRequest method. req, resp := client.DeleteCustomVerificationEmailTemplateRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/sesv2-2019-09-27/DeleteCustomVerificationEmailTemplate
func (c *SESV2) DeleteCustomVerificationEmailTemplateWithContext(ctx aws.Context, input *DeleteCustomVerificationEmailTemplateInput, opts ...request.Option) (*DeleteCustomVerificationEmailTemplateOutput, error)
DeleteCustomVerificationEmailTemplateWithContext is the same as DeleteCustomVerificationEmailTemplate with the addition of the ability to pass a context and additional request options.
See DeleteCustomVerificationEmailTemplate for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (c *SESV2) DeleteDedicatedIpPool(input *DeleteDedicatedIpPoolInput) (*DeleteDedicatedIpPoolOutput, error)
DeleteDedicatedIpPool API operation for Amazon Simple Email Service.
Delete a dedicated IP pool.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon Simple Email Service's API operation DeleteDedicatedIpPool for usage and error information.
Returned Error Types:
* NotFoundException The resource you attempted to access doesn't exist. * TooManyRequestsException Too many requests have been made to the operation. * BadRequestException The input you provided is invalid. * ConcurrentModificationException The resource is being modified by another operation or thread.
See also, https://docs.aws.amazon.com/goto/WebAPI/sesv2-2019-09-27/DeleteDedicatedIpPool
func (c *SESV2) DeleteDedicatedIpPoolRequest(input *DeleteDedicatedIpPoolInput) (req *request.Request, output *DeleteDedicatedIpPoolOutput)
DeleteDedicatedIpPoolRequest generates a "aws/request.Request" representing the client's request for the DeleteDedicatedIpPool operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See DeleteDedicatedIpPool for more information on using the DeleteDedicatedIpPool API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the DeleteDedicatedIpPoolRequest method. req, resp := client.DeleteDedicatedIpPoolRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/sesv2-2019-09-27/DeleteDedicatedIpPool
func (c *SESV2) DeleteDedicatedIpPoolWithContext(ctx aws.Context, input *DeleteDedicatedIpPoolInput, opts ...request.Option) (*DeleteDedicatedIpPoolOutput, error)
DeleteDedicatedIpPoolWithContext is the same as DeleteDedicatedIpPool with the addition of the ability to pass a context and additional request options.
See DeleteDedicatedIpPool for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (c *SESV2) DeleteEmailIdentity(input *DeleteEmailIdentityInput) (*DeleteEmailIdentityOutput, error)
DeleteEmailIdentity API operation for Amazon Simple Email Service.
Deletes an email identity. An identity can be either an email address or a domain name.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon Simple Email Service's API operation DeleteEmailIdentity for usage and error information.
Returned Error Types:
* NotFoundException The resource you attempted to access doesn't exist. * TooManyRequestsException Too many requests have been made to the operation. * BadRequestException The input you provided is invalid. * ConcurrentModificationException The resource is being modified by another operation or thread.
See also, https://docs.aws.amazon.com/goto/WebAPI/sesv2-2019-09-27/DeleteEmailIdentity
func (c *SESV2) DeleteEmailIdentityPolicy(input *DeleteEmailIdentityPolicyInput) (*DeleteEmailIdentityPolicyOutput, error)
DeleteEmailIdentityPolicy API operation for Amazon Simple Email Service.
Deletes the specified sending authorization policy for the given identity (an email address or a domain). This API returns successfully even if a policy with the specified name does not exist.
This API is for the identity owner only. If you have not verified the identity, this API will return an error.
Sending authorization is a feature that enables an identity owner to authorize other senders to use its identities. For information about using sending authorization, see the Amazon SES Developer Guide (https://docs.aws.amazon.com/ses/latest/DeveloperGuide/sending-authorization.html).
You can execute this operation no more than once per second.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon Simple Email Service's API operation DeleteEmailIdentityPolicy for usage and error information.
Returned Error Types:
* NotFoundException The resource you attempted to access doesn't exist. * TooManyRequestsException Too many requests have been made to the operation. * BadRequestException The input you provided is invalid.
See also, https://docs.aws.amazon.com/goto/WebAPI/sesv2-2019-09-27/DeleteEmailIdentityPolicy
func (c *SESV2) DeleteEmailIdentityPolicyRequest(input *DeleteEmailIdentityPolicyInput) (req *request.Request, output *DeleteEmailIdentityPolicyOutput)
DeleteEmailIdentityPolicyRequest generates a "aws/request.Request" representing the client's request for the DeleteEmailIdentityPolicy operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See DeleteEmailIdentityPolicy for more information on using the DeleteEmailIdentityPolicy API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the DeleteEmailIdentityPolicyRequest method. req, resp := client.DeleteEmailIdentityPolicyRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/sesv2-2019-09-27/DeleteEmailIdentityPolicy
func (c *SESV2) DeleteEmailIdentityPolicyWithContext(ctx aws.Context, input *DeleteEmailIdentityPolicyInput, opts ...request.Option) (*DeleteEmailIdentityPolicyOutput, error)
DeleteEmailIdentityPolicyWithContext is the same as DeleteEmailIdentityPolicy with the addition of the ability to pass a context and additional request options.
See DeleteEmailIdentityPolicy for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (c *SESV2) DeleteEmailIdentityRequest(input *DeleteEmailIdentityInput) (req *request.Request, output *DeleteEmailIdentityOutput)
DeleteEmailIdentityRequest generates a "aws/request.Request" representing the client's request for the DeleteEmailIdentity operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See DeleteEmailIdentity for more information on using the DeleteEmailIdentity API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the DeleteEmailIdentityRequest method. req, resp := client.DeleteEmailIdentityRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/sesv2-2019-09-27/DeleteEmailIdentity
func (c *SESV2) DeleteEmailIdentityWithContext(ctx aws.Context, input *DeleteEmailIdentityInput, opts ...request.Option) (*DeleteEmailIdentityOutput, error)
DeleteEmailIdentityWithContext is the same as DeleteEmailIdentity with the addition of the ability to pass a context and additional request options.
See DeleteEmailIdentity for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (c *SESV2) DeleteEmailTemplate(input *DeleteEmailTemplateInput) (*DeleteEmailTemplateOutput, error)
DeleteEmailTemplate API operation for Amazon Simple Email Service.
Deletes an email template.
You can execute this operation no more than once per second.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon Simple Email Service's API operation DeleteEmailTemplate for usage and error information.
Returned Error Types:
* NotFoundException The resource you attempted to access doesn't exist. * TooManyRequestsException Too many requests have been made to the operation. * BadRequestException The input you provided is invalid.
See also, https://docs.aws.amazon.com/goto/WebAPI/sesv2-2019-09-27/DeleteEmailTemplate
func (c *SESV2) DeleteEmailTemplateRequest(input *DeleteEmailTemplateInput) (req *request.Request, output *DeleteEmailTemplateOutput)
DeleteEmailTemplateRequest generates a "aws/request.Request" representing the client's request for the DeleteEmailTemplate operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See DeleteEmailTemplate for more information on using the DeleteEmailTemplate API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the DeleteEmailTemplateRequest method. req, resp := client.DeleteEmailTemplateRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/sesv2-2019-09-27/DeleteEmailTemplate
func (c *SESV2) DeleteEmailTemplateWithContext(ctx aws.Context, input *DeleteEmailTemplateInput, opts ...request.Option) (*DeleteEmailTemplateOutput, error)
DeleteEmailTemplateWithContext is the same as DeleteEmailTemplate with the addition of the ability to pass a context and additional request options.
See DeleteEmailTemplate for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (c *SESV2) DeleteSuppressedDestination(input *DeleteSuppressedDestinationInput) (*DeleteSuppressedDestinationOutput, error)
DeleteSuppressedDestination API operation for Amazon Simple Email Service.
Removes an email address from the suppression list for your account.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon Simple Email Service's API operation DeleteSuppressedDestination for usage and error information.
Returned Error Types:
* NotFoundException The resource you attempted to access doesn't exist. * BadRequestException The input you provided is invalid. * TooManyRequestsException Too many requests have been made to the operation.
See also, https://docs.aws.amazon.com/goto/WebAPI/sesv2-2019-09-27/DeleteSuppressedDestination
func (c *SESV2) DeleteSuppressedDestinationRequest(input *DeleteSuppressedDestinationInput) (req *request.Request, output *DeleteSuppressedDestinationOutput)
DeleteSuppressedDestinationRequest generates a "aws/request.Request" representing the client's request for the DeleteSuppressedDestination operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See DeleteSuppressedDestination for more information on using the DeleteSuppressedDestination API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the DeleteSuppressedDestinationRequest method. req, resp := client.DeleteSuppressedDestinationRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/sesv2-2019-09-27/DeleteSuppressedDestination
func (c *SESV2) DeleteSuppressedDestinationWithContext(ctx aws.Context, input *DeleteSuppressedDestinationInput, opts ...request.Option) (*DeleteSuppressedDestinationOutput, error)
DeleteSuppressedDestinationWithContext is the same as DeleteSuppressedDestination with the addition of the ability to pass a context and additional request options.
See DeleteSuppressedDestination for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (c *SESV2) GetAccount(input *GetAccountInput) (*GetAccountOutput, error)
GetAccount API operation for Amazon Simple Email Service.
Obtain information about the email-sending status and capabilities of your Amazon SES account in the current AWS Region.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon Simple Email Service's API operation GetAccount for usage and error information.
Returned Error Types:
* TooManyRequestsException Too many requests have been made to the operation. * BadRequestException The input you provided is invalid.
See also, https://docs.aws.amazon.com/goto/WebAPI/sesv2-2019-09-27/GetAccount
func (c *SESV2) GetAccountRequest(input *GetAccountInput) (req *request.Request, output *GetAccountOutput)
GetAccountRequest generates a "aws/request.Request" representing the client's request for the GetAccount operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See GetAccount for more information on using the GetAccount API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the GetAccountRequest method. req, resp := client.GetAccountRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/sesv2-2019-09-27/GetAccount
func (c *SESV2) GetAccountWithContext(ctx aws.Context, input *GetAccountInput, opts ...request.Option) (*GetAccountOutput, error)
GetAccountWithContext is the same as GetAccount with the addition of the ability to pass a context and additional request options.
See GetAccount for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (c *SESV2) GetBlacklistReports(input *GetBlacklistReportsInput) (*GetBlacklistReportsOutput, error)
GetBlacklistReports API operation for Amazon Simple Email Service.
Retrieve a list of the blacklists that your dedicated IP addresses appear on.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon Simple Email Service's API operation GetBlacklistReports for usage and error information.
Returned Error Types:
* TooManyRequestsException Too many requests have been made to the operation. * NotFoundException The resource you attempted to access doesn't exist. * BadRequestException The input you provided is invalid.
See also, https://docs.aws.amazon.com/goto/WebAPI/sesv2-2019-09-27/GetBlacklistReports
func (c *SESV2) GetBlacklistReportsRequest(input *GetBlacklistReportsInput) (req *request.Request, output *GetBlacklistReportsOutput)
GetBlacklistReportsRequest generates a "aws/request.Request" representing the client's request for the GetBlacklistReports operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See GetBlacklistReports for more information on using the GetBlacklistReports API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the GetBlacklistReportsRequest method. req, resp := client.GetBlacklistReportsRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/sesv2-2019-09-27/GetBlacklistReports
func (c *SESV2) GetBlacklistReportsWithContext(ctx aws.Context, input *GetBlacklistReportsInput, opts ...request.Option) (*GetBlacklistReportsOutput, error)
GetBlacklistReportsWithContext is the same as GetBlacklistReports with the addition of the ability to pass a context and additional request options.
See GetBlacklistReports for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (c *SESV2) GetConfigurationSet(input *GetConfigurationSetInput) (*GetConfigurationSetOutput, error)
GetConfigurationSet API operation for Amazon Simple Email Service.
Get information about an existing configuration set, including the dedicated IP pool that it's associated with, whether or not it's enabled for sending email, and more.
Configuration sets are groups of rules that you can apply to the emails you send. You apply a configuration set to an email by including a reference to the configuration set in the headers of the email. When you apply a configuration set to an email, all of the rules in that configuration set are applied to the email.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon Simple Email Service's API operation GetConfigurationSet for usage and error information.
Returned Error Types:
* NotFoundException The resource you attempted to access doesn't exist. * TooManyRequestsException Too many requests have been made to the operation. * BadRequestException The input you provided is invalid.
See also, https://docs.aws.amazon.com/goto/WebAPI/sesv2-2019-09-27/GetConfigurationSet
func (c *SESV2) GetConfigurationSetEventDestinations(input *GetConfigurationSetEventDestinationsInput) (*GetConfigurationSetEventDestinationsOutput, error)
GetConfigurationSetEventDestinations API operation for Amazon Simple Email Service.
Retrieve a list of event destinations that are associated with a configuration set.
Events include message sends, deliveries, opens, clicks, bounces, and complaints. Event destinations are places that you can send information about these events to. For example, you can send event data to Amazon SNS to receive notifications when you receive bounces or complaints, or you can use Amazon Kinesis Data Firehose to stream data to Amazon S3 for long-term storage.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon Simple Email Service's API operation GetConfigurationSetEventDestinations for usage and error information.
Returned Error Types:
* NotFoundException The resource you attempted to access doesn't exist. * TooManyRequestsException Too many requests have been made to the operation. * BadRequestException The input you provided is invalid.
See also, https://docs.aws.amazon.com/goto/WebAPI/sesv2-2019-09-27/GetConfigurationSetEventDestinations
func (c *SESV2) GetConfigurationSetEventDestinationsRequest(input *GetConfigurationSetEventDestinationsInput) (req *request.Request, output *GetConfigurationSetEventDestinationsOutput)
GetConfigurationSetEventDestinationsRequest generates a "aws/request.Request" representing the client's request for the GetConfigurationSetEventDestinations operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See GetConfigurationSetEventDestinations for more information on using the GetConfigurationSetEventDestinations API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the GetConfigurationSetEventDestinationsRequest method. req, resp := client.GetConfigurationSetEventDestinationsRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/sesv2-2019-09-27/GetConfigurationSetEventDestinations
func (c *SESV2) GetConfigurationSetEventDestinationsWithContext(ctx aws.Context, input *GetConfigurationSetEventDestinationsInput, opts ...request.Option) (*GetConfigurationSetEventDestinationsOutput, error)
GetConfigurationSetEventDestinationsWithContext is the same as GetConfigurationSetEventDestinations with the addition of the ability to pass a context and additional request options.
See GetConfigurationSetEventDestinations for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (c *SESV2) GetConfigurationSetRequest(input *GetConfigurationSetInput) (req *request.Request, output *GetConfigurationSetOutput)
GetConfigurationSetRequest generates a "aws/request.Request" representing the client's request for the GetConfigurationSet operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See GetConfigurationSet for more information on using the GetConfigurationSet API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the GetConfigurationSetRequest method. req, resp := client.GetConfigurationSetRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/sesv2-2019-09-27/GetConfigurationSet
func (c *SESV2) GetConfigurationSetWithContext(ctx aws.Context, input *GetConfigurationSetInput, opts ...request.Option) (*GetConfigurationSetOutput, error)
GetConfigurationSetWithContext is the same as GetConfigurationSet with the addition of the ability to pass a context and additional request options.
See GetConfigurationSet for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (c *SESV2) GetContact(input *GetContactInput) (*GetContactOutput, error)
GetContact API operation for Amazon Simple Email Service.
Returns a contact from a contact list.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon Simple Email Service's API operation GetContact for usage and error information.
Returned Error Types:
* BadRequestException The input you provided is invalid. * TooManyRequestsException Too many requests have been made to the operation. * NotFoundException The resource you attempted to access doesn't exist.
See also, https://docs.aws.amazon.com/goto/WebAPI/sesv2-2019-09-27/GetContact
func (c *SESV2) GetContactList(input *GetContactListInput) (*GetContactListOutput, error)
GetContactList API operation for Amazon Simple Email Service.
Returns contact list metadata. It does not return any information about the contacts present in the list.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon Simple Email Service's API operation GetContactList for usage and error information.
Returned Error Types:
* TooManyRequestsException Too many requests have been made to the operation. * NotFoundException The resource you attempted to access doesn't exist. * BadRequestException The input you provided is invalid.
See also, https://docs.aws.amazon.com/goto/WebAPI/sesv2-2019-09-27/GetContactList
func (c *SESV2) GetContactListRequest(input *GetContactListInput) (req *request.Request, output *GetContactListOutput)
GetContactListRequest generates a "aws/request.Request" representing the client's request for the GetContactList operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See GetContactList for more information on using the GetContactList API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the GetContactListRequest method. req, resp := client.GetContactListRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/sesv2-2019-09-27/GetContactList
func (c *SESV2) GetContactListWithContext(ctx aws.Context, input *GetContactListInput, opts ...request.Option) (*GetContactListOutput, error)
GetContactListWithContext is the same as GetContactList with the addition of the ability to pass a context and additional request options.
See GetContactList for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (c *SESV2) GetContactRequest(input *GetContactInput) (req *request.Request, output *GetContactOutput)
GetContactRequest generates a "aws/request.Request" representing the client's request for the GetContact operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See GetContact for more information on using the GetContact API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the GetContactRequest method. req, resp := client.GetContactRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/sesv2-2019-09-27/GetContact
func (c *SESV2) GetContactWithContext(ctx aws.Context, input *GetContactInput, opts ...request.Option) (*GetContactOutput, error)
GetContactWithContext is the same as GetContact with the addition of the ability to pass a context and additional request options.
See GetContact for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (c *SESV2) GetCustomVerificationEmailTemplate(input *GetCustomVerificationEmailTemplateInput) (*GetCustomVerificationEmailTemplateOutput, error)
GetCustomVerificationEmailTemplate API operation for Amazon Simple Email Service.
Returns the custom email verification template for the template name you specify.
For more information about custom verification email templates, see Using Custom Verification Email Templates (https://docs.aws.amazon.com/ses/latest/DeveloperGuide/send-email-verify-address-custom.html) in the Amazon SES Developer Guide.
You can execute this operation no more than once per second.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon Simple Email Service's API operation GetCustomVerificationEmailTemplate for usage and error information.
Returned Error Types:
* NotFoundException The resource you attempted to access doesn't exist. * TooManyRequestsException Too many requests have been made to the operation. * BadRequestException The input you provided is invalid.
See also, https://docs.aws.amazon.com/goto/WebAPI/sesv2-2019-09-27/GetCustomVerificationEmailTemplate
func (c *SESV2) GetCustomVerificationEmailTemplateRequest(input *GetCustomVerificationEmailTemplateInput) (req *request.Request, output *GetCustomVerificationEmailTemplateOutput)
GetCustomVerificationEmailTemplateRequest generates a "aws/request.Request" representing the client's request for the GetCustomVerificationEmailTemplate operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See GetCustomVerificationEmailTemplate for more information on using the GetCustomVerificationEmailTemplate API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the GetCustomVerificationEmailTemplateRequest method. req, resp := client.GetCustomVerificationEmailTemplateRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/sesv2-2019-09-27/GetCustomVerificationEmailTemplate
func (c *SESV2) GetCustomVerificationEmailTemplateWithContext(ctx aws.Context, input *GetCustomVerificationEmailTemplateInput, opts ...request.Option) (*GetCustomVerificationEmailTemplateOutput, error)
GetCustomVerificationEmailTemplateWithContext is the same as GetCustomVerificationEmailTemplate with the addition of the ability to pass a context and additional request options.
See GetCustomVerificationEmailTemplate for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (c *SESV2) GetDedicatedIp(input *GetDedicatedIpInput) (*GetDedicatedIpOutput, error)
GetDedicatedIp API operation for Amazon Simple Email Service.
Get information about a dedicated IP address, including the name of the dedicated IP pool that it's associated with, as well information about the automatic warm-up process for the address.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon Simple Email Service's API operation GetDedicatedIp for usage and error information.
Returned Error Types:
* TooManyRequestsException Too many requests have been made to the operation. * NotFoundException The resource you attempted to access doesn't exist. * BadRequestException The input you provided is invalid.
See also, https://docs.aws.amazon.com/goto/WebAPI/sesv2-2019-09-27/GetDedicatedIp
func (c *SESV2) GetDedicatedIpRequest(input *GetDedicatedIpInput) (req *request.Request, output *GetDedicatedIpOutput)
GetDedicatedIpRequest generates a "aws/request.Request" representing the client's request for the GetDedicatedIp operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See GetDedicatedIp for more information on using the GetDedicatedIp API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the GetDedicatedIpRequest method. req, resp := client.GetDedicatedIpRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/sesv2-2019-09-27/GetDedicatedIp
func (c *SESV2) GetDedicatedIpWithContext(ctx aws.Context, input *GetDedicatedIpInput, opts ...request.Option) (*GetDedicatedIpOutput, error)
GetDedicatedIpWithContext is the same as GetDedicatedIp with the addition of the ability to pass a context and additional request options.
See GetDedicatedIp for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (c *SESV2) GetDedicatedIps(input *GetDedicatedIpsInput) (*GetDedicatedIpsOutput, error)
GetDedicatedIps API operation for Amazon Simple Email Service.
List the dedicated IP addresses that are associated with your AWS account.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon Simple Email Service's API operation GetDedicatedIps for usage and error information.
Returned Error Types:
* TooManyRequestsException Too many requests have been made to the operation. * NotFoundException The resource you attempted to access doesn't exist. * BadRequestException The input you provided is invalid.
See also, https://docs.aws.amazon.com/goto/WebAPI/sesv2-2019-09-27/GetDedicatedIps
func (c *SESV2) GetDedicatedIpsPages(input *GetDedicatedIpsInput, fn func(*GetDedicatedIpsOutput, bool) bool) error
GetDedicatedIpsPages iterates over the pages of a GetDedicatedIps operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.
See GetDedicatedIps method for more information on how to use this operation.
Note: This operation can generate multiple requests to a service.
// Example iterating over at most 3 pages of a GetDedicatedIps operation. pageNum := 0 err := client.GetDedicatedIpsPages(params, func(page *sesv2.GetDedicatedIpsOutput, lastPage bool) bool { pageNum++ fmt.Println(page) return pageNum <= 3 })
func (c *SESV2) GetDedicatedIpsPagesWithContext(ctx aws.Context, input *GetDedicatedIpsInput, fn func(*GetDedicatedIpsOutput, bool) bool, opts ...request.Option) error
GetDedicatedIpsPagesWithContext same as GetDedicatedIpsPages except it takes a Context and allows setting request options on the pages.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (c *SESV2) GetDedicatedIpsRequest(input *GetDedicatedIpsInput) (req *request.Request, output *GetDedicatedIpsOutput)
GetDedicatedIpsRequest generates a "aws/request.Request" representing the client's request for the GetDedicatedIps operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See GetDedicatedIps for more information on using the GetDedicatedIps API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the GetDedicatedIpsRequest method. req, resp := client.GetDedicatedIpsRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/sesv2-2019-09-27/GetDedicatedIps
func (c *SESV2) GetDedicatedIpsWithContext(ctx aws.Context, input *GetDedicatedIpsInput, opts ...request.Option) (*GetDedicatedIpsOutput, error)
GetDedicatedIpsWithContext is the same as GetDedicatedIps with the addition of the ability to pass a context and additional request options.
See GetDedicatedIps for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (c *SESV2) GetDeliverabilityDashboardOptions(input *GetDeliverabilityDashboardOptionsInput) (*GetDeliverabilityDashboardOptionsOutput, error)
GetDeliverabilityDashboardOptions API operation for Amazon Simple Email Service.
Retrieve information about the status of the Deliverability dashboard for your account. When the Deliverability dashboard is enabled, you gain access to reputation, deliverability, and other metrics for the domains that you use to send email. You also gain the ability to perform predictive inbox placement tests.
When you use the Deliverability dashboard, you pay a monthly subscription charge, in addition to any other fees that you accrue by using Amazon SES and other AWS services. For more information about the features and cost of a Deliverability dashboard subscription, see Amazon SES Pricing (http://aws.amazon.com/ses/pricing/).
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon Simple Email Service's API operation GetDeliverabilityDashboardOptions for usage and error information.
Returned Error Types:
* TooManyRequestsException Too many requests have been made to the operation. * LimitExceededException There are too many instances of the specified resource type. * BadRequestException The input you provided is invalid.
See also, https://docs.aws.amazon.com/goto/WebAPI/sesv2-2019-09-27/GetDeliverabilityDashboardOptions
func (c *SESV2) GetDeliverabilityDashboardOptionsRequest(input *GetDeliverabilityDashboardOptionsInput) (req *request.Request, output *GetDeliverabilityDashboardOptionsOutput)
GetDeliverabilityDashboardOptionsRequest generates a "aws/request.Request" representing the client's request for the GetDeliverabilityDashboardOptions operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See GetDeliverabilityDashboardOptions for more information on using the GetDeliverabilityDashboardOptions API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the GetDeliverabilityDashboardOptionsRequest method. req, resp := client.GetDeliverabilityDashboardOptionsRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/sesv2-2019-09-27/GetDeliverabilityDashboardOptions
func (c *SESV2) GetDeliverabilityDashboardOptionsWithContext(ctx aws.Context, input *GetDeliverabilityDashboardOptionsInput, opts ...request.Option) (*GetDeliverabilityDashboardOptionsOutput, error)
GetDeliverabilityDashboardOptionsWithContext is the same as GetDeliverabilityDashboardOptions with the addition of the ability to pass a context and additional request options.
See GetDeliverabilityDashboardOptions for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (c *SESV2) GetDeliverabilityTestReport(input *GetDeliverabilityTestReportInput) (*GetDeliverabilityTestReportOutput, error)
GetDeliverabilityTestReport API operation for Amazon Simple Email Service.
Retrieve the results of a predictive inbox placement test.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon Simple Email Service's API operation GetDeliverabilityTestReport for usage and error information.
Returned Error Types:
* TooManyRequestsException Too many requests have been made to the operation. * NotFoundException The resource you attempted to access doesn't exist. * BadRequestException The input you provided is invalid.
See also, https://docs.aws.amazon.com/goto/WebAPI/sesv2-2019-09-27/GetDeliverabilityTestReport
func (c *SESV2) GetDeliverabilityTestReportRequest(input *GetDeliverabilityTestReportInput) (req *request.Request, output *GetDeliverabilityTestReportOutput)
GetDeliverabilityTestReportRequest generates a "aws/request.Request" representing the client's request for the GetDeliverabilityTestReport operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See GetDeliverabilityTestReport for more information on using the GetDeliverabilityTestReport API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the GetDeliverabilityTestReportRequest method. req, resp := client.GetDeliverabilityTestReportRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/sesv2-2019-09-27/GetDeliverabilityTestReport
func (c *SESV2) GetDeliverabilityTestReportWithContext(ctx aws.Context, input *GetDeliverabilityTestReportInput, opts ...request.Option) (*GetDeliverabilityTestReportOutput, error)
GetDeliverabilityTestReportWithContext is the same as GetDeliverabilityTestReport with the addition of the ability to pass a context and additional request options.
See GetDeliverabilityTestReport for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (c *SESV2) GetDomainDeliverabilityCampaign(input *GetDomainDeliverabilityCampaignInput) (*GetDomainDeliverabilityCampaignOutput, error)
GetDomainDeliverabilityCampaign API operation for Amazon Simple Email Service.
Retrieve all the deliverability data for a specific campaign. This data is available for a campaign only if the campaign sent email by using a domain that the Deliverability dashboard is enabled for.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon Simple Email Service's API operation GetDomainDeliverabilityCampaign for usage and error information.
Returned Error Types:
* TooManyRequestsException Too many requests have been made to the operation. * BadRequestException The input you provided is invalid. * NotFoundException The resource you attempted to access doesn't exist.
See also, https://docs.aws.amazon.com/goto/WebAPI/sesv2-2019-09-27/GetDomainDeliverabilityCampaign
func (c *SESV2) GetDomainDeliverabilityCampaignRequest(input *GetDomainDeliverabilityCampaignInput) (req *request.Request, output *GetDomainDeliverabilityCampaignOutput)
GetDomainDeliverabilityCampaignRequest generates a "aws/request.Request" representing the client's request for the GetDomainDeliverabilityCampaign operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See GetDomainDeliverabilityCampaign for more information on using the GetDomainDeliverabilityCampaign API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the GetDomainDeliverabilityCampaignRequest method. req, resp := client.GetDomainDeliverabilityCampaignRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/sesv2-2019-09-27/GetDomainDeliverabilityCampaign
func (c *SESV2) GetDomainDeliverabilityCampaignWithContext(ctx aws.Context, input *GetDomainDeliverabilityCampaignInput, opts ...request.Option) (*GetDomainDeliverabilityCampaignOutput, error)
GetDomainDeliverabilityCampaignWithContext is the same as GetDomainDeliverabilityCampaign with the addition of the ability to pass a context and additional request options.
See GetDomainDeliverabilityCampaign for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (c *SESV2) GetDomainStatisticsReport(input *GetDomainStatisticsReportInput) (*GetDomainStatisticsReportOutput, error)
GetDomainStatisticsReport API operation for Amazon Simple Email Service.
Retrieve inbox placement and engagement rates for the domains that you use to send email.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon Simple Email Service's API operation GetDomainStatisticsReport for usage and error information.
Returned Error Types:
* TooManyRequestsException Too many requests have been made to the operation. * NotFoundException The resource you attempted to access doesn't exist. * BadRequestException The input you provided is invalid.
See also, https://docs.aws.amazon.com/goto/WebAPI/sesv2-2019-09-27/GetDomainStatisticsReport
func (c *SESV2) GetDomainStatisticsReportRequest(input *GetDomainStatisticsReportInput) (req *request.Request, output *GetDomainStatisticsReportOutput)
GetDomainStatisticsReportRequest generates a "aws/request.Request" representing the client's request for the GetDomainStatisticsReport operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See GetDomainStatisticsReport for more information on using the GetDomainStatisticsReport API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the GetDomainStatisticsReportRequest method. req, resp := client.GetDomainStatisticsReportRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/sesv2-2019-09-27/GetDomainStatisticsReport
func (c *SESV2) GetDomainStatisticsReportWithContext(ctx aws.Context, input *GetDomainStatisticsReportInput, opts ...request.Option) (*GetDomainStatisticsReportOutput, error)
GetDomainStatisticsReportWithContext is the same as GetDomainStatisticsReport with the addition of the ability to pass a context and additional request options.
See GetDomainStatisticsReport for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (c *SESV2) GetEmailIdentity(input *GetEmailIdentityInput) (*GetEmailIdentityOutput, error)
GetEmailIdentity API operation for Amazon Simple Email Service.
Provides information about a specific identity, including the identity's verification status, sending authorization policies, its DKIM authentication status, and its custom Mail-From settings.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon Simple Email Service's API operation GetEmailIdentity for usage and error information.
Returned Error Types:
* NotFoundException The resource you attempted to access doesn't exist. * TooManyRequestsException Too many requests have been made to the operation. * BadRequestException The input you provided is invalid.
See also, https://docs.aws.amazon.com/goto/WebAPI/sesv2-2019-09-27/GetEmailIdentity
func (c *SESV2) GetEmailIdentityPolicies(input *GetEmailIdentityPoliciesInput) (*GetEmailIdentityPoliciesOutput, error)
GetEmailIdentityPolicies API operation for Amazon Simple Email Service.
Returns the requested sending authorization policies for the given identity (an email address or a domain). The policies are returned as a map of policy names to policy contents. You can retrieve a maximum of 20 policies at a time.
This API is for the identity owner only. If you have not verified the identity, this API will return an error.
Sending authorization is a feature that enables an identity owner to authorize other senders to use its identities. For information about using sending authorization, see the Amazon SES Developer Guide (https://docs.aws.amazon.com/ses/latest/DeveloperGuide/sending-authorization.html).
You can execute this operation no more than once per second.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon Simple Email Service's API operation GetEmailIdentityPolicies for usage and error information.
Returned Error Types:
* NotFoundException The resource you attempted to access doesn't exist. * TooManyRequestsException Too many requests have been made to the operation. * BadRequestException The input you provided is invalid.
See also, https://docs.aws.amazon.com/goto/WebAPI/sesv2-2019-09-27/GetEmailIdentityPolicies
func (c *SESV2) GetEmailIdentityPoliciesRequest(input *GetEmailIdentityPoliciesInput) (req *request.Request, output *GetEmailIdentityPoliciesOutput)
GetEmailIdentityPoliciesRequest generates a "aws/request.Request" representing the client's request for the GetEmailIdentityPolicies operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See GetEmailIdentityPolicies for more information on using the GetEmailIdentityPolicies API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the GetEmailIdentityPoliciesRequest method. req, resp := client.GetEmailIdentityPoliciesRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/sesv2-2019-09-27/GetEmailIdentityPolicies
func (c *SESV2) GetEmailIdentityPoliciesWithContext(ctx aws.Context, input *GetEmailIdentityPoliciesInput, opts ...request.Option) (*GetEmailIdentityPoliciesOutput, error)
GetEmailIdentityPoliciesWithContext is the same as GetEmailIdentityPolicies with the addition of the ability to pass a context and additional request options.
See GetEmailIdentityPolicies for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (c *SESV2) GetEmailIdentityRequest(input *GetEmailIdentityInput) (req *request.Request, output *GetEmailIdentityOutput)
GetEmailIdentityRequest generates a "aws/request.Request" representing the client's request for the GetEmailIdentity operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See GetEmailIdentity for more information on using the GetEmailIdentity API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the GetEmailIdentityRequest method. req, resp := client.GetEmailIdentityRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/sesv2-2019-09-27/GetEmailIdentity
func (c *SESV2) GetEmailIdentityWithContext(ctx aws.Context, input *GetEmailIdentityInput, opts ...request.Option) (*GetEmailIdentityOutput, error)
GetEmailIdentityWithContext is the same as GetEmailIdentity with the addition of the ability to pass a context and additional request options.
See GetEmailIdentity for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (c *SESV2) GetEmailTemplate(input *GetEmailTemplateInput) (*GetEmailTemplateOutput, error)
GetEmailTemplate API operation for Amazon Simple Email Service.
Displays the template object (which includes the subject line, HTML part and text part) for the template you specify.
You can execute this operation no more than once per second.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon Simple Email Service's API operation GetEmailTemplate for usage and error information.
Returned Error Types:
* NotFoundException The resource you attempted to access doesn't exist. * TooManyRequestsException Too many requests have been made to the operation. * BadRequestException The input you provided is invalid.
See also, https://docs.aws.amazon.com/goto/WebAPI/sesv2-2019-09-27/GetEmailTemplate
func (c *SESV2) GetEmailTemplateRequest(input *GetEmailTemplateInput) (req *request.Request, output *GetEmailTemplateOutput)
GetEmailTemplateRequest generates a "aws/request.Request" representing the client's request for the GetEmailTemplate operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See GetEmailTemplate for more information on using the GetEmailTemplate API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the GetEmailTemplateRequest method. req, resp := client.GetEmailTemplateRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/sesv2-2019-09-27/GetEmailTemplate
func (c *SESV2) GetEmailTemplateWithContext(ctx aws.Context, input *GetEmailTemplateInput, opts ...request.Option) (*GetEmailTemplateOutput, error)
GetEmailTemplateWithContext is the same as GetEmailTemplate with the addition of the ability to pass a context and additional request options.
See GetEmailTemplate for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (c *SESV2) GetImportJob(input *GetImportJobInput) (*GetImportJobOutput, error)
GetImportJob API operation for Amazon Simple Email Service.
Provides information about an import job.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon Simple Email Service's API operation GetImportJob for usage and error information.
Returned Error Types:
* BadRequestException The input you provided is invalid. * NotFoundException The resource you attempted to access doesn't exist. * TooManyRequestsException Too many requests have been made to the operation.
See also, https://docs.aws.amazon.com/goto/WebAPI/sesv2-2019-09-27/GetImportJob
func (c *SESV2) GetImportJobRequest(input *GetImportJobInput) (req *request.Request, output *GetImportJobOutput)
GetImportJobRequest generates a "aws/request.Request" representing the client's request for the GetImportJob operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See GetImportJob for more information on using the GetImportJob API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the GetImportJobRequest method. req, resp := client.GetImportJobRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/sesv2-2019-09-27/GetImportJob
func (c *SESV2) GetImportJobWithContext(ctx aws.Context, input *GetImportJobInput, opts ...request.Option) (*GetImportJobOutput, error)
GetImportJobWithContext is the same as GetImportJob with the addition of the ability to pass a context and additional request options.
See GetImportJob for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (c *SESV2) GetSuppressedDestination(input *GetSuppressedDestinationInput) (*GetSuppressedDestinationOutput, error)
GetSuppressedDestination API operation for Amazon Simple Email Service.
Retrieves information about a specific email address that's on the suppression list for your account.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon Simple Email Service's API operation GetSuppressedDestination for usage and error information.
Returned Error Types:
* BadRequestException The input you provided is invalid. * TooManyRequestsException Too many requests have been made to the operation. * NotFoundException The resource you attempted to access doesn't exist.
See also, https://docs.aws.amazon.com/goto/WebAPI/sesv2-2019-09-27/GetSuppressedDestination
func (c *SESV2) GetSuppressedDestinationRequest(input *GetSuppressedDestinationInput) (req *request.Request, output *GetSuppressedDestinationOutput)
GetSuppressedDestinationRequest generates a "aws/request.Request" representing the client's request for the GetSuppressedDestination operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See GetSuppressedDestination for more information on using the GetSuppressedDestination API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the GetSuppressedDestinationRequest method. req, resp := client.GetSuppressedDestinationRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/sesv2-2019-09-27/GetSuppressedDestination
func (c *SESV2) GetSuppressedDestinationWithContext(ctx aws.Context, input *GetSuppressedDestinationInput, opts ...request.Option) (*GetSuppressedDestinationOutput, error)
GetSuppressedDestinationWithContext is the same as GetSuppressedDestination with the addition of the ability to pass a context and additional request options.
See GetSuppressedDestination for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (c *SESV2) ListConfigurationSets(input *ListConfigurationSetsInput) (*ListConfigurationSetsOutput, error)
ListConfigurationSets API operation for Amazon Simple Email Service.
List all of the configuration sets associated with your account in the current region.
Configuration sets are groups of rules that you can apply to the emails you send. You apply a configuration set to an email by including a reference to the configuration set in the headers of the email. When you apply a configuration set to an email, all of the rules in that configuration set are applied to the email.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon Simple Email Service's API operation ListConfigurationSets for usage and error information.
Returned Error Types:
* TooManyRequestsException Too many requests have been made to the operation. * BadRequestException The input you provided is invalid.
See also, https://docs.aws.amazon.com/goto/WebAPI/sesv2-2019-09-27/ListConfigurationSets
func (c *SESV2) ListConfigurationSetsPages(input *ListConfigurationSetsInput, fn func(*ListConfigurationSetsOutput, bool) bool) error
ListConfigurationSetsPages iterates over the pages of a ListConfigurationSets operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.
See ListConfigurationSets method for more information on how to use this operation.
Note: This operation can generate multiple requests to a service.
// Example iterating over at most 3 pages of a ListConfigurationSets operation. pageNum := 0 err := client.ListConfigurationSetsPages(params, func(page *sesv2.ListConfigurationSetsOutput, lastPage bool) bool { pageNum++ fmt.Println(page) return pageNum <= 3 })
func (c *SESV2) ListConfigurationSetsPagesWithContext(ctx aws.Context, input *ListConfigurationSetsInput, fn func(*ListConfigurationSetsOutput, bool) bool, opts ...request.Option) error
ListConfigurationSetsPagesWithContext same as ListConfigurationSetsPages except it takes a Context and allows setting request options on the pages.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (c *SESV2) ListConfigurationSetsRequest(input *ListConfigurationSetsInput) (req *request.Request, output *ListConfigurationSetsOutput)
ListConfigurationSetsRequest generates a "aws/request.Request" representing the client's request for the ListConfigurationSets operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See ListConfigurationSets for more information on using the ListConfigurationSets API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the ListConfigurationSetsRequest method. req, resp := client.ListConfigurationSetsRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/sesv2-2019-09-27/ListConfigurationSets
func (c *SESV2) ListConfigurationSetsWithContext(ctx aws.Context, input *ListConfigurationSetsInput, opts ...request.Option) (*ListConfigurationSetsOutput, error)
ListConfigurationSetsWithContext is the same as ListConfigurationSets with the addition of the ability to pass a context and additional request options.
See ListConfigurationSets for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (c *SESV2) ListContactLists(input *ListContactListsInput) (*ListContactListsOutput, error)
ListContactLists API operation for Amazon Simple Email Service.
Lists all of the contact lists available.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon Simple Email Service's API operation ListContactLists for usage and error information.
Returned Error Types:
* BadRequestException The input you provided is invalid. * TooManyRequestsException Too many requests have been made to the operation.
See also, https://docs.aws.amazon.com/goto/WebAPI/sesv2-2019-09-27/ListContactLists
func (c *SESV2) ListContactListsPages(input *ListContactListsInput, fn func(*ListContactListsOutput, bool) bool) error
ListContactListsPages iterates over the pages of a ListContactLists operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.
See ListContactLists method for more information on how to use this operation.
Note: This operation can generate multiple requests to a service.
// Example iterating over at most 3 pages of a ListContactLists operation. pageNum := 0 err := client.ListContactListsPages(params, func(page *sesv2.ListContactListsOutput, lastPage bool) bool { pageNum++ fmt.Println(page) return pageNum <= 3 })
func (c *SESV2) ListContactListsPagesWithContext(ctx aws.Context, input *ListContactListsInput, fn func(*ListContactListsOutput, bool) bool, opts ...request.Option) error
ListContactListsPagesWithContext same as ListContactListsPages except it takes a Context and allows setting request options on the pages.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (c *SESV2) ListContactListsRequest(input *ListContactListsInput) (req *request.Request, output *ListContactListsOutput)
ListContactListsRequest generates a "aws/request.Request" representing the client's request for the ListContactLists operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See ListContactLists for more information on using the ListContactLists API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the ListContactListsRequest method. req, resp := client.ListContactListsRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/sesv2-2019-09-27/ListContactLists
func (c *SESV2) ListContactListsWithContext(ctx aws.Context, input *ListContactListsInput, opts ...request.Option) (*ListContactListsOutput, error)
ListContactListsWithContext is the same as ListContact