ses

package
v0.24.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 22, 2020 License: Apache-2.0 Imports: 9 Imported by: 92

Documentation

Overview

Package ses provides the client and types for making API requests to Amazon SES.

This document contains reference information for the Amazon Simple Email Service (https://aws.amazon.com/ses/) (Amazon SES) API, version 2010-12-01. This document is best used in conjunction with the Amazon SES Developer Guide (https://docs.aws.amazon.com/ses/latest/DeveloperGuide/Welcome.html).

For a list of Amazon SES endpoints to use in service requests, see Regions and Amazon SES (https://docs.aws.amazon.com/ses/latest/DeveloperGuide/regions.html) in the Amazon SES Developer Guide (https://docs.aws.amazon.com/ses/latest/DeveloperGuide/Welcome.html).

See https://docs.aws.amazon.com/goto/WebAPI/email-2010-12-01 for more information on this service.

See ses package documentation for more information. https://docs.aws.amazon.com/sdk-for-go/api/service/ses/

Using the Client

To use Amazon SES with the SDK use the New function to create a new service client. With that client you can make API requests to the service. These clients are safe to use concurrently.

See the SDK's documentation for more information on how to use the SDK. https://docs.aws.amazon.com/sdk-for-go/api/

See aws.Config documentation for more information on configuring SDK clients. https://docs.aws.amazon.com/sdk-for-go/api/aws/#Config

See the Amazon SES client for more information on creating client for this service. https://docs.aws.amazon.com/sdk-for-go/api/service/ses/#New

Index

Examples

Constants

View Source
const (
	ServiceName = "Amazon SES" // Service's name
	ServiceID   = "SES"        // Service's identifier
	EndpointsID = "email"      // Service's Endpoint identifier
)
View Source
const (

	// ErrCodeAccountSendingPausedException for service response error code
	// "AccountSendingPausedException".
	//
	// Indicates that email sending is disabled for your entire Amazon SES account.
	//
	// You can enable or disable email sending for your Amazon SES account using
	// UpdateAccountSendingEnabled.
	ErrCodeAccountSendingPausedException = "AccountSendingPausedException"

	// ErrCodeAlreadyExistsException for service response error code
	// "AlreadyExists".
	//
	// Indicates that a resource could not be created because of a naming conflict.
	ErrCodeAlreadyExistsException = "AlreadyExists"

	// ErrCodeCannotDeleteException for service response error code
	// "CannotDelete".
	//
	// Indicates that the delete operation could not be completed.
	ErrCodeCannotDeleteException = "CannotDelete"

	// ErrCodeConfigurationSetAlreadyExistsException for service response error code
	// "ConfigurationSetAlreadyExists".
	//
	// Indicates that the configuration set could not be created because of a naming
	// conflict.
	ErrCodeConfigurationSetAlreadyExistsException = "ConfigurationSetAlreadyExists"

	// ErrCodeConfigurationSetDoesNotExistException for service response error code
	// "ConfigurationSetDoesNotExist".
	//
	// Indicates that the configuration set does not exist.
	ErrCodeConfigurationSetDoesNotExistException = "ConfigurationSetDoesNotExist"

	// ErrCodeConfigurationSetSendingPausedException for service response error code
	// "ConfigurationSetSendingPausedException".
	//
	// Indicates that email sending is disabled for the configuration set.
	//
	// You can enable or disable email sending for a configuration set using UpdateConfigurationSetSendingEnabled.
	ErrCodeConfigurationSetSendingPausedException = "ConfigurationSetSendingPausedException"

	// ErrCodeCustomVerificationEmailInvalidContentException for service response error code
	// "CustomVerificationEmailInvalidContent".
	//
	// Indicates that custom verification email template provided content is invalid.
	ErrCodeCustomVerificationEmailInvalidContentException = "CustomVerificationEmailInvalidContent"

	// ErrCodeCustomVerificationEmailTemplateAlreadyExistsException for service response error code
	// "CustomVerificationEmailTemplateAlreadyExists".
	//
	// Indicates that a custom verification email template with the name you specified
	// already exists.
	ErrCodeCustomVerificationEmailTemplateAlreadyExistsException = "CustomVerificationEmailTemplateAlreadyExists"

	// ErrCodeCustomVerificationEmailTemplateDoesNotExistException for service response error code
	// "CustomVerificationEmailTemplateDoesNotExist".
	//
	// Indicates that a custom verification email template with the name you specified
	// does not exist.
	ErrCodeCustomVerificationEmailTemplateDoesNotExistException = "CustomVerificationEmailTemplateDoesNotExist"

	// ErrCodeEventDestinationAlreadyExistsException for service response error code
	// "EventDestinationAlreadyExists".
	//
	// Indicates that the event destination could not be created because of a naming
	// conflict.
	ErrCodeEventDestinationAlreadyExistsException = "EventDestinationAlreadyExists"

	// ErrCodeEventDestinationDoesNotExistException for service response error code
	// "EventDestinationDoesNotExist".
	//
	// Indicates that the event destination does not exist.
	ErrCodeEventDestinationDoesNotExistException = "EventDestinationDoesNotExist"

	// ErrCodeFromEmailAddressNotVerifiedException for service response error code
	// "FromEmailAddressNotVerified".
	//
	// Indicates that the sender address specified for a custom verification email
	// is not verified, and is therefore not eligible to send the custom verification
	// email.
	ErrCodeFromEmailAddressNotVerifiedException = "FromEmailAddressNotVerified"

	// ErrCodeInvalidCloudWatchDestinationException for service response error code
	// "InvalidCloudWatchDestination".
	//
	// Indicates that the Amazon CloudWatch destination is invalid. See the error
	// message for details.
	ErrCodeInvalidCloudWatchDestinationException = "InvalidCloudWatchDestination"

	// ErrCodeInvalidConfigurationSetException for service response error code
	// "InvalidConfigurationSet".
	//
	// Indicates that the configuration set is invalid. See the error message for
	// details.
	ErrCodeInvalidConfigurationSetException = "InvalidConfigurationSet"

	// ErrCodeInvalidDeliveryOptionsException for service response error code
	// "InvalidDeliveryOptions".
	//
	// Indicates that provided delivery option is invalid.
	ErrCodeInvalidDeliveryOptionsException = "InvalidDeliveryOptions"

	// ErrCodeInvalidFirehoseDestinationException for service response error code
	// "InvalidFirehoseDestination".
	//
	// Indicates that the Amazon Kinesis Firehose destination is invalid. See the
	// error message for details.
	ErrCodeInvalidFirehoseDestinationException = "InvalidFirehoseDestination"

	// ErrCodeInvalidLambdaFunctionException for service response error code
	// "InvalidLambdaFunction".
	//
	// Indicates that the provided AWS Lambda function is invalid, or that Amazon
	// SES could not execute the provided function, possibly due to permissions
	// issues. For information about giving permissions, see the Amazon SES Developer
	// Guide (https://docs.aws.amazon.com/ses/latest/DeveloperGuide/receiving-email-permissions.html).
	ErrCodeInvalidLambdaFunctionException = "InvalidLambdaFunction"

	// ErrCodeInvalidPolicyException for service response error code
	// "InvalidPolicy".
	//
	// Indicates that the provided policy is invalid. Check the error stack for
	// more information about what caused the error.
	ErrCodeInvalidPolicyException = "InvalidPolicy"

	// ErrCodeInvalidRenderingParameterException for service response error code
	// "InvalidRenderingParameter".
	//
	// Indicates that one or more of the replacement values you provided is invalid.
	// This error may occur when the TemplateData object contains invalid JSON.
	ErrCodeInvalidRenderingParameterException = "InvalidRenderingParameter"

	// ErrCodeInvalidS3ConfigurationException for service response error code
	// "InvalidS3Configuration".
	//
	// Indicates that the provided Amazon S3 bucket or AWS KMS encryption key is
	// invalid, or that Amazon SES could not publish to the bucket, possibly due
	// to permissions issues. For information about giving permissions, see the
	// Amazon SES Developer Guide (https://docs.aws.amazon.com/ses/latest/DeveloperGuide/receiving-email-permissions.html).
	ErrCodeInvalidS3ConfigurationException = "InvalidS3Configuration"

	// ErrCodeInvalidSNSDestinationException for service response error code
	// "InvalidSNSDestination".
	//
	// Indicates that the Amazon Simple Notification Service (Amazon SNS) destination
	// is invalid. See the error message for details.
	ErrCodeInvalidSNSDestinationException = "InvalidSNSDestination"

	// ErrCodeInvalidSnsTopicException for service response error code
	// "InvalidSnsTopic".
	//
	// Indicates that the provided Amazon SNS topic is invalid, or that Amazon SES
	// could not publish to the topic, possibly due to permissions issues. For information
	// about giving permissions, see the Amazon SES Developer Guide (https://docs.aws.amazon.com/ses/latest/DeveloperGuide/receiving-email-permissions.html).
	ErrCodeInvalidSnsTopicException = "InvalidSnsTopic"

	// ErrCodeInvalidTemplateException for service response error code
	// "InvalidTemplate".
	//
	// Indicates that the template that you specified could not be rendered. This
	// issue may occur when a template refers to a partial that does not exist.
	ErrCodeInvalidTemplateException = "InvalidTemplate"

	// ErrCodeInvalidTrackingOptionsException for service response error code
	// "InvalidTrackingOptions".
	//
	// Indicates that the custom domain to be used for open and click tracking redirects
	// is invalid. This error appears most often in the following situations:
	//
	//    * When the tracking domain you specified is not verified in Amazon SES.
	//
	//    * When the tracking domain you specified is not a valid domain or subdomain.
	ErrCodeInvalidTrackingOptionsException = "InvalidTrackingOptions"

	// ErrCodeLimitExceededException for service response error code
	// "LimitExceeded".
	//
	// Indicates that a resource could not be created because of service limits.
	// For a list of Amazon SES limits, see the Amazon SES Developer Guide (https://docs.aws.amazon.com/ses/latest/DeveloperGuide/limits.html).
	ErrCodeLimitExceededException = "LimitExceeded"

	// ErrCodeMailFromDomainNotVerifiedException for service response error code
	// "MailFromDomainNotVerifiedException".
	//
	// Indicates that the message could not be sent because Amazon SES could not
	// read the MX record required to use the specified MAIL FROM domain. For information
	// about editing the custom MAIL FROM domain settings for an identity, see the
	// Amazon SES Developer Guide (https://docs.aws.amazon.com/ses/latest/DeveloperGuide/mail-from-edit.html).
	ErrCodeMailFromDomainNotVerifiedException = "MailFromDomainNotVerifiedException"

	// ErrCodeMessageRejected for service response error code
	// "MessageRejected".
	//
	// Indicates that the action failed, and the message could not be sent. Check
	// the error stack for more information about what caused the error.
	ErrCodeMessageRejected = "MessageRejected"

	// ErrCodeMissingRenderingAttributeException for service response error code
	// "MissingRenderingAttribute".
	//
	// Indicates that one or more of the replacement values for the specified template
	// was not specified. Ensure that the TemplateData object contains references
	// to all of the replacement tags in the specified template.
	ErrCodeMissingRenderingAttributeException = "MissingRenderingAttribute"

	// ErrCodeProductionAccessNotGrantedException for service response error code
	// "ProductionAccessNotGranted".
	//
	// Indicates that the account has not been granted production access.
	ErrCodeProductionAccessNotGrantedException = "ProductionAccessNotGranted"

	// ErrCodeRuleDoesNotExistException for service response error code
	// "RuleDoesNotExist".
	//
	// Indicates that the provided receipt rule does not exist.
	ErrCodeRuleDoesNotExistException = "RuleDoesNotExist"

	// ErrCodeRuleSetDoesNotExistException for service response error code
	// "RuleSetDoesNotExist".
	//
	// Indicates that the provided receipt rule set does not exist.
	ErrCodeRuleSetDoesNotExistException = "RuleSetDoesNotExist"

	// ErrCodeTemplateDoesNotExistException for service response error code
	// "TemplateDoesNotExist".
	//
	// Indicates that the Template object you specified does not exist in your Amazon
	// SES account.
	ErrCodeTemplateDoesNotExistException = "TemplateDoesNotExist"

	// ErrCodeTrackingOptionsAlreadyExistsException for service response error code
	// "TrackingOptionsAlreadyExistsException".
	//
	// Indicates that the configuration set you specified already contains a TrackingOptions
	// object.
	ErrCodeTrackingOptionsAlreadyExistsException = "TrackingOptionsAlreadyExistsException"

	// ErrCodeTrackingOptionsDoesNotExistException for service response error code
	// "TrackingOptionsDoesNotExistException".
	//
	// Indicates that the TrackingOptions object you specified does not exist.
	ErrCodeTrackingOptionsDoesNotExistException = "TrackingOptionsDoesNotExistException"
)

Variables

This section is empty.

Functions

This section is empty.

Types

type AddHeaderAction

type AddHeaderAction struct {

	// The name of the header to add. Must be between 1 and 50 characters, inclusive,
	// and consist of alphanumeric (a-z, A-Z, 0-9) characters and dashes only.
	//
	// HeaderName is a required field
	HeaderName *string `type:"string" required:"true"`

	// Must be less than 2048 characters, and must not contain newline characters
	// ("\r" or "\n").
	//
	// HeaderValue is a required field
	HeaderValue *string `type:"string" required:"true"`
	// contains filtered or unexported fields
}

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

For information about adding a header using a receipt rule, see the Amazon SES Developer Guide (https://docs.aws.amazon.com/ses/latest/DeveloperGuide/receiving-email-action-add-header.html).

func (AddHeaderAction) String

func (s AddHeaderAction) String() string

String returns the string representation

func (*AddHeaderAction) Validate

func (s *AddHeaderAction) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type BehaviorOnMXFailure

type BehaviorOnMXFailure string
const (
	BehaviorOnMXFailureUseDefaultValue BehaviorOnMXFailure = "UseDefaultValue"
	BehaviorOnMXFailureRejectMessage   BehaviorOnMXFailure = "RejectMessage"
)

Enum values for BehaviorOnMXFailure

func (BehaviorOnMXFailure) MarshalValue added in v0.3.0

func (enum BehaviorOnMXFailure) MarshalValue() (string, error)

func (BehaviorOnMXFailure) MarshalValueBuf added in v0.3.0

func (enum BehaviorOnMXFailure) MarshalValueBuf(b []byte) ([]byte, error)

type Body

type Body struct {

	// The content of the message, in HTML format. Use this for email clients that
	// can process HTML. You can include clickable links, formatted text, and much
	// more in an HTML message.
	Html *Content `type:"structure"`

	// The content of the message, in text format. Use this for text-based email
	// clients, or clients on high-latency networks (such as mobile devices).
	Text *Content `type:"structure"`
	// contains filtered or unexported fields
}

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

func (Body) String

func (s Body) String() string

String returns the string representation

func (*Body) Validate

func (s *Body) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type BounceAction

type BounceAction struct {

	// Human-readable text to include in the bounce message.
	//
	// Message is a required field
	Message *string `type:"string" required:"true"`

	// The email address of the sender of the bounced email. This is the address
	// from which the bounce message will be sent.
	//
	// Sender is a required field
	Sender *string `type:"string" required:"true"`

	// The SMTP reply code, as defined by RFC 5321 (https://tools.ietf.org/html/rfc5321).
	//
	// SmtpReplyCode is a required field
	SmtpReplyCode *string `type:"string" required:"true"`

	// The SMTP enhanced status code, as defined by RFC 3463 (https://tools.ietf.org/html/rfc3463).
	StatusCode *string `type:"string"`

	// The Amazon Resource Name (ARN) of the Amazon SNS topic to notify when the
	// bounce action is taken. An example of an Amazon SNS topic ARN is arn:aws:sns:us-west-2:123456789012:MyTopic.
	// For more information about Amazon SNS topics, see the Amazon SNS Developer
	// Guide (https://docs.aws.amazon.com/sns/latest/dg/CreateTopic.html).
	TopicArn *string `type:"string"`
	// contains filtered or unexported fields
}

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

For information about sending a bounce message in response to a received email, see the Amazon SES Developer Guide (https://docs.aws.amazon.com/ses/latest/DeveloperGuide/receiving-email-action-bounce.html).

func (BounceAction) String

func (s BounceAction) String() string

String returns the string representation

func (*BounceAction) Validate

func (s *BounceAction) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type BounceType

type BounceType string
const (
	BounceTypeDoesNotExist     BounceType = "DoesNotExist"
	BounceTypeMessageTooLarge  BounceType = "MessageTooLarge"
	BounceTypeExceededQuota    BounceType = "ExceededQuota"
	BounceTypeContentRejected  BounceType = "ContentRejected"
	BounceTypeUndefined        BounceType = "Undefined"
	BounceTypeTemporaryFailure BounceType = "TemporaryFailure"
)

Enum values for BounceType

func (BounceType) MarshalValue added in v0.3.0

func (enum BounceType) MarshalValue() (string, error)

func (BounceType) MarshalValueBuf added in v0.3.0

func (enum BounceType) MarshalValueBuf(b []byte) ([]byte, error)

type BouncedRecipientInfo

type BouncedRecipientInfo struct {

	// The reason for the bounce. You must provide either this parameter or RecipientDsnFields.
	BounceType BounceType `type:"string" enum:"true"`

	// The email address of the recipient of the bounced email.
	//
	// Recipient is a required field
	Recipient *string `type:"string" required:"true"`

	// This parameter is used only for sending authorization. It is the ARN of the
	// identity that is associated with the sending authorization policy that permits
	// you to receive email for the recipient of the bounced email. For more information
	// about sending authorization, see the Amazon SES Developer Guide (https://docs.aws.amazon.com/ses/latest/DeveloperGuide/sending-authorization.html).
	RecipientArn *string `type:"string"`

	// Recipient-related DSN fields, most of which would normally be filled in automatically
	// when provided with a BounceType. You must provide either this parameter or
	// BounceType.
	RecipientDsnFields *RecipientDsnFields `type:"structure"`
	// contains filtered or unexported fields
}

Recipient-related information to include in the Delivery Status Notification (DSN) when an email that Amazon SES receives on your behalf bounces.

For information about receiving email through Amazon SES, see the Amazon SES Developer Guide (https://docs.aws.amazon.com/ses/latest/DeveloperGuide/receiving-email.html).

func (BouncedRecipientInfo) String

func (s BouncedRecipientInfo) String() string

String returns the string representation

func (*BouncedRecipientInfo) Validate

func (s *BouncedRecipientInfo) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type BulkEmailDestination added in v0.2.0

type BulkEmailDestination 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"`

	// A list of tags, in the form of name/value pairs, to apply to an email that
	// you send using SendBulkTemplatedEmail. Tags correspond to characteristics
	// of the email that you define, so that you can publish email sending events.
	ReplacementTags []MessageTag `type:"list"`

	// 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 array that contains one or more Destinations, as well as the tags and replacement data associated with each of those Destinations.

func (BulkEmailDestination) String added in v0.2.0

func (s BulkEmailDestination) String() string

String returns the string representation

func (*BulkEmailDestination) Validate added in v0.2.0

func (s *BulkEmailDestination) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type BulkEmailDestinationStatus added in v0.2.0

type BulkEmailDestinationStatus 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.
	//
	//    * MessageRejected: The message was rejected because it contained a virus.
	//
	//    * MailFromDomainNotVerified: The sender's email address or domain was
	//    not verified.
	//
	//    * ConfigurationSetDoesNotExist: The configuration set you specified does
	//    not exist.
	//
	//    * TemplateDoesNotExist: The template you specified does not exist.
	//
	//    * AccountSuspended: Your account has been shut down because of issues
	//    related to your email sending practices.
	//
	//    * AccountThrottled: The number of emails you can send has been reduced
	//    because your account has exceeded its allocated sending limit.
	//
	//    * AccountDailyQuotaExceeded: You have reached or exceeded the maximum
	//    number of emails you can send from your account in a 24-hour period.
	//
	//    * InvalidSendingPoolName: The configuration set you specified refers to
	//    an IP pool that does not exist.
	//
	//    * AccountSendingPaused: Email sending for the Amazon SES account was disabled
	//    using the UpdateAccountSendingEnabled operation.
	//
	//    * ConfigurationSetSendingPaused: Email sending for this configuration
	//    set was disabled using the UpdateConfigurationSetSendingEnabled operation.
	//
	//    * InvalidParameterValue: One or more of the parameters you specified when
	//    calling this operation was invalid. See the error message for additional
	//    information.
	//
	//    * TransientFailure: Amazon SES was unable to process your request because
	//    of a temporary issue.
	//
	//    * Failed: Amazon SES was unable to process your request. See the error
	//    message for additional information.
	Status BulkEmailStatus `type:"string" enum:"true"`
	// contains filtered or unexported fields
}

An object that contains the response from the SendBulkTemplatedEmail operation.

func (BulkEmailDestinationStatus) String added in v0.2.0

String returns the string representation

type BulkEmailStatus added in v0.2.0

type BulkEmailStatus string
const (
	BulkEmailStatusSuccess                       BulkEmailStatus = "Success"
	BulkEmailStatusMessageRejected               BulkEmailStatus = "MessageRejected"
	BulkEmailStatusMailFromDomainNotVerified     BulkEmailStatus = "MailFromDomainNotVerified"
	BulkEmailStatusConfigurationSetDoesNotExist  BulkEmailStatus = "ConfigurationSetDoesNotExist"
	BulkEmailStatusTemplateDoesNotExist          BulkEmailStatus = "TemplateDoesNotExist"
	BulkEmailStatusAccountSuspended              BulkEmailStatus = "AccountSuspended"
	BulkEmailStatusAccountThrottled              BulkEmailStatus = "AccountThrottled"
	BulkEmailStatusAccountDailyQuotaExceeded     BulkEmailStatus = "AccountDailyQuotaExceeded"
	BulkEmailStatusInvalidSendingPoolName        BulkEmailStatus = "InvalidSendingPoolName"
	BulkEmailStatusAccountSendingPaused          BulkEmailStatus = "AccountSendingPaused"
	BulkEmailStatusConfigurationSetSendingPaused BulkEmailStatus = "ConfigurationSetSendingPaused"
	BulkEmailStatusInvalidParameterValue         BulkEmailStatus = "InvalidParameterValue"
	BulkEmailStatusTransientFailure              BulkEmailStatus = "TransientFailure"
	BulkEmailStatusFailed                        BulkEmailStatus = "Failed"
)

Enum values for BulkEmailStatus

func (BulkEmailStatus) MarshalValue added in v0.3.0

func (enum BulkEmailStatus) MarshalValue() (string, error)

func (BulkEmailStatus) MarshalValueBuf added in v0.3.0

func (enum BulkEmailStatus) MarshalValueBuf(b []byte) ([]byte, error)

type Client added in v0.9.0

type Client struct {
	*aws.Client
}

Client provides the API operation methods for making requests to Amazon SES. See this package's package overview docs for details on the service.

The client's methods are safe to use concurrently. It is not safe to modify mutate any of the struct's properties though.

func New

func New(config aws.Config) *Client

New creates a new instance of the client from the provided Config.

Example:

// Create a client from just a config.
svc := ses.New(myConfig)

func (*Client) CloneReceiptRuleSetRequest added in v0.9.0

func (c *Client) CloneReceiptRuleSetRequest(input *CloneReceiptRuleSetInput) CloneReceiptRuleSetRequest

CloneReceiptRuleSetRequest returns a request value for making API operation for Amazon Simple Email Service.

Creates a receipt rule set by cloning an existing one. All receipt rules and configurations are copied to the new receipt rule set and are completely independent of the source rule set.

For information about setting up rule sets, see the Amazon SES Developer Guide (https://docs.aws.amazon.com/ses/latest/DeveloperGuide/receiving-email-receipt-rule-set.html).

You can execute this operation no more than once per second.

// Example sending a request using CloneReceiptRuleSetRequest.
req := client.CloneReceiptRuleSetRequest(params)
resp, err := req.Send(context.TODO())
if err == nil {
    fmt.Println(resp)
}

Please also see https://docs.aws.amazon.com/goto/WebAPI/email-2010-12-01/CloneReceiptRuleSet

Example (Shared00)

CloneReceiptRuleSet

The following example creates a receipt rule set by cloning an existing one:

package main

import (
	"context"
	"fmt"

	"github.com/aws/aws-sdk-go-v2/aws"
	"github.com/aws/aws-sdk-go-v2/aws/awserr"
	"github.com/aws/aws-sdk-go-v2/aws/external"
	"github.com/aws/aws-sdk-go-v2/service/ses"
)

func main() {
	cfg, err := external.LoadDefaultAWSConfig()
	if err != nil {
		panic("failed to load config, " + err.Error())
	}

	svc := ses.New(cfg)
	input := &ses.CloneReceiptRuleSetInput{
		OriginalRuleSetName: aws.String("RuleSetToClone"),
		RuleSetName:         aws.String("RuleSetToCreate"),
	}

	req := svc.CloneReceiptRuleSetRequest(input)
	result, err := req.Send(context.Background())
	if err != nil {
		if aerr, ok := err.(awserr.Error); ok {
			switch aerr.Code() {
			case ses.ErrCodeRuleSetDoesNotExistException:
				fmt.Println(ses.ErrCodeRuleSetDoesNotExistException, aerr.Error())
			case ses.ErrCodeAlreadyExistsException:
				fmt.Println(ses.ErrCodeAlreadyExistsException, aerr.Error())
			case ses.ErrCodeLimitExceededException:
				fmt.Println(ses.ErrCodeLimitExceededException, aerr.Error())
			default:
				fmt.Println(aerr.Error())
			}
		} else {
			// Print the error, cast err to awserr.Error to get the Code and
			// Message from an error.
			fmt.Println(err.Error())
		}
		return
	}

	fmt.Println(result)
}
Output:

func (*Client) CreateConfigurationSetEventDestinationRequest added in v0.9.0

func (c *Client) CreateConfigurationSetEventDestinationRequest(input *CreateConfigurationSetEventDestinationInput) CreateConfigurationSetEventDestinationRequest

CreateConfigurationSetEventDestinationRequest returns a request value for making API operation for Amazon Simple Email Service.

Creates a configuration set event destination.

When you create or update an event destination, you must provide one, and only one, destination. The destination can be CloudWatch, Amazon Kinesis Firehose, or Amazon Simple Notification Service (Amazon SNS).

An event destination is the AWS service to which Amazon SES publishes the email sending events associated with a configuration set. For information about using configuration sets, see the Amazon SES Developer Guide (https://docs.aws.amazon.com/ses/latest/DeveloperGuide/monitor-sending-activity.html).

You can execute this operation no more than once per second.

// Example sending a request using CreateConfigurationSetEventDestinationRequest.
req := client.CreateConfigurationSetEventDestinationRequest(params)
resp, err := req.Send(context.TODO())
if err == nil {
    fmt.Println(resp)
}

Please also see https://docs.aws.amazon.com/goto/WebAPI/email-2010-12-01/CreateConfigurationSetEventDestination

func (*Client) CreateConfigurationSetRequest added in v0.9.0

func (c *Client) CreateConfigurationSetRequest(input *CreateConfigurationSetInput) CreateConfigurationSetRequest

CreateConfigurationSetRequest returns a request value for making API operation for Amazon Simple Email Service.

Creates a configuration set.

Configuration sets enable you to publish email sending events. For information about using configuration sets, see the Amazon SES Developer Guide (https://docs.aws.amazon.com/ses/latest/DeveloperGuide/monitor-sending-activity.html).

You can execute this operation no more than once per second.

// Example sending a request using CreateConfigurationSetRequest.
req := client.CreateConfigurationSetRequest(params)
resp, err := req.Send(context.TODO())
if err == nil {
    fmt.Println(resp)
}

Please also see https://docs.aws.amazon.com/goto/WebAPI/email-2010-12-01/CreateConfigurationSet

func (*Client) CreateConfigurationSetTrackingOptionsRequest added in v0.9.0

func (c *Client) CreateConfigurationSetTrackingOptionsRequest(input *CreateConfigurationSetTrackingOptionsInput) CreateConfigurationSetTrackingOptionsRequest

CreateConfigurationSetTrackingOptionsRequest returns a request value for making API operation for Amazon Simple Email Service.

Creates an association between a configuration set and a custom domain for open and click event tracking.

By default, images and links used for tracking open and click events are hosted on domains operated by Amazon SES. You can configure a subdomain of your own to handle these events. For information about using custom domains, see the Amazon SES Developer Guide (https://docs.aws.amazon.com/ses/latest/DeveloperGuide/configure-custom-open-click-domains.html).

// Example sending a request using CreateConfigurationSetTrackingOptionsRequest.
req := client.CreateConfigurationSetTrackingOptionsRequest(params)
resp, err := req.Send(context.TODO())
if err == nil {
    fmt.Println(resp)
}

Please also see https://docs.aws.amazon.com/goto/WebAPI/email-2010-12-01/CreateConfigurationSetTrackingOptions

func (*Client) CreateCustomVerificationEmailTemplateRequest added in v0.9.0

func (c *Client) CreateCustomVerificationEmailTemplateRequest(input *CreateCustomVerificationEmailTemplateInput) CreateCustomVerificationEmailTemplateRequest

CreateCustomVerificationEmailTemplateRequest returns a request value for making 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/custom-verification-emails.html) in the Amazon SES Developer Guide.

You can execute this operation no more than once per second.

// Example sending a request using CreateCustomVerificationEmailTemplateRequest.
req := client.CreateCustomVerificationEmailTemplateRequest(params)
resp, err := req.Send(context.TODO())
if err == nil {
    fmt.Println(resp)
}

Please also see https://docs.aws.amazon.com/goto/WebAPI/email-2010-12-01/CreateCustomVerificationEmailTemplate

func (*Client) CreateReceiptFilterRequest added in v0.9.0

func (c *Client) CreateReceiptFilterRequest(input *CreateReceiptFilterInput) CreateReceiptFilterRequest

CreateReceiptFilterRequest returns a request value for making API operation for Amazon Simple Email Service.

Creates a new IP address filter.

For information about setting up IP address filters, see the Amazon SES Developer Guide (https://docs.aws.amazon.com/ses/latest/DeveloperGuide/receiving-email-ip-filters.html).

You can execute this operation no more than once per second.

// Example sending a request using CreateReceiptFilterRequest.
req := client.CreateReceiptFilterRequest(params)
resp, err := req.Send(context.TODO())
if err == nil {
    fmt.Println(resp)
}

Please also see https://docs.aws.amazon.com/goto/WebAPI/email-2010-12-01/CreateReceiptFilter

Example (Shared00)

CreateReceiptFilter

The following example creates a new IP address filter:

package main

import (
	"context"
	"fmt"

	"github.com/aws/aws-sdk-go-v2/aws"
	"github.com/aws/aws-sdk-go-v2/aws/awserr"
	"github.com/aws/aws-sdk-go-v2/aws/external"
	"github.com/aws/aws-sdk-go-v2/service/ses"
)

func main() {
	cfg, err := external.LoadDefaultAWSConfig()
	if err != nil {
		panic("failed to load config, " + err.Error())
	}

	svc := ses.New(cfg)
	input := &ses.CreateReceiptFilterInput{
		Filter: &ses.ReceiptFilter{
			IpFilter: &ses.ReceiptIpFilter{
				Cidr:   aws.String("1.2.3.4/24"),
				Policy: ses.ReceiptFilterPolicyAllow,
			},
			Name: aws.String("MyFilter"),
		},
	}

	req := svc.CreateReceiptFilterRequest(input)
	result, err := req.Send(context.Background())
	if err != nil {
		if aerr, ok := err.(awserr.Error); ok {
			switch aerr.Code() {
			case ses.ErrCodeLimitExceededException:
				fmt.Println(ses.ErrCodeLimitExceededException, aerr.Error())
			case ses.ErrCodeAlreadyExistsException:
				fmt.Println(ses.ErrCodeAlreadyExistsException, aerr.Error())
			default:
				fmt.Println(aerr.Error())
			}
		} else {
			// Print the error, cast err to awserr.Error to get the Code and
			// Message from an error.
			fmt.Println(err.Error())
		}
		return
	}

	fmt.Println(result)
}
Output:

func (*Client) CreateReceiptRuleRequest added in v0.9.0

func (c *Client) CreateReceiptRuleRequest(input *CreateReceiptRuleInput) CreateReceiptRuleRequest

CreateReceiptRuleRequest returns a request value for making API operation for Amazon Simple Email Service.

Creates a receipt rule.

For information about setting up receipt rules, see the Amazon SES Developer Guide (https://docs.aws.amazon.com/ses/latest/DeveloperGuide/receiving-email-receipt-rules.html).

You can execute this operation no more than once per second.

// Example sending a request using CreateReceiptRuleRequest.
req := client.CreateReceiptRuleRequest(params)
resp, err := req.Send(context.TODO())
if err == nil {
    fmt.Println(resp)
}

Please also see https://docs.aws.amazon.com/goto/WebAPI/email-2010-12-01/CreateReceiptRule

Example (Shared00)

CreateReceiptRule

The following example creates a new receipt rule:

package main

import (
	"context"
	"fmt"

	"github.com/aws/aws-sdk-go-v2/aws"
	"github.com/aws/aws-sdk-go-v2/aws/awserr"
	"github.com/aws/aws-sdk-go-v2/aws/external"
	"github.com/aws/aws-sdk-go-v2/service/ses"
)

func main() {
	cfg, err := external.LoadDefaultAWSConfig()
	if err != nil {
		panic("failed to load config, " + err.Error())
	}

	svc := ses.New(cfg)
	input := &ses.CreateReceiptRuleInput{
		After: aws.String(""),
		Rule: &ses.ReceiptRule{
			Actions: []ses.ReceiptAction{
				{
					S3Action: &ses.S3Action{
						BucketName:      aws.String("MyBucket"),
						ObjectKeyPrefix: aws.String("email"),
					},
				},
			},
			Enabled:     aws.Bool(true),
			Name:        aws.String("MyRule"),
			ScanEnabled: aws.Bool(true),
			TlsPolicy:   ses.TlsPolicyOptional,
		},
		RuleSetName: aws.String("MyRuleSet"),
	}

	req := svc.CreateReceiptRuleRequest(input)
	result, err := req.Send(context.Background())
	if err != nil {
		if aerr, ok := err.(awserr.Error); ok {
			switch aerr.Code() {
			case ses.ErrCodeInvalidSnsTopicException:
				fmt.Println(ses.ErrCodeInvalidSnsTopicException, aerr.Error())
			case ses.ErrCodeInvalidS3ConfigurationException:
				fmt.Println(ses.ErrCodeInvalidS3ConfigurationException, aerr.Error())
			case ses.ErrCodeInvalidLambdaFunctionException:
				fmt.Println(ses.ErrCodeInvalidLambdaFunctionException, aerr.Error())
			case ses.ErrCodeAlreadyExistsException:
				fmt.Println(ses.ErrCodeAlreadyExistsException, aerr.Error())
			case ses.ErrCodeRuleDoesNotExistException:
				fmt.Println(ses.ErrCodeRuleDoesNotExistException, aerr.Error())
			case ses.ErrCodeRuleSetDoesNotExistException:
				fmt.Println(ses.ErrCodeRuleSetDoesNotExistException, aerr.Error())
			case ses.ErrCodeLimitExceededException:
				fmt.Println(ses.ErrCodeLimitExceededException, aerr.Error())
			default:
				fmt.Println(aerr.Error())
			}
		} else {
			// Print the error, cast err to awserr.Error to get the Code and
			// Message from an error.
			fmt.Println(err.Error())
		}
		return
	}

	fmt.Println(result)
}
Output:

func (*Client) CreateReceiptRuleSetRequest added in v0.9.0

func (c *Client) CreateReceiptRuleSetRequest(input *CreateReceiptRuleSetInput) CreateReceiptRuleSetRequest

CreateReceiptRuleSetRequest returns a request value for making API operation for Amazon Simple Email Service.

Creates an empty receipt rule set.

For information about setting up receipt rule sets, see the Amazon SES Developer Guide (https://docs.aws.amazon.com/ses/latest/DeveloperGuide/receiving-email-receipt-rule-set.html).

You can execute this operation no more than once per second.

// Example sending a request using CreateReceiptRuleSetRequest.
req := client.CreateReceiptRuleSetRequest(params)
resp, err := req.Send(context.TODO())
if err == nil {
    fmt.Println(resp)
}

Please also see https://docs.aws.amazon.com/goto/WebAPI/email-2010-12-01/CreateReceiptRuleSet

Example (Shared00)

CreateReceiptRuleSet

The following example creates an empty receipt rule set:

package main

import (
	"context"
	"fmt"

	"github.com/aws/aws-sdk-go-v2/aws"
	"github.com/aws/aws-sdk-go-v2/aws/awserr"
	"github.com/aws/aws-sdk-go-v2/aws/external"
	"github.com/aws/aws-sdk-go-v2/service/ses"
)

func main() {
	cfg, err := external.LoadDefaultAWSConfig()
	if err != nil {
		panic("failed to load config, " + err.Error())
	}

	svc := ses.New(cfg)
	input := &ses.CreateReceiptRuleSetInput{
		RuleSetName: aws.String("MyRuleSet"),
	}

	req := svc.CreateReceiptRuleSetRequest(input)
	result, err := req.Send(context.Background())
	if err != nil {
		if aerr, ok := err.(awserr.Error); ok {
			switch aerr.Code() {
			case ses.ErrCodeAlreadyExistsException:
				fmt.Println(ses.ErrCodeAlreadyExistsException, aerr.Error())
			case ses.ErrCodeLimitExceededException:
				fmt.Println(ses.ErrCodeLimitExceededException, aerr.Error())
			default:
				fmt.Println(aerr.Error())
			}
		} else {
			// Print the error, cast err to awserr.Error to get the Code and
			// Message from an error.
			fmt.Println(err.Error())
		}
		return
	}

	fmt.Println(result)
}
Output:

func (*Client) CreateTemplateRequest added in v0.9.0

func (c *Client) CreateTemplateRequest(input *CreateTemplateInput) CreateTemplateRequest

CreateTemplateRequest returns a request value for making 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.

// Example sending a request using CreateTemplateRequest.
req := client.CreateTemplateRequest(params)
resp, err := req.Send(context.TODO())
if err == nil {
    fmt.Println(resp)
}

Please also see https://docs.aws.amazon.com/goto/WebAPI/email-2010-12-01/CreateTemplate

func (*Client) DeleteConfigurationSetEventDestinationRequest added in v0.9.0

func (c *Client) DeleteConfigurationSetEventDestinationRequest(input *DeleteConfigurationSetEventDestinationInput) DeleteConfigurationSetEventDestinationRequest

DeleteConfigurationSetEventDestinationRequest returns a request value for making API operation for Amazon Simple Email Service.

Deletes a configuration set event destination. Configuration set event destinations are associated with configuration sets, which enable you to publish email sending events. For information about using configuration sets, see the Amazon SES Developer Guide (https://docs.aws.amazon.com/ses/latest/DeveloperGuide/monitor-sending-activity.html).

You can execute this operation no more than once per second.

// Example sending a request using DeleteConfigurationSetEventDestinationRequest.
req := client.DeleteConfigurationSetEventDestinationRequest(params)
resp, err := req.Send(context.TODO())
if err == nil {
    fmt.Println(resp)
}

Please also see https://docs.aws.amazon.com/goto/WebAPI/email-2010-12-01/DeleteConfigurationSetEventDestination

func (*Client) DeleteConfigurationSetRequest added in v0.9.0

func (c *Client) DeleteConfigurationSetRequest(input *DeleteConfigurationSetInput) DeleteConfigurationSetRequest

DeleteConfigurationSetRequest returns a request value for making API operation for Amazon Simple Email Service.

Deletes a configuration set. Configuration sets enable you to publish email sending events. For information about using configuration sets, see the Amazon SES Developer Guide (https://docs.aws.amazon.com/ses/latest/DeveloperGuide/monitor-sending-activity.html).

You can execute this operation no more than once per second.

// Example sending a request using DeleteConfigurationSetRequest.
req := client.DeleteConfigurationSetRequest(params)
resp, err := req.Send(context.TODO())
if err == nil {
    fmt.Println(resp)
}

Please also see https://docs.aws.amazon.com/goto/WebAPI/email-2010-12-01/DeleteConfigurationSet

func (*Client) DeleteConfigurationSetTrackingOptionsRequest added in v0.9.0

func (c *Client) DeleteConfigurationSetTrackingOptionsRequest(input *DeleteConfigurationSetTrackingOptionsInput) DeleteConfigurationSetTrackingOptionsRequest

DeleteConfigurationSetTrackingOptionsRequest returns a request value for making API operation for Amazon Simple Email Service.

Deletes an association between a configuration set and a custom domain for open and click event tracking.

By default, images and links used for tracking open and click events are hosted on domains operated by Amazon SES. You can configure a subdomain of your own to handle these events. For information about using custom domains, see the Amazon SES Developer Guide (https://docs.aws.amazon.com/ses/latest/DeveloperGuide/configure-custom-open-click-domains.html).

Deleting this kind of association will result in emails sent using the specified configuration set to capture open and click events using the standard, Amazon SES-operated domains.

// Example sending a request using DeleteConfigurationSetTrackingOptionsRequest.
req := client.DeleteConfigurationSetTrackingOptionsRequest(params)
resp, err := req.Send(context.TODO())
if err == nil {
    fmt.Println(resp)
}

Please also see https://docs.aws.amazon.com/goto/WebAPI/email-2010-12-01/DeleteConfigurationSetTrackingOptions

func (*Client) DeleteCustomVerificationEmailTemplateRequest added in v0.9.0

func (c *Client) DeleteCustomVerificationEmailTemplateRequest(input *DeleteCustomVerificationEmailTemplateInput) DeleteCustomVerificationEmailTemplateRequest

DeleteCustomVerificationEmailTemplateRequest returns a request value for making 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/ses/latest/DeveloperGuide/custom-verification-emails.html) in the Amazon SES Developer Guide.

You can execute this operation no more than once per second.

// Example sending a request using DeleteCustomVerificationEmailTemplateRequest.
req := client.DeleteCustomVerificationEmailTemplateRequest(params)
resp, err := req.Send(context.TODO())
if err == nil {
    fmt.Println(resp)
}

Please also see https://docs.aws.amazon.com/goto/WebAPI/email-2010-12-01/DeleteCustomVerificationEmailTemplate

func (*Client) DeleteIdentityPolicyRequest added in v0.9.0

func (c *Client) DeleteIdentityPolicyRequest(input *DeleteIdentityPolicyInput) DeleteIdentityPolicyRequest

DeleteIdentityPolicyRequest returns a request value for making 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.

// Example sending a request using DeleteIdentityPolicyRequest.
req := client.DeleteIdentityPolicyRequest(params)
resp, err := req.Send(context.TODO())
if err == nil {
    fmt.Println(resp)
}

Please also see https://docs.aws.amazon.com/goto/WebAPI/email-2010-12-01/DeleteIdentityPolicy

Example (Shared00)

DeleteIdentityPolicy

The following example deletes a sending authorization policy for an identity:

package main

import (
	"context"
	"fmt"

	"github.com/aws/aws-sdk-go-v2/aws"
	"github.com/aws/aws-sdk-go-v2/aws/awserr"
	"github.com/aws/aws-sdk-go-v2/aws/external"
	"github.com/aws/aws-sdk-go-v2/service/ses"
)

func main() {
	cfg, err := external.LoadDefaultAWSConfig()
	if err != nil {
		panic("failed to load config, " + err.Error())
	}

	svc := ses.New(cfg)
	input := &ses.DeleteIdentityPolicyInput{
		Identity:   aws.String("user@example.com"),
		PolicyName: aws.String("MyPolicy"),
	}

	req := svc.DeleteIdentityPolicyRequest(input)
	result, err := req.Send(context.Background())
	if err != nil {
		if aerr, ok := err.(awserr.Error); ok {
			switch aerr.Code() {
			default:
				fmt.Println(aerr.Error())
			}
		} else {
			// Print the error, cast err to awserr.Error to get the Code and
			// Message from an error.
			fmt.Println(err.Error())
		}
		return
	}

	fmt.Println(result)
}
Output:

func (*Client) DeleteIdentityRequest added in v0.9.0

func (c *Client) DeleteIdentityRequest(input *DeleteIdentityInput) DeleteIdentityRequest

DeleteIdentityRequest returns a request value for making API operation for Amazon Simple Email Service.

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

You can execute this operation no more than once per second.

// Example sending a request using DeleteIdentityRequest.
req := client.DeleteIdentityRequest(params)
resp, err := req.Send(context.TODO())
if err == nil {
    fmt.Println(resp)
}

Please also see https://docs.aws.amazon.com/goto/WebAPI/email-2010-12-01/DeleteIdentity

Example (Shared00)

DeleteIdentity

The following example deletes an identity from the list of identities that have been submitted for verification with Amazon SES:

package main

import (
	"context"
	"fmt"

	"github.com/aws/aws-sdk-go-v2/aws"
	"github.com/aws/aws-sdk-go-v2/aws/awserr"
	"github.com/aws/aws-sdk-go-v2/aws/external"
	"github.com/aws/aws-sdk-go-v2/service/ses"
)

func main() {
	cfg, err := external.LoadDefaultAWSConfig()
	if err != nil {
		panic("failed to load config, " + err.Error())
	}

	svc := ses.New(cfg)
	input := &ses.DeleteIdentityInput{
		Identity: aws.String("user@example.com"),
	}

	req := svc.DeleteIdentityRequest(input)
	result, err := req.Send(context.Background())
	if err != nil {
		if aerr, ok := err.(awserr.Error); ok {
			switch aerr.Code() {
			default:
				fmt.Println(aerr.Error())
			}
		} else {
			// Print the error, cast err to awserr.Error to get the Code and
			// Message from an error.
			fmt.Println(err.Error())
		}
		return
	}

	fmt.Println(result)
}
Output:

func (*Client) DeleteReceiptFilterRequest added in v0.9.0

func (c *Client) DeleteReceiptFilterRequest(input *DeleteReceiptFilterInput) DeleteReceiptFilterRequest

DeleteReceiptFilterRequest returns a request value for making API operation for Amazon Simple Email Service.

Deletes the specified IP address filter.

For information about managing IP address filters, see the Amazon SES Developer Guide (https://docs.aws.amazon.com/ses/latest/DeveloperGuide/receiving-email-managing-ip-filters.html).

You can execute this operation no more than once per second.

// Example sending a request using DeleteReceiptFilterRequest.
req := client.DeleteReceiptFilterRequest(params)
resp, err := req.Send(context.TODO())
if err == nil {
    fmt.Println(resp)
}

Please also see https://docs.aws.amazon.com/goto/WebAPI/email-2010-12-01/DeleteReceiptFilter

Example (Shared00)

DeleteReceiptFilter

The following example deletes an IP address filter:

package main

import (
	"context"
	"fmt"

	"github.com/aws/aws-sdk-go-v2/aws"
	"github.com/aws/aws-sdk-go-v2/aws/awserr"
	"github.com/aws/aws-sdk-go-v2/aws/external"
	"github.com/aws/aws-sdk-go-v2/service/ses"
)

func main() {
	cfg, err := external.LoadDefaultAWSConfig()
	if err != nil {
		panic("failed to load config, " + err.Error())
	}

	svc := ses.New(cfg)
	input := &ses.DeleteReceiptFilterInput{
		FilterName: aws.String("MyFilter"),
	}

	req := svc.DeleteReceiptFilterRequest(input)
	result, err := req.Send(context.Background())
	if err != nil {
		if aerr, ok := err.(awserr.Error); ok {
			switch aerr.Code() {
			default:
				fmt.Println(aerr.Error())
			}
		} else {
			// Print the error, cast err to awserr.Error to get the Code and
			// Message from an error.
			fmt.Println(err.Error())
		}
		return
	}

	fmt.Println(result)
}
Output:

func (*Client) DeleteReceiptRuleRequest added in v0.9.0

func (c *Client) DeleteReceiptRuleRequest(input *DeleteReceiptRuleInput) DeleteReceiptRuleRequest

DeleteReceiptRuleRequest returns a request value for making API operation for Amazon Simple Email Service.

Deletes the specified receipt rule.

For information about managing receipt rules, see the Amazon SES Developer Guide (https://docs.aws.amazon.com/ses/latest/DeveloperGuide/receiving-email-managing-receipt-rules.html).

You can execute this operation no more than once per second.

// Example sending a request using DeleteReceiptRuleRequest.
req := client.DeleteReceiptRuleRequest(params)
resp, err := req.Send(context.TODO())
if err == nil {
    fmt.Println(resp)
}

Please also see https://docs.aws.amazon.com/goto/WebAPI/email-2010-12-01/DeleteReceiptRule

Example (Shared00)

DeleteReceiptRule

The following example deletes a receipt rule:

package main

import (
	"context"
	"fmt"

	"github.com/aws/aws-sdk-go-v2/aws"
	"github.com/aws/aws-sdk-go-v2/aws/awserr"
	"github.com/aws/aws-sdk-go-v2/aws/external"
	"github.com/aws/aws-sdk-go-v2/service/ses"
)

func main() {
	cfg, err := external.LoadDefaultAWSConfig()
	if err != nil {
		panic("failed to load config, " + err.Error())
	}

	svc := ses.New(cfg)
	input := &ses.DeleteReceiptRuleInput{
		RuleName:    aws.String("MyRule"),
		RuleSetName: aws.String("MyRuleSet"),
	}

	req := svc.DeleteReceiptRuleRequest(input)
	result, err := req.Send(context.Background())
	if err != nil {
		if aerr, ok := err.(awserr.Error); ok {
			switch aerr.Code() {
			case ses.ErrCodeRuleSetDoesNotExistException:
				fmt.Println(ses.ErrCodeRuleSetDoesNotExistException, aerr.Error())
			default:
				fmt.Println(aerr.Error())
			}
		} else {
			// Print the error, cast err to awserr.Error to get the Code and
			// Message from an error.
			fmt.Println(err.Error())
		}
		return
	}

	fmt.Println(result)
}
Output:

func (*Client) DeleteReceiptRuleSetRequest added in v0.9.0

func (c *Client) DeleteReceiptRuleSetRequest(input *DeleteReceiptRuleSetInput) DeleteReceiptRuleSetRequest

DeleteReceiptRuleSetRequest returns a request value for making API operation for Amazon Simple Email Service.

Deletes the specified receipt rule set and all of the receipt rules it contains.

The currently active rule set cannot be deleted.

For information about managing receipt rule sets, see the Amazon SES Developer Guide (https://docs.aws.amazon.com/ses/latest/DeveloperGuide/receiving-email-managing-receipt-rule-sets.html).

You can execute this operation no more than once per second.

// Example sending a request using DeleteReceiptRuleSetRequest.
req := client.DeleteReceiptRuleSetRequest(params)
resp, err := req.Send(context.TODO())
if err == nil {
    fmt.Println(resp)
}

Please also see https://docs.aws.amazon.com/goto/WebAPI/email-2010-12-01/DeleteReceiptRuleSet

Example (Shared00)

DeleteReceiptRuleSet

The following example deletes a receipt rule set:

package main

import (
	"context"
	"fmt"

	"github.com/aws/aws-sdk-go-v2/aws"
	"github.com/aws/aws-sdk-go-v2/aws/awserr"
	"github.com/aws/aws-sdk-go-v2/aws/external"
	"github.com/aws/aws-sdk-go-v2/service/ses"
)

func main() {
	cfg, err := external.LoadDefaultAWSConfig()
	if err != nil {
		panic("failed to load config, " + err.Error())
	}

	svc := ses.New(cfg)
	input := &ses.DeleteReceiptRuleSetInput{
		RuleSetName: aws.String("MyRuleSet"),
	}

	req := svc.DeleteReceiptRuleSetRequest(input)
	result, err := req.Send(context.Background())
	if err != nil {
		if aerr, ok := err.(awserr.Error); ok {
			switch aerr.Code() {
			case ses.ErrCodeCannotDeleteException:
				fmt.Println(ses.ErrCodeCannotDeleteException, aerr.Error())
			default:
				fmt.Println(aerr.Error())
			}
		} else {
			// Print the error, cast err to awserr.Error to get the Code and
			// Message from an error.
			fmt.Println(err.Error())
		}
		return
	}

	fmt.Println(result)
}
Output:

func (*Client) DeleteTemplateRequest added in v0.9.0

func (c *Client) DeleteTemplateRequest(input *DeleteTemplateInput) DeleteTemplateRequest

DeleteTemplateRequest returns a request value for making API operation for Amazon Simple Email Service.

Deletes an email template.

You can execute this operation no more than once per second.

// Example sending a request using DeleteTemplateRequest.
req := client.DeleteTemplateRequest(params)
resp, err := req.Send(context.TODO())
if err == nil {
    fmt.Println(resp)
}

Please also see https://docs.aws.amazon.com/goto/WebAPI/email-2010-12-01/DeleteTemplate

func (*Client) DeleteVerifiedEmailAddressRequest added in v0.9.0

func (c *Client) DeleteVerifiedEmailAddressRequest(input *DeleteVerifiedEmailAddressInput) DeleteVerifiedEmailAddressRequest

DeleteVerifiedEmailAddressRequest returns a request value for making API operation for Amazon Simple Email Service.

Deprecated. Use the DeleteIdentity operation to delete email addresses and domains.

// Example sending a request using DeleteVerifiedEmailAddressRequest.
req := client.DeleteVerifiedEmailAddressRequest(params)
resp, err := req.Send(context.TODO())
if err == nil {
    fmt.Println(resp)
}

Please also see https://docs.aws.amazon.com/goto/WebAPI/email-2010-12-01/DeleteVerifiedEmailAddress

Example (Shared00)

DeleteVerifiedEmailAddress

The following example deletes an email address from the list of identities that have been submitted for verification with Amazon SES:

package main

import (
	"context"
	"fmt"

	"github.com/aws/aws-sdk-go-v2/aws"
	"github.com/aws/aws-sdk-go-v2/aws/awserr"
	"github.com/aws/aws-sdk-go-v2/aws/external"
	"github.com/aws/aws-sdk-go-v2/service/ses"
)

func main() {
	cfg, err := external.LoadDefaultAWSConfig()
	if err != nil {
		panic("failed to load config, " + err.Error())
	}

	svc := ses.New(cfg)
	input := &ses.DeleteVerifiedEmailAddressInput{
		EmailAddress: aws.String("user@example.com"),
	}

	req := svc.DeleteVerifiedEmailAddressRequest(input)
	result, err := req.Send(context.Background())
	if err != nil {
		if aerr, ok := err.(awserr.Error); ok {
			switch aerr.Code() {
			default:
				fmt.Println(aerr.Error())
			}
		} else {
			// Print the error, cast err to awserr.Error to get the Code and
			// Message from an error.
			fmt.Println(err.Error())
		}
		return
	}

	fmt.Println(result)
}
Output:

func (*Client) DescribeActiveReceiptRuleSetRequest added in v0.9.0

func (c *Client) DescribeActiveReceiptRuleSetRequest(input *DescribeActiveReceiptRuleSetInput) DescribeActiveReceiptRuleSetRequest

DescribeActiveReceiptRuleSetRequest returns a request value for making API operation for Amazon Simple Email Service.

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

For information about setting up receipt rule sets, see the Amazon SES Developer Guide (https://docs.aws.amazon.com/ses/latest/DeveloperGuide/receiving-email-receipt-rule-set.html).

You can execute this operation no more than once per second.

// Example sending a request using DescribeActiveReceiptRuleSetRequest.
req := client.DescribeActiveReceiptRuleSetRequest(params)
resp, err := req.Send(context.TODO())
if err == nil {
    fmt.Println(resp)
}

Please also see https://docs.aws.amazon.com/goto/WebAPI/email-2010-12-01/DescribeActiveReceiptRuleSet

Example (Shared00)

DescribeActiveReceiptRuleSet

The following example returns the metadata and receipt rules for the receipt rule set that is currently active:

package main

import (
	"context"
	"fmt"

	"github.com/aws/aws-sdk-go-v2/aws/awserr"
	"github.com/aws/aws-sdk-go-v2/aws/external"
	"github.com/aws/aws-sdk-go-v2/service/ses"
)

func main() {
	cfg, err := external.LoadDefaultAWSConfig()
	if err != nil {
		panic("failed to load config, " + err.Error())
	}

	svc := ses.New(cfg)
	input := &ses.DescribeActiveReceiptRuleSetInput{}

	req := svc.DescribeActiveReceiptRuleSetRequest(input)
	result, err := req.Send(context.Background())
	if err != nil {
		if aerr, ok := err.(awserr.Error); ok {
			switch aerr.Code() {
			default:
				fmt.Println(aerr.Error())
			}
		} else {
			// Print the error, cast err to awserr.Error to get the Code and
			// Message from an error.
			fmt.Println(err.Error())
		}
		return
	}

	fmt.Println(result)
}
Output:

func (*Client) DescribeConfigurationSetRequest added in v0.9.0

func (c *Client) DescribeConfigurationSetRequest(input *DescribeConfigurationSetInput) DescribeConfigurationSetRequest

DescribeConfigurationSetRequest returns a request value for making API operation for Amazon Simple Email Service.

Returns the details of the specified configuration set. For information about using configuration sets, see the Amazon SES Developer Guide (https://docs.aws.amazon.com/ses/latest/DeveloperGuide/monitor-sending-activity.html).

You can execute this operation no more than once per second.

// Example sending a request using DescribeConfigurationSetRequest.
req := client.DescribeConfigurationSetRequest(params)
resp, err := req.Send(context.TODO())
if err == nil {
    fmt.Println(resp)
}

Please also see https://docs.aws.amazon.com/goto/WebAPI/email-2010-12-01/DescribeConfigurationSet

func (*Client) DescribeReceiptRuleRequest added in v0.9.0

func (c *Client) DescribeReceiptRuleRequest(input *DescribeReceiptRuleInput) DescribeReceiptRuleRequest

DescribeReceiptRuleRequest returns a request value for making API operation for Amazon Simple Email Service.

Returns the details of the specified receipt rule.

For information about setting up receipt rules, see the Amazon SES Developer Guide (https://docs.aws.amazon.com/ses/latest/DeveloperGuide/receiving-email-receipt-rules.html).

You can execute this operation no more than once per second.

// Example sending a request using DescribeReceiptRuleRequest.
req := client.DescribeReceiptRuleRequest(params)
resp, err := req.Send(context.TODO())
if err == nil {
    fmt.Println(resp)
}

Please also see https://docs.aws.amazon.com/goto/WebAPI/email-2010-12-01/DescribeReceiptRule

Example (Shared00)

DescribeReceiptRule

The following example returns the details of a receipt rule:

package main

import (
	"context"
	"fmt"

	"github.com/aws/aws-sdk-go-v2/aws"
	"github.com/aws/aws-sdk-go-v2/aws/awserr"
	"github.com/aws/aws-sdk-go-v2/aws/external"
	"github.com/aws/aws-sdk-go-v2/service/ses"
)

func main() {
	cfg, err := external.LoadDefaultAWSConfig()
	if err != nil {
		panic("failed to load config, " + err.Error())
	}

	svc := ses.New(cfg)
	input := &ses.DescribeReceiptRuleInput{
		RuleName:    aws.String("MyRule"),
		RuleSetName: aws.String("MyRuleSet"),
	}

	req := svc.DescribeReceiptRuleRequest(input)
	result, err := req.Send(context.Background())
	if err != nil {
		if aerr, ok := err.(awserr.Error); ok {
			switch aerr.Code() {
			case ses.ErrCodeRuleDoesNotExistException:
				fmt.Println(ses.ErrCodeRuleDoesNotExistException, aerr.Error())
			case ses.ErrCodeRuleSetDoesNotExistException:
				fmt.Println(ses.ErrCodeRuleSetDoesNotExistException, aerr.Error())
			default:
				fmt.Println(aerr.Error())
			}
		} else {
			// Print the error, cast err to awserr.Error to get the Code and
			// Message from an error.
			fmt.Println(err.Error())
		}
		return
	}

	fmt.Println(result)
}
Output:

func (*Client) DescribeReceiptRuleSetRequest added in v0.9.0

func (c *Client) DescribeReceiptRuleSetRequest(input *DescribeReceiptRuleSetInput) DescribeReceiptRuleSetRequest

DescribeReceiptRuleSetRequest returns a request value for making API operation for Amazon Simple Email Service.

Returns the details of the specified receipt rule set.

For information about managing receipt rule sets, see the Amazon SES Developer Guide (https://docs.aws.amazon.com/ses/latest/DeveloperGuide/receiving-email-managing-receipt-rule-sets.html).

You can execute this operation no more than once per second.

// Example sending a request using DescribeReceiptRuleSetRequest.
req := client.DescribeReceiptRuleSetRequest(params)
resp, err := req.Send(context.TODO())
if err == nil {
    fmt.Println(resp)
}

Please also see https://docs.aws.amazon.com/goto/WebAPI/email-2010-12-01/DescribeReceiptRuleSet

Example (Shared00)

DescribeReceiptRuleSet

The following example returns the metadata and receipt rules of a receipt rule set:

package main

import (
	"context"
	"fmt"

	"github.com/aws/aws-sdk-go-v2/aws"
	"github.com/aws/aws-sdk-go-v2/aws/awserr"
	"github.com/aws/aws-sdk-go-v2/aws/external"
	"github.com/aws/aws-sdk-go-v2/service/ses"
)

func main() {
	cfg, err := external.LoadDefaultAWSConfig()
	if err != nil {
		panic("failed to load config, " + err.Error())
	}

	svc := ses.New(cfg)
	input := &ses.DescribeReceiptRuleSetInput{
		RuleSetName: aws.String("MyRuleSet"),
	}

	req := svc.DescribeReceiptRuleSetRequest(input)
	result, err := req.Send(context.Background())
	if err != nil {
		if aerr, ok := err.(awserr.Error); ok {
			switch aerr.Code() {
			case ses.ErrCodeRuleSetDoesNotExistException:
				fmt.Println(ses.ErrCodeRuleSetDoesNotExistException, aerr.Error())
			default:
				fmt.Println(aerr.Error())
			}
		} else {
			// Print the error, cast err to awserr.Error to get the Code and
			// Message from an error.
			fmt.Println(err.Error())
		}
		return
	}

	fmt.Println(result)
}
Output:

func (*Client) GetAccountSendingEnabledRequest added in v0.9.0

func (c *Client) GetAccountSendingEnabledRequest(input *GetAccountSendingEnabledInput) GetAccountSendingEnabledRequest

GetAccountSendingEnabledRequest returns a request value for making API operation for Amazon Simple Email Service.

Returns the email sending status of the Amazon SES account for the current region.

You can execute this operation no more than once per second.

// Example sending a request using GetAccountSendingEnabledRequest.
req := client.GetAccountSendingEnabledRequest(params)
resp, err := req.Send(context.TODO())
if err == nil {
    fmt.Println(resp)
}

Please also see https://docs.aws.amazon.com/goto/WebAPI/email-2010-12-01/GetAccountSendingEnabled

Example (Shared00)

GetAccountSendingEnabled

The following example returns if sending status for an account is enabled. (true / false):

package main

import (
	"context"
	"fmt"

	"github.com/aws/aws-sdk-go-v2/aws/awserr"
	"github.com/aws/aws-sdk-go-v2/aws/external"
	"github.com/aws/aws-sdk-go-v2/service/ses"
)

func main() {
	cfg, err := external.LoadDefaultAWSConfig()
	if err != nil {
		panic("failed to load config, " + err.Error())
	}

	svc := ses.New(cfg)
	input := &ses.GetAccountSendingEnabledInput{}

	req := svc.GetAccountSendingEnabledRequest(input)
	result, err := req.Send(context.Background())
	if err != nil {
		if aerr, ok := err.(awserr.Error); ok {
			switch aerr.Code() {
			default:
				fmt.Println(aerr.Error())
			}
		} else {
			// Print the error, cast err to awserr.Error to get the Code and
			// Message from an error.
			fmt.Println(err.Error())
		}
		return
	}

	fmt.Println(result)
}
Output:

func (*Client) GetCustomVerificationEmailTemplateRequest added in v0.9.0

func (c *Client) GetCustomVerificationEmailTemplateRequest(input *GetCustomVerificationEmailTemplateInput) GetCustomVerificationEmailTemplateRequest

GetCustomVerificationEmailTemplateRequest returns a request value for making 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/custom-verification-emails.html) in the Amazon SES Developer Guide.

You can execute this operation no more than once per second.

// Example sending a request using GetCustomVerificationEmailTemplateRequest.
req := client.GetCustomVerificationEmailTemplateRequest(params)
resp, err := req.Send(context.TODO())
if err == nil {
    fmt.Println(resp)
}

Please also see https://docs.aws.amazon.com/goto/WebAPI/email-2010-12-01/GetCustomVerificationEmailTemplate

func (*Client) GetIdentityDkimAttributesRequest added in v0.9.0

func (c *Client) GetIdentityDkimAttributesRequest(input *GetIdentityDkimAttributesInput) GetIdentityDkimAttributesRequest

GetIdentityDkimAttributesRequest returns a request value for making API operation for Amazon Simple Email Service.

Returns the current status of Easy DKIM signing for an entity. For domain name identities, this operation also returns the DKIM tokens that are required for Easy DKIM signing, and whether Amazon SES has successfully verified that these tokens have been published.

This operation takes a list of identities as input and returns the following information for each:

  • Whether Easy DKIM signing is enabled or disabled.

  • A set of DKIM tokens that represent the identity. If the identity is an email address, the tokens represent the domain of that address.

  • Whether Amazon SES has successfully verified the DKIM tokens published in the domain's DNS. This information is only returned for domain name identities, not for email addresses.

This operation is throttled at one request per second and can only get DKIM attributes for up to 100 identities at a time.

For more information about creating DNS records using DKIM tokens, go to the Amazon SES Developer Guide (https://docs.aws.amazon.com/ses/latest/DeveloperGuide/easy-dkim-dns-records.html).

// Example sending a request using GetIdentityDkimAttributesRequest.
req := client.GetIdentityDkimAttributesRequest(params)
resp, err := req.Send(context.TODO())
if err == nil {
    fmt.Println(resp)
}

Please also see https://docs.aws.amazon.com/goto/WebAPI/email-2010-12-01/GetIdentityDkimAttributes

Example (Shared00)

GetIdentityDkimAttributes

The following example retrieves the Amazon SES Easy DKIM attributes for a list of identities:

package main

import (
	"context"
	"fmt"

	"github.com/aws/aws-sdk-go-v2/aws/awserr"
	"github.com/aws/aws-sdk-go-v2/aws/external"
	"github.com/aws/aws-sdk-go-v2/service/ses"
)

func main() {
	cfg, err := external.LoadDefaultAWSConfig()
	if err != nil {
		panic("failed to load config, " + err.Error())
	}

	svc := ses.New(cfg)
	input := &ses.GetIdentityDkimAttributesInput{
		Identities: []string{
			"example.com",
			"user@example.com",
		},
	}

	req := svc.GetIdentityDkimAttributesRequest(input)
	result, err := req.Send(context.Background())
	if err != nil {
		if aerr, ok := err.(awserr.Error); ok {
			switch aerr.Code() {
			default:
				fmt.Println(aerr.Error())
			}
		} else {
			// Print the error, cast err to awserr.Error to get the Code and
			// Message from an error.
			fmt.Println(err.Error())
		}
		return
	}

	fmt.Println(result)
}
Output:

func (*Client) GetIdentityMailFromDomainAttributesRequest added in v0.9.0

func (c *Client) GetIdentityMailFromDomainAttributesRequest(input *GetIdentityMailFromDomainAttributesInput) GetIdentityMailFromDomainAttributesRequest

GetIdentityMailFromDomainAttributesRequest returns a request value for making API operation for Amazon Simple Email Service.

Returns the custom MAIL FROM attributes for a list of identities (email addresses : domains).

This operation is throttled at one request per second and can only get custom MAIL FROM attributes for up to 100 identities at a time.

// Example sending a request using GetIdentityMailFromDomainAttributesRequest.
req := client.GetIdentityMailFromDomainAttributesRequest(params)
resp, err := req.Send(context.TODO())
if err == nil {
    fmt.Println(resp)
}

Please also see https://docs.aws.amazon.com/goto/WebAPI/email-2010-12-01/GetIdentityMailFromDomainAttributes

Example (Shared00)

GetIdentityMailFromDomainAttributes

The following example returns the custom MAIL FROM attributes for an identity:

package main

import (
	"context"
	"fmt"

	"github.com/aws/aws-sdk-go-v2/aws/awserr"
	"github.com/aws/aws-sdk-go-v2/aws/external"
	"github.com/aws/aws-sdk-go-v2/service/ses"
)

func main() {
	cfg, err := external.LoadDefaultAWSConfig()
	if err != nil {
		panic("failed to load config, " + err.Error())
	}

	svc := ses.New(cfg)
	input := &ses.GetIdentityMailFromDomainAttributesInput{
		Identities: []string{
			"example.com",
		},
	}

	req := svc.GetIdentityMailFromDomainAttributesRequest(input)
	result, err := req.Send(context.Background())
	if err != nil {
		if aerr, ok := err.(awserr.Error); ok {
			switch aerr.Code() {
			default:
				fmt.Println(aerr.Error())
			}
		} else {
			// Print the error, cast err to awserr.Error to get the Code and
			// Message from an error.
			fmt.Println(err.Error())
		}
		return
	}

	fmt.Println(result)
}
Output:

func (*Client) GetIdentityNotificationAttributesRequest added in v0.9.0

func (c *Client) GetIdentityNotificationAttributesRequest(input *GetIdentityNotificationAttributesInput) GetIdentityNotificationAttributesRequest

GetIdentityNotificationAttributesRequest returns a request value for making API operation for Amazon Simple Email Service.

Given a list of verified identities (email addresses and/or domains), returns a structure describing identity notification attributes.

This operation is throttled at one request per second and can only get notification attributes for up to 100 identities at a time.

For more information about using notifications with Amazon SES, see the Amazon SES Developer Guide (https://docs.aws.amazon.com/ses/latest/DeveloperGuide/notifications.html).

// Example sending a request using GetIdentityNotificationAttributesRequest.
req := client.GetIdentityNotificationAttributesRequest(params)
resp, err := req.Send(context.TODO())
if err == nil {
    fmt.Println(resp)
}

Please also see https://docs.aws.amazon.com/goto/WebAPI/email-2010-12-01/GetIdentityNotificationAttributes

Example (Shared00)

GetIdentityNotificationAttributes

The following example returns the notification attributes for an identity:

package main

import (
	"context"
	"fmt"

	"github.com/aws/aws-sdk-go-v2/aws/awserr"
	"github.com/aws/aws-sdk-go-v2/aws/external"
	"github.com/aws/aws-sdk-go-v2/service/ses"
)

func main() {
	cfg, err := external.LoadDefaultAWSConfig()
	if err != nil {
		panic("failed to load config, " + err.Error())
	}

	svc := ses.New(cfg)
	input := &ses.GetIdentityNotificationAttributesInput{
		Identities: []string{
			"example.com",
		},
	}

	req := svc.GetIdentityNotificationAttributesRequest(input)
	result, err := req.Send(context.Background())
	if err != nil {
		if aerr, ok := err.(awserr.Error); ok {
			switch aerr.Code() {
			default:
				fmt.Println(aerr.Error())
			}
		} else {
			// Print the error, cast err to awserr.Error to get the Code and
			// Message from an error.
			fmt.Println(err.Error())
		}
		return
	}

	fmt.Println(result)
}
Output:

func (*Client) GetIdentityPoliciesRequest added in v0.9.0

func (c *Client) GetIdentityPoliciesRequest(input *GetIdentityPoliciesInput) GetIdentityPoliciesRequest

GetIdentityPoliciesRequest returns a request value for making 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.

// Example sending a request using GetIdentityPoliciesRequest.
req := client.GetIdentityPoliciesRequest(params)
resp, err := req.Send(context.TODO())
if err == nil {
    fmt.Println(resp)
}

Please also see https://docs.aws.amazon.com/goto/WebAPI/email-2010-12-01/GetIdentityPolicies

Example (Shared00)

GetIdentityPolicies

The following example returns a sending authorization policy for an identity:

package main

import (
	"context"
	"fmt"

	"github.com/aws/aws-sdk-go-v2/aws"
	"github.com/aws/aws-sdk-go-v2/aws/awserr"
	"github.com/aws/aws-sdk-go-v2/aws/external"
	"github.com/aws/aws-sdk-go-v2/service/ses"
)

func main() {
	cfg, err := external.LoadDefaultAWSConfig()
	if err != nil {
		panic("failed to load config, " + err.Error())
	}

	svc := ses.New(cfg)
	input := &ses.GetIdentityPoliciesInput{
		Identity: aws.String("example.com"),
		PolicyNames: []string{
			"MyPolicy",
		},
	}

	req := svc.GetIdentityPoliciesRequest(input)
	result, err := req.Send(context.Background())
	if err != nil {
		if aerr, ok := err.(awserr.Error); ok {
			switch aerr.Code() {
			default:
				fmt.Println(aerr.Error())
			}
		} else {
			// Print the error, cast err to awserr.Error to get the Code and
			// Message from an error.
			fmt.Println(err.Error())
		}
		return
	}

	fmt.Println(result)
}
Output:

func (*Client) GetIdentityVerificationAttributesRequest added in v0.9.0

func (c *Client) GetIdentityVerificationAttributesRequest(input *GetIdentityVerificationAttributesInput) GetIdentityVerificationAttributesRequest

GetIdentityVerificationAttributesRequest returns a request value for making API operation for Amazon Simple Email Service.

Given a list of identities (email addresses and/or domains), returns the verification status and (for domain identities) the verification token for each identity.

The verification status of an email address is "Pending" until the email address owner clicks the link within the verification email that Amazon SES sent to that address. If the email address owner clicks the link within 24 hours, the verification status of the email address changes to "Success". If the link is not clicked within 24 hours, the verification status changes to "Failed." In that case, if you still want to verify the email address, you must restart the verification process from the beginning.

For domain identities, the domain's verification status is "Pending" as Amazon SES searches for the required TXT record in the DNS settings of the domain. When Amazon SES detects the record, the domain's verification status changes to "Success". If Amazon SES is unable to detect the record within 72 hours, the domain's verification status changes to "Failed." In that case, if you still want to verify the domain, you must restart the verification process from the beginning.

This operation is throttled at one request per second and can only get verification attributes for up to 100 identities at a time.

// Example sending a request using GetIdentityVerificationAttributesRequest.
req := client.GetIdentityVerificationAttributesRequest(params)
resp, err := req.Send(context.TODO())
if err == nil {
    fmt.Println(resp)
}

Please also see https://docs.aws.amazon.com/goto/WebAPI/email-2010-12-01/GetIdentityVerificationAttributes

Example (Shared00)

GetIdentityVerificationAttributes

The following example returns the verification status and the verification token for a domain identity:

package main

import (
	"context"
	"fmt"

	"github.com/aws/aws-sdk-go-v2/aws/awserr"
	"github.com/aws/aws-sdk-go-v2/aws/external"
	"github.com/aws/aws-sdk-go-v2/service/ses"
)

func main() {
	cfg, err := external.LoadDefaultAWSConfig()
	if err != nil {
		panic("failed to load config, " + err.Error())
	}

	svc := ses.New(cfg)
	input := &ses.GetIdentityVerificationAttributesInput{
		Identities: []string{
			"example.com",
		},
	}

	req := svc.GetIdentityVerificationAttributesRequest(input)
	result, err := req.Send(context.Background())
	if err != nil {
		if aerr, ok := err.(awserr.Error); ok {
			switch aerr.Code() {
			default:
				fmt.Println(aerr.Error())
			}
		} else {
			// Print the error, cast err to awserr.Error to get the Code and
			// Message from an error.
			fmt.Println(err.Error())
		}
		return
	}

	fmt.Println(result)
}
Output:

func (*Client) GetSendQuotaRequest added in v0.9.0

func (c *Client) GetSendQuotaRequest(input *GetSendQuotaInput) GetSendQuotaRequest

GetSendQuotaRequest returns a request value for making API operation for Amazon Simple Email Service.

Provides the sending limits for the Amazon SES account.

You can execute this operation no more than once per second.

// Example sending a request using GetSendQuotaRequest.
req := client.GetSendQuotaRequest(params)
resp, err := req.Send(context.TODO())
if err == nil {
    fmt.Println(resp)
}

Please also see https://docs.aws.amazon.com/goto/WebAPI/email-2010-12-01/GetSendQuota

Example (Shared00)

GetSendQuota

The following example returns the Amazon SES sending limits for an AWS account:

package main

import (
	"context"
	"fmt"

	"github.com/aws/aws-sdk-go-v2/aws/awserr"
	"github.com/aws/aws-sdk-go-v2/aws/external"
	"github.com/aws/aws-sdk-go-v2/service/ses"
)

func main() {
	cfg, err := external.LoadDefaultAWSConfig()
	if err != nil {
		panic("failed to load config, " + err.Error())
	}

	svc := ses.New(cfg)
	input := &ses.GetSendQuotaInput{}

	req := svc.GetSendQuotaRequest(input)
	result, err := req.Send(context.Background())
	if err != nil {
		if aerr, ok := err.(awserr.Error); ok {
			switch aerr.Code() {
			default:
				fmt.Println(aerr.Error())
			}
		} else {
			// Print the error, cast err to awserr.Error to get the Code and
			// Message from an error.
			fmt.Println(err.Error())
		}
		return
	}

	fmt.Println(result)
}
Output:

func (*Client) GetSendStatisticsRequest added in v0.9.0

func (c *Client) GetSendStatisticsRequest(input *GetSendStatisticsInput) GetSendStatisticsRequest

GetSendStatisticsRequest returns a request value for making API operation for Amazon Simple Email Service.

Provides sending statistics for the current AWS Region. The result is a list of data points, representing the last two weeks of sending activity. Each data point in the list contains statistics for a 15-minute period of time.

You can execute this operation no more than once per second.

// Example sending a request using GetSendStatisticsRequest.
req := client.GetSendStatisticsRequest(params)
resp, err := req.Send(context.TODO())
if err == nil {
    fmt.Println(resp)
}

Please also see https://docs.aws.amazon.com/goto/WebAPI/email-2010-12-01/GetSendStatistics

Example (Shared00)

GetSendStatistics

The following example returns Amazon SES sending statistics:

package main

import (
	"context"
	"fmt"

	"github.com/aws/aws-sdk-go-v2/aws/awserr"
	"github.com/aws/aws-sdk-go-v2/aws/external"
	"github.com/aws/aws-sdk-go-v2/service/ses"
)

func main() {
	cfg, err := external.LoadDefaultAWSConfig()
	if err != nil {
		panic("failed to load config, " + err.Error())
	}

	svc := ses.New(cfg)
	input := &ses.GetSendStatisticsInput{}

	req := svc.GetSendStatisticsRequest(input)
	result, err := req.Send(context.Background())
	if err != nil {
		if aerr, ok := err.(awserr.Error); ok {
			switch aerr.Code() {
			default:
				fmt.Println(aerr.Error())
			}
		} else {
			// Print the error, cast err to awserr.Error to get the Code and
			// Message from an error.
			fmt.Println(err.Error())
		}
		return
	}

	fmt.Println(result)
}
Output:

func (*Client) GetTemplateRequest added in v0.9.0

func (c *Client) GetTemplateRequest(input *GetTemplateInput) GetTemplateRequest

GetTemplateRequest returns a request value for making 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.

// Example sending a request using GetTemplateRequest.
req := client.GetTemplateRequest(params)
resp, err := req.Send(context.TODO())
if err == nil {
    fmt.Println(resp)
}

Please also see https://docs.aws.amazon.com/goto/WebAPI/email-2010-12-01/GetTemplate

func (*Client) ListConfigurationSetsRequest added in v0.9.0

func (c *Client) ListConfigurationSetsRequest(input *ListConfigurationSetsInput) ListConfigurationSetsRequest

ListConfigurationSetsRequest returns a request value for making API operation for Amazon Simple Email Service.

Provides a list of the configuration sets associated with your Amazon SES account in the current AWS Region. For information about using configuration sets, see Monitoring Your Amazon SES Sending Activity (https://docs.aws.amazon.com/ses/latest/DeveloperGuide/monitor-sending-activity.html) in the Amazon SES Developer Guide.

You can execute this operation no more than once per second. This operation will return up to 1,000 configuration sets each time it is run. If your Amazon SES account has more than 1,000 configuration sets, this operation will also return a NextToken element. You can then execute the ListConfigurationSets operation again, passing the NextToken parameter and the value of the NextToken element to retrieve additional results.

// Example sending a request using ListConfigurationSetsRequest.
req := client.ListConfigurationSetsRequest(params)
resp, err := req.Send(context.TODO())
if err == nil {
    fmt.Println(resp)
}

Please also see https://docs.aws.amazon.com/goto/WebAPI/email-2010-12-01/ListConfigurationSets

func (*Client) ListCustomVerificationEmailTemplatesRequest added in v0.9.0

func (c *Client) ListCustomVerificationEmailTemplatesRequest(input *ListCustomVerificationEmailTemplatesInput) ListCustomVerificationEmailTemplatesRequest

ListCustomVerificationEmailTemplatesRequest returns a request value for making API operation for Amazon Simple Email Service.

Lists the existing custom verification email templates for your account in the current AWS Region.

For more information about custom verification email templates, see Using Custom Verification Email Templates (https://docs.aws.amazon.com/ses/latest/DeveloperGuide/custom-verification-emails.html) in the Amazon SES Developer Guide.

You can execute this operation no more than once per second.

// Example sending a request using ListCustomVerificationEmailTemplatesRequest.
req := client.ListCustomVerificationEmailTemplatesRequest(params)
resp, err := req.Send(context.TODO())
if err == nil {
    fmt.Println(resp)
}

Please also see https://docs.aws.amazon.com/goto/WebAPI/email-2010-12-01/ListCustomVerificationEmailTemplates

func (*Client) ListIdentitiesRequest added in v0.9.0

func (c *Client) ListIdentitiesRequest(input *ListIdentitiesInput) ListIdentitiesRequest

ListIdentitiesRequest returns a request value for making API operation for Amazon Simple Email Service.

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

You can execute this operation no more than once per second.

// Example sending a request using ListIdentitiesRequest.
req := client.ListIdentitiesRequest(params)
resp, err := req.Send(context.TODO())
if err == nil {
    fmt.Println(resp)
}

Please also see https://docs.aws.amazon.com/goto/WebAPI/email-2010-12-01/ListIdentities

Example (Shared00)

ListIdentities

The following example lists the email address identities that have been submitted for verification with Amazon SES:

package main

import (
	"context"
	"fmt"

	"github.com/aws/aws-sdk-go-v2/aws"
	"github.com/aws/aws-sdk-go-v2/aws/awserr"
	"github.com/aws/aws-sdk-go-v2/aws/external"
	"github.com/aws/aws-sdk-go-v2/service/ses"
)

func main() {
	cfg, err := external.LoadDefaultAWSConfig()
	if err != nil {
		panic("failed to load config, " + err.Error())
	}

	svc := ses.New(cfg)
	input := &ses.ListIdentitiesInput{
		IdentityType: ses.IdentityTypeEmailAddress,
		MaxItems:     aws.Int64(123),
		NextToken:    aws.String(""),
	}

	req := svc.ListIdentitiesRequest(input)
	result, err := req.Send(context.Background())
	if err != nil {
		if aerr, ok := err.(awserr.Error); ok {
			switch aerr.Code() {
			default:
				fmt.Println(aerr.Error())
			}
		} else {
			// Print the error, cast err to awserr.Error to get the Code and
			// Message from an error.
			fmt.Println(err.Error())
		}
		return
	}

	fmt.Println(result)
}
Output:

func (*Client) ListIdentityPoliciesRequest added in v0.9.0

func (c *Client) ListIdentityPoliciesRequest(input *ListIdentityPoliciesInput) ListIdentityPoliciesRequest

ListIdentityPoliciesRequest returns a request value for making API operation for Amazon Simple Email Service.

Returns a list of sending authorization policies that are attached to the given identity (an email address or a domain). This API returns only a list. If you want the actual policy content, you can use GetIdentityPolicies.

This API is for the identity owner only. If you have not verified the identity, this API will return an error.

Sending authorization is a feature that enables an identity owner to authorize other senders to use its identities. For information about using sending authorization, see the Amazon SES Developer Guide (https://docs.aws.amazon.com/ses/latest/DeveloperGuide/sending-authorization.html).

You can execute this operation no more than once per second.

// Example sending a request using ListIdentityPoliciesRequest.
req := client.ListIdentityPoliciesRequest(params)
resp, err := req.Send(context.TODO())
if err == nil {
    fmt.Println(resp)
}

Please also see https://docs.aws.amazon.com/goto/WebAPI/email-2010-12-01/ListIdentityPolicies

Example (Shared00)

ListIdentityPolicies

The following example returns a list of sending authorization policies that are attached to an identity:

package main

import (
	"context"
	"fmt"

	"github.com/aws/aws-sdk-go-v2/aws"
	"github.com/aws/aws-sdk-go-v2/aws/awserr"
	"github.com/aws/aws-sdk-go-v2/aws/external"
	"github.com/aws/aws-sdk-go-v2/service/ses"
)

func main() {
	cfg, err := external.LoadDefaultAWSConfig()
	if err != nil {
		panic("failed to load config, " + err.Error())
	}

	svc := ses.New(cfg)
	input := &ses.ListIdentityPoliciesInput{
		Identity: aws.String("example.com"),
	}

	req := svc.ListIdentityPoliciesRequest(input)
	result, err := req.Send(context.Background())
	if err != nil {
		if aerr, ok := err.(awserr.Error); ok {
			switch aerr.Code() {
			default:
				fmt.Println(aerr.Error())
			}
		} else {
			// Print the error, cast err to awserr.Error to get the Code and
			// Message from an error.
			fmt.Println(err.Error())
		}
		return
	}

	fmt.Println(result)
}
Output:

func (*Client) ListReceiptFiltersRequest added in v0.9.0

func (c *Client) ListReceiptFiltersRequest(input *ListReceiptFiltersInput) ListReceiptFiltersRequest

ListReceiptFiltersRequest returns a request value for making API operation for Amazon Simple Email Service.

Lists the IP address filters associated with your AWS account in the current AWS Region.

For information about managing IP address filters, see the Amazon SES Developer Guide (https://docs.aws.amazon.com/ses/latest/DeveloperGuide/receiving-email-managing-ip-filters.html).

You can execute this operation no more than once per second.

// Example sending a request using ListReceiptFiltersRequest.
req := client.ListReceiptFiltersRequest(params)
resp, err := req.Send(context.TODO())
if err == nil {
    fmt.Println(resp)
}

Please also see https://docs.aws.amazon.com/goto/WebAPI/email-2010-12-01/ListReceiptFilters

Example (Shared00)

ListReceiptFilters

The following example lists the IP address filters that are associated with an AWS account:

package main

import (
	"context"
	"fmt"

	"github.com/aws/aws-sdk-go-v2/aws/awserr"
	"github.com/aws/aws-sdk-go-v2/aws/external"
	"github.com/aws/aws-sdk-go-v2/service/ses"
)

func main() {
	cfg, err := external.LoadDefaultAWSConfig()
	if err != nil {
		panic("failed to load config, " + err.Error())
	}

	svc := ses.New(cfg)
	input := &ses.ListReceiptFiltersInput{}

	req := svc.ListReceiptFiltersRequest(input)
	result, err := req.Send(context.Background())
	if err != nil {
		if aerr, ok := err.(awserr.Error); ok {
			switch aerr.Code() {
			default:
				fmt.Println(aerr.Error())
			}
		} else {
			// Print the error, cast err to awserr.Error to get the Code and
			// Message from an error.
			fmt.Println(err.Error())
		}
		return
	}

	fmt.Println(result)
}
Output:

func (*Client) ListReceiptRuleSetsRequest added in v0.9.0

func (c *Client) ListReceiptRuleSetsRequest(input *ListReceiptRuleSetsInput) ListReceiptRuleSetsRequest

ListReceiptRuleSetsRequest returns a request value for making API operation for Amazon Simple Email Service.

Lists the receipt rule sets that exist under your AWS account in the current AWS Region. If there are additional receipt rule sets to be retrieved, you will receive a NextToken that you can provide to the next call to ListReceiptRuleSets to retrieve the additional entries.

For information about managing receipt rule sets, see the Amazon SES Developer Guide (https://docs.aws.amazon.com/ses/latest/DeveloperGuide/receiving-email-managing-receipt-rule-sets.html).

You can execute this operation no more than once per second.

// Example sending a request using ListReceiptRuleSetsRequest.
req := client.ListReceiptRuleSetsRequest(params)
resp, err := req.Send(context.TODO())
if err == nil {
    fmt.Println(resp)
}

Please also see https://docs.aws.amazon.com/goto/WebAPI/email-2010-12-01/ListReceiptRuleSets

Example (Shared00)

ListReceiptRuleSets

The following example lists the receipt rule sets that exist under an AWS account:

package main

import (
	"context"
	"fmt"

	"github.com/aws/aws-sdk-go-v2/aws"
	"github.com/aws/aws-sdk-go-v2/aws/awserr"
	"github.com/aws/aws-sdk-go-v2/aws/external"
	"github.com/aws/aws-sdk-go-v2/service/ses"
)

func main() {
	cfg, err := external.LoadDefaultAWSConfig()
	if err != nil {
		panic("failed to load config, " + err.Error())
	}

	svc := ses.New(cfg)
	input := &ses.ListReceiptRuleSetsInput{
		NextToken: aws.String(""),
	}

	req := svc.ListReceiptRuleSetsRequest(input)
	result, err := req.Send(context.Background())
	if err != nil {
		if aerr, ok := err.(awserr.Error); ok {
			switch aerr.Code() {
			default:
				fmt.Println(aerr.Error())
			}
		} else {
			// Print the error, cast err to awserr.Error to get the Code and
			// Message from an error.
			fmt.Println(err.Error())
		}
		return
	}

	fmt.Println(result)
}
Output:

func (*Client) ListTemplatesRequest added in v0.9.0

func (c *Client) ListTemplatesRequest(input *ListTemplatesInput) ListTemplatesRequest

ListTemplatesRequest returns a request value for making API operation for Amazon Simple Email Service.

Lists the email templates present in your Amazon SES account in the current AWS Region.

You can execute this operation no more than once per second.

// Example sending a request using ListTemplatesRequest.
req := client.ListTemplatesRequest(params)
resp, err := req.Send(context.TODO())
if err == nil {
    fmt.Println(resp)
}

Please also see https://docs.aws.amazon.com/goto/WebAPI/email-2010-12-01/ListTemplates

func (*Client) ListVerifiedEmailAddressesRequest added in v0.9.0

func (c *Client) ListVerifiedEmailAddressesRequest(input *ListVerifiedEmailAddressesInput) ListVerifiedEmailAddressesRequest

ListVerifiedEmailAddressesRequest returns a request value for making API operation for Amazon Simple Email Service.

Deprecated. Use the ListIdentities operation to list the email addresses and domains associated with your account.

// Example sending a request using ListVerifiedEmailAddressesRequest.
req := client.ListVerifiedEmailAddressesRequest(params)
resp, err := req.Send(context.TODO())
if err == nil {
    fmt.Println(resp)
}

Please also see https://docs.aws.amazon.com/goto/WebAPI/email-2010-12-01/ListVerifiedEmailAddresses

Example (Shared00)

ListVerifiedEmailAddresses

The following example lists all email addresses that have been submitted for verification with Amazon SES:

package main

import (
	"context"
	"fmt"

	"github.com/aws/aws-sdk-go-v2/aws/awserr"
	"github.com/aws/aws-sdk-go-v2/aws/external"
	"github.com/aws/aws-sdk-go-v2/service/ses"
)

func main() {
	cfg, err := external.LoadDefaultAWSConfig()
	if err != nil {
		panic("failed to load config, " + err.Error())
	}

	svc := ses.New(cfg)
	input := &ses.ListVerifiedEmailAddressesInput{}

	req := svc.ListVerifiedEmailAddressesRequest(input)
	result, err := req.Send(context.Background())
	if err != nil {
		if aerr, ok := err.(awserr.Error); ok {
			switch aerr.Code() {
			default:
				fmt.Println(aerr.Error())
			}
		} else {
			// Print the error, cast err to awserr.Error to get the Code and
			// Message from an error.
			fmt.Println(err.Error())
		}
		return
	}

	fmt.Println(result)
}
Output:

func (*Client) PutConfigurationSetDeliveryOptionsRequest added in v0.10.0

func (c *Client) PutConfigurationSetDeliveryOptionsRequest(input *PutConfigurationSetDeliveryOptionsInput) PutConfigurationSetDeliveryOptionsRequest

PutConfigurationSetDeliveryOptionsRequest returns a request value for making API operation for Amazon Simple Email Service.

Adds or updates the delivery options for a configuration set.

// Example sending a request using PutConfigurationSetDeliveryOptionsRequest.
req := client.PutConfigurationSetDeliveryOptionsRequest(params)
resp, err := req.Send(context.TODO())
if err == nil {
    fmt.Println(resp)
}

Please also see https://docs.aws.amazon.com/goto/WebAPI/email-2010-12-01/PutConfigurationSetDeliveryOptions

func (*Client) PutIdentityPolicyRequest added in v0.9.0

func (c *Client) PutIdentityPolicyRequest(input *PutIdentityPolicyInput) PutIdentityPolicyRequest

PutIdentityPolicyRequest returns a request value for making API operation for Amazon Simple Email Service.

Adds or updates a sending authorization policy for the specified identity (an email address or a domain).

This API is for the identity owner only. If you have not verified the identity, this API will return an error.

Sending authorization is a feature that enables an identity owner to authorize other senders to use its identities. For information about using sending authorization, see the Amazon SES Developer Guide (https://docs.aws.amazon.com/ses/latest/DeveloperGuide/sending-authorization.html).

You can execute this operation no more than once per second.

// Example sending a request using PutIdentityPolicyRequest.
req := client.PutIdentityPolicyRequest(params)
resp, err := req.Send(context.TODO())
if err == nil {
    fmt.Println(resp)
}

Please also see https://docs.aws.amazon.com/goto/WebAPI/email-2010-12-01/PutIdentityPolicy

Example (Shared00)

PutIdentityPolicy

The following example adds a sending authorization policy to an identity:

package main

import (
	"context"
	"fmt"

	"github.com/aws/aws-sdk-go-v2/aws"
	"github.com/aws/aws-sdk-go-v2/aws/awserr"
	"github.com/aws/aws-sdk-go-v2/aws/external"
	"github.com/aws/aws-sdk-go-v2/service/ses"
)

func main() {
	cfg, err := external.LoadDefaultAWSConfig()
	if err != nil {
		panic("failed to load config, " + err.Error())
	}

	svc := ses.New(cfg)
	input := &ses.PutIdentityPolicyInput{
		Identity:   aws.String("example.com"),
		Policy:     aws.String("{\"Version\":\"2008-10-17\",\"Statement\":[{\"Sid\":\"stmt1469123904194\",\"Effect\":\"Allow\",\"Principal\":{\"AWS\":\"arn:aws:iam::123456789012:root\"},\"Action\":[\"ses:SendEmail\",\"ses:SendRawEmail\"],\"Resource\":\"arn:aws:ses:us-east-1:EXAMPLE65304:identity/example.com\"}]}"),
		PolicyName: aws.String("MyPolicy"),
	}

	req := svc.PutIdentityPolicyRequest(input)
	result, err := req.Send(context.Background())
	if err != nil {
		if aerr, ok := err.(awserr.Error); ok {
			switch aerr.Code() {
			case ses.ErrCodeInvalidPolicyException:
				fmt.Println(ses.ErrCodeInvalidPolicyException, aerr.Error())
			default:
				fmt.Println(aerr.Error())
			}
		} else {
			// Print the error, cast err to awserr.Error to get the Code and
			// Message from an error.
			fmt.Println(err.Error())
		}
		return
	}

	fmt.Println(result)
}
Output:

func (*Client) ReorderReceiptRuleSetRequest added in v0.9.0

func (c *Client) ReorderReceiptRuleSetRequest(input *ReorderReceiptRuleSetInput) ReorderReceiptRuleSetRequest

ReorderReceiptRuleSetRequest returns a request value for making API operation for Amazon Simple Email Service.

Reorders the receipt rules within a receipt rule set.

All of the rules in the rule set must be represented in this request. That is, this API will return an error if the reorder request doesn't explicitly position all of the rules.

For information about managing receipt rule sets, see the Amazon SES Developer Guide (https://docs.aws.amazon.com/ses/latest/DeveloperGuide/receiving-email-managing-receipt-rule-sets.html).

You can execute this operation no more than once per second.

// Example sending a request using ReorderReceiptRuleSetRequest.
req := client.ReorderReceiptRuleSetRequest(params)
resp, err := req.Send(context.TODO())
if err == nil {
    fmt.Println(resp)
}

Please also see https://docs.aws.amazon.com/goto/WebAPI/email-2010-12-01/ReorderReceiptRuleSet

Example (Shared00)

ReorderReceiptRuleSet

The following example reorders the receipt rules within a receipt rule set:

package main

import (
	"context"
	"fmt"

	"github.com/aws/aws-sdk-go-v2/aws"
	"github.com/aws/aws-sdk-go-v2/aws/awserr"
	"github.com/aws/aws-sdk-go-v2/aws/external"
	"github.com/aws/aws-sdk-go-v2/service/ses"
)

func main() {
	cfg, err := external.LoadDefaultAWSConfig()
	if err != nil {
		panic("failed to load config, " + err.Error())
	}

	svc := ses.New(cfg)
	input := &ses.ReorderReceiptRuleSetInput{
		RuleNames: []string{
			"MyRule",
			"MyOtherRule",
		},
		RuleSetName: aws.String("MyRuleSet"),
	}

	req := svc.ReorderReceiptRuleSetRequest(input)
	result, err := req.Send(context.Background())
	if err != nil {
		if aerr, ok := err.(awserr.Error); ok {
			switch aerr.Code() {
			case ses.ErrCodeRuleSetDoesNotExistException:
				fmt.Println(ses.ErrCodeRuleSetDoesNotExistException, aerr.Error())
			case ses.ErrCodeRuleDoesNotExistException:
				fmt.Println(ses.ErrCodeRuleDoesNotExistException, aerr.Error())
			default:
				fmt.Println(aerr.Error())
			}
		} else {
			// Print the error, cast err to awserr.Error to get the Code and
			// Message from an error.
			fmt.Println(err.Error())
		}
		return
	}

	fmt.Println(result)
}
Output:

func (*Client) SendBounceRequest added in v0.9.0

func (c *Client) SendBounceRequest(input *SendBounceInput) SendBounceRequest

SendBounceRequest returns a request value for making API operation for Amazon Simple Email Service.

Generates and sends a bounce message to the sender of an email you received through Amazon SES. You can only use this API on an email up to 24 hours after you receive it.

You cannot use this API to send generic bounces for mail that was not received by Amazon SES.

For information about receiving email through Amazon SES, see the Amazon SES Developer Guide (https://docs.aws.amazon.com/ses/latest/DeveloperGuide/receiving-email.html).

You can execute this operation no more than once per second.

// Example sending a request using SendBounceRequest.
req := client.SendBounceRequest(params)
resp, err := req.Send(context.TODO())
if err == nil {
    fmt.Println(resp)
}

Please also see https://docs.aws.amazon.com/goto/WebAPI/email-2010-12-01/SendBounce

func (*Client) SendBulkTemplatedEmailRequest added in v0.9.0

func (c *Client) SendBulkTemplatedEmailRequest(input *SendBulkTemplatedEmailInput) SendBulkTemplatedEmailRequest

SendBulkTemplatedEmailRequest returns a request value for making API operation for Amazon Simple Email Service.

Composes an email message to multiple destinations. The message body is created using an email template.

In order to send email using the SendBulkTemplatedEmail operation, your call to the API must meet the following requirements:

  • The call must refer to an existing email template. You can create email templates using the CreateTemplate operation.

  • The message must be sent from a verified email address or domain.

  • If your account is still in the Amazon SES sandbox, you may only send to verified addresses or domains, or to email addresses associated with the Amazon SES Mailbox Simulator. For more information, see Verifying Email Addresses and Domains (https://docs.aws.amazon.com/ses/latest/DeveloperGuide/verify-addresses-and-domains.html) in the Amazon SES Developer Guide.

  • The maximum message size is 10 MB.

  • Each Destination parameter must include at least one recipient email address. The recipient address can be a To: address, a CC: address, or a BCC: address. If a recipient email address is invalid (that is, it is not in the format UserName@[SubDomain.]Domain.TopLevelDomain), the entire message will be rejected, even if the message contains other recipients that are valid.

  • The message may not include more than 50 recipients, across the To:, CC: and BCC: fields. If you need to send an email message to a larger audience, you can divide your recipient list into groups of 50 or fewer, and then call the SendBulkTemplatedEmail operation several times to send the message to each group.

  • The number of destinations you can contact in a single call to the API may be limited by your account's maximum sending rate.

    // Example sending a request using SendBulkTemplatedEmailRequest. req := client.SendBulkTemplatedEmailRequest(params) resp, err := req.Send(context.TODO()) if err == nil { fmt.Println(resp) }

Please also see https://docs.aws.amazon.com/goto/WebAPI/email-2010-12-01/SendBulkTemplatedEmail

func (*Client) SendCustomVerificationEmailRequest added in v0.9.0

func (c *Client) SendCustomVerificationEmailRequest(input *SendCustomVerificationEmailInput) SendCustomVerificationEmailRequest

SendCustomVerificationEmailRequest returns a request value for making API operation for Amazon Simple Email Service.

Adds an email address to the list of identities for your Amazon SES account in the current AWS Region and attempts to verify it. As a result of executing this operation, a customized verification email is sent to the specified address.

To use this operation, you must first create a custom verification email template. For more information about creating and using custom verification email templates, see Using Custom Verification Email Templates (https://docs.aws.amazon.com/ses/latest/DeveloperGuide/custom-verification-emails.html) in the Amazon SES Developer Guide.

You can execute this operation no more than once per second.

// Example sending a request using SendCustomVerificationEmailRequest.
req := client.SendCustomVerificationEmailRequest(params)
resp, err := req.Send(context.TODO())
if err == nil {
    fmt.Println(resp)
}

Please also see https://docs.aws.amazon.com/goto/WebAPI/email-2010-12-01/SendCustomVerificationEmail

func (*Client) SendEmailRequest added in v0.9.0

func (c *Client) SendEmailRequest(input *SendEmailInput) SendEmailRequest

SendEmailRequest returns a request value for making API operation for Amazon Simple Email Service.

Composes an email message and immediately queues it for sending. In order to send email using the SendEmail operation, your message must meet the following requirements:

  • The message must be sent from a verified email address or domain. If you attempt to send email using a non-verified address or domain, the operation will result in an "Email address not verified" error.

  • If your account is still in the Amazon SES sandbox, you may only send to verified addresses or domains, or to email addresses associated with the Amazon SES Mailbox Simulator. For more information, see Verifying Email Addresses and Domains (https://docs.aws.amazon.com/ses/latest/DeveloperGuide/verify-addresses-and-domains.html) in the Amazon SES Developer Guide.

  • The maximum message size is 10 MB.

  • The message must include at least one recipient email address. The recipient address can be a To: address, a CC: address, or a BCC: address. If a recipient email address is invalid (that is, it is not in the format UserName@[SubDomain.]Domain.TopLevelDomain), the entire message will be rejected, even if the message contains other recipients that are valid.

  • The message may not include more than 50 recipients, across the To:, CC: and BCC: fields. If you need to send an email message to a larger audience, you can divide your recipient list into groups of 50 or fewer, and then call the SendEmail operation several times to send the message to each group.

For every message that you send, the total number of recipients (including each recipient in the To:, CC: and BCC: fields) is counted against the maximum number of emails you can send in a 24-hour period (your sending quota). For more information about sending quotas in Amazon SES, see Managing Your Amazon SES Sending Limits (https://docs.aws.amazon.com/ses/latest/DeveloperGuide/manage-sending-limits.html) in the Amazon SES Developer Guide.

// Example sending a request using SendEmailRequest.
req := client.SendEmailRequest(params)
resp, err := req.Send(context.TODO())
if err == nil {
    fmt.Println(resp)
}

Please also see https://docs.aws.amazon.com/goto/WebAPI/email-2010-12-01/SendEmail

Example (Shared00)

SendEmail

The following example sends a formatted email:

package main

import (
	"context"
	"fmt"

	"github.com/aws/aws-sdk-go-v2/aws"
	"github.com/aws/aws-sdk-go-v2/aws/awserr"
	"github.com/aws/aws-sdk-go-v2/aws/external"
	"github.com/aws/aws-sdk-go-v2/service/ses"
)

func main() {
	cfg, err := external.LoadDefaultAWSConfig()
	if err != nil {
		panic("failed to load config, " + err.Error())
	}

	svc := ses.New(cfg)
	input := &ses.SendEmailInput{
		Destination: &ses.Destination{
			CcAddresses: []string{
				"recipient3@example.com",
			},
			ToAddresses: []string{
				"recipient1@example.com",
				"recipient2@example.com",
			},
		},
		Message: &ses.Message{
			Body: &ses.Body{
				Html: &ses.Content{
					Charset: aws.String("UTF-8"),
					Data:    aws.String("This message body contains HTML formatting. It can, for example, contain links like this one: <a class=\"ulink\" href=\"http://docs.aws.amazon.com/ses/latest/DeveloperGuide\" target=\"_blank\">Amazon SES Developer Guide</a>."),
				},
				Text: &ses.Content{
					Charset: aws.String("UTF-8"),
					Data:    aws.String("This is the message body in text format."),
				},
			},
			Subject: &ses.Content{
				Charset: aws.String("UTF-8"),
				Data:    aws.String("Test email"),
			},
		},
		ReturnPath:    aws.String(""),
		ReturnPathArn: aws.String(""),
		Source:        aws.String("sender@example.com"),
		SourceArn:     aws.String(""),
	}

	req := svc.SendEmailRequest(input)
	result, err := req.Send(context.Background())
	if err != nil {
		if aerr, ok := err.(awserr.Error); ok {
			switch aerr.Code() {
			case ses.ErrCodeMessageRejected:
				fmt.Println(ses.ErrCodeMessageRejected, aerr.Error())
			case ses.ErrCodeMailFromDomainNotVerifiedException:
				fmt.Println(ses.ErrCodeMailFromDomainNotVerifiedException, aerr.Error())
			case ses.ErrCodeConfigurationSetDoesNotExistException:
				fmt.Println(ses.ErrCodeConfigurationSetDoesNotExistException, aerr.Error())
			case ses.ErrCodeConfigurationSetSendingPausedException:
				fmt.Println(ses.ErrCodeConfigurationSetSendingPausedException, aerr.Error())
			case ses.ErrCodeAccountSendingPausedException:
				fmt.Println(ses.ErrCodeAccountSendingPausedException, aerr.Error())
			default:
				fmt.Println(aerr.Error())
			}
		} else {
			// Print the error, cast err to awserr.Error to get the Code and
			// Message from an error.
			fmt.Println(err.Error())
		}
		return
	}

	fmt.Println(result)
}
Output:

func (*Client) SendRawEmailRequest added in v0.9.0

func (c *Client) SendRawEmailRequest(input *SendRawEmailInput) SendRawEmailRequest

SendRawEmailRequest returns a request value for making API operation for Amazon Simple Email Service.

Composes an email message and immediately queues it for sending.

This operation is more flexible than the SendEmail API operation. When you use the SendRawEmail operation, you can specify the headers of the message as well as its content. This flexibility is useful, for example, when you want to send a multipart MIME email (such a message that contains both a text and an HTML version). You can also use this operation to send messages that include attachments.

The SendRawEmail operation has the following requirements:

  • You can only send email from verified email addresses or domains (https://docs.aws.amazon.com/ses/latest/DeveloperGuide/verify-addresses-and-domains.html). If you try to send email from an address that isn't verified, the operation results in an "Email address not verified" error.

  • If your account is still in the Amazon SES sandbox (https://docs.aws.amazon.com/ses/latest/DeveloperGuide/request-production-access.html), you can only send email to other verified addresses in your account, or to addresses that are associated with the Amazon SES mailbox simulator (https://docs.aws.amazon.com/ses/latest/DeveloperGuide/mailbox-simulator.html).

  • The maximum message size, including attachments, is 10 MB.

  • Each message has to include at least one recipient address. A recipient address includes any address on the To:, CC:, or BCC: lines.

  • If you send a single message to more than one recipient address, and one of the recipient addresses isn't in a valid format (that is, it's not in the format UserName@[SubDomain.]Domain.TopLevelDomain), Amazon SES rejects the entire message, even if the other addresses are valid.

  • Each message can include up to 50 recipient addresses across the To:, CC:, or BCC: lines. If you need to send a single message to more than 50 recipients, you have to split the list of recipient addresses into groups of less than 50 recipients, and send separate messages to each group.

  • Amazon SES allows you to specify 8-bit Content-Transfer-Encoding for MIME message parts. However, if Amazon SES has to modify the contents of your message (for example, if you use open and click tracking), 8-bit content isn't preserved. For this reason, we highly recommend that you encode all content that isn't 7-bit ASCII. For more information, see MIME Encoding (https://docs.aws.amazon.com/ses/latest/DeveloperGuide/send-email-raw.html#send-email-mime-encoding) in the Amazon SES Developer Guide.

Additionally, keep the following considerations in mind when using the SendRawEmail operation:

  • Although you can customize the message headers when using the SendRawEmail operation, Amazon SES will automatically apply its own Message-ID and Date headers; if you passed these headers when creating the message, they will be overwritten by the values that Amazon SES provides.

  • If you are using sending authorization to send on behalf of another user, SendRawEmail enables you to specify the cross-account identity for the email's Source, From, and Return-Path parameters in one of two ways: you can pass optional parameters SourceArn, FromArn, and/or ReturnPathArn to the API, or you can include the following X-headers in the header of your raw email: X-SES-SOURCE-ARN X-SES-FROM-ARN X-SES-RETURN-PATH-ARN Don't include these X-headers in the DKIM signature. Amazon SES removes these before it sends the email. If you only specify the SourceIdentityArn parameter, Amazon SES sets the From and Return-Path addresses to the same identity that you specified. For more information about sending authorization, see the Using Sending Authorization with Amazon SES (https://docs.aws.amazon.com/ses/latest/DeveloperGuide/sending-authorization.html) in the Amazon SES Developer Guide.

  • For every message that you send, the total number of recipients (including each recipient in the To:, CC: and BCC: fields) is counted against the maximum number of emails you can send in a 24-hour period (your sending quota). For more information about sending quotas in Amazon SES, see Managing Your Amazon SES Sending Limits (https://docs.aws.amazon.com/ses/latest/DeveloperGuide/manage-sending-limits.html) in the Amazon SES Developer Guide.

    // Example sending a request using SendRawEmailRequest. req := client.SendRawEmailRequest(params) resp, err := req.Send(context.TODO()) if err == nil { fmt.Println(resp) }

Please also see https://docs.aws.amazon.com/goto/WebAPI/email-2010-12-01/SendRawEmail

Example (Shared00)

SendRawEmail

The following example sends an email with an attachment:

package main

import (
	"context"
	"fmt"

	"github.com/aws/aws-sdk-go-v2/aws"
	"github.com/aws/aws-sdk-go-v2/aws/awserr"
	"github.com/aws/aws-sdk-go-v2/aws/external"
	"github.com/aws/aws-sdk-go-v2/service/ses"
)

func main() {
	cfg, err := external.LoadDefaultAWSConfig()
	if err != nil {
		panic("failed to load config, " + err.Error())
	}

	svc := ses.New(cfg)
	input := &ses.SendRawEmailInput{
		FromArn: aws.String(""),
		RawMessage: &ses.RawMessage{
			Data: []byte("From: sender@example.com\\nTo: recipient@example.com\\nSubject: Test email (contains an attachment)\\nMIME-Version: 1.0\\nContent-type: Multipart/Mixed; boundary=\"NextPart\"\\n\\n--NextPart\\nContent-Type: text/plain\\n\\nThis is the message body.\\n\\n--NextPart\\nContent-Type: text/plain;\\nContent-Disposition: attachment; filename=\"attachment.txt\"\\n\\nThis is the text in the attachment.\\n\\n--NextPart--"),
		},
		ReturnPathArn: aws.String(""),
		Source:        aws.String(""),
		SourceArn:     aws.String(""),
	}

	req := svc.SendRawEmailRequest(input)
	result, err := req.Send(context.Background())
	if err != nil {
		if aerr, ok := err.(awserr.Error); ok {
			switch aerr.Code() {
			case ses.ErrCodeMessageRejected:
				fmt.Println(ses.ErrCodeMessageRejected, aerr.Error())
			case ses.ErrCodeMailFromDomainNotVerifiedException:
				fmt.Println(ses.ErrCodeMailFromDomainNotVerifiedException, aerr.Error())
			case ses.ErrCodeConfigurationSetDoesNotExistException:
				fmt.Println(ses.ErrCodeConfigurationSetDoesNotExistException, aerr.Error())
			case ses.ErrCodeConfigurationSetSendingPausedException:
				fmt.Println(ses.ErrCodeConfigurationSetSendingPausedException, aerr.Error())
			case ses.ErrCodeAccountSendingPausedException:
				fmt.Println(ses.ErrCodeAccountSendingPausedException, aerr.Error())
			default:
				fmt.Println(aerr.Error())
			}
		} else {
			// Print the error, cast err to awserr.Error to get the Code and
			// Message from an error.
			fmt.Println(err.Error())
		}
		return
	}

	fmt.Println(result)
}
Output:

func (*Client) SendTemplatedEmailRequest added in v0.9.0

func (c *Client) SendTemplatedEmailRequest(input *SendTemplatedEmailInput) SendTemplatedEmailRequest

SendTemplatedEmailRequest returns a request value for making API operation for Amazon Simple Email Service.

Composes an email message using an email template and immediately queues it for sending.

In order to send email using the SendTemplatedEmail operation, your call to the API must meet the following requirements:

  • The call must refer to an existing email template. You can create email templates using the CreateTemplate operation.

  • The message must be sent from a verified email address or domain.

  • If your account is still in the Amazon SES sandbox, you may only send to verified addresses or domains, or to email addresses associated with the Amazon SES Mailbox Simulator. For more information, see Verifying Email Addresses and Domains (https://docs.aws.amazon.com/ses/latest/DeveloperGuide/verify-addresses-and-domains.html) in the Amazon SES Developer Guide.

  • The maximum message size is 10 MB.

  • Calls to the SendTemplatedEmail operation may only include one Destination parameter. A destination is a set of recipients who will receive the same version of the email. The Destination parameter can include up to 50 recipients, across the To:, CC: and BCC: fields.

  • The Destination parameter must include at least one recipient email address. The recipient address can be a To: address, a CC: address, or a BCC: address. If a recipient email address is invalid (that is, it is not in the format UserName@[SubDomain.]Domain.TopLevelDomain), the entire message will be rejected, even if the message contains other recipients that are valid.

If your call to the SendTemplatedEmail operation includes all of the required parameters, Amazon SES accepts it and returns a Message ID. However, if Amazon SES can't render the email because the template contains errors, it doesn't send the email. Additionally, because it already accepted the message, Amazon SES doesn't return a message stating that it was unable to send the email.

For these reasons, we highly recommend that you set up Amazon SES to send you notifications when Rendering Failure events occur. For more information, see Sending Personalized Email Using the Amazon SES API (https://docs.aws.amazon.com/ses/latest/DeveloperGuide/send-personalized-email-api.html) in the Amazon Simple Email Service Developer Guide.

// Example sending a request using SendTemplatedEmailRequest.
req := client.SendTemplatedEmailRequest(params)
resp, err := req.Send(context.TODO())
if err == nil {
    fmt.Println(resp)
}

Please also see https://docs.aws.amazon.com/goto/WebAPI/email-2010-12-01/SendTemplatedEmail

func (*Client) SetActiveReceiptRuleSetRequest added in v0.9.0

func (c *Client) SetActiveReceiptRuleSetRequest(input *SetActiveReceiptRuleSetInput) SetActiveReceiptRuleSetRequest

SetActiveReceiptRuleSetRequest returns a request value for making API operation for Amazon Simple Email Service.

Sets the specified receipt rule set as the active receipt rule set.

To disable your email-receiving through Amazon SES completely, you can call this API with RuleSetName set to null.

For information about managing receipt rule sets, see the Amazon SES Developer Guide (https://docs.aws.amazon.com/ses/latest/DeveloperGuide/receiving-email-managing-receipt-rule-sets.html).

You can execute this operation no more than once per second.

// Example sending a request using SetActiveReceiptRuleSetRequest.
req := client.SetActiveReceiptRuleSetRequest(params)
resp, err := req.Send(context.TODO())
if err == nil {
    fmt.Println(resp)
}

Please also see https://docs.aws.amazon.com/goto/WebAPI/email-2010-12-01/SetActiveReceiptRuleSet

Example (Shared00)

SetActiveReceiptRuleSet

The following example sets the active receipt rule set:

package main

import (
	"context"
	"fmt"

	"github.com/aws/aws-sdk-go-v2/aws"
	"github.com/aws/aws-sdk-go-v2/aws/awserr"
	"github.com/aws/aws-sdk-go-v2/aws/external"
	"github.com/aws/aws-sdk-go-v2/service/ses"
)

func main() {
	cfg, err := external.LoadDefaultAWSConfig()
	if err != nil {
		panic("failed to load config, " + err.Error())
	}

	svc := ses.New(cfg)
	input := &ses.SetActiveReceiptRuleSetInput{
		RuleSetName: aws.String("RuleSetToActivate"),
	}

	req := svc.SetActiveReceiptRuleSetRequest(input)
	result, err := req.Send(context.Background())
	if err != nil {
		if aerr, ok := err.(awserr.Error); ok {
			switch aerr.Code() {
			case ses.ErrCodeRuleSetDoesNotExistException:
				fmt.Println(ses.ErrCodeRuleSetDoesNotExistException, aerr.Error())
			default:
				fmt.Println(aerr.Error())
			}
		} else {
			// Print the error, cast err to awserr.Error to get the Code and
			// Message from an error.
			fmt.Println(err.Error())
		}
		return
	}

	fmt.Println(result)
}
Output:

func (*Client) SetIdentityDkimEnabledRequest added in v0.9.0

func (c *Client) SetIdentityDkimEnabledRequest(input *SetIdentityDkimEnabledInput) SetIdentityDkimEnabledRequest

SetIdentityDkimEnabledRequest returns a request value for making API operation for Amazon Simple Email Service.

Enables or disables Easy DKIM signing of email sent from an identity. If Easy DKIM signing is enabled for a domain, then Amazon SES uses DKIM to sign all email that it sends from addresses on that domain. If Easy DKIM signing is enabled for an email address, then Amazon SES uses DKIM to sign all email it sends from that address.

For email addresses (for example, user@example.com), you can only enable DKIM signing if the corresponding domain (in this case, example.com) has been set up to use Easy DKIM.

You can enable DKIM signing for an identity at any time after you start the verification process for the identity, even if the verification process isn't complete.

You can execute this operation no more than once per second.

For more information about Easy DKIM signing, go to the Amazon SES Developer Guide (https://docs.aws.amazon.com/ses/latest/DeveloperGuide/easy-dkim.html).

// Example sending a request using SetIdentityDkimEnabledRequest.
req := client.SetIdentityDkimEnabledRequest(params)
resp, err := req.Send(context.TODO())
if err == nil {
    fmt.Println(resp)
}

Please also see https://docs.aws.amazon.com/goto/WebAPI/email-2010-12-01/SetIdentityDkimEnabled

Example (Shared00)

SetIdentityDkimEnabled

The following example configures Amazon SES to Easy DKIM-sign the email sent from an identity:

package main

import (
	"context"
	"fmt"

	"github.com/aws/aws-sdk-go-v2/aws"
	"github.com/aws/aws-sdk-go-v2/aws/awserr"
	"github.com/aws/aws-sdk-go-v2/aws/external"
	"github.com/aws/aws-sdk-go-v2/service/ses"
)

func main() {
	cfg, err := external.LoadDefaultAWSConfig()
	if err != nil {
		panic("failed to load config, " + err.Error())
	}

	svc := ses.New(cfg)
	input := &ses.SetIdentityDkimEnabledInput{
		DkimEnabled: aws.Bool(true),
		Identity:    aws.String("user@example.com"),
	}

	req := svc.SetIdentityDkimEnabledRequest(input)
	result, err := req.Send(context.Background())
	if err != nil {
		if aerr, ok := err.(awserr.Error); ok {
			switch aerr.Code() {
			default:
				fmt.Println(aerr.Error())
			}
		} else {
			// Print the error, cast err to awserr.Error to get the Code and
			// Message from an error.
			fmt.Println(err.Error())
		}
		return
	}

	fmt.Println(result)
}
Output:

func (*Client) SetIdentityFeedbackForwardingEnabledRequest added in v0.9.0

func (c *Client) SetIdentityFeedbackForwardingEnabledRequest(input *SetIdentityFeedbackForwardingEnabledInput) SetIdentityFeedbackForwardingEnabledRequest

SetIdentityFeedbackForwardingEnabledRequest returns a request value for making API operation for Amazon Simple Email Service.

Given an identity (an email address or a domain), enables or disables whether Amazon SES forwards bounce and complaint notifications as email. Feedback forwarding can only be disabled when Amazon Simple Notification Service (Amazon SNS) topics are specified for both bounces and complaints.

Feedback forwarding does not apply to delivery notifications. Delivery notifications are only available through Amazon SNS.

You can execute this operation no more than once per second.

For more information about using notifications with Amazon SES, see the Amazon SES Developer Guide (https://docs.aws.amazon.com/ses/latest/DeveloperGuide/notifications.html).

// Example sending a request using SetIdentityFeedbackForwardingEnabledRequest.
req := client.SetIdentityFeedbackForwardingEnabledRequest(params)
resp, err := req.Send(context.TODO())
if err == nil {
    fmt.Println(resp)
}

Please also see https://docs.aws.amazon.com/goto/WebAPI/email-2010-12-01/SetIdentityFeedbackForwardingEnabled

Example (Shared00)

SetIdentityFeedbackForwardingEnabled

The following example configures Amazon SES to forward an identity's bounces and complaints via email:

package main

import (
	"context"
	"fmt"

	"github.com/aws/aws-sdk-go-v2/aws"
	"github.com/aws/aws-sdk-go-v2/aws/awserr"
	"github.com/aws/aws-sdk-go-v2/aws/external"
	"github.com/aws/aws-sdk-go-v2/service/ses"
)

func main() {
	cfg, err := external.LoadDefaultAWSConfig()
	if err != nil {
		panic("failed to load config, " + err.Error())
	}

	svc := ses.New(cfg)
	input := &ses.SetIdentityFeedbackForwardingEnabledInput{
		ForwardingEnabled: aws.Bool(true),
		Identity:          aws.String("user@example.com"),
	}

	req := svc.SetIdentityFeedbackForwardingEnabledRequest(input)
	result, err := req.Send(context.Background())
	if err != nil {
		if aerr, ok := err.(awserr.Error); ok {
			switch aerr.Code() {
			default:
				fmt.Println(aerr.Error())
			}
		} else {
			// Print the error, cast err to awserr.Error to get the Code and
			// Message from an error.
			fmt.Println(err.Error())
		}
		return
	}

	fmt.Println(result)
}
Output:

func (*Client) SetIdentityHeadersInNotificationsEnabledRequest added in v0.9.0

func (c *Client) SetIdentityHeadersInNotificationsEnabledRequest(input *SetIdentityHeadersInNotificationsEnabledInput) SetIdentityHeadersInNotificationsEnabledRequest

SetIdentityHeadersInNotificationsEnabledRequest returns a request value for making API operation for Amazon Simple Email Service.

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

You can execute this operation no more than once per second.

For more information about using notifications with Amazon SES, see the Amazon SES Developer Guide (https://docs.aws.amazon.com/ses/latest/DeveloperGuide/notifications.html).

// Example sending a request using SetIdentityHeadersInNotificationsEnabledRequest.
req := client.SetIdentityHeadersInNotificationsEnabledRequest(params)
resp, err := req.Send(context.TODO())
if err == nil {
    fmt.Println(resp)
}

Please also see https://docs.aws.amazon.com/goto/WebAPI/email-2010-12-01/SetIdentityHeadersInNotificationsEnabled

Example (Shared00)

SetIdentityHeadersInNotificationsEnabled

The following example configures Amazon SES to include the original email headers in the Amazon SNS bounce notifications for an identity:

package main

import (
	"context"
	"fmt"

	"github.com/aws/aws-sdk-go-v2/aws"
	"github.com/aws/aws-sdk-go-v2/aws/awserr"
	"github.com/aws/aws-sdk-go-v2/aws/external"
	"github.com/aws/aws-sdk-go-v2/service/ses"
)

func main() {
	cfg, err := external.LoadDefaultAWSConfig()
	if err != nil {
		panic("failed to load config, " + err.Error())
	}

	svc := ses.New(cfg)
	input := &ses.SetIdentityHeadersInNotificationsEnabledInput{
		Enabled:          aws.Bool(true),
		Identity:         aws.String("user@example.com"),
		NotificationType: ses.NotificationTypeBounce,
	}

	req := svc.SetIdentityHeadersInNotificationsEnabledRequest(input)
	result, err := req.Send(context.Background())
	if err != nil {
		if aerr, ok := err.(awserr.Error); ok {
			switch aerr.Code() {
			default:
				fmt.Println(aerr.Error())
			}
		} else {
			// Print the error, cast err to awserr.Error to get the Code and
			// Message from an error.
			fmt.Println(err.Error())
		}
		return
	}

	fmt.Println(result)
}
Output:

func (*Client) SetIdentityMailFromDomainRequest added in v0.9.0

func (c *Client) SetIdentityMailFromDomainRequest(input *SetIdentityMailFromDomainInput) SetIdentityMailFromDomainRequest

SetIdentityMailFromDomainRequest returns a request value for making API operation for Amazon Simple Email Service.

Enables or disables the custom MAIL FROM domain setup for a verified identity (an email address or a domain).

To send emails using the specified MAIL FROM domain, you must add an MX record to your MAIL FROM domain's DNS settings. If you want your emails to pass Sender Policy Framework (SPF) checks, you must also add or update an SPF record. For more information, see the Amazon SES Developer Guide (https://docs.aws.amazon.com/ses/latest/DeveloperGuide/mail-from-set.html).

You can execute this operation no more than once per second.

// Example sending a request using SetIdentityMailFromDomainRequest.
req := client.SetIdentityMailFromDomainRequest(params)
resp, err := req.Send(context.TODO())
if err == nil {
    fmt.Println(resp)
}

Please also see https://docs.aws.amazon.com/goto/WebAPI/email-2010-12-01/SetIdentityMailFromDomain

Example (Shared00)

SetIdentityMailFromDomain

The following example configures Amazon SES to use a custom MAIL FROM domain for an identity:

package main

import (
	"context"
	"fmt"

	"github.com/aws/aws-sdk-go-v2/aws"
	"github.com/aws/aws-sdk-go-v2/aws/awserr"
	"github.com/aws/aws-sdk-go-v2/aws/external"
	"github.com/aws/aws-sdk-go-v2/service/ses"
)

func main() {
	cfg, err := external.LoadDefaultAWSConfig()
	if err != nil {
		panic("failed to load config, " + err.Error())
	}

	svc := ses.New(cfg)
	input := &ses.SetIdentityMailFromDomainInput{
		BehaviorOnMXFailure: ses.BehaviorOnMXFailureUseDefaultValue,
		Identity:            aws.String("user@example.com"),
		MailFromDomain:      aws.String("bounces.example.com"),
	}

	req := svc.SetIdentityMailFromDomainRequest(input)
	result, err := req.Send(context.Background())
	if err != nil {
		if aerr, ok := err.(awserr.Error); ok {
			switch aerr.Code() {
			default:
				fmt.Println(aerr.Error())
			}
		} else {
			// Print the error, cast err to awserr.Error to get the Code and
			// Message from an error.
			fmt.Println(err.Error())
		}
		return
	}

	fmt.Println(result)
}
Output:

func (*Client) SetIdentityNotificationTopicRequest added in v0.9.0

func (c *Client) SetIdentityNotificationTopicRequest(input *SetIdentityNotificationTopicInput) SetIdentityNotificationTopicRequest

SetIdentityNotificationTopicRequest returns a request value for making API operation for Amazon Simple Email Service.

Sets an Amazon Simple Notification Service (Amazon SNS) topic to use when delivering notifications. When you use this operation, you specify a verified identity, such as an email address or domain. When you send an email that uses the chosen identity in the Source field, Amazon SES sends notifications to the topic you specified. You can send bounce, complaint, or delivery notifications (or any combination of the three) to the Amazon SNS topic that you specify.

You can execute this operation no more than once per second.

For more information about feedback notification, see the Amazon SES Developer Guide (https://docs.aws.amazon.com/ses/latest/DeveloperGuide/notifications.html).

// Example sending a request using SetIdentityNotificationTopicRequest.
req := client.SetIdentityNotificationTopicRequest(params)
resp, err := req.Send(context.TODO())
if err == nil {
    fmt.Println(resp)
}

Please also see https://docs.aws.amazon.com/goto/WebAPI/email-2010-12-01/SetIdentityNotificationTopic

Example (Shared00)

SetIdentityNotificationTopic

The following example sets the Amazon SNS topic to which Amazon SES will publish bounce, complaint, and/or delivery notifications for emails sent with the specified identity as the Source:

package main

import (
	"context"
	"fmt"

	"github.com/aws/aws-sdk-go-v2/aws"
	"github.com/aws/aws-sdk-go-v2/aws/awserr"
	"github.com/aws/aws-sdk-go-v2/aws/external"
	"github.com/aws/aws-sdk-go-v2/service/ses"
)

func main() {
	cfg, err := external.LoadDefaultAWSConfig()
	if err != nil {
		panic("failed to load config, " + err.Error())
	}

	svc := ses.New(cfg)
	input := &ses.SetIdentityNotificationTopicInput{
		Identity:         aws.String("user@example.com"),
		NotificationType: ses.NotificationTypeBounce,
		SnsTopic:         aws.String("arn:aws:sns:us-west-2:111122223333:MyTopic"),
	}

	req := svc.SetIdentityNotificationTopicRequest(input)
	result, err := req.Send(context.Background())
	if err != nil {
		if aerr, ok := err.(awserr.Error); ok {
			switch aerr.Code() {
			default:
				fmt.Println(aerr.Error())
			}
		} else {
			// Print the error, cast err to awserr.Error to get the Code and
			// Message from an error.
			fmt.Println(err.Error())
		}
		return
	}

	fmt.Println(result)
}
Output:

func (*Client) SetReceiptRulePositionRequest added in v0.9.0

func (c *Client) SetReceiptRulePositionRequest(input *SetReceiptRulePositionInput) SetReceiptRulePositionRequest

SetReceiptRulePositionRequest returns a request value for making API operation for Amazon Simple Email Service.

Sets the position of the specified receipt rule in the receipt rule set.

For information about managing receipt rules, see the Amazon SES Developer Guide (https://docs.aws.amazon.com/ses/latest/DeveloperGuide/receiving-email-managing-receipt-rules.html).

You can execute this operation no more than once per second.

// Example sending a request using SetReceiptRulePositionRequest.
req := client.SetReceiptRulePositionRequest(params)
resp, err := req.Send(context.TODO())
if err == nil {
    fmt.Println(resp)
}

Please also see https://docs.aws.amazon.com/goto/WebAPI/email-2010-12-01/SetReceiptRulePosition

Example (Shared00)

SetReceiptRulePosition

The following example sets the position of a receipt rule in a receipt rule set:

package main

import (
	"context"
	"fmt"

	"github.com/aws/aws-sdk-go-v2/aws"
	"github.com/aws/aws-sdk-go-v2/aws/awserr"
	"github.com/aws/aws-sdk-go-v2/aws/external"
	"github.com/aws/aws-sdk-go-v2/service/ses"
)

func main() {
	cfg, err := external.LoadDefaultAWSConfig()
	if err != nil {
		panic("failed to load config, " + err.Error())
	}

	svc := ses.New(cfg)
	input := &ses.SetReceiptRulePositionInput{
		After:       aws.String("PutRuleAfterThisRule"),
		RuleName:    aws.String("RuleToReposition"),
		RuleSetName: aws.String("MyRuleSet"),
	}

	req := svc.SetReceiptRulePositionRequest(input)
	result, err := req.Send(context.Background())
	if err != nil {
		if aerr, ok := err.(awserr.Error); ok {
			switch aerr.Code() {
			case ses.ErrCodeRuleSetDoesNotExistException:
				fmt.Println(ses.ErrCodeRuleSetDoesNotExistException, aerr.Error())
			case ses.ErrCodeRuleDoesNotExistException:
				fmt.Println(ses.ErrCodeRuleDoesNotExistException, aerr.Error())
			default:
				fmt.Println(aerr.Error())
			}
		} else {
			// Print the error, cast err to awserr.Error to get the Code and
			// Message from an error.
			fmt.Println(err.Error())
		}
		return
	}

	fmt.Println(result)
}
Output:

func (*Client) TestRenderTemplateRequest added in v0.9.0

func (c *Client) TestRenderTemplateRequest(input *TestRenderTemplateInput) TestRenderTemplateRequest

TestRenderTemplateRequest returns a request value for making API operation for Amazon Simple Email Service.

Creates a preview of the MIME content of an email when provided with a template and a set of replacement data.

You can execute this operation no more than once per second.

// Example sending a request using TestRenderTemplateRequest.
req := client.TestRenderTemplateRequest(params)
resp, err := req.Send(context.TODO())
if err == nil {
    fmt.Println(resp)
}

Please also see https://docs.aws.amazon.com/goto/WebAPI/email-2010-12-01/TestRenderTemplate

func (*Client) UpdateAccountSendingEnabledRequest added in v0.9.0

func (c *Client) UpdateAccountSendingEnabledRequest(input *UpdateAccountSendingEnabledInput) UpdateAccountSendingEnabledRequest

UpdateAccountSendingEnabledRequest returns a request value for making API operation for Amazon Simple Email Service.

Enables or disables email sending across your entire Amazon SES account in the current AWS Region. You can use this operation in conjunction with Amazon CloudWatch alarms to temporarily pause email sending across your Amazon SES account in a given AWS Region when reputation metrics (such as your bounce or complaint rates) reach certain thresholds.

You can execute this operation no more than once per second.

// Example sending a request using UpdateAccountSendingEnabledRequest.
req := client.UpdateAccountSendingEnabledRequest(params)
resp, err := req.Send(context.TODO())
if err == nil {
    fmt.Println(resp)
}

Please also see https://docs.aws.amazon.com/goto/WebAPI/email-2010-12-01/UpdateAccountSendingEnabled

Example (Shared00)

UpdateAccountSendingEnabled

The following example updated the sending status for this account.

package main

import (
	"context"
	"fmt"

	"github.com/aws/aws-sdk-go-v2/aws"
	"github.com/aws/aws-sdk-go-v2/aws/awserr"
	"github.com/aws/aws-sdk-go-v2/aws/external"
	"github.com/aws/aws-sdk-go-v2/service/ses"
)

func main() {
	cfg, err := external.LoadDefaultAWSConfig()
	if err != nil {
		panic("failed to load config, " + err.Error())
	}

	svc := ses.New(cfg)
	input := &ses.UpdateAccountSendingEnabledInput{
		Enabled: aws.Bool(true),
	}

	req := svc.UpdateAccountSendingEnabledRequest(input)
	result, err := req.Send(context.Background())
	if err != nil {
		if aerr, ok := err.(awserr.Error); ok {
			switch aerr.Code() {
			default:
				fmt.Println(aerr.Error())
			}
		} else {
			// Print the error, cast err to awserr.Error to get the Code and
			// Message from an error.
			fmt.Println(err.Error())
		}
		return
	}

	fmt.Println(result)
}
Output:

func (*Client) UpdateConfigurationSetEventDestinationRequest added in v0.9.0

func (c *Client) UpdateConfigurationSetEventDestinationRequest(input *UpdateConfigurationSetEventDestinationInput) UpdateConfigurationSetEventDestinationRequest

UpdateConfigurationSetEventDestinationRequest returns a request value for making API operation for Amazon Simple Email Service.

Updates the event destination of a configuration set. Event destinations are associated with configuration sets, which enable you to publish email sending events to Amazon CloudWatch, Amazon Kinesis Firehose, or Amazon Simple Notification Service (Amazon SNS). For information about using configuration sets, see Monitoring Your Amazon SES Sending Activity (https://docs.aws.amazon.com/ses/latest/DeveloperGuide/monitor-sending-activity.html) in the Amazon SES Developer Guide.

When you create or update an event destination, you must provide one, and only one, destination. The destination can be Amazon CloudWatch, Amazon Kinesis Firehose, or Amazon Simple Notification Service (Amazon SNS).

You can execute this operation no more than once per second.

// Example sending a request using UpdateConfigurationSetEventDestinationRequest.
req := client.UpdateConfigurationSetEventDestinationRequest(params)
resp, err := req.Send(context.TODO())
if err == nil {
    fmt.Println(resp)
}

Please also see https://docs.aws.amazon.com/goto/WebAPI/email-2010-12-01/UpdateConfigurationSetEventDestination

func (*Client) UpdateConfigurationSetReputationMetricsEnabledRequest added in v0.9.0

func (c *Client) UpdateConfigurationSetReputationMetricsEnabledRequest(input *UpdateConfigurationSetReputationMetricsEnabledInput) UpdateConfigurationSetReputationMetricsEnabledRequest

UpdateConfigurationSetReputationMetricsEnabledRequest returns a request value for making API operation for Amazon Simple Email Service.

Enables or disables the publishing of reputation metrics for emails sent using a specific configuration set in a given AWS Region. Reputation metrics include bounce and complaint rates. These metrics are published to Amazon CloudWatch. By using CloudWatch, you can create alarms when bounce or complaint rates exceed certain thresholds.

You can execute this operation no more than once per second.

// Example sending a request using UpdateConfigurationSetReputationMetricsEnabledRequest.
req := client.UpdateConfigurationSetReputationMetricsEnabledRequest(params)
resp, err := req.Send(context.TODO())
if err == nil {
    fmt.Println(resp)
}

Please also see https://docs.aws.amazon.com/goto/WebAPI/email-2010-12-01/UpdateConfigurationSetReputationMetricsEnabled

Example (Shared00)

UpdateConfigurationSetReputationMetricsEnabled

Set the reputationMetricsEnabled flag for a specific configuration set.

package main

import (
	"context"
	"fmt"

	"github.com/aws/aws-sdk-go-v2/aws"
	"github.com/aws/aws-sdk-go-v2/aws/awserr"
	"github.com/aws/aws-sdk-go-v2/aws/external"
	"github.com/aws/aws-sdk-go-v2/service/ses"
)

func main() {
	cfg, err := external.LoadDefaultAWSConfig()
	if err != nil {
		panic("failed to load config, " + err.Error())
	}

	svc := ses.New(cfg)
	input := &ses.UpdateConfigurationSetReputationMetricsEnabledInput{
		ConfigurationSetName: aws.String("foo"),
		Enabled:              aws.Bool(true),
	}

	req := svc.UpdateConfigurationSetReputationMetricsEnabledRequest(input)
	result, err := req.Send(context.Background())
	if err != nil {
		if aerr, ok := err.(awserr.Error); ok {
			switch aerr.Code() {
			case ses.ErrCodeConfigurationSetDoesNotExistException:
				fmt.Println(ses.ErrCodeConfigurationSetDoesNotExistException, aerr.Error())
			default:
				fmt.Println(aerr.Error())
			}
		} else {
			// Print the error, cast err to awserr.Error to get the Code and
			// Message from an error.
			fmt.Println(err.Error())
		}
		return
	}

	fmt.Println(result)
}
Output:

func (*Client) UpdateConfigurationSetSendingEnabledRequest added in v0.9.0

func (c *Client) UpdateConfigurationSetSendingEnabledRequest(input *UpdateConfigurationSetSendingEnabledInput) UpdateConfigurationSetSendingEnabledRequest

UpdateConfigurationSetSendingEnabledRequest returns a request value for making API operation for Amazon Simple Email Service.

Enables or disables email sending for messages sent using a specific configuration set in a given AWS Region. You can use this operation in conjunction with Amazon CloudWatch alarms to temporarily pause email sending for a configuration set when the reputation metrics for that configuration set (such as your bounce on complaint rate) exceed certain thresholds.

You can execute this operation no more than once per second.

// Example sending a request using UpdateConfigurationSetSendingEnabledRequest.
req := client.UpdateConfigurationSetSendingEnabledRequest(params)
resp, err := req.Send(context.TODO())
if err == nil {
    fmt.Println(resp)
}

Please also see https://docs.aws.amazon.com/goto/WebAPI/email-2010-12-01/UpdateConfigurationSetSendingEnabled

Example (Shared00)

UpdateConfigurationSetReputationMetricsEnabled

Set the sending enabled flag for a specific configuration set.

package main

import (
	"context"
	"fmt"

	"github.com/aws/aws-sdk-go-v2/aws"
	"github.com/aws/aws-sdk-go-v2/aws/awserr"
	"github.com/aws/aws-sdk-go-v2/aws/external"
	"github.com/aws/aws-sdk-go-v2/service/ses"
)

func main() {
	cfg, err := external.LoadDefaultAWSConfig()
	if err != nil {
		panic("failed to load config, " + err.Error())
	}

	svc := ses.New(cfg)
	input := &ses.UpdateConfigurationSetSendingEnabledInput{
		ConfigurationSetName: aws.String("foo"),
		Enabled:              aws.Bool(true),
	}

	req := svc.UpdateConfigurationSetSendingEnabledRequest(input)
	result, err := req.Send(context.Background())
	if err != nil {
		if aerr, ok := err.(awserr.Error); ok {
			switch aerr.Code() {
			case ses.ErrCodeConfigurationSetDoesNotExistException:
				fmt.Println(ses.ErrCodeConfigurationSetDoesNotExistException, aerr.Error())
			default:
				fmt.Println(aerr.Error())
			}
		} else {
			// Print the error, cast err to awserr.Error to get the Code and
			// Message from an error.
			fmt.Println(err.Error())
		}
		return
	}

	fmt.Println(result)
}
Output:

func (*Client) UpdateConfigurationSetTrackingOptionsRequest added in v0.9.0

func (c *Client) UpdateConfigurationSetTrackingOptionsRequest(input *UpdateConfigurationSetTrackingOptionsInput) UpdateConfigurationSetTrackingOptionsRequest

UpdateConfigurationSetTrackingOptionsRequest returns a request value for making API operation for Amazon Simple Email Service.

Modifies an association between a configuration set and a custom domain for open and click event tracking.

By default, images and links used for tracking open and click events are hosted on domains operated by Amazon SES. You can configure a subdomain of your own to handle these events. For information about using custom domains, see the Amazon SES Developer Guide (https://docs.aws.amazon.com/ses/latest/DeveloperGuide/configure-custom-open-click-domains.html).

// Example sending a request using UpdateConfigurationSetTrackingOptionsRequest.
req := client.UpdateConfigurationSetTrackingOptionsRequest(params)
resp, err := req.Send(context.TODO())
if err == nil {
    fmt.Println(resp)
}

Please also see https://docs.aws.amazon.com/goto/WebAPI/email-2010-12-01/UpdateConfigurationSetTrackingOptions

func (*Client) UpdateCustomVerificationEmailTemplateRequest added in v0.9.0

func (c *Client) UpdateCustomVerificationEmailTemplateRequest(input *UpdateCustomVerificationEmailTemplateInput) UpdateCustomVerificationEmailTemplateRequest

UpdateCustomVerificationEmailTemplateRequest returns a request value for making API operation for Amazon Simple Email Service.

Updates 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/ses/latest/DeveloperGuide/custom-verification-emails.html) in the Amazon SES Developer Guide.

You can execute this operation no more than once per second.

// Example sending a request using UpdateCustomVerificationEmailTemplateRequest.
req := client.UpdateCustomVerificationEmailTemplateRequest(params)
resp, err := req.Send(context.TODO())
if err == nil {
    fmt.Println(resp)
}

Please also see https://docs.aws.amazon.com/goto/WebAPI/email-2010-12-01/UpdateCustomVerificationEmailTemplate

func (*Client) UpdateReceiptRuleRequest added in v0.9.0

func (c *Client) UpdateReceiptRuleRequest(input *UpdateReceiptRuleInput) UpdateReceiptRuleRequest

UpdateReceiptRuleRequest returns a request value for making API operation for Amazon Simple Email Service.

Updates a receipt rule.

For information about managing receipt rules, see the Amazon SES Developer Guide (https://docs.aws.amazon.com/ses/latest/DeveloperGuide/receiving-email-managing-receipt-rules.html).

You can execute this operation no more than once per second.

// Example sending a request using UpdateReceiptRuleRequest.
req := client.UpdateReceiptRuleRequest(params)
resp, err := req.Send(context.TODO())
if err == nil {
    fmt.Println(resp)
}

Please also see https://docs.aws.amazon.com/goto/WebAPI/email-2010-12-01/UpdateReceiptRule

Example (Shared00)

UpdateReceiptRule

The following example updates a receipt rule to use an Amazon S3 action:

package main

import (
	"context"
	"fmt"

	"github.com/aws/aws-sdk-go-v2/aws"
	"github.com/aws/aws-sdk-go-v2/aws/awserr"
	"github.com/aws/aws-sdk-go-v2/aws/external"
	"github.com/aws/aws-sdk-go-v2/service/ses"
)

func main() {
	cfg, err := external.LoadDefaultAWSConfig()
	if err != nil {
		panic("failed to load config, " + err.Error())
	}

	svc := ses.New(cfg)
	input := &ses.UpdateReceiptRuleInput{
		Rule: &ses.ReceiptRule{
			Actions: []ses.ReceiptAction{
				{
					S3Action: &ses.S3Action{
						BucketName:      aws.String("MyBucket"),
						ObjectKeyPrefix: aws.String("email"),
					},
				},
			},
			Enabled:     aws.Bool(true),
			Name:        aws.String("MyRule"),
			ScanEnabled: aws.Bool(true),
			TlsPolicy:   ses.TlsPolicyOptional,
		},
		RuleSetName: aws.String("MyRuleSet"),
	}

	req := svc.UpdateReceiptRuleRequest(input)
	result, err := req.Send(context.Background())
	if err != nil {
		if aerr, ok := err.(awserr.Error); ok {
			switch aerr.Code() {
			case ses.ErrCodeInvalidSnsTopicException:
				fmt.Println(ses.ErrCodeInvalidSnsTopicException, aerr.Error())
			case ses.ErrCodeInvalidS3ConfigurationException:
				fmt.Println(ses.ErrCodeInvalidS3ConfigurationException, aerr.Error())
			case ses.ErrCodeInvalidLambdaFunctionException:
				fmt.Println(ses.ErrCodeInvalidLambdaFunctionException, aerr.Error())
			case ses.ErrCodeRuleSetDoesNotExistException:
				fmt.Println(ses.ErrCodeRuleSetDoesNotExistException, aerr.Error())
			case ses.ErrCodeRuleDoesNotExistException:
				fmt.Println(ses.ErrCodeRuleDoesNotExistException, aerr.Error())
			case ses.ErrCodeLimitExceededException:
				fmt.Println(ses.ErrCodeLimitExceededException, aerr.Error())
			default:
				fmt.Println(aerr.Error())
			}
		} else {
			// Print the error, cast err to awserr.Error to get the Code and
			// Message from an error.
			fmt.Println(err.Error())
		}
		return
	}

	fmt.Println(result)
}
Output:

func (*Client) UpdateTemplateRequest added in v0.9.0

func (c *Client) UpdateTemplateRequest(input *UpdateTemplateInput) UpdateTemplateRequest

UpdateTemplateRequest returns a request value for making API operation for Amazon Simple Email Service.

Updates an email template. Email templates enable you to send personalized email to one or more destinations in a single API operation. For more information, see the Amazon SES Developer Guide (https://docs.aws.amazon.com/ses/latest/DeveloperGuide/send-personalized-email-api.html).

You can execute this operation no more than once per second.

// Example sending a request using UpdateTemplateRequest.
req := client.UpdateTemplateRequest(params)
resp, err := req.Send(context.TODO())
if err == nil {
    fmt.Println(resp)
}

Please also see https://docs.aws.amazon.com/goto/WebAPI/email-2010-12-01/UpdateTemplate

func (*Client) VerifyDomainDkimRequest added in v0.9.0

func (c *Client) VerifyDomainDkimRequest(input *VerifyDomainDkimInput) VerifyDomainDkimRequest

VerifyDomainDkimRequest returns a request value for making API operation for Amazon Simple Email Service.

Returns a set of DKIM tokens for a domain identity.

When you execute the VerifyDomainDkim operation, the domain that you specify is added to the list of identities that are associated with your account. This is true even if you haven't already associated the domain with your account by using the VerifyDomainIdentity operation. However, you can't send email from the domain until you either successfully verify it (https://docs.aws.amazon.com/ses/latest/DeveloperGuide/verify-domains.html) or you successfully set up DKIM for it (https://docs.aws.amazon.com/ses/latest/DeveloperGuide/easy-dkim.html).

You use the tokens that are generated by this operation to create CNAME records. When Amazon SES detects that you've added these records to the DNS configuration for a domain, you can start sending email from that domain. You can start sending email even if you haven't added the TXT record provided by the VerifyDomainIdentity operation to the DNS configuration for your domain. All email that you send from the domain is authenticated using DKIM.

To create the CNAME records for DKIM authentication, use the following values:

  • Name: token._domainkey.example.com

  • Type: CNAME

  • Value: token.dkim.amazonses.com

In the preceding example, replace token with one of the tokens that are generated when you execute this operation. Replace example.com with your domain. Repeat this process for each token that's generated by this operation.

You can execute this operation no more than once per second.

// Example sending a request using VerifyDomainDkimRequest.
req := client.VerifyDomainDkimRequest(params)
resp, err := req.Send(context.TODO())
if err == nil {
    fmt.Println(resp)
}

Please also see https://docs.aws.amazon.com/goto/WebAPI/email-2010-12-01/VerifyDomainDkim

Example (Shared00)

VerifyDomainDkim

The following example generates DKIM tokens for a domain that has been verified with Amazon SES:

package main

import (
	"context"
	"fmt"

	"github.com/aws/aws-sdk-go-v2/aws"
	"github.com/aws/aws-sdk-go-v2/aws/awserr"
	"github.com/aws/aws-sdk-go-v2/aws/external"
	"github.com/aws/aws-sdk-go-v2/service/ses"
)

func main() {
	cfg, err := external.LoadDefaultAWSConfig()
	if err != nil {
		panic("failed to load config, " + err.Error())
	}

	svc := ses.New(cfg)
	input := &ses.VerifyDomainDkimInput{
		Domain: aws.String("example.com"),
	}

	req := svc.VerifyDomainDkimRequest(input)
	result, err := req.Send(context.Background())
	if err != nil {
		if aerr, ok := err.(awserr.Error); ok {
			switch aerr.Code() {
			default:
				fmt.Println(aerr.Error())
			}
		} else {
			// Print the error, cast err to awserr.Error to get the Code and
			// Message from an error.
			fmt.Println(err.Error())
		}
		return
	}

	fmt.Println(result)
}
Output:

func (*Client) VerifyDomainIdentityRequest added in v0.9.0

func (c *Client) VerifyDomainIdentityRequest(input *VerifyDomainIdentityInput) VerifyDomainIdentityRequest

VerifyDomainIdentityRequest returns a request value for making API operation for Amazon Simple Email Service.

Adds a domain to the list of identities for your Amazon SES account in the current AWS Region and attempts to verify it. For more information about verifying domains, see Verifying Email Addresses and Domains (https://docs.aws.amazon.com/ses/latest/DeveloperGuide/verify-addresses-and-domains.html) in the Amazon SES Developer Guide.

You can execute this operation no more than once per second.

// Example sending a request using VerifyDomainIdentityRequest.
req := client.VerifyDomainIdentityRequest(params)
resp, err := req.Send(context.TODO())
if err == nil {
    fmt.Println(resp)
}

Please also see https://docs.aws.amazon.com/goto/WebAPI/email-2010-12-01/VerifyDomainIdentity

Example (Shared00)

VerifyDomainIdentity

The following example starts the domain verification process with Amazon SES:

package main

import (
	"context"
	"fmt"

	"github.com/aws/aws-sdk-go-v2/aws"
	"github.com/aws/aws-sdk-go-v2/aws/awserr"
	"github.com/aws/aws-sdk-go-v2/aws/external"
	"github.com/aws/aws-sdk-go-v2/service/ses"
)

func main() {
	cfg, err := external.LoadDefaultAWSConfig()
	if err != nil {
		panic("failed to load config, " + err.Error())
	}

	svc := ses.New(cfg)
	input := &ses.VerifyDomainIdentityInput{
		Domain: aws.String("example.com"),
	}

	req := svc.VerifyDomainIdentityRequest(input)
	result, err := req.Send(context.Background())
	if err != nil {
		if aerr, ok := err.(awserr.Error); ok {
			switch aerr.Code() {
			default:
				fmt.Println(aerr.Error())
			}
		} else {
			// Print the error, cast err to awserr.Error to get the Code and
			// Message from an error.
			fmt.Println(err.Error())
		}
		return
	}

	fmt.Println(result)
}
Output:

func (*Client) VerifyEmailAddressRequest added in v0.9.0

func (c *Client) VerifyEmailAddressRequest(input *VerifyEmailAddressInput) VerifyEmailAddressRequest

VerifyEmailAddressRequest returns a request value for making API operation for Amazon Simple Email Service.

Deprecated. Use the VerifyEmailIdentity operation to verify a new email address.

// Example sending a request using VerifyEmailAddressRequest.
req := client.VerifyEmailAddressRequest(params)
resp, err := req.Send(context.TODO())
if err == nil {
    fmt.Println(resp)
}

Please also see https://docs.aws.amazon.com/goto/WebAPI/email-2010-12-01/VerifyEmailAddress

Example (Shared00)

VerifyEmailAddress

The following example starts the email address verification process with Amazon SES:

package main

import (
	"context"
	"fmt"

	"github.com/aws/aws-sdk-go-v2/aws"
	"github.com/aws/aws-sdk-go-v2/aws/awserr"
	"github.com/aws/aws-sdk-go-v2/aws/external"
	"github.com/aws/aws-sdk-go-v2/service/ses"
)

func main() {
	cfg, err := external.LoadDefaultAWSConfig()
	if err != nil {
		panic("failed to load config, " + err.Error())
	}

	svc := ses.New(cfg)
	input := &ses.VerifyEmailAddressInput{
		EmailAddress: aws.String("user@example.com"),
	}

	req := svc.VerifyEmailAddressRequest(input)
	result, err := req.Send(context.Background())
	if err != nil {
		if aerr, ok := err.(awserr.Error); ok {
			switch aerr.Code() {
			default:
				fmt.Println(aerr.Error())
			}
		} else {
			// Print the error, cast err to awserr.Error to get the Code and
			// Message from an error.
			fmt.Println(err.Error())
		}
		return
	}

	fmt.Println(result)
}
Output:

func (*Client) VerifyEmailIdentityRequest added in v0.9.0

func (c *Client) VerifyEmailIdentityRequest(input *VerifyEmailIdentityInput) VerifyEmailIdentityRequest

VerifyEmailIdentityRequest returns a request value for making API operation for Amazon Simple Email Service.

Adds an email address to the list of identities for your Amazon SES account in the current AWS region and attempts to verify it. As a result of executing this operation, a verification email is sent to the specified address.

You can execute this operation no more than once per second.

// Example sending a request using VerifyEmailIdentityRequest.
req := client.VerifyEmailIdentityRequest(params)
resp, err := req.Send(context.TODO())
if err == nil {
    fmt.Println(resp)
}

Please also see https://docs.aws.amazon.com/goto/WebAPI/email-2010-12-01/VerifyEmailIdentity

Example (Shared00)

VerifyEmailIdentity

The following example starts the email address verification process with Amazon SES:

package main

import (
	"context"
	"fmt"

	"github.com/aws/aws-sdk-go-v2/aws"
	"github.com/aws/aws-sdk-go-v2/aws/awserr"
	"github.com/aws/aws-sdk-go-v2/aws/external"
	"github.com/aws/aws-sdk-go-v2/service/ses"
)

func main() {
	cfg, err := external.LoadDefaultAWSConfig()
	if err != nil {
		panic("failed to load config, " + err.Error())
	}

	svc := ses.New(cfg)
	input := &ses.VerifyEmailIdentityInput{
		EmailAddress: aws.String("user@example.com"),
	}

	req := svc.VerifyEmailIdentityRequest(input)
	result, err := req.Send(context.Background())
	if err != nil {
		if aerr, ok := err.(awserr.Error); ok {
			switch aerr.Code() {
			default:
				fmt.Println(aerr.Error())
			}
		} else {
			// Print the error, cast err to awserr.Error to get the Code and
			// Message from an error.
			fmt.Println(err.Error())
		}
		return
	}

	fmt.Println(result)
}
Output:

func (*Client) WaitUntilIdentityExists added in v0.9.0

func (c *Client) WaitUntilIdentityExists(ctx context.Context, input *GetIdentityVerificationAttributesInput, opts ...aws.WaiterOption) error

WaitUntilIdentityExists uses the Amazon SES API operation GetIdentityVerificationAttributes to wait for a condition to be met before returning. If the condition is not met within the max attempt window, an error will be returned.

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.

type CloneReceiptRuleSetInput

type CloneReceiptRuleSetInput struct {

	// The name of the rule set to clone.
	//
	// OriginalRuleSetName is a required field
	OriginalRuleSetName *string `type:"string" required:"true"`

	// The name of the rule set to create. The name must:
	//
	//    * This value can only contain ASCII letters (a-z, A-Z), numbers (0-9),
	//    underscores (_), or dashes (-).
	//
	//    * Start and end with a letter or number.
	//
	//    * Contain less than 64 characters.
	//
	// RuleSetName is a required field
	RuleSetName *string `type:"string" required:"true"`
	// contains filtered or unexported fields
}

Represents a request to create a receipt rule set by cloning an existing one. You use receipt rule sets to receive email with Amazon SES. For more information, see the Amazon SES Developer Guide (https://docs.aws.amazon.com/ses/latest/DeveloperGuide/receiving-email-concepts.html).

func (CloneReceiptRuleSetInput) String

func (s CloneReceiptRuleSetInput) String() string

String returns the string representation

func (*CloneReceiptRuleSetInput) Validate

func (s *CloneReceiptRuleSetInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type CloneReceiptRuleSetOutput

type CloneReceiptRuleSetOutput struct {
	// contains filtered or unexported fields
}

An empty element returned on a successful request.

func (CloneReceiptRuleSetOutput) String

func (s CloneReceiptRuleSetOutput) String() string

String returns the string representation

type CloneReceiptRuleSetRequest

type CloneReceiptRuleSetRequest struct {
	*aws.Request
	Input *CloneReceiptRuleSetInput
	Copy  func(*CloneReceiptRuleSetInput) CloneReceiptRuleSetRequest
}

CloneReceiptRuleSetRequest is the request type for the CloneReceiptRuleSet API operation.

func (CloneReceiptRuleSetRequest) Send

Send marshals and sends the CloneReceiptRuleSet API request.

type CloneReceiptRuleSetResponse added in v0.9.0

type CloneReceiptRuleSetResponse struct {
	*CloneReceiptRuleSetOutput
	// contains filtered or unexported fields
}

CloneReceiptRuleSetResponse is the response type for the CloneReceiptRuleSet API operation.

func (*CloneReceiptRuleSetResponse) SDKResponseMetdata added in v0.9.0

func (r *CloneReceiptRuleSetResponse) SDKResponseMetdata() *aws.Response

SDKResponseMetdata returns the response metadata for the CloneReceiptRuleSet request.

type CloudWatchDestination

type CloudWatchDestination struct {

	// A list of dimensions upon which to categorize your emails when you publish
	// email sending events to Amazon CloudWatch.
	//
	// DimensionConfigurations is a required field
	DimensionConfigurations []CloudWatchDimensionConfiguration `type:"list" required:"true"`
	// contains filtered or unexported fields
}

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

Event destinations, such as Amazon CloudWatch, are associated with configuration sets, which enable you to publish email sending events. For information about using configuration sets, see the Amazon SES Developer Guide (https://docs.aws.amazon.com/ses/latest/DeveloperGuide/monitor-sending-activity.html).

func (CloudWatchDestination) String

func (s CloudWatchDestination) String() string

String returns the string representation

func (*CloudWatchDestination) Validate

func (s *CloudWatchDestination) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type CloudWatchDimensionConfiguration

type CloudWatchDimensionConfiguration struct {

	// The default value of the dimension that is published to Amazon CloudWatch
	// if you do not provide the value of the dimension when you send an email.
	// The default value must:
	//
	//    * This value can only contain ASCII letters (a-z, A-Z), numbers (0-9),
	//    underscores (_), or dashes (-).
	//
	//    * Contain less than 256 characters.
	//
	// 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 must:
	//
	//    * This value can only contain ASCII letters (a-z, A-Z), numbers (0-9),
	//    underscores (_), or dashes (-).
	//
	//    * Contain less than 256 characters.
	//
	// DimensionName is a required field
	DimensionName *string `type:"string" required:"true"`

	// The place where Amazon SES finds the value of a dimension to publish to Amazon
	// CloudWatch. If you want Amazon SES to use the message tags that you specify
	// using an X-SES-MESSAGE-TAGS header or a parameter to the SendEmail/SendRawEmail
	// API, choose messageTag. If you want Amazon SES to use your own email headers,
	// choose emailHeader.
	//
	// DimensionValueSource is a required field
	DimensionValueSource DimensionValueSource `type:"string" required:"true" enum:"true"`
	// contains filtered or unexported fields
}

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

For information about publishing email sending events to Amazon CloudWatch, see the Amazon SES Developer Guide (https://docs.aws.amazon.com/ses/latest/DeveloperGuide/monitor-sending-activity.html).

func (CloudWatchDimensionConfiguration) String

String returns the string representation

func (*CloudWatchDimensionConfiguration) Validate

Validate inspects the fields of the type to determine if they are valid.

type ConfigurationSet

type ConfigurationSet struct {

	// The name of the configuration set. The name must meet the following requirements:
	//
	//    * Contain only letters (a-z, A-Z), numbers (0-9), underscores (_), or
	//    dashes (-).
	//
	//    * Contain 64 characters or fewer.
	//
	// Name is a required field
	Name *string `type:"string" required:"true"`
	// contains filtered or unexported fields
}

The name of the configuration set.

Configuration sets let you create groups of rules that you can apply to the emails you send using Amazon SES. For more information about using configuration sets, see Using Amazon SES Configuration Sets (https://docs.aws.amazon.com/ses/latest/DeveloperGuide/using-configuration-sets.html) in the Amazon SES Developer Guide (https://docs.aws.amazon.com/ses/latest/DeveloperGuide/).

func (ConfigurationSet) String

func (s ConfigurationSet) String() string

String returns the string representation

func (*ConfigurationSet) Validate

func (s *ConfigurationSet) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ConfigurationSetAttribute

type ConfigurationSetAttribute string
const (
	ConfigurationSetAttributeEventDestinations ConfigurationSetAttribute = "eventDestinations"
	ConfigurationSetAttributeTrackingOptions   ConfigurationSetAttribute = "trackingOptions"
	ConfigurationSetAttributeDeliveryOptions   ConfigurationSetAttribute = "deliveryOptions"
	ConfigurationSetAttributeReputationOptions ConfigurationSetAttribute = "reputationOptions"
)

Enum values for ConfigurationSetAttribute

func (ConfigurationSetAttribute) MarshalValue added in v0.3.0

func (enum ConfigurationSetAttribute) MarshalValue() (string, error)

func (ConfigurationSetAttribute) MarshalValueBuf added in v0.3.0

func (enum ConfigurationSetAttribute) MarshalValueBuf(b []byte) ([]byte, error)

type Content

type Content struct {

	// The character set of the content.
	Charset *string `type:"string"`

	// The textual data of the content.
	//
	// Data is a required field
	Data *string `type:"string" required:"true"`
	// contains filtered or unexported fields
}

Represents textual data, plus an optional character set specification.

By default, the text must be 7-bit ASCII, due to the constraints of the SMTP protocol. If the text must contain any other characters, then you must also specify a character set. Examples include UTF-8, ISO-8859-1, and Shift_JIS.

func (Content) String

func (s Content) String() string

String returns the string representation

func (*Content) Validate

func (s *Content) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type CreateConfigurationSetEventDestinationInput

type CreateConfigurationSetEventDestinationInput struct {

	// The name of the configuration set that the event destination should be associated
	// with.
	//
	// ConfigurationSetName is a required field
	ConfigurationSetName *string `type:"string" required:"true"`

	// An object that describes the AWS service that email sending event information
	// will be published to.
	//
	// EventDestination is a required field
	EventDestination *EventDestination `type:"structure" required:"true"`
	// contains filtered or unexported fields
}

Represents a request to create a configuration set event destination. A configuration set event destination, which can be either Amazon CloudWatch or Amazon Kinesis Firehose, describes an AWS service in which Amazon SES publishes the email sending events associated with a configuration set. For information about using configuration sets, see the Amazon SES Developer Guide (https://docs.aws.amazon.com/ses/latest/DeveloperGuide/monitor-sending-activity.html).

func (CreateConfigurationSetEventDestinationInput) String

String returns the string representation

func (*CreateConfigurationSetEventDestinationInput) Validate

Validate inspects the fields of the type to determine if they are valid.

type CreateConfigurationSetEventDestinationOutput

type CreateConfigurationSetEventDestinationOutput struct {
	// contains filtered or unexported fields
}

An empty element returned on a successful request.

func (CreateConfigurationSetEventDestinationOutput) String

String returns the string representation

type CreateConfigurationSetEventDestinationRequest

CreateConfigurationSetEventDestinationRequest is the request type for the CreateConfigurationSetEventDestination API operation.

func (CreateConfigurationSetEventDestinationRequest) Send

Send marshals and sends the CreateConfigurationSetEventDestination API request.

type CreateConfigurationSetEventDestinationResponse added in v0.9.0

type CreateConfigurationSetEventDestinationResponse struct {
	*CreateConfigurationSetEventDestinationOutput
	// contains filtered or unexported fields
}

CreateConfigurationSetEventDestinationResponse is the response type for the CreateConfigurationSetEventDestination API operation.

func (*CreateConfigurationSetEventDestinationResponse) SDKResponseMetdata added in v0.9.0

SDKResponseMetdata returns the response metadata for the CreateConfigurationSetEventDestination request.

type CreateConfigurationSetInput

type CreateConfigurationSetInput struct {

	// A data structure that contains the name of the configuration set.
	//
	// ConfigurationSet is a required field
	ConfigurationSet *ConfigurationSet `type:"structure" required:"true"`
	// contains filtered or unexported fields
}

Represents a request to create a configuration set. Configuration sets enable you to publish email sending events. For information about using configuration sets, see the Amazon SES Developer Guide (https://docs.aws.amazon.com/ses/latest/DeveloperGuide/monitor-sending-activity.html).

func (CreateConfigurationSetInput) String

String returns the string representation

func (*CreateConfigurationSetInput) Validate

func (s *CreateConfigurationSetInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type CreateConfigurationSetOutput

type CreateConfigurationSetOutput struct {
	// contains filtered or unexported fields
}

An empty element returned on a successful request.

func (CreateConfigurationSetOutput) String

String returns the string representation

type CreateConfigurationSetRequest

type CreateConfigurationSetRequest struct {
	*aws.Request
	Input *CreateConfigurationSetInput
	Copy  func(*CreateConfigurationSetInput) CreateConfigurationSetRequest
}

CreateConfigurationSetRequest is the request type for the CreateConfigurationSet API operation.

func (CreateConfigurationSetRequest) Send

Send marshals and sends the CreateConfigurationSet API request.

type CreateConfigurationSetResponse added in v0.9.0

type CreateConfigurationSetResponse struct {
	*CreateConfigurationSetOutput
	// contains filtered or unexported fields
}

CreateConfigurationSetResponse is the response type for the CreateConfigurationSet API operation.

func (*CreateConfigurationSetResponse) SDKResponseMetdata added in v0.9.0

func (r *CreateConfigurationSetResponse) SDKResponseMetdata() *aws.Response

SDKResponseMetdata returns the response metadata for the CreateConfigurationSet request.

type CreateConfigurationSetTrackingOptionsInput

type CreateConfigurationSetTrackingOptionsInput struct {

	// The name of the configuration set that the tracking options should be associated
	// with.
	//
	// ConfigurationSetName is a required field
	ConfigurationSetName *string `type:"string" required:"true"`

	// A domain that is used to redirect email recipients to an Amazon SES-operated
	// domain. This domain captures open and click events generated by Amazon SES
	// emails.
	//
	// For more information, see Configuring Custom Domains to Handle Open and Click
	// Tracking (https://docs.aws.amazon.com/ses/latest/DeveloperGuide/configure-custom-open-click-domains.html)
	// in the Amazon SES Developer Guide.
	//
	// TrackingOptions is a required field
	TrackingOptions *TrackingOptions `type:"structure" required:"true"`
	// contains filtered or unexported fields
}

Represents a request to create an open and click tracking option object in a configuration set.

func (CreateConfigurationSetTrackingOptionsInput) String

String returns the string representation

func (*CreateConfigurationSetTrackingOptionsInput) Validate

Validate inspects the fields of the type to determine if they are valid.

type CreateConfigurationSetTrackingOptionsOutput

type CreateConfigurationSetTrackingOptionsOutput struct {
	// contains filtered or unexported fields
}

An empty element returned on a successful request.

func (CreateConfigurationSetTrackingOptionsOutput) String

String returns the string representation

type CreateConfigurationSetTrackingOptionsRequest

CreateConfigurationSetTrackingOptionsRequest is the request type for the CreateConfigurationSetTrackingOptions API operation.

func (CreateConfigurationSetTrackingOptionsRequest) Send

Send marshals and sends the CreateConfigurationSetTrackingOptions API request.

type CreateConfigurationSetTrackingOptionsResponse added in v0.9.0

type CreateConfigurationSetTrackingOptionsResponse struct {
	*CreateConfigurationSetTrackingOptionsOutput
	// contains filtered or unexported fields
}

CreateConfigurationSetTrackingOptionsResponse is the response type for the CreateConfigurationSetTrackingOptions API operation.

func (*CreateConfigurationSetTrackingOptionsResponse) SDKResponseMetdata added in v0.9.0

SDKResponseMetdata returns the response metadata for the CreateConfigurationSetTrackingOptions request.

type CreateCustomVerificationEmailTemplateInput added in v0.2.0

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/custom-verification-emails.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 `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 (CreateCustomVerificationEmailTemplateInput) String added in v0.2.0

String returns the string representation

func (*CreateCustomVerificationEmailTemplateInput) Validate added in v0.2.0

Validate inspects the fields of the type to determine if they are valid.

type CreateCustomVerificationEmailTemplateOutput added in v0.2.0

type CreateCustomVerificationEmailTemplateOutput struct {
	// contains filtered or unexported fields
}

func (CreateCustomVerificationEmailTemplateOutput) String added in v0.2.0

String returns the string representation

type CreateCustomVerificationEmailTemplateRequest added in v0.2.0

CreateCustomVerificationEmailTemplateRequest is the request type for the CreateCustomVerificationEmailTemplate API operation.

func (CreateCustomVerificationEmailTemplateRequest) Send added in v0.2.0

Send marshals and sends the CreateCustomVerificationEmailTemplate API request.

type CreateCustomVerificationEmailTemplateResponse added in v0.9.0

type CreateCustomVerificationEmailTemplateResponse struct {
	*CreateCustomVerificationEmailTemplateOutput
	// contains filtered or unexported fields
}

CreateCustomVerificationEmailTemplateResponse is the response type for the CreateCustomVerificationEmailTemplate API operation.

func (*CreateCustomVerificationEmailTemplateResponse) SDKResponseMetdata added in v0.9.0

SDKResponseMetdata returns the response metadata for the CreateCustomVerificationEmailTemplate request.

type CreateReceiptFilterInput

type CreateReceiptFilterInput struct {

	// A data structure that describes the IP address filter to create, which consists
	// of a name, an IP address range, and whether to allow or block mail from it.
	//
	// Filter is a required field
	Filter *ReceiptFilter `type:"structure" required:"true"`
	// contains filtered or unexported fields
}

Represents a request to create a new IP address filter. You use IP address filters when you receive email with Amazon SES. For more information, see the Amazon SES Developer Guide (https://docs.aws.amazon.com/ses/latest/DeveloperGuide/receiving-email-concepts.html).

func (CreateReceiptFilterInput) String

func (s CreateReceiptFilterInput) String() string

String returns the string representation

func (*CreateReceiptFilterInput) Validate

func (s *CreateReceiptFilterInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type CreateReceiptFilterOutput

type CreateReceiptFilterOutput struct {
	// contains filtered or unexported fields
}

An empty element returned on a successful request.

func (CreateReceiptFilterOutput) String

func (s CreateReceiptFilterOutput) String() string

String returns the string representation

type CreateReceiptFilterRequest

type CreateReceiptFilterRequest struct {
	*aws.Request
	Input *CreateReceiptFilterInput
	Copy  func(*CreateReceiptFilterInput) CreateReceiptFilterRequest
}

CreateReceiptFilterRequest is the request type for the CreateReceiptFilter API operation.

func (CreateReceiptFilterRequest) Send

Send marshals and sends the CreateReceiptFilter API request.

type CreateReceiptFilterResponse added in v0.9.0

type CreateReceiptFilterResponse struct {
	*CreateReceiptFilterOutput
	// contains filtered or unexported fields
}

CreateReceiptFilterResponse is the response type for the CreateReceiptFilter API operation.

func (*CreateReceiptFilterResponse) SDKResponseMetdata added in v0.9.0

func (r *CreateReceiptFilterResponse) SDKResponseMetdata() *aws.Response

SDKResponseMetdata returns the response metadata for the CreateReceiptFilter request.

type CreateReceiptRuleInput

type CreateReceiptRuleInput struct {

	// The name of an existing rule after which the new rule will be placed. If
	// this parameter is null, the new rule will be inserted at the beginning of
	// the rule list.
	After *string `type:"string"`

	// A data structure that contains the specified rule's name, actions, recipients,
	// domains, enabled status, scan status, and TLS policy.
	//
	// Rule is a required field
	Rule *ReceiptRule `type:"structure" required:"true"`

	// The name of the rule set that the receipt rule will be added to.
	//
	// RuleSetName is a required field
	RuleSetName *string `type:"string" required:"true"`
	// contains filtered or unexported fields
}

Represents a request to create a receipt rule. You use receipt rules to receive email with Amazon SES. For more information, see the Amazon SES Developer Guide (https://docs.aws.amazon.com/ses/latest/DeveloperGuide/receiving-email-concepts.html).

func (CreateReceiptRuleInput) String

func (s CreateReceiptRuleInput) String() string

String returns the string representation

func (*CreateReceiptRuleInput) Validate

func (s *CreateReceiptRuleInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type CreateReceiptRuleOutput

type CreateReceiptRuleOutput struct {
	// contains filtered or unexported fields
}

An empty element returned on a successful request.

func (CreateReceiptRuleOutput) String

func (s CreateReceiptRuleOutput) String() string

String returns the string representation

type CreateReceiptRuleRequest

type CreateReceiptRuleRequest struct {
	*aws.Request
	Input *CreateReceiptRuleInput
	Copy  func(*CreateReceiptRuleInput) CreateReceiptRuleRequest
}

CreateReceiptRuleRequest is the request type for the CreateReceiptRule API operation.

func (CreateReceiptRuleRequest) Send

Send marshals and sends the CreateReceiptRule API request.

type CreateReceiptRuleResponse added in v0.9.0

type CreateReceiptRuleResponse struct {
	*CreateReceiptRuleOutput
	// contains filtered or unexported fields
}

CreateReceiptRuleResponse is the response type for the CreateReceiptRule API operation.

func (*CreateReceiptRuleResponse) SDKResponseMetdata added in v0.9.0

func (r *CreateReceiptRuleResponse) SDKResponseMetdata() *aws.Response

SDKResponseMetdata returns the response metadata for the CreateReceiptRule request.

type CreateReceiptRuleSetInput

type CreateReceiptRuleSetInput struct {

	// The name of the rule set to create. The name must:
	//
	//    * This value can only contain ASCII letters (a-z, A-Z), numbers (0-9),
	//    underscores (_), or dashes (-).
	//
	//    * Start and end with a letter or number.
	//
	//    * Contain less than 64 characters.
	//
	// RuleSetName is a required field
	RuleSetName *string `type:"string" required:"true"`
	// contains filtered or unexported fields
}

Represents a request to create an empty receipt rule set. You use receipt rule sets to receive email with Amazon SES. For more information, see the Amazon SES Developer Guide (https://docs.aws.amazon.com/ses/latest/DeveloperGuide/receiving-email-concepts.html).

func (CreateReceiptRuleSetInput) String

func (s CreateReceiptRuleSetInput) String() string

String returns the string representation

func (*CreateReceiptRuleSetInput) Validate

func (s *CreateReceiptRuleSetInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type CreateReceiptRuleSetOutput

type CreateReceiptRuleSetOutput struct {
	// contains filtered or unexported fields
}

An empty element returned on a successful request.

func (CreateReceiptRuleSetOutput) String

String returns the string representation

type CreateReceiptRuleSetRequest

type CreateReceiptRuleSetRequest struct {
	*aws.Request
	Input *CreateReceiptRuleSetInput
	Copy  func(*CreateReceiptRuleSetInput) CreateReceiptRuleSetRequest
}

CreateReceiptRuleSetRequest is the request type for the CreateReceiptRuleSet API operation.

func (CreateReceiptRuleSetRequest) Send

Send marshals and sends the CreateReceiptRuleSet API request.

type CreateReceiptRuleSetResponse added in v0.9.0

type CreateReceiptRuleSetResponse struct {
	*CreateReceiptRuleSetOutput
	// contains filtered or unexported fields
}

CreateReceiptRuleSetResponse is the response type for the CreateReceiptRuleSet API operation.

func (*CreateReceiptRuleSetResponse) SDKResponseMetdata added in v0.9.0

func (r *CreateReceiptRuleSetResponse) SDKResponseMetdata() *aws.Response

SDKResponseMetdata returns the response metadata for the CreateReceiptRuleSet request.

type CreateTemplateInput added in v0.2.0

type CreateTemplateInput struct {

	// The content of the email, composed of a subject line, an HTML part, and a
	// text-only part.
	//
	// Template is a required field
	Template *Template `type:"structure" 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 (CreateTemplateInput) String added in v0.2.0

func (s CreateTemplateInput) String() string

String returns the string representation

func (*CreateTemplateInput) Validate added in v0.2.0

func (s *CreateTemplateInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type CreateTemplateOutput added in v0.2.0

type CreateTemplateOutput struct {
	// contains filtered or unexported fields
}

func (CreateTemplateOutput) String added in v0.2.0

func (s CreateTemplateOutput) String() string

String returns the string representation

type CreateTemplateRequest added in v0.2.0

type CreateTemplateRequest struct {
	*aws.Request
	Input *CreateTemplateInput
	Copy  func(*CreateTemplateInput) CreateTemplateRequest
}

CreateTemplateRequest is the request type for the CreateTemplate API operation.

func (CreateTemplateRequest) Send added in v0.2.0

Send marshals and sends the CreateTemplate API request.

type CreateTemplateResponse added in v0.9.0

type CreateTemplateResponse struct {
	*CreateTemplateOutput
	// contains filtered or unexported fields
}

CreateTemplateResponse is the response type for the CreateTemplate API operation.

func (*CreateTemplateResponse) SDKResponseMetdata added in v0.9.0

func (r *CreateTemplateResponse) SDKResponseMetdata() *aws.Response

SDKResponseMetdata returns the response metadata for the CreateTemplate request.

type CustomMailFromStatus

type CustomMailFromStatus string
const (
	CustomMailFromStatusPending          CustomMailFromStatus = "Pending"
	CustomMailFromStatusSuccess          CustomMailFromStatus = "Success"
	CustomMailFromStatusFailed           CustomMailFromStatus = "Failed"
	CustomMailFromStatusTemporaryFailure CustomMailFromStatus = "TemporaryFailure"
)

Enum values for CustomMailFromStatus

func (CustomMailFromStatus) MarshalValue added in v0.3.0

func (enum CustomMailFromStatus) MarshalValue() (string, error)

func (CustomMailFromStatus) MarshalValueBuf added in v0.3.0

func (enum CustomMailFromStatus) MarshalValueBuf(b []byte) ([]byte, error)

type CustomVerificationEmailTemplate added in v0.2.0

type CustomVerificationEmailTemplate 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 `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 (CustomVerificationEmailTemplate) String added in v0.2.0

String returns the string representation

type DeleteConfigurationSetEventDestinationInput

type DeleteConfigurationSetEventDestinationInput struct {

	// The name of the configuration set from which to delete the event destination.
	//
	// ConfigurationSetName is a required field
	ConfigurationSetName *string `type:"string" required:"true"`

	// The name of the event destination to delete.
	//
	// EventDestinationName is a required field
	EventDestinationName *string `type:"string" required:"true"`
	// contains filtered or unexported fields
}

Represents a request to delete a configuration set event destination. Configuration set event destinations are associated with configuration sets, which enable you to publish email sending events. For information about using configuration sets, see the Amazon SES Developer Guide (https://docs.aws.amazon.com/ses/latest/DeveloperGuide/monitor-sending-activity.html).

func (DeleteConfigurationSetEventDestinationInput) String

String returns the string representation

func (*DeleteConfigurationSetEventDestinationInput) Validate

Validate inspects the fields of the type to determine if they are valid.

type DeleteConfigurationSetEventDestinationOutput

type DeleteConfigurationSetEventDestinationOutput struct {
	// contains filtered or unexported fields
}

An empty element returned on a successful request.

func (DeleteConfigurationSetEventDestinationOutput) String

String returns the string representation

type DeleteConfigurationSetEventDestinationRequest

DeleteConfigurationSetEventDestinationRequest is the request type for the DeleteConfigurationSetEventDestination API operation.

func (DeleteConfigurationSetEventDestinationRequest) Send

Send marshals and sends the DeleteConfigurationSetEventDestination API request.

type DeleteConfigurationSetEventDestinationResponse added in v0.9.0

type DeleteConfigurationSetEventDestinationResponse struct {
	*DeleteConfigurationSetEventDestinationOutput
	// contains filtered or unexported fields
}

DeleteConfigurationSetEventDestinationResponse is the response type for the DeleteConfigurationSetEventDestination API operation.

func (*DeleteConfigurationSetEventDestinationResponse) SDKResponseMetdata added in v0.9.0

SDKResponseMetdata returns the response metadata for the DeleteConfigurationSetEventDestination request.

type DeleteConfigurationSetInput

type DeleteConfigurationSetInput struct {

	// The name of the configuration set to delete.
	//
	// ConfigurationSetName is a required field
	ConfigurationSetName *string `type:"string" required:"true"`
	// contains filtered or unexported fields
}

Represents a request to delete a configuration set. Configuration sets enable you to publish email sending events. For information about using configuration sets, see the Amazon SES Developer Guide (https://docs.aws.amazon.com/ses/latest/DeveloperGuide/monitor-sending-activity.html).

func (DeleteConfigurationSetInput) String

String returns the string representation

func (*DeleteConfigurationSetInput) Validate

func (s *DeleteConfigurationSetInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DeleteConfigurationSetOutput

type DeleteConfigurationSetOutput struct {
	// contains filtered or unexported fields
}

An empty element returned on a successful request.

func (DeleteConfigurationSetOutput) String

String returns the string representation

type DeleteConfigurationSetRequest

type DeleteConfigurationSetRequest struct {
	*aws.Request
	Input *DeleteConfigurationSetInput
	Copy  func(*DeleteConfigurationSetInput) DeleteConfigurationSetRequest
}

DeleteConfigurationSetRequest is the request type for the DeleteConfigurationSet API operation.

func (DeleteConfigurationSetRequest) Send

Send marshals and sends the DeleteConfigurationSet API request.

type DeleteConfigurationSetResponse added in v0.9.0

type DeleteConfigurationSetResponse struct {
	*DeleteConfigurationSetOutput
	// contains filtered or unexported fields
}

DeleteConfigurationSetResponse is the response type for the DeleteConfigurationSet API operation.

func (*DeleteConfigurationSetResponse) SDKResponseMetdata added in v0.9.0

func (r *DeleteConfigurationSetResponse) SDKResponseMetdata() *aws.Response

SDKResponseMetdata returns the response metadata for the DeleteConfigurationSet request.

type DeleteConfigurationSetTrackingOptionsInput

type DeleteConfigurationSetTrackingOptionsInput struct {

	// The name of the configuration set from which you want to delete the tracking
	// options.
	//
	// ConfigurationSetName is a required field
	ConfigurationSetName *string `type:"string" required:"true"`
	// contains filtered or unexported fields
}

Represents a request to delete open and click tracking options in a configuration set.

func (DeleteConfigurationSetTrackingOptionsInput) String

String returns the string representation

func (*DeleteConfigurationSetTrackingOptionsInput) Validate

Validate inspects the fields of the type to determine if they are valid.

type DeleteConfigurationSetTrackingOptionsOutput

type DeleteConfigurationSetTrackingOptionsOutput struct {
	// contains filtered or unexported fields
}

An empty element returned on a successful request.

func (DeleteConfigurationSetTrackingOptionsOutput) String

String returns the string representation

type DeleteConfigurationSetTrackingOptionsRequest

DeleteConfigurationSetTrackingOptionsRequest is the request type for the DeleteConfigurationSetTrackingOptions API operation.

func (DeleteConfigurationSetTrackingOptionsRequest) Send

Send marshals and sends the DeleteConfigurationSetTrackingOptions API request.

type DeleteConfigurationSetTrackingOptionsResponse added in v0.9.0

type DeleteConfigurationSetTrackingOptionsResponse struct {
	*DeleteConfigurationSetTrackingOptionsOutput
	// contains filtered or unexported fields
}

DeleteConfigurationSetTrackingOptionsResponse is the response type for the DeleteConfigurationSetTrackingOptions API operation.

func (*DeleteConfigurationSetTrackingOptionsResponse) SDKResponseMetdata added in v0.9.0

SDKResponseMetdata returns the response metadata for the DeleteConfigurationSetTrackingOptions request.

type DeleteCustomVerificationEmailTemplateInput added in v0.2.0

type DeleteCustomVerificationEmailTemplateInput struct {

	// The name of the custom verification email template that you want to delete.
	//
	// TemplateName is a required field
	TemplateName *string `type:"string" required:"true"`
	// contains filtered or unexported fields
}

Represents a request to delete an existing custom verification email template.

func (DeleteCustomVerificationEmailTemplateInput) String added in v0.2.0

String returns the string representation

func (*DeleteCustomVerificationEmailTemplateInput) Validate added in v0.2.0

Validate inspects the fields of the type to determine if they are valid.

type DeleteCustomVerificationEmailTemplateOutput added in v0.2.0

type DeleteCustomVerificationEmailTemplateOutput struct {
	// contains filtered or unexported fields
}

func (DeleteCustomVerificationEmailTemplateOutput) String added in v0.2.0

String returns the string representation

type DeleteCustomVerificationEmailTemplateRequest added in v0.2.0

DeleteCustomVerificationEmailTemplateRequest is the request type for the DeleteCustomVerificationEmailTemplate API operation.

func (DeleteCustomVerificationEmailTemplateRequest) Send added in v0.2.0

Send marshals and sends the DeleteCustomVerificationEmailTemplate API request.

type DeleteCustomVerificationEmailTemplateResponse added in v0.9.0

type DeleteCustomVerificationEmailTemplateResponse struct {
	*DeleteCustomVerificationEmailTemplateOutput
	// contains filtered or unexported fields
}

DeleteCustomVerificationEmailTemplateResponse is the response type for the DeleteCustomVerificationEmailTemplate API operation.

func (*DeleteCustomVerificationEmailTemplateResponse) SDKResponseMetdata added in v0.9.0

SDKResponseMetdata returns the response metadata for the DeleteCustomVerificationEmailTemplate request.

type DeleteIdentityInput

type DeleteIdentityInput struct {

	// The identity to be removed from the list of identities for the AWS Account.
	//
	// Identity is a required field
	Identity *string `type:"string" required:"true"`
	// contains filtered or unexported fields
}

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

func (DeleteIdentityInput) String

func (s DeleteIdentityInput) String() string

String returns the string representation

func (*DeleteIdentityInput) Validate

func (s *DeleteIdentityInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DeleteIdentityOutput

type DeleteIdentityOutput struct {
	// contains filtered or unexported fields
}

An empty element returned on a successful request.

func (DeleteIdentityOutput) String

func (s DeleteIdentityOutput) String() string

String returns the string representation

type DeleteIdentityPolicyInput

type DeleteIdentityPolicyInput struct {

	// The identity that is associated with the policy that you want to delete.
	// You can specify the identity by using its name or by using its Amazon Resource
	// Name (ARN). Examples: user@example.com, example.com, arn:aws:ses:us-east-1:123456789012:identity/example.com.
	//
	// To successfully call this API, you must own the identity.
	//
	// Identity is a required field
	Identity *string `type:"string" required:"true"`

	// The name of the policy to be deleted.
	//
	// PolicyName is a required field
	PolicyName *string `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.html).

func (DeleteIdentityPolicyInput) String

func (s DeleteIdentityPolicyInput) String() string

String returns the string representation

func (*DeleteIdentityPolicyInput) Validate

func (s *DeleteIdentityPolicyInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DeleteIdentityPolicyOutput

type DeleteIdentityPolicyOutput struct {
	// contains filtered or unexported fields
}

An empty element returned on a successful request.

func (DeleteIdentityPolicyOutput) String

String returns the string representation

type DeleteIdentityPolicyRequest

type DeleteIdentityPolicyRequest struct {
	*aws.Request
	Input *DeleteIdentityPolicyInput
	Copy  func(*DeleteIdentityPolicyInput) DeleteIdentityPolicyRequest
}

DeleteIdentityPolicyRequest is the request type for the DeleteIdentityPolicy API operation.

func (DeleteIdentityPolicyRequest) Send

Send marshals and sends the DeleteIdentityPolicy API request.

type DeleteIdentityPolicyResponse added in v0.9.0

type DeleteIdentityPolicyResponse struct {
	*DeleteIdentityPolicyOutput
	// contains filtered or unexported fields
}

DeleteIdentityPolicyResponse is the response type for the DeleteIdentityPolicy API operation.

func (*DeleteIdentityPolicyResponse) SDKResponseMetdata added in v0.9.0

func (r *DeleteIdentityPolicyResponse) SDKResponseMetdata() *aws.Response

SDKResponseMetdata returns the response metadata for the DeleteIdentityPolicy request.

type DeleteIdentityRequest

type DeleteIdentityRequest struct {
	*aws.Request
	Input *DeleteIdentityInput
	Copy  func(*DeleteIdentityInput) DeleteIdentityRequest
}

DeleteIdentityRequest is the request type for the DeleteIdentity API operation.

func (DeleteIdentityRequest) Send

Send marshals and sends the DeleteIdentity API request.

type DeleteIdentityResponse added in v0.9.0

type DeleteIdentityResponse struct {
	*DeleteIdentityOutput
	// contains filtered or unexported fields
}

DeleteIdentityResponse is the response type for the DeleteIdentity API operation.

func (*DeleteIdentityResponse) SDKResponseMetdata added in v0.9.0

func (r *DeleteIdentityResponse) SDKResponseMetdata() *aws.Response

SDKResponseMetdata returns the response metadata for the DeleteIdentity request.

type DeleteReceiptFilterInput

type DeleteReceiptFilterInput struct {

	// The name of the IP address filter to delete.
	//
	// FilterName is a required field
	FilterName *string `type:"string" required:"true"`
	// contains filtered or unexported fields
}

Represents a request to delete an IP address filter. You use IP address filters when you receive email with Amazon SES. For more information, see the Amazon SES Developer Guide (https://docs.aws.amazon.com/ses/latest/DeveloperGuide/receiving-email-concepts.html).

func (DeleteReceiptFilterInput) String

func (s DeleteReceiptFilterInput) String() string

String returns the string representation

func (*DeleteReceiptFilterInput) Validate

func (s *DeleteReceiptFilterInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DeleteReceiptFilterOutput

type DeleteReceiptFilterOutput struct {
	// contains filtered or unexported fields
}

An empty element returned on a successful request.

func (DeleteReceiptFilterOutput) String

func (s DeleteReceiptFilterOutput) String() string

String returns the string representation

type DeleteReceiptFilterRequest

type DeleteReceiptFilterRequest struct {
	*aws.Request
	Input *DeleteReceiptFilterInput
	Copy  func(*DeleteReceiptFilterInput) DeleteReceiptFilterRequest
}

DeleteReceiptFilterRequest is the request type for the DeleteReceiptFilter API operation.

func (DeleteReceiptFilterRequest) Send

Send marshals and sends the DeleteReceiptFilter API request.

type DeleteReceiptFilterResponse added in v0.9.0

type DeleteReceiptFilterResponse struct {
	*DeleteReceiptFilterOutput
	// contains filtered or unexported fields
}

DeleteReceiptFilterResponse is the response type for the DeleteReceiptFilter API operation.

func (*DeleteReceiptFilterResponse) SDKResponseMetdata added in v0.9.0

func (r *DeleteReceiptFilterResponse) SDKResponseMetdata() *aws.Response

SDKResponseMetdata returns the response metadata for the DeleteReceiptFilter request.

type DeleteReceiptRuleInput

type DeleteReceiptRuleInput struct {

	// The name of the receipt rule to delete.
	//
	// RuleName is a required field
	RuleName *string `type:"string" required:"true"`

	// The name of the receipt rule set that contains the receipt rule to delete.
	//
	// RuleSetName is a required field
	RuleSetName *string `type:"string" required:"true"`
	// contains filtered or unexported fields
}

Represents a request to delete a receipt rule. You use receipt rules to receive email with Amazon SES. For more information, see the Amazon SES Developer Guide (https://docs.aws.amazon.com/ses/latest/DeveloperGuide/receiving-email-concepts.html).

func (DeleteReceiptRuleInput) String

func (s DeleteReceiptRuleInput) String() string

String returns the string representation

func (*DeleteReceiptRuleInput) Validate

func (s *DeleteReceiptRuleInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DeleteReceiptRuleOutput

type DeleteReceiptRuleOutput struct {
	// contains filtered or unexported fields
}

An empty element returned on a successful request.

func (DeleteReceiptRuleOutput) String

func (s DeleteReceiptRuleOutput) String() string

String returns the string representation

type DeleteReceiptRuleRequest

type DeleteReceiptRuleRequest struct {
	*aws.Request
	Input *DeleteReceiptRuleInput
	Copy  func(*DeleteReceiptRuleInput) DeleteReceiptRuleRequest
}

DeleteReceiptRuleRequest is the request type for the DeleteReceiptRule API operation.

func (DeleteReceiptRuleRequest) Send

Send marshals and sends the DeleteReceiptRule API request.

type DeleteReceiptRuleResponse added in v0.9.0

type DeleteReceiptRuleResponse struct {
	*DeleteReceiptRuleOutput
	// contains filtered or unexported fields
}

DeleteReceiptRuleResponse is the response type for the DeleteReceiptRule API operation.

func (*DeleteReceiptRuleResponse) SDKResponseMetdata added in v0.9.0

func (r *DeleteReceiptRuleResponse) SDKResponseMetdata() *aws.Response

SDKResponseMetdata returns the response metadata for the DeleteReceiptRule request.

type DeleteReceiptRuleSetInput

type DeleteReceiptRuleSetInput struct {

	// The name of the receipt rule set to delete.
	//
	// RuleSetName is a required field
	RuleSetName *string `type:"string" required:"true"`
	// contains filtered or unexported fields
}

Represents a request to delete a receipt rule set and all of the receipt rules it contains. You use receipt rule sets to receive email with Amazon SES. For more information, see the Amazon SES Developer Guide (https://docs.aws.amazon.com/ses/latest/DeveloperGuide/receiving-email-concepts.html).

func (DeleteReceiptRuleSetInput) String

func (s DeleteReceiptRuleSetInput) String() string

String returns the string representation

func (*DeleteReceiptRuleSetInput) Validate

func (s *DeleteReceiptRuleSetInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DeleteReceiptRuleSetOutput

type DeleteReceiptRuleSetOutput struct {
	// contains filtered or unexported fields
}

An empty element returned on a successful request.

func (DeleteReceiptRuleSetOutput) String

String returns the string representation

type DeleteReceiptRuleSetRequest

type DeleteReceiptRuleSetRequest struct {
	*aws.Request
	Input *DeleteReceiptRuleSetInput
	Copy  func(*DeleteReceiptRuleSetInput) DeleteReceiptRuleSetRequest
}

DeleteReceiptRuleSetRequest is the request type for the DeleteReceiptRuleSet API operation.

func (DeleteReceiptRuleSetRequest) Send

Send marshals and sends the DeleteReceiptRuleSet API request.

type DeleteReceiptRuleSetResponse added in v0.9.0

type DeleteReceiptRuleSetResponse struct {
	*DeleteReceiptRuleSetOutput
	// contains filtered or unexported fields
}

DeleteReceiptRuleSetResponse is the response type for the DeleteReceiptRuleSet API operation.

func (*DeleteReceiptRuleSetResponse) SDKResponseMetdata added in v0.9.0

func (r *DeleteReceiptRuleSetResponse) SDKResponseMetdata() *aws.Response

SDKResponseMetdata returns the response metadata for the DeleteReceiptRuleSet request.

type DeleteTemplateInput added in v0.2.0

type DeleteTemplateInput struct {

	// The name of the template to be deleted.
	//
	// TemplateName is a required field
	TemplateName *string `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 (DeleteTemplateInput) String added in v0.2.0

func (s DeleteTemplateInput) String() string

String returns the string representation

func (*DeleteTemplateInput) Validate added in v0.2.0

func (s *DeleteTemplateInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DeleteTemplateOutput added in v0.2.0

type DeleteTemplateOutput struct {
	// contains filtered or unexported fields
}

func (DeleteTemplateOutput) String added in v0.2.0

func (s DeleteTemplateOutput) String() string

String returns the string representation

type DeleteTemplateRequest added in v0.2.0

type DeleteTemplateRequest struct {
	*aws.Request
	Input *DeleteTemplateInput
	Copy  func(*DeleteTemplateInput) DeleteTemplateRequest
}

DeleteTemplateRequest is the request type for the DeleteTemplate API operation.

func (DeleteTemplateRequest) Send added in v0.2.0

Send marshals and sends the DeleteTemplate API request.

type DeleteTemplateResponse added in v0.9.0

type DeleteTemplateResponse struct {
	*DeleteTemplateOutput
	// contains filtered or unexported fields
}

DeleteTemplateResponse is the response type for the DeleteTemplate API operation.

func (*DeleteTemplateResponse) SDKResponseMetdata added in v0.9.0

func (r *DeleteTemplateResponse) SDKResponseMetdata() *aws.Response

SDKResponseMetdata returns the response metadata for the DeleteTemplate request.

type DeleteVerifiedEmailAddressInput

type DeleteVerifiedEmailAddressInput struct {

	// An email address to be removed from the list of verified addresses.
	//
	// EmailAddress is a required field
	EmailAddress *string `type:"string" required:"true"`
	// contains filtered or unexported fields
}

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

func (DeleteVerifiedEmailAddressInput) String

String returns the string representation

func (*DeleteVerifiedEmailAddressInput) Validate

func (s *DeleteVerifiedEmailAddressInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DeleteVerifiedEmailAddressOutput

type DeleteVerifiedEmailAddressOutput struct {
	// contains filtered or unexported fields
}

func (DeleteVerifiedEmailAddressOutput) String

String returns the string representation

type DeleteVerifiedEmailAddressRequest

type DeleteVerifiedEmailAddressRequest struct {
	*aws.Request
	Input *DeleteVerifiedEmailAddressInput
	Copy  func(*DeleteVerifiedEmailAddressInput) DeleteVerifiedEmailAddressRequest
}

DeleteVerifiedEmailAddressRequest is the request type for the DeleteVerifiedEmailAddress API operation.

func (DeleteVerifiedEmailAddressRequest) Send

Send marshals and sends the DeleteVerifiedEmailAddress API request.

type DeleteVerifiedEmailAddressResponse added in v0.9.0

type DeleteVerifiedEmailAddressResponse struct {
	*DeleteVerifiedEmailAddressOutput
	// contains filtered or unexported fields
}

DeleteVerifiedEmailAddressResponse is the response type for the DeleteVerifiedEmailAddress API operation.

func (*DeleteVerifiedEmailAddressResponse) SDKResponseMetdata added in v0.9.0

func (r *DeleteVerifiedEmailAddressResponse) SDKResponseMetdata() *aws.Response

SDKResponseMetdata returns the response metadata for the DeleteVerifiedEmailAddress request.

type DeliveryOptions added in v0.10.0

type DeliveryOptions struct {

	// 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 TlsPolicy `type:"string" enum:"true"`
	// contains filtered or unexported fields
}

Specifies whether messages that use the configuration set are required to use Transport Layer Security (TLS).

func (DeliveryOptions) String added in v0.10.0

func (s DeliveryOptions) String() string

String returns the string representation

type DescribeActiveReceiptRuleSetInput

type DescribeActiveReceiptRuleSetInput struct {
	// contains filtered or unexported fields
}

Represents a request to return the metadata and receipt rules for the receipt rule set that is currently active. You use receipt rule sets to receive email with Amazon SES. For more information, see the Amazon SES Developer Guide (https://docs.aws.amazon.com/ses/latest/DeveloperGuide/receiving-email-concepts.html).

func (DescribeActiveReceiptRuleSetInput) String

String returns the string representation

type DescribeActiveReceiptRuleSetOutput

type DescribeActiveReceiptRuleSetOutput struct {

	// The metadata for the currently active receipt rule set. The metadata consists
	// of the rule set name and a timestamp of when the rule set was created.
	Metadata *ReceiptRuleSetMetadata `type:"structure"`

	// The receipt rules that belong to the active rule set.
	Rules []ReceiptRule `type:"list"`
	// contains filtered or unexported fields
}

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

func (DescribeActiveReceiptRuleSetOutput) String

String returns the string representation

type DescribeActiveReceiptRuleSetRequest

type DescribeActiveReceiptRuleSetRequest struct {
	*aws.Request
	Input *DescribeActiveReceiptRuleSetInput
	Copy  func(*DescribeActiveReceiptRuleSetInput) DescribeActiveReceiptRuleSetRequest
}

DescribeActiveReceiptRuleSetRequest is the request type for the DescribeActiveReceiptRuleSet API operation.

func (DescribeActiveReceiptRuleSetRequest) Send

Send marshals and sends the DescribeActiveReceiptRuleSet API request.

type DescribeActiveReceiptRuleSetResponse added in v0.9.0

type DescribeActiveReceiptRuleSetResponse struct {
	*DescribeActiveReceiptRuleSetOutput
	// contains filtered or unexported fields
}

DescribeActiveReceiptRuleSetResponse is the response type for the DescribeActiveReceiptRuleSet API operation.

func (*DescribeActiveReceiptRuleSetResponse) SDKResponseMetdata added in v0.9.0

func (r *DescribeActiveReceiptRuleSetResponse) SDKResponseMetdata() *aws.Response

SDKResponseMetdata returns the response metadata for the DescribeActiveReceiptRuleSet request.

type DescribeConfigurationSetInput

type DescribeConfigurationSetInput struct {

	// A list of configuration set attributes to return.
	ConfigurationSetAttributeNames []ConfigurationSetAttribute `type:"list"`

	// The name of the configuration set to describe.
	//
	// ConfigurationSetName is a required field
	ConfigurationSetName *string `type:"string" required:"true"`
	// contains filtered or unexported fields
}

Represents a request to return the details of a configuration set. Configuration sets enable you to publish email sending events. For information about using configuration sets, see the Amazon SES Developer Guide (https://docs.aws.amazon.com/ses/latest/DeveloperGuide/monitor-sending-activity.html).

func (DescribeConfigurationSetInput) String

String returns the string representation

func (*DescribeConfigurationSetInput) Validate

func (s *DescribeConfigurationSetInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DescribeConfigurationSetOutput

type DescribeConfigurationSetOutput struct {

	// The configuration set object associated with the specified configuration
	// set.
	ConfigurationSet *ConfigurationSet `type:"structure"`

	// Specifies whether messages that use the configuration set are required to
	// use Transport Layer Security (TLS).
	DeliveryOptions *DeliveryOptions `type:"structure"`

	// A list of event destinations associated with the configuration set.
	EventDestinations []EventDestination `type:"list"`

	// An object that represents the reputation settings for the configuration set.
	ReputationOptions *ReputationOptions `type:"structure"`

	// The name of the custom open and click tracking domain associated with the
	// configuration set.
	TrackingOptions *TrackingOptions `type:"structure"`
	// contains filtered or unexported fields
}

Represents the details of a configuration set. Configuration sets enable you to publish email sending events. For information about using configuration sets, see the Amazon SES Developer Guide (https://docs.aws.amazon.com/ses/latest/DeveloperGuide/monitor-sending-activity.html).

func (DescribeConfigurationSetOutput) String

String returns the string representation

type DescribeConfigurationSetRequest

type DescribeConfigurationSetRequest struct {
	*aws.Request
	Input *DescribeConfigurationSetInput
	Copy  func(*DescribeConfigurationSetInput) DescribeConfigurationSetRequest
}

DescribeConfigurationSetRequest is the request type for the DescribeConfigurationSet API operation.

func (DescribeConfigurationSetRequest) Send

Send marshals and sends the DescribeConfigurationSet API request.

type DescribeConfigurationSetResponse added in v0.9.0

type DescribeConfigurationSetResponse struct {
	*DescribeConfigurationSetOutput
	// contains filtered or unexported fields
}

DescribeConfigurationSetResponse is the response type for the DescribeConfigurationSet API operation.

func (*DescribeConfigurationSetResponse) SDKResponseMetdata added in v0.9.0

func (r *DescribeConfigurationSetResponse) SDKResponseMetdata() *aws.Response

SDKResponseMetdata returns the response metadata for the DescribeConfigurationSet request.

type DescribeReceiptRuleInput

type DescribeReceiptRuleInput struct {

	// The name of the receipt rule.
	//
	// RuleName is a required field
	RuleName *string `type:"string" required:"true"`

	// The name of the receipt rule set that the receipt rule belongs to.
	//
	// RuleSetName is a required field
	RuleSetName *string `type:"string" required:"true"`
	// contains filtered or unexported fields
}

Represents a request to return the details of a receipt rule. You use receipt rules to receive email with Amazon SES. For more information, see the Amazon SES Developer Guide (https://docs.aws.amazon.com/ses/latest/DeveloperGuide/receiving-email-concepts.html).

func (DescribeReceiptRuleInput) String

func (s DescribeReceiptRuleInput) String() string

String returns the string representation

func (*DescribeReceiptRuleInput) Validate

func (s *DescribeReceiptRuleInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DescribeReceiptRuleOutput

type DescribeReceiptRuleOutput struct {

	// A data structure that contains the specified receipt rule's name, actions,
	// recipients, domains, enabled status, scan status, and Transport Layer Security
	// (TLS) policy.
	Rule *ReceiptRule `type:"structure"`
	// contains filtered or unexported fields
}

Represents the details of a receipt rule.

func (DescribeReceiptRuleOutput) String

func (s DescribeReceiptRuleOutput) String() string

String returns the string representation

type DescribeReceiptRuleRequest

type DescribeReceiptRuleRequest struct {
	*aws.Request
	Input *DescribeReceiptRuleInput
	Copy  func(*DescribeReceiptRuleInput) DescribeReceiptRuleRequest
}

DescribeReceiptRuleRequest is the request type for the DescribeReceiptRule API operation.

func (DescribeReceiptRuleRequest) Send

Send marshals and sends the DescribeReceiptRule API request.

type DescribeReceiptRuleResponse added in v0.9.0

type DescribeReceiptRuleResponse struct {
	*DescribeReceiptRuleOutput
	// contains filtered or unexported fields
}

DescribeReceiptRuleResponse is the response type for the DescribeReceiptRule API operation.

func (*DescribeReceiptRuleResponse) SDKResponseMetdata added in v0.9.0

func (r *DescribeReceiptRuleResponse) SDKResponseMetdata() *aws.Response

SDKResponseMetdata returns the response metadata for the DescribeReceiptRule request.

type DescribeReceiptRuleSetInput

type DescribeReceiptRuleSetInput struct {

	// The name of the receipt rule set to describe.
	//
	// RuleSetName is a required field
	RuleSetName *string `type:"string" required:"true"`
	// contains filtered or unexported fields
}

Represents a request to return the details of a receipt rule set. You use receipt rule sets to receive email with Amazon SES. For more information, see the Amazon SES Developer Guide (https://docs.aws.amazon.com/ses/latest/DeveloperGuide/receiving-email-concepts.html).

func (DescribeReceiptRuleSetInput) String

String returns the string representation

func (*DescribeReceiptRuleSetInput) Validate

func (s *DescribeReceiptRuleSetInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DescribeReceiptRuleSetOutput

type DescribeReceiptRuleSetOutput struct {

	// The metadata for the receipt rule set, which consists of the rule set name
	// and the timestamp of when the rule set was created.
	Metadata *ReceiptRuleSetMetadata `type:"structure"`

	// A list of the receipt rules that belong to the specified receipt rule set.
	Rules []ReceiptRule `type:"list"`
	// contains filtered or unexported fields
}

Represents the details of the specified receipt rule set.

func (DescribeReceiptRuleSetOutput) String

String returns the string representation

type DescribeReceiptRuleSetRequest

type DescribeReceiptRuleSetRequest struct {
	*aws.Request
	Input *DescribeReceiptRuleSetInput
	Copy  func(*DescribeReceiptRuleSetInput) DescribeReceiptRuleSetRequest
}

DescribeReceiptRuleSetRequest is the request type for the DescribeReceiptRuleSet API operation.

func (DescribeReceiptRuleSetRequest) Send

Send marshals and sends the DescribeReceiptRuleSet API request.

type DescribeReceiptRuleSetResponse added in v0.9.0

type DescribeReceiptRuleSetResponse struct {
	*DescribeReceiptRuleSetOutput
	// contains filtered or unexported fields
}

DescribeReceiptRuleSetResponse is the response type for the DescribeReceiptRuleSet API operation.

func (*DescribeReceiptRuleSetResponse) SDKResponseMetdata added in v0.9.0

func (r *DescribeReceiptRuleSetResponse) SDKResponseMetdata() *aws.Response

SDKResponseMetdata returns the response metadata for the DescribeReceiptRuleSet request.

type Destination

type Destination struct {

	// The recipients to place on the BCC: line of the message.
	BccAddresses []string `type:"list"`

	// The recipients to place on the CC: line of the message.
	CcAddresses []string `type:"list"`

	// The recipients to place on the To: line of the message.
	ToAddresses []string `type:"list"`
	// contains filtered or unexported fields
}

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

func (Destination) String

func (s Destination) String() string

String returns the string representation

type DimensionValueSource

type DimensionValueSource string
const (
	DimensionValueSourceMessageTag  DimensionValueSource = "messageTag"
	DimensionValueSourceEmailHeader DimensionValueSource = "emailHeader"
	DimensionValueSourceLinkTag     DimensionValueSource = "linkTag"
)

Enum values for DimensionValueSource

func (DimensionValueSource) MarshalValue added in v0.3.0

func (enum DimensionValueSource) MarshalValue() (string, error)

func (DimensionValueSource) MarshalValueBuf added in v0.3.0

func (enum DimensionValueSource) MarshalValueBuf(b []byte) ([]byte, error)

type DsnAction

type DsnAction string
const (
	DsnActionFailed    DsnAction = "failed"
	DsnActionDelayed   DsnAction = "delayed"
	DsnActionDelivered DsnAction = "delivered"
	DsnActionRelayed   DsnAction = "relayed"
	DsnActionExpanded  DsnAction = "expanded"
)

Enum values for DsnAction

func (DsnAction) MarshalValue added in v0.3.0

func (enum DsnAction) MarshalValue() (string, error)

func (DsnAction) MarshalValueBuf added in v0.3.0

func (enum DsnAction) MarshalValueBuf(b []byte) ([]byte, error)

type EventDestination

type EventDestination struct {

	// An object that contains the names, default values, and sources of the dimensions
	// associated with an Amazon CloudWatch event destination.
	CloudWatchDestination *CloudWatchDestination `type:"structure"`

	// Sets whether Amazon SES publishes events to this destination when you send
	// an email with the associated configuration set. Set to true to enable publishing
	// to this destination; set to false to prevent publishing to this destination.
	// The default value is false.
	Enabled *bool `type:"boolean"`

	// An object that contains the delivery stream ARN and the IAM role ARN associated
	// with an Amazon Kinesis Firehose event destination.
	KinesisFirehoseDestination *KinesisFirehoseDestination `type:"structure"`

	// The type of email sending events to publish to the event destination.
	//
	// MatchingEventTypes is a required field
	MatchingEventTypes []EventType `type:"list" required:"true"`

	// The name of the event destination. The name must:
	//
	//    * This value can only contain ASCII letters (a-z, A-Z), numbers (0-9),
	//    underscores (_), or dashes (-).
	//
	//    * Contain less than 64 characters.
	//
	// Name is a required field
	Name *string `type:"string" required:"true"`

	// An object that contains the topic ARN associated with an Amazon Simple Notification
	// Service (Amazon SNS) event destination.
	SNSDestination *SNSDestination `type:"structure"`
	// contains filtered or unexported fields
}

Contains information about the event destination that the specified email sending events will be published to.

When you create or update an event destination, you must provide one, and only one, destination. The destination can be Amazon CloudWatch, Amazon Kinesis Firehose or Amazon Simple Notification Service (Amazon SNS).

Event destinations are associated with configuration sets, which enable you to publish email sending events to Amazon CloudWatch, Amazon Kinesis Firehose, or Amazon Simple Notification Service (Amazon SNS). For information about using configuration sets, see the Amazon SES Developer Guide (https://docs.aws.amazon.com/ses/latest/DeveloperGuide/monitor-sending-activity.html).

func (EventDestination) String

func (s EventDestination) String() string

String returns the string representation

func (*EventDestination) Validate

func (s *EventDestination) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type EventType

type EventType string
const (
	EventTypeSend             EventType = "send"
	EventTypeReject           EventType = "reject"
	EventTypeBounce           EventType = "bounce"
	EventTypeComplaint        EventType = "complaint"
	EventTypeDelivery         EventType = "delivery"
	EventTypeOpen             EventType = "open"
	EventTypeClick            EventType = "click"
	EventTypeRenderingFailure EventType = "renderingFailure"
)

Enum values for EventType

func (EventType) MarshalValue added in v0.3.0

func (enum EventType) MarshalValue() (string, error)

func (EventType) MarshalValueBuf added in v0.3.0

func (enum EventType) MarshalValueBuf(b []byte) ([]byte, error)

type ExtensionField

type ExtensionField struct {

	// The name of the header to add. Must be between 1 and 50 characters, inclusive,
	// and consist of alphanumeric (a-z, A-Z, 0-9) characters and dashes only.
	//
	// Name is a required field
	Name *string `type:"string" required:"true"`

	// The value of the header to add. Must be less than 2048 characters, and must
	// not contain newline characters ("\r" or "\n").
	//
	// Value is a required field
	Value *string `type:"string" required:"true"`
	// contains filtered or unexported fields
}

Additional X-headers to include in the Delivery Status Notification (DSN) when an email that Amazon SES receives on your behalf bounces.

For information about receiving email through Amazon SES, see the Amazon SES Developer Guide (https://docs.aws.amazon.com/ses/latest/DeveloperGuide/receiving-email.html).

func (ExtensionField) String

func (s ExtensionField) String() string

String returns the string representation

func (*ExtensionField) Validate

func (s *ExtensionField) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type GetAccountSendingEnabledInput added in v0.2.0

type GetAccountSendingEnabledInput struct {
	// contains filtered or unexported fields
}

func (GetAccountSendingEnabledInput) String added in v0.2.0

String returns the string representation

type GetAccountSendingEnabledOutput added in v0.2.0

type GetAccountSendingEnabledOutput struct {

	// Describes whether email sending is enabled or disabled for your Amazon SES
	// account in the current AWS Region.
	Enabled *bool `type:"boolean"`
	// contains filtered or unexported fields
}

Represents a request to return the email sending status for your Amazon SES account in the current AWS Region.

func (GetAccountSendingEnabledOutput) String added in v0.2.0

String returns the string representation

type GetAccountSendingEnabledRequest added in v0.2.0

type GetAccountSendingEnabledRequest struct {
	*aws.Request
	Input *GetAccountSendingEnabledInput
	Copy  func(*GetAccountSendingEnabledInput) GetAccountSendingEnabledRequest
}

GetAccountSendingEnabledRequest is the request type for the GetAccountSendingEnabled API operation.

func (GetAccountSendingEnabledRequest) Send added in v0.2.0

Send marshals and sends the GetAccountSendingEnabled API request.

type GetAccountSendingEnabledResponse added in v0.9.0

type GetAccountSendingEnabledResponse struct {
	*GetAccountSendingEnabledOutput
	// contains filtered or unexported fields
}

GetAccountSendingEnabledResponse is the response type for the GetAccountSendingEnabled API operation.

func (*GetAccountSendingEnabledResponse) SDKResponseMetdata added in v0.9.0

func (r *GetAccountSendingEnabledResponse) SDKResponseMetdata() *aws.Response

SDKResponseMetdata returns the response metadata for the GetAccountSendingEnabled request.

type GetCustomVerificationEmailTemplateInput added in v0.2.0

type GetCustomVerificationEmailTemplateInput struct {

	// The name of the custom verification email template that you want to retrieve.
	//
	// TemplateName is a required field
	TemplateName *string `type:"string" required:"true"`
	// contains filtered or unexported fields
}

Represents a request to retrieve an existing custom verification email template.

func (GetCustomVerificationEmailTemplateInput) String added in v0.2.0

String returns the string representation

func (*GetCustomVerificationEmailTemplateInput) Validate added in v0.2.0

Validate inspects the fields of the type to determine if they are valid.

type GetCustomVerificationEmailTemplateOutput added in v0.2.0

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 `type:"string"`

	// The subject line of the custom verification email.
	TemplateSubject *string `type:"string"`
	// contains filtered or unexported fields
}

The content of the custom verification email template.

func (GetCustomVerificationEmailTemplateOutput) String added in v0.2.0

String returns the string representation

type GetCustomVerificationEmailTemplateRequest added in v0.2.0

GetCustomVerificationEmailTemplateRequest is the request type for the GetCustomVerificationEmailTemplate API operation.

func (GetCustomVerificationEmailTemplateRequest) Send added in v0.2.0

Send marshals and sends the GetCustomVerificationEmailTemplate API request.

type GetCustomVerificationEmailTemplateResponse added in v0.9.0

type GetCustomVerificationEmailTemplateResponse struct {
	*GetCustomVerificationEmailTemplateOutput
	// contains filtered or unexported fields
}

GetCustomVerificationEmailTemplateResponse is the response type for the GetCustomVerificationEmailTemplate API operation.

func (*GetCustomVerificationEmailTemplateResponse) SDKResponseMetdata added in v0.9.0

func (r *GetCustomVerificationEmailTemplateResponse) SDKResponseMetdata() *aws.Response

SDKResponseMetdata returns the response metadata for the GetCustomVerificationEmailTemplate request.

type GetIdentityDkimAttributesInput

type GetIdentityDkimAttributesInput struct {

	// A list of one or more verified identities - email addresses, domains, or
	// both.
	//
	// Identities is a required field
	Identities []string `type:"list" required:"true"`
	// contains filtered or unexported fields
}

Represents a request for the status of Amazon SES Easy DKIM signing for an identity. For domain identities, this request also returns the DKIM tokens that are required for Easy DKIM signing, and whether Amazon SES successfully verified that these tokens were published. For more information about Easy DKIM, see the Amazon SES Developer Guide (https://docs.aws.amazon.com/ses/latest/DeveloperGuide/easy-dkim.html).

func (GetIdentityDkimAttributesInput) String

String returns the string representation

func (*GetIdentityDkimAttributesInput) Validate

func (s *GetIdentityDkimAttributesInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type GetIdentityDkimAttributesOutput

type GetIdentityDkimAttributesOutput struct {

	// The DKIM attributes for an email address or a domain.
	//
	// DkimAttributes is a required field
	DkimAttributes map[string]IdentityDkimAttributes `type:"map" required:"true"`
	// contains filtered or unexported fields
}

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

func (GetIdentityDkimAttributesOutput) String

String returns the string representation

type GetIdentityDkimAttributesRequest

type GetIdentityDkimAttributesRequest struct {
	*aws.Request
	Input *GetIdentityDkimAttributesInput
	Copy  func(*GetIdentityDkimAttributesInput) GetIdentityDkimAttributesRequest
}

GetIdentityDkimAttributesRequest is the request type for the GetIdentityDkimAttributes API operation.

func (GetIdentityDkimAttributesRequest) Send

Send marshals and sends the GetIdentityDkimAttributes API request.

type GetIdentityDkimAttributesResponse added in v0.9.0

type GetIdentityDkimAttributesResponse struct {
	*GetIdentityDkimAttributesOutput
	// contains filtered or unexported fields
}

GetIdentityDkimAttributesResponse is the response type for the GetIdentityDkimAttributes API operation.

func (*GetIdentityDkimAttributesResponse) SDKResponseMetdata added in v0.9.0

func (r *GetIdentityDkimAttributesResponse) SDKResponseMetdata() *aws.Response

SDKResponseMetdata returns the response metadata for the GetIdentityDkimAttributes request.

type GetIdentityMailFromDomainAttributesInput

type GetIdentityMailFromDomainAttributesInput struct {

	// A list of one or more identities.
	//
	// Identities is a required field
	Identities []string `type:"list" required:"true"`
	// contains filtered or unexported fields
}

Represents a request to return the Amazon SES custom MAIL FROM attributes for a list of identities. For information about using a custom MAIL FROM domain, see the Amazon SES Developer Guide (https://docs.aws.amazon.com/ses/latest/DeveloperGuide/mail-from.html).

func (GetIdentityMailFromDomainAttributesInput) String

String returns the string representation

func (*GetIdentityMailFromDomainAttributesInput) Validate

Validate inspects the fields of the type to determine if they are valid.

type GetIdentityMailFromDomainAttributesOutput

type GetIdentityMailFromDomainAttributesOutput struct {

	// A map of identities to custom MAIL FROM attributes.
	//
	// MailFromDomainAttributes is a required field
	MailFromDomainAttributes map[string]IdentityMailFromDomainAttributes `type:"map" required:"true"`
	// contains filtered or unexported fields
}

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

func (GetIdentityMailFromDomainAttributesOutput) String

String returns the string representation

type GetIdentityMailFromDomainAttributesRequest

GetIdentityMailFromDomainAttributesRequest is the request type for the GetIdentityMailFromDomainAttributes API operation.

func (GetIdentityMailFromDomainAttributesRequest) Send

Send marshals and sends the GetIdentityMailFromDomainAttributes API request.

type GetIdentityMailFromDomainAttributesResponse added in v0.9.0

type GetIdentityMailFromDomainAttributesResponse struct {
	*GetIdentityMailFromDomainAttributesOutput
	// contains filtered or unexported fields
}

GetIdentityMailFromDomainAttributesResponse is the response type for the GetIdentityMailFromDomainAttributes API operation.

func (*GetIdentityMailFromDomainAttributesResponse) SDKResponseMetdata added in v0.9.0

func (r *GetIdentityMailFromDomainAttributesResponse) SDKResponseMetdata() *aws.Response

SDKResponseMetdata returns the response metadata for the GetIdentityMailFromDomainAttributes request.

type GetIdentityNotificationAttributesInput

type GetIdentityNotificationAttributesInput struct {

	// A list of one or more identities. You can specify an identity by using its
	// name or by using its Amazon Resource Name (ARN). Examples: user@example.com,
	// example.com, arn:aws:ses:us-east-1:123456789012:identity/example.com.
	//
	// Identities is a required field
	Identities []string `type:"list" required:"true"`
	// contains filtered or unexported fields
}

Represents a request to return the notification attributes for a list of identities you verified with Amazon SES. For information about Amazon SES notifications, see the Amazon SES Developer Guide (https://docs.aws.amazon.com/ses/latest/DeveloperGuide/notifications.html).

func (GetIdentityNotificationAttributesInput) String

String returns the string representation

func (*GetIdentityNotificationAttributesInput) Validate

Validate inspects the fields of the type to determine if they are valid.

type GetIdentityNotificationAttributesOutput

type GetIdentityNotificationAttributesOutput struct {

	// A map of Identity to IdentityNotificationAttributes.
	//
	// NotificationAttributes is a required field
	NotificationAttributes map[string]IdentityNotificationAttributes `type:"map" required:"true"`
	// contains filtered or unexported fields
}

Represents the notification attributes for a list of identities.

func (GetIdentityNotificationAttributesOutput) String

String returns the string representation

type GetIdentityNotificationAttributesRequest

GetIdentityNotificationAttributesRequest is the request type for the GetIdentityNotificationAttributes API operation.

func (GetIdentityNotificationAttributesRequest) Send

Send marshals and sends the GetIdentityNotificationAttributes API request.

type GetIdentityNotificationAttributesResponse added in v0.9.0

type GetIdentityNotificationAttributesResponse struct {
	*GetIdentityNotificationAttributesOutput
	// contains filtered or unexported fields
}

GetIdentityNotificationAttributesResponse is the response type for the GetIdentityNotificationAttributes API operation.

func (*GetIdentityNotificationAttributesResponse) SDKResponseMetdata added in v0.9.0

func (r *GetIdentityNotificationAttributesResponse) SDKResponseMetdata() *aws.Response

SDKResponseMetdata returns the response metadata for the GetIdentityNotificationAttributes request.

type GetIdentityPoliciesInput

type GetIdentityPoliciesInput struct {

	// The identity for which the policies will be retrieved. You can specify an
	// identity by using its name or by using its Amazon Resource Name (ARN). Examples:
	// user@example.com, example.com, arn:aws:ses:us-east-1:123456789012:identity/example.com.
	//
	// To successfully call this API, you must own the identity.
	//
	// Identity is a required field
	Identity *string `type:"string" required:"true"`

	// A list of the names of policies to be retrieved. You can retrieve a maximum
	// of 20 policies at a time. If you do not know the names of the policies that
	// are attached to the identity, you can use ListIdentityPolicies.
	//
	// PolicyNames is a required field
	PolicyNames []string `type:"list" required:"true"`
	// contains filtered or unexported fields
}

Represents a request to return the requested sending authorization policies for an identity. Sending authorization is an Amazon SES feature that enables you to authorize other senders to use your identities. For information, see the Amazon SES Developer Guide (https://docs.aws.amazon.com/ses/latest/DeveloperGuide/sending-authorization.html).

func (GetIdentityPoliciesInput) String

func (s GetIdentityPoliciesInput) String() string

String returns the string representation

func (*GetIdentityPoliciesInput) Validate

func (s *GetIdentityPoliciesInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type GetIdentityPoliciesOutput

type GetIdentityPoliciesOutput struct {

	// A map of policy names to policies.
	//
	// Policies is a required field
	Policies map[string]string `type:"map" required:"true"`
	// contains filtered or unexported fields
}

Represents the requested sending authorization policies.

func (GetIdentityPoliciesOutput) String

func (s GetIdentityPoliciesOutput) String() string

String returns the string representation

type GetIdentityPoliciesRequest

type GetIdentityPoliciesRequest struct {
	*aws.Request
	Input *GetIdentityPoliciesInput
	Copy  func(*GetIdentityPoliciesInput) GetIdentityPoliciesRequest
}

GetIdentityPoliciesRequest is the request type for the GetIdentityPolicies API operation.

func (GetIdentityPoliciesRequest) Send

Send marshals and sends the GetIdentityPolicies API request.

type GetIdentityPoliciesResponse added in v0.9.0

type GetIdentityPoliciesResponse struct {
	*GetIdentityPoliciesOutput
	// contains filtered or unexported fields
}

GetIdentityPoliciesResponse is the response type for the GetIdentityPolicies API operation.

func (*GetIdentityPoliciesResponse) SDKResponseMetdata added in v0.9.0

func (r *GetIdentityPoliciesResponse) SDKResponseMetdata() *aws.Response

SDKResponseMetdata returns the response metadata for the GetIdentityPolicies request.

type GetIdentityVerificationAttributesInput

type GetIdentityVerificationAttributesInput struct {

	// A list of identities.
	//
	// Identities is a required field
	Identities []string `type:"list" required:"true"`
	// contains filtered or unexported fields
}

Represents a request to return the Amazon SES verification status of a list of identities. For domain identities, this request also returns the verification token. For information about verifying identities with Amazon SES, see the Amazon SES Developer Guide (https://docs.aws.amazon.com/ses/latest/DeveloperGuide/verify-addresses-and-domains.html).

func (GetIdentityVerificationAttributesInput) String

String returns the string representation

func (*GetIdentityVerificationAttributesInput) Validate

Validate inspects the fields of the type to determine if they are valid.

type GetIdentityVerificationAttributesOutput

type GetIdentityVerificationAttributesOutput struct {

	// A map of Identities to IdentityVerificationAttributes objects.
	//
	// VerificationAttributes is a required field
	VerificationAttributes map[string]IdentityVerificationAttributes `type:"map" required:"true"`
	// contains filtered or unexported fields
}

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

func (GetIdentityVerificationAttributesOutput) String

String returns the string representation

type GetIdentityVerificationAttributesRequest

GetIdentityVerificationAttributesRequest is the request type for the GetIdentityVerificationAttributes API operation.

func (GetIdentityVerificationAttributesRequest) Send

Send marshals and sends the GetIdentityVerificationAttributes API request.

type GetIdentityVerificationAttributesResponse added in v0.9.0

type GetIdentityVerificationAttributesResponse struct {
	*GetIdentityVerificationAttributesOutput
	// contains filtered or unexported fields
}

GetIdentityVerificationAttributesResponse is the response type for the GetIdentityVerificationAttributes API operation.

func (*GetIdentityVerificationAttributesResponse) SDKResponseMetdata added in v0.9.0

func (r *GetIdentityVerificationAttributesResponse) SDKResponseMetdata() *aws.Response

SDKResponseMetdata returns the response metadata for the GetIdentityVerificationAttributes request.

type GetSendQuotaInput

type GetSendQuotaInput struct {
	// contains filtered or unexported fields
}

func (GetSendQuotaInput) String

func (s GetSendQuotaInput) String() string

String returns the string representation

type GetSendQuotaOutput

type GetSendQuotaOutput struct {

	// The maximum number of emails the user is allowed to send in a 24-hour interval.
	// A value of -1 signifies an unlimited quota.
	Max24HourSend *float64 `type:"double"`

	// The maximum number of emails that Amazon SES can accept from the user's account
	// per second.
	//
	// The rate at which Amazon SES accepts the user's messages might be less than
	// the maximum send rate.
	MaxSendRate *float64 `type:"double"`

	// The number of emails sent during the previous 24 hours.
	SentLast24Hours *float64 `type:"double"`
	// contains filtered or unexported fields
}

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

func (GetSendQuotaOutput) String

func (s GetSendQuotaOutput) String() string

String returns the string representation

type GetSendQuotaRequest

type GetSendQuotaRequest struct {
	*aws.Request
	Input *GetSendQuotaInput
	Copy  func(*GetSendQuotaInput) GetSendQuotaRequest
}

GetSendQuotaRequest is the request type for the GetSendQuota API operation.

func (GetSendQuotaRequest) Send

Send marshals and sends the GetSendQuota API request.

type GetSendQuotaResponse added in v0.9.0

type GetSendQuotaResponse struct {
	*GetSendQuotaOutput
	// contains filtered or unexported fields
}

GetSendQuotaResponse is the response type for the GetSendQuota API operation.

func (*GetSendQuotaResponse) SDKResponseMetdata added in v0.9.0

func (r *GetSendQuotaResponse) SDKResponseMetdata() *aws.Response

SDKResponseMetdata returns the response metadata for the GetSendQuota request.

type GetSendStatisticsInput

type GetSendStatisticsInput struct {
	// contains filtered or unexported fields
}

func (GetSendStatisticsInput) String

func (s GetSendStatisticsInput) String() string

String returns the string representation

type GetSendStatisticsOutput

type GetSendStatisticsOutput struct {

	// A list of data points, each of which represents 15 minutes of activity.
	SendDataPoints []SendDataPoint `type:"list"`
	// contains filtered or unexported fields
}

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

func (GetSendStatisticsOutput) String

func (s GetSendStatisticsOutput) String() string

String returns the string representation

type GetSendStatisticsRequest

type GetSendStatisticsRequest struct {
	*aws.Request
	Input *GetSendStatisticsInput
	Copy  func(*GetSendStatisticsInput) GetSendStatisticsRequest
}

GetSendStatisticsRequest is the request type for the GetSendStatistics API operation.

func (GetSendStatisticsRequest) Send

Send marshals and sends the GetSendStatistics API request.

type GetSendStatisticsResponse added in v0.9.0

type GetSendStatisticsResponse struct {
	*GetSendStatisticsOutput
	// contains filtered or unexported fields
}

GetSendStatisticsResponse is the response type for the GetSendStatistics API operation.

func (*GetSendStatisticsResponse) SDKResponseMetdata added in v0.9.0

func (r *GetSendStatisticsResponse) SDKResponseMetdata() *aws.Response

SDKResponseMetdata returns the response metadata for the GetSendStatistics request.

type GetTemplateInput added in v0.2.0

type GetTemplateInput struct {

	// The name of the template you want to retrieve.
	//
	// TemplateName is a required field
	TemplateName *string `type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (GetTemplateInput) String added in v0.2.0

func (s GetTemplateInput) String() string

String returns the string representation

func (*GetTemplateInput) Validate added in v0.2.0

func (s *GetTemplateInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type GetTemplateOutput added in v0.2.0

type GetTemplateOutput struct {

	// The content of the email, composed of a subject line, an HTML part, and a
	// text-only part.
	Template *Template `type:"structure"`
	// contains filtered or unexported fields
}

func (GetTemplateOutput) String added in v0.2.0

func (s GetTemplateOutput) String() string

String returns the string representation

type GetTemplateRequest added in v0.2.0

type GetTemplateRequest struct {
	*aws.Request
	Input *GetTemplateInput
	Copy  func(*GetTemplateInput) GetTemplateRequest
}

GetTemplateRequest is the request type for the GetTemplate API operation.

func (GetTemplateRequest) Send added in v0.2.0

Send marshals and sends the GetTemplate API request.

type GetTemplateResponse added in v0.9.0

type GetTemplateResponse struct {
	*GetTemplateOutput
	// contains filtered or unexported fields
}

GetTemplateResponse is the response type for the GetTemplate API operation.

func (*GetTemplateResponse) SDKResponseMetdata added in v0.9.0

func (r *GetTemplateResponse) SDKResponseMetdata() *aws.Response

SDKResponseMetdata returns the response metadata for the GetTemplate request.

type IdentityDkimAttributes

type IdentityDkimAttributes struct {

	// Is true if DKIM signing is enabled for email sent from the identity. It's
	// false otherwise. The default value is true.
	//
	// DkimEnabled is a required field
	DkimEnabled *bool `type:"boolean" required:"true"`

	// A set of character strings that represent the domain's identity. Using these
	// tokens, you need to create DNS CNAME records that point to DKIM public keys
	// that are hosted by Amazon SES. Amazon Web Services eventually detects that
	// you've updated your DNS records. This detection process might take up to
	// 72 hours. After successful detection, Amazon SES is able to DKIM-sign email
	// originating from that domain. (This only applies to domain identities, not
	// email address identities.)
	//
	// For more information about creating DNS records using DKIM tokens, see the
	// Amazon SES Developer Guide (https://docs.aws.amazon.com/ses/latest/DeveloperGuide/easy-dkim.html).
	DkimTokens []string `type:"list"`

	// Describes whether Amazon SES has successfully verified the DKIM DNS records
	// (tokens) published in the domain name's DNS. (This only applies to domain
	// identities, not email address identities.)
	//
	// DkimVerificationStatus is a required field
	DkimVerificationStatus VerificationStatus `type:"string" required:"true" enum:"true"`
	// contains filtered or unexported fields
}

Represents the DKIM attributes of a verified email address or a domain.

func (IdentityDkimAttributes) String

func (s IdentityDkimAttributes) String() string

String returns the string representation

type IdentityMailFromDomainAttributes

type IdentityMailFromDomainAttributes struct {

	// The action that Amazon SES takes if it cannot successfully read the required
	// MX record when you send an email. A value of UseDefaultValue indicates that
	// if Amazon SES cannot read the required MX record, it uses amazonses.com (or
	// a subdomain of that) as the MAIL FROM domain. A value of RejectMessage indicates
	// that if Amazon SES cannot read the required MX record, Amazon SES returns
	// a MailFromDomainNotVerified error and does not send the email.
	//
	// The custom MAIL FROM setup states that result in this behavior are Pending,
	// Failed, and TemporaryFailure.
	//
	// BehaviorOnMXFailure is a required field
	BehaviorOnMXFailure BehaviorOnMXFailure `type:"string" required:"true" enum:"true"`

	// The custom MAIL FROM domain that the identity is configured to use.
	//
	// MailFromDomain is a required field
	MailFromDomain *string `type:"string" required:"true"`

	// The state that indicates whether Amazon SES has successfully read the MX
	// record required for custom MAIL FROM domain setup. If the state is Success,
	// Amazon SES uses the specified custom MAIL FROM domain when the verified identity
	// sends an email. All other states indicate that Amazon SES takes the action
	// described by BehaviorOnMXFailure.
	//
	// MailFromDomainStatus is a required field
	MailFromDomainStatus CustomMailFromStatus `type:"string" required:"true" enum:"true"`
	// contains filtered or unexported fields
}

Represents the custom MAIL FROM domain attributes of a verified identity (email address or domain).

func (IdentityMailFromDomainAttributes) String

String returns the string representation

type IdentityNotificationAttributes

type IdentityNotificationAttributes struct {

	// The Amazon Resource Name (ARN) of the Amazon SNS topic where Amazon SES will
	// publish bounce notifications.
	//
	// BounceTopic is a required field
	BounceTopic *string `type:"string" required:"true"`

	// The Amazon Resource Name (ARN) of the Amazon SNS topic where Amazon SES will
	// publish complaint notifications.
	//
	// ComplaintTopic is a required field
	ComplaintTopic *string `type:"string" required:"true"`

	// The Amazon Resource Name (ARN) of the Amazon SNS topic where Amazon SES will
	// publish delivery notifications.
	//
	// DeliveryTopic is a required field
	DeliveryTopic *string `type:"string" required:"true"`

	// Describes whether Amazon SES will forward bounce and complaint notifications
	// as email. true indicates that Amazon SES will forward bounce and complaint
	// notifications as email, while false indicates that bounce and complaint notifications
	// will be published only to the specified bounce and complaint Amazon SNS topics.
	//
	// ForwardingEnabled is a required field
	ForwardingEnabled *bool `type:"boolean" required:"true"`

	// Describes whether Amazon SES includes the original email headers in Amazon
	// SNS notifications of type Bounce. A value of true specifies that Amazon SES
	// will include headers in bounce notifications, and a value of false specifies
	// that Amazon SES will not include headers in bounce notifications.
	HeadersInBounceNotificationsEnabled *bool `type:"boolean"`

	// Describes whether Amazon SES includes the original email headers in Amazon
	// SNS notifications of type Complaint. A value of true specifies that Amazon
	// SES will include headers in complaint notifications, and a value of false
	// specifies that Amazon SES will not include headers in complaint notifications.
	HeadersInComplaintNotificationsEnabled *bool `type:"boolean"`

	// Describes whether Amazon SES includes the original email headers in Amazon
	// SNS notifications of type Delivery. A value of true specifies that Amazon
	// SES will include headers in delivery notifications, and a value of false
	// specifies that Amazon SES will not include headers in delivery notifications.
	HeadersInDeliveryNotificationsEnabled *bool `type:"boolean"`
	// contains filtered or unexported fields
}

Represents the notification attributes of an identity, including whether an identity has Amazon Simple Notification Service (Amazon SNS) topics set for bounce, complaint, and/or delivery notifications, and whether feedback forwarding is enabled for bounce and complaint notifications.

func (IdentityNotificationAttributes) String

String returns the string representation

type IdentityType

type IdentityType string
const (
	IdentityTypeEmailAddress IdentityType = "EmailAddress"
	IdentityTypeDomain       IdentityType = "Domain"
)

Enum values for IdentityType

func (IdentityType) MarshalValue added in v0.3.0

func (enum IdentityType) MarshalValue() (string, error)

func (IdentityType) MarshalValueBuf added in v0.3.0

func (enum IdentityType) MarshalValueBuf(b []byte) ([]byte, error)

type IdentityVerificationAttributes

type IdentityVerificationAttributes struct {

	// The verification status of the identity: "Pending", "Success", "Failed",
	// or "TemporaryFailure".
	//
	// VerificationStatus is a required field
	VerificationStatus VerificationStatus `type:"string" required:"true" enum:"true"`

	// The verification token for a domain identity. Null for email address identities.
	VerificationToken *string `type:"string"`
	// contains filtered or unexported fields
}

Represents the verification attributes of a single identity.

func (IdentityVerificationAttributes) String

String returns the string representation

type InvocationType

type InvocationType string
const (
	InvocationTypeEvent           InvocationType = "Event"
	InvocationTypeRequestResponse InvocationType = "RequestResponse"
)

Enum values for InvocationType

func (InvocationType) MarshalValue added in v0.3.0

func (enum InvocationType) MarshalValue() (string, error)

func (InvocationType) MarshalValueBuf added in v0.3.0

func (enum InvocationType) MarshalValueBuf(b []byte) ([]byte, error)

type KinesisFirehoseDestination

type KinesisFirehoseDestination struct {

	// The ARN of the Amazon Kinesis Firehose stream that email sending events should
	// be published to.
	//
	// DeliveryStreamARN is a required field
	DeliveryStreamARN *string `type:"string" required:"true"`

	// The ARN of the IAM role under which Amazon SES publishes email sending events
	// to the Amazon Kinesis Firehose stream.
	//
	// IAMRoleARN is a required field
	IAMRoleARN *string `type:"string" required:"true"`
	// contains filtered or unexported fields
}

Contains the delivery stream ARN and the IAM role ARN associated with an Amazon Kinesis Firehose event destination.

Event destinations, such as Amazon Kinesis Firehose, are associated with configuration sets, which enable you to publish email sending events. For information about using configuration sets, see the Amazon SES Developer Guide (https://docs.aws.amazon.com/ses/latest/DeveloperGuide/monitor-sending-activity.html).

func (KinesisFirehoseDestination) String

String returns the string representation

func (*KinesisFirehoseDestination) Validate

func (s *KinesisFirehoseDestination) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type LambdaAction

type LambdaAction struct {

	// The Amazon Resource Name (ARN) of the AWS Lambda function. An example of
	// an AWS Lambda function ARN is arn:aws:lambda:us-west-2:account-id:function:MyFunction.
	// For more information about AWS Lambda, see the AWS Lambda Developer Guide
	// (https://docs.aws.amazon.com/lambda/latest/dg/welcome.html).
	//
	// FunctionArn is a required field
	FunctionArn *string `type:"string" required:"true"`

	// The invocation type of the AWS Lambda function. An invocation type of RequestResponse
	// means that the execution of the function will immediately result in a response,
	// and a value of Event means that the function will be invoked asynchronously.
	// The default value is Event. For information about AWS Lambda invocation types,
	// see the AWS Lambda Developer Guide (https://docs.aws.amazon.com/lambda/latest/dg/API_Invoke.html).
	//
	// There is a 30-second timeout on RequestResponse invocations. You should use
	// Event invocation in most cases. Use RequestResponse only when you want to
	// make a mail flow decision, such as whether to stop the receipt rule or the
	// receipt rule set.
	InvocationType InvocationType `type:"string" enum:"true"`

	// The Amazon Resource Name (ARN) of the Amazon SNS topic to notify when the
	// Lambda action is taken. An example of an Amazon SNS topic ARN is arn:aws:sns:us-west-2:123456789012:MyTopic.
	// For more information about Amazon SNS topics, see the Amazon SNS Developer
	// Guide (https://docs.aws.amazon.com/sns/latest/dg/CreateTopic.html).
	TopicArn *string `type:"string"`
	// contains filtered or unexported fields
}

When included in a receipt rule, this action calls an AWS Lambda function and, optionally, publishes a notification to Amazon Simple Notification Service (Amazon SNS).

To enable Amazon SES to call your AWS Lambda function or to publish to an Amazon SNS topic of another account, Amazon SES must have permission to access those resources. For information about giving permissions, see the Amazon SES Developer Guide (https://docs.aws.amazon.com/ses/latest/DeveloperGuide/receiving-email-permissions.html).

For information about using AWS Lambda actions in receipt rules, see the Amazon SES Developer Guide (https://docs.aws.amazon.com/ses/latest/DeveloperGuide/receiving-email-action-lambda.html).

func (LambdaAction) String

func (s LambdaAction) String() string

String returns the string representation

func (*LambdaAction) Validate

func (s *LambdaAction) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ListConfigurationSetsInput

type ListConfigurationSetsInput struct {

	// The number of configuration sets to return.
	MaxItems *int64 `type:"integer"`

	// A token returned from a previous call to ListConfigurationSets to indicate
	// the position of the configuration set in the configuration set list.
	NextToken *string `type:"string"`
	// contains filtered or unexported fields
}

Represents a request to list the configuration sets associated with your AWS account. Configuration sets enable you to publish email sending events. For information about using configuration sets, see the Amazon SES Developer Guide (https://docs.aws.amazon.com/ses/latest/DeveloperGuide/monitor-sending-activity.html).

func (ListConfigurationSetsInput) String

String returns the string representation

type ListConfigurationSetsOutput

type ListConfigurationSetsOutput struct {

	// A list of configuration sets.
	ConfigurationSets []ConfigurationSet `type:"list"`

	// A token indicating that there are additional configuration sets available
	// to be listed. Pass this token to successive calls of ListConfigurationSets.
	NextToken *string `type:"string"`
	// contains filtered or unexported fields
}

A list of configuration sets associated with your AWS account. Configuration sets enable you to publish email sending events. For information about using configuration sets, see the Amazon SES Developer Guide (https://docs.aws.amazon.com/ses/latest/DeveloperGuide/monitor-sending-activity.html).

func (ListConfigurationSetsOutput) String

String returns the string representation

type ListConfigurationSetsRequest

type ListConfigurationSetsRequest struct {
	*aws.Request
	Input *ListConfigurationSetsInput
	Copy  func(*ListConfigurationSetsInput) ListConfigurationSetsRequest
}

ListConfigurationSetsRequest is the request type for the ListConfigurationSets API operation.

func (ListConfigurationSetsRequest) Send

Send marshals and sends the ListConfigurationSets API request.

type ListConfigurationSetsResponse added in v0.9.0

type ListConfigurationSetsResponse struct {
	*ListConfigurationSetsOutput
	// contains filtered or unexported fields
}

ListConfigurationSetsResponse is the response type for the ListConfigurationSets API operation.

func (*ListConfigurationSetsResponse) SDKResponseMetdata added in v0.9.0

func (r *ListConfigurationSetsResponse) SDKResponseMetdata() *aws.Response

SDKResponseMetdata returns the response metadata for the ListConfigurationSets request.

type ListCustomVerificationEmailTemplatesInput added in v0.2.0

type ListCustomVerificationEmailTemplatesInput struct {

	// The maximum number of custom verification email templates to return. This
	// value must be at least 1 and less than or equal to 50. If you do not specify
	// a value, or if you specify a value less than 1 or greater than 50, the operation
	// will return up to 50 results.
	MaxResults *int64 `min:"1" type:"integer"`

	// An array the contains the name and creation time stamp for each template
	// in your Amazon SES account.
	NextToken *string `type:"string"`
	// contains filtered or unexported fields
}

Represents a request to list the existing custom verification email templates for your account.

For more information about custom verification email templates, see Using Custom Verification Email Templates (https://docs.aws.amazon.com/ses/latest/DeveloperGuide/custom-verification-emails.html) in the Amazon SES Developer Guide.

func (ListCustomVerificationEmailTemplatesInput) String added in v0.2.0

String returns the string representation

func (*ListCustomVerificationEmailTemplatesInput) Validate added in v0.2.0

Validate inspects the fields of the type to determine if they are valid.

type ListCustomVerificationEmailTemplatesOutput added in v0.2.0

type ListCustomVerificationEmailTemplatesOutput struct {

	// A list of the custom verification email templates that exist in your account.
	CustomVerificationEmailTemplates []CustomVerificationEmailTemplate `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 ListTemplates
	// to retrieve the next 50 custom verification email templates.
	NextToken *string `type:"string"`
	// contains filtered or unexported fields
}

A paginated list of custom verification email templates.

func (ListCustomVerificationEmailTemplatesOutput) String added in v0.2.0

String returns the string representation

type ListCustomVerificationEmailTemplatesPaginator added in v0.9.0

type ListCustomVerificationEmailTemplatesPaginator struct {
	aws.Pager
}

ListCustomVerificationEmailTemplatesPaginator is used to paginate the request. This can be done by calling Next and CurrentPage.

func NewListCustomVerificationEmailTemplatesPaginator added in v0.9.0

func NewListCustomVerificationEmailTemplatesPaginator(req ListCustomVerificationEmailTemplatesRequest) ListCustomVerificationEmailTemplatesPaginator

NewListCustomVerificationEmailTemplatesRequestPaginator returns a paginator for ListCustomVerificationEmailTemplates. Use Next method to get the next page, and CurrentPage to get the current response page from the paginator. Next will return false, if there are no more pages, or an error was encountered.

Note: This operation can generate multiple requests to a service.

// Example iterating over pages.
req := client.ListCustomVerificationEmailTemplatesRequest(input)
p := ses.NewListCustomVerificationEmailTemplatesRequestPaginator(req)

for p.Next(context.TODO()) {
    page := p.CurrentPage()
}

if err := p.Err(); err != nil {
    return err
}

func (*ListCustomVerificationEmailTemplatesPaginator) CurrentPage added in v0.9.0

type ListCustomVerificationEmailTemplatesRequest added in v0.2.0

ListCustomVerificationEmailTemplatesRequest is the request type for the ListCustomVerificationEmailTemplates API operation.

func (ListCustomVerificationEmailTemplatesRequest) Send added in v0.2.0

Send marshals and sends the ListCustomVerificationEmailTemplates API request.

type ListCustomVerificationEmailTemplatesResponse added in v0.9.0

type ListCustomVerificationEmailTemplatesResponse struct {
	*ListCustomVerificationEmailTemplatesOutput
	// contains filtered or unexported fields
}

ListCustomVerificationEmailTemplatesResponse is the response type for the ListCustomVerificationEmailTemplates API operation.

func (*ListCustomVerificationEmailTemplatesResponse) SDKResponseMetdata added in v0.9.0

SDKResponseMetdata returns the response metadata for the ListCustomVerificationEmailTemplates request.

type ListIdentitiesInput

type ListIdentitiesInput struct {

	// The type of the identities to list. Possible values are "EmailAddress" and
	// "Domain". If this parameter is omitted, then all identities will be listed.
	IdentityType IdentityType `type:"string" enum:"true"`

	// The maximum number of identities per page. Possible values are 1-1000 inclusive.
	MaxItems *int64 `type:"integer"`

	// The token to use for pagination.
	NextToken *string `type:"string"`
	// contains filtered or unexported fields
}

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

func (ListIdentitiesInput) String

func (s ListIdentitiesInput) String() string

String returns the string representation

type ListIdentitiesOutput

type ListIdentitiesOutput struct {

	// A list of identities.
	//
	// Identities is a required field
	Identities []string `type:"list" required:"true"`

	// The token used for pagination.
	NextToken *string `type:"string"`
	// contains filtered or unexported fields
}

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

func (ListIdentitiesOutput) String

func (s ListIdentitiesOutput) String() string

String returns the string representation

type ListIdentitiesPaginator added in v0.9.0

type ListIdentitiesPaginator struct {
	aws.Pager
}

ListIdentitiesPaginator is used to paginate the request. This can be done by calling Next and CurrentPage.

func NewListIdentitiesPaginator added in v0.9.0

func NewListIdentitiesPaginator(req ListIdentitiesRequest) ListIdentitiesPaginator

NewListIdentitiesRequestPaginator returns a paginator for ListIdentities. Use Next method to get the next page, and CurrentPage to get the current response page from the paginator. Next will return false, if there are no more pages, or an error was encountered.

Note: This operation can generate multiple requests to a service.

// Example iterating over pages.
req := client.ListIdentitiesRequest(input)
p := ses.NewListIdentitiesRequestPaginator(req)

for p.Next(context.TODO()) {
    page := p.CurrentPage()
}

if err := p.Err(); err != nil {
    return err
}

func (*ListIdentitiesPaginator) CurrentPage added in v0.9.0

type ListIdentitiesRequest

type ListIdentitiesRequest struct {
	*aws.Request
	Input *ListIdentitiesInput
	Copy  func(*ListIdentitiesInput) ListIdentitiesRequest
}

ListIdentitiesRequest is the request type for the ListIdentities API operation.

func (ListIdentitiesRequest) Send

Send marshals and sends the ListIdentities API request.

type ListIdentitiesResponse added in v0.9.0

type ListIdentitiesResponse struct {
	*ListIdentitiesOutput
	// contains filtered or unexported fields
}

ListIdentitiesResponse is the response type for the ListIdentities API operation.

func (*ListIdentitiesResponse) SDKResponseMetdata added in v0.9.0

func (r *ListIdentitiesResponse) SDKResponseMetdata() *aws.Response

SDKResponseMetdata returns the response metadata for the ListIdentities request.

type ListIdentityPoliciesInput

type ListIdentityPoliciesInput struct {

	// The identity that is associated with the policy for which the policies will
	// be listed. You can specify an identity by using its name or by using its
	// Amazon Resource Name (ARN). Examples: user@example.com, example.com, arn:aws:ses:us-east-1:123456789012:identity/example.com.
	//
	// To successfully call this API, you must own the identity.
	//
	// Identity is a required field
	Identity *string `type:"string" required:"true"`
	// contains filtered or unexported fields
}

Represents a request to return a list of sending authorization policies that are attached to an identity. Sending authorization is an Amazon SES feature that enables you to authorize other senders to use your identities. For information, see the Amazon SES Developer Guide (https://docs.aws.amazon.com/ses/latest/DeveloperGuide/sending-authorization.html).

func (ListIdentityPoliciesInput) String

func (s ListIdentityPoliciesInput) String() string

String returns the string representation

func (*ListIdentityPoliciesInput) Validate

func (s *ListIdentityPoliciesInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ListIdentityPoliciesOutput

type ListIdentityPoliciesOutput struct {

	// A list of names of policies that apply to the specified identity.
	//
	// PolicyNames is a required field
	PolicyNames []string `type:"list" required:"true"`
	// contains filtered or unexported fields
}

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

func (ListIdentityPoliciesOutput) String

String returns the string representation

type ListIdentityPoliciesRequest

type ListIdentityPoliciesRequest struct {
	*aws.Request
	Input *ListIdentityPoliciesInput
	Copy  func(*ListIdentityPoliciesInput) ListIdentityPoliciesRequest
}

ListIdentityPoliciesRequest is the request type for the ListIdentityPolicies API operation.

func (ListIdentityPoliciesRequest) Send

Send marshals and sends the ListIdentityPolicies API request.

type ListIdentityPoliciesResponse added in v0.9.0

type ListIdentityPoliciesResponse struct {
	*ListIdentityPoliciesOutput
	// contains filtered or unexported fields
}

ListIdentityPoliciesResponse is the response type for the ListIdentityPolicies API operation.

func (*ListIdentityPoliciesResponse) SDKResponseMetdata added in v0.9.0

func (r *ListIdentityPoliciesResponse) SDKResponseMetdata() *aws.Response

SDKResponseMetdata returns the response metadata for the ListIdentityPolicies request.

type ListReceiptFiltersInput

type ListReceiptFiltersInput struct {
	// contains filtered or unexported fields
}

Represents a request to list the IP address filters that exist under your AWS account. You use IP address filters when you receive email with Amazon SES. For more information, see the Amazon SES Developer Guide (https://docs.aws.amazon.com/ses/latest/DeveloperGuide/receiving-email-concepts.html).

func (ListReceiptFiltersInput) String

func (s ListReceiptFiltersInput) String() string

String returns the string representation

type ListReceiptFiltersOutput

type ListReceiptFiltersOutput struct {

	// A list of IP address filter data structures, which each consist of a name,
	// an IP address range, and whether to allow or block mail from it.
	Filters []ReceiptFilter `type:"list"`
	// contains filtered or unexported fields
}

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

func (ListReceiptFiltersOutput) String

func (s ListReceiptFiltersOutput) String() string

String returns the string representation

type ListReceiptFiltersRequest

type ListReceiptFiltersRequest struct {
	*aws.Request
	Input *ListReceiptFiltersInput
	Copy  func(*ListReceiptFiltersInput) ListReceiptFiltersRequest
}

ListReceiptFiltersRequest is the request type for the ListReceiptFilters API operation.

func (ListReceiptFiltersRequest) Send

Send marshals and sends the ListReceiptFilters API request.

type ListReceiptFiltersResponse added in v0.9.0

type ListReceiptFiltersResponse struct {
	*ListReceiptFiltersOutput
	// contains filtered or unexported fields
}

ListReceiptFiltersResponse is the response type for the ListReceiptFilters API operation.

func (*ListReceiptFiltersResponse) SDKResponseMetdata added in v0.9.0

func (r *ListReceiptFiltersResponse) SDKResponseMetdata() *aws.Response

SDKResponseMetdata returns the response metadata for the ListReceiptFilters request.

type ListReceiptRuleSetsInput

type ListReceiptRuleSetsInput struct {

	// A token returned from a previous call to ListReceiptRuleSets to indicate
	// the position in the receipt rule set list.
	NextToken *string `type:"string"`
	// contains filtered or unexported fields
}

Represents a request to list the receipt rule sets that exist under your AWS account. You use receipt rule sets to receive email with Amazon SES. For more information, see the Amazon SES Developer Guide (https://docs.aws.amazon.com/ses/latest/DeveloperGuide/receiving-email-concepts.html).

func (ListReceiptRuleSetsInput) String

func (s ListReceiptRuleSetsInput) String() string

String returns the string representation

type ListReceiptRuleSetsOutput

type ListReceiptRuleSetsOutput struct {

	// A token indicating that there are additional receipt rule sets available
	// to be listed. Pass this token to successive calls of ListReceiptRuleSets
	// to retrieve up to 100 receipt rule sets at a time.
	NextToken *string `type:"string"`

	// The metadata for the currently active receipt rule set. The metadata consists
	// of the rule set name and the timestamp of when the rule set was created.
	RuleSets []ReceiptRuleSetMetadata `type:"list"`
	// contains filtered or unexported fields
}

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

func (ListReceiptRuleSetsOutput) String

func (s ListReceiptRuleSetsOutput) String() string

String returns the string representation

type ListReceiptRuleSetsRequest

type ListReceiptRuleSetsRequest struct {
	*aws.Request
	Input *ListReceiptRuleSetsInput
	Copy  func(*ListReceiptRuleSetsInput) ListReceiptRuleSetsRequest
}

ListReceiptRuleSetsRequest is the request type for the ListReceiptRuleSets API operation.

func (ListReceiptRuleSetsRequest) Send

Send marshals and sends the ListReceiptRuleSets API request.

type ListReceiptRuleSetsResponse added in v0.9.0

type ListReceiptRuleSetsResponse struct {
	*ListReceiptRuleSetsOutput
	// contains filtered or unexported fields
}

ListReceiptRuleSetsResponse is the response type for the ListReceiptRuleSets API operation.

func (*ListReceiptRuleSetsResponse) SDKResponseMetdata added in v0.9.0

func (r *ListReceiptRuleSetsResponse) SDKResponseMetdata() *aws.Response

SDKResponseMetdata returns the response metadata for the ListReceiptRuleSets request.

type ListTemplatesInput added in v0.2.0

type ListTemplatesInput struct {

	// The maximum number of templates to return. This value must be at least 1
	// and less than or equal to 10. If you do not specify a value, or if you specify
	// a value less than 1 or greater than 10, the operation will return up to 10
	// results.
	MaxItems *int64 `type:"integer"`

	// A token returned from a previous call to ListTemplates to indicate the position
	// in the list of email templates.
	NextToken *string `type:"string"`
	// contains filtered or unexported fields
}

func (ListTemplatesInput) String added in v0.2.0

func (s ListTemplatesInput) String() string

String returns the string representation

type ListTemplatesOutput added in v0.2.0

type ListTemplatesOutput struct {

	// A token indicating that there are additional email templates available to
	// be listed. Pass this token to a subsequent call to ListTemplates to retrieve
	// the next 50 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 []TemplateMetadata `type:"list"`
	// contains filtered or unexported fields
}

func (ListTemplatesOutput) String added in v0.2.0

func (s ListTemplatesOutput) String() string

String returns the string representation

type ListTemplatesRequest added in v0.2.0

type ListTemplatesRequest struct {
	*aws.Request
	Input *ListTemplatesInput
	Copy  func(*ListTemplatesInput) ListTemplatesRequest
}

ListTemplatesRequest is the request type for the ListTemplates API operation.

func (ListTemplatesRequest) Send added in v0.2.0

Send marshals and sends the ListTemplates API request.

type ListTemplatesResponse added in v0.9.0

type ListTemplatesResponse struct {
	*ListTemplatesOutput
	// contains filtered or unexported fields
}

ListTemplatesResponse is the response type for the ListTemplates API operation.

func (*ListTemplatesResponse) SDKResponseMetdata added in v0.9.0

func (r *ListTemplatesResponse) SDKResponseMetdata() *aws.Response

SDKResponseMetdata returns the response metadata for the ListTemplates request.

type ListVerifiedEmailAddressesInput

type ListVerifiedEmailAddressesInput struct {
	// contains filtered or unexported fields
}

func (ListVerifiedEmailAddressesInput) String

String returns the string representation

type ListVerifiedEmailAddressesOutput

type ListVerifiedEmailAddressesOutput struct {

	// A list of email addresses that have been verified.
	VerifiedEmailAddresses []string `type:"list"`
	// contains filtered or unexported fields
}

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

func (ListVerifiedEmailAddressesOutput) String

String returns the string representation

type ListVerifiedEmailAddressesRequest

type ListVerifiedEmailAddressesRequest struct {
	*aws.Request
	Input *ListVerifiedEmailAddressesInput
	Copy  func(*ListVerifiedEmailAddressesInput) ListVerifiedEmailAddressesRequest
}

ListVerifiedEmailAddressesRequest is the request type for the ListVerifiedEmailAddresses API operation.

func (ListVerifiedEmailAddressesRequest) Send

Send marshals and sends the ListVerifiedEmailAddresses API request.

type ListVerifiedEmailAddressesResponse added in v0.9.0

type ListVerifiedEmailAddressesResponse struct {
	*ListVerifiedEmailAddressesOutput
	// contains filtered or unexported fields
}

ListVerifiedEmailAddressesResponse is the response type for the ListVerifiedEmailAddresses API operation.

func (*ListVerifiedEmailAddressesResponse) SDKResponseMetdata added in v0.9.0

func (r *ListVerifiedEmailAddressesResponse) SDKResponseMetdata() *aws.Response

SDKResponseMetdata returns the response metadata for the ListVerifiedEmailAddresses request.

type Message

type Message struct {

	// The message body.
	//
	// Body is a required field
	Body *Body `type:"structure" required:"true"`

	// The subject of the message: A short summary of the content, which will appear
	// in the recipient's inbox.
	//
	// Subject is a required field
	Subject *Content `type:"structure" required:"true"`
	// contains filtered or unexported fields
}

Represents the message to be sent, composed of a subject and a body.

func (Message) String

func (s Message) String() string

String returns the string representation

func (*Message) Validate

func (s *Message) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type MessageDsn

type MessageDsn struct {

	// When the message was received by the reporting mail transfer agent (MTA),
	// in RFC 822 (https://www.ietf.org/rfc/rfc0822.txt) date-time format.
	ArrivalDate *time.Time `type:"timestamp"`

	// Additional X-headers to include in the DSN.
	ExtensionFields []ExtensionField `type:"list"`

	// The reporting MTA that attempted to deliver the message, formatted as specified
	// in RFC 3464 (https://tools.ietf.org/html/rfc3464) (mta-name-type; mta-name).
	// The default value is dns; inbound-smtp.[region].amazonaws.com.
	//
	// ReportingMta is a required field
	ReportingMta *string `type:"string" required:"true"`
	// contains filtered or unexported fields
}

Message-related information to include in the Delivery Status Notification (DSN) when an email that Amazon SES receives on your behalf bounces.

For information about receiving email through Amazon SES, see the Amazon SES Developer Guide (https://docs.aws.amazon.com/ses/latest/DeveloperGuide/receiving-email.html).

func (MessageDsn) String

func (s MessageDsn) String() string

String returns the string representation

func (*MessageDsn) Validate

func (s *MessageDsn) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type MessageTag

type MessageTag struct {

	// The name of the tag. The name must:
	//
	//    * This value can only contain ASCII letters (a-z, A-Z), numbers (0-9),
	//    underscores (_), or dashes (-).
	//
	//    * Contain less than 256 characters.
	//
	// Name is a required field
	Name *string `type:"string" required:"true"`

	// The value of the tag. The value must:
	//
	//    * This value can only contain ASCII letters (a-z, A-Z), numbers (0-9),
	//    underscores (_), or dashes (-).
	//
	//    * Contain less 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 can provide to SendEmail or SendRawEmail to apply to an email.

Message tags, which you use with configuration sets, enable you to publish email sending events. For information about using configuration sets, see the Amazon SES Developer Guide (https://docs.aws.amazon.com/ses/latest/DeveloperGuide/monitor-sending-activity.html).

func (MessageTag) String

func (s MessageTag) String() string

String returns the string representation

func (*MessageTag) Validate

func (s *MessageTag) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type NotificationType

type NotificationType string
const (
	NotificationTypeBounce    NotificationType = "Bounce"
	NotificationTypeComplaint NotificationType = "Complaint"
	NotificationTypeDelivery  NotificationType = "Delivery"
)

Enum values for NotificationType

func (NotificationType) MarshalValue added in v0.3.0

func (enum NotificationType) MarshalValue() (string, error)

func (NotificationType) MarshalValueBuf added in v0.3.0

func (enum NotificationType) MarshalValueBuf(b []byte) ([]byte, error)

type PutConfigurationSetDeliveryOptionsInput added in v0.10.0

type PutConfigurationSetDeliveryOptionsInput struct {

	// The name of the configuration set that you want to specify the delivery options
	// for.
	//
	// ConfigurationSetName is a required field
	ConfigurationSetName *string `type:"string" required:"true"`

	// Specifies whether messages that use the configuration set are required to
	// use Transport Layer Security (TLS).
	DeliveryOptions *DeliveryOptions `type:"structure"`
	// contains filtered or unexported fields
}

A request to modify the delivery options for a configuration set.

func (PutConfigurationSetDeliveryOptionsInput) String added in v0.10.0

String returns the string representation

func (*PutConfigurationSetDeliveryOptionsInput) Validate added in v0.10.0

Validate inspects the fields of the type to determine if they are valid.

type PutConfigurationSetDeliveryOptionsOutput added in v0.10.0

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 (PutConfigurationSetDeliveryOptionsOutput) String added in v0.10.0

String returns the string representation

type PutConfigurationSetDeliveryOptionsRequest added in v0.10.0

PutConfigurationSetDeliveryOptionsRequest is the request type for the PutConfigurationSetDeliveryOptions API operation.

func (PutConfigurationSetDeliveryOptionsRequest) Send added in v0.10.0

Send marshals and sends the PutConfigurationSetDeliveryOptions API request.

type PutConfigurationSetDeliveryOptionsResponse added in v0.10.0

type PutConfigurationSetDeliveryOptionsResponse struct {
	*PutConfigurationSetDeliveryOptionsOutput
	// contains filtered or unexported fields
}

PutConfigurationSetDeliveryOptionsResponse is the response type for the PutConfigurationSetDeliveryOptions API operation.

func (*PutConfigurationSetDeliveryOptionsResponse) SDKResponseMetdata added in v0.10.0

func (r *PutConfigurationSetDeliveryOptionsResponse) SDKResponseMetdata() *aws.Response

SDKResponseMetdata returns the response metadata for the PutConfigurationSetDeliveryOptions request.

type PutIdentityPolicyInput

type PutIdentityPolicyInput struct {

	// The identity that the policy will apply to. You can specify an identity by
	// using its name or by using its Amazon Resource Name (ARN). Examples: user@example.com,
	// example.com, arn:aws:ses:us-east-1:123456789012:identity/example.com.
	//
	// To successfully call this API, you must own the identity.
	//
	// Identity is a required field
	Identity *string `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 `min:"1" type:"string" required:"true"`
	// contains filtered or unexported fields
}

Represents a request to add or update a sending authorization policy for an identity. Sending authorization is an Amazon SES feature that enables you to authorize other senders to use your identities. For information, see the Amazon SES Developer Guide (https://docs.aws.amazon.com/ses/latest/DeveloperGuide/sending-authorization.html).

func (PutIdentityPolicyInput) String

func (s PutIdentityPolicyInput) String() string

String returns the string representation

func (*PutIdentityPolicyInput) Validate

func (s *PutIdentityPolicyInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type PutIdentityPolicyOutput

type PutIdentityPolicyOutput struct {
	// contains filtered or unexported fields
}

An empty element returned on a successful request.

func (PutIdentityPolicyOutput) String

func (s PutIdentityPolicyOutput) String() string

String returns the string representation

type PutIdentityPolicyRequest

type PutIdentityPolicyRequest struct {
	*aws.Request
	Input *PutIdentityPolicyInput
	Copy  func(*PutIdentityPolicyInput) PutIdentityPolicyRequest
}

PutIdentityPolicyRequest is the request type for the PutIdentityPolicy API operation.

func (PutIdentityPolicyRequest) Send

Send marshals and sends the PutIdentityPolicy API request.

type PutIdentityPolicyResponse added in v0.9.0

type PutIdentityPolicyResponse struct {
	*PutIdentityPolicyOutput
	// contains filtered or unexported fields
}

PutIdentityPolicyResponse is the response type for the PutIdentityPolicy API operation.

func (*PutIdentityPolicyResponse) SDKResponseMetdata added in v0.9.0

func (r *PutIdentityPolicyResponse) SDKResponseMetdata() *aws.Response

SDKResponseMetdata returns the response metadata for the PutIdentityPolicy request.

type RawMessage

type RawMessage struct {

	// The raw data of the message. This data needs to base64-encoded if you are
	// accessing Amazon SES directly through the HTTPS interface. If you are accessing
	// Amazon SES using an AWS SDK, the SDK takes care of the base 64-encoding for
	// you. In all cases, the client must ensure that the message format complies
	// with Internet email standards regarding email header fields, MIME types,
	// and MIME encoding.
	//
	// The To:, CC:, and BCC: headers in the raw message can contain a group list.
	//
	// If you are using SendRawEmail with sending authorization, you can include
	// X-headers in the raw message to specify the "Source," "From," and "Return-Path"
	// addresses. For more information, see the documentation for SendRawEmail.
	//
	// Do not include these X-headers in the DKIM signature, because they are removed
	// by Amazon SES before sending the email.
	//
	// For more information, go to the Amazon SES Developer Guide (https://docs.aws.amazon.com/ses/latest/DeveloperGuide/send-email-raw.html).
	//
	// 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 data of the message.

func (RawMessage) String

func (s RawMessage) String() string

String returns the string representation

func (*RawMessage) Validate

func (s *RawMessage) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ReceiptAction

type ReceiptAction struct {

	// Adds a header to the received email.
	AddHeaderAction *AddHeaderAction `type:"structure"`

	// Rejects the received email by returning a bounce response to the sender and,
	// optionally, publishes a notification to Amazon Simple Notification Service
	// (Amazon SNS).
	BounceAction *BounceAction `type:"structure"`

	// Calls an AWS Lambda function, and optionally, publishes a notification to
	// Amazon SNS.
	LambdaAction *LambdaAction `type:"structure"`

	// Saves the received message to an Amazon Simple Storage Service (Amazon S3)
	// bucket and, optionally, publishes a notification to Amazon SNS.
	S3Action *S3Action `type:"structure"`

	// Publishes the email content within a notification to Amazon SNS.
	SNSAction *SNSAction `type:"structure"`

	// Terminates the evaluation of the receipt rule set and optionally publishes
	// a notification to Amazon SNS.
	StopAction *StopAction `type:"structure"`

	// Calls Amazon WorkMail and, optionally, publishes a notification to Amazon
	// Amazon SNS.
	WorkmailAction *WorkmailAction `type:"structure"`
	// contains filtered or unexported fields
}

An action that Amazon SES can take when it receives an email on behalf of one or more email addresses or domains that you own. An instance of this data type can represent only one action.

For information about setting up receipt rules, see the Amazon SES Developer Guide (https://docs.aws.amazon.com/ses/latest/DeveloperGuide/receiving-email-receipt-rules.html).

func (ReceiptAction) String

func (s ReceiptAction) String() string

String returns the string representation

func (*ReceiptAction) Validate

func (s *ReceiptAction) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ReceiptFilter

type ReceiptFilter struct {

	// A structure that provides the IP addresses to block or allow, and whether
	// to block or allow incoming mail from them.
	//
	// IpFilter is a required field
	IpFilter *ReceiptIpFilter `type:"structure" required:"true"`

	// The name of the IP address filter. The name must:
	//
	//    * This value can only contain ASCII letters (a-z, A-Z), numbers (0-9),
	//    underscores (_), or dashes (-).
	//
	//    * Start and end with a letter or number.
	//
	//    * Contain less than 64 characters.
	//
	// Name is a required field
	Name *string `type:"string" required:"true"`
	// contains filtered or unexported fields
}

A receipt IP address filter enables you to specify whether to accept or reject mail originating from an IP address or range of IP addresses.

For information about setting up IP address filters, see the Amazon SES Developer Guide (https://docs.aws.amazon.com/ses/latest/DeveloperGuide/receiving-email-ip-filters.html).

func (ReceiptFilter) String

func (s ReceiptFilter) String() string

String returns the string representation

func (*ReceiptFilter) Validate

func (s *ReceiptFilter) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ReceiptFilterPolicy

type ReceiptFilterPolicy string
const (
	ReceiptFilterPolicyBlock ReceiptFilterPolicy = "Block"
	ReceiptFilterPolicyAllow ReceiptFilterPolicy = "Allow"
)

Enum values for ReceiptFilterPolicy

func (ReceiptFilterPolicy) MarshalValue added in v0.3.0

func (enum ReceiptFilterPolicy) MarshalValue() (string, error)

func (ReceiptFilterPolicy) MarshalValueBuf added in v0.3.0

func (enum ReceiptFilterPolicy) MarshalValueBuf(b []byte) ([]byte, error)

type ReceiptIpFilter

type ReceiptIpFilter struct {

	// A single IP address or a range of IP addresses that you want to block or
	// allow, specified in Classless Inter-Domain Routing (CIDR) notation. An example
	// of a single email address is 10.0.0.1. An example of a range of IP addresses
	// is 10.0.0.1/24. For more information about CIDR notation, see RFC 2317 (https://tools.ietf.org/html/rfc2317).
	//
	// Cidr is a required field
	Cidr *string `type:"string" required:"true"`

	// Indicates whether to block or allow incoming mail from the specified IP addresses.
	//
	// Policy is a required field
	Policy ReceiptFilterPolicy `type:"string" required:"true" enum:"true"`
	// contains filtered or unexported fields
}

A receipt IP address filter enables you to specify whether to accept or reject mail originating from an IP address or range of IP addresses.

For information about setting up IP address filters, see the Amazon SES Developer Guide (https://docs.aws.amazon.com/ses/latest/DeveloperGuide/receiving-email-ip-filters.html).

func (ReceiptIpFilter) String

func (s ReceiptIpFilter) String() string

String returns the string representation

func (*ReceiptIpFilter) Validate

func (s *ReceiptIpFilter) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ReceiptRule

type ReceiptRule struct {

	// An ordered list of actions to perform on messages that match at least one
	// of the recipient email addresses or domains specified in the receipt rule.
	Actions []ReceiptAction `type:"list"`

	// If true, the receipt rule is active. The default value is false.
	Enabled *bool `type:"boolean"`

	// The name of the receipt rule. The name must:
	//
	//    * This value can only contain ASCII letters (a-z, A-Z), numbers (0-9),
	//    underscores (_), or dashes (-).
	//
	//    * Start and end with a letter or number.
	//
	//    * Contain less than 64 characters.
	//
	// Name is a required field
	Name *string `type:"string" required:"true"`

	// The recipient domains and email addresses that the receipt rule applies to.
	// If this field is not specified, this rule will match all recipients under
	// all verified domains.
	Recipients []string `type:"list"`

	// If true, then messages that this receipt rule applies to are scanned for
	// spam and viruses. The default value is false.
	ScanEnabled *bool `type:"boolean"`

	// Specifies whether Amazon SES should require that incoming email is delivered
	// over a connection encrypted with Transport Layer Security (TLS). If this
	// parameter is set to Require, Amazon SES will bounce emails that are not received
	// over TLS. The default is Optional.
	TlsPolicy TlsPolicy `type:"string" enum:"true"`
	// contains filtered or unexported fields
}

Receipt rules enable you to specify which actions Amazon SES should take when it receives mail on behalf of one or more email addresses or domains that you own.

Each receipt rule defines a set of email addresses or domains that it applies to. If the email addresses or domains match at least one recipient address of the message, Amazon SES executes all of the receipt rule's actions on the message.

For information about setting up receipt rules, see the Amazon SES Developer Guide (https://docs.aws.amazon.com/ses/latest/DeveloperGuide/receiving-email-receipt-rules.html).

func (ReceiptRule) String

func (s ReceiptRule) String() string

String returns the string representation

func (*ReceiptRule) Validate

func (s *ReceiptRule) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ReceiptRuleSetMetadata

type ReceiptRuleSetMetadata struct {

	// The date and time the receipt rule set was created.
	CreatedTimestamp *time.Time `type:"timestamp"`

	// The name of the receipt rule set. The name must:
	//
	//    * This value can only contain ASCII letters (a-z, A-Z), numbers (0-9),
	//    underscores (_), or dashes (-).
	//
	//    * Start and end with a letter or number.
	//
	//    * Contain less than 64 characters.
	Name *string `type:"string"`
	// contains filtered or unexported fields
}

Information about a receipt rule set.

A receipt rule set is a collection of rules that specify what Amazon SES should do with mail it receives on behalf of your account's verified domains.

For information about setting up receipt rule sets, see the Amazon SES Developer Guide (https://docs.aws.amazon.com/ses/latest/DeveloperGuide/receiving-email-receipt-rule-set.html).

func (ReceiptRuleSetMetadata) String

func (s ReceiptRuleSetMetadata) String() string

String returns the string representation

type RecipientDsnFields

type RecipientDsnFields struct {

	// The action performed by the reporting mail transfer agent (MTA) as a result
	// of its attempt to deliver the message to the recipient address. This is required
	// by RFC 3464 (https://tools.ietf.org/html/rfc3464).
	//
	// Action is a required field
	Action DsnAction `type:"string" required:"true" enum:"true"`

	// An extended explanation of what went wrong; this is usually an SMTP response.
	// See RFC 3463 (https://tools.ietf.org/html/rfc3463) for the correct formatting
	// of this parameter.
	DiagnosticCode *string `type:"string"`

	// Additional X-headers to include in the DSN.
	ExtensionFields []ExtensionField `type:"list"`

	// The email address that the message was ultimately delivered to. This corresponds
	// to the Final-Recipient in the DSN. If not specified, FinalRecipient will
	// be set to the Recipient specified in the BouncedRecipientInfo structure.
	// Either FinalRecipient or the recipient in BouncedRecipientInfo must be a
	// recipient of the original bounced message.
	//
	// Do not prepend the FinalRecipient email address with rfc 822;, as described
	// in RFC 3798 (https://tools.ietf.org/html/rfc3798).
	FinalRecipient *string `type:"string"`

	// The time the final delivery attempt was made, in RFC 822 (https://www.ietf.org/rfc/rfc0822.txt)
	// date-time format.
	LastAttemptDate *time.Time `type:"timestamp"`

	// The MTA to which the remote MTA attempted to deliver the message, formatted
	// as specified in RFC 3464 (https://tools.ietf.org/html/rfc3464) (mta-name-type;
	// mta-name). This parameter typically applies only to propagating synchronous
	// bounces.
	RemoteMta *string `type:"string"`

	// The status code that indicates what went wrong. This is required by RFC 3464
	// (https://tools.ietf.org/html/rfc3464).
	//
	// Status is a required field
	Status *string `type:"string" required:"true"`
	// contains filtered or unexported fields
}

Recipient-related information to include in the Delivery Status Notification (DSN) when an email that Amazon SES receives on your behalf bounces.

For information about receiving email through Amazon SES, see the Amazon SES Developer Guide (https://docs.aws.amazon.com/ses/latest/DeveloperGuide/receiving-email.html).

func (RecipientDsnFields) String

func (s RecipientDsnFields) String() string

String returns the string representation

func (*RecipientDsnFields) Validate

func (s *RecipientDsnFields) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ReorderReceiptRuleSetInput

type ReorderReceiptRuleSetInput struct {

	// A list of the specified receipt rule set's receipt rules in the order that
	// you want to put them.
	//
	// RuleNames is a required field
	RuleNames []string `type:"list" required:"true"`

	// The name of the receipt rule set to reorder.
	//
	// RuleSetName is a required field
	RuleSetName *string `type:"string" required:"true"`
	// contains filtered or unexported fields
}

Represents a request to reorder the receipt rules within a receipt rule set. You use receipt rule sets to receive email with Amazon SES. For more information, see the Amazon SES Developer Guide (https://docs.aws.amazon.com/ses/latest/DeveloperGuide/receiving-email-concepts.html).

func (ReorderReceiptRuleSetInput) String

String returns the string representation

func (*ReorderReceiptRuleSetInput) Validate

func (s *ReorderReceiptRuleSetInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ReorderReceiptRuleSetOutput

type ReorderReceiptRuleSetOutput struct {
	// contains filtered or unexported fields
}

An empty element returned on a successful request.

func (ReorderReceiptRuleSetOutput) String

String returns the string representation

type ReorderReceiptRuleSetRequest

type ReorderReceiptRuleSetRequest struct {
	*aws.Request
	Input *ReorderReceiptRuleSetInput
	Copy  func(*ReorderReceiptRuleSetInput) ReorderReceiptRuleSetRequest
}

ReorderReceiptRuleSetRequest is the request type for the ReorderReceiptRuleSet API operation.

func (ReorderReceiptRuleSetRequest) Send

Send marshals and sends the ReorderReceiptRuleSet API request.

type ReorderReceiptRuleSetResponse added in v0.9.0

type ReorderReceiptRuleSetResponse struct {
	*ReorderReceiptRuleSetOutput
	// contains filtered or unexported fields
}

ReorderReceiptRuleSetResponse is the response type for the ReorderReceiptRuleSet API operation.

func (*ReorderReceiptRuleSetResponse) SDKResponseMetdata added in v0.9.0

func (r *ReorderReceiptRuleSetResponse) SDKResponseMetdata() *aws.Response

SDKResponseMetdata returns the response metadata for the ReorderReceiptRuleSet request.

type ReputationOptions added in v0.2.0

type ReputationOptions struct {

	// The date and time at which the reputation metrics for the configuration set
	// were last reset. Resetting these metrics is known as a fresh start.
	//
	// When you disable email sending for a configuration set using UpdateConfigurationSetSendingEnabled
	// and later re-enable it, the reputation metrics for the configuration set
	// (but not for the entire Amazon SES account) are reset.
	//
	// If email sending for the configuration set has never been disabled and later
	// re-enabled, the value of this attribute is null.
	LastFreshStart *time.Time `type:"timestamp"`

	// Describes whether or not Amazon SES publishes reputation metrics for the
	// configuration set, such as bounce and complaint rates, to Amazon CloudWatch.
	//
	// If the value is true, reputation metrics are published. If the value is false,
	// reputation metrics are not published. The default value is false.
	ReputationMetricsEnabled *bool `type:"boolean"`

	// Describes whether email sending is enabled or disabled for the configuration
	// set. If the value is true, then Amazon SES will send emails that use the
	// configuration set. If the value is false, Amazon SES will not send emails
	// that use the configuration set. The default value is true. You can change
	// this setting using UpdateConfigurationSetSendingEnabled.
	SendingEnabled *bool `type:"boolean"`
	// contains filtered or unexported fields
}

Contains information about the reputation settings for a configuration set.

func (ReputationOptions) String added in v0.2.0

func (s ReputationOptions) String() string

String returns the string representation

type S3Action

type S3Action struct {

	// The name of the Amazon S3 bucket that incoming email will be saved to.
	//
	// BucketName is a required field
	BucketName *string `type:"string" required:"true"`

	// The customer master key that Amazon SES should use to encrypt your emails
	// before saving them to the Amazon S3 bucket. You can use the default master
	// key or a custom master key you created in AWS KMS as follows:
	//
	//    * To use the default master key, provide an ARN in the form of arn:aws:kms:REGION:ACCOUNT-ID-WITHOUT-HYPHENS:alias/aws/ses.
	//    For example, if your AWS account ID is 123456789012 and you want to use
	//    the default master key in the US West (Oregon) region, the ARN of the
	//    default master key would be arn:aws:kms:us-west-2:123456789012:alias/aws/ses.
	//    If you use the default master key, you don't need to perform any extra
	//    steps to give Amazon SES permission to use the key.
	//
	//    * To use a custom master key you created in AWS KMS, provide the ARN of
	//    the master key and ensure that you add a statement to your key's policy
	//    to give Amazon SES permission to use it. For more information about giving
	//    permissions, see the Amazon SES Developer Guide (https://docs.aws.amazon.com/ses/latest/DeveloperGuide/receiving-email-permissions.html).
	//
	// For more information about key policies, see the AWS KMS Developer Guide
	// (https://docs.aws.amazon.com/kms/latest/developerguide/concepts.html). If
	// you do not specify a master key, Amazon SES will not encrypt your emails.
	//
	// Your mail is encrypted by Amazon SES using the Amazon S3 encryption client
	// before the mail is submitted to Amazon S3 for storage. It is not encrypted
	// using Amazon S3 server-side encryption. This means that you must use the
	// Amazon S3 encryption client to decrypt the email after retrieving it from
	// Amazon S3, as the service has no access to use your AWS KMS keys for decryption.
	// This encryption client is currently available with the AWS SDK for Java (http://aws.amazon.com/sdk-for-java/)
	// and AWS SDK for Ruby (http://aws.amazon.com/sdk-for-ruby/) only. For more
	// information about client-side encryption using AWS KMS master keys, see the
	// Amazon S3 Developer Guide (https://docs.aws.amazon.com/AmazonS3/latest/dev/UsingClientSideEncryption.html).
	KmsKeyArn *string `type:"string"`

	// The key prefix of the Amazon S3 bucket. The key prefix is similar to a directory
	// name that enables you to store similar data under the same directory in a
	// bucket.
	ObjectKeyPrefix *string `type:"string"`

	// The ARN of the Amazon SNS topic to notify when the message is saved to the
	// Amazon S3 bucket. An example of an Amazon SNS topic ARN is arn:aws:sns:us-west-2:123456789012:MyTopic.
	// For more information about Amazon SNS topics, see the Amazon SNS Developer
	// Guide (https://docs.aws.amazon.com/sns/latest/dg/CreateTopic.html).
	TopicArn *string `type:"string"`
	// contains filtered or unexported fields
}

When included in a receipt rule, this action saves the received message to an Amazon Simple Storage Service (Amazon S3) bucket and, optionally, publishes a notification to Amazon Simple Notification Service (Amazon SNS).

To enable Amazon SES to write emails to your Amazon S3 bucket, use an AWS KMS key to encrypt your emails, or publish to an Amazon SNS topic of another account, Amazon SES must have permission to access those resources. For information about giving permissions, see the Amazon SES Developer Guide (https://docs.aws.amazon.com/ses/latest/DeveloperGuide/receiving-email-permissions.html).

When you save your emails to an Amazon S3 bucket, the maximum email size (including headers) is 30 MB. Emails larger than that will bounce.

For information about specifying Amazon S3 actions in receipt rules, see the Amazon SES Developer Guide (https://docs.aws.amazon.com/ses/latest/DeveloperGuide/receiving-email-action-s3.html).

func (S3Action) String

func (s S3Action) String() string

String returns the string representation

func (*S3Action) Validate

func (s *S3Action) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type SNSAction

type SNSAction struct {

	// The encoding to use for the email within the Amazon SNS notification. UTF-8
	// is easier to use, but may not preserve all special characters when a message
	// was encoded with a different encoding format. Base64 preserves all special
	// characters. The default value is UTF-8.
	Encoding SNSActionEncoding `type:"string" enum:"true"`

	// The Amazon Resource Name (ARN) of the Amazon SNS topic to notify. An example
	// of an Amazon SNS topic ARN is arn:aws:sns:us-west-2:123456789012:MyTopic.
	// For more information about Amazon SNS topics, see the Amazon SNS Developer
	// Guide (https://docs.aws.amazon.com/sns/latest/dg/CreateTopic.html).
	//
	// TopicArn is a required field
	TopicArn *string `type:"string" required:"true"`
	// contains filtered or unexported fields
}

When included in a receipt rule, this action publishes a notification to Amazon Simple Notification Service (Amazon SNS). This action includes a complete copy of the email content in the Amazon SNS notifications. Amazon SNS notifications for all other actions simply provide information about the email. They do not include the email content itself.

If you own the Amazon SNS topic, you don't need to do anything to give Amazon SES permission to publish emails to it. However, if you don't own the Amazon SNS topic, you need to attach a policy to the topic to give Amazon SES permissions to access it. For information about giving permissions, see the Amazon SES Developer Guide (https://docs.aws.amazon.com/ses/latest/DeveloperGuide/receiving-email-permissions.html).

You can only publish emails that are 150 KB or less (including the header) to Amazon SNS. Larger emails will bounce. If you anticipate emails larger than 150 KB, use the S3 action instead.

For information about using a receipt rule to publish an Amazon SNS notification, see the Amazon SES Developer Guide (https://docs.aws.amazon.com/ses/latest/DeveloperGuide/receiving-email-action-sns.html).

func (SNSAction) String

func (s SNSAction) String() string

String returns the string representation

func (*SNSAction) Validate

func (s *SNSAction) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type SNSActionEncoding

type SNSActionEncoding string
const (
	SNSActionEncodingUtf8   SNSActionEncoding = "UTF-8"
	SNSActionEncodingBase64 SNSActionEncoding = "Base64"
)

Enum values for SNSActionEncoding

func (SNSActionEncoding) MarshalValue added in v0.3.0

func (enum SNSActionEncoding) MarshalValue() (string, error)

func (SNSActionEncoding) MarshalValueBuf added in v0.3.0

func (enum SNSActionEncoding) MarshalValueBuf(b []byte) ([]byte, error)

type SNSDestination

type SNSDestination struct {

	// The ARN of the Amazon SNS topic that email sending events will be published
	// to. An example of an Amazon SNS topic ARN is arn:aws:sns:us-west-2:123456789012:MyTopic.
	// For more information about Amazon SNS topics, see the Amazon SNS Developer
	// Guide (https://docs.aws.amazon.com/sns/latest/dg/CreateTopic.html).
	//
	// TopicARN is a required field
	TopicARN *string `type:"string" required:"true"`
	// contains filtered or unexported fields
}

Contains the topic ARN associated with an Amazon Simple Notification Service (Amazon SNS) event destination.

Event destinations, such as Amazon SNS, are associated with configuration sets, which enable you to publish email sending events. For information about using configuration sets, see the Amazon SES Developer Guide (https://docs.aws.amazon.com/ses/latest/DeveloperGuide/monitor-sending-activity.html).

func (SNSDestination) String

func (s SNSDestination) String() string

String returns the string representation

func (*SNSDestination) Validate

func (s *SNSDestination) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type SendBounceInput

type SendBounceInput struct {

	// The address to use in the "From" header of the bounce message. This must
	// be an identity that you have verified with Amazon SES.
	//
	// BounceSender is a required field
	BounceSender *string `type:"string" required:"true"`

	// This parameter is used only for sending authorization. It is the ARN of the
	// identity that is associated with the sending authorization policy that permits
	// you to use the address in the "From" header of the bounce. For more information
	// about sending authorization, see the Amazon SES Developer Guide (https://docs.aws.amazon.com/ses/latest/DeveloperGuide/sending-authorization.html).
	BounceSenderArn *string `type:"string"`

	// A list of recipients of the bounced message, including the information required
	// to create the Delivery Status Notifications (DSNs) for the recipients. You
	// must specify at least one BouncedRecipientInfo in the list.
	//
	// BouncedRecipientInfoList is a required field
	BouncedRecipientInfoList []BouncedRecipientInfo `type:"list" required:"true"`

	// Human-readable text for the bounce message to explain the failure. If not
	// specified, the text will be auto-generated based on the bounced recipient
	// information.
	Explanation *string `type:"string"`

	// Message-related DSN fields. If not specified, Amazon SES will choose the
	// values.
	MessageDsn *MessageDsn `type:"structure"`

	// The message ID of the message to be bounced.
	//
	// OriginalMessageId is a required field
	OriginalMessageId *string `type:"string" required:"true"`
	// contains filtered or unexported fields
}

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

func (SendBounceInput) String

func (s SendBounceInput) String() string

String returns the string representation

func (*SendBounceInput) Validate

func (s *SendBounceInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type SendBounceOutput

type SendBounceOutput struct {

	// The message ID of the bounce message.
	MessageId *string `type:"string"`
	// contains filtered or unexported fields
}

Represents a unique message ID.

func (SendBounceOutput) String

func (s SendBounceOutput) String() string

String returns the string representation

type SendBounceRequest

type SendBounceRequest struct {
	*aws.Request
	Input *SendBounceInput
	Copy  func(*SendBounceInput) SendBounceRequest
}

SendBounceRequest is the request type for the SendBounce API operation.

func (SendBounceRequest) Send

Send marshals and sends the SendBounce API request.

type SendBounceResponse added in v0.9.0

type SendBounceResponse struct {
	*SendBounceOutput
	// contains filtered or unexported fields
}

SendBounceResponse is the response type for the SendBounce API operation.

func (*SendBounceResponse) SDKResponseMetdata added in v0.9.0

func (r *SendBounceResponse) SDKResponseMetdata() *aws.Response

SDKResponseMetdata returns the response metadata for the SendBounce request.

type SendBulkTemplatedEmailInput added in v0.2.0

type SendBulkTemplatedEmailInput struct {

	// The name of the configuration set to use when you send an email using SendBulkTemplatedEmail.
	ConfigurationSetName *string `type:"string"`

	// A list of tags, in the form of name/value pairs, to apply to an email that
	// you send to a destination using SendBulkTemplatedEmail.
	DefaultTags []MessageTag `type:"list"`

	// A list of replacement values to apply to the template when replacement data
	// is not specified in a Destination object. These values act as a default or
	// fallback option when no other data is available.
	//
	// The template data is a JSON object, typically consisting of key-value pairs
	// in which the keys correspond to replacement tags in the email template.
	DefaultTemplateData *string `type:"string"`

	// One or more Destination objects. All of the recipients in a Destination will
	// receive the same version of the email. You can specify up to 50 Destination
	// objects within a Destinations array.
	//
	// Destinations is a required field
	Destinations []BulkEmailDestination `type:"list" required:"true"`

	// The reply-to email address(es) for the message. If the recipient replies
	// to the message, each reply-to address will receive the reply.
	ReplyToAddresses []string `type:"list"`

	// The email address that bounces and complaints will be forwarded to when feedback
	// forwarding is enabled. If the message cannot be delivered to the recipient,
	// then an error message will be returned from the recipient's ISP; this message
	// will then be forwarded to the email address specified by the ReturnPath parameter.
	// The ReturnPath parameter is never overwritten. This email address must be
	// either individually verified with Amazon SES, or from a domain that has been
	// verified with Amazon SES.
	ReturnPath *string `type:"string"`

	// This parameter is used only for sending authorization. It is the ARN of the
	// identity that is associated with the sending authorization policy that permits
	// you to use the email address specified in the ReturnPath parameter.
	//
	// For example, if the owner of example.com (which has ARN arn:aws:ses:us-east-1:123456789012:identity/example.com)
	// attaches a policy to it that authorizes you to use feedback@example.com,
	// then you would specify the ReturnPathArn to be arn:aws:ses:us-east-1:123456789012:identity/example.com,
	// and the ReturnPath to be feedback@example.com.
	//
	// For more information about sending authorization, see the Amazon SES Developer
	// Guide (https://docs.aws.amazon.com/ses/latest/DeveloperGuide/sending-authorization.html).
	ReturnPathArn *string `type:"string"`

	// The email address that is sending the email. This email address must be either
	// individually verified with Amazon SES, or from a domain that has been verified
	// with Amazon SES. For information about verifying identities, see the Amazon
	// SES Developer Guide (https://docs.aws.amazon.com/ses/latest/DeveloperGuide/verify-addresses-and-domains.html).
	//
	// If you are sending on behalf of another user and have been permitted to do
	// so by a sending authorization policy, then you must also specify the SourceArn
	// parameter. For more information about sending authorization, see the Amazon
	// SES Developer Guide (https://docs.aws.amazon.com/ses/latest/DeveloperGuide/sending-authorization.html).
	//
	// 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 source 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). The sender name (also known as
	// the friendly name) may contain non-ASCII characters. These characters must
	// be encoded using MIME encoded-word syntax, as described in RFC 2047 (https://tools.ietf.org/html/rfc2047).
	// MIME encoded-word syntax uses the following form: =?charset?encoding?encoded-text?=.
	//
	// Source is a required field
	Source *string `type:"string" required:"true"`

	// This parameter is used only for sending authorization. It is the ARN of the
	// identity that is associated with the sending authorization policy that permits
	// you to send for the email address specified in the Source parameter.
	//
	// For example, if the owner of example.com (which has ARN arn:aws:ses:us-east-1:123456789012:identity/example.com)
	// attaches a policy to it that authorizes you to send from user@example.com,
	// then you would specify the SourceArn to be arn:aws:ses:us-east-1:123456789012:identity/example.com,
	// and the Source to be user@example.com.
	//
	// For more information about sending authorization, see the Amazon SES Developer
	// Guide (https://docs.aws.amazon.com/ses/latest/DeveloperGuide/sending-authorization.html).
	SourceArn *string `type:"string"`

	// The template to use when sending this email.
	//
	// Template is a required field
	Template *string `type:"string" required:"true"`

	// The ARN of the template to use when sending this email.
	TemplateArn *string `type:"string"`
	// contains filtered or unexported fields
}

Represents a request to send a templated email to multiple destinations using Amazon SES. For more information, see the Amazon SES Developer Guide (https://docs.aws.amazon.com/ses/latest/DeveloperGuide/send-personalized-email-api.html).

func (SendBulkTemplatedEmailInput) String added in v0.2.0

String returns the string representation

func (*SendBulkTemplatedEmailInput) Validate added in v0.2.0

func (s *SendBulkTemplatedEmailInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type SendBulkTemplatedEmailOutput added in v0.2.0

type SendBulkTemplatedEmailOutput struct {

	// The unique message identifier returned from the SendBulkTemplatedEmail action.
	//
	// Status is a required field
	Status []BulkEmailDestinationStatus `type:"list" required:"true"`
	// contains filtered or unexported fields
}

func (SendBulkTemplatedEmailOutput) String added in v0.2.0

String returns the string representation

type SendBulkTemplatedEmailRequest added in v0.2.0

type SendBulkTemplatedEmailRequest struct {
	*aws.Request
	Input *SendBulkTemplatedEmailInput
	Copy  func(*SendBulkTemplatedEmailInput) SendBulkTemplatedEmailRequest
}

SendBulkTemplatedEmailRequest is the request type for the SendBulkTemplatedEmail API operation.

func (SendBulkTemplatedEmailRequest) Send added in v0.2.0

Send marshals and sends the SendBulkTemplatedEmail API request.

type SendBulkTemplatedEmailResponse added in v0.9.0

type SendBulkTemplatedEmailResponse struct {
	*SendBulkTemplatedEmailOutput
	// contains filtered or unexported fields
}

SendBulkTemplatedEmailResponse is the response type for the SendBulkTemplatedEmail API operation.

func (*SendBulkTemplatedEmailResponse) SDKResponseMetdata added in v0.9.0

func (r *SendBulkTemplatedEmailResponse) SDKResponseMetdata() *aws.Response

SDKResponseMetdata returns the response metadata for the SendBulkTemplatedEmail request.

type SendCustomVerificationEmailInput added in v0.2.0

type SendCustomVerificationEmailInput struct {

	// Name of a configuration set to use when sending the verification email.
	ConfigurationSetName *string `type:"string"`

	// The email address to verify.
	//
	// EmailAddress is a required field
	EmailAddress *string `type:"string" required:"true"`

	// The name of the custom verification email template to use when sending the
	// verification email.
	//
	// TemplateName is a required field
	TemplateName *string `type:"string" required:"true"`
	// contains filtered or unexported fields
}

Represents a request to send a custom verification email to a specified recipient.

func (SendCustomVerificationEmailInput) String added in v0.2.0

String returns the string representation

func (*SendCustomVerificationEmailInput) Validate added in v0.2.0

Validate inspects the fields of the type to determine if they are valid.

type SendCustomVerificationEmailOutput added in v0.2.0

type SendCustomVerificationEmailOutput struct {

	// The unique message identifier returned from the SendCustomVerificationEmail
	// operation.
	MessageId *string `type:"string"`
	// contains filtered or unexported fields
}

The response received when attempting to send the custom verification email.

func (SendCustomVerificationEmailOutput) String added in v0.2.0

String returns the string representation

type SendCustomVerificationEmailRequest added in v0.2.0

type SendCustomVerificationEmailRequest struct {
	*aws.Request
	Input *SendCustomVerificationEmailInput
	Copy  func(*SendCustomVerificationEmailInput) SendCustomVerificationEmailRequest
}

SendCustomVerificationEmailRequest is the request type for the SendCustomVerificationEmail API operation.

func (SendCustomVerificationEmailRequest) Send added in v0.2.0

Send marshals and sends the SendCustomVerificationEmail API request.

type SendCustomVerificationEmailResponse added in v0.9.0

type SendCustomVerificationEmailResponse struct {
	*SendCustomVerificationEmailOutput
	// contains filtered or unexported fields
}

SendCustomVerificationEmailResponse is the response type for the SendCustomVerificationEmail API operation.

func (*SendCustomVerificationEmailResponse) SDKResponseMetdata added in v0.9.0

func (r *SendCustomVerificationEmailResponse) SDKResponseMetdata() *aws.Response

SDKResponseMetdata returns the response metadata for the SendCustomVerificationEmail request.

type SendDataPoint

type SendDataPoint struct {

	// Number of emails that have bounced.
	Bounces *int64 `type:"long"`

	// Number of unwanted emails that were rejected by recipients.
	Complaints *int64 `type:"long"`

	// Number of emails that have been sent.
	DeliveryAttempts *int64 `type:"long"`

	// Number of emails rejected by Amazon SES.
	Rejects *int64 `type:"long"`

	// Time of the data point.
	Timestamp *time.Time `type:"timestamp"`
	// contains filtered or unexported fields
}

Represents sending statistics data. Each SendDataPoint contains statistics for a 15-minute period of sending activity.

func (SendDataPoint) String

func (s SendDataPoint) String() string

String returns the string representation

type SendEmailInput

type SendEmailInput struct {

	// The name of the configuration set to use when you send an email using SendEmail.
	ConfigurationSetName *string `type:"string"`

	// The destination for this email, composed of To:, CC:, and BCC: fields.
	//
	// Destination is a required field
	Destination *Destination `type:"structure" required:"true"`

	// The message to be sent.
	//
	// Message is a required field
	Message *Message `type:"structure" required:"true"`

	// The reply-to email address(es) for the message. If the recipient replies
	// to the message, each reply-to address will receive the reply.
	ReplyToAddresses []string `type:"list"`

	// The email address that bounces and complaints will be forwarded to when feedback
	// forwarding is enabled. If the message cannot be delivered to the recipient,
	// then an error message will be returned from the recipient's ISP; this message
	// will then be forwarded to the email address specified by the ReturnPath parameter.
	// The ReturnPath parameter is never overwritten. This email address must be
	// either individually verified with Amazon SES, or from a domain that has been
	// verified with Amazon SES.
	ReturnPath *string `type:"string"`

	// This parameter is used only for sending authorization. It is the ARN of the
	// identity that is associated with the sending authorization policy that permits
	// you to use the email address specified in the ReturnPath parameter.
	//
	// For example, if the owner of example.com (which has ARN arn:aws:ses:us-east-1:123456789012:identity/example.com)
	// attaches a policy to it that authorizes you to use feedback@example.com,
	// then you would specify the ReturnPathArn to be arn:aws:ses:us-east-1:123456789012:identity/example.com,
	// and the ReturnPath to be feedback@example.com.
	//
	// For more information about sending authorization, see the Amazon SES Developer
	// Guide (https://docs.aws.amazon.com/ses/latest/DeveloperGuide/sending-authorization.html).
	ReturnPathArn *string `type:"string"`

	// The email address that is sending the email. This email address must be either
	// individually verified with Amazon SES, or from a domain that has been verified
	// with Amazon SES. For information about verifying identities, see the Amazon
	// SES Developer Guide (https://docs.aws.amazon.com/ses/latest/DeveloperGuide/verify-addresses-and-domains.html).
	//
	// If you are sending on behalf of another user and have been permitted to do
	// so by a sending authorization policy, then you must also specify the SourceArn
	// parameter. For more information about sending authorization, see the Amazon
	// SES Developer Guide (https://docs.aws.amazon.com/ses/latest/DeveloperGuide/sending-authorization.html).
	//
	// 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 source 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). The sender name (also known as
	// the friendly name) may contain non-ASCII characters. These characters must
	// be encoded using MIME encoded-word syntax, as described in RFC 2047 (https://tools.ietf.org/html/rfc2047).
	// MIME encoded-word syntax uses the following form: =?charset?encoding?encoded-text?=.
	//
	// Source is a required field
	Source *string `type:"string" required:"true"`

	// This parameter is used only for sending authorization. It is the ARN of the
	// identity that is associated with the sending authorization policy that permits
	// you to send for the email address specified in the Source parameter.
	//
	// For example, if the owner of example.com (which has ARN arn:aws:ses:us-east-1:123456789012:identity/example.com)
	// attaches a policy to it that authorizes you to send from user@example.com,
	// then you would specify the SourceArn to be arn:aws:ses:us-east-1:123456789012:identity/example.com,
	// and the Source to be user@example.com.
	//
	// For more information about sending authorization, see the Amazon SES Developer
	// Guide (https://docs.aws.amazon.com/ses/latest/DeveloperGuide/sending-authorization.html).
	SourceArn *string `type:"string"`

	// A list of tags, in the form of name/value pairs, to apply to an email that
	// you send using SendEmail. Tags correspond to characteristics of the email
	// that you define, so that you can publish email sending events.
	Tags []MessageTag `type:"list"`
	// contains filtered or unexported fields
}

Represents a request to send a single formatted email using Amazon SES. For more information, see the Amazon SES Developer Guide (https://docs.aws.amazon.com/ses/latest/DeveloperGuide/send-email-formatted.html).

func (SendEmailInput) String

func (s SendEmailInput) String() string

String returns the string representation

func (*SendEmailInput) Validate

func (s *SendEmailInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type SendEmailOutput

type SendEmailOutput struct {

	// The unique message identifier returned from the SendEmail action.
	//
	// MessageId is a required field
	MessageId *string `type:"string" required:"true"`
	// contains filtered or unexported fields
}

Represents a unique message ID.

func (SendEmailOutput) String

func (s SendEmailOutput) String() string

String returns the string representation

type SendEmailRequest

type SendEmailRequest struct {
	*aws.Request
	Input *SendEmailInput
	Copy  func(*SendEmailInput) SendEmailRequest
}

SendEmailRequest is the request type for the SendEmail API operation.

func (SendEmailRequest) Send

Send marshals and sends the SendEmail API request.

type SendEmailResponse added in v0.9.0

type SendEmailResponse struct {
	*SendEmailOutput
	// contains filtered or unexported fields
}

SendEmailResponse is the response type for the SendEmail API operation.

func (*SendEmailResponse) SDKResponseMetdata added in v0.9.0

func (r *SendEmailResponse) SDKResponseMetdata() *aws.Response

SDKResponseMetdata returns the response metadata for the SendEmail request.

type SendRawEmailInput

type SendRawEmailInput struct {

	// The name of the configuration set to use when you send an email using SendRawEmail.
	ConfigurationSetName *string `type:"string"`

	// A list of destinations for the message, consisting of To:, CC:, and BCC:
	// addresses.
	Destinations []string `type:"list"`

	// This parameter is used only for sending authorization. It is the ARN of the
	// identity that is associated with the sending authorization policy that permits
	// you to specify a particular "From" address in the header of the raw email.
	//
	// Instead of using this parameter, you can use the X-header X-SES-FROM-ARN
	// in the raw message of the email. If you use both the FromArn parameter and
	// the corresponding X-header, Amazon SES uses the value of the FromArn parameter.
	//
	// For information about when to use this parameter, see the description of
	// SendRawEmail in this guide, or see the Amazon SES Developer Guide (https://docs.aws.amazon.com/ses/latest/DeveloperGuide/sending-authorization-delegate-sender-tasks-email.html).
	FromArn *string `type:"string"`

	// The raw email message itself. The message has to meet the following criteria:
	//
	//    * The message has to contain a header and a body, separated by a 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 of a content type that Amazon SES supports. For
	//    a list on unsupported content types, see Unsupported Attachment Types
	//    (https://docs.aws.amazon.com/ses/latest/DeveloperGuide/mime-types.html)
	//    in the Amazon SES Developer Guide.
	//
	//    * 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, we highly recommend that you encode
	//    that content. For more information, see Sending Raw Email (https://docs.aws.amazon.com/ses/latest/DeveloperGuide/send-email-raw.html)
	//    in the Amazon SES Developer Guide.
	//
	//    * Per RFC 5321 (https://tools.ietf.org/html/rfc5321#section-4.5.3.1.6),
	//    the maximum length of each line of text, including the <CRLF>, must not
	//    exceed 1,000 characters.
	//
	// RawMessage is a required field
	RawMessage *RawMessage `type:"structure" required:"true"`

	// This parameter is used only for sending authorization. It is the ARN of the
	// identity that is associated with the sending authorization policy that permits
	// you to use the email address specified in the ReturnPath parameter.
	//
	// For example, if the owner of example.com (which has ARN arn:aws:ses:us-east-1:123456789012:identity/example.com)
	// attaches a policy to it that authorizes you to use feedback@example.com,
	// then you would specify the ReturnPathArn to be arn:aws:ses:us-east-1:123456789012:identity/example.com,
	// and the ReturnPath to be feedback@example.com.
	//
	// Instead of using this parameter, you can use the X-header X-SES-RETURN-PATH-ARN
	// in the raw message of the email. If you use both the ReturnPathArn parameter
	// and the corresponding X-header, Amazon SES uses the value of the ReturnPathArn
	// parameter.
	//
	// For information about when to use this parameter, see the description of
	// SendRawEmail in this guide, or see the Amazon SES Developer Guide (https://docs.aws.amazon.com/ses/latest/DeveloperGuide/sending-authorization-delegate-sender-tasks-email.html).
	ReturnPathArn *string `type:"string"`

	// The identity's email address. If you do not provide a value for this parameter,
	// you must specify a "From" address in the raw text of the message. (You can
	// also specify both.)
	//
	// Amazon SES does not support the SMTPUTF8 extension, as described inRFC6531
	// (https://tools.ietf.org/html/rfc6531). For this reason, the local part of
	// a source 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). The sender name (also known as
	// the friendly name) may contain non-ASCII characters. These characters must
	// be encoded using MIME encoded-word syntax, as described in RFC 2047 (https://tools.ietf.org/html/rfc2047).
	// MIME encoded-word syntax uses the following form: =?charset?encoding?encoded-text?=.
	//
	// If you specify the Source parameter and have feedback forwarding enabled,
	// then bounces and complaints will be sent to this email address. This takes
	// precedence over any Return-Path header that you might include in the raw
	// text of the message.
	Source *string `type:"string"`

	// This parameter is used only for sending authorization. It is the ARN of the
	// identity that is associated with the sending authorization policy that permits
	// you to send for the email address specified in the Source parameter.
	//
	// For example, if the owner of example.com (which has ARN arn:aws:ses:us-east-1:123456789012:identity/example.com)
	// attaches a policy to it that authorizes you to send from user@example.com,
	// then you would specify the SourceArn to be arn:aws:ses:us-east-1:123456789012:identity/example.com,
	// and the Source to be user@example.com.
	//
	// Instead of using this parameter, you can use the X-header X-SES-SOURCE-ARN
	// in the raw message of the email. If you use both the SourceArn parameter
	// and the corresponding X-header, Amazon SES uses the value of the SourceArn
	// parameter.
	//
	// For information about when to use this parameter, see the description of
	// SendRawEmail in this guide, or see the Amazon SES Developer Guide (https://docs.aws.amazon.com/ses/latest/DeveloperGuide/sending-authorization-delegate-sender-tasks-email.html).
	SourceArn *string `type:"string"`

	// A list of tags, in the form of name/value pairs, to apply to an email that
	// you send using SendRawEmail. Tags correspond to characteristics of the email
	// that you define, so that you can publish email sending events.
	Tags []MessageTag `type:"list"`
	// contains filtered or unexported fields
}

Represents a request to send a single raw email using Amazon SES. For more information, see the Amazon SES Developer Guide (https://docs.aws.amazon.com/ses/latest/DeveloperGuide/send-email-raw.html).

func (SendRawEmailInput) String

func (s SendRawEmailInput) String() string

String returns the string representation

func (*SendRawEmailInput) Validate

func (s *SendRawEmailInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type SendRawEmailOutput

type SendRawEmailOutput struct {

	// The unique message identifier returned from the SendRawEmail action.
	//
	// MessageId is a required field
	MessageId *string `type:"string" required:"true"`
	// contains filtered or unexported fields
}

Represents a unique message ID.

func (SendRawEmailOutput) String

func (s SendRawEmailOutput) String() string

String returns the string representation

type SendRawEmailRequest

type SendRawEmailRequest struct {
	*aws.Request
	Input *SendRawEmailInput
	Copy  func(*SendRawEmailInput) SendRawEmailRequest
}

SendRawEmailRequest is the request type for the SendRawEmail API operation.

func (SendRawEmailRequest) Send

Send marshals and sends the SendRawEmail API request.

type SendRawEmailResponse added in v0.9.0

type SendRawEmailResponse struct {
	*SendRawEmailOutput
	// contains filtered or unexported fields
}

SendRawEmailResponse is the response type for the SendRawEmail API operation.

func (*SendRawEmailResponse) SDKResponseMetdata added in v0.9.0

func (r *SendRawEmailResponse) SDKResponseMetdata() *aws.Response

SDKResponseMetdata returns the response metadata for the SendRawEmail request.

type SendTemplatedEmailInput added in v0.2.0

type SendTemplatedEmailInput struct {

	// The name of the configuration set to use when you send an email using SendTemplatedEmail.
	ConfigurationSetName *string `type:"string"`

	// The destination for this email, composed of To:, CC:, and BCC: fields. A
	// Destination can include up to 50 recipients across these three fields.
	//
	// Destination is a required field
	Destination *Destination `type:"structure" required:"true"`

	// The reply-to email address(es) for the message. If the recipient replies
	// to the message, each reply-to address will receive the reply.
	ReplyToAddresses []string `type:"list"`

	// The email address that bounces and complaints will be forwarded to when feedback
	// forwarding is enabled. If the message cannot be delivered to the recipient,
	// then an error message will be returned from the recipient's ISP; this message
	// will then be forwarded to the email address specified by the ReturnPath parameter.
	// The ReturnPath parameter is never overwritten. This email address must be
	// either individually verified with Amazon SES, or from a domain that has been
	// verified with Amazon SES.
	ReturnPath *string `type:"string"`

	// This parameter is used only for sending authorization. It is the ARN of the
	// identity that is associated with the sending authorization policy that permits
	// you to use the email address specified in the ReturnPath parameter.
	//
	// For example, if the owner of example.com (which has ARN arn:aws:ses:us-east-1:123456789012:identity/example.com)
	// attaches a policy to it that authorizes you to use feedback@example.com,
	// then you would specify the ReturnPathArn to be arn:aws:ses:us-east-1:123456789012:identity/example.com,
	// and the ReturnPath to be feedback@example.com.
	//
	// For more information about sending authorization, see the Amazon SES Developer
	// Guide (https://docs.aws.amazon.com/ses/latest/DeveloperGuide/sending-authorization.html).
	ReturnPathArn *string `type:"string"`

	// The email address that is sending the email. This email address must be either
	// individually verified with Amazon SES, or from a domain that has been verified
	// with Amazon SES. For information about verifying identities, see the Amazon
	// SES Developer Guide (https://docs.aws.amazon.com/ses/latest/DeveloperGuide/verify-addresses-and-domains.html).
	//
	// If you are sending on behalf of another user and have been permitted to do
	// so by a sending authorization policy, then you must also specify the SourceArn
	// parameter. For more information about sending authorization, see the Amazon
	// SES Developer Guide (https://docs.aws.amazon.com/ses/latest/DeveloperGuide/sending-authorization.html).
	//
	// 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 source 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). The sender name (also known as
	// the friendly name) may contain non-ASCII characters. These characters must
	// be encoded using MIME encoded-word syntax, as described inRFC 2047 (https://tools.ietf.org/html/rfc2047).
	// MIME encoded-word syntax uses the following form: =?charset?encoding?encoded-text?=.
	//
	// Source is a required field
	Source *string `type:"string" required:"true"`

	// This parameter is used only for sending authorization. It is the ARN of the
	// identity that is associated with the sending authorization policy that permits
	// you to send for the email address specified in the Source parameter.
	//
	// For example, if the owner of example.com (which has ARN arn:aws:ses:us-east-1:123456789012:identity/example.com)
	// attaches a policy to it that authorizes you to send from user@example.com,
	// then you would specify the SourceArn to be arn:aws:ses:us-east-1:123456789012:identity/example.com,
	// and the Source to be user@example.com.
	//
	// For more information about sending authorization, see the Amazon SES Developer
	// Guide (https://docs.aws.amazon.com/ses/latest/DeveloperGuide/sending-authorization.html).
	SourceArn *string `type:"string"`

	// A list of tags, in the form of name/value pairs, to apply to an email that
	// you send using SendTemplatedEmail. Tags correspond to characteristics of
	// the email that you define, so that you can publish email sending events.
	Tags []MessageTag `type:"list"`

	// The template to use when sending this email.
	//
	// Template is a required field
	Template *string `type:"string" required:"true"`

	// The ARN of the template to use when sending this email.
	TemplateArn *string `type:"string"`

	// 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.
	//
	// TemplateData is a required field
	TemplateData *string `type:"string" required:"true"`
	// contains filtered or unexported fields
}

Represents a request to send a templated email using Amazon SES. For more information, see the Amazon SES Developer Guide (https://docs.aws.amazon.com/ses/latest/DeveloperGuide/send-personalized-email-api.html).

func (SendTemplatedEmailInput) String added in v0.2.0

func (s SendTemplatedEmailInput) String() string

String returns the string representation

func (*SendTemplatedEmailInput) Validate added in v0.2.0

func (s *SendTemplatedEmailInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type SendTemplatedEmailOutput added in v0.2.0

type SendTemplatedEmailOutput struct {

	// The unique message identifier returned from the SendTemplatedEmail action.
	//
	// MessageId is a required field
	MessageId *string `type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (SendTemplatedEmailOutput) String added in v0.2.0

func (s SendTemplatedEmailOutput) String() string

String returns the string representation

type SendTemplatedEmailRequest added in v0.2.0

type SendTemplatedEmailRequest struct {
	*aws.Request
	Input *SendTemplatedEmailInput
	Copy  func(*SendTemplatedEmailInput) SendTemplatedEmailRequest
}

SendTemplatedEmailRequest is the request type for the SendTemplatedEmail API operation.

func (SendTemplatedEmailRequest) Send added in v0.2.0

Send marshals and sends the SendTemplatedEmail API request.

type SendTemplatedEmailResponse added in v0.9.0

type SendTemplatedEmailResponse struct {
	*SendTemplatedEmailOutput
	// contains filtered or unexported fields
}

SendTemplatedEmailResponse is the response type for the SendTemplatedEmail API operation.

func (*SendTemplatedEmailResponse) SDKResponseMetdata added in v0.9.0

func (r *SendTemplatedEmailResponse) SDKResponseMetdata() *aws.Response

SDKResponseMetdata returns the response metadata for the SendTemplatedEmail request.

type SetActiveReceiptRuleSetInput

type SetActiveReceiptRuleSetInput struct {

	// The name of the receipt rule set to make active. Setting this value to null
	// disables all email receiving.
	RuleSetName *string `type:"string"`
	// contains filtered or unexported fields
}

Represents a request to set a receipt rule set as the active receipt rule set. You use receipt rule sets to receive email with Amazon SES. For more information, see the Amazon SES Developer Guide (https://docs.aws.amazon.com/ses/latest/DeveloperGuide/receiving-email-concepts.html).

func (SetActiveReceiptRuleSetInput) String

String returns the string representation

type SetActiveReceiptRuleSetOutput

type SetActiveReceiptRuleSetOutput struct {
	// contains filtered or unexported fields
}

An empty element returned on a successful request.

func (SetActiveReceiptRuleSetOutput) String

String returns the string representation

type SetActiveReceiptRuleSetRequest

type SetActiveReceiptRuleSetRequest struct {
	*aws.Request
	Input *SetActiveReceiptRuleSetInput
	Copy  func(*SetActiveReceiptRuleSetInput) SetActiveReceiptRuleSetRequest
}

SetActiveReceiptRuleSetRequest is the request type for the SetActiveReceiptRuleSet API operation.

func (SetActiveReceiptRuleSetRequest) Send

Send marshals and sends the SetActiveReceiptRuleSet API request.

type SetActiveReceiptRuleSetResponse added in v0.9.0

type SetActiveReceiptRuleSetResponse struct {
	*SetActiveReceiptRuleSetOutput
	// contains filtered or unexported fields
}

SetActiveReceiptRuleSetResponse is the response type for the SetActiveReceiptRuleSet API operation.

func (*SetActiveReceiptRuleSetResponse) SDKResponseMetdata added in v0.9.0

func (r *SetActiveReceiptRuleSetResponse) SDKResponseMetdata() *aws.Response

SDKResponseMetdata returns the response metadata for the SetActiveReceiptRuleSet request.

type SetIdentityDkimEnabledInput

type SetIdentityDkimEnabledInput struct {

	// Sets whether DKIM signing is enabled for an identity. Set to true to enable
	// DKIM signing for this identity; false to disable it.
	//
	// DkimEnabled is a required field
	DkimEnabled *bool `type:"boolean" required:"true"`

	// The identity for which DKIM signing should be enabled or disabled.
	//
	// Identity is a required field
	Identity *string `type:"string" required:"true"`
	// contains filtered or unexported fields
}

Represents a request to enable or disable Amazon SES Easy DKIM signing for an identity. For more information about setting up Easy DKIM, see the Amazon SES Developer Guide (https://docs.aws.amazon.com/ses/latest/DeveloperGuide/easy-dkim.html).

func (SetIdentityDkimEnabledInput) String

String returns the string representation

func (*SetIdentityDkimEnabledInput) Validate

func (s *SetIdentityDkimEnabledInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type SetIdentityDkimEnabledOutput

type SetIdentityDkimEnabledOutput struct {
	// contains filtered or unexported fields
}

An empty element returned on a successful request.

func (SetIdentityDkimEnabledOutput) String

String returns the string representation

type SetIdentityDkimEnabledRequest

type SetIdentityDkimEnabledRequest struct {
	*aws.Request
	Input *SetIdentityDkimEnabledInput
	Copy  func(*SetIdentityDkimEnabledInput) SetIdentityDkimEnabledRequest
}

SetIdentityDkimEnabledRequest is the request type for the SetIdentityDkimEnabled API operation.

func (SetIdentityDkimEnabledRequest) Send

Send marshals and sends the SetIdentityDkimEnabled API request.

type SetIdentityDkimEnabledResponse added in v0.9.0

type SetIdentityDkimEnabledResponse struct {
	*SetIdentityDkimEnabledOutput
	// contains filtered or unexported fields
}

SetIdentityDkimEnabledResponse is the response type for the SetIdentityDkimEnabled API operation.

func (*SetIdentityDkimEnabledResponse) SDKResponseMetdata added in v0.9.0

func (r *SetIdentityDkimEnabledResponse) SDKResponseMetdata() *aws.Response

SDKResponseMetdata returns the response metadata for the SetIdentityDkimEnabled request.

type SetIdentityFeedbackForwardingEnabledInput

type SetIdentityFeedbackForwardingEnabledInput struct {

	// Sets whether Amazon SES will forward bounce and complaint notifications as
	// email. true specifies that Amazon SES will forward bounce and complaint notifications
	// as email, in addition to any Amazon SNS topic publishing otherwise specified.
	// false specifies that Amazon SES will publish bounce and complaint notifications
	// only through Amazon SNS. This value can only be set to false when Amazon
	// SNS topics are set for both Bounce and Complaint notification types.
	//
	// ForwardingEnabled is a required field
	ForwardingEnabled *bool `type:"boolean" required:"true"`

	// The identity for which to set bounce and complaint notification forwarding.
	// Examples: user@example.com, example.com.
	//
	// Identity is a required field
	Identity *string `type:"string" required:"true"`
	// contains filtered or unexported fields
}

Represents a request to enable or disable whether Amazon SES forwards you bounce and complaint notifications through email. For information about email feedback forwarding, see the Amazon SES Developer Guide (https://docs.aws.amazon.com/ses/latest/DeveloperGuide/notifications-via-email.html).

func (SetIdentityFeedbackForwardingEnabledInput) String

String returns the string representation

func (*SetIdentityFeedbackForwardingEnabledInput) Validate

Validate inspects the fields of the type to determine if they are valid.

type SetIdentityFeedbackForwardingEnabledOutput

type SetIdentityFeedbackForwardingEnabledOutput struct {
	// contains filtered or unexported fields
}

An empty element returned on a successful request.

func (SetIdentityFeedbackForwardingEnabledOutput) String

String returns the string representation

type SetIdentityFeedbackForwardingEnabledRequest

SetIdentityFeedbackForwardingEnabledRequest is the request type for the SetIdentityFeedbackForwardingEnabled API operation.

func (SetIdentityFeedbackForwardingEnabledRequest) Send

Send marshals and sends the SetIdentityFeedbackForwardingEnabled API request.

type SetIdentityFeedbackForwardingEnabledResponse added in v0.9.0

type SetIdentityFeedbackForwardingEnabledResponse struct {
	*SetIdentityFeedbackForwardingEnabledOutput
	// contains filtered or unexported fields
}

SetIdentityFeedbackForwardingEnabledResponse is the response type for the SetIdentityFeedbackForwardingEnabled API operation.

func (*SetIdentityFeedbackForwardingEnabledResponse) SDKResponseMetdata added in v0.9.0

SDKResponseMetdata returns the response metadata for the SetIdentityFeedbackForwardingEnabled request.

type SetIdentityHeadersInNotificationsEnabledInput

type SetIdentityHeadersInNotificationsEnabledInput struct {

	// Sets whether Amazon SES includes the original email headers in Amazon SNS
	// notifications of the specified notification type. A value of true specifies
	// that Amazon SES will include headers in notifications, and a value of false
	// specifies that Amazon SES will not include headers in notifications.
	//
	// This value can only be set when NotificationType is already set to use a
	// particular Amazon SNS topic.
	//
	// Enabled is a required field
	Enabled *bool `type:"boolean" required:"true"`

	// The identity for which to enable or disable headers in notifications. Examples:
	// user@example.com, example.com.
	//
	// Identity is a required field
	Identity *string `type:"string" required:"true"`

	// The notification type for which to enable or disable headers in notifications.
	//
	// NotificationType is a required field
	NotificationType NotificationType `type:"string" required:"true" enum:"true"`
	// contains filtered or unexported fields
}

Represents a request to set whether Amazon SES includes the original email headers in the Amazon SNS notifications of a specified type. For information about notifications, see the Amazon SES Developer Guide (https://docs.aws.amazon.com/ses/latest/DeveloperGuide/notifications-via-sns.html).

func (SetIdentityHeadersInNotificationsEnabledInput) String

String returns the string representation

func (*SetIdentityHeadersInNotificationsEnabledInput) Validate

Validate inspects the fields of the type to determine if they are valid.

type SetIdentityHeadersInNotificationsEnabledOutput

type SetIdentityHeadersInNotificationsEnabledOutput struct {
	// contains filtered or unexported fields
}

An empty element returned on a successful request.

func (SetIdentityHeadersInNotificationsEnabledOutput) String

String returns the string representation

type SetIdentityHeadersInNotificationsEnabledRequest

SetIdentityHeadersInNotificationsEnabledRequest is the request type for the SetIdentityHeadersInNotificationsEnabled API operation.

func (SetIdentityHeadersInNotificationsEnabledRequest) Send

Send marshals and sends the SetIdentityHeadersInNotificationsEnabled API request.

type SetIdentityHeadersInNotificationsEnabledResponse added in v0.9.0

type SetIdentityHeadersInNotificationsEnabledResponse struct {
	*SetIdentityHeadersInNotificationsEnabledOutput
	// contains filtered or unexported fields
}

SetIdentityHeadersInNotificationsEnabledResponse is the response type for the SetIdentityHeadersInNotificationsEnabled API operation.

func (*SetIdentityHeadersInNotificationsEnabledResponse) SDKResponseMetdata added in v0.9.0

SDKResponseMetdata returns the response metadata for the SetIdentityHeadersInNotificationsEnabled request.

type SetIdentityMailFromDomainInput

type SetIdentityMailFromDomainInput struct {

	// The action that you want Amazon SES to take if it cannot successfully read
	// the required MX record when you send an email. If you choose UseDefaultValue,
	// Amazon SES will use amazonses.com (or a subdomain of that) as the MAIL FROM
	// domain. If you choose RejectMessage, Amazon SES will return a MailFromDomainNotVerified
	// error and not send the email.
	//
	// The action specified in BehaviorOnMXFailure is taken when the custom MAIL
	// FROM domain setup is in the Pending, Failed, and TemporaryFailure states.
	BehaviorOnMXFailure BehaviorOnMXFailure `type:"string" enum:"true"`

	// The verified identity for which you want to enable or disable the specified
	// custom MAIL FROM domain.
	//
	// Identity is a required field
	Identity *string `type:"string" required:"true"`

	// The custom MAIL FROM domain that you want the verified identity to use. The
	// MAIL FROM domain must 1) be a subdomain of the verified identity, 2) not
	// be used in a "From" address if the MAIL FROM domain is the destination of
	// email feedback forwarding (for more information, see the Amazon SES Developer
	// Guide (https://docs.aws.amazon.com/ses/latest/DeveloperGuide/mail-from.html)),
	// and 3) not be used to receive emails. A value of null disables the custom
	// MAIL FROM setting for the identity.
	MailFromDomain *string `type:"string"`
	// contains filtered or unexported fields
}

Represents a request to enable or disable the Amazon SES custom MAIL FROM domain setup for a verified identity. For information about using a custom MAIL FROM domain, see the Amazon SES Developer Guide (https://docs.aws.amazon.com/ses/latest/DeveloperGuide/mail-from.html).

func (SetIdentityMailFromDomainInput) String

String returns the string representation

func (*SetIdentityMailFromDomainInput) Validate

func (s *SetIdentityMailFromDomainInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type SetIdentityMailFromDomainOutput

type SetIdentityMailFromDomainOutput struct {
	// contains filtered or unexported fields
}

An empty element returned on a successful request.

func (SetIdentityMailFromDomainOutput) String

String returns the string representation

type SetIdentityMailFromDomainRequest

type SetIdentityMailFromDomainRequest struct {
	*aws.Request
	Input *SetIdentityMailFromDomainInput
	Copy  func(*SetIdentityMailFromDomainInput) SetIdentityMailFromDomainRequest
}

SetIdentityMailFromDomainRequest is the request type for the SetIdentityMailFromDomain API operation.

func (SetIdentityMailFromDomainRequest) Send

Send marshals and sends the SetIdentityMailFromDomain API request.

type SetIdentityMailFromDomainResponse added in v0.9.0

type SetIdentityMailFromDomainResponse struct {
	*SetIdentityMailFromDomainOutput
	// contains filtered or unexported fields
}

SetIdentityMailFromDomainResponse is the response type for the SetIdentityMailFromDomain API operation.

func (*SetIdentityMailFromDomainResponse) SDKResponseMetdata added in v0.9.0

func (r *SetIdentityMailFromDomainResponse) SDKResponseMetdata() *aws.Response

SDKResponseMetdata returns the response metadata for the SetIdentityMailFromDomain request.

type SetIdentityNotificationTopicInput

type SetIdentityNotificationTopicInput struct {

	// The identity (email address or domain) that you want to set the Amazon SNS
	// topic for.
	//
	// You can only specify a verified identity for this parameter.
	//
	// You can specify an identity by using its name or by using its Amazon Resource
	// Name (ARN). The following examples are all valid identities: sender@example.com,
	// example.com, arn:aws:ses:us-east-1:123456789012:identity/example.com.
	//
	// Identity is a required field
	Identity *string `type:"string" required:"true"`

	// The type of notifications that will be published to the specified Amazon
	// SNS topic.
	//
	// NotificationType is a required field
	NotificationType NotificationType `type:"string" required:"true" enum:"true"`

	// The Amazon Resource Name (ARN) of the Amazon SNS topic. If the parameter
	// is omitted from the request or a null value is passed, SnsTopic is cleared
	// and publishing is disabled.
	SnsTopic *string `type:"string"`
	// contains filtered or unexported fields
}

Represents a request to specify the Amazon SNS topic to which Amazon SES will publish bounce, complaint, or delivery notifications for emails sent with that identity as the Source. For information about Amazon SES notifications, see the Amazon SES Developer Guide (https://docs.aws.amazon.com/ses/latest/DeveloperGuide/notifications-via-sns.html).

func (SetIdentityNotificationTopicInput) String

String returns the string representation

func (*SetIdentityNotificationTopicInput) Validate

Validate inspects the fields of the type to determine if they are valid.

type SetIdentityNotificationTopicOutput

type SetIdentityNotificationTopicOutput struct {
	// contains filtered or unexported fields
}

An empty element returned on a successful request.

func (SetIdentityNotificationTopicOutput) String

String returns the string representation

type SetIdentityNotificationTopicRequest

type SetIdentityNotificationTopicRequest struct {
	*aws.Request
	Input *SetIdentityNotificationTopicInput
	Copy  func(*SetIdentityNotificationTopicInput) SetIdentityNotificationTopicRequest
}

SetIdentityNotificationTopicRequest is the request type for the SetIdentityNotificationTopic API operation.

func (SetIdentityNotificationTopicRequest) Send

Send marshals and sends the SetIdentityNotificationTopic API request.

type SetIdentityNotificationTopicResponse added in v0.9.0

type SetIdentityNotificationTopicResponse struct {
	*SetIdentityNotificationTopicOutput
	// contains filtered or unexported fields
}

SetIdentityNotificationTopicResponse is the response type for the SetIdentityNotificationTopic API operation.

func (*SetIdentityNotificationTopicResponse) SDKResponseMetdata added in v0.9.0

func (r *SetIdentityNotificationTopicResponse) SDKResponseMetdata() *aws.Response

SDKResponseMetdata returns the response metadata for the SetIdentityNotificationTopic request.

type SetReceiptRulePositionInput

type SetReceiptRulePositionInput struct {

	// The name of the receipt rule after which to place the specified receipt rule.
	After *string `type:"string"`

	// The name of the receipt rule to reposition.
	//
	// RuleName is a required field
	RuleName *string `type:"string" required:"true"`

	// The name of the receipt rule set that contains the receipt rule to reposition.
	//
	// RuleSetName is a required field
	RuleSetName *string `type:"string" required:"true"`
	// contains filtered or unexported fields
}

Represents a request to set the position of a receipt rule in a receipt rule set. You use receipt rule sets to receive email with Amazon SES. For more information, see the Amazon SES Developer Guide (https://docs.aws.amazon.com/ses/latest/DeveloperGuide/receiving-email-concepts.html).

func (SetReceiptRulePositionInput) String

String returns the string representation

func (*SetReceiptRulePositionInput) Validate

func (s *SetReceiptRulePositionInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type SetReceiptRulePositionOutput

type SetReceiptRulePositionOutput struct {
	// contains filtered or unexported fields
}

An empty element returned on a successful request.

func (SetReceiptRulePositionOutput) String

String returns the string representation

type SetReceiptRulePositionRequest

type SetReceiptRulePositionRequest struct {
	*aws.Request
	Input *SetReceiptRulePositionInput
	Copy  func(*SetReceiptRulePositionInput) SetReceiptRulePositionRequest
}

SetReceiptRulePositionRequest is the request type for the SetReceiptRulePosition API operation.

func (SetReceiptRulePositionRequest) Send

Send marshals and sends the SetReceiptRulePosition API request.

type SetReceiptRulePositionResponse added in v0.9.0

type SetReceiptRulePositionResponse struct {
	*SetReceiptRulePositionOutput
	// contains filtered or unexported fields
}

SetReceiptRulePositionResponse is the response type for the SetReceiptRulePosition API operation.

func (*SetReceiptRulePositionResponse) SDKResponseMetdata added in v0.9.0

func (r *SetReceiptRulePositionResponse) SDKResponseMetdata() *aws.Response

SDKResponseMetdata returns the response metadata for the SetReceiptRulePosition request.

type StopAction

type StopAction struct {

	// The scope of the StopAction. The only acceptable value is RuleSet.
	//
	// Scope is a required field
	Scope StopScope `type:"string" required:"true" enum:"true"`

	// The Amazon Resource Name (ARN) of the Amazon SNS topic to notify when the
	// stop action is taken. An example of an Amazon SNS topic ARN is arn:aws:sns:us-west-2:123456789012:MyTopic.
	// For more information about Amazon SNS topics, see the Amazon SNS Developer
	// Guide (https://docs.aws.amazon.com/sns/latest/dg/CreateTopic.html).
	TopicArn *string `type:"string"`
	// contains filtered or unexported fields
}

When included in a receipt rule, this action terminates the evaluation of the receipt rule set and, optionally, publishes a notification to Amazon Simple Notification Service (Amazon SNS).

For information about setting a stop action in a receipt rule, see the Amazon SES Developer Guide (https://docs.aws.amazon.com/ses/latest/DeveloperGuide/receiving-email-action-stop.html).

func (StopAction) String

func (s StopAction) String() string

String returns the string representation

func (*StopAction) Validate

func (s *StopAction) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type StopScope

type StopScope string
const (
	StopScopeRuleSet StopScope = "RuleSet"
)

Enum values for StopScope

func (StopScope) MarshalValue added in v0.3.0

func (enum StopScope) MarshalValue() (string, error)

func (StopScope) MarshalValueBuf added in v0.3.0

func (enum StopScope) MarshalValueBuf(b []byte) ([]byte, error)

type Template added in v0.2.0

type Template struct {

	// The HTML body of the email.
	HtmlPart *string `type:"string"`

	// The subject line of the email.
	SubjectPart *string `type:"string"`

	// The name of the template. You will refer to this name when you send email
	// using the SendTemplatedEmail or SendBulkTemplatedEmail operations.
	//
	// TemplateName is a required field
	TemplateName *string `type:"string" required:"true"`

	// The email body that will be visible to recipients whose email clients do
	// not display HTML.
	TextPart *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 (Template) String added in v0.2.0

func (s Template) String() string

String returns the string representation

func (*Template) Validate added in v0.2.0

func (s *Template) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type TemplateMetadata added in v0.2.0

type TemplateMetadata struct {

	// The time and date the template was created.
	CreatedTimestamp *time.Time `type:"timestamp"`

	// The name of the template.
	Name *string `type:"string"`
	// contains filtered or unexported fields
}

Contains information about an email template.

func (TemplateMetadata) String added in v0.2.0

func (s TemplateMetadata) String() string

String returns the string representation

type TestRenderTemplateInput added in v0.2.0

type TestRenderTemplateInput 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.
	//
	// TemplateData is a required field
	TemplateData *string `type:"string" required:"true"`

	// The name of the template that you want to render.
	//
	// TemplateName is a required field
	TemplateName *string `type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (TestRenderTemplateInput) String added in v0.2.0

func (s TestRenderTemplateInput) String() string

String returns the string representation

func (*TestRenderTemplateInput) Validate added in v0.2.0

func (s *TestRenderTemplateInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type TestRenderTemplateOutput added in v0.2.0

type TestRenderTemplateOutput struct {

	// The complete MIME message rendered by applying the data in the TemplateData
	// parameter to the template specified in the TemplateName parameter.
	RenderedTemplate *string `type:"string"`
	// contains filtered or unexported fields
}

func (TestRenderTemplateOutput) String added in v0.2.0

func (s TestRenderTemplateOutput) String() string

String returns the string representation

type TestRenderTemplateRequest added in v0.2.0

type TestRenderTemplateRequest struct {
	*aws.Request
	Input *TestRenderTemplateInput
	Copy  func(*TestRenderTemplateInput) TestRenderTemplateRequest
}

TestRenderTemplateRequest is the request type for the TestRenderTemplate API operation.

func (TestRenderTemplateRequest) Send added in v0.2.0

Send marshals and sends the TestRenderTemplate API request.

type TestRenderTemplateResponse added in v0.9.0

type TestRenderTemplateResponse struct {
	*TestRenderTemplateOutput
	// contains filtered or unexported fields
}

TestRenderTemplateResponse is the response type for the TestRenderTemplate API operation.

func (*TestRenderTemplateResponse) SDKResponseMetdata added in v0.9.0

func (r *TestRenderTemplateResponse) SDKResponseMetdata() *aws.Response

SDKResponseMetdata returns the response metadata for the TestRenderTemplate request.

type TlsPolicy

type TlsPolicy string
const (
	TlsPolicyRequire  TlsPolicy = "Require"
	TlsPolicyOptional TlsPolicy = "Optional"
)

Enum values for TlsPolicy

func (TlsPolicy) MarshalValue added in v0.3.0

func (enum TlsPolicy) MarshalValue() (string, error)

func (TlsPolicy) MarshalValueBuf added in v0.3.0

func (enum TlsPolicy) MarshalValueBuf(b []byte) ([]byte, error)

type TrackingOptions

type TrackingOptions struct {

	// The custom subdomain that will be used to redirect email recipients to the
	// Amazon SES event tracking domain.
	CustomRedirectDomain *string `type:"string"`
	// contains filtered or unexported fields
}

A domain that is used to redirect email recipients to an Amazon SES-operated domain. This domain captures open and click events generated by Amazon SES emails.

For more information, see Configuring Custom Domains to Handle Open and Click Tracking (https://docs.aws.amazon.com/ses/latest/DeveloperGuide/configure-custom-open-click-domains.html) in the Amazon SES Developer Guide.

func (TrackingOptions) String

func (s TrackingOptions) String() string

String returns the string representation

type UpdateAccountSendingEnabledInput added in v0.2.0

type UpdateAccountSendingEnabledInput struct {

	// Describes whether email sending is enabled or disabled for your Amazon SES
	// account in the current AWS Region.
	Enabled *bool `type:"boolean"`
	// contains filtered or unexported fields
}

Represents a request to enable or disable the email sending capabilities for your entire Amazon SES account.

func (UpdateAccountSendingEnabledInput) String added in v0.2.0

String returns the string representation

type UpdateAccountSendingEnabledOutput added in v0.2.0

type UpdateAccountSendingEnabledOutput struct {
	// contains filtered or unexported fields
}

func (UpdateAccountSendingEnabledOutput) String added in v0.2.0

String returns the string representation

type UpdateAccountSendingEnabledRequest added in v0.2.0

type UpdateAccountSendingEnabledRequest struct {
	*aws.Request
	Input *UpdateAccountSendingEnabledInput
	Copy  func(*UpdateAccountSendingEnabledInput) UpdateAccountSendingEnabledRequest
}

UpdateAccountSendingEnabledRequest is the request type for the UpdateAccountSendingEnabled API operation.

func (UpdateAccountSendingEnabledRequest) Send added in v0.2.0

Send marshals and sends the UpdateAccountSendingEnabled API request.

type UpdateAccountSendingEnabledResponse added in v0.9.0

type UpdateAccountSendingEnabledResponse struct {
	*UpdateAccountSendingEnabledOutput
	// contains filtered or unexported fields
}

UpdateAccountSendingEnabledResponse is the response type for the UpdateAccountSendingEnabled API operation.

func (*UpdateAccountSendingEnabledResponse) SDKResponseMetdata added in v0.9.0

func (r *UpdateAccountSendingEnabledResponse) SDKResponseMetdata() *aws.Response

SDKResponseMetdata returns the response metadata for the UpdateAccountSendingEnabled request.

type UpdateConfigurationSetEventDestinationInput

type UpdateConfigurationSetEventDestinationInput struct {

	// The name of the configuration set that contains the event destination that
	// you want to update.
	//
	// ConfigurationSetName is a required field
	ConfigurationSetName *string `type:"string" required:"true"`

	// The event destination object that you want to apply to the specified configuration
	// set.
	//
	// EventDestination is a required field
	EventDestination *EventDestination `type:"structure" required:"true"`
	// contains filtered or unexported fields
}

Represents a request to update the event destination of a configuration set. Configuration sets enable you to publish email sending events. For information about using configuration sets, see the Amazon SES Developer Guide (https://docs.aws.amazon.com/ses/latest/DeveloperGuide/monitor-sending-activity.html).

func (UpdateConfigurationSetEventDestinationInput) String

String returns the string representation

func (*UpdateConfigurationSetEventDestinationInput) Validate

Validate inspects the fields of the type to determine if they are valid.

type UpdateConfigurationSetEventDestinationOutput

type UpdateConfigurationSetEventDestinationOutput struct {
	// contains filtered or unexported fields
}

An empty element returned on a successful request.

func (UpdateConfigurationSetEventDestinationOutput) String

String returns the string representation

type UpdateConfigurationSetEventDestinationRequest

UpdateConfigurationSetEventDestinationRequest is the request type for the UpdateConfigurationSetEventDestination API operation.

func (UpdateConfigurationSetEventDestinationRequest) Send

Send marshals and sends the UpdateConfigurationSetEventDestination API request.

type UpdateConfigurationSetEventDestinationResponse added in v0.9.0

type UpdateConfigurationSetEventDestinationResponse struct {
	*UpdateConfigurationSetEventDestinationOutput
	// contains filtered or unexported fields
}

UpdateConfigurationSetEventDestinationResponse is the response type for the UpdateConfigurationSetEventDestination API operation.

func (*UpdateConfigurationSetEventDestinationResponse) SDKResponseMetdata added in v0.9.0

SDKResponseMetdata returns the response metadata for the UpdateConfigurationSetEventDestination request.

type UpdateConfigurationSetReputationMetricsEnabledInput added in v0.2.0

type UpdateConfigurationSetReputationMetricsEnabledInput struct {

	// The name of the configuration set that you want to update.
	//
	// ConfigurationSetName is a required field
	ConfigurationSetName *string `type:"string" required:"true"`

	// Describes whether or not Amazon SES will publish reputation metrics for the
	// configuration set, such as bounce and complaint rates, to Amazon CloudWatch.
	//
	// Enabled is a required field
	Enabled *bool `type:"boolean" required:"true"`
	// contains filtered or unexported fields
}

Represents a request to modify the reputation metric publishing settings for a configuration set.

func (UpdateConfigurationSetReputationMetricsEnabledInput) String added in v0.2.0

String returns the string representation

func (*UpdateConfigurationSetReputationMetricsEnabledInput) Validate added in v0.2.0

Validate inspects the fields of the type to determine if they are valid.

type UpdateConfigurationSetReputationMetricsEnabledOutput added in v0.2.0

type UpdateConfigurationSetReputationMetricsEnabledOutput struct {
	// contains filtered or unexported fields
}

func (UpdateConfigurationSetReputationMetricsEnabledOutput) String added in v0.2.0

String returns the string representation

type UpdateConfigurationSetReputationMetricsEnabledRequest added in v0.2.0

UpdateConfigurationSetReputationMetricsEnabledRequest is the request type for the UpdateConfigurationSetReputationMetricsEnabled API operation.

func (UpdateConfigurationSetReputationMetricsEnabledRequest) Send added in v0.2.0

Send marshals and sends the UpdateConfigurationSetReputationMetricsEnabled API request.

type UpdateConfigurationSetReputationMetricsEnabledResponse added in v0.9.0

type UpdateConfigurationSetReputationMetricsEnabledResponse struct {
	*UpdateConfigurationSetReputationMetricsEnabledOutput
	// contains filtered or unexported fields
}

UpdateConfigurationSetReputationMetricsEnabledResponse is the response type for the UpdateConfigurationSetReputationMetricsEnabled API operation.

func (*UpdateConfigurationSetReputationMetricsEnabledResponse) SDKResponseMetdata added in v0.9.0

SDKResponseMetdata returns the response metadata for the UpdateConfigurationSetReputationMetricsEnabled request.

type UpdateConfigurationSetSendingEnabledInput added in v0.2.0

type UpdateConfigurationSetSendingEnabledInput struct {

	// The name of the configuration set that you want to update.
	//
	// ConfigurationSetName is a required field
	ConfigurationSetName *string `type:"string" required:"true"`

	// Describes whether email sending is enabled or disabled for the configuration
	// set.
	//
	// Enabled is a required field
	Enabled *bool `type:"boolean" required:"true"`
	// contains filtered or unexported fields
}

Represents a request to enable or disable the email sending capabilities for a specific configuration set.

func (UpdateConfigurationSetSendingEnabledInput) String added in v0.2.0

String returns the string representation

func (*UpdateConfigurationSetSendingEnabledInput) Validate added in v0.2.0

Validate inspects the fields of the type to determine if they are valid.

type UpdateConfigurationSetSendingEnabledOutput added in v0.2.0

type UpdateConfigurationSetSendingEnabledOutput struct {
	// contains filtered or unexported fields
}

func (UpdateConfigurationSetSendingEnabledOutput) String added in v0.2.0

String returns the string representation

type UpdateConfigurationSetSendingEnabledRequest added in v0.2.0

UpdateConfigurationSetSendingEnabledRequest is the request type for the UpdateConfigurationSetSendingEnabled API operation.

func (UpdateConfigurationSetSendingEnabledRequest) Send added in v0.2.0

Send marshals and sends the UpdateConfigurationSetSendingEnabled API request.

type UpdateConfigurationSetSendingEnabledResponse added in v0.9.0

type UpdateConfigurationSetSendingEnabledResponse struct {
	*UpdateConfigurationSetSendingEnabledOutput
	// contains filtered or unexported fields
}

UpdateConfigurationSetSendingEnabledResponse is the response type for the UpdateConfigurationSetSendingEnabled API operation.

func (*UpdateConfigurationSetSendingEnabledResponse) SDKResponseMetdata added in v0.9.0

SDKResponseMetdata returns the response metadata for the UpdateConfigurationSetSendingEnabled request.

type UpdateConfigurationSetTrackingOptionsInput

type UpdateConfigurationSetTrackingOptionsInput struct {

	// The name of the configuration set for which you want to update the custom
	// tracking domain.
	//
	// ConfigurationSetName is a required field
	ConfigurationSetName *string `type:"string" required:"true"`

	// A domain that is used to redirect email recipients to an Amazon SES-operated
	// domain. This domain captures open and click events generated by Amazon SES
	// emails.
	//
	// For more information, see Configuring Custom Domains to Handle Open and Click
	// Tracking (https://docs.aws.amazon.com/ses/latest/DeveloperGuide/configure-custom-open-click-domains.html)
	// in the Amazon SES Developer Guide.
	//
	// TrackingOptions is a required field
	TrackingOptions *TrackingOptions `type:"structure" required:"true"`
	// contains filtered or unexported fields
}

Represents a request to update the tracking options for a configuration set.

func (UpdateConfigurationSetTrackingOptionsInput) String

String returns the string representation

func (*UpdateConfigurationSetTrackingOptionsInput) Validate

Validate inspects the fields of the type to determine if they are valid.

type UpdateConfigurationSetTrackingOptionsOutput

type UpdateConfigurationSetTrackingOptionsOutput struct {
	// contains filtered or unexported fields
}

An empty element returned on a successful request.

func (UpdateConfigurationSetTrackingOptionsOutput) String

String returns the string representation

type UpdateConfigurationSetTrackingOptionsRequest

UpdateConfigurationSetTrackingOptionsRequest is the request type for the UpdateConfigurationSetTrackingOptions API operation.

func (UpdateConfigurationSetTrackingOptionsRequest) Send

Send marshals and sends the UpdateConfigurationSetTrackingOptions API request.

type UpdateConfigurationSetTrackingOptionsResponse added in v0.9.0

type UpdateConfigurationSetTrackingOptionsResponse struct {
	*UpdateConfigurationSetTrackingOptionsOutput
	// contains filtered or unexported fields
}

UpdateConfigurationSetTrackingOptionsResponse is the response type for the UpdateConfigurationSetTrackingOptions API operation.

func (*UpdateConfigurationSetTrackingOptionsResponse) SDKResponseMetdata added in v0.9.0

SDKResponseMetdata returns the response metadata for the UpdateConfigurationSetTrackingOptions request.

type UpdateCustomVerificationEmailTemplateInput added in v0.2.0

type UpdateCustomVerificationEmailTemplateInput 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. 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/custom-verification-emails.html#custom-verification-emails-faq)
	// in the Amazon SES Developer Guide.
	TemplateContent *string `type:"string"`

	// The name of the custom verification email template that you want to update.
	//
	// TemplateName is a required field
	TemplateName *string `type:"string" required:"true"`

	// The subject line of the custom verification email.
	TemplateSubject *string `type:"string"`
	// contains filtered or unexported fields
}

Represents a request to update an existing custom verification email template.

func (UpdateCustomVerificationEmailTemplateInput) String added in v0.2.0

String returns the string representation

func (*UpdateCustomVerificationEmailTemplateInput) Validate added in v0.2.0

Validate inspects the fields of the type to determine if they are valid.

type UpdateCustomVerificationEmailTemplateOutput added in v0.2.0

type UpdateCustomVerificationEmailTemplateOutput struct {
	// contains filtered or unexported fields
}

func (UpdateCustomVerificationEmailTemplateOutput) String added in v0.2.0

String returns the string representation

type UpdateCustomVerificationEmailTemplateRequest added in v0.2.0

UpdateCustomVerificationEmailTemplateRequest is the request type for the UpdateCustomVerificationEmailTemplate API operation.

func (UpdateCustomVerificationEmailTemplateRequest) Send added in v0.2.0

Send marshals and sends the UpdateCustomVerificationEmailTemplate API request.

type UpdateCustomVerificationEmailTemplateResponse added in v0.9.0

type UpdateCustomVerificationEmailTemplateResponse struct {
	*UpdateCustomVerificationEmailTemplateOutput
	// contains filtered or unexported fields
}

UpdateCustomVerificationEmailTemplateResponse is the response type for the UpdateCustomVerificationEmailTemplate API operation.

func (*UpdateCustomVerificationEmailTemplateResponse) SDKResponseMetdata added in v0.9.0

SDKResponseMetdata returns the response metadata for the UpdateCustomVerificationEmailTemplate request.

type UpdateReceiptRuleInput

type UpdateReceiptRuleInput struct {

	// A data structure that contains the updated receipt rule information.
	//
	// Rule is a required field
	Rule *ReceiptRule `type:"structure" required:"true"`

	// The name of the receipt rule set that the receipt rule belongs to.
	//
	// RuleSetName is a required field
	RuleSetName *string `type:"string" required:"true"`
	// contains filtered or unexported fields
}

Represents a request to update a receipt rule. You use receipt rules to receive email with Amazon SES. For more information, see the Amazon SES Developer Guide (https://docs.aws.amazon.com/ses/latest/DeveloperGuide/receiving-email-concepts.html).

func (UpdateReceiptRuleInput) String

func (s UpdateReceiptRuleInput) String() string

String returns the string representation

func (*UpdateReceiptRuleInput) Validate

func (s *UpdateReceiptRuleInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type UpdateReceiptRuleOutput

type UpdateReceiptRuleOutput struct {
	// contains filtered or unexported fields
}

An empty element returned on a successful request.

func (UpdateReceiptRuleOutput) String

func (s UpdateReceiptRuleOutput) String() string

String returns the string representation

type UpdateReceiptRuleRequest

type UpdateReceiptRuleRequest struct {
	*aws.Request
	Input *UpdateReceiptRuleInput
	Copy  func(*UpdateReceiptRuleInput) UpdateReceiptRuleRequest
}

UpdateReceiptRuleRequest is the request type for the UpdateReceiptRule API operation.

func (UpdateReceiptRuleRequest) Send

Send marshals and sends the UpdateReceiptRule API request.

type UpdateReceiptRuleResponse added in v0.9.0

type UpdateReceiptRuleResponse struct {
	*UpdateReceiptRuleOutput
	// contains filtered or unexported fields
}

UpdateReceiptRuleResponse is the response type for the UpdateReceiptRule API operation.

func (*UpdateReceiptRuleResponse) SDKResponseMetdata added in v0.9.0

func (r *UpdateReceiptRuleResponse) SDKResponseMetdata() *aws.Response

SDKResponseMetdata returns the response metadata for the UpdateReceiptRule request.

type UpdateTemplateInput added in v0.2.0

type UpdateTemplateInput struct {

	// The content of the email, composed of a subject line, an HTML part, and a
	// text-only part.
	//
	// Template is a required field
	Template *Template `type:"structure" required:"true"`
	// contains filtered or unexported fields
}

func (UpdateTemplateInput) String added in v0.2.0

func (s UpdateTemplateInput) String() string

String returns the string representation

func (*UpdateTemplateInput) Validate added in v0.2.0

func (s *UpdateTemplateInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type UpdateTemplateOutput added in v0.2.0

type UpdateTemplateOutput struct {
	// contains filtered or unexported fields
}

func (UpdateTemplateOutput) String added in v0.2.0

func (s UpdateTemplateOutput) String() string

String returns the string representation

type UpdateTemplateRequest added in v0.2.0

type UpdateTemplateRequest struct {
	*aws.Request
	Input *UpdateTemplateInput
	Copy  func(*UpdateTemplateInput) UpdateTemplateRequest
}

UpdateTemplateRequest is the request type for the UpdateTemplate API operation.

func (UpdateTemplateRequest) Send added in v0.2.0

Send marshals and sends the UpdateTemplate API request.

type UpdateTemplateResponse added in v0.9.0

type UpdateTemplateResponse struct {
	*UpdateTemplateOutput
	// contains filtered or unexported fields
}

UpdateTemplateResponse is the response type for the UpdateTemplate API operation.

func (*UpdateTemplateResponse) SDKResponseMetdata added in v0.9.0

func (r *UpdateTemplateResponse) SDKResponseMetdata() *aws.Response

SDKResponseMetdata returns the response metadata for the UpdateTemplate request.

type VerificationStatus

type VerificationStatus string
const (
	VerificationStatusPending          VerificationStatus = "Pending"
	VerificationStatusSuccess          VerificationStatus = "Success"
	VerificationStatusFailed           VerificationStatus = "Failed"
	VerificationStatusTemporaryFailure VerificationStatus = "TemporaryFailure"
	VerificationStatusNotStarted       VerificationStatus = "NotStarted"
)

Enum values for VerificationStatus

func (VerificationStatus) MarshalValue added in v0.3.0

func (enum VerificationStatus) MarshalValue() (string, error)

func (VerificationStatus) MarshalValueBuf added in v0.3.0

func (enum VerificationStatus) MarshalValueBuf(b []byte) ([]byte, error)

type VerifyDomainDkimInput

type VerifyDomainDkimInput struct {

	// The name of the domain to be verified for Easy DKIM signing.
	//
	// Domain is a required field
	Domain *string `type:"string" required:"true"`
	// contains filtered or unexported fields
}

Represents a request to generate the CNAME records needed to set up Easy DKIM with Amazon SES. For more information about setting up Easy DKIM, see the Amazon SES Developer Guide (https://docs.aws.amazon.com/ses/latest/DeveloperGuide/easy-dkim.html).

func (VerifyDomainDkimInput) String

func (s VerifyDomainDkimInput) String() string

String returns the string representation

func (*VerifyDomainDkimInput) Validate

func (s *VerifyDomainDkimInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type VerifyDomainDkimOutput

type VerifyDomainDkimOutput struct {

	// A set of character strings that represent the domain's identity. If the identity
	// is an email address, the tokens represent the domain of that address.
	//
	// Using these tokens, you need to create DNS CNAME records that point to DKIM
	// public keys that are hosted by Amazon SES. Amazon Web Services eventually
	// detects that you've updated your DNS records. This detection process might
	// take up to 72 hours. After successful detection, Amazon SES is able to DKIM-sign
	// email originating from that domain. (This only applies to domain identities,
	// not email address identities.)
	//
	// For more information about creating DNS records using DKIM tokens, see the
	// Amazon SES Developer Guide (https://docs.aws.amazon.com/ses/latest/DeveloperGuide/easy-dkim.html).
	//
	// DkimTokens is a required field
	DkimTokens []string `type:"list" required:"true"`
	// contains filtered or unexported fields
}

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

func (VerifyDomainDkimOutput) String

func (s VerifyDomainDkimOutput) String() string

String returns the string representation

type VerifyDomainDkimRequest

type VerifyDomainDkimRequest struct {
	*aws.Request
	Input *VerifyDomainDkimInput
	Copy  func(*VerifyDomainDkimInput) VerifyDomainDkimRequest
}

VerifyDomainDkimRequest is the request type for the VerifyDomainDkim API operation.

func (VerifyDomainDkimRequest) Send

Send marshals and sends the VerifyDomainDkim API request.

type VerifyDomainDkimResponse added in v0.9.0

type VerifyDomainDkimResponse struct {
	*VerifyDomainDkimOutput
	// contains filtered or unexported fields
}

VerifyDomainDkimResponse is the response type for the VerifyDomainDkim API operation.

func (*VerifyDomainDkimResponse) SDKResponseMetdata added in v0.9.0

func (r *VerifyDomainDkimResponse) SDKResponseMetdata() *aws.Response

SDKResponseMetdata returns the response metadata for the VerifyDomainDkim request.

type VerifyDomainIdentityInput

type VerifyDomainIdentityInput struct {

	// The domain to be verified.
	//
	// Domain is a required field
	Domain *string `type:"string" required:"true"`
	// contains filtered or unexported fields
}

Represents a request to begin Amazon SES domain verification and to generate the TXT records that you must publish to the DNS server of your domain to complete the verification. For information about domain verification, see the Amazon SES Developer Guide (https://docs.aws.amazon.com/ses/latest/DeveloperGuide/verify-domains.html).

func (VerifyDomainIdentityInput) String

func (s VerifyDomainIdentityInput) String() string

String returns the string representation

func (*VerifyDomainIdentityInput) Validate

func (s *VerifyDomainIdentityInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type VerifyDomainIdentityOutput

type VerifyDomainIdentityOutput struct {

	// A TXT record that you must place in the DNS settings of the domain to complete
	// domain verification with Amazon SES.
	//
	// As Amazon SES searches for the TXT record, the domain's verification status
	// is "Pending". When Amazon SES detects the record, the domain's verification
	// status changes to "Success". If Amazon SES is unable to detect the record
	// within 72 hours, the domain's verification status changes to "Failed." In
	// that case, if you still want to verify the domain, you must restart the verification
	// process from the beginning.
	//
	// VerificationToken is a required field
	VerificationToken *string `type:"string" required:"true"`
	// contains filtered or unexported fields
}

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

func (VerifyDomainIdentityOutput) String

String returns the string representation

type VerifyDomainIdentityRequest

type VerifyDomainIdentityRequest struct {
	*aws.Request
	Input *VerifyDomainIdentityInput
	Copy  func(*VerifyDomainIdentityInput) VerifyDomainIdentityRequest
}

VerifyDomainIdentityRequest is the request type for the VerifyDomainIdentity API operation.

func (VerifyDomainIdentityRequest) Send

Send marshals and sends the VerifyDomainIdentity API request.

type VerifyDomainIdentityResponse added in v0.9.0

type VerifyDomainIdentityResponse struct {
	*VerifyDomainIdentityOutput
	// contains filtered or unexported fields
}

VerifyDomainIdentityResponse is the response type for the VerifyDomainIdentity API operation.

func (*VerifyDomainIdentityResponse) SDKResponseMetdata added in v0.9.0

func (r *VerifyDomainIdentityResponse) SDKResponseMetdata() *aws.Response

SDKResponseMetdata returns the response metadata for the VerifyDomainIdentity request.

type VerifyEmailAddressInput

type VerifyEmailAddressInput struct {

	// The email address to be verified.
	//
	// EmailAddress is a required field
	EmailAddress *string `type:"string" required:"true"`
	// contains filtered or unexported fields
}

Represents a request to begin email address verification with Amazon SES. For information about email address verification, see the Amazon SES Developer Guide (https://docs.aws.amazon.com/ses/latest/DeveloperGuide/verify-email-addresses.html).

func (VerifyEmailAddressInput) String

func (s VerifyEmailAddressInput) String() string

String returns the string representation

func (*VerifyEmailAddressInput) Validate

func (s *VerifyEmailAddressInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type VerifyEmailAddressOutput

type VerifyEmailAddressOutput struct {
	// contains filtered or unexported fields
}

func (VerifyEmailAddressOutput) String

func (s VerifyEmailAddressOutput) String() string

String returns the string representation

type VerifyEmailAddressRequest

type VerifyEmailAddressRequest struct {
	*aws.Request
	Input *VerifyEmailAddressInput
	Copy  func(*VerifyEmailAddressInput) VerifyEmailAddressRequest
}

VerifyEmailAddressRequest is the request type for the VerifyEmailAddress API operation.

func (VerifyEmailAddressRequest) Send

Send marshals and sends the VerifyEmailAddress API request.

type VerifyEmailAddressResponse added in v0.9.0

type VerifyEmailAddressResponse struct {
	*VerifyEmailAddressOutput
	// contains filtered or unexported fields
}

VerifyEmailAddressResponse is the response type for the VerifyEmailAddress API operation.

func (*VerifyEmailAddressResponse) SDKResponseMetdata added in v0.9.0

func (r *VerifyEmailAddressResponse) SDKResponseMetdata() *aws.Response

SDKResponseMetdata returns the response metadata for the VerifyEmailAddress request.

type VerifyEmailIdentityInput

type VerifyEmailIdentityInput struct {

	// The email address to be verified.
	//
	// EmailAddress is a required field
	EmailAddress *string `type:"string" required:"true"`
	// contains filtered or unexported fields
}

Represents a request to begin email address verification with Amazon SES. For information about email address verification, see the Amazon SES Developer Guide (https://docs.aws.amazon.com/ses/latest/DeveloperGuide/verify-email-addresses.html).

func (VerifyEmailIdentityInput) String

func (s VerifyEmailIdentityInput) String() string

String returns the string representation

func (*VerifyEmailIdentityInput) Validate

func (s *VerifyEmailIdentityInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type VerifyEmailIdentityOutput

type VerifyEmailIdentityOutput struct {
	// contains filtered or unexported fields
}

An empty element returned on a successful request.

func (VerifyEmailIdentityOutput) String

func (s VerifyEmailIdentityOutput) String() string

String returns the string representation

type VerifyEmailIdentityRequest

type VerifyEmailIdentityRequest struct {
	*aws.Request
	Input *VerifyEmailIdentityInput
	Copy  func(*VerifyEmailIdentityInput) VerifyEmailIdentityRequest
}

VerifyEmailIdentityRequest is the request type for the VerifyEmailIdentity API operation.

func (VerifyEmailIdentityRequest) Send

Send marshals and sends the VerifyEmailIdentity API request.

type VerifyEmailIdentityResponse added in v0.9.0

type VerifyEmailIdentityResponse struct {
	*VerifyEmailIdentityOutput
	// contains filtered or unexported fields
}

VerifyEmailIdentityResponse is the response type for the VerifyEmailIdentity API operation.

func (*VerifyEmailIdentityResponse) SDKResponseMetdata added in v0.9.0

func (r *VerifyEmailIdentityResponse) SDKResponseMetdata() *aws.Response

SDKResponseMetdata returns the response metadata for the VerifyEmailIdentity request.

type WorkmailAction

type WorkmailAction struct {

	// The ARN of the Amazon WorkMail organization. An example of an Amazon WorkMail
	// organization ARN is arn:aws:workmail:us-west-2:123456789012:organization/m-68755160c4cb4e29a2b2f8fb58f359d7.
	// For information about Amazon WorkMail organizations, see the Amazon WorkMail
	// Administrator Guide (https://docs.aws.amazon.com/workmail/latest/adminguide/organizations_overview.html).
	//
	// OrganizationArn is a required field
	OrganizationArn *string `type:"string" required:"true"`

	// The Amazon Resource Name (ARN) of the Amazon SNS topic to notify when the
	// WorkMail action is called. An example of an Amazon SNS topic ARN is arn:aws:sns:us-west-2:123456789012:MyTopic.
	// For more information about Amazon SNS topics, see the Amazon SNS Developer
	// Guide (https://docs.aws.amazon.com/sns/latest/dg/CreateTopic.html).
	TopicArn *string `type:"string"`
	// contains filtered or unexported fields
}

When included in a receipt rule, this action calls Amazon WorkMail and, optionally, publishes a notification to Amazon Simple Notification Service (Amazon SNS). You will typically not use this action directly because Amazon WorkMail adds the rule automatically during its setup procedure.

For information using a receipt rule to call Amazon WorkMail, see the Amazon SES Developer Guide (https://docs.aws.amazon.com/ses/latest/DeveloperGuide/receiving-email-action-workmail.html).

func (WorkmailAction) String

func (s WorkmailAction) String() string

String returns the string representation

func (*WorkmailAction) Validate

func (s *WorkmailAction) Validate() error

Validate inspects the fields of the type to determine if they are valid.

Source Files

Directories

Path Synopsis
Package sesiface provides an interface to enable mocking the Amazon Simple Email Service service client for testing your code.
Package sesiface provides an interface to enable mocking the Amazon Simple Email Service service client for testing your code.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL