sesv2 – github.com/aws/aws-sdk-go-v2/service/sesv2 Index | Files | Directories

package sesv2

import "github.com/aws/aws-sdk-go-v2/service/sesv2"

Index

Constants

const ServiceAPIVersion = "2019-09-27"
const ServiceID = "SESv2"

Functions

func AddResolveEndpointMiddleware

func AddResolveEndpointMiddleware(stack *middleware.Stack, options ResolveEndpointMiddlewareOptions)

func NewDefaultEndpointResolver

func NewDefaultEndpointResolver() *internalendpoints.Resolver

NewDefaultEndpointResolver constructs a new service endpoint resolver

func RemoveResolveEndpointMiddleware

func RemoveResolveEndpointMiddleware(stack *middleware.Stack) error

Types

type Client

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

Amazon SES API v2 Welcome to the Amazon SES API v2 Reference. This guide provides information about the Amazon SES API v2, including supported operations, data types, parameters, and schemas. Amazon SES (https://aws.amazon.com/pinpoint) is an AWS service that you can use to send email messages to your customers. If you're new to Amazon SES API v2, you might find it helpful to also review the Amazon Simple Email Service Developer Guide (https://docs.aws.amazon.com/ses/latest/DeveloperGuide/). The Amazon SES Developer Guide provides information and code samples that demonstrate how to use Amazon SES API v2 features programmatically. The Amazon SES API v2 is available in several AWS Regions and it provides an endpoint for each of these Regions. For a list of all the Regions and endpoints where the API is currently available, see AWS Service Endpoints (https://docs.aws.amazon.com/general/latest/gr/rande.html#ses_region) in the Amazon Web Services General Reference. To learn more about AWS Regions, see Managing AWS Regions (https://docs.aws.amazon.com/general/latest/gr/rande-manage.html) in the Amazon Web Services General Reference. In each Region, AWS maintains multiple Availability Zones. These Availability Zones are physically isolated from each other, but are united by private, low-latency, high-throughput, and highly redundant network connections. These Availability Zones enable us to provide very high levels of availability and redundancy, while also minimizing latency. To learn more about the number of Availability Zones that are available in each Region, see AWS Global Infrastructure (http://aws.amazon.com/about-aws/global-infrastructure/).

func New

func New(options Options, optFns ...func(*Options)) *Client

New returns an initialized Client based on the functional options. Provide additional functional options to further configure the behavior of the client, such as changing the client's endpoint or adding custom middleware behavior.

func NewFromConfig

func NewFromConfig(cfg aws.Config, optFns ...func(*Options)) *Client

NewFromConfig returns a new client from the provided config.

func (*Client) CreateConfigurationSet

func (c *Client) CreateConfigurationSet(ctx context.Context, params *CreateConfigurationSetInput, optFns ...func(*Options)) (*CreateConfigurationSetOutput, error)

Create a configuration set. Configuration sets are groups of rules that you can apply to the emails that you send. You apply a configuration set to an email by specifying the name of the configuration set when you call the Amazon SES API v2. When you apply a configuration set to an email, all of the rules in that configuration set are applied to the email.

func (*Client) CreateConfigurationSetEventDestination

func (c *Client) CreateConfigurationSetEventDestination(ctx context.Context, params *CreateConfigurationSetEventDestinationInput, optFns ...func(*Options)) (*CreateConfigurationSetEventDestinationOutput, error)

Create an event destination. Events include message sends, deliveries, opens, clicks, bounces, and complaints. Event destinations are places that you can send information about these events to. For example, you can send event data to Amazon SNS to receive notifications when you receive bounces or complaints, or you can use Amazon Kinesis Data Firehose to stream data to Amazon S3 for long-term storage. A single configuration set can include more than one event destination.

func (*Client) CreateCustomVerificationEmailTemplate

func (c *Client) CreateCustomVerificationEmailTemplate(ctx context.Context, params *CreateCustomVerificationEmailTemplateInput, optFns ...func(*Options)) (*CreateCustomVerificationEmailTemplateOutput, error)

Creates a new custom verification email template. For more information about custom verification email templates, see Using Custom Verification Email Templates (https://docs.aws.amazon.com/ses/latest/DeveloperGuide/send-email-verify-address-custom.html) in the Amazon SES Developer Guide. You can execute this operation no more than once per second.

func (*Client) CreateDedicatedIpPool

func (c *Client) CreateDedicatedIpPool(ctx context.Context, params *CreateDedicatedIpPoolInput, optFns ...func(*Options)) (*CreateDedicatedIpPoolOutput, error)

Create a new pool of dedicated IP addresses. A pool can include one or more dedicated IP addresses that are associated with your AWS account. You can associate a pool with a configuration set. When you send an email that uses that configuration set, the message is sent from one of the addresses in the associated pool.

func (*Client) CreateDeliverabilityTestReport

func (c *Client) CreateDeliverabilityTestReport(ctx context.Context, params *CreateDeliverabilityTestReportInput, optFns ...func(*Options)) (*CreateDeliverabilityTestReportOutput, error)

Create a new predictive inbox placement test. Predictive inbox placement tests can help you predict how your messages will be handled by various email providers around the world. When you perform a predictive inbox placement test, you provide a sample message that contains the content that you plan to send to your customers. Amazon SES then sends that message to special email addresses spread across several major email providers. After about 24 hours, the test is complete, and you can use the GetDeliverabilityTestReport operation to view the results of the test.

func (*Client) CreateEmailIdentity

func (c *Client) CreateEmailIdentity(ctx context.Context, params *CreateEmailIdentityInput, optFns ...func(*Options)) (*CreateEmailIdentityOutput, error)

Starts the process of verifying an email identity. An identity is an email address or domain that you use when you send email. Before you can use an identity to send email, you first have to verify it. By verifying an identity, you demonstrate that you're the owner of the identity, and that you've given Amazon SES API v2 permission to send email from the identity. When you verify an email address, Amazon SES sends an email to the address. Your email address is verified as soon as you follow the link in the verification email. </p> <p>When you verify a domain without specifying the <code>DkimSigningAttributes</code> object, this operation provides a set of DKIM tokens. You can convert these tokens into CNAME records, which you then add to the DNS configuration for your domain. Your domain is verified when Amazon SES detects these records in the DNS configuration for your domain. This verification method is known as <a href="https://docs.aws.amazon.com/ses/latest/DeveloperGuide/easy-dkim.html">Easy DKIM</a>.</p> <p>Alternatively, you can perform the verification process by providing your own public-private key pair. This verification method is known as Bring Your Own DKIM (BYODKIM). To use BYODKIM, your call to the <code>CreateEmailIdentity</code> operation has to include the <code>DkimSigningAttributes</code> object. When you specify this object, you provide a selector (a component of the DNS record name that identifies the public key that you want to use for DKIM authentication) and a private key.</p>

func (*Client) CreateEmailIdentityPolicy

func (c *Client) CreateEmailIdentityPolicy(ctx context.Context, params *CreateEmailIdentityPolicyInput, optFns ...func(*Options)) (*CreateEmailIdentityPolicyOutput, error)

Creates the specified sending authorization policy for the given identity (an email address or a domain). This API is for the identity owner only. If you have not verified the identity, this API will return an error. Sending authorization is a feature that enables an identity owner to authorize other senders to use its identities. For information about using sending authorization, see the Amazon SES Developer Guide (https://docs.aws.amazon.com/ses/latest/DeveloperGuide/sending-authorization.html). <p>You can execute this operation no more than once per second.</p>

func (*Client) CreateEmailTemplate

func (c *Client) CreateEmailTemplate(ctx context.Context, params *CreateEmailTemplateInput, optFns ...func(*Options)) (*CreateEmailTemplateOutput, error)

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.

func (*Client) DeleteConfigurationSet

func (c *Client) DeleteConfigurationSet(ctx context.Context, params *DeleteConfigurationSetInput, optFns ...func(*Options)) (*DeleteConfigurationSetOutput, error)

Delete an existing configuration set. Configuration sets are groups of rules that you can apply to the emails you send. You apply a configuration set to an email by including a reference to the configuration set in the headers of the email. When you apply a configuration set to an email, all of the rules in that configuration set are applied to the email.

func (*Client) DeleteConfigurationSetEventDestination

func (c *Client) DeleteConfigurationSetEventDestination(ctx context.Context, params *DeleteConfigurationSetEventDestinationInput, optFns ...func(*Options)) (*DeleteConfigurationSetEventDestinationOutput, error)

Delete an event destination. Events include message sends, deliveries, opens, clicks, bounces, and complaints. Event destinations are places that you can send information about these events to. For example, you can send event data to Amazon SNS to receive notifications when you receive bounces or complaints, or you can use Amazon Kinesis Data Firehose to stream data to Amazon S3 for long-term storage.

func (*Client) DeleteCustomVerificationEmailTemplate

func (c *Client) DeleteCustomVerificationEmailTemplate(ctx context.Context, params *DeleteCustomVerificationEmailTemplateInput, optFns ...func(*Options)) (*DeleteCustomVerificationEmailTemplateOutput, error)

Deletes an existing custom verification email template. For more information about custom verification email templates, see Using Custom Verification Email Templates (https://docs.aws.amazon.com/es/latest/DeveloperGuide/send-email-verify-address-custom.html) in the Amazon SES Developer Guide. You can execute this operation no more than once per second.

func (*Client) DeleteDedicatedIpPool

func (c *Client) DeleteDedicatedIpPool(ctx context.Context, params *DeleteDedicatedIpPoolInput, optFns ...func(*Options)) (*DeleteDedicatedIpPoolOutput, error)

Delete a dedicated IP pool.

func (*Client) DeleteEmailIdentity

func (c *Client) DeleteEmailIdentity(ctx context.Context, params *DeleteEmailIdentityInput, optFns ...func(*Options)) (*DeleteEmailIdentityOutput, error)

Deletes an email identity. An identity can be either an email address or a domain name.

func (*Client) DeleteEmailIdentityPolicy

func (c *Client) DeleteEmailIdentityPolicy(ctx context.Context, params *DeleteEmailIdentityPolicyInput, optFns ...func(*Options)) (*DeleteEmailIdentityPolicyOutput, error)

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). <p>You can execute this operation no more than once per second.</p>

func (*Client) DeleteEmailTemplate

func (c *Client) DeleteEmailTemplate(ctx context.Context, params *DeleteEmailTemplateInput, optFns ...func(*Options)) (*DeleteEmailTemplateOutput, error)

Deletes an email template. <p>You can execute this operation no more than once per second.</p>

func (*Client) DeleteSuppressedDestination

func (c *Client) DeleteSuppressedDestination(ctx context.Context, params *DeleteSuppressedDestinationInput, optFns ...func(*Options)) (*DeleteSuppressedDestinationOutput, error)

Removes an email address from the suppression list for your account.

func (*Client) GetAccount

func (c *Client) GetAccount(ctx context.Context, params *GetAccountInput, optFns ...func(*Options)) (*GetAccountOutput, error)

Obtain information about the email-sending status and capabilities of your Amazon SES account in the current AWS Region.

func (*Client) GetBlacklistReports

func (c *Client) GetBlacklistReports(ctx context.Context, params *GetBlacklistReportsInput, optFns ...func(*Options)) (*GetBlacklistReportsOutput, error)

Retrieve a list of the blacklists that your dedicated IP addresses appear on.

func (*Client) GetConfigurationSet

func (c *Client) GetConfigurationSet(ctx context.Context, params *GetConfigurationSetInput, optFns ...func(*Options)) (*GetConfigurationSetOutput, error)

Get information about an existing configuration set, including the dedicated IP pool that it's associated with, whether or not it's enabled for sending email, and more. Configuration sets are groups of rules that you can apply to the emails you send. You apply a configuration set to an email by including a reference to the configuration set in the headers of the email. When you apply a configuration set to an email, all of the rules in that configuration set are applied to the email.

func (*Client) GetConfigurationSetEventDestinations

func (c *Client) GetConfigurationSetEventDestinations(ctx context.Context, params *GetConfigurationSetEventDestinationsInput, optFns ...func(*Options)) (*GetConfigurationSetEventDestinationsOutput, error)

Retrieve a list of event destinations that are associated with a configuration set. Events include message sends, deliveries, opens, clicks, bounces, and complaints. Event destinations are places that you can send information about these events to. For example, you can send event data to Amazon SNS to receive notifications when you receive bounces or complaints, or you can use Amazon Kinesis Data Firehose to stream data to Amazon S3 for long-term storage.

func (*Client) GetCustomVerificationEmailTemplate

func (c *Client) GetCustomVerificationEmailTemplate(ctx context.Context, params *GetCustomVerificationEmailTemplateInput, optFns ...func(*Options)) (*GetCustomVerificationEmailTemplateOutput, error)

Returns the custom email verification template for the template name you specify. For more information about custom verification email templates, see Using Custom Verification Email Templates (https://docs.aws.amazon.com/ses/latest/DeveloperGuide/send-email-verify-address-custom.html) in the Amazon SES Developer Guide. You can execute this operation no more than once per second.

func (*Client) GetDedicatedIp

func (c *Client) GetDedicatedIp(ctx context.Context, params *GetDedicatedIpInput, optFns ...func(*Options)) (*GetDedicatedIpOutput, error)

Get information about a dedicated IP address, including the name of the dedicated IP pool that it's associated with, as well information about the automatic warm-up process for the address.

func (*Client) GetDedicatedIps

func (c *Client) GetDedicatedIps(ctx context.Context, params *GetDedicatedIpsInput, optFns ...func(*Options)) (*GetDedicatedIpsOutput, error)

List the dedicated IP addresses that are associated with your AWS account.

func (*Client) GetDeliverabilityDashboardOptions

func (c *Client) GetDeliverabilityDashboardOptions(ctx context.Context, params *GetDeliverabilityDashboardOptionsInput, optFns ...func(*Options)) (*GetDeliverabilityDashboardOptionsOutput, error)

Retrieve information about the status of the Deliverability dashboard for your account. When the Deliverability dashboard is enabled, you gain access to reputation, deliverability, and other metrics for the domains that you use to send email. You also gain the ability to perform predictive inbox placement tests. <p>When you use the Deliverability dashboard, you pay a monthly subscription charge, in addition to any other fees that you accrue by using Amazon SES and other AWS services. For more information about the features and cost of a Deliverability dashboard subscription, see <a href="http://aws.amazon.com/ses/pricing/">Amazon SES Pricing</a>.</p>

func (*Client) GetDeliverabilityTestReport

func (c *Client) GetDeliverabilityTestReport(ctx context.Context, params *GetDeliverabilityTestReportInput, optFns ...func(*Options)) (*GetDeliverabilityTestReportOutput, error)

Retrieve the results of a predictive inbox placement test.

func (*Client) GetDomainDeliverabilityCampaign

func (c *Client) GetDomainDeliverabilityCampaign(ctx context.Context, params *GetDomainDeliverabilityCampaignInput, optFns ...func(*Options)) (*GetDomainDeliverabilityCampaignOutput, error)

Retrieve all the deliverability data for a specific campaign. This data is available for a campaign only if the campaign sent email by using a domain that the Deliverability dashboard is enabled for.

func (*Client) GetDomainStatisticsReport

func (c *Client) GetDomainStatisticsReport(ctx context.Context, params *GetDomainStatisticsReportInput, optFns ...func(*Options)) (*GetDomainStatisticsReportOutput, error)

Retrieve inbox placement and engagement rates for the domains that you use to send email.

func (*Client) GetEmailIdentity

func (c *Client) GetEmailIdentity(ctx context.Context, params *GetEmailIdentityInput, optFns ...func(*Options)) (*GetEmailIdentityOutput, error)

Provides information about a specific identity, including the identity's verification status, sending authorization policies, its DKIM authentication status, and its custom Mail-From settings.

func (*Client) GetEmailIdentityPolicies

func (c *Client) GetEmailIdentityPolicies(ctx context.Context, params *GetEmailIdentityPoliciesInput, optFns ...func(*Options)) (*GetEmailIdentityPoliciesOutput, error)

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.

func (*Client) GetEmailTemplate

func (c *Client) GetEmailTemplate(ctx context.Context, params *GetEmailTemplateInput, optFns ...func(*Options)) (*GetEmailTemplateOutput, error)

Displays the template object (which includes the subject line, HTML part and text part) for the template you specify. <p>You can execute this operation no more than once per second.</p>

func (*Client) GetSuppressedDestination

func (c *Client) GetSuppressedDestination(ctx context.Context, params *GetSuppressedDestinationInput, optFns ...func(*Options)) (*GetSuppressedDestinationOutput, error)

Retrieves information about a specific email address that's on the suppression list for your account.

func (*Client) ListConfigurationSets

func (c *Client) ListConfigurationSets(ctx context.Context, params *ListConfigurationSetsInput, optFns ...func(*Options)) (*ListConfigurationSetsOutput, error)

List all of the configuration sets associated with your account in the current region. Configuration sets are groups of rules that you can apply to the emails you send. You apply a configuration set to an email by including a reference to the configuration set in the headers of the email. When you apply a configuration set to an email, all of the rules in that configuration set are applied to the email.

func (*Client) ListCustomVerificationEmailTemplates

func (c *Client) ListCustomVerificationEmailTemplates(ctx context.Context, params *ListCustomVerificationEmailTemplatesInput, optFns ...func(*Options)) (*ListCustomVerificationEmailTemplatesOutput, error)

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/send-email-verify-address-custom.html) in the Amazon SES Developer Guide. You can execute this operation no more than once per second.

func (*Client) ListDedicatedIpPools

func (c *Client) ListDedicatedIpPools(ctx context.Context, params *ListDedicatedIpPoolsInput, optFns ...func(*Options)) (*ListDedicatedIpPoolsOutput, error)

List all of the dedicated IP pools that exist in your AWS account in the current Region.

func (*Client) ListDeliverabilityTestReports

func (c *Client) ListDeliverabilityTestReports(ctx context.Context, params *ListDeliverabilityTestReportsInput, optFns ...func(*Options)) (*ListDeliverabilityTestReportsOutput, error)

Show a list of the predictive inbox placement tests that you've performed, regardless of their statuses. For predictive inbox placement tests that are complete, you can use the GetDeliverabilityTestReport operation to view the results.

func (*Client) ListDomainDeliverabilityCampaigns

func (c *Client) ListDomainDeliverabilityCampaigns(ctx context.Context, params *ListDomainDeliverabilityCampaignsInput, optFns ...func(*Options)) (*ListDomainDeliverabilityCampaignsOutput, error)

Retrieve deliverability data for all the campaigns that used a specific domain to send email during a specified time range. This data is available for a domain only if you enabled the Deliverability dashboard for the domain.

func (*Client) ListEmailIdentities

func (c *Client) ListEmailIdentities(ctx context.Context, params *ListEmailIdentitiesInput, optFns ...func(*Options)) (*ListEmailIdentitiesOutput, error)

Returns a list of all of the email identities that are associated with your AWS account. An identity can be either an email address or a domain. This operation returns identities that are verified as well as those that aren't. This operation returns identities that are associated with Amazon SES and Amazon Pinpoint.

func (*Client) ListEmailTemplates

func (c *Client) ListEmailTemplates(ctx context.Context, params *ListEmailTemplatesInput, optFns ...func(*Options)) (*ListEmailTemplatesOutput, error)

Lists the email templates present in your Amazon SES account in the current AWS Region. <p>You can execute this operation no more than once per second.</p>

func (*Client) ListSuppressedDestinations

func (c *Client) ListSuppressedDestinations(ctx context.Context, params *ListSuppressedDestinationsInput, optFns ...func(*Options)) (*ListSuppressedDestinationsOutput, error)

Retrieves a list of email addresses that are on the suppression list for your account.

func (*Client) ListTagsForResource

func (c *Client) ListTagsForResource(ctx context.Context, params *ListTagsForResourceInput, optFns ...func(*Options)) (*ListTagsForResourceOutput, error)

Retrieve a list of the tags (keys and values) that are associated with a specified resource. A tag is a label that you optionally define and associate with a resource. Each tag consists of a required tag key and an optional associated tag value. A tag key is a general label that acts as a category for more specific tag values. A tag value acts as a descriptor within a tag key.

func (*Client) PutAccountDedicatedIpWarmupAttributes

func (c *Client) PutAccountDedicatedIpWarmupAttributes(ctx context.Context, params *PutAccountDedicatedIpWarmupAttributesInput, optFns ...func(*Options)) (*PutAccountDedicatedIpWarmupAttributesOutput, error)

Enable or disable the automatic warm-up feature for dedicated IP addresses.

func (*Client) PutAccountDetails

func (c *Client) PutAccountDetails(ctx context.Context, params *PutAccountDetailsInput, optFns ...func(*Options)) (*PutAccountDetailsOutput, error)

Update your Amazon SES account details.

func (*Client) PutAccountSendingAttributes

func (c *Client) PutAccountSendingAttributes(ctx context.Context, params *PutAccountSendingAttributesInput, optFns ...func(*Options)) (*PutAccountSendingAttributesOutput, error)

Enable or disable the ability of your account to send email.

func (*Client) PutAccountSuppressionAttributes

func (c *Client) PutAccountSuppressionAttributes(ctx context.Context, params *PutAccountSuppressionAttributesInput, optFns ...func(*Options)) (*PutAccountSuppressionAttributesOutput, error)

Change the settings for the account-level suppression list.

func (*Client) PutConfigurationSetDeliveryOptions

func (c *Client) PutConfigurationSetDeliveryOptions(ctx context.Context, params *PutConfigurationSetDeliveryOptionsInput, optFns ...func(*Options)) (*PutConfigurationSetDeliveryOptionsOutput, error)

Associate a configuration set with a dedicated IP pool. You can use dedicated IP pools to create groups of dedicated IP addresses for sending specific types of email.

func (*Client) PutConfigurationSetReputationOptions

func (c *Client) PutConfigurationSetReputationOptions(ctx context.Context, params *PutConfigurationSetReputationOptionsInput, optFns ...func(*Options)) (*PutConfigurationSetReputationOptionsOutput, error)

Enable or disable collection of reputation metrics for emails that you send using a particular configuration set in a specific AWS Region.

func (*Client) PutConfigurationSetSendingOptions

func (c *Client) PutConfigurationSetSendingOptions(ctx context.Context, params *PutConfigurationSetSendingOptionsInput, optFns ...func(*Options)) (*PutConfigurationSetSendingOptionsOutput, error)

Enable or disable email sending for messages that use a particular configuration set in a specific AWS Region.

func (*Client) PutConfigurationSetSuppressionOptions

func (c *Client) PutConfigurationSetSuppressionOptions(ctx context.Context, params *PutConfigurationSetSuppressionOptionsInput, optFns ...func(*Options)) (*PutConfigurationSetSuppressionOptionsOutput, error)

Specify the account suppression list preferences for a configuration set.

func (*Client) PutConfigurationSetTrackingOptions

func (c *Client) PutConfigurationSetTrackingOptions(ctx context.Context, params *PutConfigurationSetTrackingOptionsInput, optFns ...func(*Options)) (*PutConfigurationSetTrackingOptionsOutput, error)

Specify a custom domain to use for open and click tracking elements in email that you send.

func (*Client) PutDedicatedIpInPool

func (c *Client) PutDedicatedIpInPool(ctx context.Context, params *PutDedicatedIpInPoolInput, optFns ...func(*Options)) (*PutDedicatedIpInPoolOutput, error)

Move a dedicated IP address to an existing dedicated IP pool. The dedicated IP address that you specify must already exist, and must be associated with your AWS account. </p> <p>The dedicated IP pool you specify must already exist. You can create a new pool by using the <code>CreateDedicatedIpPool</code> operation.</p> </note>

func (*Client) PutDedicatedIpWarmupAttributes

func (c *Client) PutDedicatedIpWarmupAttributes(ctx context.Context, params *PutDedicatedIpWarmupAttributesInput, optFns ...func(*Options)) (*PutDedicatedIpWarmupAttributesOutput, error)

func (*Client) PutDeliverabilityDashboardOption

func (c *Client) PutDeliverabilityDashboardOption(ctx context.Context, params *PutDeliverabilityDashboardOptionInput, optFns ...func(*Options)) (*PutDeliverabilityDashboardOptionOutput, error)

Enable or disable the Deliverability dashboard. When you enable the Deliverability dashboard, you gain access to reputation, deliverability, and other metrics for the domains that you use to send email. You also gain the ability to perform predictive inbox placement tests. <p>When you use the Deliverability dashboard, you pay a monthly subscription charge, in addition to any other fees that you accrue by using Amazon SES and other AWS services. For more information about the features and cost of a Deliverability dashboard subscription, see <a href="http://aws.amazon.com/ses/pricing/">Amazon SES Pricing</a>.</p>

func (*Client) PutEmailIdentityDkimAttributes

func (c *Client) PutEmailIdentityDkimAttributes(ctx context.Context, params *PutEmailIdentityDkimAttributesInput, optFns ...func(*Options)) (*PutEmailIdentityDkimAttributesOutput, error)

Used to enable or disable DKIM authentication for an email identity.

func (*Client) PutEmailIdentityDkimSigningAttributes

func (c *Client) PutEmailIdentityDkimSigningAttributes(ctx context.Context, params *PutEmailIdentityDkimSigningAttributesInput, optFns ...func(*Options)) (*PutEmailIdentityDkimSigningAttributesOutput, error)

Used to configure or change the DKIM authentication settings for an email domain identity. You can use this operation to do any of the following:

the signing attributes for an identity that uses Bring Your Own DKIM (BYODKIM).

* Change from using no DKIM authentication to using BYODKIM.

using Easy DKIM to using BYODKIM.

DKIM.

func (*Client) PutEmailIdentityFeedbackAttributes

func (c *Client) PutEmailIdentityFeedbackAttributes(ctx context.Context, params *PutEmailIdentityFeedbackAttributesInput, optFns ...func(*Options)) (*PutEmailIdentityFeedbackAttributesOutput, error)

Used to enable or disable feedback forwarding for an identity. This setting determines what happens when an identity is used to send an email that results in a bounce or complaint event. If the value is true, you receive email notifications when bounce or complaint events occur. These notifications are sent to the address that you specified in the Return-Path header of the original email. You're required to have a method of tracking bounces and complaints. If you haven't set up another mechanism for receiving bounce or complaint notifications (for example, by setting up an event destination), you receive an email notification when these events occur (even if this setting is disabled).

func (*Client) PutEmailIdentityMailFromAttributes

func (c *Client) PutEmailIdentityMailFromAttributes(ctx context.Context, params *PutEmailIdentityMailFromAttributesInput, optFns ...func(*Options)) (*PutEmailIdentityMailFromAttributesOutput, error)

Used to enable or disable the custom Mail-From domain configuration for an email identity.

func (*Client) PutSuppressedDestination

func (c *Client) PutSuppressedDestination(ctx context.Context, params *PutSuppressedDestinationInput, optFns ...func(*Options)) (*PutSuppressedDestinationOutput, error)

Adds an email address to the suppression list for your account.

func (*Client) SendBulkEmail

func (c *Client) SendBulkEmail(ctx context.Context, params *SendBulkEmailInput, optFns ...func(*Options)) (*SendBulkEmailOutput, error)

Composes an email message to multiple destinations.

func (*Client) SendCustomVerificationEmail

func (c *Client) SendCustomVerificationEmail(ctx context.Context, params *SendCustomVerificationEmailInput, optFns ...func(*Options)) (*SendCustomVerificationEmailOutput, error)

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/send-email-verify-address-custom.html) in the Amazon SES Developer Guide. You can execute this operation no more than once per second.

func (*Client) SendEmail

func (c *Client) SendEmail(ctx context.Context, params *SendEmailInput, optFns ...func(*Options)) (*SendEmailOutput, error)

Sends an email message. You can use the Amazon SES API v2 to send two types of messages:

message, you specify the sender, the recipient, and the message body, and Amazon SES assembles the message for you.

message. When you send this type of email, you have to specify all of the message headers, as well as the message body. You can use this message type to send messages that contain attachments. The message that you specify has to be a valid MIME message.

tags. When you send this type of email, Amazon SES API v2 automatically replaces the tags with values that you specify.

func (*Client) TagResource

func (c *Client) TagResource(ctx context.Context, params *TagResourceInput, optFns ...func(*Options)) (*TagResourceOutput, error)

Add one or more tags (keys and values) to a specified resource. A tag is a label that you optionally define and associate with a resource. Tags can help you categorize and manage resources in different ways, such as by purpose, owner, environment, or other criteria. A resource can have as many as 50 tags. Each tag consists of a required tag key and an associated tag value, both of which you define. A tag key is a general label that acts as a category for more specific tag values. A tag value acts as a descriptor within a tag key.

func (*Client) TestRenderEmailTemplate

func (c *Client) TestRenderEmailTemplate(ctx context.Context, params *TestRenderEmailTemplateInput, optFns ...func(*Options)) (*TestRenderEmailTemplateOutput, error)

Creates a preview of the MIME content of an email when provided with a template and a set of replacement data. <p>You can execute this operation no more than once per second.</p>

func (*Client) UntagResource

func (c *Client) UntagResource(ctx context.Context, params *UntagResourceInput, optFns ...func(*Options)) (*UntagResourceOutput, error)

Remove one or more tags (keys and values) from a specified resource.

func (*Client) UpdateConfigurationSetEventDestination

func (c *Client) UpdateConfigurationSetEventDestination(ctx context.Context, params *UpdateConfigurationSetEventDestinationInput, optFns ...func(*Options)) (*UpdateConfigurationSetEventDestinationOutput, error)

Update the configuration of an event destination for a configuration set. Events include message sends, deliveries, opens, clicks, bounces, and complaints. Event destinations are places that you can send information about these events to. For example, you can send event data to Amazon SNS to receive notifications when you receive bounces or complaints, or you can use Amazon Kinesis Data Firehose to stream data to Amazon S3 for long-term storage.

func (*Client) UpdateCustomVerificationEmailTemplate

func (c *Client) UpdateCustomVerificationEmailTemplate(ctx context.Context, params *UpdateCustomVerificationEmailTemplateInput, optFns ...func(*Options)) (*UpdateCustomVerificationEmailTemplateOutput, error)

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/send-email-verify-address-custom.html) in the Amazon SES Developer Guide. You can execute this operation no more than once per second.

func (*Client) UpdateEmailIdentityPolicy

func (c *Client) UpdateEmailIdentityPolicy(ctx context.Context, params *UpdateEmailIdentityPolicyInput, optFns ...func(*Options)) (*UpdateEmailIdentityPolicyOutput, error)

Updates 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). <p>You can execute this operation no more than once per second.</p>

func (*Client) UpdateEmailTemplate

func (c *Client) UpdateEmailTemplate(ctx context.Context, params *UpdateEmailTemplateInput, optFns ...func(*Options)) (*UpdateEmailTemplateOutput, error)

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.

type CreateConfigurationSetEventDestinationInput

type CreateConfigurationSetEventDestinationInput struct {
	// The name of the configuration set that you want to add an event destination to.
	ConfigurationSetName *string
	// An object that defines the event destination.
	EventDestination *types.EventDestinationDefinition
	// A name that identifies the event destination within the configuration set.
	EventDestinationName *string
}

A request to add an event destination to a configuration set.

type CreateConfigurationSetEventDestinationOutput

type CreateConfigurationSetEventDestinationOutput struct {
	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

An HTTP 200 response if the request succeeds, or an error message if the request fails.

type CreateConfigurationSetInput

type CreateConfigurationSetInput struct {
	// An object that defines whether or not Amazon SES can send email that you send
	// using the configuration set.
	SendingOptions *types.SendingOptions
	// An object that contains information about the suppression list preferences for
	// your account.
	SuppressionOptions *types.SuppressionOptions
	// An object that defines the dedicated IP pool that is used to send emails that
	// you send using the configuration set.
	DeliveryOptions *types.DeliveryOptions
	// An array of objects that define the tags (keys and values) that you want to
	// associate with the configuration set.
	Tags []*types.Tag
	// An object that defines whether or not Amazon SES collects reputation metrics for
	// the emails that you send that use the configuration set.
	ReputationOptions *types.ReputationOptions
	// The name of the configuration set.
	ConfigurationSetName *string
	// An object that defines the open and click tracking options for emails that you
	// send using the configuration set.
	TrackingOptions *types.TrackingOptions
}

A request to create a configuration set.

type CreateConfigurationSetOutput

type CreateConfigurationSetOutput struct {
	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

An HTTP 200 response if the request succeeds, or an error message if the request fails.

type CreateCustomVerificationEmailTemplateInput

type CreateCustomVerificationEmailTemplateInput struct {
	// The subject line of the custom verification email.
	TemplateSubject *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/send-email-verify-address-custom.html#custom-verification-emails-faq)
	// in the Amazon SES Developer Guide.
	TemplateContent *string
	// The URL that the recipient of the verification email is sent to if his or her
	// address is not successfully verified.
	FailureRedirectionURL *string
	// The URL that the recipient of the verification email is sent to if his or her
	// address is successfully verified.
	SuccessRedirectionURL *string
	// The email address that the custom verification email is sent from.
	FromEmailAddress *string
	// The name of the custom verification email template.
	TemplateName *string
}

Represents a request to create a custom verification email template.

type CreateCustomVerificationEmailTemplateOutput

type CreateCustomVerificationEmailTemplateOutput struct {
	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

If the action is successful, the service sends back an HTTP 200 response with an empty HTTP body.

type CreateDedicatedIpPoolInput

type CreateDedicatedIpPoolInput struct {
	// The name of the dedicated IP pool.
	PoolName *string
	// An object that defines the tags (keys and values) that you want to associate
	// with the pool.
	Tags []*types.Tag
}

A request to create a new dedicated IP pool.

type CreateDedicatedIpPoolOutput

type CreateDedicatedIpPoolOutput struct {
	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

An HTTP 200 response if the request succeeds, or an error message if the request fails.

type CreateDeliverabilityTestReportInput

type CreateDeliverabilityTestReportInput struct {
	// The HTML body of the message that you sent when you performed the predictive
	// inbox placement test.
	Content *types.EmailContent
	// A unique name that helps you to identify the predictive inbox placement test
	// when you retrieve the results.
	ReportName *string
	// An array of objects that define the tags (keys and values) that you want to
	// associate with the predictive inbox placement test.
	Tags []*types.Tag
	// The email address that the predictive inbox placement test email was sent from.
	FromEmailAddress *string
}

A request to perform a predictive inbox placement test. Predictive inbox placement tests can help you predict how your messages will be handled by various email providers around the world. When you perform a predictive inbox placement test, you provide a sample message that contains the content that you plan to send to your customers. We send that message to special email addresses spread across several major email providers around the world. The test takes about 24 hours to complete. When the test is complete, you can use the GetDeliverabilityTestReport operation to view the results of the test.

type CreateDeliverabilityTestReportOutput

type CreateDeliverabilityTestReportOutput struct {
	// The status of the predictive inbox placement test. If the status is IN_PROGRESS,
	// then the predictive inbox placement test is currently running. Predictive inbox
	// placement tests are usually complete within 24 hours of creating the test. If
	// the status is COMPLETE, then the test is finished, and you can use the
	// GetDeliverabilityTestReport to view the results of the test.
	DeliverabilityTestStatus types.DeliverabilityTestStatus
	// A unique string that identifies the predictive inbox placement test.
	ReportId *string

	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

Information about the predictive inbox placement test that you created.

type CreateEmailIdentityInput

type CreateEmailIdentityInput struct {
	// If your request includes this object, Amazon SES configures the identity to use
	// Bring Your Own DKIM (BYODKIM) for DKIM authentication purposes, as opposed to
	// the default method, Easy DKIM
	// (https://docs.aws.amazon.com/ses/latest/DeveloperGuide/easy-dkim.html). You can
	// only specify this object if the email identity is a domain, as opposed to an
	// address.
	DkimSigningAttributes *types.DkimSigningAttributes
	// The email address or domain that you want to verify.
	EmailIdentity *string
	// An array of objects that define the tags (keys and values) that you want to
	// associate with the email identity.
	Tags []*types.Tag
}

A request to begin the verification process for an email identity (an email address or domain).

type CreateEmailIdentityOutput

type CreateEmailIdentityOutput struct {
	// Specifies whether or not the identity is verified. You can only send email from
	// verified email addresses or domains. For more information about verifying
	// identities, see the Amazon Pinpoint User Guide
	// (https://docs.aws.amazon.com/pinpoint/latest/userguide/channels-email-manage-verify.html).
	VerifiedForSendingStatus *bool
	// An object that contains information about the DKIM attributes for the identity.
	DkimAttributes *types.DkimAttributes
	// The email identity type.
	IdentityType types.IdentityType

	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

If the email identity is a domain, this object contains information about the DKIM verification status for the domain. If the email identity is an email address, this object is empty.

type CreateEmailIdentityPolicyInput

type CreateEmailIdentityPolicyInput struct {
	// The email identity for which you want to create a policy.
	EmailIdentity *string
	// 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 *string
	// The name of the policy.  <p>The policy name cannot exceed 64 characters and can
	// only include alphanumeric characters, dashes, and underscores.</p>
	PolicyName *string
}

Represents a request to create a sending authorization policy for an identity. Sending authorization is an Amazon SES feature that enables you to authorize other senders to use your identities. For information, see the Amazon SES Developer Guide (https://docs.aws.amazon.com/ses/latest/DeveloperGuide/sending-authorization-identity-owner-tasks-management.html).

type CreateEmailIdentityPolicyOutput

type CreateEmailIdentityPolicyOutput struct {
	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

An HTTP 200 response if the request succeeds, or an error message if the request fails.

type CreateEmailTemplateInput

type CreateEmailTemplateInput struct {
	// The name of the template you want to create.
	TemplateName *string
	// The content of the email template, composed of a subject line, an HTML part, and
	// a text-only part.
	TemplateContent *types.EmailTemplateContent
}

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).

type CreateEmailTemplateOutput

type CreateEmailTemplateOutput struct {
	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

If the action is successful, the service sends back an HTTP 200 response with an empty HTTP body.

type DeleteConfigurationSetEventDestinationInput

type DeleteConfigurationSetEventDestinationInput struct {
	// The name of the configuration set that contains the event destination that you
	// want to delete.
	ConfigurationSetName *string
	// The name of the event destination that you want to delete.
	EventDestinationName *string
}

A request to delete an event destination from a configuration set.

type DeleteConfigurationSetEventDestinationOutput

type DeleteConfigurationSetEventDestinationOutput struct {
	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

An HTTP 200 response if the request succeeds, or an error message if the request fails.

type DeleteConfigurationSetInput

type DeleteConfigurationSetInput struct {
	// The name of the configuration set that you want to delete.
	ConfigurationSetName *string
}

A request to delete a configuration set.

type DeleteConfigurationSetOutput

type DeleteConfigurationSetOutput struct {
	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

An HTTP 200 response if the request succeeds, or an error message if the request fails.

type DeleteCustomVerificationEmailTemplateInput

type DeleteCustomVerificationEmailTemplateInput struct {
	// The name of the custom verification email template that you want to delete.
	TemplateName *string
}

Represents a request to delete an existing custom verification email template.

type DeleteCustomVerificationEmailTemplateOutput

type DeleteCustomVerificationEmailTemplateOutput struct {
	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

If the action is successful, the service sends back an HTTP 200 response with an empty HTTP body.

type DeleteDedicatedIpPoolInput

type DeleteDedicatedIpPoolInput struct {
	// The name of the dedicated IP pool that you want to delete.
	PoolName *string
}

A request to delete a dedicated IP pool.

type DeleteDedicatedIpPoolOutput

type DeleteDedicatedIpPoolOutput struct {
	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

An HTTP 200 response if the request succeeds, or an error message if the request fails.

type DeleteEmailIdentityInput

type DeleteEmailIdentityInput struct {
	// The identity (that is, the email address or domain) that you want to delete.
	EmailIdentity *string
}

A request to delete an existing email identity. When you delete an identity, you lose the ability to send email from that identity. You can restore your ability to send email by completing the verification process for the identity again.

type DeleteEmailIdentityOutput

type DeleteEmailIdentityOutput struct {
	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

An HTTP 200 response if the request succeeds, or an error message if the request fails.

type DeleteEmailIdentityPolicyInput

type DeleteEmailIdentityPolicyInput struct {
	// The email identity for which you want to delete a policy.
	EmailIdentity *string
	// The name of the policy.  <p>The policy name cannot exceed 64 characters and can
	// only include alphanumeric characters, dashes, and underscores.</p>
	PolicyName *string
}

Represents a request to delete a sending authorization policy for an identity. Sending authorization is an Amazon SES feature that enables you to authorize other senders to use your identities. For information, see the Amazon SES Developer Guide (https://docs.aws.amazon.com/ses/latest/DeveloperGuide/sending-authorization-identity-owner-tasks-management.html).

type DeleteEmailIdentityPolicyOutput

type DeleteEmailIdentityPolicyOutput struct {
	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

An HTTP 200 response if the request succeeds, or an error message if the request fails.

type DeleteEmailTemplateInput

type DeleteEmailTemplateInput struct {
	// The name of the template to be deleted.
	TemplateName *string
}

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).

type DeleteEmailTemplateOutput

type DeleteEmailTemplateOutput struct {
	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

If the action is successful, the service sends back an HTTP 200 response with an empty HTTP body.

type DeleteSuppressedDestinationInput

type DeleteSuppressedDestinationInput struct {
	// The suppressed email destination to remove from the account suppression list.
	EmailAddress *string
}

A request to remove an email address from the suppression list for your account.

type DeleteSuppressedDestinationOutput

type DeleteSuppressedDestinationOutput struct {
	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

An HTTP 200 response if the request succeeds, or an error message if the request fails.

type EndpointResolver

type EndpointResolver interface {
	ResolveEndpoint(region string, options ResolverOptions) (aws.Endpoint, error)
}

EndpointResolver interface for resolving service endpoints.

func WithEndpointResolver

func WithEndpointResolver(awsResolver aws.EndpointResolver, fallbackResolver EndpointResolver) EndpointResolver

WithEndpointResolver returns an EndpointResolver that first delegates endpoint resolution to the awsResolver. If awsResolver returns aws.EndpointNotFoundError error, the resolver will use the the provided fallbackResolver for resolution. awsResolver and fallbackResolver must not be nil

type EndpointResolverFunc

type EndpointResolverFunc func(region string, options ResolverOptions) (aws.Endpoint, error)

EndpointResolverFunc is a helper utility that wraps a function so it satisfies the EndpointResolver interface. This is useful when you want to add additional endpoint resolving logic, or stub out specific endpoints with custom values.

func (EndpointResolverFunc) ResolveEndpoint

func (fn EndpointResolverFunc) ResolveEndpoint(region string, options ResolverOptions) (endpoint aws.Endpoint, err error)

type GetAccountInput

type GetAccountInput struct {
}

A request to obtain information about the email-sending capabilities of your Amazon SES account.

type GetAccountOutput

type GetAccountOutput struct {
	// An object that contains information about the per-day and per-second sending
	// limits for your Amazon SES account in the current AWS Region.
	SendQuota *types.SendQuota
	// Indicates whether or not email sending is enabled for your Amazon SES account in
	// the current AWS Region.
	SendingEnabled *bool
	// An object that contains information about the email address suppression
	// preferences for your account in the current AWS Region.
	SuppressionAttributes *types.SuppressionAttributes
	// An object that defines your account details.
	Details *types.AccountDetails
	// Indicates whether or not your account has production access in the current AWS
	// Region. If the value is false, then your account is in the sandbox. When your
	// account is in the sandbox, you can only send email to verified identities.
	// Additionally, the maximum number of emails you can send in a 24-hour period
	// (your sending quota) is 200, and the maximum number of emails you can send per
	// second (your maximum sending rate) is 1. If the value is true, then your account
	// has production access. When your account has production access, you can send
	// email to any address. The sending quota and maximum sending rate for your
	// account vary based on your specific use case.
	ProductionAccessEnabled *bool
	// The reputation status of your Amazon SES account. The status can be one of the
	// following:
	//
	//     * HEALTHY – There are no reputation-related issues that
	// currently impact your account.
	//
	//     * PROBATION – We've identified potential
	// issues with your Amazon SES account. We're placing your account under review
	// while you work on correcting these issues.
	//
	//     * SHUTDOWN – Your account's
	// ability to send email is currently paused because of an issue with the email
	// sent from your account. When you correct the issue, you can contact us and
	// request that your account's ability to send email is resumed.
	EnforcementStatus *string
	// Indicates whether or not the automatic warm-up feature is enabled for dedicated
	// IP addresses that are associated with your account.
	DedicatedIpAutoWarmupEnabled *bool

	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

A list of details about the email-sending capabilities of your Amazon SES account in the current AWS Region.

type GetBlacklistReportsInput

type GetBlacklistReportsInput struct {
	// A list of IP addresses that you want to retrieve blacklist information about.
	// You can only specify the dedicated IP addresses that you use to send email using
	// Amazon SES or Amazon Pinpoint.
	BlacklistItemNames []*string
}

A request to retrieve a list of the blacklists that your dedicated IP addresses appear on.

type GetBlacklistReportsOutput

type GetBlacklistReportsOutput struct {
	// An object that contains information about a blacklist that one of your dedicated
	// IP addresses appears on.
	BlacklistReport map[string][]*types.BlacklistEntry

	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

An object that contains information about blacklist events.

type GetConfigurationSetEventDestinationsInput

type GetConfigurationSetEventDestinationsInput struct {
	// The name of the configuration set that contains the event destination.
	ConfigurationSetName *string
}

A request to obtain information about the event destinations for a configuration set.

type GetConfigurationSetEventDestinationsOutput

type GetConfigurationSetEventDestinationsOutput struct {
	// An array that includes all of the events destinations that have been configured
	// for the configuration set.
	EventDestinations []*types.EventDestination

	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

Information about an event destination for a configuration set.

type GetConfigurationSetInput

type GetConfigurationSetInput struct {
	// The name of the configuration set that you want to obtain more information
	// about.
	ConfigurationSetName *string
}

A request to obtain information about a configuration set.

type GetConfigurationSetOutput

type GetConfigurationSetOutput struct {
	// An object that defines whether or not Amazon SES can send email that you send
	// using the configuration set.
	SendingOptions *types.SendingOptions
	// An object that defines the dedicated IP pool that is used to send emails that
	// you send using the configuration set.
	DeliveryOptions *types.DeliveryOptions
	// An object that defines the open and click tracking options for emails that you
	// send using the configuration set.
	TrackingOptions *types.TrackingOptions
	// An array of objects that define the tags (keys and values) that are associated
	// with the configuration set.
	Tags []*types.Tag
	// The name of the configuration set.
	ConfigurationSetName *string
	// An object that defines whether or not Amazon SES collects reputation metrics for
	// the emails that you send that use the configuration set.
	ReputationOptions *types.ReputationOptions
	// An object that contains information about the suppression list preferences for
	// your account.
	SuppressionOptions *types.SuppressionOptions

	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

Information about a configuration set.

type GetCustomVerificationEmailTemplateInput

type GetCustomVerificationEmailTemplateInput struct {
	// The name of the custom verification email template that you want to retrieve.
	TemplateName *string
}

Represents a request to retrieve an existing custom verification email template.

type GetCustomVerificationEmailTemplateOutput

type GetCustomVerificationEmailTemplateOutput struct {
	// The email address that the custom verification email is sent from.
	FromEmailAddress *string
	// The content of the custom verification email.
	TemplateContent *string
	// The URL that the recipient of the verification email is sent to if his or her
	// address is successfully verified.
	SuccessRedirectionURL *string
	// The name of the custom verification email template.
	TemplateName *string
	// The URL that the recipient of the verification email is sent to if his or her
	// address is not successfully verified.
	FailureRedirectionURL *string
	// The subject line of the custom verification email.
	TemplateSubject *string

	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

The following elements are returned by the service.

type GetDedicatedIpInput

type GetDedicatedIpInput struct {
	// The IP address that you want to obtain more information about. The value you
	// specify has to be a dedicated IP address that's assocaited with your AWS
	// account.
	Ip *string
}

A request to obtain more information about a dedicated IP address.

type GetDedicatedIpOutput

type GetDedicatedIpOutput struct {
	// An object that contains information about a dedicated IP address.
	DedicatedIp *types.DedicatedIp

	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

Information about a dedicated IP address.

type GetDedicatedIpsInput

type GetDedicatedIpsInput struct {
	// The number of results to show in a single call to GetDedicatedIpsRequest. If the
	// number of results is larger than the number you specified in this parameter,
	// then the response includes a NextToken element, which you can use to obtain
	// additional results.
	PageSize *int32
	// A token returned from a previous call to GetDedicatedIps to indicate the
	// position of the dedicated IP pool in the list of IP pools.
	NextToken *string
	// The name of the IP pool that the dedicated IP address is associated with.
	PoolName *string
}

A request to obtain more information about dedicated IP pools.

type GetDedicatedIpsOutput

type GetDedicatedIpsOutput struct {
	// A token that indicates that there are additional dedicated IP addresses to list.
	// To view additional addresses, issue another request to GetDedicatedIps, passing
	// this token in the NextToken parameter.
	NextToken *string
	// A list of dedicated IP addresses that are associated with your AWS account.
	DedicatedIps []*types.DedicatedIp

	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

Information about the dedicated IP addresses that are associated with your AWS account.

type GetDeliverabilityDashboardOptionsInput

type GetDeliverabilityDashboardOptionsInput struct {
}

Retrieve information about the status of the Deliverability dashboard for your AWS account. When the Deliverability dashboard is enabled, you gain access to reputation, deliverability, and other metrics for your domains. You also gain the ability to perform predictive inbox placement tests. <p>When you use the Deliverability dashboard, you pay a monthly subscription charge, in addition to any other fees that you accrue by using Amazon SES and other AWS services. For more information about the features and cost of a Deliverability dashboard subscription, see <a href="http://aws.amazon.com/pinpoint/pricing/">Amazon Pinpoint Pricing</a>.</p>

type GetDeliverabilityDashboardOptionsOutput

type GetDeliverabilityDashboardOptionsOutput struct {
	// The date, in Unix time format, when your current subscription to the
	// Deliverability dashboard is scheduled to expire, if your subscription is
	// scheduled to expire at the end of the current calendar month. This value is null
	// if you have an active subscription that isn’t due to expire at the end of the
	// month.
	SubscriptionExpiryDate *time.Time
	// An array of objects, one for each verified domain that you use to send email and
	// currently has an active Deliverability dashboard subscription that's scheduled
	// to expire at the end of the current calendar month.
	PendingExpirationSubscribedDomains []*types.DomainDeliverabilityTrackingOption
	// Specifies whether the Deliverability dashboard is enabled. If this value is
	// true, the dashboard is enabled.
	DashboardEnabled *bool
	// An array of objects, one for each verified domain that you use to send email and
	// currently has an active Deliverability dashboard subscription that isn’t
	// scheduled to expire at the end of the current calendar month.
	ActiveSubscribedDomains []*types.DomainDeliverabilityTrackingOption
	// The current status of your Deliverability dashboard subscription. If this value
	// is PENDING_EXPIRATION, your subscription is scheduled to expire at the end of
	// the current calendar month.
	AccountStatus types.DeliverabilityDashboardAccountStatus

	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

An object that shows the status of the Deliverability dashboard.

type GetDeliverabilityTestReportInput

type GetDeliverabilityTestReportInput struct {
	// A unique string that identifies the predictive inbox placement test.
	ReportId *string
}

A request to retrieve the results of a predictive inbox placement test.

type GetDeliverabilityTestReportOutput

type GetDeliverabilityTestReportOutput struct {
	// An object that describes how the test email was handled by several email
	// providers, including Gmail, Hotmail, Yahoo, AOL, and others.
	IspPlacements []*types.IspPlacement
	// An array of objects that define the tags (keys and values) that are associated
	// with the predictive inbox placement test.
	Tags []*types.Tag
	// An object that specifies how many test messages that were sent during the
	// predictive inbox placement test were delivered to recipients' inboxes, how many
	// were sent to recipients' spam folders, and how many weren't delivered.
	OverallPlacement *types.PlacementStatistics
	// An object that contains the message that you sent when you performed this
	// predictive inbox placement test.
	Message *string
	// An object that contains the results of the predictive inbox placement test.
	DeliverabilityTestReport *types.DeliverabilityTestReport

	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

The results of the predictive inbox placement test.

type GetDomainDeliverabilityCampaignInput

type GetDomainDeliverabilityCampaignInput struct {
	// The unique identifier for the campaign. The Deliverability dashboard
	// automatically generates and assigns this identifier to a campaign.
	CampaignId *string
}

Retrieve all the deliverability data for a specific campaign. This data is available for a campaign only if the campaign sent email by using a domain that the Deliverability dashboard is enabled for (PutDeliverabilityDashboardOption operation).

type GetDomainDeliverabilityCampaignOutput

type GetDomainDeliverabilityCampaignOutput struct {
	// An object that contains the deliverability data for the campaign.
	DomainDeliverabilityCampaign *types.DomainDeliverabilityCampaign

	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

An object that contains all the deliverability data for a specific campaign. This data is available for a campaign only if the campaign sent email by using a domain that the Deliverability dashboard is enabled for.

type GetDomainStatisticsReportInput

type GetDomainStatisticsReportInput struct {
	// The domain that you want to obtain deliverability metrics for.
	Domain *string
	// The last day (in Unix time) that you want to obtain domain deliverability
	// metrics for. The EndDate that you specify has to be less than or equal to 30
	// days after the StartDate.
	EndDate *time.Time
	// The first day (in Unix time) that you want to obtain domain deliverability
	// metrics for.
	StartDate *time.Time
}

A request to obtain deliverability metrics for a domain.

type GetDomainStatisticsReportOutput

type GetDomainStatisticsReportOutput struct {
	// An object that contains deliverability metrics for the domain that you
	// specified. This object contains data for each day, starting on the StartDate and
	// ending on the EndDate.
	DailyVolumes []*types.DailyVolume
	// An object that contains deliverability metrics for the domain that you
	// specified. The data in this object is a summary of all of the data that was
	// collected from the StartDate to the EndDate.
	OverallVolume *types.OverallVolume

	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

An object that includes statistics that are related to the domain that you specified.

type GetEmailIdentityInput

type GetEmailIdentityInput struct {
	// The email identity that you want to retrieve details for.
	EmailIdentity *string
}

A request to return details about an email identity.

type GetEmailIdentityOutput

type GetEmailIdentityOutput struct {
	// The email identity type.
	IdentityType types.IdentityType
	// An object that contains information about the Mail-From attributes for the email
	// identity.
	MailFromAttributes *types.MailFromAttributes
	// The feedback forwarding configuration for the identity. If the value is true,
	// you receive email notifications when bounce or complaint events occur. These
	// notifications are sent to the address that you specified in the Return-Path
	// header of the original email. You're required to have a method of tracking
	// bounces and complaints. If you haven't set up another mechanism for receiving
	// bounce or complaint notifications (for example, by setting up an event
	// destination), you receive an email notification when these events occur (even if
	// this setting is disabled).
	FeedbackForwardingStatus *bool
	// An array of objects that define the tags (keys and values) that are associated
	// with the email identity.
	Tags []*types.Tag
	// A map of policy names to policies.
	Policies map[string]*string
	// An object that contains information about the DKIM attributes for the identity.
	DkimAttributes *types.DkimAttributes
	// Specifies whether or not the identity is verified. You can only send email from
	// verified email addresses or domains. For more information about verifying
	// identities, see the Amazon Pinpoint User Guide
	// (https://docs.aws.amazon.com/pinpoint/latest/userguide/channels-email-manage-verify.html).
	VerifiedForSendingStatus *bool

	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

Details about an email identity.

type GetEmailIdentityPoliciesInput

type GetEmailIdentityPoliciesInput struct {
	// The email identity that you want to retrieve policies for.
	EmailIdentity *string
}

A request to return the policies of an email identity.

type GetEmailIdentityPoliciesOutput

type GetEmailIdentityPoliciesOutput struct {
	// A map of policy names to policies.
	Policies map[string]*string

	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

Identity policies associated with email identity.

type GetEmailTemplateInput

type GetEmailTemplateInput struct {
	// The name of the template you want to retrieve.
	TemplateName *string
}

Represents a request to display the template object (which includes the subject line, HTML part and text part) for the template you specify.

type GetEmailTemplateOutput

type GetEmailTemplateOutput struct {
	// The name of the template you want to retrieve.
	TemplateName *string
	// The content of the email template, composed of a subject line, an HTML part, and
	// a text-only part.
	TemplateContent *types.EmailTemplateContent

	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

The following element is returned by the service.

type GetSuppressedDestinationInput

type GetSuppressedDestinationInput struct {
	// The email address that's on the account suppression list.
	EmailAddress *string
}

A request to retrieve information about an email address that's on the suppression list for your account.

type GetSuppressedDestinationOutput

type GetSuppressedDestinationOutput struct {
	// An object containing information about the suppressed email address.
	SuppressedDestination *types.SuppressedDestination

	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

Information about the suppressed email address.

type HTTPClient

type HTTPClient interface {
	Do(*http.Request) (*http.Response, error)
}

type HTTPSignerV4

type HTTPSignerV4 interface {
	SignHTTP(ctx context.Context, credentials aws.Credentials, r *http.Request, payloadHash string, service string, region string, signingTime time.Time) error
}

type ListConfigurationSetsInput

type ListConfigurationSetsInput struct {
	// The number of results to show in a single call to ListConfigurationSets. If the
	// number of results is larger than the number you specified in this parameter,
	// then the response includes a NextToken element, which you can use to obtain
	// additional results.
	PageSize *int32
	// A token returned from a previous call to ListConfigurationSets to indicate the
	// position in the list of configuration sets.
	NextToken *string
}

A request to obtain a list of configuration sets for your Amazon SES account in the current AWS Region.

type ListConfigurationSetsOutput

type ListConfigurationSetsOutput struct {
	// An array that contains all of the configuration sets in your Amazon SES account
	// in the current AWS Region.
	ConfigurationSets []*string
	// A token that indicates that there are additional configuration sets to list. To
	// view additional configuration sets, issue another request to
	// ListConfigurationSets, and pass this token in the NextToken parameter.
	NextToken *string

	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

A list of configuration sets in your Amazon SES account in the current AWS Region.

type ListCustomVerificationEmailTemplatesInput

type ListCustomVerificationEmailTemplatesInput struct {
	// The number of results to show in a single call to
	// ListCustomVerificationEmailTemplates. If the number of results is larger than
	// the number you specified in this parameter, then the response includes a
	// NextToken element, which you can use to obtain additional results. The value you
	// specify has to be at least 1, and can be no more than 50.
	PageSize *int32
	// A token returned from a previous call to ListCustomVerificationEmailTemplates to
	// indicate the position in the list of custom verification email templates.
	NextToken *string
}

Represents a request to list the existing custom verification email templates for your account.

type ListCustomVerificationEmailTemplatesOutput

type ListCustomVerificationEmailTemplatesOutput struct {
	// A list of the custom verification email templates that exist in your account.
	CustomVerificationEmailTemplates []*types.CustomVerificationEmailTemplateMetadata
	// A token indicating that there are additional custom verification email templates
	// available to be listed. Pass this token to a subsequent call to
	// ListCustomVerificationEmailTemplates to retrieve the next 50 custom verification
	// email templates.
	NextToken *string

	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

The following elements are returned by the service.

type ListDedicatedIpPoolsInput

type ListDedicatedIpPoolsInput struct {
	// A token returned from a previous call to ListDedicatedIpPools to indicate the
	// position in the list of dedicated IP pools.
	NextToken *string
	// The number of results to show in a single call to ListDedicatedIpPools. If the
	// number of results is larger than the number you specified in this parameter,
	// then the response includes a NextToken element, which you can use to obtain
	// additional results.
	PageSize *int32
}

A request to obtain a list of dedicated IP pools.

type ListDedicatedIpPoolsOutput

type ListDedicatedIpPoolsOutput struct {
	// A token that indicates that there are additional IP pools to list. To view
	// additional IP pools, issue another request to ListDedicatedIpPools, passing this
	// token in the NextToken parameter.
	NextToken *string
	// A list of all of the dedicated IP pools that are associated with your AWS
	// account in the current Region.
	DedicatedIpPools []*string

	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

A list of dedicated IP pools.

type ListDeliverabilityTestReportsInput

type ListDeliverabilityTestReportsInput struct {
	// A token returned from a previous call to ListDeliverabilityTestReports to
	// indicate the position in the list of predictive inbox placement tests.
	NextToken *string
	// The number of results to show in a single call to ListDeliverabilityTestReports.
	// If the number of results is larger than the number you specified in this
	// parameter, then the response includes a NextToken element, which you can use to
	// obtain additional results. The value you specify has to be at least 0, and can
	// be no more than 1000.
	PageSize *int32
}

A request to list all of the predictive inbox placement tests that you've performed.

type ListDeliverabilityTestReportsOutput

type ListDeliverabilityTestReportsOutput struct {
	// An object that contains a lists of predictive inbox placement tests that you've
	// performed.
	DeliverabilityTestReports []*types.DeliverabilityTestReport
	// A token that indicates that there are additional predictive inbox placement
	// tests to list. To view additional predictive inbox placement tests, issue
	// another request to ListDeliverabilityTestReports, and pass this token in the
	// NextToken parameter.
	NextToken *string

	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

A list of the predictive inbox placement test reports that are available for your account, regardless of whether or not those tests are complete.

type ListDomainDeliverabilityCampaignsInput

type ListDomainDeliverabilityCampaignsInput struct {
	// The maximum number of results to include in response to a single call to the
	// ListDomainDeliverabilityCampaigns operation. If the number of results is larger
	// than the number that you specify in this parameter, the response includes a
	// NextToken element, which you can use to obtain additional results.
	PageSize *int32
	// The last day, in Unix time format, that you want to obtain deliverability data
	// for. This value has to be less than or equal to 30 days after the value of the
	// StartDate parameter.
	EndDate *time.Time
	// The domain to obtain deliverability data for.
	SubscribedDomain *string
	// The first day, in Unix time format, that you want to obtain deliverability data
	// for.
	StartDate *time.Time
	// A token that’s returned from a previous call to the
	// ListDomainDeliverabilityCampaigns operation. This token indicates the position
	// of a campaign in the list of campaigns.
	NextToken *string
}

Retrieve deliverability data for all the campaigns that used a specific domain to send email during a specified time range. This data is available for a domain only if you enabled the Deliverability dashboard.

type ListDomainDeliverabilityCampaignsOutput

type ListDomainDeliverabilityCampaignsOutput struct {
	// An array of responses, one for each campaign that used the domain to send email
	// during the specified time range.
	DomainDeliverabilityCampaigns []*types.DomainDeliverabilityCampaign
	// A token that’s returned from a previous call to the
	// ListDomainDeliverabilityCampaigns operation. This token indicates the position
	// of the campaign in the list of campaigns.
	NextToken *string

	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

An array of objects that provide deliverability data for all the campaigns that used a specific domain to send email during a specified time range. This data is available for a domain only if you enabled the Deliverability dashboard for the domain.

type ListEmailIdentitiesInput

type ListEmailIdentitiesInput struct {
	// A token returned from a previous call to ListEmailIdentities to indicate the
	// position in the list of identities.
	NextToken *string
	// The number of results to show in a single call to ListEmailIdentities. If the
	// number of results is larger than the number you specified in this parameter,
	// then the response includes a NextToken element, which you can use to obtain
	// additional results. The value you specify has to be at least 0, and can be no
	// more than 1000.
	PageSize *int32
}

A request to list all of the email identities associated with your AWS account. This list includes identities that you've already verified, identities that are unverified, and identities that were verified in the past, but are no longer verified.

type ListEmailIdentitiesOutput

type ListEmailIdentitiesOutput struct {
	// An array that includes all of the email identities associated with your AWS
	// account.
	EmailIdentities []*types.IdentityInfo
	// A token that indicates that there are additional configuration sets to list. To
	// view additional configuration sets, issue another request to
	// ListEmailIdentities, and pass this token in the NextToken parameter.
	NextToken *string

	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

A list of all of the identities that you've attempted to verify, regardless of whether or not those identities were successfully verified.

type ListEmailTemplatesInput

type ListEmailTemplatesInput struct {
	// A token returned from a previous call to ListEmailTemplates to indicate the
	// position in the list of email templates.
	NextToken *string
	// The number of results to show in a single call to ListEmailTemplates. If the
	// number of results is larger than the number you specified in this parameter,
	// then the response includes a NextToken element, which you can use to obtain
	// additional results. The value you specify has to be at least 1, and can be no
	// more than 10.
	PageSize *int32
}

Represents a request to list the email templates present in your Amazon SES account in the current AWS Region. For more information, see the Amazon SES Developer Guide (https://docs.aws.amazon.com/ses/latest/DeveloperGuide/send-personalized-email-api.html).

type ListEmailTemplatesOutput

type ListEmailTemplatesOutput struct {
	// A token indicating that there are additional email templates available to be
	// listed. Pass this token to a subsequent ListEmailTemplates call to retrieve the
	// next 10 email templates.
	NextToken *string
	// An array the contains the name and creation time stamp for each template in your
	// Amazon SES account.
	TemplatesMetadata []*types.EmailTemplateMetadata

	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

The following elements are returned by the service.

type ListSuppressedDestinationsInput

type ListSuppressedDestinationsInput struct {
	// Used to filter the list of suppressed email destinations so that it only
	// includes addresses that were added to the list before a specific date. The date
	// that you specify should be in Unix time format.
	EndDate *time.Time
	// A token returned from a previous call to ListSuppressedDestinations to indicate
	// the position in the list of suppressed email addresses.
	NextToken *string
	// The number of results to show in a single call to ListSuppressedDestinations. If
	// the number of results is larger than the number you specified in this parameter,
	// then the response includes a NextToken element, which you can use to obtain
	// additional results.
	PageSize *int32
	// The factors that caused the email address to be added to .
	Reasons []types.SuppressionListReason
	// Used to filter the list of suppressed email destinations so that it only
	// includes addresses that were added to the list after a specific date. The date
	// that you specify should be in Unix time format.
	StartDate *time.Time
}

A request to obtain a list of email destinations that are on the suppression list for your account.

type ListSuppressedDestinationsOutput

type ListSuppressedDestinationsOutput struct {
	// A list of summaries, each containing a summary for a suppressed email
	// destination.
	SuppressedDestinationSummaries []*types.SuppressedDestinationSummary
	// A token that indicates that there are additional email addresses on the
	// suppression list for your account. To view additional suppressed addresses,
	// issue another request to ListSuppressedDestinations, and pass this token in the
	// NextToken parameter.
	NextToken *string

	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

A list of suppressed email addresses.

type ListTagsForResourceInput

type ListTagsForResourceInput struct {
	// The Amazon Resource Name (ARN) of the resource that you want to retrieve tag
	// information for.
	ResourceArn *string
}

type ListTagsForResourceOutput

type ListTagsForResourceOutput struct {
	// An array that lists all the tags that are associated with the resource. Each tag
	// consists of a required tag key (Key) and an associated tag value (Value)
	Tags []*types.Tag

	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

type Options

type Options struct {
	// Set of options to modify how an operation is invoked. These apply to all
	// operations invoked for this client. Use functional options on operation call to
	// modify this list for per operation behavior.
	APIOptions []func(*middleware.Stack) error

	// The credentials object to use when signing requests.
	Credentials aws.CredentialsProvider

	// The endpoint options to be used when attempting to resolve an endpoint.
	EndpointOptions ResolverOptions

	// The service endpoint resolver.
	EndpointResolver EndpointResolver

	// Signature Version 4 (SigV4) Signer
	HTTPSignerV4 HTTPSignerV4

	// The region to send requests to. (Required)
	Region string

	// Retryer guides how HTTP requests should be retried in case of recoverable
	// failures. When nil the API client will use a default retryer.
	Retryer retry.Retryer

	// The HTTP client to invoke API calls with. Defaults to client's default HTTP
	// implementation if nil.
	HTTPClient HTTPClient
}

func (Options) Copy

func (o Options) Copy() Options

Copy creates a clone where the APIOptions list is deep copied.

func (Options) GetCredentials

func (o Options) GetCredentials() aws.CredentialsProvider

func (Options) GetEndpointOptions

func (o Options) GetEndpointOptions() ResolverOptions

func (Options) GetEndpointResolver

func (o Options) GetEndpointResolver() EndpointResolver

func (Options) GetHTTPSignerV4

func (o Options) GetHTTPSignerV4() HTTPSignerV4

func (Options) GetRegion

func (o Options) GetRegion() string

func (Options) GetRetryer

func (o Options) GetRetryer() retry.Retryer

type PutAccountDedicatedIpWarmupAttributesInput

type PutAccountDedicatedIpWarmupAttributesInput struct {
	// Enables or disables the automatic warm-up feature for dedicated IP addresses
	// that are associated with your Amazon SES account in the current AWS Region. Set
	// to true to enable the automatic warm-up feature, or set to false to disable it.
	AutoWarmupEnabled *bool
}

A request to enable or disable the automatic IP address warm-up feature.

type PutAccountDedicatedIpWarmupAttributesOutput

type PutAccountDedicatedIpWarmupAttributesOutput struct {
	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

An HTTP 200 response if the request succeeds, or an error message if the request fails.

type PutAccountDetailsInput

type PutAccountDetailsInput struct {
	// Indicates whether or not your account should have production access in the
	// current AWS Region. If the value is false, then your account is in the sandbox.
	// When your account is in the sandbox, you can only send email to verified
	// identities. Additionally, the maximum number of emails you can send in a 24-hour
	// period (your sending quota) is 200, and the maximum number of emails you can
	// send per second (your maximum sending rate) is 1. If the value is true, then
	// your account has production access. When your account has production access, you
	// can send email to any address. The sending quota and maximum sending rate for
	// your account vary based on your specific use case.
	ProductionAccessEnabled *bool
	// The type of email your account will send.
	MailType types.MailType
	// The language you would prefer to be contacted with.
	ContactLanguage types.ContactLanguage
	// A description of the types of email that you plan to send.
	UseCaseDescription *string
	// Additional email addresses that you would like to be notified regarding Amazon
	// SES matters.
	AdditionalContactEmailAddresses []*string
	// The URL of your website. This information helps us better understand the type of
	// content that you plan to send.
	WebsiteURL *string
}

A request to submit new account details.

type PutAccountDetailsOutput

type PutAccountDetailsOutput struct {
	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

An HTTP 200 response if the request succeeds, or an error message if the request fails.

type PutAccountSendingAttributesInput

type PutAccountSendingAttributesInput struct {
	// Enables or disables your account's ability to send email. Set to true to enable
	// email sending, or set to false to disable email sending. If AWS paused your
	// account's ability to send email, you can't use this operation to resume your
	// account's ability to send email.
	SendingEnabled *bool
}

A request to change the ability of your account to send email.

type PutAccountSendingAttributesOutput

type PutAccountSendingAttributesOutput struct {
	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

An HTTP 200 response if the request succeeds, or an error message if the request fails.

type PutAccountSuppressionAttributesInput

type PutAccountSuppressionAttributesInput struct {
	// A list that contains the reasons that email addresses will be automatically
	// added to the suppression list for your account. This list can contain any or all
	// of the following:
	//
	//     * COMPLAINT – Amazon SES adds an email address to the
	// suppression list for your account when a message sent to that address results in
	// a complaint.
	//
	//     * BOUNCE – Amazon SES adds an email address to the suppression
	// list for your account when a message sent to that address results in a hard
	// bounce.
	SuppressedReasons []types.SuppressionListReason
}

A request to change your account's suppression preferences.

type PutAccountSuppressionAttributesOutput

type PutAccountSuppressionAttributesOutput struct {
	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

An HTTP 200 response if the request succeeds, or an error message if the request fails.

type PutConfigurationSetDeliveryOptionsInput

type PutConfigurationSetDeliveryOptionsInput struct {
	// The name of the dedicated IP pool that you want to associate with the
	// configuration set.
	SendingPoolName *string
	// Specifies whether messages that use the configuration set are required to use
	// Transport Layer Security (TLS). If the value is Require, messages are only
	// delivered if a TLS connection can be established. If the value is Optional,
	// messages can be delivered in plain text if a TLS connection can't be
	// established.
	TlsPolicy types.TlsPolicy
	// The name of the configuration set that you want to associate with a dedicated IP
	// pool.
	ConfigurationSetName *string
}

A request to associate a configuration set with a dedicated IP pool.

type PutConfigurationSetDeliveryOptionsOutput

type PutConfigurationSetDeliveryOptionsOutput struct {
	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

An HTTP 200 response if the request succeeds, or an error message if the request fails.

type PutConfigurationSetReputationOptionsInput

type PutConfigurationSetReputationOptionsInput struct {
	// The name of the configuration set that you want to enable or disable reputation
	// metric tracking for.
	ConfigurationSetName *string
	// If true, tracking of reputation metrics is enabled for the configuration set. If
	// false, tracking of reputation metrics is disabled for the configuration set.
	ReputationMetricsEnabled *bool
}

A request to enable or disable tracking of reputation metrics for a configuration set.

type PutConfigurationSetReputationOptionsOutput

type PutConfigurationSetReputationOptionsOutput struct {
	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

An HTTP 200 response if the request succeeds, or an error message if the request fails.

type PutConfigurationSetSendingOptionsInput

type PutConfigurationSetSendingOptionsInput struct {
	// The name of the configuration set that you want to enable or disable email
	// sending for.
	ConfigurationSetName *string
	// If true, email sending is enabled for the configuration set. If false, email
	// sending is disabled for the configuration set.
	SendingEnabled *bool
}

A request to enable or disable the ability of Amazon SES to send emails that use a specific configuration set.

type PutConfigurationSetSendingOptionsOutput

type PutConfigurationSetSendingOptionsOutput struct {
	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

An HTTP 200 response if the request succeeds, or an error message if the request fails.

type PutConfigurationSetSuppressionOptionsInput

type PutConfigurationSetSuppressionOptionsInput struct {
	// A list that contains the reasons that email addresses are automatically added to
	// the suppression list for your account. This list can contain any or all of the
	// following:
	//
	//     * COMPLAINT – Amazon SES adds an email address to the
	// suppression list for your account when a message sent to that address results in
	// a complaint.
	//
	//     * BOUNCE – Amazon SES adds an email address to the suppression
	// list for your account when a message sent to that address results in a hard
	// bounce.
	SuppressedReasons []types.SuppressionListReason
	// The name of the configuration set that you want to change the suppression list
	// preferences for.
	ConfigurationSetName *string
}

A request to change the account suppression list preferences for a specific configuration set.

type PutConfigurationSetSuppressionOptionsOutput

type PutConfigurationSetSuppressionOptionsOutput struct {
	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

An HTTP 200 response if the request succeeds, or an error message if the request fails.

type PutConfigurationSetTrackingOptionsInput

type PutConfigurationSetTrackingOptionsInput struct {
	// The domain that you want to use to track open and click events.
	CustomRedirectDomain *string
	// The name of the configuration set that you want to add a custom tracking domain
	// to.
	ConfigurationSetName *string
}

A request to add a custom domain for tracking open and click events to a configuration set.

type PutConfigurationSetTrackingOptionsOutput

type PutConfigurationSetTrackingOptionsOutput struct {
	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

An HTTP 200 response if the request succeeds, or an error message if the request fails.

type PutDedicatedIpInPoolInput

type PutDedicatedIpInPoolInput struct {
	// The IP address that you want to move to the dedicated IP pool. The value you
	// specify has to be a dedicated IP address that's associated with your AWS
	// account.
	Ip *string
	// The name of the IP pool that you want to add the dedicated IP address to. You
	// have to specify an IP pool that already exists.
	DestinationPoolName *string
}

A request to move a dedicated IP address to a dedicated IP pool.

type PutDedicatedIpInPoolOutput

type PutDedicatedIpInPoolOutput struct {
	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

An HTTP 200 response if the request succeeds, or an error message if the request fails.

type PutDedicatedIpWarmupAttributesInput

type PutDedicatedIpWarmupAttributesInput struct {
	// The dedicated IP address that you want to update the warm-up attributes for.
	Ip *string
	// The warm-up percentage that you want to associate with the dedicated IP address.
	WarmupPercentage *int32
}

A request to change the warm-up attributes for a dedicated IP address. This operation is useful when you want to resume the warm-up process for an existing IP address.

type PutDedicatedIpWarmupAttributesOutput

type PutDedicatedIpWarmupAttributesOutput struct {
	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

An HTTP 200 response if the request succeeds, or an error message if the request fails.

type PutDeliverabilityDashboardOptionInput

type PutDeliverabilityDashboardOptionInput struct {
	// An array of objects, one for each verified domain that you use to send email and
	// enabled the Deliverability dashboard for.
	SubscribedDomains []*types.DomainDeliverabilityTrackingOption
	// Specifies whether to enable the Deliverability dashboard. To enable the
	// dashboard, set this value to true.
	DashboardEnabled *bool
}

Enable or disable the Deliverability dashboard. When you enable the Deliverability dashboard, you gain access to reputation, deliverability, and other metrics for the domains that you use to send email using Amazon SES API v2. You also gain the ability to perform predictive inbox placement tests. When you use the Deliverability dashboard, you pay a monthly subscription charge, in addition to any other fees that you accrue by using Amazon SES and other AWS services. For more information about the features and cost of a Deliverability dashboard subscription, see Amazon Pinpoint Pricing (http://aws.amazon.com/pinpoint/pricing/).

type PutDeliverabilityDashboardOptionOutput

type PutDeliverabilityDashboardOptionOutput struct {
	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

A response that indicates whether the Deliverability dashboard is enabled.

type PutEmailIdentityDkimAttributesInput

type PutEmailIdentityDkimAttributesInput struct {
	// The email identity that you want to change the DKIM settings for.
	EmailIdentity *string
	// Sets the DKIM signing configuration for the identity. When you set this value
	// true, then the messages that are sent from the identity are signed using DKIM.
	// If you set this value to false, your messages are sent without DKIM signing.
	SigningEnabled *bool
}

A request to enable or disable DKIM signing of email that you send from an email identity.

type PutEmailIdentityDkimAttributesOutput

type PutEmailIdentityDkimAttributesOutput struct {
	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

An HTTP 200 response if the request succeeds, or an error message if the request fails.

type PutEmailIdentityDkimSigningAttributesInput

type PutEmailIdentityDkimSigningAttributesInput struct {
	// The method that you want to use to configure DKIM for the identity. There are
	// two possible values:
	//
	//     * AWS_SES – Configure DKIM for the identity by using
	// Easy DKIM
	// (https://docs.aws.amazon.com/ses/latest/DeveloperGuide/easy-dkim.html).
	//
	//     *
	// EXTERNAL – Configure DKIM for the identity by using Bring Your Own DKIM
	// (BYODKIM).
	SigningAttributesOrigin types.DkimSigningAttributesOrigin
	// An object that contains information about the private key and selector that you
	// want to use to configure DKIM for the identity. This object is only required if
	// you want to configure Bring Your Own DKIM (BYODKIM) for the identity.
	SigningAttributes *types.DkimSigningAttributes
	// The email identity that you want to configure DKIM for.
	EmailIdentity *string
}

A request to change the DKIM attributes for an email identity.

type PutEmailIdentityDkimSigningAttributesOutput

type PutEmailIdentityDkimSigningAttributesOutput struct {
	// If you used Easy DKIM
	// (https://docs.aws.amazon.com/ses/latest/DeveloperGuide/easy-dkim.html) to
	// configure DKIM authentication for the domain, then this object contains a set of
	// unique strings that you use to create a set of CNAME records that you add to the
	// DNS configuration for your domain. When Amazon SES detects these records in the
	// DNS configuration for your domain, the DKIM authentication process is complete.
	// If you configured DKIM authentication for the domain by providing your own
	// public-private key pair, then this object contains the selector that's
	// associated with your public key. Regardless of the DKIM authentication method
	// you use, Amazon SES searches for the appropriate records in the DNS
	// configuration of the domain for up to 72 hours.
	DkimTokens []*string
	// The DKIM authentication status of the identity. Amazon SES determines the
	// authentication status by searching for specific records in the DNS configuration
	// for your domain. If you used Easy DKIM
	// (https://docs.aws.amazon.com/ses/latest/DeveloperGuide/easy-dkim.html) to set up
	// DKIM authentication, Amazon SES tries to find three unique CNAME records in the
	// DNS configuration for your domain. If you provided a public key to perform DKIM
	// authentication, Amazon SES tries to find a TXT record that uses the selector
	// that you specified. The value of the TXT record must be a public key that's
	// paired with the private key that you specified in the process of creating the
	// identity. The status can be one of the following:
	//
	//     * PENDING – The
	// verification process was initiated, but Amazon SES hasn't yet detected the DKIM
	// records in the DNS configuration for the domain.
	//
	//     * SUCCESS – The
	// verification process completed successfully.
	//
	//     * FAILED – The verification
	// process failed. This typically occurs when Amazon SES fails to find the DKIM
	// records in the DNS configuration of the domain.
	//
	//     * TEMPORARY_FAILURE – A
	// temporary issue is preventing Amazon SES from determining the DKIM
	// authentication status of the domain.
	//
	//     * NOT_STARTED – The DKIM verification
	// process hasn't been initiated for the domain.
	DkimStatus types.DkimStatus

	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

If the action is successful, the service sends back an HTTP 200 response. The following data is returned in JSON format by the service.

type PutEmailIdentityFeedbackAttributesInput

type PutEmailIdentityFeedbackAttributesInput struct {
	// Sets the feedback forwarding configuration for the identity. If the value is
	// true, you receive email notifications when bounce or complaint events occur.
	// These notifications are sent to the address that you specified in the
	// Return-Path header of the original email. You're required to have a method of
	// tracking bounces and complaints. If you haven't set up another mechanism for
	// receiving bounce or complaint notifications (for example, by setting up an event
	// destination), you receive an email notification when these events occur (even if
	// this setting is disabled).
	EmailForwardingEnabled *bool
	// The email identity that you want to configure bounce and complaint feedback
	// forwarding for.
	EmailIdentity *string
}

A request to set the attributes that control how bounce and complaint events are processed.

type PutEmailIdentityFeedbackAttributesOutput

type PutEmailIdentityFeedbackAttributesOutput struct {
	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

An HTTP 200 response if the request succeeds, or an error message if the request fails.

type PutEmailIdentityMailFromAttributesInput

type PutEmailIdentityMailFromAttributesInput struct {
	// The verified email identity that you want to set up the custom MAIL FROM domain
	// for.
	EmailIdentity *string
	// The action that you want to take if the required MX record isn't found when you
	// send an email. When you set this value to UseDefaultValue, the mail is sent
	// using amazonses.com as the MAIL FROM domain. When you set this value to
	// RejectMessage, the Amazon SES API v2 returns a MailFromDomainNotVerified error,
	// and doesn't attempt to deliver the email. These behaviors are taken when the
	// custom MAIL FROM domain configuration is in the Pending, Failed, and
	// TemporaryFailure states.
	BehaviorOnMxFailure types.BehaviorOnMxFailure
	// The custom MAIL FROM domain that you want the verified identity to use. The MAIL
	// FROM domain must meet the following criteria:
	//
	//     * It has to be a subdomain of
	// the verified identity.
	//
	//     * It can't be used to receive email.
	//
	//     * It can't
	// be used in a "From" address if the MAIL FROM domain is a destination for
	// feedback forwarding emails.
	MailFromDomain *string
}

A request to configure the custom MAIL FROM domain for a verified identity.

type PutEmailIdentityMailFromAttributesOutput

type PutEmailIdentityMailFromAttributesOutput struct {
	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

An HTTP 200 response if the request succeeds, or an error message if the request fails.

type PutSuppressedDestinationInput

type PutSuppressedDestinationInput struct {
	// The email address that should be added to the suppression list for your account.
	EmailAddress *string
	// The factors that should cause the email address to be added to the suppression
	// list for your account.
	Reason types.SuppressionListReason
}

A request to add an email destination to the suppression list for your account.

type PutSuppressedDestinationOutput

type PutSuppressedDestinationOutput struct {
	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

An HTTP 200 response if the request succeeds, or an error message if the request fails.

type ResolveEndpoint

type ResolveEndpoint struct {
	Resolver EndpointResolver
	Options  ResolverOptions
}

func (*ResolveEndpoint) HandleSerialize

func (*ResolveEndpoint) ID

func (*ResolveEndpoint) ID() string

type ResolveEndpointMiddlewareOptions

type ResolveEndpointMiddlewareOptions interface {
	GetEndpointResolver() EndpointResolver
	GetEndpointOptions() ResolverOptions
}

type ResolverOptions

type ResolverOptions = internalendpoints.Options

ResolverOptions is the service endpoint resolver options

type SendBulkEmailInput

type SendBulkEmailInput struct {
	// A list of tags, in the form of name/value pairs, to apply to an email that you
	// send using the SendEmail operation. Tags correspond to characteristics of the
	// email that you define, so that you can publish email sending events.
	DefaultEmailTags []*types.MessageTag
	// The name of the configuration set that you want to use when sending the email.
	ConfigurationSetName *string
	// The "Reply-to" email addresses for the message. When the recipient replies to
	// the message, each Reply-to address receives the reply.
	ReplyToAddresses []*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 FromEmailAddress 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 sender@example.com, then you would specify the
	// FromEmailAddressIdentityArn to be
	// arn:aws:ses:us-east-1:123456789012:identity/example.com, and the
	// FromEmailAddress to be sender@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).
	FromEmailAddressIdentityArn *string
	// The list of bulk email entry objects.
	BulkEmailEntries []*types.BulkEmailEntry
	// An object that contains the body of the message. You can specify a template
	// message.
	DefaultContent *types.BulkEmailContent
	// 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 FeedbackForwardingEmailAddress
	// 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
	// FeedbackForwardingEmailAddressIdentityArn to be
	// arn:aws:ses:us-east-1:123456789012:identity/example.com, and the
	// FeedbackForwardingEmailAddress 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).
	FeedbackForwardingEmailAddressIdentityArn *string
	// The address that you want bounce and complaint notifications to be sent to.
	FeedbackForwardingEmailAddress *string
	// The email address that you want to use as the "From" address for the email. The
	// address that you specify has to be verified.
	FromEmailAddress *string
}

Represents a request to send email messages 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).

type SendBulkEmailOutput

type SendBulkEmailOutput struct {
	// A list of BulkMailEntry objects.
	BulkEmailEntryResults []*types.BulkEmailEntryResult

	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

The following data is returned in JSON format by the service.

type SendCustomVerificationEmailInput

type SendCustomVerificationEmailInput struct {
	// The email address to verify.
	EmailAddress *string
	// Name of a configuration set to use when sending the verification email.
	ConfigurationSetName *string
	// The name of the custom verification email template to use when sending the
	// verification email.
	TemplateName *string
}

Represents a request to send a custom verification email to a specified recipient.

type SendCustomVerificationEmailOutput

type SendCustomVerificationEmailOutput struct {
	// The unique message identifier returned from the SendCustomVerificationEmail
	// operation.
	MessageId *string

	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

The following element is returned by the service.

type SendEmailInput

type SendEmailInput struct {
	// The "Reply-to" email addresses for the message. When the recipient replies to
	// the message, each Reply-to address receives the reply.
	ReplyToAddresses []*string
	// The name of the configuration set that you want to use when sending the email.
	ConfigurationSetName *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 FromEmailAddress 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 sender@example.com, then you would specify the
	// FromEmailAddressIdentityArn to be
	// arn:aws:ses:us-east-1:123456789012:identity/example.com, and the
	// FromEmailAddress to be sender@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).
	// For Raw emails, the FromEmailAddressIdentityArn value overrides the
	// X-SES-SOURCE-ARN and X-SES-FROM-ARN headers specified in raw email message
	// content.
	FromEmailAddressIdentityArn *string
	// The address that you want bounce and complaint notifications to be sent to.
	FeedbackForwardingEmailAddress *string
	// The email address that you want to use as the "From" address for the email. The
	// address that you specify has to be verified.
	FromEmailAddress *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 FeedbackForwardingEmailAddress
	// 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
	// FeedbackForwardingEmailAddressIdentityArn to be
	// arn:aws:ses:us-east-1:123456789012:identity/example.com, and the
	// FeedbackForwardingEmailAddress 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).
	FeedbackForwardingEmailAddressIdentityArn *string
	// An object that contains the recipients of the email message.
	Destination *types.Destination
	// An object that contains the body of the message. You can send either a Simple
	// message Raw message or a template Message.
	Content *types.EmailContent
	// A list of tags, in the form of name/value pairs, to apply to an email that you
	// send using the SendEmail operation. Tags correspond to characteristics of the
	// email that you define, so that you can publish email sending events.
	EmailTags []*types.MessageTag
}

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).

type SendEmailOutput

type SendEmailOutput struct {
	// A unique identifier for the message that is generated when the message is
	// accepted. It's possible for Amazon SES to accept a message without sending it.
	// This can happen when the message that you're trying to send has an attachment
	// contains a virus, or when you send a templated email that contains invalid
	// personalization content, for example.
	MessageId *string

	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

A unique message ID that you receive when an email is accepted for sending.

type TagResourceInput

type TagResourceInput struct {
	// A list of the tags that you want to add to the resource. A tag consists of a
	// required tag key (Key) and an associated tag value (Value). The maximum length
	// of a tag key is 128 characters. The maximum length of a tag value is 256
	// characters.
	Tags []*types.Tag
	// The Amazon Resource Name (ARN) of the resource that you want to add one or more
	// tags to.
	ResourceArn *string
}

type TagResourceOutput

type TagResourceOutput struct {
	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

type TestRenderEmailTemplateInput

type TestRenderEmailTemplateInput 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 *string
	// The name of the template that you want to render.
	TemplateName *string
}

>Represents a request to create a preview of the MIME content of an email when provided with a template and a set of replacement data.

type TestRenderEmailTemplateOutput

type TestRenderEmailTemplateOutput struct {
	// The complete MIME message rendered by applying the data in the TemplateData
	// parameter to the template specified in the TemplateName parameter.
	RenderedTemplate *string

	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

The following element is returned by the service.

type UntagResourceInput

type UntagResourceInput struct {
	// The Amazon Resource Name (ARN) of the resource that you want to remove one or
	// more tags from.
	ResourceArn *string
	// The tags (tag keys) that you want to remove from the resource. When you specify
	// a tag key, the action removes both that key and its associated tag value. To
	// remove more than one tag from the resource, append the TagKeys parameter and
	// argument for each additional tag to remove, separated by an ampersand. For
	// example: /v2/email/tags?ResourceArn=ResourceArn&TagKeys=Key1&TagKeys=Key2
	TagKeys []*string
}

type UntagResourceOutput

type UntagResourceOutput struct {
	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

type UpdateConfigurationSetEventDestinationInput

type UpdateConfigurationSetEventDestinationInput struct {
	// The name of the configuration set that contains the event destination that you
	// want to modify.
	ConfigurationSetName *string
	// An object that defines the event destination.
	EventDestination *types.EventDestinationDefinition
	// The name of the event destination that you want to modify.
	EventDestinationName *string
}

A request to change the settings for an event destination for a configuration set.

type UpdateConfigurationSetEventDestinationOutput

type UpdateConfigurationSetEventDestinationOutput struct {
	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

An HTTP 200 response if the request succeeds, or an error message if the request fails.

type UpdateCustomVerificationEmailTemplateInput

type UpdateCustomVerificationEmailTemplateInput struct {
	// The email address that the custom verification email is sent from.
	FromEmailAddress *string
	// The name of the custom verification email template that you want to update.
	TemplateName *string
	// The subject line of the custom verification email.
	TemplateSubject *string
	// The URL that the recipient of the verification email is sent to if his or her
	// address is not successfully verified.
	FailureRedirectionURL *string
	// The URL that the recipient of the verification email is sent to if his or her
	// address is successfully verified.
	SuccessRedirectionURL *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/send-email-verify-address-custom.html#custom-verification-emails-faq)
	// in the Amazon SES Developer Guide.
	TemplateContent *string
}

Represents a request to update an existing custom verification email template.

type UpdateCustomVerificationEmailTemplateOutput

type UpdateCustomVerificationEmailTemplateOutput struct {
	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

If the action is successful, the service sends back an HTTP 200 response with an empty HTTP body.

type UpdateEmailIdentityPolicyInput

type UpdateEmailIdentityPolicyInput struct {
	// The name of the policy.  <p>The policy name cannot exceed 64 characters and can
	// only include alphanumeric characters, dashes, and underscores.</p>
	PolicyName *string
	// The email identity for which you want to update policy.
	EmailIdentity *string
	// 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 *string
}

Represents a request to 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-identity-owner-tasks-management.html).

type UpdateEmailIdentityPolicyOutput

type UpdateEmailIdentityPolicyOutput struct {
	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

An HTTP 200 response if the request succeeds, or an error message if the request fails.

type UpdateEmailTemplateInput

type UpdateEmailTemplateInput struct {
	// The name of the template you want to update.
	TemplateName *string
	// The content of the email template, composed of a subject line, an HTML part, and
	// a text-only part.
	TemplateContent *types.EmailTemplateContent
}

Represents a request to update 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).

type UpdateEmailTemplateOutput

type UpdateEmailTemplateOutput struct {
	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

If the action is successful, the service sends back an HTTP 200 response with an empty HTTP body.

Source Files

api_client.go api_op_CreateConfigurationSet.go api_op_CreateConfigurationSetEventDestination.go api_op_CreateCustomVerificationEmailTemplate.go api_op_CreateDedicatedIpPool.go api_op_CreateDeliverabilityTestReport.go api_op_CreateEmailIdentity.go api_op_CreateEmailIdentityPolicy.go api_op_CreateEmailTemplate.go api_op_DeleteConfigurationSet.go api_op_DeleteConfigurationSetEventDestination.go api_op_DeleteCustomVerificationEmailTemplate.go api_op_DeleteDedicatedIpPool.go api_op_DeleteEmailIdentity.go api_op_DeleteEmailIdentityPolicy.go api_op_DeleteEmailTemplate.go api_op_DeleteSuppressedDestination.go api_op_GetAccount.go api_op_GetBlacklistReports.go api_op_GetConfigurationSet.go api_op_GetConfigurationSetEventDestinations.go api_op_GetCustomVerificationEmailTemplate.go api_op_GetDedicatedIp.go api_op_GetDedicatedIps.go api_op_GetDeliverabilityDashboardOptions.go api_op_GetDeliverabilityTestReport.go api_op_GetDomainDeliverabilityCampaign.go api_op_GetDomainStatisticsReport.go api_op_GetEmailIdentity.go api_op_GetEmailIdentityPolicies.go api_op_GetEmailTemplate.go api_op_GetSuppressedDestination.go api_op_ListConfigurationSets.go api_op_ListCustomVerificationEmailTemplates.go api_op_ListDedicatedIpPools.go api_op_ListDeliverabilityTestReports.go api_op_ListDomainDeliverabilityCampaigns.go api_op_ListEmailIdentities.go api_op_ListEmailTemplates.go api_op_ListSuppressedDestinations.go api_op_ListTagsForResource.go api_op_PutAccountDedicatedIpWarmupAttributes.go api_op_PutAccountDetails.go api_op_PutAccountSendingAttributes.go api_op_PutAccountSuppressionAttributes.go api_op_PutConfigurationSetDeliveryOptions.go api_op_PutConfigurationSetReputationOptions.go api_op_PutConfigurationSetSendingOptions.go api_op_PutConfigurationSetSuppressionOptions.go api_op_PutConfigurationSetTrackingOptions.go api_op_PutDedicatedIpInPool.go api_op_PutDedicatedIpWarmupAttributes.go api_op_PutDeliverabilityDashboardOption.go api_op_PutEmailIdentityDkimAttributes.go api_op_PutEmailIdentityDkimSigningAttributes.go api_op_PutEmailIdentityFeedbackAttributes.go api_op_PutEmailIdentityMailFromAttributes.go api_op_PutSuppressedDestination.go api_op_SendBulkEmail.go api_op_SendCustomVerificationEmail.go api_op_SendEmail.go api_op_TagResource.go api_op_TestRenderEmailTemplate.go api_op_UntagResource.go api_op_UpdateConfigurationSetEventDestination.go api_op_UpdateCustomVerificationEmailTemplate.go api_op_UpdateEmailIdentityPolicy.go api_op_UpdateEmailTemplate.go deserializers.go endpoints.go serializers.go validators.go

Directories

PathSynopsis
internal
types
Version
v0.1.0
Published
Sep 29, 2020
Platform
js/wasm
Imports
26 packages
Last checked
now

Tools for package owners.