...
AWS SDK for Go API Reference
import "github.com/aws/aws-sdk-go/service/sesv2"
Overview
Examples
Constants

Overview ▾

Package sesv2 provides the client and types for making API requests to Amazon Simple Email Service.

Amazon SES (http://aws.amazon.com/ses) is an Amazon Web Services 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 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.

See https://docs.aws.amazon.com/goto/WebAPI/sesv2-2019-09-27 for more information on this service.

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

Using the Client

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

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

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

See the Amazon Simple Email Service client SESV2 for more information on creating client for this service. https://docs.aws.amazon.com/sdk-for-go/api/service/sesv2/#New

The stub package, sesv2iface, can be used to provide alternative implementations of service clients, such as mocking the client for testing.

Operations ▾

BatchGetMetricData
CancelExportJob
CreateConfigurationSet
CreateConfigurationSetEventDestination
CreateContact
CreateContactList
CreateCustomVerificationEmailTemplate
CreateDedicatedIpPool
CreateDeliverabilityTestReport
CreateEmailIdentity
CreateEmailIdentityPolicy
CreateEmailTemplate
CreateExportJob
CreateImportJob
DeleteConfigurationSet
DeleteConfigurationSetEventDestination
DeleteContact
DeleteContactList
DeleteCustomVerificationEmailTemplate
DeleteDedicatedIpPool
DeleteEmailIdentity
DeleteEmailIdentityPolicy
DeleteEmailTemplate
DeleteSuppressedDestination
GetAccount
GetBlacklistReports
GetConfigurationSet
GetConfigurationSetEventDestinations
GetContact
GetContactList
GetCustomVerificationEmailTemplate
GetDedicatedIp
GetDedicatedIpPool
GetDedicatedIps ( Paginator )
GetDeliverabilityDashboardOptions
GetDeliverabilityTestReport
GetDomainDeliverabilityCampaign
GetDomainStatisticsReport
GetEmailIdentity
GetEmailIdentityPolicies
GetEmailTemplate
GetExportJob
GetImportJob
GetMessageInsights
GetSuppressedDestination
ListConfigurationSets ( Paginator )
ListContactLists ( Paginator )
ListContacts ( Paginator )
ListCustomVerificationEmailTemplates ( Paginator )
ListDedicatedIpPools ( Paginator )
ListDeliverabilityTestReports ( Paginator )
ListDomainDeliverabilityCampaigns ( Paginator )
ListEmailIdentities ( Paginator )
ListEmailTemplates ( Paginator )
ListExportJobs ( Paginator )
ListImportJobs ( Paginator )
ListRecommendations ( Paginator )
ListSuppressedDestinations ( Paginator )
ListTagsForResource
PutAccountDedicatedIpWarmupAttributes
PutAccountDetails
PutAccountSendingAttributes
PutAccountSuppressionAttributes
PutAccountVdmAttributes
PutConfigurationSetDeliveryOptions
PutConfigurationSetReputationOptions
PutConfigurationSetSendingOptions
PutConfigurationSetSuppressionOptions
PutConfigurationSetTrackingOptions
PutConfigurationSetVdmOptions
PutDedicatedIpInPool
PutDedicatedIpPoolScalingAttributes
PutDedicatedIpWarmupAttributes
PutDeliverabilityDashboardOption
PutEmailIdentityConfigurationSetAttributes
PutEmailIdentityDkimAttributes
PutEmailIdentityDkimSigningAttributes
PutEmailIdentityFeedbackAttributes
PutEmailIdentityMailFromAttributes
PutSuppressedDestination
SendBulkEmail
SendCustomVerificationEmail
SendEmail
TagResource
TestRenderEmailTemplate
UntagResource
UpdateConfigurationSetEventDestination
UpdateContact
UpdateContactList
UpdateCustomVerificationEmailTemplate
UpdateEmailIdentityPolicy
UpdateEmailTemplate

Types ▾

type SESV2
func New(p client.ConfigProvider, cfgs ...*aws.Config) *SESV2
func (c *SESV2) BatchGetMetricData(input *BatchGetMetricDataInput) (*BatchGetMetricDataOutput, error)
func (c *SESV2) BatchGetMetricDataRequest(input *BatchGetMetricDataInput) (req *request.Request, output *BatchGetMetricDataOutput)
func (c *SESV2) BatchGetMetricDataWithContext(ctx aws.Context, input *BatchGetMetricDataInput, opts ...request.Option) (*BatchGetMetricDataOutput, error)
func (c *SESV2) CancelExportJob(input *CancelExportJobInput) (*CancelExportJobOutput, error)
func (c *SESV2) CancelExportJobRequest(input *CancelExportJobInput) (req *request.Request, output *CancelExportJobOutput)
func (c *SESV2) CancelExportJobWithContext(ctx aws.Context, input *CancelExportJobInput, opts ...request.Option) (*CancelExportJobOutput, error)
func (c *SESV2) CreateConfigurationSet(input *CreateConfigurationSetInput) (*CreateConfigurationSetOutput, error)
func (c *SESV2) CreateConfigurationSetEventDestination(input *CreateConfigurationSetEventDestinationInput) (*CreateConfigurationSetEventDestinationOutput, error)
func (c *SESV2) CreateConfigurationSetEventDestinationRequest(input *CreateConfigurationSetEventDestinationInput) (req *request.Request, output *CreateConfigurationSetEventDestinationOutput)
func (c *SESV2) CreateConfigurationSetEventDestinationWithContext(ctx aws.Context, input *CreateConfigurationSetEventDestinationInput, opts ...request.Option) (*CreateConfigurationSetEventDestinationOutput, error)
func (c *SESV2) CreateConfigurationSetRequest(input *CreateConfigurationSetInput) (req *request.Request, output *CreateConfigurationSetOutput)
func (c *SESV2) CreateConfigurationSetWithContext(ctx aws.Context, input *CreateConfigurationSetInput, opts ...request.Option) (*CreateConfigurationSetOutput, error)
func (c *SESV2) CreateContact(input *CreateContactInput) (*CreateContactOutput, error)
func (c *SESV2) CreateContactList(input *CreateContactListInput) (*CreateContactListOutput, error)
func (c *SESV2) CreateContactListRequest(input *CreateContactListInput) (req *request.Request, output *CreateContactListOutput)
func (c *SESV2) CreateContactListWithContext(ctx aws.Context, input *CreateContactListInput, opts ...request.Option) (*CreateContactListOutput, error)
func (c *SESV2) CreateContactRequest(input *CreateContactInput) (req *request.Request, output *CreateContactOutput)
func (c *SESV2) CreateContactWithContext(ctx aws.Context, input *CreateContactInput, opts ...request.Option) (*CreateContactOutput, error)
func (c *SESV2) CreateCustomVerificationEmailTemplate(input *CreateCustomVerificationEmailTemplateInput) (*CreateCustomVerificationEmailTemplateOutput, error)
func (c *SESV2) CreateCustomVerificationEmailTemplateRequest(input *CreateCustomVerificationEmailTemplateInput) (req *request.Request, output *CreateCustomVerificationEmailTemplateOutput)
func (c *SESV2) CreateCustomVerificationEmailTemplateWithContext(ctx aws.Context, input *CreateCustomVerificationEmailTemplateInput, opts ...request.Option) (*CreateCustomVerificationEmailTemplateOutput, error)
func (c *SESV2) CreateDedicatedIpPool(input *CreateDedicatedIpPoolInput) (*CreateDedicatedIpPoolOutput, error)
func (c *SESV2) CreateDedicatedIpPoolRequest(input *CreateDedicatedIpPoolInput) (req *request.Request, output *CreateDedicatedIpPoolOutput)
func (c *SESV2) CreateDedicatedIpPoolWithContext(ctx aws.Context, input *CreateDedicatedIpPoolInput, opts ...request.Option) (*CreateDedicatedIpPoolOutput, error)
func (c *SESV2) CreateDeliverabilityTestReport(input *CreateDeliverabilityTestReportInput) (*CreateDeliverabilityTestReportOutput, error)
func (c *SESV2) CreateDeliverabilityTestReportRequest(input *CreateDeliverabilityTestReportInput) (req *request.Request, output *CreateDeliverabilityTestReportOutput)
func (c *SESV2) CreateDeliverabilityTestReportWithContext(ctx aws.Context, input *CreateDeliverabilityTestReportInput, opts ...request.Option) (*CreateDeliverabilityTestReportOutput, error)
func (c *SESV2) CreateEmailIdentity(input *CreateEmailIdentityInput) (*CreateEmailIdentityOutput, error)
func (c *SESV2) CreateEmailIdentityPolicy(input *CreateEmailIdentityPolicyInput) (*CreateEmailIdentityPolicyOutput, error)
func (c *SESV2) CreateEmailIdentityPolicyRequest(input *CreateEmailIdentityPolicyInput) (req *request.Request, output *CreateEmailIdentityPolicyOutput)
func (c *SESV2) CreateEmailIdentityPolicyWithContext(ctx aws.Context, input *CreateEmailIdentityPolicyInput, opts ...request.Option) (*CreateEmailIdentityPolicyOutput, error)
func (c *SESV2) CreateEmailIdentityRequest(input *CreateEmailIdentityInput) (req *request.Request, output *CreateEmailIdentityOutput)
func (c *SESV2) CreateEmailIdentityWithContext(ctx aws.Context, input *CreateEmailIdentityInput, opts ...request.Option) (*CreateEmailIdentityOutput, error)
func (c *SESV2) CreateEmailTemplate(input *CreateEmailTemplateInput) (*CreateEmailTemplateOutput, error)
func (c *SESV2) CreateEmailTemplateRequest(input *CreateEmailTemplateInput) (req *request.Request, output *CreateEmailTemplateOutput)
func (c *SESV2) CreateEmailTemplateWithContext(ctx aws.Context, input *CreateEmailTemplateInput, opts ...request.Option) (*CreateEmailTemplateOutput, error)
func (c *SESV2) CreateExportJob(input *CreateExportJobInput) (*CreateExportJobOutput, error)
func (c *SESV2) CreateExportJobRequest(input *CreateExportJobInput) (req *request.Request, output *CreateExportJobOutput)
func (c *SESV2) CreateExportJobWithContext(ctx aws.Context, input *CreateExportJobInput, opts ...request.Option) (*CreateExportJobOutput, error)
func (c *SESV2) CreateImportJob(input *CreateImportJobInput) (*CreateImportJobOutput, error)
func (c *SESV2) CreateImportJobRequest(input *CreateImportJobInput) (req *request.Request, output *CreateImportJobOutput)
func (c *SESV2) CreateImportJobWithContext(ctx aws.Context, input *CreateImportJobInput, opts ...request.Option) (*CreateImportJobOutput, error)
func (c *SESV2) DeleteConfigurationSet(input *DeleteConfigurationSetInput) (*DeleteConfigurationSetOutput, error)
func (c *SESV2) DeleteConfigurationSetEventDestination(input *DeleteConfigurationSetEventDestinationInput) (*DeleteConfigurationSetEventDestinationOutput, error)
func (c *SESV2) DeleteConfigurationSetEventDestinationRequest(input *DeleteConfigurationSetEventDestinationInput) (req *request.Request, output *DeleteConfigurationSetEventDestinationOutput)
func (c *SESV2) DeleteConfigurationSetEventDestinationWithContext(ctx aws.Context, input *DeleteConfigurationSetEventDestinationInput, opts ...request.Option) (*DeleteConfigurationSetEventDestinationOutput, error)
func (c *SESV2) DeleteConfigurationSetRequest(input *DeleteConfigurationSetInput) (req *request.Request, output *DeleteConfigurationSetOutput)
func (c *SESV2) DeleteConfigurationSetWithContext(ctx aws.Context, input *DeleteConfigurationSetInput, opts ...request.Option) (*DeleteConfigurationSetOutput, error)
func (c *SESV2) DeleteContact(input *DeleteContactInput) (*DeleteContactOutput, error)
func (c *SESV2) DeleteContactList(input *DeleteContactListInput) (*DeleteContactListOutput, error)
func (c *SESV2) DeleteContactListRequest(input *DeleteContactListInput) (req *request.Request, output *DeleteContactListOutput)
func (c *SESV2) DeleteContactListWithContext(ctx aws.Context, input *DeleteContactListInput, opts ...request.Option) (*DeleteContactListOutput, error)
func (c *SESV2) DeleteContactRequest(input *DeleteContactInput) (req *request.Request, output *DeleteContactOutput)
func (c *SESV2) DeleteContactWithContext(ctx aws.Context, input *DeleteContactInput, opts ...request.Option) (*DeleteContactOutput, error)
func (c *SESV2) DeleteCustomVerificationEmailTemplate(input *DeleteCustomVerificationEmailTemplateInput) (*DeleteCustomVerificationEmailTemplateOutput, error)
func (c *SESV2) DeleteCustomVerificationEmailTemplateRequest(input *DeleteCustomVerificationEmailTemplateInput) (req *request.Request, output *DeleteCustomVerificationEmailTemplateOutput)
func (c *SESV2) DeleteCustomVerificationEmailTemplateWithContext(ctx aws.Context, input *DeleteCustomVerificationEmailTemplateInput, opts ...request.Option) (*DeleteCustomVerificationEmailTemplateOutput, error)
func (c *SESV2) DeleteDedicatedIpPool(input *DeleteDedicatedIpPoolInput) (*DeleteDedicatedIpPoolOutput, error)
func (c *SESV2) DeleteDedicatedIpPoolRequest(input *DeleteDedicatedIpPoolInput) (req *request.Request, output *DeleteDedicatedIpPoolOutput)
func (c *SESV2) DeleteDedicatedIpPoolWithContext(ctx aws.Context, input *DeleteDedicatedIpPoolInput, opts ...request.Option) (*DeleteDedicatedIpPoolOutput, error)
func (c *SESV2) DeleteEmailIdentity(input *DeleteEmailIdentityInput) (*DeleteEmailIdentityOutput, error)
func (c *SESV2) DeleteEmailIdentityPolicy(input *DeleteEmailIdentityPolicyInput) (*DeleteEmailIdentityPolicyOutput, error)
func (c *SESV2) DeleteEmailIdentityPolicyRequest(input *DeleteEmailIdentityPolicyInput) (req *request.Request, output *DeleteEmailIdentityPolicyOutput)
func (c *SESV2) DeleteEmailIdentityPolicyWithContext(ctx aws.Context, input *DeleteEmailIdentityPolicyInput, opts ...request.Option) (*DeleteEmailIdentityPolicyOutput, error)
func (c *SESV2) DeleteEmailIdentityRequest(input *DeleteEmailIdentityInput) (req *request.Request, output *DeleteEmailIdentityOutput)
func (c *SESV2) DeleteEmailIdentityWithContext(ctx aws.Context, input *DeleteEmailIdentityInput, opts ...request.Option) (*DeleteEmailIdentityOutput, error)
func (c *SESV2) DeleteEmailTemplate(input *DeleteEmailTemplateInput) (*DeleteEmailTemplateOutput, error)
func (c *SESV2) DeleteEmailTemplateRequest(input *DeleteEmailTemplateInput) (req *request.Request, output *DeleteEmailTemplateOutput)
func (c *SESV2) DeleteEmailTemplateWithContext(ctx aws.Context, input *DeleteEmailTemplateInput, opts ...request.Option) (*DeleteEmailTemplateOutput, error)
func (c *SESV2) DeleteSuppressedDestination(input *DeleteSuppressedDestinationInput) (*DeleteSuppressedDestinationOutput, error)
func (c *SESV2) DeleteSuppressedDestinationRequest(input *DeleteSuppressedDestinationInput) (req *request.Request, output *DeleteSuppressedDestinationOutput)
func (c *SESV2) DeleteSuppressedDestinationWithContext(ctx aws.Context, input *DeleteSuppressedDestinationInput, opts ...request.Option) (*DeleteSuppressedDestinationOutput, error)
func (c *SESV2) GetAccount(input *GetAccountInput) (*GetAccountOutput, error)
func (c *SESV2) GetAccountRequest(input *GetAccountInput) (req *request.Request, output *GetAccountOutput)
func (c *SESV2) GetAccountWithContext(ctx aws.Context, input *GetAccountInput, opts ...request.Option) (*GetAccountOutput, error)
func (c *SESV2) GetBlacklistReports(input *GetBlacklistReportsInput) (*GetBlacklistReportsOutput, error)
func (c *SESV2) GetBlacklistReportsRequest(input *GetBlacklistReportsInput) (req *request.Request, output *GetBlacklistReportsOutput)
func (c *SESV2) GetBlacklistReportsWithContext(ctx aws.Context, input *GetBlacklistReportsInput, opts ...request.Option) (*GetBlacklistReportsOutput, error)
func (c *SESV2) GetConfigurationSet(input *GetConfigurationSetInput) (*GetConfigurationSetOutput, error)
func (c *SESV2) GetConfigurationSetEventDestinations(input *GetConfigurationSetEventDestinationsInput) (*GetConfigurationSetEventDestinationsOutput, error)
func (c *SESV2) GetConfigurationSetEventDestinationsRequest(input *GetConfigurationSetEventDestinationsInput) (req *request.Request, output *GetConfigurationSetEventDestinationsOutput)
func (c *SESV2) GetConfigurationSetEventDestinationsWithContext(ctx aws.Context, input *GetConfigurationSetEventDestinationsInput, opts ...request.Option) (*GetConfigurationSetEventDestinationsOutput, error)
func (c *SESV2) GetConfigurationSetRequest(input *GetConfigurationSetInput) (req *request.Request, output *GetConfigurationSetOutput)
func (c *SESV2) GetConfigurationSetWithContext(ctx aws.Context, input *GetConfigurationSetInput, opts ...request.Option) (*GetConfigurationSetOutput, error)
func (c *SESV2) GetContact(input *GetContactInput) (*GetContactOutput, error)
func (c *SESV2) GetContactList(input *GetContactListInput) (*GetContactListOutput, error)
func (c *SESV2) GetContactListRequest(input *GetContactListInput) (req *request.Request, output *GetContactListOutput)
func (c *SESV2) GetContactListWithContext(ctx aws.Context, input *GetContactListInput, opts ...request.Option) (*GetContactListOutput, error)
func (c *SESV2) GetContactRequest(input *GetContactInput) (req *request.Request, output *GetContactOutput)
func (c *SESV2) GetContactWithContext(ctx aws.Context, input *GetContactInput, opts ...request.Option) (*GetContactOutput, error)
func (c *SESV2) GetCustomVerificationEmailTemplate(input *GetCustomVerificationEmailTemplateInput) (*GetCustomVerificationEmailTemplateOutput, error)
func (c *SESV2) GetCustomVerificationEmailTemplateRequest(input *GetCustomVerificationEmailTemplateInput) (req *request.Request, output *GetCustomVerificationEmailTemplateOutput)
func (c *SESV2) GetCustomVerificationEmailTemplateWithContext(ctx aws.Context, input *GetCustomVerificationEmailTemplateInput, opts ...request.Option) (*GetCustomVerificationEmailTemplateOutput, error)
func (c *SESV2) GetDedicatedIp(input *GetDedicatedIpInput) (*GetDedicatedIpOutput, error)
func (c *SESV2) GetDedicatedIpPool(input *GetDedicatedIpPoolInput) (*GetDedicatedIpPoolOutput, error)
func (c *SESV2) GetDedicatedIpPoolRequest(input *GetDedicatedIpPoolInput) (req *request.Request, output *GetDedicatedIpPoolOutput)
func (c *SESV2) GetDedicatedIpPoolWithContext(ctx aws.Context, input *GetDedicatedIpPoolInput, opts ...request.Option) (*GetDedicatedIpPoolOutput, error)
func (c *SESV2) GetDedicatedIpRequest(input *GetDedicatedIpInput) (req *request.Request, output *GetDedicatedIpOutput)
func (c *SESV2) GetDedicatedIpWithContext(ctx aws.Context, input *GetDedicatedIpInput, opts ...request.Option) (*GetDedicatedIpOutput, error)
func (c *SESV2) GetDedicatedIps(input *GetDedicatedIpsInput) (*GetDedicatedIpsOutput, error)
func (c *SESV2) GetDedicatedIpsPages(input *GetDedicatedIpsInput, fn func(*GetDedicatedIpsOutput, bool) bool) error
func (c *SESV2) GetDedicatedIpsPagesWithContext(ctx aws.Context, input *GetDedicatedIpsInput, fn func(*GetDedicatedIpsOutput, bool) bool, opts ...request.Option) error
func (c *SESV2) GetDedicatedIpsRequest(input *GetDedicatedIpsInput) (req *request.Request, output *GetDedicatedIpsOutput)
func (c *SESV2) GetDedicatedIpsWithContext(ctx aws.Context, input *GetDedicatedIpsInput, opts ...request.Option) (*GetDedicatedIpsOutput, error)
func (c *SESV2) GetDeliverabilityDashboardOptions(input *GetDeliverabilityDashboardOptionsInput) (*GetDeliverabilityDashboardOptionsOutput, error)
func (c *SESV2) GetDeliverabilityDashboardOptionsRequest(input *GetDeliverabilityDashboardOptionsInput) (req *request.Request, output *GetDeliverabilityDashboardOptionsOutput)
func (c *SESV2) GetDeliverabilityDashboardOptionsWithContext(ctx aws.Context, input *GetDeliverabilityDashboardOptionsInput, opts ...request.Option) (*GetDeliverabilityDashboardOptionsOutput, error)
func (c *SESV2) GetDeliverabilityTestReport(input *GetDeliverabilityTestReportInput) (*GetDeliverabilityTestReportOutput, error)
func (c *SESV2) GetDeliverabilityTestReportRequest(input *GetDeliverabilityTestReportInput) (req *request.Request, output *GetDeliverabilityTestReportOutput)
func (c *SESV2) GetDeliverabilityTestReportWithContext(ctx aws.Context, input *GetDeliverabilityTestReportInput, opts ...request.Option) (*GetDeliverabilityTestReportOutput, error)
func (c *SESV2) GetDomainDeliverabilityCampaign(input *GetDomainDeliverabilityCampaignInput) (*GetDomainDeliverabilityCampaignOutput, error)
func (c *SESV2) GetDomainDeliverabilityCampaignRequest(input *GetDomainDeliverabilityCampaignInput) (req *request.Request, output *GetDomainDeliverabilityCampaignOutput)
func (c *SESV2) GetDomainDeliverabilityCampaignWithContext(ctx aws.Context, input *GetDomainDeliverabilityCampaignInput, opts ...request.Option) (*GetDomainDeliverabilityCampaignOutput, error)
func (c *SESV2) GetDomainStatisticsReport(input *GetDomainStatisticsReportInput) (*GetDomainStatisticsReportOutput, error)
func (c *SESV2) GetDomainStatisticsReportRequest(input *GetDomainStatisticsReportInput) (req *request.Request, output *GetDomainStatisticsReportOutput)
func (c *SESV2) GetDomainStatisticsReportWithContext(ctx aws.Context, input *GetDomainStatisticsReportInput, opts ...request.Option) (*GetDomainStatisticsReportOutput, error)
func (c *SESV2) GetEmailIdentity(input *GetEmailIdentityInput) (*GetEmailIdentityOutput, error)
func (c *SESV2) GetEmailIdentityPolicies(input *GetEmailIdentityPoliciesInput) (*GetEmailIdentityPoliciesOutput, error)
func (c *SESV2) GetEmailIdentityPoliciesRequest(input *GetEmailIdentityPoliciesInput) (req *request.Request, output *GetEmailIdentityPoliciesOutput)
func (c *SESV2) GetEmailIdentityPoliciesWithContext(ctx aws.Context, input *GetEmailIdentityPoliciesInput, opts ...request.Option) (*GetEmailIdentityPoliciesOutput, error)
func (c *SESV2) GetEmailIdentityRequest(input *GetEmailIdentityInput) (req *request.Request, output *GetEmailIdentityOutput)
func (c *SESV2) GetEmailIdentityWithContext(ctx aws.Context, input *GetEmailIdentityInput, opts ...request.Option) (*GetEmailIdentityOutput, error)
func (c *SESV2) GetEmailTemplate(input *GetEmailTemplateInput) (*GetEmailTemplateOutput, error)
func (c *SESV2) GetEmailTemplateRequest(input *GetEmailTemplateInput) (req *request.Request, output *GetEmailTemplateOutput)
func (c *SESV2) GetEmailTemplateWithContext(ctx aws.Context, input *GetEmailTemplateInput, opts ...request.Option) (*GetEmailTemplateOutput, error)
func (c *SESV2) GetExportJob(input *GetExportJobInput) (*GetExportJobOutput, error)
func (c *SESV2) GetExportJobRequest(input *GetExportJobInput) (req *request.Request, output *GetExportJobOutput)
func (c *SESV2) GetExportJobWithContext(ctx aws.Context, input *GetExportJobInput, opts ...request.Option) (*GetExportJobOutput, error)
func (c *SESV2) GetImportJob(input *GetImportJobInput) (*GetImportJobOutput, error)
func (c *SESV2) GetImportJobRequest(input *GetImportJobInput) (req *request.Request, output *GetImportJobOutput)
func (c *SESV2) GetImportJobWithContext(ctx aws.Context, input *GetImportJobInput, opts ...request.Option) (*GetImportJobOutput, error)
func (c *SESV2) GetMessageInsights(input *GetMessageInsightsInput) (*GetMessageInsightsOutput, error)
func (c *SESV2) GetMessageInsightsRequest(input *GetMessageInsightsInput) (req *request.Request, output *GetMessageInsightsOutput)
func (c *SESV2) GetMessageInsightsWithContext(ctx aws.Context, input *GetMessageInsightsInput, opts ...request.Option) (*GetMessageInsightsOutput, error)
func (c *SESV2) GetSuppressedDestination(input *GetSuppressedDestinationInput) (*GetSuppressedDestinationOutput, error)
func (c *SESV2) GetSuppressedDestinationRequest(input *GetSuppressedDestinationInput) (req *request.Request, output *GetSuppressedDestinationOutput)
func (c *SESV2) GetSuppressedDestinationWithContext(ctx aws.Context, input *GetSuppressedDestinationInput, opts ...request.Option) (*GetSuppressedDestinationOutput, error)
func (c *SESV2) ListConfigurationSets(input *ListConfigurationSetsInput) (*ListConfigurationSetsOutput, error)
func (c *SESV2) ListConfigurationSetsPages(input *ListConfigurationSetsInput, fn func(*ListConfigurationSetsOutput, bool) bool) error
func (c *SESV2) ListConfigurationSetsPagesWithContext(ctx aws.Context, input *ListConfigurationSetsInput, fn func(*ListConfigurationSetsOutput, bool) bool, opts ...request.Option) error
func (c *SESV2) ListConfigurationSetsRequest(input *ListConfigurationSetsInput) (req *request.Request, output *ListConfigurationSetsOutput)
func (c *SESV2) ListConfigurationSetsWithContext(ctx aws.Context, input *ListConfigurationSetsInput, opts ...request.Option) (*ListConfigurationSetsOutput, error)
func (c *SESV2) ListContactLists(input *ListContactListsInput) (*ListContactListsOutput, error)
func (c *SESV2) ListContactListsPages(input *ListContactListsInput, fn func(*ListContactListsOutput, bool) bool) error
func (c *SESV2) ListContactListsPagesWithContext(ctx aws.Context, input *ListContactListsInput, fn func(*ListContactListsOutput, bool) bool, opts ...request.Option) error
func (c *SESV2) ListContactListsRequest(input *ListContactListsInput) (req *request.Request, output *ListContactListsOutput)
func (c *SESV2) ListContactListsWithContext(ctx aws.Context, input *ListContactListsInput, opts ...request.Option) (*ListContactListsOutput, error)
func (c *SESV2) ListContacts(input *ListContactsInput) (*ListContactsOutput, error)
func (c *SESV2) ListContactsPages(input *ListContactsInput, fn func(*ListContactsOutput, bool) bool) error
func (c *SESV2) ListContactsPagesWithContext(ctx aws.Context, input *ListContactsInput, fn func(*ListContactsOutput, bool) bool, opts ...request.Option) error
func (c *SESV2) ListContactsRequest(input *ListContactsInput) (req *request.Request, output *ListContactsOutput)
func (c *SESV2) ListContactsWithContext(ctx aws.Context, input *ListContactsInput, opts ...request.Option) (*ListContactsOutput, error)
func (c *SESV2) ListCustomVerificationEmailTemplates(input *ListCustomVerificationEmailTemplatesInput) (*ListCustomVerificationEmailTemplatesOutput, error)
func (c *SESV2) ListCustomVerificationEmailTemplatesPages(input *ListCustomVerificationEmailTemplatesInput, fn func(*ListCustomVerificationEmailTemplatesOutput, bool) bool) error
func (c *SESV2) ListCustomVerificationEmailTemplatesPagesWithContext(ctx aws.Context, input *ListCustomVerificationEmailTemplatesInput, fn func(*ListCustomVerificationEmailTemplatesOutput, bool) bool, opts ...request.Option) error
func (c *SESV2) ListCustomVerificationEmailTemplatesRequest(input *ListCustomVerificationEmailTemplatesInput) (req *request.Request, output *ListCustomVerificationEmailTemplatesOutput)
func (c *SESV2) ListCustomVerificationEmailTemplatesWithContext(ctx aws.Context, input *ListCustomVerificationEmailTemplatesInput, opts ...request.Option) (*ListCustomVerificationEmailTemplatesOutput, error)
func (c *SESV2) ListDedicatedIpPools(input *ListDedicatedIpPoolsInput) (*ListDedicatedIpPoolsOutput, error)
func (c *SESV2) ListDedicatedIpPoolsPages(input *ListDedicatedIpPoolsInput, fn func(*ListDedicatedIpPoolsOutput, bool) bool) error
func (c *SESV2) ListDedicatedIpPoolsPagesWithContext(ctx aws.Context, input *ListDedicatedIpPoolsInput, fn func(*ListDedicatedIpPoolsOutput, bool) bool, opts ...request.Option) error
func (c *SESV2) ListDedicatedIpPoolsRequest(input *ListDedicatedIpPoolsInput) (req *request.Request, output *ListDedicatedIpPoolsOutput)
func (c *SESV2) ListDedicatedIpPoolsWithContext(ctx aws.Context, input *ListDedicatedIpPoolsInput, opts ...request.Option) (*ListDedicatedIpPoolsOutput, error)
func (c *SESV2) ListDeliverabilityTestReports(input *ListDeliverabilityTestReportsInput) (*ListDeliverabilityTestReportsOutput, error)
func (c *SESV2) ListDeliverabilityTestReportsPages(input *ListDeliverabilityTestReportsInput, fn func(*ListDeliverabilityTestReportsOutput, bool) bool) error
func (c *SESV2) ListDeliverabilityTestReportsPagesWithContext(ctx aws.Context, input *ListDeliverabilityTestReportsInput, fn func(*ListDeliverabilityTestReportsOutput, bool) bool, opts ...request.Option) error
func (c *SESV2) ListDeliverabilityTestReportsRequest(input *ListDeliverabilityTestReportsInput) (req *request.Request, output *ListDeliverabilityTestReportsOutput)
func (c *SESV2) ListDeliverabilityTestReportsWithContext(ctx aws.Context, input *ListDeliverabilityTestReportsInput, opts ...request.Option) (*ListDeliverabilityTestReportsOutput, error)
func (c *SESV2) ListDomainDeliverabilityCampaigns(input *ListDomainDeliverabilityCampaignsInput) (*ListDomainDeliverabilityCampaignsOutput, error)
func (c *SESV2) ListDomainDeliverabilityCampaignsPages(input *ListDomainDeliverabilityCampaignsInput, fn func(*ListDomainDeliverabilityCampaignsOutput, bool) bool) error
func (c *SESV2) ListDomainDeliverabilityCampaignsPagesWithContext(ctx aws.Context, input *ListDomainDeliverabilityCampaignsInput, fn func(*ListDomainDeliverabilityCampaignsOutput, bool) bool, opts ...request.Option) error
func (c *SESV2) ListDomainDeliverabilityCampaignsRequest(input *ListDomainDeliverabilityCampaignsInput) (req *request.Request, output *ListDomainDeliverabilityCampaignsOutput)
func (c *SESV2) ListDomainDeliverabilityCampaignsWithContext(ctx aws.Context, input *ListDomainDeliverabilityCampaignsInput, opts ...request.Option) (*ListDomainDeliverabilityCampaignsOutput, error)
func (c *SESV2) ListEmailIdentities(input *ListEmailIdentitiesInput) (*ListEmailIdentitiesOutput, error)
func (c *SESV2) ListEmailIdentitiesPages(input *ListEmailIdentitiesInput, fn func(*ListEmailIdentitiesOutput, bool) bool) error
func (c *SESV2) ListEmailIdentitiesPagesWithContext(ctx aws.Context, input *ListEmailIdentitiesInput, fn func(*ListEmailIdentitiesOutput, bool) bool, opts ...request.Option) error
func (c *SESV2) ListEmailIdentitiesRequest(input *ListEmailIdentitiesInput) (req *request.Request, output *ListEmailIdentitiesOutput)
func (c *SESV2) ListEmailIdentitiesWithContext(ctx aws.Context, input *ListEmailIdentitiesInput, opts ...request.Option) (*ListEmailIdentitiesOutput, error)
func (c *SESV2) ListEmailTemplates(input *ListEmailTemplatesInput) (*ListEmailTemplatesOutput, error)
func (c *SESV2) ListEmailTemplatesPages(input *ListEmailTemplatesInput, fn func(*ListEmailTemplatesOutput, bool) bool) error
func (c *SESV2) ListEmailTemplatesPagesWithContext(ctx aws.Context, input *ListEmailTemplatesInput, fn func(*ListEmailTemplatesOutput, bool) bool, opts ...request.Option) error
func (c *SESV2) ListEmailTemplatesRequest(input *ListEmailTemplatesInput) (req *request.Request, output *ListEmailTemplatesOutput)
func (c *SESV2) ListEmailTemplatesWithContext(ctx aws.Context, input *ListEmailTemplatesInput, opts ...request.Option) (*ListEmailTemplatesOutput, error)
func (c *SESV2) ListExportJobs(input *ListExportJobsInput) (*ListExportJobsOutput, error)
func (c *SESV2) ListExportJobsPages(input *ListExportJobsInput, fn func(*ListExportJobsOutput, bool) bool) error
func (c *SESV2) ListExportJobsPagesWithContext(ctx aws.Context, input *ListExportJobsInput, fn func(*ListExportJobsOutput, bool) bool, opts ...request.Option) error
func (c *SESV2) ListExportJobsRequest(input *ListExportJobsInput) (req *request.Request, output *ListExportJobsOutput)
func (c *SESV2) ListExportJobsWithContext(ctx aws.Context, input *ListExportJobsInput, opts ...request.Option) (*ListExportJobsOutput, error)
func (c *SESV2) ListImportJobs(input *ListImportJobsInput) (*ListImportJobsOutput, error)
func (c *SESV2) ListImportJobsPages(input *ListImportJobsInput, fn func(*ListImportJobsOutput, bool) bool) error
func (c *SESV2) ListImportJobsPagesWithContext(ctx aws.Context, input *ListImportJobsInput, fn func(*ListImportJobsOutput, bool) bool, opts ...request.Option) error
func (c *SESV2) ListImportJobsRequest(input *ListImportJobsInput) (req *request.Request, output *ListImportJobsOutput)
func (c *SESV2) ListImportJobsWithContext(ctx aws.Context, input *ListImportJobsInput, opts ...request.Option) (*ListImportJobsOutput, error)
func (c *SESV2) ListRecommendations(input *ListRecommendationsInput) (*ListRecommendationsOutput, error)
func (c *SESV2) ListRecommendationsPages(input *ListRecommendationsInput, fn func(*ListRecommendationsOutput, bool) bool) error
func (c *SESV2) ListRecommendationsPagesWithContext(ctx aws.Context, input *ListRecommendationsInput, fn func(*ListRecommendationsOutput, bool) bool, opts ...request.Option) error
func (c *SESV2) ListRecommendationsRequest(input *ListRecommendationsInput) (req *request.Request, output *ListRecommendationsOutput)
func (c *SESV2) ListRecommendationsWithContext(ctx aws.Context, input *ListRecommendationsInput, opts ...request.Option) (*ListRecommendationsOutput, error)
func (c *SESV2) ListSuppressedDestinations(input *ListSuppressedDestinationsInput) (*ListSuppressedDestinationsOutput, error)
func (c *SESV2) ListSuppressedDestinationsPages(input *ListSuppressedDestinationsInput, fn func(*ListSuppressedDestinationsOutput, bool) bool) error
func (c *SESV2) ListSuppressedDestinationsPagesWithContext(ctx aws.Context, input *ListSuppressedDestinationsInput, fn func(*ListSuppressedDestinationsOutput, bool) bool, opts ...request.Option) error
func (c *SESV2) ListSuppressedDestinationsRequest(input *ListSuppressedDestinationsInput) (req *request.Request, output *ListSuppressedDestinationsOutput)
func (c *SESV2) ListSuppressedDestinationsWithContext(ctx aws.Context, input *ListSuppressedDestinationsInput, opts ...request.Option) (*ListSuppressedDestinationsOutput, error)
func (c *SESV2) ListTagsForResource(input *ListTagsForResourceInput) (*ListTagsForResourceOutput, error)
func (c *SESV2) ListTagsForResourceRequest(input *ListTagsForResourceInput) (req *request.Request, output *ListTagsForResourceOutput)
func (c *SESV2) ListTagsForResourceWithContext(ctx aws.Context, input *ListTagsForResourceInput, opts ...request.Option) (*ListTagsForResourceOutput, error)
func (c *SESV2) PutAccountDedicatedIpWarmupAttributes(input *PutAccountDedicatedIpWarmupAttributesInput) (*PutAccountDedicatedIpWarmupAttributesOutput, error)
func (c *SESV2) PutAccountDedicatedIpWarmupAttributesRequest(input *PutAccountDedicatedIpWarmupAttributesInput) (req *request.Request, output *PutAccountDedicatedIpWarmupAttributesOutput)
func (c *SESV2) PutAccountDedicatedIpWarmupAttributesWithContext(ctx aws.Context, input *PutAccountDedicatedIpWarmupAttributesInput, opts ...request.Option) (*PutAccountDedicatedIpWarmupAttributesOutput, error)
func (c *SESV2) PutAccountDetails(input *PutAccountDetailsInput) (*PutAccountDetailsOutput, error)
func (c *SESV2) PutAccountDetailsRequest(input *PutAccountDetailsInput) (req *request.Request, output *PutAccountDetailsOutput)
func (c *SESV2) PutAccountDetailsWithContext(ctx aws.Context, input *PutAccountDetailsInput, opts ...request.Option) (*PutAccountDetailsOutput, error)
func (c *SESV2) PutAccountSendingAttributes(input *PutAccountSendingAttributesInput) (*PutAccountSendingAttributesOutput, error)
func (c *SESV2) PutAccountSendingAttributesRequest(input *PutAccountSendingAttributesInput) (req *request.Request, output *PutAccountSendingAttributesOutput)
func (c *SESV2) PutAccountSendingAttributesWithContext(ctx aws.Context, input *PutAccountSendingAttributesInput, opts ...request.Option) (*PutAccountSendingAttributesOutput, error)
func (c *SESV2) PutAccountSuppressionAttributes(input *PutAccountSuppressionAttributesInput) (*PutAccountSuppressionAttributesOutput, error)
func (c *SESV2) PutAccountSuppressionAttributesRequest(input *PutAccountSuppressionAttributesInput) (req *request.Request, output *PutAccountSuppressionAttributesOutput)
func (c *SESV2) PutAccountSuppressionAttributesWithContext(ctx aws.Context, input *PutAccountSuppressionAttributesInput, opts ...request.Option) (*PutAccountSuppressionAttributesOutput, error)
func (c *SESV2) PutAccountVdmAttributes(input *PutAccountVdmAttributesInput) (*PutAccountVdmAttributesOutput, error)
func (c *SESV2) PutAccountVdmAttributesRequest(input *PutAccountVdmAttributesInput) (req *request.Request, output *PutAccountVdmAttributesOutput)
func (c *SESV2) PutAccountVdmAttributesWithContext(ctx aws.Context, input *PutAccountVdmAttributesInput, opts ...request.Option) (*PutAccountVdmAttributesOutput, error)
func (c *SESV2) PutConfigurationSetDeliveryOptions(input *PutConfigurationSetDeliveryOptionsInput) (*PutConfigurationSetDeliveryOptionsOutput, error)
func (c *SESV2) PutConfigurationSetDeliveryOptionsRequest(input *PutConfigurationSetDeliveryOptionsInput) (req *request.Request, output *PutConfigurationSetDeliveryOptionsOutput)
func (c *SESV2) PutConfigurationSetDeliveryOptionsWithContext(ctx aws.Context, input *PutConfigurationSetDeliveryOptionsInput, opts ...request.Option) (*PutConfigurationSetDeliveryOptionsOutput, error)
func (c *SESV2) PutConfigurationSetReputationOptions(input *PutConfigurationSetReputationOptionsInput) (*PutConfigurationSetReputationOptionsOutput, error)
func (c *SESV2) PutConfigurationSetReputationOptionsRequest(input *PutConfigurationSetReputationOptionsInput) (req *request.Request, output *PutConfigurationSetReputationOptionsOutput)
func (c *SESV2) PutConfigurationSetReputationOptionsWithContext(ctx aws.Context, input *PutConfigurationSetReputationOptionsInput, opts ...request.Option) (*PutConfigurationSetReputationOptionsOutput, error)
func (c *SESV2) PutConfigurationSetSendingOptions(input *PutConfigurationSetSendingOptionsInput) (*PutConfigurationSetSendingOptionsOutput, error)
func (c *SESV2) PutConfigurationSetSendingOptionsRequest(input *PutConfigurationSetSendingOptionsInput) (req *request.Request, output *PutConfigurationSetSendingOptionsOutput)
func (c *SESV2) PutConfigurationSetSendingOptionsWithContext(ctx aws.Context, input *PutConfigurationSetSendingOptionsInput, opts ...request.Option) (*PutConfigurationSetSendingOptionsOutput, error)
func (c *SESV2) PutConfigurationSetSuppressionOptions(input *PutConfigurationSetSuppressionOptionsInput) (*PutConfigurationSetSuppressionOptionsOutput, error)
func (c *SESV2) PutConfigurationSetSuppressionOptionsRequest(input *PutConfigurationSetSuppressionOptionsInput) (req *request.Request, output *PutConfigurationSetSuppressionOptionsOutput)
func (c *SESV2) PutConfigurationSetSuppressionOptionsWithContext(ctx aws.Context, input *PutConfigurationSetSuppressionOptionsInput, opts ...request.Option) (*PutConfigurationSetSuppressionOptionsOutput, error)
func (c *SESV2) PutConfigurationSetTrackingOptions(input *PutConfigurationSetTrackingOptionsInput) (*PutConfigurationSetTrackingOptionsOutput, error)
func (c *SESV2) PutConfigurationSetTrackingOptionsRequest(input *PutConfigurationSetTrackingOptionsInput) (req *request.Request, output *PutConfigurationSetTrackingOptionsOutput)
func (c *SESV2) PutConfigurationSetTrackingOptionsWithContext(ctx aws.Context, input *PutConfigurationSetTrackingOptionsInput, opts ...request.Option) (*PutConfigurationSetTrackingOptionsOutput, error)
func (c *SESV2) PutConfigurationSetVdmOptions(input *PutConfigurationSetVdmOptionsInput) (*PutConfigurationSetVdmOptionsOutput, error)
func (c *SESV2) PutConfigurationSetVdmOptionsRequest(input *PutConfigurationSetVdmOptionsInput) (req *request.Request, output *PutConfigurationSetVdmOptionsOutput)
func (c *SESV2) PutConfigurationSetVdmOptionsWithContext(ctx aws.Context, input *PutConfigurationSetVdmOptionsInput, opts ...request.Option) (*PutConfigurationSetVdmOptionsOutput, error)
func (c *SESV2) PutDedicatedIpInPool(input *PutDedicatedIpInPoolInput) (*PutDedicatedIpInPoolOutput, error)
func (c *SESV2) PutDedicatedIpInPoolRequest(input *PutDedicatedIpInPoolInput) (req *request.Request, output *PutDedicatedIpInPoolOutput)
func (c *SESV2) PutDedicatedIpInPoolWithContext(ctx aws.Context, input *PutDedicatedIpInPoolInput, opts ...request.Option) (*PutDedicatedIpInPoolOutput, error)
func (c *SESV2) PutDedicatedIpPoolScalingAttributes(input *PutDedicatedIpPoolScalingAttributesInput) (*PutDedicatedIpPoolScalingAttributesOutput, error)
func (c *SESV2) PutDedicatedIpPoolScalingAttributesRequest(input *PutDedicatedIpPoolScalingAttributesInput) (req *request.Request, output *PutDedicatedIpPoolScalingAttributesOutput)
func (c *SESV2) PutDedicatedIpPoolScalingAttributesWithContext(ctx aws.Context, input *PutDedicatedIpPoolScalingAttributesInput, opts ...request.Option) (*PutDedicatedIpPoolScalingAttributesOutput, error)
func (c *SESV2) PutDedicatedIpWarmupAttributes(input *PutDedicatedIpWarmupAttributesInput) (*PutDedicatedIpWarmupAttributesOutput, error)
func (c *SESV2) PutDedicatedIpWarmupAttributesRequest(input *PutDedicatedIpWarmupAttributesInput) (req *request.Request, output *PutDedicatedIpWarmupAttributesOutput)
func (c *SESV2) PutDedicatedIpWarmupAttributesWithContext(ctx aws.Context, input *PutDedicatedIpWarmupAttributesInput, opts ...request.Option) (*PutDedicatedIpWarmupAttributesOutput, error)
func (c *SESV2) PutDeliverabilityDashboardOption(input *PutDeliverabilityDashboardOptionInput) (*PutDeliverabilityDashboardOptionOutput, error)
func (c *SESV2) PutDeliverabilityDashboardOptionRequest(input *PutDeliverabilityDashboardOptionInput) (req *request.Request, output *PutDeliverabilityDashboardOptionOutput)
func (c *SESV2) PutDeliverabilityDashboardOptionWithContext(ctx aws.Context, input *PutDeliverabilityDashboardOptionInput, opts ...request.Option) (*PutDeliverabilityDashboardOptionOutput, error)
func (c *SESV2) PutEmailIdentityConfigurationSetAttributes(input *PutEmailIdentityConfigurationSetAttributesInput) (*PutEmailIdentityConfigurationSetAttributesOutput, error)
func (c *SESV2) PutEmailIdentityConfigurationSetAttributesRequest(input *PutEmailIdentityConfigurationSetAttributesInput) (req *request.Request, output *PutEmailIdentityConfigurationSetAttributesOutput)
func (c *SESV2) PutEmailIdentityConfigurationSetAttributesWithContext(ctx aws.Context, input *PutEmailIdentityConfigurationSetAttributesInput, opts ...request.Option) (*PutEmailIdentityConfigurationSetAttributesOutput, error)
func (c *SESV2) PutEmailIdentityDkimAttributes(input *PutEmailIdentityDkimAttributesInput) (*PutEmailIdentityDkimAttributesOutput, error)
func (c *SESV2) PutEmailIdentityDkimAttributesRequest(input *PutEmailIdentityDkimAttributesInput) (req *request.Request, output *PutEmailIdentityDkimAttributesOutput)
func (c *SESV2) PutEmailIdentityDkimAttributesWithContext(ctx aws.Context, input *PutEmailIdentityDkimAttributesInput, opts ...request.Option) (*PutEmailIdentityDkimAttributesOutput, error)
func (c *SESV2) PutEmailIdentityDkimSigningAttributes(input *PutEmailIdentityDkimSigningAttributesInput) (*PutEmailIdentityDkimSigningAttributesOutput, error)
func (c *SESV2) PutEmailIdentityDkimSigningAttributesRequest(input *PutEmailIdentityDkimSigningAttributesInput) (req *request.Request, output *PutEmailIdentityDkimSigningAttributesOutput)
func (c *SESV2) PutEmailIdentityDkimSigningAttributesWithContext(ctx aws.Context, input *PutEmailIdentityDkimSigningAttributesInput, opts ...request.Option) (*PutEmailIdentityDkimSigningAttributesOutput, error)
func (c *SESV2) PutEmailIdentityFeedbackAttributes(input *PutEmailIdentityFeedbackAttributesInput) (*PutEmailIdentityFeedbackAttributesOutput, error)
func (c *SESV2) PutEmailIdentityFeedbackAttributesRequest(input *PutEmailIdentityFeedbackAttributesInput) (req *request.Request, output *PutEmailIdentityFeedbackAttributesOutput)
func (c *SESV2) PutEmailIdentityFeedbackAttributesWithContext(ctx aws.Context, input *PutEmailIdentityFeedbackAttributesInput, opts ...request.Option) (*PutEmailIdentityFeedbackAttributesOutput, error)
func (c *SESV2) PutEmailIdentityMailFromAttributes(input *PutEmailIdentityMailFromAttributesInput) (*PutEmailIdentityMailFromAttributesOutput, error)
func (c *SESV2) PutEmailIdentityMailFromAttributesRequest(input *PutEmailIdentityMailFromAttributesInput) (req *request.Request, output *PutEmailIdentityMailFromAttributesOutput)
func (c *SESV2) PutEmailIdentityMailFromAttributesWithContext(ctx aws.Context, input *PutEmailIdentityMailFromAttributesInput, opts ...request.Option) (*PutEmailIdentityMailFromAttributesOutput, error)
func (c *SESV2) PutSuppressedDestination(input *PutSuppressedDestinationInput) (*PutSuppressedDestinationOutput, error)
func (c *SESV2) PutSuppressedDestinationRequest(input *PutSuppressedDestinationInput) (req *request.Request, output *PutSuppressedDestinationOutput)
func (c *SESV2) PutSuppressedDestinationWithContext(ctx aws.Context, input *PutSuppressedDestinationInput, opts ...request.Option) (*PutSuppressedDestinationOutput, error)
func (c *SESV2) SendBulkEmail(input *SendBulkEmailInput) (*SendBulkEmailOutput, error)
func (c *SESV2) SendBulkEmailRequest(input *SendBulkEmailInput) (req *request.Request, output *SendBulkEmailOutput)
func (c *SESV2) SendBulkEmailWithContext(ctx aws.Context, input *SendBulkEmailInput, opts ...request.Option) (*SendBulkEmailOutput, error)
func (c *SESV2) SendCustomVerificationEmail(input *SendCustomVerificationEmailInput) (*SendCustomVerificationEmailOutput, error)
func (c *SESV2) SendCustomVerificationEmailRequest(input *SendCustomVerificationEmailInput) (req *request.Request, output *SendCustomVerificationEmailOutput)
func (c *SESV2) SendCustomVerificationEmailWithContext(ctx aws.Context, input *SendCustomVerificationEmailInput, opts ...request.Option) (*SendCustomVerificationEmailOutput, error)
func (c *SESV2) SendEmail(input *SendEmailInput) (*SendEmailOutput, error)
func (c *SESV2) SendEmailRequest(input *SendEmailInput) (req *request.Request, output *SendEmailOutput)
func (c *SESV2) SendEmailWithContext(ctx aws.Context, input *SendEmailInput, opts ...request.Option) (*SendEmailOutput, error)
func (c *SESV2) TagResource(input *TagResourceInput) (*TagResourceOutput, error)
func (c *SESV2) TagResourceRequest(input *TagResourceInput) (req *request.Request, output *TagResourceOutput)
func (c *SESV2) TagResourceWithContext(ctx aws.Context, input *TagResourceInput, opts ...request.Option) (*TagResourceOutput, error)
func (c *SESV2) TestRenderEmailTemplate(input *TestRenderEmailTemplateInput) (*TestRenderEmailTemplateOutput, error)
func (c *SESV2) TestRenderEmailTemplateRequest(input *TestRenderEmailTemplateInput) (req *request.Request, output *TestRenderEmailTemplateOutput)
func (c *SESV2) TestRenderEmailTemplateWithContext(ctx aws.Context, input *TestRenderEmailTemplateInput, opts ...request.Option) (*TestRenderEmailTemplateOutput, error)
func (c *SESV2) UntagResource(input *UntagResourceInput) (*UntagResourceOutput, error)
func (c *SESV2) UntagResourceRequest(input *UntagResourceInput) (req *request.Request, output *UntagResourceOutput)
func (c *SESV2) UntagResourceWithContext(ctx aws.Context, input *UntagResourceInput, opts ...request.Option) (*UntagResourceOutput, error)
func (c *SESV2) UpdateConfigurationSetEventDestination(input *UpdateConfigurationSetEventDestinationInput) (*UpdateConfigurationSetEventDestinationOutput, error)
func (c *SESV2) UpdateConfigurationSetEventDestinationRequest(input *UpdateConfigurationSetEventDestinationInput) (req *request.Request, output *UpdateConfigurationSetEventDestinationOutput)
func (c *SESV2) UpdateConfigurationSetEventDestinationWithContext(ctx aws.Context, input *UpdateConfigurationSetEventDestinationInput, opts ...request.Option) (*UpdateConfigurationSetEventDestinationOutput, error)
func (c *SESV2) UpdateContact(input *UpdateContactInput) (*UpdateContactOutput, error)
func (c *SESV2) UpdateContactList(input *UpdateContactListInput) (*UpdateContactListOutput, error)
func (c *SESV2) UpdateContactListRequest(input *UpdateContactListInput) (req *request.Request, output *UpdateContactListOutput)
func (c *SESV2) UpdateContactListWithContext(ctx aws.Context, input *UpdateContactListInput, opts ...request.Option) (*UpdateContactListOutput, error)
func (c *SESV2) UpdateContactRequest(input *UpdateContactInput) (req *request.Request, output *UpdateContactOutput)
func (c *SESV2) UpdateContactWithContext(ctx aws.Context, input *UpdateContactInput, opts ...request.Option) (*UpdateContactOutput, error)
func (c *SESV2) UpdateCustomVerificationEmailTemplate(input *UpdateCustomVerificationEmailTemplateInput) (*UpdateCustomVerificationEmailTemplateOutput, error)
func (c *SESV2) UpdateCustomVerificationEmailTemplateRequest(input *UpdateCustomVerificationEmailTemplateInput) (req *request.Request, output *UpdateCustomVerificationEmailTemplateOutput)
func (c *SESV2) UpdateCustomVerificationEmailTemplateWithContext(ctx aws.Context, input *UpdateCustomVerificationEmailTemplateInput, opts ...request.Option) (*UpdateCustomVerificationEmailTemplateOutput, error)
func (c *SESV2) UpdateEmailIdentityPolicy(input *UpdateEmailIdentityPolicyInput) (*UpdateEmailIdentityPolicyOutput, error)
func (c *SESV2) UpdateEmailIdentityPolicyRequest(input *UpdateEmailIdentityPolicyInput) (req *request.Request, output *UpdateEmailIdentityPolicyOutput)
func (c *SESV2) UpdateEmailIdentityPolicyWithContext(ctx aws.Context, input *UpdateEmailIdentityPolicyInput, opts ...request.Option) (*UpdateEmailIdentityPolicyOutput, error)
func (c *SESV2) UpdateEmailTemplate(input *UpdateEmailTemplateInput) (*UpdateEmailTemplateOutput, error)
func (c *SESV2) UpdateEmailTemplateRequest(input *UpdateEmailTemplateInput) (req *request.Request, output *UpdateEmailTemplateOutput)
func (c *SESV2) UpdateEmailTemplateWithContext(ctx aws.Context, input *UpdateEmailTemplateInput, opts ...request.Option) (*UpdateEmailTemplateOutput, error)
func BehaviorOnMxFailure_Values() []string
func BounceType_Values() []string
func BulkEmailStatus_Values() []string
func ContactLanguage_Values() []string
func ContactListImportAction_Values() []string
func DataFormat_Values() []string
func DeliverabilityDashboardAccountStatus_Values() []string
func DeliverabilityTestStatus_Values() []string
func DeliveryEventType_Values() []string
func DimensionValueSource_Values() []string
func DkimSigningAttributesOrigin_Values() []string
func DkimSigningKeyLength_Values() []string
func DkimStatus_Values() []string
func EngagementEventType_Values() []string
func EventType_Values() []string
func ExportSourceType_Values() []string
func FeatureStatus_Values() []string
func IdentityType_Values() []string
func ImportDestinationType_Values() []string
func JobStatus_Values() []string
func ListRecommendationsFilterKey_Values() []string
func MailFromDomainStatus_Values() []string
func MailType_Values() []string
func MetricAggregation_Values() []string
func MetricDimensionName_Values() []string
func MetricNamespace_Values() []string
func Metric_Values() []string
func QueryErrorCode_Values() []string
func RecommendationImpact_Values() []string
func RecommendationStatus_Values() []string
func RecommendationType_Values() []string
func ReviewStatus_Values() []string
func ScalingMode_Values() []string
func SubscriptionStatus_Values() []string
func SuppressionListImportAction_Values() []string
func SuppressionListReason_Values() []string
func TlsPolicy_Values() []string
func VerificationStatus_Values() []string
func WarmupStatus_Values() []string
type AccountDetails
type AccountSuspendedException
type AlreadyExistsException
type BadRequestException
type BatchGetMetricDataInput
type BatchGetMetricDataOutput
type BatchGetMetricDataQuery
type BlacklistEntry
type Body
type Bounce
type BulkEmailContent
type BulkEmailEntry
type BulkEmailEntryResult
type CancelExportJobInput
type CancelExportJobOutput
type CloudWatchDestination
type CloudWatchDimensionConfiguration
type Complaint
type ConcurrentModificationException
type ConflictException
type Contact
type ContactList
type ContactListDestination
type Content
type CreateConfigurationSetEventDestinationInput
type CreateConfigurationSetEventDestinationOutput
type CreateConfigurationSetInput
type CreateConfigurationSetOutput
type CreateContactInput
type CreateContactListInput
type CreateContactListOutput
type CreateContactOutput
type CreateCustomVerificationEmailTemplateInput
type CreateCustomVerificationEmailTemplateOutput
type CreateDedicatedIpPoolInput
type CreateDedicatedIpPoolOutput
type CreateDeliverabilityTestReportInput
type CreateDeliverabilityTestReportOutput
type CreateEmailIdentityInput
type CreateEmailIdentityOutput
type CreateEmailIdentityPolicyInput
type CreateEmailIdentityPolicyOutput
type CreateEmailTemplateInput
type CreateEmailTemplateOutput
type CreateExportJobInput
type CreateExportJobOutput
type CreateImportJobInput
type CreateImportJobOutput
type CustomVerificationEmailTemplateMetadata
type DailyVolume
type DashboardAttributes
type DashboardOptions
type DedicatedIp
type DedicatedIpPool
type DeleteConfigurationSetEventDestinationInput
type DeleteConfigurationSetEventDestinationOutput
type DeleteConfigurationSetInput
type DeleteConfigurationSetOutput
type DeleteContactInput
type DeleteContactListInput
type DeleteContactListOutput
type DeleteContactOutput
type DeleteCustomVerificationEmailTemplateInput
type DeleteCustomVerificationEmailTemplateOutput
type DeleteDedicatedIpPoolInput
type DeleteDedicatedIpPoolOutput
type DeleteEmailIdentityInput
type DeleteEmailIdentityOutput
type DeleteEmailIdentityPolicyInput
type DeleteEmailIdentityPolicyOutput
type DeleteEmailTemplateInput
type DeleteEmailTemplateOutput
type DeleteSuppressedDestinationInput
type DeleteSuppressedDestinationOutput
type DeliverabilityTestReport
type DeliveryOptions
type Destination
type DkimAttributes
type DkimSigningAttributes
type DomainDeliverabilityCampaign
type DomainDeliverabilityTrackingOption
type DomainIspPlacement
type EmailContent
type EmailInsights
type EmailTemplateContent
type EmailTemplateMetadata
type EventDestination
type EventDestinationDefinition
type EventDetails
type ExportDataSource
type ExportDestination
type ExportJobSummary
type ExportMetric
type ExportStatistics
type FailureInfo
type GetAccountInput
type GetAccountOutput
type GetBlacklistReportsInput
type GetBlacklistReportsOutput
type GetConfigurationSetEventDestinationsInput
type GetConfigurationSetEventDestinationsOutput
type GetConfigurationSetInput
type GetConfigurationSetOutput
type GetContactInput
type GetContactListInput
type GetContactListOutput
type GetContactOutput
type GetCustomVerificationEmailTemplateInput
type GetCustomVerificationEmailTemplateOutput
type GetDedicatedIpInput
type GetDedicatedIpOutput
type GetDedicatedIpPoolInput
type GetDedicatedIpPoolOutput
type GetDedicatedIpsInput
type GetDedicatedIpsOutput
type GetDeliverabilityDashboardOptionsInput
type GetDeliverabilityDashboardOptionsOutput
type GetDeliverabilityTestReportInput
type GetDeliverabilityTestReportOutput
type GetDomainDeliverabilityCampaignInput
type GetDomainDeliverabilityCampaignOutput
type GetDomainStatisticsReportInput
type GetDomainStatisticsReportOutput
type GetEmailIdentityInput
type GetEmailIdentityOutput
type GetEmailIdentityPoliciesInput
type GetEmailIdentityPoliciesOutput
type GetEmailTemplateInput
type GetEmailTemplateOutput
type GetExportJobInput
type GetExportJobOutput
type GetImportJobInput
type GetImportJobOutput
type GetMessageInsightsInput
type GetMessageInsightsOutput
type GetSuppressedDestinationInput
type GetSuppressedDestinationOutput
type GuardianAttributes
type GuardianOptions
type IdentityInfo
type ImportDataSource
type ImportDestination
type ImportJobSummary
type InboxPlacementTrackingOption
type InsightsEvent
type InternalServiceErrorException
type InvalidNextTokenException
type IspPlacement
type KinesisFirehoseDestination
type LimitExceededException
type ListConfigurationSetsInput
type ListConfigurationSetsOutput
type ListContactListsInput
type ListContactListsOutput
type ListContactsFilter
type ListContactsInput
type ListContactsOutput
type ListCustomVerificationEmailTemplatesInput
type ListCustomVerificationEmailTemplatesOutput
type ListDedicatedIpPoolsInput
type ListDedicatedIpPoolsOutput
type ListDeliverabilityTestReportsInput
type ListDeliverabilityTestReportsOutput
type ListDomainDeliverabilityCampaignsInput
type ListDomainDeliverabilityCampaignsOutput
type ListEmailIdentitiesInput
type ListEmailIdentitiesOutput
type ListEmailTemplatesInput
type ListEmailTemplatesOutput
type ListExportJobsInput
type ListExportJobsOutput
type ListImportJobsInput
type ListImportJobsOutput
type ListManagementOptions
type ListRecommendationsInput
type ListRecommendationsOutput
type ListSuppressedDestinationsInput
type ListSuppressedDestinationsOutput
type ListTagsForResourceInput
type ListTagsForResourceOutput
type MailFromAttributes
type MailFromDomainNotVerifiedException
type Message
type MessageInsightsDataSource
type MessageInsightsFilters
type MessageRejected
type MessageTag
type MetricDataError
type MetricDataResult
type MetricsDataSource
type NotFoundException
type OverallVolume
type PinpointDestination
type PlacementStatistics
type PutAccountDedicatedIpWarmupAttributesInput
type PutAccountDedicatedIpWarmupAttributesOutput
type PutAccountDetailsInput
type PutAccountDetailsOutput
type PutAccountSendingAttributesInput
type PutAccountSendingAttributesOutput
type PutAccountSuppressionAttributesInput
type PutAccountSuppressionAttributesOutput
type PutAccountVdmAttributesInput
type PutAccountVdmAttributesOutput
type PutConfigurationSetDeliveryOptionsInput
type PutConfigurationSetDeliveryOptionsOutput
type PutConfigurationSetReputationOptionsInput
type PutConfigurationSetReputationOptionsOutput
type PutConfigurationSetSendingOptionsInput
type PutConfigurationSetSendingOptionsOutput
type PutConfigurationSetSuppressionOptionsInput
type PutConfigurationSetSuppressionOptionsOutput
type PutConfigurationSetTrackingOptionsInput
type PutConfigurationSetTrackingOptionsOutput
type PutConfigurationSetVdmOptionsInput
type PutConfigurationSetVdmOptionsOutput
type PutDedicatedIpInPoolInput
type PutDedicatedIpInPoolOutput
type PutDedicatedIpPoolScalingAttributesInput
type PutDedicatedIpPoolScalingAttributesOutput
type PutDedicatedIpWarmupAttributesInput
type PutDedicatedIpWarmupAttributesOutput
type PutDeliverabilityDashboardOptionInput
type PutDeliverabilityDashboardOptionOutput
type PutEmailIdentityConfigurationSetAttributesInput
type PutEmailIdentityConfigurationSetAttributesOutput
type PutEmailIdentityDkimAttributesInput
type PutEmailIdentityDkimAttributesOutput
type PutEmailIdentityDkimSigningAttributesInput
type PutEmailIdentityDkimSigningAttributesOutput
type PutEmailIdentityFeedbackAttributesInput
type PutEmailIdentityFeedbackAttributesOutput
type PutEmailIdentityMailFromAttributesInput
type PutEmailIdentityMailFromAttributesOutput
type PutSuppressedDestinationInput
type PutSuppressedDestinationOutput
type RawMessage
type Recommendation
type ReplacementEmailContent
type ReplacementTemplate
type ReputationOptions
type ReviewDetails
type SendBulkEmailInput
type SendBulkEmailOutput
type SendCustomVerificationEmailInput
type SendCustomVerificationEmailOutput
type SendEmailInput
type SendEmailOutput
type SendQuota
type SendingOptions
type SendingPausedException
type SnsDestination
type SuppressedDestination
type SuppressedDestinationAttributes
type SuppressedDestinationSummary
type SuppressionAttributes
type SuppressionListDestination
type SuppressionOptions
type Tag
type TagResourceInput
type TagResourceOutput
type Template
type TestRenderEmailTemplateInput
type TestRenderEmailTemplateOutput
type TooManyRequestsException
type Topic
type TopicFilter
type TopicPreference
type TrackingOptions
type UntagResourceInput
type UntagResourceOutput
type UpdateConfigurationSetEventDestinationInput
type UpdateConfigurationSetEventDestinationOutput
type UpdateContactInput
type UpdateContactListInput
type UpdateContactListOutput
type UpdateContactOutput
type UpdateCustomVerificationEmailTemplateInput
type UpdateCustomVerificationEmailTemplateOutput
type UpdateEmailIdentityPolicyInput
type UpdateEmailIdentityPolicyOutput
type UpdateEmailTemplateInput
type UpdateEmailTemplateOutput
type VdmAttributes
type VdmOptions
type VolumeStatistics

Constants ▾

const (
    // BehaviorOnMxFailureUseDefaultValue is a BehaviorOnMxFailure enum value
    BehaviorOnMxFailureUseDefaultValue = "USE_DEFAULT_VALUE"

    // BehaviorOnMxFailureRejectMessage is a BehaviorOnMxFailure enum value
    BehaviorOnMxFailureRejectMessage = "REJECT_MESSAGE"
)

The action to take if the required MX record can't be found when you send an email. When you set this value to UseDefaultValue, the mail is sent using amazonses.com as the MAIL FROM domain. When you set this value to RejectMessage, the Amazon SES API v2 returns a MailFromDomainNotVerified error, and doesn't attempt to deliver the email.

These behaviors are taken when the custom MAIL FROM domain configuration is in the Pending, Failed, and TemporaryFailure states.

const (
    // BounceTypeUndetermined is a BounceType enum value
    BounceTypeUndetermined = "UNDETERMINED"

    // BounceTypeTransient is a BounceType enum value
    BounceTypeTransient = "TRANSIENT"

    // BounceTypePermanent is a BounceType enum value
    BounceTypePermanent = "PERMANENT"
)
const (
    // BulkEmailStatusSuccess is a BulkEmailStatus enum value
    BulkEmailStatusSuccess = "SUCCESS"

    // BulkEmailStatusMessageRejected is a BulkEmailStatus enum value
    BulkEmailStatusMessageRejected = "MESSAGE_REJECTED"

    // BulkEmailStatusMailFromDomainNotVerified is a BulkEmailStatus enum value
    BulkEmailStatusMailFromDomainNotVerified = "MAIL_FROM_DOMAIN_NOT_VERIFIED"

    // BulkEmailStatusConfigurationSetNotFound is a BulkEmailStatus enum value
    BulkEmailStatusConfigurationSetNotFound = "CONFIGURATION_SET_NOT_FOUND"

    // BulkEmailStatusTemplateNotFound is a BulkEmailStatus enum value
    BulkEmailStatusTemplateNotFound = "TEMPLATE_NOT_FOUND"

    // BulkEmailStatusAccountSuspended is a BulkEmailStatus enum value
    BulkEmailStatusAccountSuspended = "ACCOUNT_SUSPENDED"

    // BulkEmailStatusAccountThrottled is a BulkEmailStatus enum value
    BulkEmailStatusAccountThrottled = "ACCOUNT_THROTTLED"

    // BulkEmailStatusAccountDailyQuotaExceeded is a BulkEmailStatus enum value
    BulkEmailStatusAccountDailyQuotaExceeded = "ACCOUNT_DAILY_QUOTA_EXCEEDED"

    // BulkEmailStatusInvalidSendingPoolName is a BulkEmailStatus enum value
    BulkEmailStatusInvalidSendingPoolName = "INVALID_SENDING_POOL_NAME"

    // BulkEmailStatusAccountSendingPaused is a BulkEmailStatus enum value
    BulkEmailStatusAccountSendingPaused = "ACCOUNT_SENDING_PAUSED"

    // BulkEmailStatusConfigurationSetSendingPaused is a BulkEmailStatus enum value
    BulkEmailStatusConfigurationSetSendingPaused = "CONFIGURATION_SET_SENDING_PAUSED"

    // BulkEmailStatusInvalidParameter is a BulkEmailStatus enum value
    BulkEmailStatusInvalidParameter = "INVALID_PARAMETER"

    // BulkEmailStatusTransientFailure is a BulkEmailStatus enum value
    BulkEmailStatusTransientFailure = "TRANSIENT_FAILURE"

    // BulkEmailStatusFailed is a BulkEmailStatus enum value
    BulkEmailStatusFailed = "FAILED"
)
const (
    // ContactLanguageEn is a ContactLanguage enum value
    ContactLanguageEn = "EN"

    // ContactLanguageJa is a ContactLanguage enum value
    ContactLanguageJa = "JA"
)
const (
    // ContactListImportActionDelete is a ContactListImportAction enum value
    ContactListImportActionDelete = "DELETE"

    // ContactListImportActionPut is a ContactListImportAction enum value
    ContactListImportActionPut = "PUT"
)
const (
    // DataFormatCsv is a DataFormat enum value
    DataFormatCsv = "CSV"

    // DataFormatJson is a DataFormat enum value
    DataFormatJson = "JSON"
)

The data format of a file, can be one of the following:

  • CSV – A comma-separated values file.

  • JSON – A JSON file.

const (
    // DeliverabilityDashboardAccountStatusActive is a DeliverabilityDashboardAccountStatus enum value
    DeliverabilityDashboardAccountStatusActive = "ACTIVE"

    // DeliverabilityDashboardAccountStatusPendingExpiration is a DeliverabilityDashboardAccountStatus enum value
    DeliverabilityDashboardAccountStatusPendingExpiration = "PENDING_EXPIRATION"

    // DeliverabilityDashboardAccountStatusDisabled is a DeliverabilityDashboardAccountStatus enum value
    DeliverabilityDashboardAccountStatusDisabled = "DISABLED"
)

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.

const (
    // DeliverabilityTestStatusInProgress is a DeliverabilityTestStatus enum value
    DeliverabilityTestStatusInProgress = "IN_PROGRESS"

    // DeliverabilityTestStatusCompleted is a DeliverabilityTestStatus enum value
    DeliverabilityTestStatusCompleted = "COMPLETED"
)

The status of a 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 operation to view the results of the test.

const (
    // DeliveryEventTypeSend is a DeliveryEventType enum value
    DeliveryEventTypeSend = "SEND"

    // DeliveryEventTypeDelivery is a DeliveryEventType enum value
    DeliveryEventTypeDelivery = "DELIVERY"

    // DeliveryEventTypeTransientBounce is a DeliveryEventType enum value
    DeliveryEventTypeTransientBounce = "TRANSIENT_BOUNCE"

    // DeliveryEventTypePermanentBounce is a DeliveryEventType enum value
    DeliveryEventTypePermanentBounce = "PERMANENT_BOUNCE"

    // DeliveryEventTypeUndeterminedBounce is a DeliveryEventType enum value
    DeliveryEventTypeUndeterminedBounce = "UNDETERMINED_BOUNCE"

    // DeliveryEventTypeComplaint is a DeliveryEventType enum value
    DeliveryEventTypeComplaint = "COMPLAINT"
)

The type of delivery events:

  • SEND - The send request was successful and SES will attempt to deliver the message to the recipient’s mail server. (If account-level or global suppression is being used, SES will still count it as a send, but delivery is suppressed.)

  • DELIVERY - SES successfully delivered the email to the recipient's mail server. Excludes deliveries to the mailbox simulator and emails addressed to more than one recipient.

  • TRANSIENT_BOUNCE - Feedback received for delivery failures excluding issues with non-existent mailboxes. Excludes bounces from the mailbox simulator, and those from emails addressed to more than one recipient.

  • PERMANENT_BOUNCE - Feedback received for emails sent to non-existent mailboxes. Excludes bounces from the mailbox simulator, those originating from your account-level suppression list (if enabled), and those from emails addressed to more than one recipient.

  • UNDETERMINED_BOUNCE - SES was unable to determine the bounce reason.

  • COMPLAINT - Complaint received for the email. This excludes complaints from the mailbox simulator, those originating from your account-level suppression list (if enabled), and those from emails addressed to more than one recipient.

const (
    // DimensionValueSourceMessageTag is a DimensionValueSource enum value
    DimensionValueSourceMessageTag = "MESSAGE_TAG"

    // DimensionValueSourceEmailHeader is a DimensionValueSource enum value
    DimensionValueSourceEmailHeader = "EMAIL_HEADER"

    // DimensionValueSourceLinkTag is a DimensionValueSource enum value
    DimensionValueSourceLinkTag = "LINK_TAG"
)

The location where the Amazon SES API v2 finds the value of a dimension to publish to Amazon CloudWatch. To use the message tags that you specify using an X-SES-MESSAGE-TAGS header or a parameter to the SendEmail or SendRawEmail API, choose messageTag. To use your own email headers, choose emailHeader. To use link tags, choose linkTags.

const (
    // DkimSigningAttributesOriginAwsSes is a DkimSigningAttributesOrigin enum value
    DkimSigningAttributesOriginAwsSes = "AWS_SES"

    // DkimSigningAttributesOriginExternal is a DkimSigningAttributesOrigin enum value
    DkimSigningAttributesOriginExternal = "EXTERNAL"
)
const (
    // DkimSigningKeyLengthRsa1024Bit is a DkimSigningKeyLength enum value
    DkimSigningKeyLengthRsa1024Bit = "RSA_1024_BIT"

    // DkimSigningKeyLengthRsa2048Bit is a DkimSigningKeyLength enum value
    DkimSigningKeyLengthRsa2048Bit = "RSA_2048_BIT"
)
const (
    // DkimStatusPending is a DkimStatus enum value
    DkimStatusPending = "PENDING"

    // DkimStatusSuccess is a DkimStatus enum value
    DkimStatusSuccess = "SUCCESS"

    // DkimStatusFailed is a DkimStatus enum value
    DkimStatusFailed = "FAILED"

    // DkimStatusTemporaryFailure is a DkimStatus enum value
    DkimStatusTemporaryFailure = "TEMPORARY_FAILURE"

    // DkimStatusNotStarted is a DkimStatus enum value
    DkimStatusNotStarted = "NOT_STARTED"
)

The DKIM authentication status of 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.

const (
    // EngagementEventTypeOpen is a EngagementEventType enum value
    EngagementEventTypeOpen = "OPEN"

    // EngagementEventTypeClick is a EngagementEventType enum value
    EngagementEventTypeClick = "CLICK"
)

The type of delivery events:

  • OPEN - Open event for emails including open trackers. Excludes opens for emails addressed to more than one recipient.

  • CLICK - Click event for emails including wrapped links. Excludes clicks for emails addressed to more than one recipient.

const (
    // EventTypeSend is a EventType enum value
    EventTypeSend = "SEND"

    // EventTypeReject is a EventType enum value
    EventTypeReject = "REJECT"

    // EventTypeBounce is a EventType enum value
    EventTypeBounce = "BOUNCE"

    // EventTypeComplaint is a EventType enum value
    EventTypeComplaint = "COMPLAINT"

    // EventTypeDelivery is a EventType enum value
    EventTypeDelivery = "DELIVERY"

    // EventTypeOpen is a EventType enum value
    EventTypeOpen = "OPEN"

    // EventTypeClick is a EventType enum value
    EventTypeClick = "CLICK"

    // EventTypeRenderingFailure is a EventType enum value
    EventTypeRenderingFailure = "RENDERING_FAILURE"

    // EventTypeDeliveryDelay is a EventType enum value
    EventTypeDeliveryDelay = "DELIVERY_DELAY"

    // EventTypeSubscription is a EventType enum value
    EventTypeSubscription = "SUBSCRIPTION"
)

An email sending event type. For example, email sends, opens, and bounces are all email events.

const (
    // ExportSourceTypeMetricsData is a ExportSourceType enum value
    ExportSourceTypeMetricsData = "METRICS_DATA"

    // ExportSourceTypeMessageInsights is a ExportSourceType enum value
    ExportSourceTypeMessageInsights = "MESSAGE_INSIGHTS"
)

The type of data source of an export, can be one of the following:

  • METRICS_DATA - The metrics export.

  • MESSAGE_INSIGHTS - The Message Insights export.

const (
    // FeatureStatusEnabled is a FeatureStatus enum value
    FeatureStatusEnabled = "ENABLED"

    // FeatureStatusDisabled is a FeatureStatus enum value
    FeatureStatusDisabled = "DISABLED"
)
const (
    // IdentityTypeEmailAddress is a IdentityType enum value
    IdentityTypeEmailAddress = "EMAIL_ADDRESS"

    // IdentityTypeDomain is a IdentityType enum value
    IdentityTypeDomain = "DOMAIN"

    // IdentityTypeManagedDomain is a IdentityType enum value
    IdentityTypeManagedDomain = "MANAGED_DOMAIN"
)
const (
    // ImportDestinationTypeSuppressionList is a ImportDestinationType enum value
    ImportDestinationTypeSuppressionList = "SUPPRESSION_LIST"

    // ImportDestinationTypeContactList is a ImportDestinationType enum value
    ImportDestinationTypeContactList = "CONTACT_LIST"
)

The destination of the import job, which can be used to list import jobs that have a certain ImportDestinationType.

const (
    // JobStatusCreated is a JobStatus enum value
    JobStatusCreated = "CREATED"

    // JobStatusProcessing is a JobStatus enum value
    JobStatusProcessing = "PROCESSING"

    // JobStatusCompleted is a JobStatus enum value
    JobStatusCompleted = "COMPLETED"

    // JobStatusFailed is a JobStatus enum value
    JobStatusFailed = "FAILED"

    // JobStatusCancelled is a JobStatus enum value
    JobStatusCancelled = "CANCELLED"
)

The status of a job.

  • CREATED – Job has just been created.

  • PROCESSING – Job is processing.

  • ERROR – An error occurred during processing.

  • COMPLETED – Job has completed processing successfully.

const (
    // ListRecommendationsFilterKeyType is a ListRecommendationsFilterKey enum value
    ListRecommendationsFilterKeyType = "TYPE"

    // ListRecommendationsFilterKeyImpact is a ListRecommendationsFilterKey enum value
    ListRecommendationsFilterKeyImpact = "IMPACT"

    // ListRecommendationsFilterKeyStatus is a ListRecommendationsFilterKey enum value
    ListRecommendationsFilterKeyStatus = "STATUS"

    // ListRecommendationsFilterKeyResourceArn is a ListRecommendationsFilterKey enum value
    ListRecommendationsFilterKeyResourceArn = "RESOURCE_ARN"
)

The ListRecommendations filter type. This can be one of the following:

  • TYPE – The recommendation type, with values like DKIM, SPF, DMARC or BIMI.

  • IMPACT – The recommendation impact, with values like HIGH or LOW.

  • STATUS – The recommendation status, with values like OPEN or FIXED.

  • RESOURCE_ARN – The resource affected by the recommendation, with values like arn:aws:ses:us-east-1:123456789012:identity/example.com.

const (
    // MailFromDomainStatusPending is a MailFromDomainStatus enum value
    MailFromDomainStatusPending = "PENDING"

    // MailFromDomainStatusSuccess is a MailFromDomainStatus enum value
    MailFromDomainStatusSuccess = "SUCCESS"

    // MailFromDomainStatusFailed is a MailFromDomainStatus enum value
    MailFromDomainStatusFailed = "FAILED"

    // MailFromDomainStatusTemporaryFailure is a MailFromDomainStatus enum value
    MailFromDomainStatusTemporaryFailure = "TEMPORARY_FAILURE"
)

The status of the MAIL FROM domain. This status can have the following values:

  • PENDING – Amazon SES hasn't started searching for the MX record yet.

  • SUCCESS – Amazon SES detected the required MX record for the MAIL FROM domain.

  • FAILED – Amazon SES can't find the required MX record, or the record no longer exists.

  • TEMPORARY_FAILURE – A temporary issue occurred, which prevented Amazon SES from determining the status of the MAIL FROM domain.

const (
    // MailTypeMarketing is a MailType enum value
    MailTypeMarketing = "MARKETING"

    // MailTypeTransactional is a MailType enum value
    MailTypeTransactional = "TRANSACTIONAL"
)
const (
    // MetricSend is a Metric enum value
    MetricSend = "SEND"

    // MetricComplaint is a Metric enum value
    MetricComplaint = "COMPLAINT"

    // MetricPermanentBounce is a Metric enum value
    MetricPermanentBounce = "PERMANENT_BOUNCE"

    // MetricTransientBounce is a Metric enum value
    MetricTransientBounce = "TRANSIENT_BOUNCE"

    // MetricOpen is a Metric enum value
    MetricOpen = "OPEN"

    // MetricClick is a Metric enum value
    MetricClick = "CLICK"

    // MetricDelivery is a Metric enum value
    MetricDelivery = "DELIVERY"

    // MetricDeliveryOpen is a Metric enum value
    MetricDeliveryOpen = "DELIVERY_OPEN"

    // MetricDeliveryClick is a Metric enum value
    MetricDeliveryClick = "DELIVERY_CLICK"

    // MetricDeliveryComplaint is a Metric enum value
    MetricDeliveryComplaint = "DELIVERY_COMPLAINT"
)

The metric to export, can be one of the following:

  • SEND - Emails sent eligible for tracking in the VDM dashboard. This excludes emails sent to the mailbox simulator and emails addressed to more than one recipient.

  • COMPLAINT - Complaints received for your account. This excludes complaints from the mailbox simulator, those originating from your account-level suppression list (if enabled), and those for emails addressed to more than one recipient

  • PERMANENT_BOUNCE - Permanent bounces - i.e., feedback received for emails sent to non-existent mailboxes. Excludes bounces from the mailbox simulator, those originating from your account-level suppression list (if enabled), and those for emails addressed to more than one recipient.

  • TRANSIENT_BOUNCE - Transient bounces - i.e., feedback received for delivery failures excluding issues with non-existent mailboxes. Excludes bounces from the mailbox simulator, and those for emails addressed to more than one recipient.

  • OPEN - Unique open events for emails including open trackers. Excludes opens for emails addressed to more than one recipient.

  • CLICK - Unique click events for emails including wrapped links. Excludes clicks for emails addressed to more than one recipient.

  • DELIVERY - Successful deliveries for email sending attempts. Excludes deliveries to the mailbox simulator and for emails addressed to more than one recipient.

  • DELIVERY_OPEN - Successful deliveries for email sending attempts. Excludes deliveries to the mailbox simulator, for emails addressed to more than one recipient, and emails without open trackers.

  • DELIVERY_CLICK - Successful deliveries for email sending attempts. Excludes deliveries to the mailbox simulator, for emails addressed to more than one recipient, and emails without click trackers.

  • DELIVERY_COMPLAINT - Successful deliveries for email sending attempts. Excludes deliveries to the mailbox simulator, for emails addressed to more than one recipient, and emails addressed to recipients hosted by ISPs with which Amazon SES does not have a feedback loop agreement.

const (
    // MetricAggregationRate is a MetricAggregation enum value
    MetricAggregationRate = "RATE"

    // MetricAggregationVolume is a MetricAggregation enum value
    MetricAggregationVolume = "VOLUME"
)

The aggregation to apply to a metric, can be one of the following:

  • VOLUME - The volume of events for this metric.

  • RATE - The rate for this metric relative to the SEND metric volume.

const (
    // MetricDimensionNameEmailIdentity is a MetricDimensionName enum value
    MetricDimensionNameEmailIdentity = "EMAIL_IDENTITY"

    // MetricDimensionNameConfigurationSet is a MetricDimensionName enum value
    MetricDimensionNameConfigurationSet = "CONFIGURATION_SET"

    // MetricDimensionNameIsp is a MetricDimensionName enum value
    MetricDimensionNameIsp = "ISP"
)

The BatchGetMetricDataQuery dimension name. This can be one of the following:

  • EMAIL_IDENTITY – The email identity used when sending messages.

  • CONFIGURATION_SET – The configuration set used when sending messages (if one was used).

  • ISP – The recipient ISP (e.g. Gmail, Yahoo, etc.).

const (
    // QueryErrorCodeInternalFailure is a QueryErrorCode enum value
    QueryErrorCodeInternalFailure = "INTERNAL_FAILURE"

    // QueryErrorCodeAccessDenied is a QueryErrorCode enum value
    QueryErrorCodeAccessDenied = "ACCESS_DENIED"
)
const (
    // RecommendationImpactLow is a RecommendationImpact enum value
    RecommendationImpactLow = "LOW"

    // RecommendationImpactHigh is a RecommendationImpact enum value
    RecommendationImpactHigh = "HIGH"
)
const (
    // RecommendationStatusOpen is a RecommendationStatus enum value
    RecommendationStatusOpen = "OPEN"

    // RecommendationStatusFixed is a RecommendationStatus enum value
    RecommendationStatusFixed = "FIXED"
)
const (
    // RecommendationTypeDkim is a RecommendationType enum value
    RecommendationTypeDkim = "DKIM"

    // RecommendationTypeDmarc is a RecommendationType enum value
    RecommendationTypeDmarc = "DMARC"

    // RecommendationTypeSpf is a RecommendationType enum value
    RecommendationTypeSpf = "SPF"

    // RecommendationTypeBimi is a RecommendationType enum value
    RecommendationTypeBimi = "BIMI"
)
const (
    // ReviewStatusPending is a ReviewStatus enum value
    ReviewStatusPending = "PENDING"

    // ReviewStatusFailed is a ReviewStatus enum value
    ReviewStatusFailed = "FAILED"

    // ReviewStatusGranted is a ReviewStatus enum value
    ReviewStatusGranted = "GRANTED"

    // ReviewStatusDenied is a ReviewStatus enum value
    ReviewStatusDenied = "DENIED"
)
const (
    // ScalingModeStandard is a ScalingMode enum value
    ScalingModeStandard = "STANDARD"

    // ScalingModeManaged is a ScalingMode enum value
    ScalingModeManaged = "MANAGED"
)
const (
    // SubscriptionStatusOptIn is a SubscriptionStatus enum value
    SubscriptionStatusOptIn = "OPT_IN"

    // SubscriptionStatusOptOut is a SubscriptionStatus enum value
    SubscriptionStatusOptOut = "OPT_OUT"
)
const (
    // SuppressionListImportActionDelete is a SuppressionListImportAction enum value
    SuppressionListImportActionDelete = "DELETE"

    // SuppressionListImportActionPut is a SuppressionListImportAction enum value
    SuppressionListImportActionPut = "PUT"
)

The type of action to perform on the address. The following are possible values:

  • PUT: add the addresses to the suppression list.

  • DELETE: remove the address from the suppression list.

const (
    // SuppressionListReasonBounce is a SuppressionListReason enum value
    SuppressionListReasonBounce = "BOUNCE"

    // SuppressionListReasonComplaint is a SuppressionListReason enum value
    SuppressionListReasonComplaint = "COMPLAINT"
)

The reason that the address was added to the suppression list for your account. The value can be one of the following:

  • COMPLAINT – Amazon SES added an email address to the suppression list for your account because a message sent to that address results in a complaint.

  • BOUNCE – Amazon SES added an email address to the suppression list for your account because a message sent to that address results in a hard bounce.

const (
    // TlsPolicyRequire is a TlsPolicy enum value
    TlsPolicyRequire = "REQUIRE"

    // TlsPolicyOptional is a TlsPolicy enum value
    TlsPolicyOptional = "OPTIONAL"
)

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.

const (
    // VerificationStatusPending is a VerificationStatus enum value
    VerificationStatusPending = "PENDING"

    // VerificationStatusSuccess is a VerificationStatus enum value
    VerificationStatusSuccess = "SUCCESS"

    // VerificationStatusFailed is a VerificationStatus enum value
    VerificationStatusFailed = "FAILED"

    // VerificationStatusTemporaryFailure is a VerificationStatus enum value
    VerificationStatusTemporaryFailure = "TEMPORARY_FAILURE"

    // VerificationStatusNotStarted is a VerificationStatus enum value
    VerificationStatusNotStarted = "NOT_STARTED"
)
const (
    // WarmupStatusInProgress is a WarmupStatus enum value
    WarmupStatusInProgress = "IN_PROGRESS"

    // WarmupStatusDone is a WarmupStatus enum value
    WarmupStatusDone = "DONE"
)

The warmup status of a dedicated IP.

const (

    // ErrCodeAccountSuspendedException for service response error code
    // "AccountSuspendedException".
    //
    // The message can't be sent because the account's ability to send email has
    // been permanently restricted.
    ErrCodeAccountSuspendedException = "AccountSuspendedException"

    // ErrCodeAlreadyExistsException for service response error code
    // "AlreadyExistsException".
    //
    // The resource specified in your request already exists.
    ErrCodeAlreadyExistsException = "AlreadyExistsException"

    // ErrCodeBadRequestException for service response error code
    // "BadRequestException".
    //
    // The input you provided is invalid.
    ErrCodeBadRequestException = "BadRequestException"

    // ErrCodeConcurrentModificationException for service response error code
    // "ConcurrentModificationException".
    //
    // The resource is being modified by another operation or thread.
    ErrCodeConcurrentModificationException = "ConcurrentModificationException"

    // ErrCodeConflictException for service response error code
    // "ConflictException".
    //
    // If there is already an ongoing account details update under review.
    ErrCodeConflictException = "ConflictException"

    // ErrCodeInternalServiceErrorException for service response error code
    // "InternalServiceErrorException".
    //
    // The request couldn't be processed because an error occurred with the Amazon
    // SES API v2.
    ErrCodeInternalServiceErrorException = "InternalServiceErrorException"

    // ErrCodeInvalidNextTokenException for service response error code
    // "InvalidNextTokenException".
    //
    // The specified request includes an invalid or expired token.
    ErrCodeInvalidNextTokenException = "InvalidNextTokenException"

    // ErrCodeLimitExceededException for service response error code
    // "LimitExceededException".
    //
    // There are too many instances of the specified resource type.
    ErrCodeLimitExceededException = "LimitExceededException"

    // ErrCodeMailFromDomainNotVerifiedException for service response error code
    // "MailFromDomainNotVerifiedException".
    //
    // The message can't be sent because the sending domain isn't verified.
    ErrCodeMailFromDomainNotVerifiedException = "MailFromDomainNotVerifiedException"

    // ErrCodeMessageRejected for service response error code
    // "MessageRejected".
    //
    // The message can't be sent because it contains invalid content.
    ErrCodeMessageRejected = "MessageRejected"

    // ErrCodeNotFoundException for service response error code
    // "NotFoundException".
    //
    // The resource you attempted to access doesn't exist.
    ErrCodeNotFoundException = "NotFoundException"

    // ErrCodeSendingPausedException for service response error code
    // "SendingPausedException".
    //
    // The message can't be sent because the account's ability to send email is
    // currently paused.
    ErrCodeSendingPausedException = "SendingPausedException"

    // ErrCodeTooManyRequestsException for service response error code
    // "TooManyRequestsException".
    //
    // Too many requests have been made to the operation.
    ErrCodeTooManyRequestsException = "TooManyRequestsException"
)
const (
    ServiceName = "SESv2" // Name of service.
    EndpointsID = "email" // ID to lookup a service endpoint with.
    ServiceID   = "SESv2" // ServiceID is a unique identifier of a specific service.
)

Service information constants

const (
    // MetricNamespaceVdm is a MetricNamespace enum value
    MetricNamespaceVdm = "VDM"
)

func BehaviorOnMxFailure_Values

func BehaviorOnMxFailure_Values() []string

BehaviorOnMxFailure_Values returns all elements of the BehaviorOnMxFailure enum

func BounceType_Values

func BounceType_Values() []string

BounceType_Values returns all elements of the BounceType enum

func BulkEmailStatus_Values

func BulkEmailStatus_Values() []string

BulkEmailStatus_Values returns all elements of the BulkEmailStatus enum

func ContactLanguage_Values

func ContactLanguage_Values() []string

ContactLanguage_Values returns all elements of the ContactLanguage enum

func ContactListImportAction_Values

func ContactListImportAction_Values() []string

ContactListImportAction_Values returns all elements of the ContactListImportAction enum

func DataFormat_Values

func DataFormat_Values() []string

DataFormat_Values returns all elements of the DataFormat enum

func DeliverabilityDashboardAccountStatus_Values

func DeliverabilityDashboardAccountStatus_Values() []string

DeliverabilityDashboardAccountStatus_Values returns all elements of the DeliverabilityDashboardAccountStatus enum

func DeliverabilityTestStatus_Values

func DeliverabilityTestStatus_Values() []string

DeliverabilityTestStatus_Values returns all elements of the DeliverabilityTestStatus enum

func DeliveryEventType_Values

func DeliveryEventType_Values() []string

DeliveryEventType_Values returns all elements of the DeliveryEventType enum

func DimensionValueSource_Values

func DimensionValueSource_Values() []string

DimensionValueSource_Values returns all elements of the DimensionValueSource enum

func DkimSigningAttributesOrigin_Values

func DkimSigningAttributesOrigin_Values() []string

DkimSigningAttributesOrigin_Values returns all elements of the DkimSigningAttributesOrigin enum

func DkimSigningKeyLength_Values

func DkimSigningKeyLength_Values() []string

DkimSigningKeyLength_Values returns all elements of the DkimSigningKeyLength enum

func DkimStatus_Values

func DkimStatus_Values() []string

DkimStatus_Values returns all elements of the DkimStatus enum

func EngagementEventType_Values

func EngagementEventType_Values() []string

EngagementEventType_Values returns all elements of the EngagementEventType enum

func EventType_Values

func EventType_Values() []string

EventType_Values returns all elements of the EventType enum

func ExportSourceType_Values

func ExportSourceType_Values() []string

ExportSourceType_Values returns all elements of the ExportSourceType enum

func FeatureStatus_Values

func FeatureStatus_Values() []string

FeatureStatus_Values returns all elements of the FeatureStatus enum

func IdentityType_Values

func IdentityType_Values() []string

IdentityType_Values returns all elements of the IdentityType enum

func ImportDestinationType_Values

func ImportDestinationType_Values() []string

ImportDestinationType_Values returns all elements of the ImportDestinationType enum

func JobStatus_Values

func JobStatus_Values() []string

JobStatus_Values returns all elements of the JobStatus enum

func ListRecommendationsFilterKey_Values

func ListRecommendationsFilterKey_Values() []string

ListRecommendationsFilterKey_Values returns all elements of the ListRecommendationsFilterKey enum

func MailFromDomainStatus_Values

func MailFromDomainStatus_Values() []string

MailFromDomainStatus_Values returns all elements of the MailFromDomainStatus enum

func MailType_Values

func MailType_Values() []string

MailType_Values returns all elements of the MailType enum

func MetricAggregation_Values

func MetricAggregation_Values() []string

MetricAggregation_Values returns all elements of the MetricAggregation enum

func MetricDimensionName_Values

func MetricDimensionName_Values() []string

MetricDimensionName_Values returns all elements of the MetricDimensionName enum

func MetricNamespace_Values

func MetricNamespace_Values() []string

MetricNamespace_Values returns all elements of the MetricNamespace enum

func Metric_Values

func Metric_Values() []string

Metric_Values returns all elements of the Metric enum

func QueryErrorCode_Values

func QueryErrorCode_Values() []string

QueryErrorCode_Values returns all elements of the QueryErrorCode enum

func RecommendationImpact_Values

func RecommendationImpact_Values() []string

RecommendationImpact_Values returns all elements of the RecommendationImpact enum

func RecommendationStatus_Values

func RecommendationStatus_Values() []string

RecommendationStatus_Values returns all elements of the RecommendationStatus enum

func RecommendationType_Values

func RecommendationType_Values() []string

RecommendationType_Values returns all elements of the RecommendationType enum

func ReviewStatus_Values

func ReviewStatus_Values() []string

ReviewStatus_Values returns all elements of the ReviewStatus enum

func ScalingMode_Values

func ScalingMode_Values() []string

ScalingMode_Values returns all elements of the ScalingMode enum

func SubscriptionStatus_Values

func SubscriptionStatus_Values() []string

SubscriptionStatus_Values returns all elements of the SubscriptionStatus enum

func SuppressionListImportAction_Values

func SuppressionListImportAction_Values() []string

SuppressionListImportAction_Values returns all elements of the SuppressionListImportAction enum

func SuppressionListReason_Values

func SuppressionListReason_Values() []string

SuppressionListReason_Values returns all elements of the SuppressionListReason enum

func TlsPolicy_Values

func TlsPolicy_Values() []string

TlsPolicy_Values returns all elements of the TlsPolicy enum

func VerificationStatus_Values

func VerificationStatus_Values() []string

VerificationStatus_Values returns all elements of the VerificationStatus enum

func WarmupStatus_Values

func WarmupStatus_Values() []string

WarmupStatus_Values returns all elements of the WarmupStatus enum

type AccountDetails

type AccountDetails struct {

    // Additional email addresses where updates are sent about your account review
    // process.
    //
    // AdditionalContactEmailAddresses is a sensitive parameter and its value will be
    // replaced with "sensitive" in string returned by AccountDetails's
    // String and GoString methods.
    AdditionalContactEmailAddresses []*string `min:"1" type:"list" sensitive:"true"`

    // The language you would prefer for the case. The contact language can be one
    // of ENGLISH or JAPANESE.
    ContactLanguage *string `type:"string" enum:"ContactLanguage"`

    // The type of email your account is sending. The mail type can be one of the
    // following:
    //
    //    * MARKETING – Most of your sending traffic is to keep your customers
    //    informed of your latest offering.
    //
    //    * TRANSACTIONAL – Most of your sending traffic is to communicate during
    //    a transaction with a customer.
    MailType *string `type:"string" enum:"MailType"`

    // Information about the review of the latest details you submitted.
    ReviewDetails *ReviewDetails `type:"structure"`

    // A description of the types of email that you plan to send.
    //
    // UseCaseDescription is a sensitive parameter and its value will be
    // replaced with "sensitive" in string returned by AccountDetails's
    // String and GoString methods.
    UseCaseDescription *string `min:"1" type:"string" sensitive:"true"`

    // The URL of your website. This information helps us better understand the
    // type of content that you plan to send.
    //
    // WebsiteURL is a sensitive parameter and its value will be
    // replaced with "sensitive" in string returned by AccountDetails's
    // String and GoString methods.
    WebsiteURL *string `min:"1" type:"string" sensitive:"true"`
    // contains filtered or unexported fields
}

An object that contains information about your account details.

func (AccountDetails) GoString

func (s AccountDetails) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AccountDetails) SetAdditionalContactEmailAddresses

func (s *AccountDetails) SetAdditionalContactEmailAddresses(v []*string) *AccountDetails

SetAdditionalContactEmailAddresses sets the AdditionalContactEmailAddresses field's value.

func (*AccountDetails) SetContactLanguage

func (s *AccountDetails) SetContactLanguage(v string) *AccountDetails

SetContactLanguage sets the ContactLanguage field's value.

func (*AccountDetails) SetMailType

func (s *AccountDetails) SetMailType(v string) *AccountDetails

SetMailType sets the MailType field's value.

func (*AccountDetails) SetReviewDetails

func (s *AccountDetails) SetReviewDetails(v *ReviewDetails) *AccountDetails

SetReviewDetails sets the ReviewDetails field's value.

func (*AccountDetails) SetUseCaseDescription

func (s *AccountDetails) SetUseCaseDescription(v string) *AccountDetails

SetUseCaseDescription sets the UseCaseDescription field's value.

func (*AccountDetails) SetWebsiteURL

func (s *AccountDetails) SetWebsiteURL(v string) *AccountDetails

SetWebsiteURL sets the WebsiteURL field's value.

func (AccountDetails) String

func (s AccountDetails) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type AccountSuspendedException

type AccountSuspendedException struct {
    RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"`

    Message_ *string `locationName:"message" type:"string"`
    // contains filtered or unexported fields
}

The message can't be sent because the account's ability to send email has been permanently restricted.

func (*AccountSuspendedException) Code

func (s *AccountSuspendedException) Code() string

Code returns the exception type name.

func (*AccountSuspendedException) Error

func (s *AccountSuspendedException) Error() string

func (AccountSuspendedException) GoString

func (s AccountSuspendedException) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AccountSuspendedException) Message

func (s *AccountSuspendedException) Message() string

Message returns the exception's message.

func (*AccountSuspendedException) OrigErr

func (s *AccountSuspendedException) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*AccountSuspendedException) RequestID

func (s *AccountSuspendedException) RequestID() string

RequestID returns the service's response RequestID for request.

func (*AccountSuspendedException) StatusCode

func (s *AccountSuspendedException) StatusCode() int

Status code returns the HTTP status code for the request's response error.

func (AccountSuspendedException) String

func (s AccountSuspendedException) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type AlreadyExistsException

type AlreadyExistsException struct {
    RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"`

    Message_ *string `locationName:"message" type:"string"`
    // contains filtered or unexported fields
}

The resource specified in your request already exists.

func (*AlreadyExistsException) Code

func (s *AlreadyExistsException) Code() string

Code returns the exception type name.

func (*AlreadyExistsException) Error

func (s *AlreadyExistsException) Error() string

func (AlreadyExistsException) GoString

func (s AlreadyExistsException) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AlreadyExistsException) Message

func (s *AlreadyExistsException) Message() string

Message returns the exception's message.

func (*AlreadyExistsException) OrigErr

func (s *AlreadyExistsException) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*AlreadyExistsException) RequestID

func (s *AlreadyExistsException) RequestID() string

RequestID returns the service's response RequestID for request.

func (*AlreadyExistsException) StatusCode

func (s *AlreadyExistsException) StatusCode() int

Status code returns the HTTP status code for the request's response error.

func (AlreadyExistsException) String

func (s AlreadyExistsException) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type BadRequestException

type BadRequestException struct {
    RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"`

    Message_ *string `locationName:"message" type:"string"`
    // contains filtered or unexported fields
}

The input you provided is invalid.

func (*BadRequestException) Code

func (s *BadRequestException) Code() string

Code returns the exception type name.

func (*BadRequestException) Error

func (s *BadRequestException) Error() string

func (BadRequestException) GoString

func (s BadRequestException) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*BadRequestException) Message

func (s *BadRequestException) Message() string

Message returns the exception's message.

func (*BadRequestException) OrigErr

func (s *BadRequestException) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*BadRequestException) RequestID

func (s *BadRequestException) RequestID() string

RequestID returns the service's response RequestID for request.

func (*BadRequestException) StatusCode

func (s *BadRequestException) StatusCode() int

Status code returns the HTTP status code for the request's response error.

func (BadRequestException) String

func (s BadRequestException) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type BatchGetMetricDataInput

type BatchGetMetricDataInput struct {

    // A list of queries for metrics to be retrieved.
    //
    // Queries is a required field
    Queries []*BatchGetMetricDataQuery `min:"1" type:"list" required:"true"`
    // contains filtered or unexported fields
}

Represents a request to retrieve a batch of metric data.

func (BatchGetMetricDataInput) GoString

func (s BatchGetMetricDataInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*BatchGetMetricDataInput) SetQueries

func (s *BatchGetMetricDataInput) SetQueries(v []*BatchGetMetricDataQuery) *BatchGetMetricDataInput

SetQueries sets the Queries field's value.

func (BatchGetMetricDataInput) String

func (s BatchGetMetricDataInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*BatchGetMetricDataInput) Validate

func (s *BatchGetMetricDataInput) Validate() error

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

type BatchGetMetricDataOutput

type BatchGetMetricDataOutput struct {

    // A list of MetricDataError encountered while processing your metric data batch
    // request.
    Errors []*MetricDataError `type:"list"`

    // A list of successfully retrieved MetricDataResult.
    Results []*MetricDataResult `type:"list"`
    // contains filtered or unexported fields
}

Represents the result of processing your metric data batch request

func (BatchGetMetricDataOutput) GoString

func (s BatchGetMetricDataOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*BatchGetMetricDataOutput) SetErrors

func (s *BatchGetMetricDataOutput) SetErrors(v []*MetricDataError) *BatchGetMetricDataOutput

SetErrors sets the Errors field's value.

func (*BatchGetMetricDataOutput) SetResults

func (s *BatchGetMetricDataOutput) SetResults(v []*MetricDataResult) *BatchGetMetricDataOutput

SetResults sets the Results field's value.

func (BatchGetMetricDataOutput) String

func (s BatchGetMetricDataOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type BatchGetMetricDataQuery

type BatchGetMetricDataQuery struct {

    // An object that contains mapping between MetricDimensionName and MetricDimensionValue
    // to filter metrics by.
    Dimensions map[string]*string `min:"1" type:"map"`

    // Represents the end date for the query interval.
    //
    // EndDate is a required field
    EndDate *time.Time `type:"timestamp" required:"true"`

    // The query identifier.
    //
    // Id is a required field
    Id *string `min:"1" type:"string" required:"true"`

    // The queried metric. This can be one of the following:
    //
    //    * SEND – Emails sent eligible for tracking in the VDM dashboard. This
    //    excludes emails sent to the mailbox simulator and emails addressed to
    //    more than one recipient.
    //
    //    * COMPLAINT – Complaints received for your account. This excludes complaints
    //    from the mailbox simulator, those originating from your account-level
    //    suppression list (if enabled), and those for emails addressed to more
    //    than one recipient
    //
    //    * PERMANENT_BOUNCE – Permanent bounces - i.e. feedback received for
    //    emails sent to non-existent mailboxes. Excludes bounces from the mailbox
    //    simulator, those originating from your account-level suppression list
    //    (if enabled), and those for emails addressed to more than one recipient.
    //
    //    * TRANSIENT_BOUNCE – Transient bounces - i.e. feedback received for
    //    delivery failures excluding issues with non-existent mailboxes. Excludes
    //    bounces from the mailbox simulator, and those for emails addressed to
    //    more than one recipient.
    //
    //    * OPEN – Unique open events for emails including open trackers. Excludes
    //    opens for emails addressed to more than one recipient.
    //
    //    * CLICK – Unique click events for emails including wrapped links. Excludes
    //    clicks for emails addressed to more than one recipient.
    //
    //    * DELIVERY – Successful deliveries for email sending attempts. Excludes
    //    deliveries to the mailbox simulator and for emails addressed to more than
    //    one recipient.
    //
    //    * DELIVERY_OPEN – Successful deliveries for email sending attempts.
    //    Excludes deliveries to the mailbox simulator, for emails addressed to
    //    more than one recipient, and emails without open trackers.
    //
    //    * DELIVERY_CLICK – Successful deliveries for email sending attempts.
    //    Excludes deliveries to the mailbox simulator, for emails addressed to
    //    more than one recipient, and emails without click trackers.
    //
    //    * DELIVERY_COMPLAINT – Successful deliveries for email sending attempts.
    //    Excludes deliveries to the mailbox simulator, for emails addressed to
    //    more than one recipient, and emails addressed to recipients hosted by
    //    ISPs with which Amazon SES does not have a feedback loop agreement.
    //
    // Metric is a required field
    Metric *string `type:"string" required:"true" enum:"Metric"`

    // The query namespace - e.g. VDM
    //
    // Namespace is a required field
    Namespace *string `type:"string" required:"true" enum:"MetricNamespace"`

    // Represents the start date for the query interval.
    //
    // StartDate is a required field
    StartDate *time.Time `type:"timestamp" required:"true"`
    // contains filtered or unexported fields
}

Represents a single metric data query to include in a batch.

func (BatchGetMetricDataQuery) GoString

func (s BatchGetMetricDataQuery) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*BatchGetMetricDataQuery) SetDimensions

func (s *BatchGetMetricDataQuery) SetDimensions(v map[string]*string) *BatchGetMetricDataQuery

SetDimensions sets the Dimensions field's value.

func (*BatchGetMetricDataQuery) SetEndDate

func (s *BatchGetMetricDataQuery) SetEndDate(v time.Time) *BatchGetMetricDataQuery

SetEndDate sets the EndDate field's value.

func (*BatchGetMetricDataQuery) SetId

func (s *BatchGetMetricDataQuery) SetId(v string) *BatchGetMetricDataQuery

SetId sets the Id field's value.

func (*BatchGetMetricDataQuery) SetMetric

func (s *BatchGetMetricDataQuery) SetMetric(v string) *BatchGetMetricDataQuery

SetMetric sets the Metric field's value.

func (*BatchGetMetricDataQuery) SetNamespace

func (s *BatchGetMetricDataQuery) SetNamespace(v string) *BatchGetMetricDataQuery

SetNamespace sets the Namespace field's value.

func (*BatchGetMetricDataQuery) SetStartDate

func (s *BatchGetMetricDataQuery) SetStartDate(v time.Time) *BatchGetMetricDataQuery

SetStartDate sets the StartDate field's value.

func (BatchGetMetricDataQuery) String

func (s BatchGetMetricDataQuery) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*BatchGetMetricDataQuery) Validate

func (s *BatchGetMetricDataQuery) Validate() error

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

type BlacklistEntry

type BlacklistEntry struct {

    // Additional information about the blacklisting event, as provided by the blacklist
    // maintainer.
    Description *string `type:"string"`

    // The time when the blacklisting event occurred.
    ListingTime *time.Time `type:"timestamp"`

    // The name of the blacklist that the IP address appears on.
    RblName *string `type:"string"`
    // contains filtered or unexported fields
}

An object that contains information about a blacklisting event that impacts one of the dedicated IP addresses that is associated with your account.

func (BlacklistEntry) GoString

func (s BlacklistEntry) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*BlacklistEntry) SetDescription

func (s *BlacklistEntry) SetDescription(v string) *BlacklistEntry

SetDescription sets the Description field's value.

func (*BlacklistEntry) SetListingTime

func (s *BlacklistEntry) SetListingTime(v time.Time) *BlacklistEntry

SetListingTime sets the ListingTime field's value.

func (*BlacklistEntry) SetRblName

func (s *BlacklistEntry) SetRblName(v string) *BlacklistEntry

SetRblName sets the RblName field's value.

func (BlacklistEntry) String

func (s BlacklistEntry) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type Body

type Body struct {

    // An object that represents the version of the message that is displayed in
    // email clients that support HTML. HTML messages can include formatted text,
    // hyperlinks, images, and more.
    Html *Content `type:"structure"`

    // An object that represents the version of the message that is displayed in
    // email clients that don't support HTML, or clients where the recipient has
    // disabled HTML rendering.
    Text *Content `type:"structure"`
    // contains filtered or unexported fields
}

Represents the body of the email message.

func (Body) GoString

func (s Body) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*Body) SetHtml

func (s *Body) SetHtml(v *Content) *Body

SetHtml sets the Html field's value.

func (*Body) SetText

func (s *Body) SetText(v *Content) *Body

SetText sets the Text field's value.

func (Body) String

func (s Body) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*Body) Validate

func (s *Body) Validate() error

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

type Bounce

type Bounce struct {

    // The subtype of the bounce, as determined by SES.
    BounceSubType *string `type:"string"`

    // The type of the bounce, as determined by SES. Can be one of UNDETERMINED,
    // TRANSIENT, or PERMANENT
    BounceType *string `type:"string" enum:"BounceType"`

    // The status code issued by the reporting Message Transfer Authority (MTA).
    // This field only appears if a delivery status notification (DSN) was attached
    // to the bounce and the Diagnostic-Code was provided in the DSN.
    DiagnosticCode *string `type:"string"`
    // contains filtered or unexported fields
}

Information about a Bounce event.

func (Bounce) GoString

func (s Bounce) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*Bounce) SetBounceSubType

func (s *Bounce) SetBounceSubType(v string) *Bounce

SetBounceSubType sets the BounceSubType field's value.

func (*Bounce) SetBounceType

func (s *Bounce) SetBounceType(v string) *Bounce

SetBounceType sets the BounceType field's value.

func (*Bounce) SetDiagnosticCode

func (s *Bounce) SetDiagnosticCode(v string) *Bounce

SetDiagnosticCode sets the DiagnosticCode field's value.

func (Bounce) String

func (s Bounce) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type BulkEmailContent

type BulkEmailContent struct {

    // The template to use for the bulk email message.
    Template *Template `type:"structure"`
    // contains filtered or unexported fields
}

An object that contains the body of the message. You can specify a template message.

func (BulkEmailContent) GoString

func (s BulkEmailContent) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*BulkEmailContent) SetTemplate

func (s *BulkEmailContent) SetTemplate(v *Template) *BulkEmailContent

SetTemplate sets the Template field's value.

func (BulkEmailContent) String

func (s BulkEmailContent) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*BulkEmailContent) Validate

func (s *BulkEmailContent) Validate() error

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

type BulkEmailEntry

type BulkEmailEntry struct {

    // Represents the destination of the message, consisting of To:, CC:, and BCC:
    // fields.
    //
    // Amazon SES does not support the SMTPUTF8 extension, as described in RFC6531
    // (https://tools.ietf.org/html/rfc6531). For this reason, the local part of
    // a destination email address (the part of the email address that precedes
    // the @ sign) may only contain 7-bit ASCII characters (https://en.wikipedia.org/wiki/Email_address#Local-part).
    // If the domain part of an address (the part after the @ sign) contains non-ASCII
    // characters, they must be encoded using Punycode, as described in RFC3492
    // (https://tools.ietf.org/html/rfc3492.html).
    //
    // Destination is a required field
    Destination *Destination `type:"structure" required:"true"`

    // The ReplacementEmailContent associated with a BulkEmailEntry.
    ReplacementEmailContent *ReplacementEmailContent `type:"structure"`

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

func (BulkEmailEntry) GoString

func (s BulkEmailEntry) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*BulkEmailEntry) SetDestination

func (s *BulkEmailEntry) SetDestination(v *Destination) *BulkEmailEntry

SetDestination sets the Destination field's value.

func (*BulkEmailEntry) SetReplacementEmailContent

func (s *BulkEmailEntry) SetReplacementEmailContent(v *ReplacementEmailContent) *BulkEmailEntry

SetReplacementEmailContent sets the ReplacementEmailContent field's value.

func (*BulkEmailEntry) SetReplacementTags

func (s *BulkEmailEntry) SetReplacementTags(v []*MessageTag) *BulkEmailEntry

SetReplacementTags sets the ReplacementTags field's value.

func (BulkEmailEntry) String

func (s BulkEmailEntry) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*BulkEmailEntry) Validate

func (s *BulkEmailEntry) Validate() error

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

type BulkEmailEntryResult

type BulkEmailEntryResult struct {

    // A description of an error that prevented a message being sent using the SendBulkTemplatedEmail
    // operation.
    Error *string `type:"string"`

    // The unique message identifier returned from the SendBulkTemplatedEmail operation.
    MessageId *string `type:"string"`

    // The status of a message sent using the SendBulkTemplatedEmail operation.
    //
    // Possible values for this parameter include:
    //
    //    * SUCCESS: Amazon SES accepted the message, and will attempt to deliver
    //    it to the recipients.
    //
    //    * MESSAGE_REJECTED: The message was rejected because it contained a virus.
    //
    //    * MAIL_FROM_DOMAIN_NOT_VERIFIED: The sender's email address or domain
    //    was not verified.
    //
    //    * CONFIGURATION_SET_DOES_NOT_EXIST: The configuration set you specified
    //    does not exist.
    //
    //    * TEMPLATE_DOES_NOT_EXIST: The template you specified does not exist.
    //
    //    * ACCOUNT_SUSPENDED: Your account has been shut down because of issues
    //    related to your email sending practices.
    //
    //    * ACCOUNT_THROTTLED: The number of emails you can send has been reduced
    //    because your account has exceeded its allocated sending limit.
    //
    //    * ACCOUNT_DAILY_QUOTA_EXCEEDED: You have reached or exceeded the maximum
    //    number of emails you can send from your account in a 24-hour period.
    //
    //    * INVALID_SENDING_POOL_NAME: The configuration set you specified refers
    //    to an IP pool that does not exist.
    //
    //    * ACCOUNT_SENDING_PAUSED: Email sending for the Amazon SES account was
    //    disabled using the UpdateAccountSendingEnabled (https://docs.aws.amazon.com/ses/latest/APIReference/API_UpdateAccountSendingEnabled.html)
    //    operation.
    //
    //    * CONFIGURATION_SET_SENDING_PAUSED: Email sending for this configuration
    //    set was disabled using the UpdateConfigurationSetSendingEnabled (https://docs.aws.amazon.com/ses/latest/APIReference/API_UpdateConfigurationSetSendingEnabled.html)
    //    operation.
    //
    //    * INVALID_PARAMETER_VALUE: One or more of the parameters you specified
    //    when calling this operation was invalid. See the error message for additional
    //    information.
    //
    //    * TRANSIENT_FAILURE: Amazon SES was unable to process your request because
    //    of a temporary issue.
    //
    //    * FAILED: Amazon SES was unable to process your request. See the error
    //    message for additional information.
    Status *string `type:"string" enum:"BulkEmailStatus"`
    // contains filtered or unexported fields
}

The result of the SendBulkEmail operation of each specified BulkEmailEntry.

func (BulkEmailEntryResult) GoString

func (s BulkEmailEntryResult) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*BulkEmailEntryResult) SetError

func (s *BulkEmailEntryResult) SetError(v string) *BulkEmailEntryResult

SetError sets the Error field's value.

func (*BulkEmailEntryResult) SetMessageId

func (s *BulkEmailEntryResult) SetMessageId(v string) *BulkEmailEntryResult

SetMessageId sets the MessageId field's value.

func (*BulkEmailEntryResult) SetStatus

func (s *BulkEmailEntryResult) SetStatus(v string) *BulkEmailEntryResult

SetStatus sets the Status field's value.

func (BulkEmailEntryResult) String

func (s BulkEmailEntryResult) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type CancelExportJobInput

type CancelExportJobInput struct {

    // The export job ID.
    //
    // JobId is a required field
    JobId *string `location:"uri" locationName:"JobId" min:"1" type:"string" required:"true"`
    // contains filtered or unexported fields
}

Represents a request to cancel an export job using the export job ID.

func (CancelExportJobInput) GoString

func (s CancelExportJobInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CancelExportJobInput) SetJobId

func (s *CancelExportJobInput) SetJobId(v string) *CancelExportJobInput

SetJobId sets the JobId field's value.

func (CancelExportJobInput) String

func (s CancelExportJobInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CancelExportJobInput) Validate

func (s *CancelExportJobInput) Validate() error

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

type CancelExportJobOutput

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

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

func (CancelExportJobOutput) GoString

func (s CancelExportJobOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (CancelExportJobOutput) String

func (s CancelExportJobOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type CloudWatchDestination

type CloudWatchDestination struct {

    // An array of objects that define the dimensions to use when you send email
    // events to Amazon CloudWatch.
    //
    // DimensionConfigurations is a required field
    DimensionConfigurations []*CloudWatchDimensionConfiguration `type:"list" required:"true"`
    // contains filtered or unexported fields
}

An object that defines an Amazon CloudWatch destination for email events. You can use Amazon CloudWatch to monitor and gain insights on your email sending metrics.

func (CloudWatchDestination) GoString

func (s CloudWatchDestination) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CloudWatchDestination) SetDimensionConfigurations

func (s *CloudWatchDestination) SetDimensionConfigurations(v []*CloudWatchDimensionConfiguration) *CloudWatchDestination

SetDimensionConfigurations sets the DimensionConfigurations field's value.

func (CloudWatchDestination) String

func (s CloudWatchDestination) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CloudWatchDestination) Validate

func (s *CloudWatchDestination) Validate() error

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

type CloudWatchDimensionConfiguration

type CloudWatchDimensionConfiguration struct {

    // The default value of the dimension that is published to Amazon CloudWatch
    // if you don't provide the value of the dimension when you send an email. This
    // value has to meet the following criteria:
    //
    //    * Can only contain ASCII letters (a–z, A–Z), numbers (0–9), underscores
    //    (_), or dashes (-), at signs (@), and periods (.).
    //
    //    * It can contain no more than 256 characters.
    //
    // DefaultDimensionValue is a required field
    DefaultDimensionValue *string `type:"string" required:"true"`

    // The name of an Amazon CloudWatch dimension associated with an email sending
    // metric. The name has to meet the following criteria:
    //
    //    * It can only contain ASCII letters (a–z, A–Z), numbers (0–9), underscores
    //    (_), or dashes (-).
    //
    //    * It can contain no more than 256 characters.
    //
    // DimensionName is a required field
    DimensionName *string `type:"string" required:"true"`

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

An object that defines the dimension configuration to use when you send email events to Amazon CloudWatch.

func (CloudWatchDimensionConfiguration) GoString

func (s CloudWatchDimensionConfiguration) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CloudWatchDimensionConfiguration) SetDefaultDimensionValue

func (s *CloudWatchDimensionConfiguration) SetDefaultDimensionValue(v string) *CloudWatchDimensionConfiguration

SetDefaultDimensionValue sets the DefaultDimensionValue field's value.

func (*CloudWatchDimensionConfiguration) SetDimensionName

func (s *CloudWatchDimensionConfiguration) SetDimensionName(v string) *CloudWatchDimensionConfiguration

SetDimensionName sets the DimensionName field's value.

func (*CloudWatchDimensionConfiguration) SetDimensionValueSource

func (s *CloudWatchDimensionConfiguration) SetDimensionValueSource(v string) *CloudWatchDimensionConfiguration

SetDimensionValueSource sets the DimensionValueSource field's value.

func (CloudWatchDimensionConfiguration) String

func (s CloudWatchDimensionConfiguration) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CloudWatchDimensionConfiguration) Validate

func (s *CloudWatchDimensionConfiguration) Validate() error

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

type Complaint

type Complaint struct {

    // The value of the Feedback-Type field from the feedback report received from
    // the ISP.
    ComplaintFeedbackType *string `type:"string"`

    // Can either be null or OnAccountSuppressionList. If the value is OnAccountSuppressionList,
    // SES accepted the message, but didn't attempt to send it because it was on
    // the account-level suppression list.
    ComplaintSubType *string `type:"string"`
    // contains filtered or unexported fields
}

Information about a Complaint event.

func (Complaint) GoString

func (s Complaint) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*Complaint) SetComplaintFeedbackType

func (s *Complaint) SetComplaintFeedbackType(v string) *Complaint

SetComplaintFeedbackType sets the ComplaintFeedbackType field's value.

func (*Complaint) SetComplaintSubType

func (s *Complaint) SetComplaintSubType(v string) *Complaint

SetComplaintSubType sets the ComplaintSubType field's value.

func (Complaint) String

func (s Complaint) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ConcurrentModificationException

type ConcurrentModificationException struct {
    RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"`

    Message_ *string `locationName:"message" type:"string"`
    // contains filtered or unexported fields
}

The resource is being modified by another operation or thread.

func (*ConcurrentModificationException) Code

func (s *ConcurrentModificationException) Code() string

Code returns the exception type name.

func (*ConcurrentModificationException) Error

func (s *ConcurrentModificationException) Error() string

func (ConcurrentModificationException) GoString

func (s ConcurrentModificationException) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ConcurrentModificationException) Message

func (s *ConcurrentModificationException) Message() string

Message returns the exception's message.

func (*ConcurrentModificationException) OrigErr

func (s *ConcurrentModificationException) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*ConcurrentModificationException) RequestID

func (s *ConcurrentModificationException) RequestID() string

RequestID returns the service's response RequestID for request.

func (*ConcurrentModificationException) StatusCode

func (s *ConcurrentModificationException) StatusCode() int

Status code returns the HTTP status code for the request's response error.

func (ConcurrentModificationException) String

func (s ConcurrentModificationException) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ConflictException

type ConflictException struct {
    RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"`

    Message_ *string `locationName:"message" type:"string"`
    // contains filtered or unexported fields
}

If there is already an ongoing account details update under review.

func (*ConflictException) Code

func (s *ConflictException) Code() string

Code returns the exception type name.

func (*ConflictException) Error

func (s *ConflictException) Error() string

func (ConflictException) GoString

func (s ConflictException) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ConflictException) Message

func (s *ConflictException) Message() string

Message returns the exception's message.

func (*ConflictException) OrigErr

func (s *ConflictException) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*ConflictException) RequestID

func (s *ConflictException) RequestID() string

RequestID returns the service's response RequestID for request.

func (*ConflictException) StatusCode

func (s *ConflictException) StatusCode() int

Status code returns the HTTP status code for the request's response error.

func (ConflictException) String

func (s ConflictException) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type Contact

type Contact struct {

    // The contact's email address.
    EmailAddress *string `type:"string"`

    // A timestamp noting the last time the contact's information was updated.
    LastUpdatedTimestamp *time.Time `type:"timestamp"`

    // The default topic preferences applied to the contact.
    TopicDefaultPreferences []*TopicPreference `type:"list"`

    // The contact's preference for being opted-in to or opted-out of a topic.
    TopicPreferences []*TopicPreference `type:"list"`

    // A boolean value status noting if the contact is unsubscribed from all contact
    // list topics.
    UnsubscribeAll *bool `type:"boolean"`
    // contains filtered or unexported fields
}

A contact is the end-user who is receiving the email.

func (Contact) GoString

func (s Contact) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*Contact) SetEmailAddress

func (s *Contact) SetEmailAddress(v string) *Contact

SetEmailAddress sets the EmailAddress field's value.

func (*Contact) SetLastUpdatedTimestamp

func (s *Contact) SetLastUpdatedTimestamp(v time.Time) *Contact

SetLastUpdatedTimestamp sets the LastUpdatedTimestamp field's value.

func (*Contact) SetTopicDefaultPreferences

func (s *Contact) SetTopicDefaultPreferences(v []*TopicPreference) *Contact

SetTopicDefaultPreferences sets the TopicDefaultPreferences field's value.

func (*Contact) SetTopicPreferences

func (s *Contact) SetTopicPreferences(v []*TopicPreference) *Contact

SetTopicPreferences sets the TopicPreferences field's value.

func (*Contact) SetUnsubscribeAll

func (s *Contact) SetUnsubscribeAll(v bool) *Contact

SetUnsubscribeAll sets the UnsubscribeAll field's value.

func (Contact) String

func (s Contact) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ContactList

type ContactList struct {

    // The name of the contact list.
    ContactListName *string `type:"string"`

    // A timestamp noting the last time the contact list was updated.
    LastUpdatedTimestamp *time.Time `type:"timestamp"`
    // contains filtered or unexported fields
}

A list that contains contacts that have subscribed to a particular topic or topics.

func (ContactList) GoString

func (s ContactList) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ContactList) SetContactListName

func (s *ContactList) SetContactListName(v string) *ContactList

SetContactListName sets the ContactListName field's value.

func (*ContactList) SetLastUpdatedTimestamp

func (s *ContactList) SetLastUpdatedTimestamp(v time.Time) *ContactList

SetLastUpdatedTimestamp sets the LastUpdatedTimestamp field's value.

func (ContactList) String

func (s ContactList) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ContactListDestination

type ContactListDestination struct {

    // >The type of action to perform on the addresses. The following are the possible
    // values:
    //
    //    * PUT: add the addresses to the contact list. If the record already exists,
    //    it will override it with the new value.
    //
    //    * DELETE: remove the addresses from the contact list.
    //
    // ContactListImportAction is a required field
    ContactListImportAction *string `type:"string" required:"true" enum:"ContactListImportAction"`

    // The name of the contact list.
    //
    // ContactListName is a required field
    ContactListName *string `type:"string" required:"true"`
    // contains filtered or unexported fields
}

An object that contains details about the action of a contact list.

func (ContactListDestination) GoString

func (s ContactListDestination) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ContactListDestination) SetContactListImportAction

func (s *ContactListDestination) SetContactListImportAction(v string) *ContactListDestination

SetContactListImportAction sets the ContactListImportAction field's value.

func (*ContactListDestination) SetContactListName

func (s *ContactListDestination) SetContactListName(v string) *ContactListDestination

SetContactListName sets the ContactListName field's value.

func (ContactListDestination) String

func (s ContactListDestination) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ContactListDestination) Validate

func (s *ContactListDestination) Validate() error

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

type Content

type Content struct {

    // The character set for the content. Because of the constraints of the SMTP
    // protocol, Amazon SES uses 7-bit ASCII by default. If the text includes characters
    // outside of the ASCII range, you have to specify a character set. For example,
    // you could specify UTF-8, ISO-8859-1, or Shift_JIS.
    Charset *string `type:"string"`

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

An object that represents the content of the email, and optionally a character set specification.

func (Content) GoString

func (s Content) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*Content) SetCharset

func (s *Content) SetCharset(v string) *Content

SetCharset sets the Charset field's value.

func (*Content) SetData

func (s *Content) SetData(v string) *Content

SetData sets the Data field's value.

func (Content) String

func (s Content) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*Content) Validate

func (s *Content) Validate() error

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

type CreateConfigurationSetEventDestinationInput

type CreateConfigurationSetEventDestinationInput struct {

    // The name of the configuration set .
    //
    // ConfigurationSetName is a required field
    ConfigurationSetName *string `location:"uri" locationName:"ConfigurationSetName" type:"string" required:"true"`

    // An object that defines the event destination.
    //
    // EventDestination is a required field
    EventDestination *EventDestinationDefinition `type:"structure" required:"true"`

    // A name that identifies the event destination within the configuration set.
    //
    // EventDestinationName is a required field
    EventDestinationName *string `type:"string" required:"true"`
    // contains filtered or unexported fields
}

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

func (CreateConfigurationSetEventDestinationInput) GoString

func (s CreateConfigurationSetEventDestinationInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateConfigurationSetEventDestinationInput) SetConfigurationSetName

func (s *CreateConfigurationSetEventDestinationInput) SetConfigurationSetName(v string) *CreateConfigurationSetEventDestinationInput

SetConfigurationSetName sets the ConfigurationSetName field's value.

func (*CreateConfigurationSetEventDestinationInput) SetEventDestination

func (s *CreateConfigurationSetEventDestinationInput) SetEventDestination(v *EventDestinationDefinition) *CreateConfigurationSetEventDestinationInput

SetEventDestination sets the EventDestination field's value.

func (*CreateConfigurationSetEventDestinationInput) SetEventDestinationName

func (s *CreateConfigurationSetEventDestinationInput) SetEventDestinationName(v string) *CreateConfigurationSetEventDestinationInput

SetEventDestinationName sets the EventDestinationName field's value.

func (CreateConfigurationSetEventDestinationInput) String

func (s CreateConfigurationSetEventDestinationInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateConfigurationSetEventDestinationInput) Validate

func (s *CreateConfigurationSetEventDestinationInput) Validate() error

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

type CreateConfigurationSetEventDestinationOutput

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

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

func (CreateConfigurationSetEventDestinationOutput) GoString

func (s CreateConfigurationSetEventDestinationOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (CreateConfigurationSetEventDestinationOutput) String

func (s CreateConfigurationSetEventDestinationOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type CreateConfigurationSetInput

type CreateConfigurationSetInput struct {

    // The name of the configuration set. The name can contain up to 64 alphanumeric
    // characters, including letters, numbers, hyphens (-) and underscores (_) only.
    //
    // ConfigurationSetName is a required field
    ConfigurationSetName *string `type:"string" required:"true"`

    // An object that defines the dedicated IP pool that is used to send emails
    // that you send using the configuration set.
    DeliveryOptions *DeliveryOptions `type:"structure"`

    // An object that defines whether or not Amazon SES collects reputation metrics
    // for the emails that you send that use the configuration set.
    ReputationOptions *ReputationOptions `type:"structure"`

    // An object that defines whether or not Amazon SES can send email that you
    // send using the configuration set.
    SendingOptions *SendingOptions `type:"structure"`

    // An object that contains information about the suppression list preferences
    // for your account.
    SuppressionOptions *SuppressionOptions `type:"structure"`

    // An array of objects that define the tags (keys and values) to associate with
    // the configuration set.
    Tags []*Tag `type:"list"`

    // An object that defines the open and click tracking options for emails that
    // you send using the configuration set.
    TrackingOptions *TrackingOptions `type:"structure"`

    // An object that defines the VDM options for emails that you send using the
    // configuration set.
    VdmOptions *VdmOptions `type:"structure"`
    // contains filtered or unexported fields
}

A request to create a configuration set.

func (CreateConfigurationSetInput) GoString

func (s CreateConfigurationSetInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateConfigurationSetInput) SetConfigurationSetName

func (s *CreateConfigurationSetInput) SetConfigurationSetName(v string) *CreateConfigurationSetInput

SetConfigurationSetName sets the ConfigurationSetName field's value.

func (*CreateConfigurationSetInput) SetDeliveryOptions

func (s *CreateConfigurationSetInput) SetDeliveryOptions(v *DeliveryOptions) *CreateConfigurationSetInput

SetDeliveryOptions sets the DeliveryOptions field's value.

func (*CreateConfigurationSetInput) SetReputationOptions

func (s *CreateConfigurationSetInput) SetReputationOptions(v *ReputationOptions) *CreateConfigurationSetInput

SetReputationOptions sets the ReputationOptions field's value.

func (*CreateConfigurationSetInput) SetSendingOptions

func (s *CreateConfigurationSetInput) SetSendingOptions(v *SendingOptions) *CreateConfigurationSetInput

SetSendingOptions sets the SendingOptions field's value.

func (*CreateConfigurationSetInput) SetSuppressionOptions

func (s *CreateConfigurationSetInput) SetSuppressionOptions(v *SuppressionOptions) *CreateConfigurationSetInput

SetSuppressionOptions sets the SuppressionOptions field's value.

func (*CreateConfigurationSetInput) SetTags

func (s *CreateConfigurationSetInput) SetTags(v []*Tag) *CreateConfigurationSetInput

SetTags sets the Tags field's value.

func (*CreateConfigurationSetInput) SetTrackingOptions

func (s *CreateConfigurationSetInput) SetTrackingOptions(v *TrackingOptions) *CreateConfigurationSetInput

SetTrackingOptions sets the TrackingOptions field's value.

func (*CreateConfigurationSetInput) SetVdmOptions

func (s *CreateConfigurationSetInput) SetVdmOptions(v *VdmOptions) *CreateConfigurationSetInput

SetVdmOptions sets the VdmOptions field's value.

func (CreateConfigurationSetInput) String

func (s CreateConfigurationSetInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateConfigurationSetInput) Validate

func (s *CreateConfigurationSetInput) Validate() error

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

type CreateConfigurationSetOutput

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

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

func (CreateConfigurationSetOutput) GoString

func (s CreateConfigurationSetOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (CreateConfigurationSetOutput) String

func (s CreateConfigurationSetOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type CreateContactInput

type CreateContactInput struct {

    // The attribute data attached to a contact.
    AttributesData *string `type:"string"`

    // The name of the contact list to which the contact should be added.
    //
    // ContactListName is a required field
    ContactListName *string `location:"uri" locationName:"ContactListName" type:"string" required:"true"`

    // The contact's email address.
    //
    // EmailAddress is a required field
    EmailAddress *string `type:"string" required:"true"`

    // The contact's preferences for being opted-in to or opted-out of topics.
    TopicPreferences []*TopicPreference `type:"list"`

    // A boolean value status noting if the contact is unsubscribed from all contact
    // list topics.
    UnsubscribeAll *bool `type:"boolean"`
    // contains filtered or unexported fields
}

func (CreateContactInput) GoString

func (s CreateContactInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateContactInput) SetAttributesData

func (s *CreateContactInput) SetAttributesData(v string) *CreateContactInput

SetAttributesData sets the AttributesData field's value.

func (*CreateContactInput) SetContactListName

func (s *CreateContactInput) SetContactListName(v string) *CreateContactInput

SetContactListName sets the ContactListName field's value.

func (*CreateContactInput) SetEmailAddress

func (s *CreateContactInput) SetEmailAddress(v string) *CreateContactInput

SetEmailAddress sets the EmailAddress field's value.

func (*CreateContactInput) SetTopicPreferences

func (s *CreateContactInput) SetTopicPreferences(v []*TopicPreference) *CreateContactInput

SetTopicPreferences sets the TopicPreferences field's value.

func (*CreateContactInput) SetUnsubscribeAll

func (s *CreateContactInput) SetUnsubscribeAll(v bool) *CreateContactInput

SetUnsubscribeAll sets the UnsubscribeAll field's value.

func (CreateContactInput) String

func (s CreateContactInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateContactInput) Validate

func (s *CreateContactInput) Validate() error

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

type CreateContactListInput

type CreateContactListInput struct {

    // The name of the contact list.
    //
    // ContactListName is a required field
    ContactListName *string `type:"string" required:"true"`

    // A description of what the contact list is about.
    Description *string `type:"string"`

    // The tags associated with a contact list.
    Tags []*Tag `type:"list"`

    // An interest group, theme, or label within a list. A contact list can have
    // multiple topics.
    Topics []*Topic `type:"list"`
    // contains filtered or unexported fields
}

func (CreateContactListInput) GoString

func (s CreateContactListInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateContactListInput) SetContactListName

func (s *CreateContactListInput) SetContactListName(v string) *CreateContactListInput

SetContactListName sets the ContactListName field's value.

func (*CreateContactListInput) SetDescription

func (s *CreateContactListInput) SetDescription(v string) *CreateContactListInput

SetDescription sets the Description field's value.

func (*CreateContactListInput) SetTags

func (s *CreateContactListInput) SetTags(v []*Tag) *CreateContactListInput

SetTags sets the Tags field's value.

func (*CreateContactListInput) SetTopics

func (s *CreateContactListInput) SetTopics(v []*Topic) *CreateContactListInput

SetTopics sets the Topics field's value.

func (CreateContactListInput) String

func (s CreateContactListInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateContactListInput) Validate

func (s *CreateContactListInput) Validate() error

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

type CreateContactListOutput

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

func (CreateContactListOutput) GoString

func (s CreateContactListOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (CreateContactListOutput) String

func (s CreateContactListOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type CreateContactOutput

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

func (CreateContactOutput) GoString

func (s CreateContactOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (CreateContactOutput) String

func (s CreateContactOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type CreateCustomVerificationEmailTemplateInput

type CreateCustomVerificationEmailTemplateInput struct {

    // The URL that the recipient of the verification email is sent to if his or
    // her address is not successfully verified.
    //
    // FailureRedirectionURL is a required field
    FailureRedirectionURL *string `type:"string" required:"true"`

    // The email address that the custom verification email is sent from.
    //
    // FromEmailAddress is a required field
    FromEmailAddress *string `type:"string" required:"true"`

    // The URL that the recipient of the verification email is sent to if his or
    // her address is successfully verified.
    //
    // SuccessRedirectionURL is a required field
    SuccessRedirectionURL *string `type:"string" required:"true"`

    // The content of the custom verification email. The total size of the email
    // must be less than 10 MB. The message body may contain HTML, with some limitations.
    // For more information, see Custom verification email frequently asked questions
    // (https://docs.aws.amazon.com/ses/latest/dg/creating-identities.html#send-email-verify-address-custom-faq)
    // in the Amazon SES Developer Guide.
    //
    // TemplateContent is a required field
    TemplateContent *string `type:"string" required:"true"`

    // The name of the custom verification email template.
    //
    // TemplateName is a required field
    TemplateName *string `min:"1" type:"string" required:"true"`

    // The subject line of the custom verification email.
    //
    // TemplateSubject is a required field
    TemplateSubject *string `type:"string" required:"true"`
    // contains filtered or unexported fields
}

Represents a request to create a custom verification email template.

func (CreateCustomVerificationEmailTemplateInput) GoString

func (s CreateCustomVerificationEmailTemplateInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateCustomVerificationEmailTemplateInput) SetFailureRedirectionURL

func (s *CreateCustomVerificationEmailTemplateInput) SetFailureRedirectionURL(v string) *CreateCustomVerificationEmailTemplateInput

SetFailureRedirectionURL sets the FailureRedirectionURL field's value.

func (*CreateCustomVerificationEmailTemplateInput) SetFromEmailAddress

func (s *CreateCustomVerificationEmailTemplateInput) SetFromEmailAddress(v string) *CreateCustomVerificationEmailTemplateInput

SetFromEmailAddress sets the FromEmailAddress field's value.

func (*CreateCustomVerificationEmailTemplateInput) SetSuccessRedirectionURL

func (s *CreateCustomVerificationEmailTemplateInput) SetSuccessRedirectionURL(v string) *CreateCustomVerificationEmailTemplateInput

SetSuccessRedirectionURL sets the SuccessRedirectionURL field's value.

func (*CreateCustomVerificationEmailTemplateInput) SetTemplateContent

func (s *CreateCustomVerificationEmailTemplateInput) SetTemplateContent(v string) *CreateCustomVerificationEmailTemplateInput

SetTemplateContent sets the TemplateContent field's value.

func (*CreateCustomVerificationEmailTemplateInput) SetTemplateName

func (s *CreateCustomVerificationEmailTemplateInput) SetTemplateName(v string) *CreateCustomVerificationEmailTemplateInput

SetTemplateName sets the TemplateName field's value.

func (*CreateCustomVerificationEmailTemplateInput) SetTemplateSubject

func (s *CreateCustomVerificationEmailTemplateInput) SetTemplateSubject(v string) *CreateCustomVerificationEmailTemplateInput

SetTemplateSubject sets the TemplateSubject field's value.

func (CreateCustomVerificationEmailTemplateInput) String

func (s CreateCustomVerificationEmailTemplateInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateCustomVerificationEmailTemplateInput) Validate

func (s *CreateCustomVerificationEmailTemplateInput) Validate() error

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

type CreateCustomVerificationEmailTemplateOutput

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

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

func (CreateCustomVerificationEmailTemplateOutput) GoString

func (s CreateCustomVerificationEmailTemplateOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (CreateCustomVerificationEmailTemplateOutput) String

func (s CreateCustomVerificationEmailTemplateOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type CreateDedicatedIpPoolInput

type CreateDedicatedIpPoolInput struct {

    // The name of the dedicated IP pool.
    //
    // PoolName is a required field
    PoolName *string `type:"string" required:"true"`

    // The type of scaling mode.
    ScalingMode *string `type:"string" enum:"ScalingMode"`

    // An object that defines the tags (keys and values) that you want to associate
    // with the pool.
    Tags []*Tag `type:"list"`
    // contains filtered or unexported fields
}

A request to create a new dedicated IP pool.

func (CreateDedicatedIpPoolInput) GoString

func (s CreateDedicatedIpPoolInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateDedicatedIpPoolInput) SetPoolName

func (s *CreateDedicatedIpPoolInput) SetPoolName(v string) *CreateDedicatedIpPoolInput

SetPoolName sets the PoolName field's value.

func (*CreateDedicatedIpPoolInput) SetScalingMode

func (s *CreateDedicatedIpPoolInput) SetScalingMode(v string) *CreateDedicatedIpPoolInput

SetScalingMode sets the ScalingMode field's value.

func (*CreateDedicatedIpPoolInput) SetTags

func (s *CreateDedicatedIpPoolInput) SetTags(v []*Tag) *CreateDedicatedIpPoolInput

SetTags sets the Tags field's value.

func (CreateDedicatedIpPoolInput) String

func (s CreateDedicatedIpPoolInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateDedicatedIpPoolInput) Validate

func (s *CreateDedicatedIpPoolInput) Validate() error

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

type CreateDedicatedIpPoolOutput

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

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

func (CreateDedicatedIpPoolOutput) GoString

func (s CreateDedicatedIpPoolOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (CreateDedicatedIpPoolOutput) String

func (s CreateDedicatedIpPoolOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type CreateDeliverabilityTestReportInput

type CreateDeliverabilityTestReportInput struct {

    // The HTML body of the message that you sent when you performed the predictive
    // inbox placement test.
    //
    // Content is a required field
    Content *EmailContent `type:"structure" required:"true"`

    // The email address that the predictive inbox placement test email was sent
    // from.
    //
    // FromEmailAddress is a required field
    FromEmailAddress *string `type:"string" required:"true"`

    // A unique name that helps you to identify the predictive inbox placement test
    // when you retrieve the results.
    ReportName *string `type:"string"`

    // An array of objects that define the tags (keys and values) that you want
    // to associate with the predictive inbox placement test.
    Tags []*Tag `type:"list"`
    // contains filtered or unexported fields
}

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

func (CreateDeliverabilityTestReportInput) GoString

func (s CreateDeliverabilityTestReportInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateDeliverabilityTestReportInput) SetContent

func (s *CreateDeliverabilityTestReportInput) SetContent(v *EmailContent) *CreateDeliverabilityTestReportInput

SetContent sets the Content field's value.

func (*CreateDeliverabilityTestReportInput) SetFromEmailAddress

func (s *CreateDeliverabilityTestReportInput) SetFromEmailAddress(v string) *CreateDeliverabilityTestReportInput

SetFromEmailAddress sets the FromEmailAddress field's value.

func (*CreateDeliverabilityTestReportInput) SetReportName

func (s *CreateDeliverabilityTestReportInput) SetReportName(v string) *CreateDeliverabilityTestReportInput

SetReportName sets the ReportName field's value.

func (*CreateDeliverabilityTestReportInput) SetTags

func (s *CreateDeliverabilityTestReportInput) SetTags(v []*Tag) *CreateDeliverabilityTestReportInput

SetTags sets the Tags field's value.

func (CreateDeliverabilityTestReportInput) String

func (s CreateDeliverabilityTestReportInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateDeliverabilityTestReportInput) Validate

func (s *CreateDeliverabilityTestReportInput) Validate() error

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

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 is a required field
    DeliverabilityTestStatus *string `type:"string" required:"true" enum:"DeliverabilityTestStatus"`

    // A unique string that identifies the predictive inbox placement test.
    //
    // ReportId is a required field
    ReportId *string `type:"string" required:"true"`
    // contains filtered or unexported fields
}

Information about the predictive inbox placement test that you created.

func (CreateDeliverabilityTestReportOutput) GoString

func (s CreateDeliverabilityTestReportOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateDeliverabilityTestReportOutput) SetDeliverabilityTestStatus

func (s *CreateDeliverabilityTestReportOutput) SetDeliverabilityTestStatus(v string) *CreateDeliverabilityTestReportOutput

SetDeliverabilityTestStatus sets the DeliverabilityTestStatus field's value.

func (*CreateDeliverabilityTestReportOutput) SetReportId

func (s *CreateDeliverabilityTestReportOutput) SetReportId(v string) *CreateDeliverabilityTestReportOutput

SetReportId sets the ReportId field's value.

func (CreateDeliverabilityTestReportOutput) String

func (s CreateDeliverabilityTestReportOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type CreateEmailIdentityInput

type CreateEmailIdentityInput struct {

    // The configuration set to use by default when sending from this identity.
    // Note that any configuration set defined in the email sending request takes
    // precedence.
    ConfigurationSetName *string `type:"string"`

    // If your request includes this object, Amazon SES configures the identity
    // to use Bring Your Own DKIM (BYODKIM) for DKIM authentication purposes, or,
    // configures the key length to be used for Easy DKIM (https://docs.aws.amazon.com/ses/latest/DeveloperGuide/easy-dkim.html).
    //
    // You can only specify this object if the email identity is a domain, as opposed
    // to an address.
    DkimSigningAttributes *DkimSigningAttributes `type:"structure"`

    // The email address or domain to verify.
    //
    // EmailIdentity is a required field
    EmailIdentity *string `min:"1" type:"string" required:"true"`

    // An array of objects that define the tags (keys and values) to associate with
    // the email identity.
    Tags []*Tag `type:"list"`
    // contains filtered or unexported fields
}

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

func (CreateEmailIdentityInput) GoString

func (s CreateEmailIdentityInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateEmailIdentityInput) SetConfigurationSetName

func (s *CreateEmailIdentityInput) SetConfigurationSetName(v string) *CreateEmailIdentityInput

SetConfigurationSetName sets the ConfigurationSetName field's value.

func (*CreateEmailIdentityInput) SetDkimSigningAttributes

func (s *CreateEmailIdentityInput) SetDkimSigningAttributes(v *DkimSigningAttributes) *CreateEmailIdentityInput

SetDkimSigningAttributes sets the DkimSigningAttributes field's value.

func (*CreateEmailIdentityInput) SetEmailIdentity

func (s *CreateEmailIdentityInput) SetEmailIdentity(v string) *CreateEmailIdentityInput

SetEmailIdentity sets the EmailIdentity field's value.

func (*CreateEmailIdentityInput) SetTags

func (s *CreateEmailIdentityInput) SetTags(v []*Tag) *CreateEmailIdentityInput

SetTags sets the Tags field's value.

func (CreateEmailIdentityInput) String

func (s CreateEmailIdentityInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateEmailIdentityInput) Validate

func (s *CreateEmailIdentityInput) Validate() error

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

type CreateEmailIdentityOutput

type CreateEmailIdentityOutput struct {

    // An object that contains information about the DKIM attributes for the identity.
    DkimAttributes *DkimAttributes `type:"structure"`

    // The email identity type. Note: the MANAGED_DOMAIN identity type is not supported.
    IdentityType *string `type:"string" enum:"IdentityType"`

    // Specifies whether or not the identity is verified. You can only send email
    // from verified email addresses or domains. For more information about verifying
    // identities, see the Amazon Pinpoint User Guide (https://docs.aws.amazon.com/pinpoint/latest/userguide/channels-email-manage-verify.html).
    VerifiedForSendingStatus *bool `type:"boolean"`
    // contains filtered or unexported fields
}

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

If the email identity is an email address, this object is empty.

func (CreateEmailIdentityOutput) GoString

func (s CreateEmailIdentityOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateEmailIdentityOutput) SetDkimAttributes

func (s *CreateEmailIdentityOutput) SetDkimAttributes(v *DkimAttributes) *CreateEmailIdentityOutput

SetDkimAttributes sets the DkimAttributes field's value.

func (*CreateEmailIdentityOutput) SetIdentityType

func (s *CreateEmailIdentityOutput) SetIdentityType(v string) *CreateEmailIdentityOutput

SetIdentityType sets the IdentityType field's value.

func (*CreateEmailIdentityOutput) SetVerifiedForSendingStatus

func (s *CreateEmailIdentityOutput) SetVerifiedForSendingStatus(v bool) *CreateEmailIdentityOutput

SetVerifiedForSendingStatus sets the VerifiedForSendingStatus field's value.

func (CreateEmailIdentityOutput) String

func (s CreateEmailIdentityOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type CreateEmailIdentityPolicyInput

type CreateEmailIdentityPolicyInput struct {

    // The email identity.
    //
    // EmailIdentity is a required field
    EmailIdentity *string `location:"uri" locationName:"EmailIdentity" min:"1" type:"string" required:"true"`

    // The text of the policy in JSON format. The policy cannot exceed 4 KB.
    //
    // For information about the syntax of sending authorization policies, see the
    // Amazon SES Developer Guide (https://docs.aws.amazon.com/ses/latest/DeveloperGuide/sending-authorization-policies.html).
    //
    // Policy is a required field
    Policy *string `min:"1" type:"string" required:"true"`

    // The name of the policy.
    //
    // The policy name cannot exceed 64 characters and can only include alphanumeric
    // characters, dashes, and underscores.
    //
    // PolicyName is a required field
    PolicyName *string `location:"uri" locationName:"PolicyName" min:"1" type:"string" required:"true"`
    // contains filtered or unexported fields
}

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

func (CreateEmailIdentityPolicyInput) GoString

func (s CreateEmailIdentityPolicyInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateEmailIdentityPolicyInput) SetEmailIdentity

func (s *CreateEmailIdentityPolicyInput) SetEmailIdentity(v string) *CreateEmailIdentityPolicyInput

SetEmailIdentity sets the EmailIdentity field's value.

func (*CreateEmailIdentityPolicyInput) SetPolicy

func (s *CreateEmailIdentityPolicyInput) SetPolicy(v string) *CreateEmailIdentityPolicyInput

SetPolicy sets the Policy field's value.

func (*CreateEmailIdentityPolicyInput) SetPolicyName

func (s *CreateEmailIdentityPolicyInput) SetPolicyName(v string) *CreateEmailIdentityPolicyInput

SetPolicyName sets the PolicyName field's value.

func (CreateEmailIdentityPolicyInput) String

func (s CreateEmailIdentityPolicyInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateEmailIdentityPolicyInput) Validate

func (s *CreateEmailIdentityPolicyInput) Validate() error

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

type CreateEmailIdentityPolicyOutput

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

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

func (CreateEmailIdentityPolicyOutput) GoString

func (s CreateEmailIdentityPolicyOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (CreateEmailIdentityPolicyOutput) String

func (s CreateEmailIdentityPolicyOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type CreateEmailTemplateInput

type CreateEmailTemplateInput struct {

    // The content of the email template, composed of a subject line, an HTML part,
    // and a text-only part.
    //
    // TemplateContent is a required field
    TemplateContent *EmailTemplateContent `type:"structure" required:"true"`

    // The name of the template.
    //
    // TemplateName is a required field
    TemplateName *string `min:"1" type:"string" required:"true"`
    // contains filtered or unexported fields
}

Represents a request to create an email template. For more information, see the Amazon SES Developer Guide (https://docs.aws.amazon.com/ses/latest/DeveloperGuide/send-personalized-email-api.html).

func (CreateEmailTemplateInput) GoString

func (s CreateEmailTemplateInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateEmailTemplateInput) SetTemplateContent

func (s *CreateEmailTemplateInput) SetTemplateContent(v *EmailTemplateContent) *CreateEmailTemplateInput

SetTemplateContent sets the TemplateContent field's value.

func (*CreateEmailTemplateInput) SetTemplateName

func (s *CreateEmailTemplateInput) SetTemplateName(v string) *CreateEmailTemplateInput

SetTemplateName sets the TemplateName field's value.

func (CreateEmailTemplateInput) String

func (s CreateEmailTemplateInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateEmailTemplateInput) Validate

func (s *CreateEmailTemplateInput) Validate() error

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

type CreateEmailTemplateOutput

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

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

func (CreateEmailTemplateOutput) GoString

func (s CreateEmailTemplateOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (CreateEmailTemplateOutput) String

func (s CreateEmailTemplateOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type CreateExportJobInput

type CreateExportJobInput struct {

    // The data source for the export job.
    //
    // ExportDataSource is a required field
    ExportDataSource *ExportDataSource `type:"structure" required:"true"`

    // The destination for the export job.
    //
    // ExportDestination is a required field
    ExportDestination *ExportDestination `type:"structure" required:"true"`
    // contains filtered or unexported fields
}

Represents a request to create an export job from a data source to a data destination.

func (CreateExportJobInput) GoString

func (s CreateExportJobInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateExportJobInput) SetExportDataSource

func (s *CreateExportJobInput) SetExportDataSource(v *ExportDataSource) *CreateExportJobInput

SetExportDataSource sets the ExportDataSource field's value.

func (*CreateExportJobInput) SetExportDestination

func (s *CreateExportJobInput) SetExportDestination(v *ExportDestination) *CreateExportJobInput

SetExportDestination sets the ExportDestination field's value.

func (CreateExportJobInput) String

func (s CreateExportJobInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateExportJobInput) Validate

func (s *CreateExportJobInput) Validate() error

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

type CreateExportJobOutput

type CreateExportJobOutput struct {

    // A string that represents the export job ID.
    JobId *string `min:"1" type:"string"`
    // contains filtered or unexported fields
}

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

func (CreateExportJobOutput) GoString

func (s CreateExportJobOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateExportJobOutput) SetJobId

func (s *CreateExportJobOutput) SetJobId(v string) *CreateExportJobOutput

SetJobId sets the JobId field's value.

func (CreateExportJobOutput) String

func (s CreateExportJobOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type CreateImportJobInput

type CreateImportJobInput struct {

    // The data source for the import job.
    //
    // ImportDataSource is a required field
    ImportDataSource *ImportDataSource `type:"structure" required:"true"`

    // The destination for the import job.
    //
    // ImportDestination is a required field
    ImportDestination *ImportDestination `type:"structure" required:"true"`
    // contains filtered or unexported fields
}

Represents a request to create an import job from a data source for a data destination.

func (CreateImportJobInput) GoString

func (s CreateImportJobInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateImportJobInput) SetImportDataSource

func (s *CreateImportJobInput) SetImportDataSource(v *ImportDataSource) *CreateImportJobInput

SetImportDataSource sets the ImportDataSource field's value.

func (*CreateImportJobInput) SetImportDestination

func (s *CreateImportJobInput) SetImportDestination(v *ImportDestination) *CreateImportJobInput

SetImportDestination sets the ImportDestination field's value.

func (CreateImportJobInput) String

func (s CreateImportJobInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateImportJobInput) Validate

func (s *CreateImportJobInput) Validate() error

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

type CreateImportJobOutput

type CreateImportJobOutput struct {

    // A string that represents the import job ID.
    JobId *string `min:"1" type:"string"`
    // contains filtered or unexported fields
}

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

func (CreateImportJobOutput) GoString

func (s CreateImportJobOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateImportJobOutput) SetJobId

func (s *CreateImportJobOutput) SetJobId(v string) *CreateImportJobOutput

SetJobId sets the JobId field's value.

func (CreateImportJobOutput) String

func (s CreateImportJobOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type CustomVerificationEmailTemplateMetadata

type CustomVerificationEmailTemplateMetadata struct {

    // The URL that the recipient of the verification email is sent to if his or
    // her address is not successfully verified.
    FailureRedirectionURL *string `type:"string"`

    // The email address that the custom verification email is sent from.
    FromEmailAddress *string `type:"string"`

    // The URL that the recipient of the verification email is sent to if his or
    // her address is successfully verified.
    SuccessRedirectionURL *string `type:"string"`

    // The name of the custom verification email template.
    TemplateName *string `min:"1" type:"string"`

    // The subject line of the custom verification email.
    TemplateSubject *string `type:"string"`
    // contains filtered or unexported fields
}

Contains information about a custom verification email template.

func (CustomVerificationEmailTemplateMetadata) GoString

func (s CustomVerificationEmailTemplateMetadata) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CustomVerificationEmailTemplateMetadata) SetFailureRedirectionURL

func (s *CustomVerificationEmailTemplateMetadata) SetFailureRedirectionURL(v string) *CustomVerificationEmailTemplateMetadata

SetFailureRedirectionURL sets the FailureRedirectionURL field's value.

func (*CustomVerificationEmailTemplateMetadata) SetFromEmailAddress

func (s *CustomVerificationEmailTemplateMetadata) SetFromEmailAddress(v string) *CustomVerificationEmailTemplateMetadata

SetFromEmailAddress sets the FromEmailAddress field's value.

func (*CustomVerificationEmailTemplateMetadata) SetSuccessRedirectionURL

func (s *CustomVerificationEmailTemplateMetadata) SetSuccessRedirectionURL(v string) *CustomVerificationEmailTemplateMetadata

SetSuccessRedirectionURL sets the SuccessRedirectionURL field's value.

func (*CustomVerificationEmailTemplateMetadata) SetTemplateName

func (s *CustomVerificationEmailTemplateMetadata) SetTemplateName(v string) *CustomVerificationEmailTemplateMetadata

SetTemplateName sets the TemplateName field's value.

func (*CustomVerificationEmailTemplateMetadata) SetTemplateSubject

func (s *CustomVerificationEmailTemplateMetadata) SetTemplateSubject(v string) *CustomVerificationEmailTemplateMetadata

SetTemplateSubject sets the TemplateSubject field's value.

func (CustomVerificationEmailTemplateMetadata) String

func (s CustomVerificationEmailTemplateMetadata) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DailyVolume

type DailyVolume struct {

    // An object that contains inbox placement metrics for a specified day in the
    // analysis period, broken out by the recipient's email provider.
    DomainIspPlacements []*DomainIspPlacement `type:"list"`

    // The date that the DailyVolume metrics apply to, in Unix time.
    StartDate *time.Time `type:"timestamp"`

    // An object that contains inbox placement metrics for a specific day in the
    // analysis period.
    VolumeStatistics *VolumeStatistics `type:"structure"`
    // contains filtered or unexported fields
}

An object that contains information about the volume of email sent on each day of the analysis period.

func (DailyVolume) GoString

func (s DailyVolume) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DailyVolume) SetDomainIspPlacements

func (s *DailyVolume) SetDomainIspPlacements(v []*DomainIspPlacement) *DailyVolume

SetDomainIspPlacements sets the DomainIspPlacements field's value.

func (*DailyVolume) SetStartDate

func (s *DailyVolume) SetStartDate(v time.Time) *DailyVolume

SetStartDate sets the StartDate field's value.

func (*DailyVolume) SetVolumeStatistics

func (s *DailyVolume) SetVolumeStatistics(v *VolumeStatistics) *DailyVolume

SetVolumeStatistics sets the VolumeStatistics field's value.

func (DailyVolume) String

func (s DailyVolume) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DashboardAttributes

type DashboardAttributes struct {

    // Specifies the status of your VDM engagement metrics collection. Can be one
    // of the following:
    //
    //    * ENABLED – Amazon SES enables engagement metrics for your account.
    //
    //    * DISABLED – Amazon SES disables engagement metrics for your account.
    EngagementMetrics *string `type:"string" enum:"FeatureStatus"`
    // contains filtered or unexported fields
}

An object containing additional settings for your VDM configuration as applicable to the Dashboard.

func (DashboardAttributes) GoString

func (s DashboardAttributes) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DashboardAttributes) SetEngagementMetrics

func (s *DashboardAttributes) SetEngagementMetrics(v string) *DashboardAttributes

SetEngagementMetrics sets the EngagementMetrics field's value.

func (DashboardAttributes) String

func (s DashboardAttributes) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DashboardOptions

type DashboardOptions struct {

    // Specifies the status of your VDM engagement metrics collection. Can be one
    // of the following:
    //
    //    * ENABLED – Amazon SES enables engagement metrics for the configuration
    //    set.
    //
    //    * DISABLED – Amazon SES disables engagement metrics for the configuration
    //    set.
    EngagementMetrics *string `type:"string" enum:"FeatureStatus"`
    // contains filtered or unexported fields
}

An object containing additional settings for your VDM configuration as applicable to the Dashboard.

func (DashboardOptions) GoString

func (s DashboardOptions) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DashboardOptions) SetEngagementMetrics

func (s *DashboardOptions) SetEngagementMetrics(v string) *DashboardOptions

SetEngagementMetrics sets the EngagementMetrics field's value.

func (DashboardOptions) String

func (s DashboardOptions) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DedicatedIp

type DedicatedIp struct {

    // An IPv4 address.
    //
    // Ip is a required field
    Ip *string `type:"string" required:"true"`

    // The name of the dedicated IP pool that the IP address is associated with.
    PoolName *string `type:"string"`

    // Indicates how complete the dedicated IP warm-up process is. When this value
    // equals 1, the address has completed the warm-up process and is ready for
    // use.
    //
    // WarmupPercentage is a required field
    WarmupPercentage *int64 `type:"integer" required:"true"`

    // The warm-up status of a dedicated IP address. The status can have one of
    // the following values:
    //
    //    * IN_PROGRESS – The IP address isn't ready to use because the dedicated
    //    IP warm-up process is ongoing.
    //
    //    * DONE – The dedicated IP warm-up process is complete, and the IP address
    //    is ready to use.
    //
    // WarmupStatus is a required field
    WarmupStatus *string `type:"string" required:"true" enum:"WarmupStatus"`
    // contains filtered or unexported fields
}

Contains information about a dedicated IP address that is associated with your Amazon SES account.

To learn more about requesting dedicated IP addresses, see Requesting and Relinquishing Dedicated IP Addresses (https://docs.aws.amazon.com/ses/latest/DeveloperGuide/dedicated-ip-case.html) in the Amazon SES Developer Guide.

func (DedicatedIp) GoString

func (s DedicatedIp) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DedicatedIp) SetIp

func (s *DedicatedIp) SetIp(v string) *DedicatedIp

SetIp sets the Ip field's value.

func (*DedicatedIp) SetPoolName

func (s *DedicatedIp) SetPoolName(v string) *DedicatedIp

SetPoolName sets the PoolName field's value.

func (*DedicatedIp) SetWarmupPercentage

func (s *DedicatedIp) SetWarmupPercentage(v int64) *DedicatedIp

SetWarmupPercentage sets the WarmupPercentage field's value.

func (*DedicatedIp) SetWarmupStatus

func (s *DedicatedIp) SetWarmupStatus(v string) *DedicatedIp

SetWarmupStatus sets the WarmupStatus field's value.

func (DedicatedIp) String

func (s DedicatedIp) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DedicatedIpPool

type DedicatedIpPool struct {

    // The name of the dedicated IP pool.
    //
    // PoolName is a required field
    PoolName *string `type:"string" required:"true"`

    // The type of the dedicated IP pool.
    //
    //    * STANDARD – A dedicated IP pool where you can control which IPs are
    //    part of the pool.
    //
    //    * MANAGED – A dedicated IP pool where the reputation and number of IPs
    //    are automatically managed by Amazon SES.
    //
    // ScalingMode is a required field
    ScalingMode *string `type:"string" required:"true" enum:"ScalingMode"`
    // contains filtered or unexported fields
}

Contains information about a dedicated IP pool.

func (DedicatedIpPool) GoString

func (s DedicatedIpPool) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DedicatedIpPool) SetPoolName

func (s *DedicatedIpPool) SetPoolName(v string) *DedicatedIpPool

SetPoolName sets the PoolName field's value.

func (*DedicatedIpPool) SetScalingMode

func (s *DedicatedIpPool) SetScalingMode(v string) *DedicatedIpPool

SetScalingMode sets the ScalingMode field's value.

func (DedicatedIpPool) String

func (s DedicatedIpPool) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DeleteConfigurationSetEventDestinationInput

type DeleteConfigurationSetEventDestinationInput struct {

    // The name of the configuration set that contains the event destination to
    // delete.
    //
    // ConfigurationSetName is a required field
    ConfigurationSetName *string `location:"uri" locationName:"ConfigurationSetName" type:"string" required:"true"`

    // The name of the event destination to delete.
    //
    // EventDestinationName is a required field
    EventDestinationName *string `location:"uri" locationName:"EventDestinationName" type:"string" required:"true"`
    // contains filtered or unexported fields
}

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

func (DeleteConfigurationSetEventDestinationInput) GoString

func (s DeleteConfigurationSetEventDestinationInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteConfigurationSetEventDestinationInput) SetConfigurationSetName

func (s *DeleteConfigurationSetEventDestinationInput) SetConfigurationSetName(v string) *DeleteConfigurationSetEventDestinationInput

SetConfigurationSetName sets the ConfigurationSetName field's value.

func (*DeleteConfigurationSetEventDestinationInput) SetEventDestinationName

func (s *DeleteConfigurationSetEventDestinationInput) SetEventDestinationName(v string) *DeleteConfigurationSetEventDestinationInput

SetEventDestinationName sets the EventDestinationName field's value.

func (DeleteConfigurationSetEventDestinationInput) String

func (s DeleteConfigurationSetEventDestinationInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteConfigurationSetEventDestinationInput) Validate

func (s *DeleteConfigurationSetEventDestinationInput) Validate() error

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

type DeleteConfigurationSetEventDestinationOutput

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

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

func (DeleteConfigurationSetEventDestinationOutput) GoString

func (s DeleteConfigurationSetEventDestinationOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (DeleteConfigurationSetEventDestinationOutput) String

func (s DeleteConfigurationSetEventDestinationOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DeleteConfigurationSetInput

type DeleteConfigurationSetInput struct {

    // The name of the configuration set.
    //
    // ConfigurationSetName is a required field
    ConfigurationSetName *string `location:"uri" locationName:"ConfigurationSetName" type:"string" required:"true"`
    // contains filtered or unexported fields
}

A request to delete a configuration set.

func (DeleteConfigurationSetInput) GoString

func (s DeleteConfigurationSetInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteConfigurationSetInput) SetConfigurationSetName

func (s *DeleteConfigurationSetInput) SetConfigurationSetName(v string) *DeleteConfigurationSetInput

SetConfigurationSetName sets the ConfigurationSetName field's value.

func (DeleteConfigurationSetInput) String

func (s DeleteConfigurationSetInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteConfigurationSetInput) Validate

func (s *DeleteConfigurationSetInput) Validate() error

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

type DeleteConfigurationSetOutput

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

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

func (DeleteConfigurationSetOutput) GoString

func (s DeleteConfigurationSetOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (DeleteConfigurationSetOutput) String

func (s DeleteConfigurationSetOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DeleteContactInput

type DeleteContactInput struct {

    // The name of the contact list from which the contact should be removed.
    //
    // ContactListName is a required field
    ContactListName *string `location:"uri" locationName:"ContactListName" type:"string" required:"true"`

    // The contact's email address.
    //
    // EmailAddress is a required field
    EmailAddress *string `location:"uri" locationName:"EmailAddress" type:"string" required:"true"`
    // contains filtered or unexported fields
}

func (DeleteContactInput) GoString

func (s DeleteContactInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteContactInput) SetContactListName

func (s *DeleteContactInput) SetContactListName(v string) *DeleteContactInput

SetContactListName sets the ContactListName field's value.

func (*DeleteContactInput) SetEmailAddress

func (s *DeleteContactInput) SetEmailAddress(v string) *DeleteContactInput

SetEmailAddress sets the EmailAddress field's value.

func (DeleteContactInput) String

func (s DeleteContactInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteContactInput) Validate

func (s *DeleteContactInput) Validate() error

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

type DeleteContactListInput

type DeleteContactListInput struct {

    // The name of the contact list.
    //
    // ContactListName is a required field
    ContactListName *string `location:"uri" locationName:"ContactListName" type:"string" required:"true"`
    // contains filtered or unexported fields
}

func (DeleteContactListInput) GoString

func (s DeleteContactListInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteContactListInput) SetContactListName

func (s *DeleteContactListInput) SetContactListName(v string) *DeleteContactListInput

SetContactListName sets the ContactListName field's value.

func (DeleteContactListInput) String

func (s DeleteContactListInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteContactListInput) Validate

func (s *DeleteContactListInput) Validate() error

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

type DeleteContactListOutput

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

func (DeleteContactListOutput) GoString

func (s DeleteContactListOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (DeleteContactListOutput) String

func (s DeleteContactListOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DeleteContactOutput

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

func (DeleteContactOutput) GoString

func (s DeleteContactOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (DeleteContactOutput) String

func (s DeleteContactOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DeleteCustomVerificationEmailTemplateInput

type DeleteCustomVerificationEmailTemplateInput struct {

    // The name of the custom verification email template that you want to delete.
    //
    // TemplateName is a required field
    TemplateName *string `location:"uri" locationName:"TemplateName" min:"1" type:"string" required:"true"`
    // contains filtered or unexported fields
}

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

func (DeleteCustomVerificationEmailTemplateInput) GoString

func (s DeleteCustomVerificationEmailTemplateInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteCustomVerificationEmailTemplateInput) SetTemplateName

func (s *DeleteCustomVerificationEmailTemplateInput) SetTemplateName(v string) *DeleteCustomVerificationEmailTemplateInput

SetTemplateName sets the TemplateName field's value.

func (DeleteCustomVerificationEmailTemplateInput) String

func (s DeleteCustomVerificationEmailTemplateInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteCustomVerificationEmailTemplateInput) Validate

func (s *DeleteCustomVerificationEmailTemplateInput) Validate() error

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

type DeleteCustomVerificationEmailTemplateOutput

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

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

func (DeleteCustomVerificationEmailTemplateOutput) GoString

func (s DeleteCustomVerificationEmailTemplateOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (DeleteCustomVerificationEmailTemplateOutput) String

func (s DeleteCustomVerificationEmailTemplateOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DeleteDedicatedIpPoolInput

type DeleteDedicatedIpPoolInput struct {

    // The name of the dedicated IP pool that you want to delete.
    //
    // PoolName is a required field
    PoolName *string `location:"uri" locationName:"PoolName" type:"string" required:"true"`
    // contains filtered or unexported fields
}

A request to delete a dedicated IP pool.

func (DeleteDedicatedIpPoolInput) GoString

func (s DeleteDedicatedIpPoolInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteDedicatedIpPoolInput) SetPoolName

func (s *DeleteDedicatedIpPoolInput) SetPoolName(v string) *DeleteDedicatedIpPoolInput

SetPoolName sets the PoolName field's value.

func (DeleteDedicatedIpPoolInput) String

func (s DeleteDedicatedIpPoolInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteDedicatedIpPoolInput) Validate

func (s *DeleteDedicatedIpPoolInput) Validate() error

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

type DeleteDedicatedIpPoolOutput

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

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

func (DeleteDedicatedIpPoolOutput) GoString

func (s DeleteDedicatedIpPoolOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (DeleteDedicatedIpPoolOutput) String

func (s DeleteDedicatedIpPoolOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DeleteEmailIdentityInput

type DeleteEmailIdentityInput struct {

    // The identity (that is, the email address or domain) to delete.
    //
    // EmailIdentity is a required field
    EmailIdentity *string `location:"uri" locationName:"EmailIdentity" min:"1" type:"string" required:"true"`
    // contains filtered or unexported fields
}

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

func (DeleteEmailIdentityInput) GoString

func (s DeleteEmailIdentityInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteEmailIdentityInput) SetEmailIdentity

func (s *DeleteEmailIdentityInput) SetEmailIdentity(v string) *DeleteEmailIdentityInput

SetEmailIdentity sets the EmailIdentity field's value.

func (DeleteEmailIdentityInput) String

func (s DeleteEmailIdentityInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteEmailIdentityInput) Validate

func (s *DeleteEmailIdentityInput) Validate() error

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

type DeleteEmailIdentityOutput

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

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

func (DeleteEmailIdentityOutput) GoString

func (s DeleteEmailIdentityOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (DeleteEmailIdentityOutput) String

func (s DeleteEmailIdentityOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DeleteEmailIdentityPolicyInput

type DeleteEmailIdentityPolicyInput struct {

    // The email identity.
    //
    // EmailIdentity is a required field
    EmailIdentity *string `location:"uri" locationName:"EmailIdentity" min:"1" type:"string" required:"true"`

    // The name of the policy.
    //
    // The policy name cannot exceed 64 characters and can only include alphanumeric
    // characters, dashes, and underscores.
    //
    // PolicyName is a required field
    PolicyName *string `location:"uri" locationName:"PolicyName" min:"1" type:"string" required:"true"`
    // contains filtered or unexported fields
}

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

func (DeleteEmailIdentityPolicyInput) GoString

func (s DeleteEmailIdentityPolicyInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteEmailIdentityPolicyInput) SetEmailIdentity

func (s *DeleteEmailIdentityPolicyInput) SetEmailIdentity(v string) *DeleteEmailIdentityPolicyInput

SetEmailIdentity sets the EmailIdentity field's value.

func (*DeleteEmailIdentityPolicyInput) SetPolicyName

func (s *DeleteEmailIdentityPolicyInput) SetPolicyName(v string) *DeleteEmailIdentityPolicyInput

SetPolicyName sets the PolicyName field's value.

func (DeleteEmailIdentityPolicyInput) String

func (s DeleteEmailIdentityPolicyInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteEmailIdentityPolicyInput) Validate

func (s *DeleteEmailIdentityPolicyInput) Validate() error

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

type DeleteEmailIdentityPolicyOutput

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

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

func (DeleteEmailIdentityPolicyOutput) GoString

func (s DeleteEmailIdentityPolicyOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (DeleteEmailIdentityPolicyOutput) String

func (s DeleteEmailIdentityPolicyOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DeleteEmailTemplateInput

type DeleteEmailTemplateInput struct {

    // The name of the template to be deleted.
    //
    // TemplateName is a required field
    TemplateName *string `location:"uri" locationName:"TemplateName" min:"1" type:"string" required:"true"`
    // contains filtered or unexported fields
}

Represents a request to delete an email template. For more information, see the Amazon SES Developer Guide (https://docs.aws.amazon.com/ses/latest/DeveloperGuide/send-personalized-email-api.html).

func (DeleteEmailTemplateInput) GoString

func (s DeleteEmailTemplateInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteEmailTemplateInput) SetTemplateName

func (s *DeleteEmailTemplateInput) SetTemplateName(v string) *DeleteEmailTemplateInput

SetTemplateName sets the TemplateName field's value.

func (DeleteEmailTemplateInput) String

func (s DeleteEmailTemplateInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteEmailTemplateInput) Validate

func (s *DeleteEmailTemplateInput) Validate() error

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

type DeleteEmailTemplateOutput

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

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

func (DeleteEmailTemplateOutput) GoString

func (s DeleteEmailTemplateOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (DeleteEmailTemplateOutput) String

func (s DeleteEmailTemplateOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DeleteSuppressedDestinationInput

type DeleteSuppressedDestinationInput struct {

    // The suppressed email destination to remove from the account suppression list.
    //
    // EmailAddress is a required field
    EmailAddress *string `location:"uri" locationName:"EmailAddress" type:"string" required:"true"`
    // contains filtered or unexported fields
}

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

func (DeleteSuppressedDestinationInput) GoString

func (s DeleteSuppressedDestinationInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteSuppressedDestinationInput) SetEmailAddress

func (s *DeleteSuppressedDestinationInput) SetEmailAddress(v string) *DeleteSuppressedDestinationInput

SetEmailAddress sets the EmailAddress field's value.

func (DeleteSuppressedDestinationInput) String

func (s DeleteSuppressedDestinationInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteSuppressedDestinationInput) Validate

func (s *DeleteSuppressedDestinationInput) Validate() error

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

type DeleteSuppressedDestinationOutput

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

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

func (DeleteSuppressedDestinationOutput) GoString

func (s DeleteSuppressedDestinationOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (DeleteSuppressedDestinationOutput) String

func (s DeleteSuppressedDestinationOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DeliverabilityTestReport

type DeliverabilityTestReport struct {

    // The date and time when the predictive inbox placement test was created.
    CreateDate *time.Time `type:"timestamp"`

    // The status of the predictive inbox placement test. If the status is IN_PROGRESS,
    // then the predictive inbox placement test is currently running. Predictive
    // inbox placement tests are usually complete within 24 hours of creating the
    // test. If the status is COMPLETE, then the test is finished, and you can use
    // the GetDeliverabilityTestReport to view the results of the test.
    DeliverabilityTestStatus *string `type:"string" enum:"DeliverabilityTestStatus"`

    // The sender address that you specified for the predictive inbox placement
    // test.
    FromEmailAddress *string `type:"string"`

    // A unique string that identifies the predictive inbox placement test.
    ReportId *string `type:"string"`

    // A name that helps you identify a predictive inbox placement test report.
    ReportName *string `type:"string"`

    // The subject line for an email that you submitted in a predictive inbox placement
    // test.
    Subject *string `type:"string"`
    // contains filtered or unexported fields
}

An object that contains metadata related to a predictive inbox placement test.

func (DeliverabilityTestReport) GoString

func (s DeliverabilityTestReport) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeliverabilityTestReport) SetCreateDate

func (s *DeliverabilityTestReport) SetCreateDate(v time.Time) *DeliverabilityTestReport

SetCreateDate sets the CreateDate field's value.

func (*DeliverabilityTestReport) SetDeliverabilityTestStatus

func (s *DeliverabilityTestReport) SetDeliverabilityTestStatus(v string) *DeliverabilityTestReport

SetDeliverabilityTestStatus sets the DeliverabilityTestStatus field's value.

func (*DeliverabilityTestReport) SetFromEmailAddress

func (s *DeliverabilityTestReport) SetFromEmailAddress(v string) *DeliverabilityTestReport

SetFromEmailAddress sets the FromEmailAddress field's value.

func (*DeliverabilityTestReport) SetReportId

func (s *DeliverabilityTestReport) SetReportId(v string) *DeliverabilityTestReport

SetReportId sets the ReportId field's value.

func (*DeliverabilityTestReport) SetReportName

func (s *DeliverabilityTestReport) SetReportName(v string) *DeliverabilityTestReport

SetReportName sets the ReportName field's value.

func (*DeliverabilityTestReport) SetSubject

func (s *DeliverabilityTestReport) SetSubject(v string) *DeliverabilityTestReport

SetSubject sets the Subject field's value.

func (DeliverabilityTestReport) String

func (s DeliverabilityTestReport) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DeliveryOptions

type DeliveryOptions struct {

    // The name of the dedicated IP pool to associate with the configuration set.
    SendingPoolName *string `type:"string"`

    // Specifies whether messages that use the configuration set are required to
    // use Transport Layer Security (TLS). If the value is Require, messages are
    // only delivered if a TLS connection can be established. If the value is Optional,
    // messages can be delivered in plain text if a TLS connection can't be established.
    TlsPolicy *string `type:"string" enum:"TlsPolicy"`
    // contains filtered or unexported fields
}

Used to associate a configuration set with a dedicated IP pool.

func (DeliveryOptions) GoString

func (s DeliveryOptions) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeliveryOptions) SetSendingPoolName

func (s *DeliveryOptions) SetSendingPoolName(v string) *DeliveryOptions

SetSendingPoolName sets the SendingPoolName field's value.

func (*DeliveryOptions) SetTlsPolicy

func (s *DeliveryOptions) SetTlsPolicy(v string) *DeliveryOptions

SetTlsPolicy sets the TlsPolicy field's value.

func (DeliveryOptions) String

func (s DeliveryOptions) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type Destination

type Destination struct {

    // An array that contains the email addresses of the "BCC" (blind carbon copy)
    // recipients for the email.
    BccAddresses []*string `type:"list"`

    // An array that contains the email addresses of the "CC" (carbon copy) recipients
    // for the email.
    CcAddresses []*string `type:"list"`

    // An array that contains the email addresses of the "To" recipients for the
    // email.
    ToAddresses []*string `type:"list"`
    // contains filtered or unexported fields
}

An object that describes the recipients for an email.

Amazon SES does not support the SMTPUTF8 extension, as described in RFC6531 (https://tools.ietf.org/html/rfc6531). For this reason, the local part of a destination email address (the part of the email address that precedes the @ sign) may only contain 7-bit ASCII characters (https://en.wikipedia.org/wiki/Email_address#Local-part). If the domain part of an address (the part after the @ sign) contains non-ASCII characters, they must be encoded using Punycode, as described in RFC3492 (https://tools.ietf.org/html/rfc3492.html).

func (Destination) GoString

func (s Destination) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*Destination) SetBccAddresses

func (s *Destination) SetBccAddresses(v []*string) *Destination

SetBccAddresses sets the BccAddresses field's value.

func (*Destination) SetCcAddresses

func (s *Destination) SetCcAddresses(v []*string) *Destination

SetCcAddresses sets the CcAddresses field's value.

func (*Destination) SetToAddresses

func (s *Destination) SetToAddresses(v []*string) *Destination

SetToAddresses sets the ToAddresses field's value.

func (Destination) String

func (s Destination) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DkimAttributes

type DkimAttributes struct {

    // [Easy DKIM] The key length of the DKIM key pair in use.
    CurrentSigningKeyLength *string `type:"string" enum:"DkimSigningKeyLength"`

    // [Easy DKIM] The last time a key pair was generated for this identity.
    LastKeyGenerationTimestamp *time.Time `type:"timestamp"`

    // [Easy DKIM] The key length of the future DKIM key pair to be generated. This
    // can be changed at most once per day.
    NextSigningKeyLength *string `type:"string" enum:"DkimSigningKeyLength"`

    // A string that indicates how DKIM was configured for the identity. These are
    // the possible values:
    //
    //    * AWS_SES – Indicates that DKIM was configured for the identity by using
    //    Easy DKIM (https://docs.aws.amazon.com/ses/latest/DeveloperGuide/easy-dkim.html).
    //
    //    * EXTERNAL – Indicates that DKIM was configured for the identity by
    //    using Bring Your Own DKIM (BYODKIM).
    SigningAttributesOrigin *string `type:"string" enum:"DkimSigningAttributesOrigin"`

    // If the value is true, then the messages that you send from the identity are
    // signed using DKIM. If the value is false, then the messages that you send
    // from the identity aren't DKIM-signed.
    SigningEnabled *bool `type:"boolean"`

    // Describes whether or not Amazon SES has successfully located the DKIM records
    // in the DNS records for the domain. The status can be one of the following:
    //
    //    * PENDING – The verification process was initiated, but Amazon SES hasn't
    //    yet detected the DKIM records in the DNS configuration for the domain.
    //
    //    * SUCCESS – The verification process completed successfully.
    //
    //    * FAILED – The verification process failed. This typically occurs when
    //    Amazon SES fails to find the DKIM records in the DNS configuration of
    //    the domain.
    //
    //    * TEMPORARY_FAILURE – A temporary issue is preventing Amazon SES from
    //    determining the DKIM authentication status of the domain.
    //
    //    * NOT_STARTED – The DKIM verification process hasn't been initiated
    //    for the domain.
    Status *string `type:"string" enum:"DkimStatus"`

    // If you used Easy DKIM (https://docs.aws.amazon.com/ses/latest/DeveloperGuide/easy-dkim.html)
    // to configure DKIM authentication for the domain, then this object contains
    // a set of unique strings that you use to create a set of CNAME records that
    // you add to the DNS configuration for your domain. When Amazon SES detects
    // these records in the DNS configuration for your domain, the DKIM authentication
    // process is complete.
    //
    // If you configured DKIM authentication for the domain by providing your own
    // public-private key pair, then this object contains the selector for the public
    // key.
    //
    // Regardless of the DKIM authentication method you use, Amazon SES searches
    // for the appropriate records in the DNS configuration of the domain for up
    // to 72 hours.
    Tokens []*string `type:"list"`
    // contains filtered or unexported fields
}

An object that contains information about the DKIM authentication status for an email identity.

Amazon SES determines the authentication status by searching for specific records in the DNS configuration for the domain. If you used Easy DKIM (https://docs.aws.amazon.com/ses/latest/DeveloperGuide/easy-dkim.html) to set up DKIM authentication, Amazon SES tries to find three unique CNAME records in the DNS configuration for your domain. If you provided a public key to perform DKIM authentication, Amazon SES tries to find a TXT record that uses the selector that you specified. The value of the TXT record must be a public key that's paired with the private key that you specified in the process of creating the identity

func (DkimAttributes) GoString

func (s DkimAttributes) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DkimAttributes) SetCurrentSigningKeyLength

func (s *DkimAttributes) SetCurrentSigningKeyLength(v string) *DkimAttributes

SetCurrentSigningKeyLength sets the CurrentSigningKeyLength field's value.

func (*DkimAttributes) SetLastKeyGenerationTimestamp

func (s *DkimAttributes) SetLastKeyGenerationTimestamp(v time.Time) *DkimAttributes

SetLastKeyGenerationTimestamp sets the LastKeyGenerationTimestamp field's value.

func (*DkimAttributes) SetNextSigningKeyLength

func (s *DkimAttributes) SetNextSigningKeyLength(v string) *DkimAttributes

SetNextSigningKeyLength sets the NextSigningKeyLength field's value.

func (*DkimAttributes) SetSigningAttributesOrigin

func (s *DkimAttributes) SetSigningAttributesOrigin(v string) *DkimAttributes

SetSigningAttributesOrigin sets the SigningAttributesOrigin field's value.

func (*DkimAttributes) SetSigningEnabled

func (s *DkimAttributes) SetSigningEnabled(v bool) *DkimAttributes

SetSigningEnabled sets the SigningEnabled field's value.

func (*DkimAttributes) SetStatus

func (s *DkimAttributes) SetStatus(v string) *DkimAttributes

SetStatus sets the Status field's value.

func (*DkimAttributes) SetTokens

func (s *DkimAttributes) SetTokens(v []*string) *DkimAttributes

SetTokens sets the Tokens field's value.

func (DkimAttributes) String

func (s DkimAttributes) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DkimSigningAttributes

type DkimSigningAttributes struct {

    // [Bring Your Own DKIM] A private key that's used to generate a DKIM signature.
    //
    // The private key must use 1024 or 2048-bit RSA encryption, and must be encoded
    // using base64 encoding.
    //
    // DomainSigningPrivateKey is a sensitive parameter and its value will be
    // replaced with "sensitive" in string returned by DkimSigningAttributes's
    // String and GoString methods.
    DomainSigningPrivateKey *string `min:"1" type:"string" sensitive:"true"`

    // [Bring Your Own DKIM] A string that's used to identify a public key in the
    // DNS configuration for a domain.
    DomainSigningSelector *string `min:"1" type:"string"`

    // [Easy DKIM] The key length of the future DKIM key pair to be generated. This
    // can be changed at most once per day.
    NextSigningKeyLength *string `type:"string" enum:"DkimSigningKeyLength"`
    // contains filtered or unexported fields
}

An object that contains configuration for Bring Your Own DKIM (BYODKIM), or, for Easy DKIM

func (DkimSigningAttributes) GoString

func (s DkimSigningAttributes) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DkimSigningAttributes) SetDomainSigningPrivateKey

func (s *DkimSigningAttributes) SetDomainSigningPrivateKey(v string) *DkimSigningAttributes

SetDomainSigningPrivateKey sets the DomainSigningPrivateKey field's value.

func (*DkimSigningAttributes) SetDomainSigningSelector

func (s *DkimSigningAttributes) SetDomainSigningSelector(v string) *DkimSigningAttributes

SetDomainSigningSelector sets the DomainSigningSelector field's value.

func (*DkimSigningAttributes) SetNextSigningKeyLength

func (s *DkimSigningAttributes) SetNextSigningKeyLength(v string) *DkimSigningAttributes

SetNextSigningKeyLength sets the NextSigningKeyLength field's value.

func (DkimSigningAttributes) String

func (s DkimSigningAttributes) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DkimSigningAttributes) Validate

func (s *DkimSigningAttributes) Validate() error

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

type DomainDeliverabilityCampaign

type DomainDeliverabilityCampaign struct {

    // The unique identifier for the campaign. The Deliverability dashboard automatically
    // generates and assigns this identifier to a campaign.
    CampaignId *string `type:"string"`

    // The percentage of email messages that were deleted by recipients, without
    // being opened first. Due to technical limitations, this value only includes
    // recipients who opened the message by using an email client that supports
    // images.
    DeleteRate *float64 `type:"double"`

    // The major email providers who handled the email message.
    Esps []*string `type:"list"`

    // The first time when the email message was delivered to any recipient's inbox.
    // This value can help you determine how long it took for a campaign to deliver
    // an email message.
    FirstSeenDateTime *time.Time `type:"timestamp"`

    // The verified email address that the email message was sent from.
    FromAddress *string `min:"1" type:"string"`

    // The URL of an image that contains a snapshot of the email message that was
    // sent.
    ImageUrl *string `type:"string"`

    // The number of email messages that were delivered to recipients’ inboxes.
    InboxCount *int64 `type:"long"`

    // The last time when the email message was delivered to any recipient's inbox.
    // This value can help you determine how long it took for a campaign to deliver
    // an email message.
    LastSeenDateTime *time.Time `type:"timestamp"`

    // The projected number of recipients that the email message was sent to.
    ProjectedVolume *int64 `type:"long"`

    // The percentage of email messages that were opened and then deleted by recipients.
    // Due to technical limitations, this value only includes recipients who opened
    // the message by using an email client that supports images.
    ReadDeleteRate *float64 `type:"double"`

    // The percentage of email messages that were opened by recipients. Due to technical
    // limitations, this value only includes recipients who opened the message by
    // using an email client that supports images.
    ReadRate *float64 `type:"double"`

    // The IP addresses that were used to send the email message.
    SendingIps []*string `type:"list"`

    // The number of email messages that were delivered to recipients' spam or junk
    // mail folders.
    SpamCount *int64 `type:"long"`

    // The subject line, or title, of the email message.
    Subject *string `type:"string"`
    // contains filtered or unexported fields
}

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

func (DomainDeliverabilityCampaign) GoString

func (s DomainDeliverabilityCampaign) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DomainDeliverabilityCampaign) SetCampaignId

func (s *DomainDeliverabilityCampaign) SetCampaignId(v string) *DomainDeliverabilityCampaign

SetCampaignId sets the CampaignId field's value.

func (*DomainDeliverabilityCampaign) SetDeleteRate

func (s *DomainDeliverabilityCampaign) SetDeleteRate(v float64) *DomainDeliverabilityCampaign

SetDeleteRate sets the DeleteRate field's value.

func (*DomainDeliverabilityCampaign) SetEsps

func (s *DomainDeliverabilityCampaign) SetEsps(v []*string) *DomainDeliverabilityCampaign

SetEsps sets the Esps field's value.

func (*DomainDeliverabilityCampaign) SetFirstSeenDateTime

func (s *DomainDeliverabilityCampaign) SetFirstSeenDateTime(v time.Time) *DomainDeliverabilityCampaign

SetFirstSeenDateTime sets the FirstSeenDateTime field's value.

func (*DomainDeliverabilityCampaign) SetFromAddress

func (s *DomainDeliverabilityCampaign) SetFromAddress(v string) *DomainDeliverabilityCampaign

SetFromAddress sets the FromAddress field's value.

func (*DomainDeliverabilityCampaign) SetImageUrl

func (s *DomainDeliverabilityCampaign) SetImageUrl(v string) *DomainDeliverabilityCampaign

SetImageUrl sets the ImageUrl field's value.

func (*DomainDeliverabilityCampaign) SetInboxCount

func (s *DomainDeliverabilityCampaign) SetInboxCount(v int64) *DomainDeliverabilityCampaign

SetInboxCount sets the InboxCount field's value.

func (*DomainDeliverabilityCampaign) SetLastSeenDateTime

func (s *DomainDeliverabilityCampaign) SetLastSeenDateTime(v time.Time) *DomainDeliverabilityCampaign

SetLastSeenDateTime sets the LastSeenDateTime field's value.

func (*DomainDeliverabilityCampaign) SetProjectedVolume

func (s *DomainDeliverabilityCampaign) SetProjectedVolume(v int64) *DomainDeliverabilityCampaign

SetProjectedVolume sets the ProjectedVolume field's value.

func (*DomainDeliverabilityCampaign) SetReadDeleteRate

func (s *DomainDeliverabilityCampaign) SetReadDeleteRate(v float64) *DomainDeliverabilityCampaign

SetReadDeleteRate sets the ReadDeleteRate field's value.

func (*DomainDeliverabilityCampaign) SetReadRate

func (s *DomainDeliverabilityCampaign) SetReadRate(v float64) *DomainDeliverabilityCampaign

SetReadRate sets the ReadRate field's value.

func (*DomainDeliverabilityCampaign) SetSendingIps

func (s *DomainDeliverabilityCampaign) SetSendingIps(v []*string) *DomainDeliverabilityCampaign

SetSendingIps sets the SendingIps field's value.

func (*DomainDeliverabilityCampaign) SetSpamCount

func (s *DomainDeliverabilityCampaign) SetSpamCount(v int64) *DomainDeliverabilityCampaign

SetSpamCount sets the SpamCount field's value.

func (*DomainDeliverabilityCampaign) SetSubject

func (s *DomainDeliverabilityCampaign) SetSubject(v string) *DomainDeliverabilityCampaign

SetSubject sets the Subject field's value.

func (DomainDeliverabilityCampaign) String

func (s DomainDeliverabilityCampaign) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DomainDeliverabilityTrackingOption

type DomainDeliverabilityTrackingOption struct {

    // A verified domain that’s associated with your Amazon Web Services account
    // and currently has an active Deliverability dashboard subscription.
    Domain *string `type:"string"`

    // An object that contains information about the inbox placement data settings
    // for the domain.
    InboxPlacementTrackingOption *InboxPlacementTrackingOption `type:"structure"`

    // The date when you enabled the Deliverability dashboard for the domain.
    SubscriptionStartDate *time.Time `type:"timestamp"`
    // contains filtered or unexported fields
}

An object that contains information about the Deliverability dashboard subscription for a verified domain that you use to send email and currently has an active Deliverability dashboard subscription. If a Deliverability dashboard subscription is active for a domain, you gain access to reputation, inbox placement, and other metrics for the domain.

func (DomainDeliverabilityTrackingOption) GoString

func (s DomainDeliverabilityTrackingOption) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DomainDeliverabilityTrackingOption) SetDomain

func (s *DomainDeliverabilityTrackingOption) SetDomain(v string) *DomainDeliverabilityTrackingOption

SetDomain sets the Domain field's value.

func (*DomainDeliverabilityTrackingOption) SetInboxPlacementTrackingOption

func (s *DomainDeliverabilityTrackingOption) SetInboxPlacementTrackingOption(v *InboxPlacementTrackingOption) *DomainDeliverabilityTrackingOption

SetInboxPlacementTrackingOption sets the InboxPlacementTrackingOption field's value.

func (*DomainDeliverabilityTrackingOption) SetSubscriptionStartDate

func (s *DomainDeliverabilityTrackingOption) SetSubscriptionStartDate(v time.Time) *DomainDeliverabilityTrackingOption

SetSubscriptionStartDate sets the SubscriptionStartDate field's value.

func (DomainDeliverabilityTrackingOption) String

func (s DomainDeliverabilityTrackingOption) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DomainIspPlacement

type DomainIspPlacement struct {

    // The percentage of messages that were sent from the selected domain to the
    // specified email provider that arrived in recipients' inboxes.
    InboxPercentage *float64 `type:"double"`

    // The total number of messages that were sent from the selected domain to the
    // specified email provider that arrived in recipients' inboxes.
    InboxRawCount *int64 `type:"long"`

    // The name of the email provider that the inbox placement data applies to.
    IspName *string `type:"string"`

    // The percentage of messages that were sent from the selected domain to the
    // specified email provider that arrived in recipients' spam or junk mail folders.
    SpamPercentage *float64 `type:"double"`

    // The total number of messages that were sent from the selected domain to the
    // specified email provider that arrived in recipients' spam or junk mail folders.
    SpamRawCount *int64 `type:"long"`
    // contains filtered or unexported fields
}

An object that contains inbox placement data for email sent from one of your email domains to a specific email provider.

func (DomainIspPlacement) GoString

func (s DomainIspPlacement) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DomainIspPlacement) SetInboxPercentage

func (s *DomainIspPlacement) SetInboxPercentage(v float64) *DomainIspPlacement

SetInboxPercentage sets the InboxPercentage field's value.

func (*DomainIspPlacement) SetInboxRawCount

func (s *DomainIspPlacement) SetInboxRawCount(v int64) *DomainIspPlacement

SetInboxRawCount sets the InboxRawCount field's value.

func (*DomainIspPlacement) SetIspName

func (s *DomainIspPlacement) SetIspName(v string) *DomainIspPlacement

SetIspName sets the IspName field's value.

func (*DomainIspPlacement) SetSpamPercentage

func (s *DomainIspPlacement) SetSpamPercentage(v float64) *DomainIspPlacement

SetSpamPercentage sets the SpamPercentage field's value.

func (*DomainIspPlacement) SetSpamRawCount

func (s *DomainIspPlacement) SetSpamRawCount(v int64) *DomainIspPlacement

SetSpamRawCount sets the SpamRawCount field's value.

func (DomainIspPlacement) String

func (s DomainIspPlacement) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type EmailContent

type EmailContent struct {

    // The raw email message. The message has to meet the following criteria:
    //
    //    * The message has to contain a header and a body, separated by one blank
    //    line.
    //
    //    * All of the required header fields must be present in the message.
    //
    //    * Each part of a multipart MIME message must be formatted properly.
    //
    //    * If you include attachments, they must be in a file format that the Amazon
    //    SES API v2 supports.
    //
    //    * The entire message must be Base64 encoded.
    //
    //    * If any of the MIME parts in your message contain content that is outside
    //    of the 7-bit ASCII character range, you should encode that content to
    //    ensure that recipients' email clients render the message properly.
    //
    //    * The length of any single line of text in the message can't exceed 1,000
    //    characters. This restriction is defined in RFC 5321 (https://tools.ietf.org/html/rfc5321).
    Raw *RawMessage `type:"structure"`

    // The simple email message. The message consists of a subject and a message
    // body.
    Simple *Message `type:"structure"`

    // The template to use for the email message.
    Template *Template `type:"structure"`
    // contains filtered or unexported fields
}

An object that defines the entire content of the email, including the message headers and the body content. You can create a simple email message, in which you specify the subject and the text and HTML versions of the message body. You can also create raw messages, in which you specify a complete MIME-formatted message. Raw messages can include attachments and custom headers.

func (EmailContent) GoString

func (s EmailContent) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*EmailContent) SetRaw

func (s *EmailContent) SetRaw(v *RawMessage) *EmailContent

SetRaw sets the Raw field's value.

func (*EmailContent) SetSimple

func (s *EmailContent) SetSimple(v *Message) *EmailContent

SetSimple sets the Simple field's value.

func (*EmailContent) SetTemplate

func (s *EmailContent) SetTemplate(v *Template) *EmailContent

SetTemplate sets the Template field's value.

func (EmailContent) String

func (s EmailContent) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*EmailContent) Validate

func (s *EmailContent) Validate() error

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

type EmailInsights

type EmailInsights struct {

    // The recipient of the email.
    //
    // Destination is a sensitive parameter and its value will be
    // replaced with "sensitive" in string returned by EmailInsights's
    // String and GoString methods.
    Destination *string `min:"1" type:"string" sensitive:"true"`

    // A list of events associated with the sent email.
    Events []*InsightsEvent `type:"list"`

    // The recipient's ISP (e.g., Gmail, Yahoo, etc.).
    Isp *string `type:"string"`
    // contains filtered or unexported fields
}

An email's insights contain metadata and delivery information about a specific email.

func (EmailInsights) GoString

func (s EmailInsights) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*EmailInsights) SetDestination

func (s *EmailInsights) SetDestination(v string) *EmailInsights

SetDestination sets the Destination field's value.

func (*EmailInsights) SetEvents

func (s *EmailInsights) SetEvents(v []*InsightsEvent) *EmailInsights

SetEvents sets the Events field's value.

func (*EmailInsights) SetIsp

func (s *EmailInsights) SetIsp(v string) *EmailInsights

SetIsp sets the Isp field's value.

func (EmailInsights) String

func (s EmailInsights) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type EmailTemplateContent

type EmailTemplateContent struct {

    // The HTML body of the email.
    Html *string `type:"string"`

    // The subject line of the email.
    Subject *string `type:"string"`

    // The email body that will be visible to recipients whose email clients do
    // not display HTML.
    Text *string `type:"string"`
    // contains filtered or unexported fields
}

The content of the email, composed of a subject line, an HTML part, and a text-only part.

func (EmailTemplateContent) GoString

func (s EmailTemplateContent) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*EmailTemplateContent) SetHtml

func (s *EmailTemplateContent) SetHtml(v string) *EmailTemplateContent

SetHtml sets the Html field's value.

func (*EmailTemplateContent) SetSubject

func (s *EmailTemplateContent) SetSubject(v string) *EmailTemplateContent

SetSubject sets the Subject field's value.

func (*EmailTemplateContent) SetText

func (s *EmailTemplateContent) SetText(v string) *EmailTemplateContent

SetText sets the Text field's value.

func (EmailTemplateContent) String

func (s EmailTemplateContent) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type EmailTemplateMetadata

type EmailTemplateMetadata struct {

    // The time and date the template was created.
    CreatedTimestamp *time.Time `type:"timestamp"`

    // The name of the template.
    TemplateName *string `min:"1" type:"string"`
    // contains filtered or unexported fields
}

Contains information about an email template.

func (EmailTemplateMetadata) GoString

func (s EmailTemplateMetadata) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*EmailTemplateMetadata) SetCreatedTimestamp

func (s *EmailTemplateMetadata) SetCreatedTimestamp(v time.Time) *EmailTemplateMetadata

SetCreatedTimestamp sets the CreatedTimestamp field's value.

func (*EmailTemplateMetadata) SetTemplateName

func (s *EmailTemplateMetadata) SetTemplateName(v string) *EmailTemplateMetadata

SetTemplateName sets the TemplateName field's value.

func (EmailTemplateMetadata) String

func (s EmailTemplateMetadata) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type EventDestination

type EventDestination struct {

    // An object that defines an Amazon CloudWatch destination for email events.
    // You can use Amazon CloudWatch to monitor and gain insights on your email
    // sending metrics.
    CloudWatchDestination *CloudWatchDestination `type:"structure"`

    // If true, the event destination is enabled. When the event destination is
    // enabled, the specified event types are sent to the destinations in this EventDestinationDefinition.
    //
    // If false, the event destination is disabled. When the event destination is
    // disabled, events aren't sent to the specified destinations.
    Enabled *bool `type:"boolean"`

    // An object that defines an Amazon Kinesis Data Firehose destination for email
    // events. You can use Amazon Kinesis Data Firehose to stream data to other
    // services, such as Amazon S3 and Amazon Redshift.
    KinesisFirehoseDestination *KinesisFirehoseDestination `type:"structure"`

    // The types of events that Amazon SES sends to the specified event destinations.
    //
    //    * SEND - The send request was successful and SES will attempt to deliver
    //    the message to the recipient’s mail server. (If account-level or global
    //    suppression is being used, SES will still count it as a send, but delivery
    //    is suppressed.)
    //
    //    * REJECT - SES accepted the email, but determined that it contained a
    //    virus and didn’t attempt to deliver it to the recipient’s mail server.
    //
    //    * BOUNCE - (Hard bounce) The recipient's mail server permanently rejected
    //    the email. (Soft bounces are only included when SES fails to deliver the
    //    email after retrying for a period of time.)
    //
    //    * COMPLAINT - The email was successfully delivered to the recipient’s
    //    mail server, but the recipient marked it as spam.
    //
    //    * DELIVERY - SES successfully delivered the email to the recipient's mail
    //    server.
    //
    //    * OPEN - The recipient received the message and opened it in their email
    //    client.
    //
    //    * CLICK - The recipient clicked one or more links in the email.
    //
    //    * RENDERING_FAILURE - The email wasn't sent because of a template rendering
    //    issue. This event type can occur when template data is missing, or when
    //    there is a mismatch between template parameters and data. (This event
    //    type only occurs when you send email using the SendTemplatedEmail (https://docs.aws.amazon.com/ses/latest/APIReference/API_SendTemplatedEmail.html)
    //    or SendBulkTemplatedEmail (https://docs.aws.amazon.com/ses/latest/APIReference/API_SendBulkTemplatedEmail.html)
    //    API operations.)
    //
    //    * DELIVERY_DELAY - The email couldn't be delivered to the recipient’s
    //    mail server because a temporary issue occurred. Delivery delays can occur,
    //    for example, when the recipient's inbox is full, or when the receiving
    //    email server experiences a transient issue.
    //
    //    * SUBSCRIPTION - The email was successfully delivered, but the recipient
    //    updated their subscription preferences by clicking on an unsubscribe link
    //    as part of your subscription management (https://docs.aws.amazon.com/ses/latest/dg/sending-email-subscription-management.html).
    //
    // MatchingEventTypes is a required field
    MatchingEventTypes []*string `type:"list" required:"true" enum:"EventType"`

    // A name that identifies the event destination.
    //
    // Name is a required field
    Name *string `type:"string" required:"true"`

    // An object that defines an Amazon Pinpoint project destination for email events.
    // You can send email event data to a Amazon Pinpoint project to view metrics
    // using the Transactional Messaging dashboards that are built in to Amazon
    // Pinpoint. For more information, see Transactional Messaging Charts (https://docs.aws.amazon.com/pinpoint/latest/userguide/analytics-transactional-messages.html)
    // in the Amazon Pinpoint User Guide.
    PinpointDestination *PinpointDestination `type:"structure"`

    // An object that defines an Amazon SNS destination for email events. You can
    // use Amazon SNS to send notification when certain email events occur.
    SnsDestination *SnsDestination `type:"structure"`
    // contains filtered or unexported fields
}

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

func (EventDestination) GoString

func (s EventDestination) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*EventDestination) SetCloudWatchDestination

func (s *EventDestination) SetCloudWatchDestination(v *CloudWatchDestination) *EventDestination

SetCloudWatchDestination sets the CloudWatchDestination field's value.

func (*EventDestination) SetEnabled

func (s *EventDestination) SetEnabled(v bool) *EventDestination

SetEnabled sets the Enabled field's value.

func (*EventDestination) SetKinesisFirehoseDestination

func (s *EventDestination) SetKinesisFirehoseDestination(v *KinesisFirehoseDestination) *EventDestination

SetKinesisFirehoseDestination sets the KinesisFirehoseDestination field's value.

func (*EventDestination) SetMatchingEventTypes

func (s *EventDestination) SetMatchingEventTypes(v []*string) *EventDestination

SetMatchingEventTypes sets the MatchingEventTypes field's value.

func (*EventDestination) SetName

func (s *EventDestination) SetName(v string) *EventDestination

SetName sets the Name field's value.

func (*EventDestination) SetPinpointDestination

func (s *EventDestination) SetPinpointDestination(v *PinpointDestination) *EventDestination

SetPinpointDestination sets the PinpointDestination field's value.

func (*EventDestination) SetSnsDestination

func (s *EventDestination) SetSnsDestination(v *SnsDestination) *EventDestination

SetSnsDestination sets the SnsDestination field's value.

func (EventDestination) String

func (s EventDestination) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type EventDestinationDefinition

type EventDestinationDefinition struct {

    // An object that defines an Amazon CloudWatch destination for email events.
    // You can use Amazon CloudWatch to monitor and gain insights on your email
    // sending metrics.
    CloudWatchDestination *CloudWatchDestination `type:"structure"`

    // If true, the event destination is enabled. When the event destination is
    // enabled, the specified event types are sent to the destinations in this EventDestinationDefinition.
    //
    // If false, the event destination is disabled. When the event destination is
    // disabled, events aren't sent to the specified destinations.
    Enabled *bool `type:"boolean"`

    // An object that defines an Amazon Kinesis Data Firehose destination for email
    // events. You can use Amazon Kinesis Data Firehose to stream data to other
    // services, such as Amazon S3 and Amazon Redshift.
    KinesisFirehoseDestination *KinesisFirehoseDestination `type:"structure"`

    // An array that specifies which events the Amazon SES API v2 should send to
    // the destinations in this EventDestinationDefinition.
    MatchingEventTypes []*string `type:"list" enum:"EventType"`

    // An object that defines an Amazon Pinpoint project destination for email events.
    // You can send email event data to a Amazon Pinpoint project to view metrics
    // using the Transactional Messaging dashboards that are built in to Amazon
    // Pinpoint. For more information, see Transactional Messaging Charts (https://docs.aws.amazon.com/pinpoint/latest/userguide/analytics-transactional-messages.html)
    // in the Amazon Pinpoint User Guide.
    PinpointDestination *PinpointDestination `type:"structure"`

    // An object that defines an Amazon SNS destination for email events. You can
    // use Amazon SNS to send notification when certain email events occur.
    SnsDestination *SnsDestination `type:"structure"`
    // contains filtered or unexported fields
}

An object that defines the event destination. Specifically, it defines which services receive events from emails sent using the configuration set that the event destination is associated with. Also defines the types of events that are sent to the event destination.

func (EventDestinationDefinition) GoString

func (s EventDestinationDefinition) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*EventDestinationDefinition) SetCloudWatchDestination

func (s *EventDestinationDefinition) SetCloudWatchDestination(v *CloudWatchDestination) *EventDestinationDefinition

SetCloudWatchDestination sets the CloudWatchDestination field's value.

func (*EventDestinationDefinition) SetEnabled

func (s *EventDestinationDefinition) SetEnabled(v bool) *EventDestinationDefinition

SetEnabled sets the Enabled field's value.

func (*EventDestinationDefinition) SetKinesisFirehoseDestination

func (s *EventDestinationDefinition) SetKinesisFirehoseDestination(v *KinesisFirehoseDestination) *EventDestinationDefinition

SetKinesisFirehoseDestination sets the KinesisFirehoseDestination field's value.

func (*EventDestinationDefinition) SetMatchingEventTypes

func (s *EventDestinationDefinition) SetMatchingEventTypes(v []*string) *EventDestinationDefinition

SetMatchingEventTypes sets the MatchingEventTypes field's value.

func (*EventDestinationDefinition) SetPinpointDestination

func (s *EventDestinationDefinition) SetPinpointDestination(v *PinpointDestination) *EventDestinationDefinition

SetPinpointDestination sets the PinpointDestination field's value.

func (*EventDestinationDefinition) SetSnsDestination

func (s *EventDestinationDefinition) SetSnsDestination(v *SnsDestination) *EventDestinationDefinition

SetSnsDestination sets the SnsDestination field's value.

func (EventDestinationDefinition) String

func (s EventDestinationDefinition) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*EventDestinationDefinition) Validate

func (s *EventDestinationDefinition) Validate() error

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

type EventDetails

type EventDetails struct {

    // Information about a Bounce event.
    Bounce *Bounce `type:"structure"`

    // Information about a Complaint event.
    Complaint *Complaint `type:"structure"`
    // contains filtered or unexported fields
}

Contains a Bounce object if the event type is BOUNCE. Contains a Complaint object if the event type is COMPLAINT.

func (EventDetails) GoString

func (s EventDetails) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*EventDetails) SetBounce

func (s *EventDetails) SetBounce(v *Bounce) *EventDetails

SetBounce sets the Bounce field's value.

func (*EventDetails) SetComplaint

func (s *EventDetails) SetComplaint(v *Complaint) *EventDetails

SetComplaint sets the Complaint field's value.

func (EventDetails) String

func (s EventDetails) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ExportDataSource

type ExportDataSource struct {

    // An object that contains filters applied when performing the Message Insights
    // export.
    MessageInsightsDataSource *MessageInsightsDataSource `type:"structure"`

    // An object that contains details about the data source for the metrics export.
    MetricsDataSource *MetricsDataSource `type:"structure"`
    // contains filtered or unexported fields
}

An object that contains details about the data source of the export job. It can only contain one of MetricsDataSource or MessageInsightsDataSource object.

func (ExportDataSource) GoString

func (s ExportDataSource) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ExportDataSource) SetMessageInsightsDataSource

func (s *ExportDataSource) SetMessageInsightsDataSource(v *MessageInsightsDataSource) *ExportDataSource

SetMessageInsightsDataSource sets the MessageInsightsDataSource field's value.

func (*ExportDataSource) SetMetricsDataSource

func (s *ExportDataSource) SetMetricsDataSource(v *MetricsDataSource) *ExportDataSource

SetMetricsDataSource sets the MetricsDataSource field's value.

func (ExportDataSource) String

func (s ExportDataSource) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ExportDataSource) Validate

func (s *ExportDataSource) Validate() error

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

type ExportDestination

type ExportDestination struct {

    // The data format of the final export job file, can be one of the following:
    //
    //    * CSV - A comma-separated values file.
    //
    //    * JSON - A Json file.
    //
    // DataFormat is a required field
    DataFormat *string `type:"string" required:"true" enum:"DataFormat"`

    // An Amazon S3 pre-signed URL that points to the generated export file.
    S3Url *string `type:"string"`
    // contains filtered or unexported fields
}

An object that contains details about the destination of the export job.

func (ExportDestination) GoString

func (s ExportDestination) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ExportDestination) SetDataFormat

func (s *ExportDestination) SetDataFormat(v string) *ExportDestination

SetDataFormat sets the DataFormat field's value.

func (*ExportDestination) SetS3Url

func (s *ExportDestination) SetS3Url(v string) *ExportDestination

SetS3Url sets the S3Url field's value.

func (ExportDestination) String

func (s ExportDestination) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ExportDestination) Validate

func (s *ExportDestination) Validate() error

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

type ExportJobSummary

type ExportJobSummary struct {

    // The timestamp of when the export job was completed.
    CompletedTimestamp *time.Time `type:"timestamp"`

    // The timestamp of when the export job was created.
    CreatedTimestamp *time.Time `type:"timestamp"`

    // The source type of the export job.
    ExportSourceType *string `type:"string" enum:"ExportSourceType"`

    // The export job ID.
    JobId *string `min:"1" type:"string"`

    // The status of the export job.
    JobStatus *string `type:"string" enum:"JobStatus"`
    // contains filtered or unexported fields
}

A summary of the export job.

func (ExportJobSummary) GoString

func (s ExportJobSummary) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ExportJobSummary) SetCompletedTimestamp

func (s *ExportJobSummary) SetCompletedTimestamp(v time.Time) *ExportJobSummary

SetCompletedTimestamp sets the CompletedTimestamp field's value.

func (*ExportJobSummary) SetCreatedTimestamp

func (s *ExportJobSummary) SetCreatedTimestamp(v time.Time) *ExportJobSummary

SetCreatedTimestamp sets the CreatedTimestamp field's value.

func (*ExportJobSummary) SetExportSourceType

func (s *ExportJobSummary) SetExportSourceType(v string) *ExportJobSummary

SetExportSourceType sets the ExportSourceType field's value.

func (*ExportJobSummary) SetJobId

func (s *ExportJobSummary) SetJobId(v string) *ExportJobSummary

SetJobId sets the JobId field's value.

func (*ExportJobSummary) SetJobStatus

func (s *ExportJobSummary) SetJobStatus(v string) *ExportJobSummary

SetJobStatus sets the JobStatus field's value.

func (ExportJobSummary) String

func (s ExportJobSummary) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ExportMetric

type ExportMetric struct {

    // The aggregation to apply to a metric, can be one of the following:
    //
    //    * VOLUME - The volume of events for this metric.
    //
    //    * RATE - The rate for this metric relative to the SEND metric volume.
    Aggregation *string `type:"string" enum:"MetricAggregation"`

    // The metric to export, can be one of the following:
    //
    //    * SEND - Emails sent eligible for tracking in the VDM dashboard. This
    //    excludes emails sent to the mailbox simulator and emails addressed to
    //    more than one recipient.
    //
    //    * COMPLAINT - Complaints received for your account. This excludes complaints
    //    from the mailbox simulator, those originating from your account-level
    //    suppression list (if enabled), and those for emails addressed to more
    //    than one recipient
    //
    //    * PERMANENT_BOUNCE - Permanent bounces - i.e., feedback received for emails
    //    sent to non-existent mailboxes. Excludes bounces from the mailbox simulator,
    //    those originating from your account-level suppression list (if enabled),
    //    and those for emails addressed to more than one recipient.
    //
    //    * TRANSIENT_BOUNCE - Transient bounces - i.e., feedback received for delivery
    //    failures excluding issues with non-existent mailboxes. Excludes bounces
    //    from the mailbox simulator, and those for emails addressed to more than
    //    one recipient.
    //
    //    * OPEN - Unique open events for emails including open trackers. Excludes
    //    opens for emails addressed to more than one recipient.
    //
    //    * CLICK - Unique click events for emails including wrapped links. Excludes
    //    clicks for emails addressed to more than one recipient.
    //
    //    * DELIVERY - Successful deliveries for email sending attempts. Excludes
    //    deliveries to the mailbox simulator and for emails addressed to more than
    //    one recipient.
    //
    //    * DELIVERY_OPEN - Successful deliveries for email sending attempts. Excludes
    //    deliveries to the mailbox simulator, for emails addressed to more than
    //    one recipient, and emails without open trackers.
    //
    //    * DELIVERY_CLICK - Successful deliveries for email sending attempts. Excludes
    //    deliveries to the mailbox simulator, for emails addressed to more than
    //    one recipient, and emails without click trackers.
    //
    //    * DELIVERY_COMPLAINT - Successful deliveries for email sending attempts.
    //    Excludes deliveries to the mailbox simulator, for emails addressed to
    //    more than one recipient, and emails addressed to recipients hosted by
    //    ISPs with which Amazon SES does not have a feedback loop agreement.
    Name *string `type:"string" enum:"Metric"`
    // contains filtered or unexported fields
}

An object that contains a mapping between a Metric and MetricAggregation.

func (ExportMetric) GoString

func (s ExportMetric) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ExportMetric) SetAggregation

func (s *ExportMetric) SetAggregation(v string) *ExportMetric

SetAggregation sets the Aggregation field's value.

func (*ExportMetric) SetName

func (s *ExportMetric) SetName(v string) *ExportMetric

SetName sets the Name field's value.

func (ExportMetric) String

func (s ExportMetric) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ExportStatistics

type ExportStatistics struct {

    // The number of records that were exported to the final export file.
    //
    // This value might not be available for all export source types
    ExportedRecordsCount *int64 `type:"integer"`

    // The number of records that were processed to generate the final export file.
    ProcessedRecordsCount *int64 `type:"integer"`
    // contains filtered or unexported fields
}

Statistics about the execution of an export job.

func (ExportStatistics) GoString

func (s ExportStatistics) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ExportStatistics) SetExportedRecordsCount

func (s *ExportStatistics) SetExportedRecordsCount(v int64) *ExportStatistics

SetExportedRecordsCount sets the ExportedRecordsCount field's value.

func (*ExportStatistics) SetProcessedRecordsCount

func (s *ExportStatistics) SetProcessedRecordsCount(v int64) *ExportStatistics

SetProcessedRecordsCount sets the ProcessedRecordsCount field's value.

func (ExportStatistics) String

func (s ExportStatistics) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type FailureInfo

type FailureInfo struct {

    // A message about why the job failed.
    ErrorMessage *string `type:"string"`

    // An Amazon S3 pre-signed URL that contains all the failed records and related
    // information.
    FailedRecordsS3Url *string `type:"string"`
    // contains filtered or unexported fields
}

An object that contains the failure details about a job.

func (FailureInfo) GoString

func (s FailureInfo) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*FailureInfo) SetErrorMessage

func (s *FailureInfo) SetErrorMessage(v string) *FailureInfo

SetErrorMessage sets the ErrorMessage field's value.

func (*FailureInfo) SetFailedRecordsS3Url

func (s *FailureInfo) SetFailedRecordsS3Url(v string) *FailureInfo

SetFailedRecordsS3Url sets the FailedRecordsS3Url field's value.

func (FailureInfo) String

func (s FailureInfo) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type GetAccountInput

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

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

func (GetAccountInput) GoString

func (s GetAccountInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (GetAccountInput) String

func (s GetAccountInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type GetAccountOutput

type GetAccountOutput struct {

    // Indicates whether or not the automatic warm-up feature is enabled for dedicated
    // IP addresses that are associated with your account.
    DedicatedIpAutoWarmupEnabled *bool `type:"boolean"`

    // An object that defines your account details.
    Details *AccountDetails `type:"structure"`

    // The reputation status of your Amazon SES account. The status can be one of
    // the following:
    //
    //    * HEALTHY – There are no reputation-related issues that currently impact
    //    your account.
    //
    //    * PROBATION – We've identified potential issues with your Amazon SES
    //    account. We're placing your account under review while you work on correcting
    //    these issues.
    //
    //    * SHUTDOWN – Your account's ability to send email is currently paused
    //    because of an issue with the email sent from your account. When you correct
    //    the issue, you can contact us and request that your account's ability
    //    to send email is resumed.
    EnforcementStatus *string `type:"string"`

    // Indicates whether or not your account has production access in the current
    // Amazon Web Services Region.
    //
    // If the value is false, then your account is in the sandbox. When your account
    // is in the sandbox, you can only send email to verified identities. Additionally,
    // the maximum number of emails you can send in a 24-hour period (your sending
    // quota) is 200, and the maximum number of emails you can send per second (your
    // maximum sending rate) is 1.
    //
    // If the value is true, then your account has production access. When your
    // account has production access, you can send email to any address. The sending
    // quota and maximum sending rate for your account vary based on your specific
    // use case.
    ProductionAccessEnabled *bool `type:"boolean"`

    // An object that contains information about the per-day and per-second sending
    // limits for your Amazon SES account in the current Amazon Web Services Region.
    SendQuota *SendQuota `type:"structure"`

    // Indicates whether or not email sending is enabled for your Amazon SES account
    // in the current Amazon Web Services Region.
    SendingEnabled *bool `type:"boolean"`

    // An object that contains information about the email address suppression preferences
    // for your account in the current Amazon Web Services Region.
    SuppressionAttributes *SuppressionAttributes `type:"structure"`

    // The VDM attributes that apply to your Amazon SES account.
    VdmAttributes *VdmAttributes `type:"structure"`
    // contains filtered or unexported fields
}

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

func (GetAccountOutput) GoString

func (s GetAccountOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GetAccountOutput) SetDedicatedIpAutoWarmupEnabled

func (s *GetAccountOutput) SetDedicatedIpAutoWarmupEnabled(v bool) *GetAccountOutput

SetDedicatedIpAutoWarmupEnabled sets the DedicatedIpAutoWarmupEnabled field's value.

func (*GetAccountOutput) SetDetails

func (s *GetAccountOutput) SetDetails(v *AccountDetails) *GetAccountOutput

SetDetails sets the Details field's value.

func (*GetAccountOutput) SetEnforcementStatus

func (s *GetAccountOutput) SetEnforcementStatus(v string) *GetAccountOutput

SetEnforcementStatus sets the EnforcementStatus field's value.

func (*GetAccountOutput) SetProductionAccessEnabled

func (s *GetAccountOutput) SetProductionAccessEnabled(v bool) *GetAccountOutput

SetProductionAccessEnabled sets the ProductionAccessEnabled field's value.

func (*GetAccountOutput) SetSendQuota

func (s *GetAccountOutput) SetSendQuota(v *SendQuota) *GetAccountOutput

SetSendQuota sets the SendQuota field's value.

func (*GetAccountOutput) SetSendingEnabled

func (s *GetAccountOutput) SetSendingEnabled(v bool) *GetAccountOutput

SetSendingEnabled sets the SendingEnabled field's value.

func (*GetAccountOutput) SetSuppressionAttributes

func (s *GetAccountOutput) SetSuppressionAttributes(v *SuppressionAttributes) *GetAccountOutput

SetSuppressionAttributes sets the SuppressionAttributes field's value.

func (*GetAccountOutput) SetVdmAttributes

func (s *GetAccountOutput) SetVdmAttributes(v *VdmAttributes) *GetAccountOutput

SetVdmAttributes sets the VdmAttributes field's value.

func (GetAccountOutput) String

func (s GetAccountOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

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 is a required field
    BlacklistItemNames []*string `location:"querystring" locationName:"BlacklistItemNames" type:"list" required:"true"`
    // contains filtered or unexported fields
}

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

func (GetBlacklistReportsInput) GoString

func (s GetBlacklistReportsInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GetBlacklistReportsInput) SetBlacklistItemNames

func (s *GetBlacklistReportsInput) SetBlacklistItemNames(v []*string) *GetBlacklistReportsInput

SetBlacklistItemNames sets the BlacklistItemNames field's value.

func (GetBlacklistReportsInput) String

func (s GetBlacklistReportsInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GetBlacklistReportsInput) Validate

func (s *GetBlacklistReportsInput) Validate() error

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

type GetBlacklistReportsOutput

type GetBlacklistReportsOutput struct {

    // An object that contains information about a blacklist that one of your dedicated
    // IP addresses appears on.
    //
    // BlacklistReport is a required field
    BlacklistReport map[string][]*BlacklistEntry `type:"map" required:"true"`
    // contains filtered or unexported fields
}

An object that contains information about blacklist events.

func (GetBlacklistReportsOutput) GoString

func (s GetBlacklistReportsOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GetBlacklistReportsOutput) SetBlacklistReport

func (s *GetBlacklistReportsOutput) SetBlacklistReport(v map[string][]*BlacklistEntry) *GetBlacklistReportsOutput

SetBlacklistReport sets the BlacklistReport field's value.

func (GetBlacklistReportsOutput) String

func (s GetBlacklistReportsOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type GetConfigurationSetEventDestinationsInput

type GetConfigurationSetEventDestinationsInput struct {

    // The name of the configuration set that contains the event destination.
    //
    // ConfigurationSetName is a required field
    ConfigurationSetName *string `location:"uri" locationName:"ConfigurationSetName" type:"string" required:"true"`
    // contains filtered or unexported fields
}

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

func (GetConfigurationSetEventDestinationsInput) GoString

func (s GetConfigurationSetEventDestinationsInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GetConfigurationSetEventDestinationsInput) SetConfigurationSetName

func (s *GetConfigurationSetEventDestinationsInput) SetConfigurationSetName(v string) *GetConfigurationSetEventDestinationsInput

SetConfigurationSetName sets the ConfigurationSetName field's value.

func (GetConfigurationSetEventDestinationsInput) String

func (s GetConfigurationSetEventDestinationsInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GetConfigurationSetEventDestinationsInput) Validate

func (s *GetConfigurationSetEventDestinationsInput) Validate() error

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

type GetConfigurationSetEventDestinationsOutput

type GetConfigurationSetEventDestinationsOutput struct {

    // An array that includes all of the events destinations that have been configured
    // for the configuration set.
    EventDestinations []*EventDestination `type:"list"`
    // contains filtered or unexported fields
}

Information about an event destination for a configuration set.

func (GetConfigurationSetEventDestinationsOutput) GoString

func (s GetConfigurationSetEventDestinationsOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GetConfigurationSetEventDestinationsOutput) SetEventDestinations

func (s *GetConfigurationSetEventDestinationsOutput) SetEventDestinations(v []*EventDestination) *GetConfigurationSetEventDestinationsOutput

SetEventDestinations sets the EventDestinations field's value.

func (GetConfigurationSetEventDestinationsOutput) String

func (s GetConfigurationSetEventDestinationsOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type GetConfigurationSetInput

type GetConfigurationSetInput struct {

    // The name of the configuration set.
    //
    // ConfigurationSetName is a required field
    ConfigurationSetName *string `location:"uri" locationName:"ConfigurationSetName" type:"string" required:"true"`
    // contains filtered or unexported fields
}

A request to obtain information about a configuration set.

func (GetConfigurationSetInput) GoString

func (s GetConfigurationSetInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GetConfigurationSetInput) SetConfigurationSetName

func (s *GetConfigurationSetInput) SetConfigurationSetName(v string) *GetConfigurationSetInput

SetConfigurationSetName sets the ConfigurationSetName field's value.

func (GetConfigurationSetInput) String

func (s GetConfigurationSetInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GetConfigurationSetInput) Validate

func (s *GetConfigurationSetInput) Validate() error

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

type GetConfigurationSetOutput

type GetConfigurationSetOutput struct {

    // The name of the configuration set.
    ConfigurationSetName *string `type:"string"`

    // An object that defines the dedicated IP pool that is used to send emails
    // that you send using the configuration set.
    DeliveryOptions *DeliveryOptions `type:"structure"`

    // An object that defines whether or not Amazon SES collects reputation metrics
    // for the emails that you send that use the configuration set.
    ReputationOptions *ReputationOptions `type:"structure"`

    // An object that defines whether or not Amazon SES can send email that you
    // send using the configuration set.
    SendingOptions *SendingOptions `type:"structure"`

    // An object that contains information about the suppression list preferences
    // for your account.
    SuppressionOptions *SuppressionOptions `type:"structure"`

    // An array of objects that define the tags (keys and values) that are associated
    // with the configuration set.
    Tags []*Tag `type:"list"`

    // An object that defines the open and click tracking options for emails that
    // you send using the configuration set.
    TrackingOptions *TrackingOptions `type:"structure"`

    // An object that contains information about the VDM preferences for your configuration
    // set.
    VdmOptions *VdmOptions `type:"structure"`
    // contains filtered or unexported fields
}

Information about a configuration set.

func (GetConfigurationSetOutput) GoString

func (s GetConfigurationSetOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GetConfigurationSetOutput) SetConfigurationSetName

func (s *GetConfigurationSetOutput) SetConfigurationSetName(v string) *GetConfigurationSetOutput

SetConfigurationSetName sets the ConfigurationSetName field's value.

func (*GetConfigurationSetOutput) SetDeliveryOptions

func (s *GetConfigurationSetOutput) SetDeliveryOptions(v *DeliveryOptions) *GetConfigurationSetOutput

SetDeliveryOptions sets the DeliveryOptions field's value.

func (*GetConfigurationSetOutput) SetReputationOptions

func (s *GetConfigurationSetOutput) SetReputationOptions(v *ReputationOptions) *GetConfigurationSetOutput

SetReputationOptions sets the ReputationOptions field's value.

func (*GetConfigurationSetOutput) SetSendingOptions

func (s *GetConfigurationSetOutput) SetSendingOptions(v *SendingOptions) *GetConfigurationSetOutput

SetSendingOptions sets the SendingOptions field's value.

func (*GetConfigurationSetOutput) SetSuppressionOptions

func (s *GetConfigurationSetOutput) SetSuppressionOptions(v *SuppressionOptions) *GetConfigurationSetOutput

SetSuppressionOptions sets the SuppressionOptions field's value.

func (*GetConfigurationSetOutput) SetTags

func (s *GetConfigurationSetOutput) SetTags(v []*Tag) *GetConfigurationSetOutput

SetTags sets the Tags field's value.

func (*GetConfigurationSetOutput) SetTrackingOptions

func (s *GetConfigurationSetOutput) SetTrackingOptions(v *TrackingOptions) *GetConfigurationSetOutput

SetTrackingOptions sets the TrackingOptions field's value.

func (*GetConfigurationSetOutput) SetVdmOptions

func (s *GetConfigurationSetOutput) SetVdmOptions(v *VdmOptions) *GetConfigurationSetOutput

SetVdmOptions sets the VdmOptions field's value.

func (GetConfigurationSetOutput) String

func (s GetConfigurationSetOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type GetContactInput

type GetContactInput struct {

    // The name of the contact list to which the contact belongs.
    //
    // ContactListName is a required field
    ContactListName *string `location:"uri" locationName:"ContactListName" type:"string" required:"true"`

    // The contact's email address.
    //
    // EmailAddress is a required field
    EmailAddress *string `location:"uri" locationName:"EmailAddress" type:"string" required:"true"`
    // contains filtered or unexported fields
}

func (GetContactInput) GoString

func (s GetContactInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GetContactInput) SetContactListName

func (s *GetContactInput) SetContactListName(v string) *GetContactInput

SetContactListName sets the ContactListName field's value.

func (*GetContactInput) SetEmailAddress

func (s *GetContactInput) SetEmailAddress(v string) *GetContactInput

SetEmailAddress sets the EmailAddress field's value.

func (GetContactInput) String

func (s GetContactInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GetContactInput) Validate

func (s *GetContactInput) Validate() error

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

type GetContactListInput

type GetContactListInput struct {

    // The name of the contact list.
    //
    // ContactListName is a required field
    ContactListName *string `location:"uri" locationName:"ContactListName" type:"string" required:"true"`
    // contains filtered or unexported fields
}

func (GetContactListInput) GoString

func (s GetContactListInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GetContactListInput) SetContactListName

func (s *GetContactListInput) SetContactListName(v string) *GetContactListInput

SetContactListName sets the ContactListName field's value.

func (GetContactListInput) String

func (s GetContactListInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GetContactListInput) Validate

func (s *GetContactListInput) Validate() error

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

type GetContactListOutput

type GetContactListOutput struct {

    // The name of the contact list.
    ContactListName *string `type:"string"`

    // A timestamp noting when the contact list was created.
    CreatedTimestamp *time.Time `type:"timestamp"`

    // A description of what the contact list is about.
    Description *string `type:"string"`

    // A timestamp noting the last time the contact list was updated.
    LastUpdatedTimestamp *time.Time `type:"timestamp"`

    // The tags associated with a contact list.
    Tags []*Tag `type:"list"`

    // An interest group, theme, or label within a list. A contact list can have
    // multiple topics.
    Topics []*Topic `type:"list"`
    // contains filtered or unexported fields
}

func (GetContactListOutput) GoString

func (s GetContactListOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GetContactListOutput) SetContactListName

func (s *GetContactListOutput) SetContactListName(v string) *GetContactListOutput

SetContactListName sets the ContactListName field's value.

func (*GetContactListOutput) SetCreatedTimestamp

func (s *GetContactListOutput) SetCreatedTimestamp(v time.Time) *GetContactListOutput

SetCreatedTimestamp sets the CreatedTimestamp field's value.

func (*GetContactListOutput) SetDescription

func (s *GetContactListOutput) SetDescription(v string) *GetContactListOutput

SetDescription sets the Description field's value.

func (*GetContactListOutput) SetLastUpdatedTimestamp

func (s *GetContactListOutput) SetLastUpdatedTimestamp(v time.Time) *GetContactListOutput

SetLastUpdatedTimestamp sets the LastUpdatedTimestamp field's value.

func (*GetContactListOutput) SetTags

func (s *GetContactListOutput) SetTags(v []*Tag) *GetContactListOutput

SetTags sets the Tags field's value.

func (*GetContactListOutput) SetTopics

func (s *GetContactListOutput) SetTopics(v []*Topic) *GetContactListOutput

SetTopics sets the Topics field's value.

func (GetContactListOutput) String

func (s GetContactListOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type GetContactOutput

type GetContactOutput struct {

    // The attribute data attached to a contact.
    AttributesData *string `type:"string"`

    // The name of the contact list to which the contact belongs.
    ContactListName *string `type:"string"`

    // A timestamp noting when the contact was created.
    CreatedTimestamp *time.Time `type:"timestamp"`

    // The contact's email address.
    EmailAddress *string `type:"string"`

    // A timestamp noting the last time the contact's information was updated.
    LastUpdatedTimestamp *time.Time `type:"timestamp"`

    // The default topic preferences applied to the contact.
    TopicDefaultPreferences []*TopicPreference `type:"list"`

    // The contact's preference for being opted-in to or opted-out of a topic.>
    TopicPreferences []*TopicPreference `type:"list"`

    // A boolean value status noting if the contact is unsubscribed from all contact
    // list topics.
    UnsubscribeAll *bool `type:"boolean"`
    // contains filtered or unexported fields
}

func (GetContactOutput) GoString

func (s GetContactOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GetContactOutput) SetAttributesData

func (s *GetContactOutput) SetAttributesData(v string) *GetContactOutput

SetAttributesData sets the AttributesData field's value.

func (*GetContactOutput) SetContactListName

func (s *GetContactOutput) SetContactListName(v string) *GetContactOutput

SetContactListName sets the ContactListName field's value.

func (*GetContactOutput) SetCreatedTimestamp

func (s *GetContactOutput) SetCreatedTimestamp(v time.Time) *GetContactOutput

SetCreatedTimestamp sets the CreatedTimestamp field's value.

func (*GetContactOutput) SetEmailAddress

func (s *GetContactOutput) SetEmailAddress(v string) *GetContactOutput

SetEmailAddress sets the EmailAddress field's value.

func (*GetContactOutput) SetLastUpdatedTimestamp

func (s *GetContactOutput) SetLastUpdatedTimestamp(v time.Time) *GetContactOutput

SetLastUpdatedTimestamp sets the LastUpdatedTimestamp field's value.

func (*GetContactOutput) SetTopicDefaultPreferences

func (s *GetContactOutput) SetTopicDefaultPreferences(v []*TopicPreference) *GetContactOutput

SetTopicDefaultPreferences sets the TopicDefaultPreferences field's value.

func (*GetContactOutput) SetTopicPreferences

func (s *GetContactOutput) SetTopicPreferences(v []*TopicPreference) *GetContactOutput

SetTopicPreferences sets the TopicPreferences field's value.

func (*GetContactOutput) SetUnsubscribeAll

func (s *GetContactOutput) SetUnsubscribeAll(v bool) *GetContactOutput

SetUnsubscribeAll sets the UnsubscribeAll field's value.

func (GetContactOutput) String

func (s GetContactOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type GetCustomVerificationEmailTemplateInput

type GetCustomVerificationEmailTemplateInput struct {

    // The name of the custom verification email template that you want to retrieve.
    //
    // TemplateName is a required field
    TemplateName *string `location:"uri" locationName:"TemplateName" min:"1" type:"string" required:"true"`
    // contains filtered or unexported fields
}

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

func (GetCustomVerificationEmailTemplateInput) GoString

func (s GetCustomVerificationEmailTemplateInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GetCustomVerificationEmailTemplateInput) SetTemplateName

func (s *GetCustomVerificationEmailTemplateInput) SetTemplateName(v string) *GetCustomVerificationEmailTemplateInput

SetTemplateName sets the TemplateName field's value.

func (GetCustomVerificationEmailTemplateInput) String

func (s GetCustomVerificationEmailTemplateInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GetCustomVerificationEmailTemplateInput) Validate

func (s *GetCustomVerificationEmailTemplateInput) Validate() error

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

type GetCustomVerificationEmailTemplateOutput

type GetCustomVerificationEmailTemplateOutput struct {

    // The URL that the recipient of the verification email is sent to if his or
    // her address is not successfully verified.
    FailureRedirectionURL *string `type:"string"`

    // The email address that the custom verification email is sent from.
    FromEmailAddress *string `type:"string"`

    // The URL that the recipient of the verification email is sent to if his or
    // her address is successfully verified.
    SuccessRedirectionURL *string `type:"string"`

    // The content of the custom verification email.
    TemplateContent *string `type:"string"`

    // The name of the custom verification email template.
    TemplateName *string `min:"1" type:"string"`

    // The subject line of the custom verification email.
    TemplateSubject *string `type:"string"`
    // contains filtered or unexported fields
}

The following elements are returned by the service.

func (GetCustomVerificationEmailTemplateOutput) GoString

func (s GetCustomVerificationEmailTemplateOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GetCustomVerificationEmailTemplateOutput) SetFailureRedirectionURL

func (s *GetCustomVerificationEmailTemplateOutput) SetFailureRedirectionURL(v string) *GetCustomVerificationEmailTemplateOutput

SetFailureRedirectionURL sets the FailureRedirectionURL field's value.

func (*GetCustomVerificationEmailTemplateOutput) SetFromEmailAddress

func (s *GetCustomVerificationEmailTemplateOutput) SetFromEmailAddress(v string) *GetCustomVerificationEmailTemplateOutput

SetFromEmailAddress sets the FromEmailAddress field's value.

func (*GetCustomVerificationEmailTemplateOutput) SetSuccessRedirectionURL

func (s *GetCustomVerificationEmailTemplateOutput) SetSuccessRedirectionURL(v string) *GetCustomVerificationEmailTemplateOutput

SetSuccessRedirectionURL sets the SuccessRedirectionURL field's value.

func (*GetCustomVerificationEmailTemplateOutput) SetTemplateContent

func (s *GetCustomVerificationEmailTemplateOutput) SetTemplateContent(v string) *GetCustomVerificationEmailTemplateOutput

SetTemplateContent sets the TemplateContent field's value.

func (*GetCustomVerificationEmailTemplateOutput) SetTemplateName

func (s *GetCustomVerificationEmailTemplateOutput) SetTemplateName(v string) *GetCustomVerificationEmailTemplateOutput

SetTemplateName sets the TemplateName field's value.

func (*GetCustomVerificationEmailTemplateOutput) SetTemplateSubject

func (s *GetCustomVerificationEmailTemplateOutput) SetTemplateSubject(v string) *GetCustomVerificationEmailTemplateOutput

SetTemplateSubject sets the TemplateSubject field's value.

func (GetCustomVerificationEmailTemplateOutput) String

func (s GetCustomVerificationEmailTemplateOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

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
    // Amazon Web Services account.
    //
    // Ip is a required field
    Ip *string `location:"uri" locationName:"IP" type:"string" required:"true"`
    // contains filtered or unexported fields
}

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

func (GetDedicatedIpInput) GoString

func (s GetDedicatedIpInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GetDedicatedIpInput) SetIp

func (s *GetDedicatedIpInput) SetIp(v string) *GetDedicatedIpInput

SetIp sets the Ip field's value.

func (GetDedicatedIpInput) String

func (s GetDedicatedIpInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GetDedicatedIpInput) Validate

func (s *GetDedicatedIpInput) Validate() error

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

type GetDedicatedIpOutput

type GetDedicatedIpOutput struct {

    // An object that contains information about a dedicated IP address.
    DedicatedIp *DedicatedIp `type:"structure"`
    // contains filtered or unexported fields
}

Information about a dedicated IP address.

func (GetDedicatedIpOutput) GoString

func (s GetDedicatedIpOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GetDedicatedIpOutput) SetDedicatedIp

func (s *GetDedicatedIpOutput) SetDedicatedIp(v *DedicatedIp) *GetDedicatedIpOutput

SetDedicatedIp sets the DedicatedIp field's value.

func (GetDedicatedIpOutput) String

func (s GetDedicatedIpOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type GetDedicatedIpPoolInput

type GetDedicatedIpPoolInput struct {

    // The name of the dedicated IP pool to retrieve.
    //
    // PoolName is a required field
    PoolName *string `location:"uri" locationName:"PoolName" type:"string" required:"true"`
    // contains filtered or unexported fields
}

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

func (GetDedicatedIpPoolInput) GoString

func (s GetDedicatedIpPoolInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GetDedicatedIpPoolInput) SetPoolName

func (s *GetDedicatedIpPoolInput) SetPoolName(v string) *GetDedicatedIpPoolInput

SetPoolName sets the PoolName field's value.

func (GetDedicatedIpPoolInput) String

func (s GetDedicatedIpPoolInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GetDedicatedIpPoolInput) Validate

func (s *GetDedicatedIpPoolInput) Validate() error

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

type GetDedicatedIpPoolOutput

type GetDedicatedIpPoolOutput struct {

    // An object that contains information about a dedicated IP pool.
    DedicatedIpPool *DedicatedIpPool `type:"structure"`
    // contains filtered or unexported fields
}

The following element is returned by the service.

func (GetDedicatedIpPoolOutput) GoString

func (s GetDedicatedIpPoolOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GetDedicatedIpPoolOutput) SetDedicatedIpPool

func (s *GetDedicatedIpPoolOutput) SetDedicatedIpPool(v *DedicatedIpPool) *GetDedicatedIpPoolOutput

SetDedicatedIpPool sets the DedicatedIpPool field's value.

func (GetDedicatedIpPoolOutput) String

func (s GetDedicatedIpPoolOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type GetDedicatedIpsInput

type GetDedicatedIpsInput struct {

    // A token returned from a previous call to GetDedicatedIps to indicate the
    // position of the dedicated IP pool in the list of IP pools.
    NextToken *string `location:"querystring" locationName:"NextToken" type:"string"`

    // The number of results to show in a single call to GetDedicatedIpsRequest.
    // If the number of results is larger than the number you specified in this
    // parameter, then the response includes a NextToken element, which you can
    // use to obtain additional results.
    PageSize *int64 `location:"querystring" locationName:"PageSize" type:"integer"`

    // The name of the IP pool that the dedicated IP address is associated with.
    PoolName *string `location:"querystring" locationName:"PoolName" type:"string"`
    // contains filtered or unexported fields
}

A request to obtain more information about dedicated IP pools.

func (GetDedicatedIpsInput) GoString

func (s GetDedicatedIpsInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GetDedicatedIpsInput) SetNextToken

func (s *GetDedicatedIpsInput) SetNextToken(v string) *GetDedicatedIpsInput

SetNextToken sets the NextToken field's value.

func (*GetDedicatedIpsInput) SetPageSize

func (s *GetDedicatedIpsInput) SetPageSize(v int64) *GetDedicatedIpsInput

SetPageSize sets the PageSize field's value.

func (*GetDedicatedIpsInput) SetPoolName

func (s *GetDedicatedIpsInput) SetPoolName(v string) *GetDedicatedIpsInput

SetPoolName sets the PoolName field's value.

func (GetDedicatedIpsInput) String

func (s GetDedicatedIpsInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type GetDedicatedIpsOutput

type GetDedicatedIpsOutput struct {

    // A list of dedicated IP addresses that are associated with your Amazon Web
    // Services account.
    DedicatedIps []*DedicatedIp `type:"list"`

    // A token that indicates that there are additional dedicated IP addresses to
    // list. To view additional addresses, issue another request to GetDedicatedIps,
    // passing this token in the NextToken parameter.
    NextToken *string `type:"string"`
    // contains filtered or unexported fields
}

Information about the dedicated IP addresses that are associated with your Amazon Web Services account.

func (GetDedicatedIpsOutput) GoString

func (s GetDedicatedIpsOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GetDedicatedIpsOutput) SetDedicatedIps

func (s *GetDedicatedIpsOutput) SetDedicatedIps(v []*DedicatedIp) *GetDedicatedIpsOutput

SetDedicatedIps sets the DedicatedIps field's value.

func (*GetDedicatedIpsOutput) SetNextToken

func (s *GetDedicatedIpsOutput) SetNextToken(v string) *GetDedicatedIpsOutput

SetNextToken sets the NextToken field's value.

func (GetDedicatedIpsOutput) String

func (s GetDedicatedIpsOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type GetDeliverabilityDashboardOptionsInput

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

Retrieve information about the status of the Deliverability dashboard for your Amazon Web Services account. When the Deliverability dashboard is enabled, you gain access to reputation, deliverability, and other metrics for your domains. You also gain the ability to perform predictive inbox placement tests.

When you use the Deliverability dashboard, you pay a monthly subscription charge, in addition to any other fees that you accrue by using Amazon SES and other Amazon Web Services services. For more information about the features and cost of a Deliverability dashboard subscription, see Amazon Pinpoint Pricing (http://aws.amazon.com/pinpoint/pricing/).

func (GetDeliverabilityDashboardOptionsInput) GoString

func (s GetDeliverabilityDashboardOptionsInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (GetDeliverabilityDashboardOptionsInput) String

func (s GetDeliverabilityDashboardOptionsInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type GetDeliverabilityDashboardOptionsOutput

type GetDeliverabilityDashboardOptionsOutput struct {

    // The current status of your Deliverability dashboard subscription. If this
    // value is PENDING_EXPIRATION, your subscription is scheduled to expire at
    // the end of the current calendar month.
    AccountStatus *string `type:"string" enum:"DeliverabilityDashboardAccountStatus"`

    // An array of objects, one for each verified domain that you use to send email
    // and currently has an active Deliverability dashboard subscription that isn’t
    // scheduled to expire at the end of the current calendar month.
    ActiveSubscribedDomains []*DomainDeliverabilityTrackingOption `type:"list"`

    // Specifies whether the Deliverability dashboard is enabled. If this value
    // is true, the dashboard is enabled.
    //
    // DashboardEnabled is a required field
    DashboardEnabled *bool `type:"boolean" required:"true"`

    // An array of objects, one for each verified domain that you use to send email
    // and currently has an active Deliverability dashboard subscription that's
    // scheduled to expire at the end of the current calendar month.
    PendingExpirationSubscribedDomains []*DomainDeliverabilityTrackingOption `type:"list"`

    // The date when your current subscription to the Deliverability dashboard is
    // scheduled to expire, if your subscription is scheduled to expire at the end
    // of the current calendar month. This value is null if you have an active subscription
    // that isn’t due to expire at the end of the month.
    SubscriptionExpiryDate *time.Time `type:"timestamp"`
    // contains filtered or unexported fields
}

An object that shows the status of the Deliverability dashboard.

func (GetDeliverabilityDashboardOptionsOutput) GoString

func (s GetDeliverabilityDashboardOptionsOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GetDeliverabilityDashboardOptionsOutput) SetAccountStatus

func (s *GetDeliverabilityDashboardOptionsOutput) SetAccountStatus(v string) *GetDeliverabilityDashboardOptionsOutput

SetAccountStatus sets the AccountStatus field's value.

func (*GetDeliverabilityDashboardOptionsOutput) SetActiveSubscribedDomains

func (s *GetDeliverabilityDashboardOptionsOutput) SetActiveSubscribedDomains(v []*DomainDeliverabilityTrackingOption) *GetDeliverabilityDashboardOptionsOutput

SetActiveSubscribedDomains sets the ActiveSubscribedDomains field's value.

func (*GetDeliverabilityDashboardOptionsOutput) SetDashboardEnabled

func (s *GetDeliverabilityDashboardOptionsOutput) SetDashboardEnabled(v bool) *GetDeliverabilityDashboardOptionsOutput

SetDashboardEnabled sets the DashboardEnabled field's value.

func (*GetDeliverabilityDashboardOptionsOutput) SetPendingExpirationSubscribedDomains

func (s *GetDeliverabilityDashboardOptionsOutput) SetPendingExpirationSubscribedDomains(v []*DomainDeliverabilityTrackingOption) *GetDeliverabilityDashboardOptionsOutput

SetPendingExpirationSubscribedDomains sets the PendingExpirationSubscribedDomains field's value.

func (*GetDeliverabilityDashboardOptionsOutput) SetSubscriptionExpiryDate

func (s *GetDeliverabilityDashboardOptionsOutput) SetSubscriptionExpiryDate(v time.Time) *GetDeliverabilityDashboardOptionsOutput

SetSubscriptionExpiryDate sets the SubscriptionExpiryDate field's value.

func (GetDeliverabilityDashboardOptionsOutput) String

func (s GetDeliverabilityDashboardOptionsOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type GetDeliverabilityTestReportInput

type GetDeliverabilityTestReportInput struct {

    // A unique string that identifies the predictive inbox placement test.
    //
    // ReportId is a required field
    ReportId *string `location:"uri" locationName:"ReportId" type:"string" required:"true"`
    // contains filtered or unexported fields
}

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

func (GetDeliverabilityTestReportInput) GoString

func (s GetDeliverabilityTestReportInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GetDeliverabilityTestReportInput) SetReportId

func (s *GetDeliverabilityTestReportInput) SetReportId(v string) *GetDeliverabilityTestReportInput

SetReportId sets the ReportId field's value.

func (GetDeliverabilityTestReportInput) String

func (s GetDeliverabilityTestReportInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GetDeliverabilityTestReportInput) Validate

func (s *GetDeliverabilityTestReportInput) Validate() error

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

type GetDeliverabilityTestReportOutput

type GetDeliverabilityTestReportOutput struct {

    // An object that contains the results of the predictive inbox placement test.
    //
    // DeliverabilityTestReport is a required field
    DeliverabilityTestReport *DeliverabilityTestReport `type:"structure" required:"true"`

    // An object that describes how the test email was handled by several email
    // providers, including Gmail, Hotmail, Yahoo, AOL, and others.
    //
    // IspPlacements is a required field
    IspPlacements []*IspPlacement `type:"list" required:"true"`

    // An object that contains the message that you sent when you performed this
    // predictive inbox placement test.
    Message *string `type:"string"`

    // An object that specifies how many test messages that were sent during the
    // predictive inbox placement test were delivered to recipients' inboxes, how
    // many were sent to recipients' spam folders, and how many weren't delivered.
    //
    // OverallPlacement is a required field
    OverallPlacement *PlacementStatistics `type:"structure" required:"true"`

    // An array of objects that define the tags (keys and values) that are associated
    // with the predictive inbox placement test.
    Tags []*Tag `type:"list"`
    // contains filtered or unexported fields
}

The results of the predictive inbox placement test.

func (GetDeliverabilityTestReportOutput) GoString

func (s GetDeliverabilityTestReportOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GetDeliverabilityTestReportOutput) SetDeliverabilityTestReport

func (s *GetDeliverabilityTestReportOutput) SetDeliverabilityTestReport(v *DeliverabilityTestReport) *GetDeliverabilityTestReportOutput

SetDeliverabilityTestReport sets the DeliverabilityTestReport field's value.

func (*GetDeliverabilityTestReportOutput) SetIspPlacements

func (s *GetDeliverabilityTestReportOutput) SetIspPlacements(v []*IspPlacement) *GetDeliverabilityTestReportOutput

SetIspPlacements sets the IspPlacements field's value.

func (*GetDeliverabilityTestReportOutput) SetMessage

func (s *GetDeliverabilityTestReportOutput) SetMessage(v string) *GetDeliverabilityTestReportOutput

SetMessage sets the Message field's value.

func (*GetDeliverabilityTestReportOutput) SetOverallPlacement

func (s *GetDeliverabilityTestReportOutput) SetOverallPlacement(v *PlacementStatistics) *GetDeliverabilityTestReportOutput

SetOverallPlacement sets the OverallPlacement field's value.

func (*GetDeliverabilityTestReportOutput) SetTags

func (s *GetDeliverabilityTestReportOutput) SetTags(v []*Tag) *GetDeliverabilityTestReportOutput

SetTags sets the Tags field's value.

func (GetDeliverabilityTestReportOutput) String

func (s GetDeliverabilityTestReportOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type GetDomainDeliverabilityCampaignInput

type GetDomainDeliverabilityCampaignInput struct {

    // The unique identifier for the campaign. The Deliverability dashboard automatically
    // generates and assigns this identifier to a campaign.
    //
    // CampaignId is a required field
    CampaignId *string `location:"uri" locationName:"CampaignId" type:"string" required:"true"`
    // contains filtered or unexported fields
}

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

func (GetDomainDeliverabilityCampaignInput) GoString

func (s GetDomainDeliverabilityCampaignInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GetDomainDeliverabilityCampaignInput) SetCampaignId

func (s *GetDomainDeliverabilityCampaignInput) SetCampaignId(v string) *GetDomainDeliverabilityCampaignInput

SetCampaignId sets the CampaignId field's value.

func (GetDomainDeliverabilityCampaignInput) String

func (s GetDomainDeliverabilityCampaignInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GetDomainDeliverabilityCampaignInput) Validate

func (s *GetDomainDeliverabilityCampaignInput) Validate() error

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

type GetDomainDeliverabilityCampaignOutput

type GetDomainDeliverabilityCampaignOutput struct {

    // An object that contains the deliverability data for the campaign.
    //
    // DomainDeliverabilityCampaign is a required field
    DomainDeliverabilityCampaign *DomainDeliverabilityCampaign `type:"structure" required:"true"`
    // contains filtered or unexported fields
}

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

func (GetDomainDeliverabilityCampaignOutput) GoString

func (s GetDomainDeliverabilityCampaignOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GetDomainDeliverabilityCampaignOutput) SetDomainDeliverabilityCampaign

func (s *GetDomainDeliverabilityCampaignOutput) SetDomainDeliverabilityCampaign(v *DomainDeliverabilityCampaign) *GetDomainDeliverabilityCampaignOutput

SetDomainDeliverabilityCampaign sets the DomainDeliverabilityCampaign field's value.

func (GetDomainDeliverabilityCampaignOutput) String

func (s GetDomainDeliverabilityCampaignOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type GetDomainStatisticsReportInput

type GetDomainStatisticsReportInput struct {

    // The domain that you want to obtain deliverability metrics for.
    //
    // Domain is a required field
    Domain *string `location:"uri" locationName:"Domain" min:"1" type:"string" required:"true"`

    // The last day (in Unix time) that you want to obtain domain deliverability
    // metrics for. The EndDate that you specify has to be less than or equal to
    // 30 days after the StartDate.
    //
    // EndDate is a required field
    EndDate *time.Time `location:"querystring" locationName:"EndDate" type:"timestamp" required:"true"`

    // The first day (in Unix time) that you want to obtain domain deliverability
    // metrics for.
    //
    // StartDate is a required field
    StartDate *time.Time `location:"querystring" locationName:"StartDate" type:"timestamp" required:"true"`
    // contains filtered or unexported fields
}

A request to obtain deliverability metrics for a domain.

func (GetDomainStatisticsReportInput) GoString

func (s GetDomainStatisticsReportInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GetDomainStatisticsReportInput) SetDomain

func (s *GetDomainStatisticsReportInput) SetDomain(v string) *GetDomainStatisticsReportInput

SetDomain sets the Domain field's value.

func (*GetDomainStatisticsReportInput) SetEndDate

func (s *GetDomainStatisticsReportInput) SetEndDate(v time.Time) *GetDomainStatisticsReportInput

SetEndDate sets the EndDate field's value.

func (*GetDomainStatisticsReportInput) SetStartDate

func (s *GetDomainStatisticsReportInput) SetStartDate(v time.Time) *GetDomainStatisticsReportInput

SetStartDate sets the StartDate field's value.

func (GetDomainStatisticsReportInput) String

func (s GetDomainStatisticsReportInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GetDomainStatisticsReportInput) Validate

func (s *GetDomainStatisticsReportInput) Validate() error

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

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 is a required field
    DailyVolumes []*DailyVolume `type:"list" required:"true"`

    // An object that contains deliverability metrics for the domain that you specified.
    // The data in this object is a summary of all of the data that was collected
    // from the StartDate to the EndDate.
    //
    // OverallVolume is a required field
    OverallVolume *OverallVolume `type:"structure" required:"true"`
    // contains filtered or unexported fields
}

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

func (GetDomainStatisticsReportOutput) GoString

func (s GetDomainStatisticsReportOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GetDomainStatisticsReportOutput) SetDailyVolumes

func (s *GetDomainStatisticsReportOutput) SetDailyVolumes(v []*DailyVolume) *GetDomainStatisticsReportOutput

SetDailyVolumes sets the DailyVolumes field's value.

func (*GetDomainStatisticsReportOutput) SetOverallVolume

func (s *GetDomainStatisticsReportOutput) SetOverallVolume(v *OverallVolume) *GetDomainStatisticsReportOutput

SetOverallVolume sets the OverallVolume field's value.

func (GetDomainStatisticsReportOutput) String

func (s GetDomainStatisticsReportOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type GetEmailIdentityInput

type GetEmailIdentityInput struct {

    // The email identity.
    //
    // EmailIdentity is a required field
    EmailIdentity *string `location:"uri" locationName:"EmailIdentity" min:"1" type:"string" required:"true"`
    // contains filtered or unexported fields
}

A request to return details about an email identity.

func (GetEmailIdentityInput) GoString

func (s GetEmailIdentityInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GetEmailIdentityInput) SetEmailIdentity

func (s *GetEmailIdentityInput) SetEmailIdentity(v string) *GetEmailIdentityInput

SetEmailIdentity sets the EmailIdentity field's value.

func (GetEmailIdentityInput) String

func (s GetEmailIdentityInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GetEmailIdentityInput) Validate

func (s *GetEmailIdentityInput) Validate() error

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

type GetEmailIdentityOutput

type GetEmailIdentityOutput struct {

    // The configuration set used by default when sending from this identity.
    ConfigurationSetName *string `type:"string"`

    // An object that contains information about the DKIM attributes for the identity.
    DkimAttributes *DkimAttributes `type:"structure"`

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

    // The email identity type. Note: the MANAGED_DOMAIN identity type is not supported.
    IdentityType *string `type:"string" enum:"IdentityType"`

    // An object that contains information about the Mail-From attributes for the
    // email identity.
    MailFromAttributes *MailFromAttributes `type:"structure"`

    // A map of policy names to policies.
    Policies map[string]*string `type:"map"`

    // An array of objects that define the tags (keys and values) that are associated
    // with the email identity.
    Tags []*Tag `type:"list"`

    // The verification status of the identity. The status can be one of the following:
    //
    //    * PENDING – The verification process was initiated, but Amazon SES hasn't
    //    yet been able to verify the identity.
    //
    //    * SUCCESS – The verification process completed successfully.
    //
    //    * FAILED – The verification process failed.
    //
    //    * TEMPORARY_FAILURE – A temporary issue is preventing Amazon SES from
    //    determining the verification status of the identity.
    //
    //    * NOT_STARTED – The verification process hasn't been initiated for the
    //    identity.
    VerificationStatus *string `type:"string" enum:"VerificationStatus"`

    // Specifies whether or not the identity is verified. You can only send email
    // from verified email addresses or domains. For more information about verifying
    // identities, see the Amazon Pinpoint User Guide (https://docs.aws.amazon.com/pinpoint/latest/userguide/channels-email-manage-verify.html).
    VerifiedForSendingStatus *bool `type:"boolean"`
    // contains filtered or unexported fields
}

Details about an email identity.

func (GetEmailIdentityOutput) GoString

func (s GetEmailIdentityOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GetEmailIdentityOutput) SetConfigurationSetName

func (s *GetEmailIdentityOutput) SetConfigurationSetName(v string) *GetEmailIdentityOutput

SetConfigurationSetName sets the ConfigurationSetName field's value.

func (*GetEmailIdentityOutput) SetDkimAttributes

func (s *GetEmailIdentityOutput) SetDkimAttributes(v *DkimAttributes) *GetEmailIdentityOutput

SetDkimAttributes sets the DkimAttributes field's value.

func (*GetEmailIdentityOutput) SetFeedbackForwardingStatus

func (s *GetEmailIdentityOutput) SetFeedbackForwardingStatus(v bool) *GetEmailIdentityOutput

SetFeedbackForwardingStatus sets the FeedbackForwardingStatus field's value.

func (*GetEmailIdentityOutput) SetIdentityType

func (s *GetEmailIdentityOutput) SetIdentityType(v string) *GetEmailIdentityOutput

SetIdentityType sets the IdentityType field's value.

func (*GetEmailIdentityOutput) SetMailFromAttributes

func (s *GetEmailIdentityOutput) SetMailFromAttributes(v *MailFromAttributes) *GetEmailIdentityOutput

SetMailFromAttributes sets the MailFromAttributes field's value.

func (*GetEmailIdentityOutput) SetPolicies

func (s *GetEmailIdentityOutput) SetPolicies(v map[string]*string) *GetEmailIdentityOutput

SetPolicies sets the Policies field's value.

func (*GetEmailIdentityOutput) SetTags

func (s *GetEmailIdentityOutput) SetTags(v []*Tag) *GetEmailIdentityOutput

SetTags sets the Tags field's value.

func (*GetEmailIdentityOutput) SetVerificationStatus

func (s *GetEmailIdentityOutput) SetVerificationStatus(v string) *GetEmailIdentityOutput

SetVerificationStatus sets the VerificationStatus field's value.

func (*GetEmailIdentityOutput) SetVerifiedForSendingStatus

func (s *GetEmailIdentityOutput) SetVerifiedForSendingStatus(v bool) *GetEmailIdentityOutput

SetVerifiedForSendingStatus sets the VerifiedForSendingStatus field's value.

func (GetEmailIdentityOutput) String

func (s GetEmailIdentityOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type GetEmailIdentityPoliciesInput

type GetEmailIdentityPoliciesInput struct {

    // The email identity.
    //
    // EmailIdentity is a required field
    EmailIdentity *string `location:"uri" locationName:"EmailIdentity" min:"1" type:"string" required:"true"`
    // contains filtered or unexported fields
}

A request to return the policies of an email identity.

func (GetEmailIdentityPoliciesInput) GoString

func (s GetEmailIdentityPoliciesInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GetEmailIdentityPoliciesInput) SetEmailIdentity

func (s *GetEmailIdentityPoliciesInput) SetEmailIdentity(v string) *GetEmailIdentityPoliciesInput

SetEmailIdentity sets the EmailIdentity field's value.

func (GetEmailIdentityPoliciesInput) String

func (s GetEmailIdentityPoliciesInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GetEmailIdentityPoliciesInput) Validate

func (s *GetEmailIdentityPoliciesInput) Validate() error

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

type GetEmailIdentityPoliciesOutput

type GetEmailIdentityPoliciesOutput struct {

    // A map of policy names to policies.
    Policies map[string]*string `type:"map"`
    // contains filtered or unexported fields
}

Identity policies associated with email identity.

func (GetEmailIdentityPoliciesOutput) GoString

func (s GetEmailIdentityPoliciesOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GetEmailIdentityPoliciesOutput) SetPolicies

func (s *GetEmailIdentityPoliciesOutput) SetPolicies(v map[string]*string) *GetEmailIdentityPoliciesOutput

SetPolicies sets the Policies field's value.

func (GetEmailIdentityPoliciesOutput) String

func (s GetEmailIdentityPoliciesOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type GetEmailTemplateInput

type GetEmailTemplateInput struct {

    // The name of the template.
    //
    // TemplateName is a required field
    TemplateName *string `location:"uri" locationName:"TemplateName" min:"1" type:"string" required:"true"`
    // contains filtered or unexported fields
}

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

func (GetEmailTemplateInput) GoString

func (s GetEmailTemplateInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GetEmailTemplateInput) SetTemplateName

func (s *GetEmailTemplateInput) SetTemplateName(v string) *GetEmailTemplateInput

SetTemplateName sets the TemplateName field's value.

func (GetEmailTemplateInput) String

func (s GetEmailTemplateInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GetEmailTemplateInput) Validate

func (s *GetEmailTemplateInput) Validate() error

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

type GetEmailTemplateOutput

type GetEmailTemplateOutput struct {

    // The content of the email template, composed of a subject line, an HTML part,
    // and a text-only part.
    //
    // TemplateContent is a required field
    TemplateContent *EmailTemplateContent `type:"structure" required:"true"`

    // The name of the template.
    //
    // TemplateName is a required field
    TemplateName *string `min:"1" type:"string" required:"true"`
    // contains filtered or unexported fields
}

The following element is returned by the service.

func (GetEmailTemplateOutput) GoString

func (s GetEmailTemplateOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GetEmailTemplateOutput) SetTemplateContent

func (s *GetEmailTemplateOutput) SetTemplateContent(v *EmailTemplateContent) *GetEmailTemplateOutput

SetTemplateContent sets the TemplateContent field's value.

func (*GetEmailTemplateOutput) SetTemplateName

func (s *GetEmailTemplateOutput) SetTemplateName(v string) *GetEmailTemplateOutput

SetTemplateName sets the TemplateName field's value.

func (GetEmailTemplateOutput) String

func (s GetEmailTemplateOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type GetExportJobInput

type GetExportJobInput struct {

    // The export job ID.
    //
    // JobId is a required field
    JobId *string `location:"uri" locationName:"JobId" min:"1" type:"string" required:"true"`
    // contains filtered or unexported fields
}

Represents a request to retrieve information about an export job using the export job ID.

func (GetExportJobInput) GoString

func (s GetExportJobInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GetExportJobInput) SetJobId

func (s *GetExportJobInput) SetJobId(v string) *GetExportJobInput

SetJobId sets the JobId field's value.

func (GetExportJobInput) String

func (s GetExportJobInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GetExportJobInput) Validate

func (s *GetExportJobInput) Validate() error

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

type GetExportJobOutput

type GetExportJobOutput struct {

    // The timestamp of when the export job was completed.
    CompletedTimestamp *time.Time `type:"timestamp"`

    // The timestamp of when the export job was created.
    CreatedTimestamp *time.Time `type:"timestamp"`

    // The data source of the export job.
    ExportDataSource *ExportDataSource `type:"structure"`

    // The destination of the export job.
    ExportDestination *ExportDestination `type:"structure"`

    // The type of source of the export job.
    ExportSourceType *string `type:"string" enum:"ExportSourceType"`

    // The failure details about an export job.
    FailureInfo *FailureInfo `type:"structure"`

    // The export job ID.
    JobId *string `min:"1" type:"string"`

    // The status of the export job.
    JobStatus *string `type:"string" enum:"JobStatus"`

    // The statistics about the export job.
    Statistics *ExportStatistics `type:"structure"`
    // contains filtered or unexported fields
}

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

func (GetExportJobOutput) GoString

func (s GetExportJobOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GetExportJobOutput) SetCompletedTimestamp

func (s *GetExportJobOutput) SetCompletedTimestamp(v time.Time) *GetExportJobOutput

SetCompletedTimestamp sets the CompletedTimestamp field's value.

func (*GetExportJobOutput) SetCreatedTimestamp

func (s *GetExportJobOutput) SetCreatedTimestamp(v time.Time) *GetExportJobOutput

SetCreatedTimestamp sets the CreatedTimestamp field's value.

func (*GetExportJobOutput) SetExportDataSource

func (s *GetExportJobOutput) SetExportDataSource(v *ExportDataSource) *GetExportJobOutput

SetExportDataSource sets the ExportDataSource field's value.

func (*GetExportJobOutput) SetExportDestination

func (s *GetExportJobOutput) SetExportDestination(v *ExportDestination) *GetExportJobOutput

SetExportDestination sets the ExportDestination field's value.

func (*GetExportJobOutput) SetExportSourceType

func (s *GetExportJobOutput) SetExportSourceType(v string) *GetExportJobOutput

SetExportSourceType sets the ExportSourceType field's value.

func (*GetExportJobOutput) SetFailureInfo

func (s *GetExportJobOutput) SetFailureInfo(v *FailureInfo) *GetExportJobOutput

SetFailureInfo sets the FailureInfo field's value.

func (*GetExportJobOutput) SetJobId

func (s *GetExportJobOutput) SetJobId(v string) *GetExportJobOutput

SetJobId sets the JobId field's value.

func (*GetExportJobOutput) SetJobStatus

func (s *GetExportJobOutput) SetJobStatus(v string) *GetExportJobOutput

SetJobStatus sets the JobStatus field's value.

func (*GetExportJobOutput) SetStatistics

func (s *GetExportJobOutput) SetStatistics(v *ExportStatistics) *GetExportJobOutput

SetStatistics sets the Statistics field's value.

func (GetExportJobOutput) String

func (s GetExportJobOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type GetImportJobInput

type GetImportJobInput struct {

    // The ID of the import job.
    //
    // JobId is a required field
    JobId *string `location:"uri" locationName:"JobId" min:"1" type:"string" required:"true"`
    // contains filtered or unexported fields
}

Represents a request for information about an import job using the import job ID.

func (GetImportJobInput) GoString

func (s GetImportJobInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GetImportJobInput) SetJobId

func (s *GetImportJobInput) SetJobId(v string) *GetImportJobInput

SetJobId sets the JobId field's value.

func (GetImportJobInput) String

func (s GetImportJobInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GetImportJobInput) Validate

func (s *GetImportJobInput) Validate() error

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

type GetImportJobOutput

type GetImportJobOutput struct {

    // The time stamp of when the import job was completed.
    CompletedTimestamp *time.Time `type:"timestamp"`

    // The time stamp of when the import job was created.
    CreatedTimestamp *time.Time `type:"timestamp"`

    // The number of records that failed processing because of invalid input or
    // other reasons.
    FailedRecordsCount *int64 `type:"integer"`

    // The failure details about an import job.
    FailureInfo *FailureInfo `type:"structure"`

    // The data source of the import job.
    ImportDataSource *ImportDataSource `type:"structure"`

    // The destination of the import job.
    ImportDestination *ImportDestination `type:"structure"`

    // A string that represents the import job ID.
    JobId *string `min:"1" type:"string"`

    // The status of the import job.
    JobStatus *string `type:"string" enum:"JobStatus"`

    // The current number of records processed.
    ProcessedRecordsCount *int64 `type:"integer"`
    // contains filtered or unexported fields
}

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

func (GetImportJobOutput) GoString

func (s GetImportJobOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GetImportJobOutput) SetCompletedTimestamp

func (s *GetImportJobOutput) SetCompletedTimestamp(v time.Time) *GetImportJobOutput

SetCompletedTimestamp sets the CompletedTimestamp field's value.

func (*GetImportJobOutput) SetCreatedTimestamp

func (s *GetImportJobOutput) SetCreatedTimestamp(v time.Time) *GetImportJobOutput

SetCreatedTimestamp sets the CreatedTimestamp field's value.

func (*GetImportJobOutput) SetFailedRecordsCount

func (s *GetImportJobOutput) SetFailedRecordsCount(v int64) *GetImportJobOutput

SetFailedRecordsCount sets the FailedRecordsCount field's value.

func (*GetImportJobOutput) SetFailureInfo

func (s *GetImportJobOutput) SetFailureInfo(v *FailureInfo) *GetImportJobOutput

SetFailureInfo sets the FailureInfo field's value.

func (*GetImportJobOutput) SetImportDataSource

func (s *GetImportJobOutput) SetImportDataSource(v *ImportDataSource) *GetImportJobOutput

SetImportDataSource sets the ImportDataSource field's value.

func (*GetImportJobOutput) SetImportDestination

func (s *GetImportJobOutput) SetImportDestination(v *ImportDestination) *GetImportJobOutput

SetImportDestination sets the ImportDestination field's value.

func (*GetImportJobOutput) SetJobId

func (s *GetImportJobOutput) SetJobId(v string) *GetImportJobOutput

SetJobId sets the JobId field's value.

func (*GetImportJobOutput) SetJobStatus

func (s *GetImportJobOutput) SetJobStatus(v string) *GetImportJobOutput

SetJobStatus sets the JobStatus field's value.

func (*GetImportJobOutput) SetProcessedRecordsCount

func (s *GetImportJobOutput) SetProcessedRecordsCount(v int64) *GetImportJobOutput

SetProcessedRecordsCount sets the ProcessedRecordsCount field's value.

func (GetImportJobOutput) String

func (s GetImportJobOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type GetMessageInsightsInput

type GetMessageInsightsInput struct {

    // A MessageId is a unique identifier for a message, and is returned when sending
    // emails through Amazon SES.
    //
    // MessageId is a required field
    MessageId *string `location:"uri" locationName:"MessageId" type:"string" required:"true"`
    // contains filtered or unexported fields
}

A request to return information about a message.

func (GetMessageInsightsInput) GoString

func (s GetMessageInsightsInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GetMessageInsightsInput) SetMessageId

func (s *GetMessageInsightsInput) SetMessageId(v string) *GetMessageInsightsInput

SetMessageId sets the MessageId field's value.

func (GetMessageInsightsInput) String

func (s GetMessageInsightsInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GetMessageInsightsInput) Validate

func (s *GetMessageInsightsInput) Validate() error

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

type GetMessageInsightsOutput

type GetMessageInsightsOutput struct {

    // A list of tags, in the form of name/value pairs, that were applied to the
    // email you sent, along with Amazon SES Auto-Tags (https://docs.aws.amazon.com/ses/latest/dg/monitor-using-event-publishing.html).
    EmailTags []*MessageTag `type:"list"`

    // The from address used to send the message.
    //
    // FromEmailAddress is a sensitive parameter and its value will be
    // replaced with "sensitive" in string returned by GetMessageInsightsOutput's
    // String and GoString methods.
    FromEmailAddress *string `min:"1" type:"string" sensitive:"true"`

    // A set of insights associated with the message.
    Insights []*EmailInsights `type:"list"`

    // A unique identifier for the message.
    MessageId *string `type:"string"`

    // The subject line of the message.
    //
    // Subject is a sensitive parameter and its value will be
    // replaced with "sensitive" in string returned by GetMessageInsightsOutput's
    // String and GoString methods.
    Subject *string `min:"1" type:"string" sensitive:"true"`
    // contains filtered or unexported fields
}

Information about a message.

func (GetMessageInsightsOutput) GoString

func (s GetMessageInsightsOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GetMessageInsightsOutput) SetEmailTags

func (s *GetMessageInsightsOutput) SetEmailTags(v []*MessageTag) *GetMessageInsightsOutput

SetEmailTags sets the EmailTags field's value.

func (*GetMessageInsightsOutput) SetFromEmailAddress

func (s *GetMessageInsightsOutput) SetFromEmailAddress(v string) *GetMessageInsightsOutput

SetFromEmailAddress sets the FromEmailAddress field's value.

func (*GetMessageInsightsOutput) SetInsights

func (s *GetMessageInsightsOutput) SetInsights(v []*EmailInsights) *GetMessageInsightsOutput

SetInsights sets the Insights field's value.

func (*GetMessageInsightsOutput) SetMessageId

func (s *GetMessageInsightsOutput) SetMessageId(v string) *GetMessageInsightsOutput

SetMessageId sets the MessageId field's value.

func (*GetMessageInsightsOutput) SetSubject

func (s *GetMessageInsightsOutput) SetSubject(v string) *GetMessageInsightsOutput

SetSubject sets the Subject field's value.

func (GetMessageInsightsOutput) String

func (s GetMessageInsightsOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type GetSuppressedDestinationInput

type GetSuppressedDestinationInput struct {

    // The email address that's on the account suppression list.
    //
    // EmailAddress is a required field
    EmailAddress *string `location:"uri" locationName:"EmailAddress" type:"string" required:"true"`
    // contains filtered or unexported fields
}

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

func (GetSuppressedDestinationInput) GoString

func (s GetSuppressedDestinationInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GetSuppressedDestinationInput) SetEmailAddress

func (s *GetSuppressedDestinationInput) SetEmailAddress(v string) *GetSuppressedDestinationInput

SetEmailAddress sets the EmailAddress field's value.

func (GetSuppressedDestinationInput) String

func (s GetSuppressedDestinationInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GetSuppressedDestinationInput) Validate

func (s *GetSuppressedDestinationInput) Validate() error

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

type GetSuppressedDestinationOutput

type GetSuppressedDestinationOutput struct {

    // An object containing information about the suppressed email address.
    //
    // SuppressedDestination is a required field
    SuppressedDestination *SuppressedDestination `type:"structure" required:"true"`
    // contains filtered or unexported fields
}

Information about the suppressed email address.

func (GetSuppressedDestinationOutput) GoString

func (s GetSuppressedDestinationOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GetSuppressedDestinationOutput) SetSuppressedDestination

func (s *GetSuppressedDestinationOutput) SetSuppressedDestination(v *SuppressedDestination) *GetSuppressedDestinationOutput

SetSuppressedDestination sets the SuppressedDestination field's value.

func (GetSuppressedDestinationOutput) String

func (s GetSuppressedDestinationOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type GuardianAttributes

type GuardianAttributes struct {

    // Specifies the status of your VDM optimized shared delivery. Can be one of
    // the following:
    //
    //    * ENABLED – Amazon SES enables optimized shared delivery for your account.
    //
    //    * DISABLED – Amazon SES disables optimized shared delivery for your
    //    account.
    OptimizedSharedDelivery *string `type:"string" enum:"FeatureStatus"`
    // contains filtered or unexported fields
}

An object containing additional settings for your VDM configuration as applicable to the Guardian.

func (GuardianAttributes) GoString

func (s GuardianAttributes) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GuardianAttributes) SetOptimizedSharedDelivery

func (s *GuardianAttributes) SetOptimizedSharedDelivery(v string) *GuardianAttributes

SetOptimizedSharedDelivery sets the OptimizedSharedDelivery field's value.

func (GuardianAttributes) String

func (s GuardianAttributes) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type GuardianOptions

type GuardianOptions struct {

    // Specifies the status of your VDM optimized shared delivery. Can be one of
    // the following:
    //
    //    * ENABLED – Amazon SES enables optimized shared delivery for the configuration
    //    set.
    //
    //    * DISABLED – Amazon SES disables optimized shared delivery for the configuration
    //    set.
    OptimizedSharedDelivery *string `type:"string" enum:"FeatureStatus"`
    // contains filtered or unexported fields
}

An object containing additional settings for your VDM configuration as applicable to the Guardian.

func (GuardianOptions) GoString

func (s GuardianOptions) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GuardianOptions) SetOptimizedSharedDelivery

func (s *GuardianOptions) SetOptimizedSharedDelivery(v string) *GuardianOptions

SetOptimizedSharedDelivery sets the OptimizedSharedDelivery field's value.

func (GuardianOptions) String

func (s GuardianOptions) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type IdentityInfo

type IdentityInfo struct {

    // The address or domain of the identity.
    IdentityName *string `min:"1" type:"string"`

    // The email identity type. Note: the MANAGED_DOMAIN type is not supported for
    // email identity types.
    IdentityType *string `type:"string" enum:"IdentityType"`

    // Indicates whether or not you can send email from the identity.
    //
    // An identity is an email address or domain that you send email from. Before
    // you can send email from an identity, you have to demostrate that you own
    // the identity, and that you authorize Amazon SES to send email from that identity.
    SendingEnabled *bool `type:"boolean"`

    // The verification status of the identity. The status can be one of the following:
    //
    //    * PENDING – The verification process was initiated, but Amazon SES hasn't
    //    yet been able to verify the identity.
    //
    //    * SUCCESS – The verification process completed successfully.
    //
    //    * FAILED – The verification process failed.
    //
    //    * TEMPORARY_FAILURE – A temporary issue is preventing Amazon SES from
    //    determining the verification status of the identity.
    //
    //    * NOT_STARTED – The verification process hasn't been initiated for the
    //    identity.
    VerificationStatus *string `type:"string" enum:"VerificationStatus"`
    // contains filtered or unexported fields
}

Information about an email identity.

func (IdentityInfo) GoString

func (s IdentityInfo) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*IdentityInfo) SetIdentityName

func (s *IdentityInfo) SetIdentityName(v string) *IdentityInfo

SetIdentityName sets the IdentityName field's value.

func (*IdentityInfo) SetIdentityType

func (s *IdentityInfo) SetIdentityType(v string) *IdentityInfo

SetIdentityType sets the IdentityType field's value.

func (*IdentityInfo) SetSendingEnabled

func (s *IdentityInfo) SetSendingEnabled(v bool) *IdentityInfo

SetSendingEnabled sets the SendingEnabled field's value.

func (*IdentityInfo) SetVerificationStatus

func (s *IdentityInfo) SetVerificationStatus(v string) *IdentityInfo

SetVerificationStatus sets the VerificationStatus field's value.

func (IdentityInfo) String

func (s IdentityInfo) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ImportDataSource

type ImportDataSource struct {

    // The data format of the import job's data source.
    //
    // DataFormat is a required field
    DataFormat *string `type:"string" required:"true" enum:"DataFormat"`

    // An Amazon S3 URL in the format s3://<bucket_name>/<object>.
    //
    // S3Url is a required field
    S3Url *string `type:"string" required:"true"`
    // contains filtered or unexported fields
}

An object that contains details about the data source of the import job.

func (ImportDataSource) GoString

func (s ImportDataSource) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ImportDataSource) SetDataFormat

func (s *ImportDataSource) SetDataFormat(v string) *ImportDataSource

SetDataFormat sets the DataFormat field's value.

func (*ImportDataSource) SetS3Url

func (s *ImportDataSource) SetS3Url(v string) *ImportDataSource

SetS3Url sets the S3Url field's value.

func (ImportDataSource) String

func (s ImportDataSource) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ImportDataSource) Validate

func (s *ImportDataSource) Validate() error

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

type ImportDestination

type ImportDestination struct {

    // An object that contains the action of the import job towards a contact list.
    ContactListDestination *ContactListDestination `type:"structure"`

    // An object that contains the action of the import job towards suppression
    // list.
    SuppressionListDestination *SuppressionListDestination `type:"structure"`
    // contains filtered or unexported fields
}

An object that contains details about the resource destination the import job is going to target.

func (ImportDestination) GoString

func (s ImportDestination) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ImportDestination) SetContactListDestination

func (s *ImportDestination) SetContactListDestination(v *ContactListDestination) *ImportDestination

SetContactListDestination sets the ContactListDestination field's value.

func (*ImportDestination) SetSuppressionListDestination

func (s *ImportDestination) SetSuppressionListDestination(v *SuppressionListDestination) *ImportDestination

SetSuppressionListDestination sets the SuppressionListDestination field's value.

func (ImportDestination) String

func (s ImportDestination) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ImportDestination) Validate

func (s *ImportDestination) Validate() error

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

type ImportJobSummary

type ImportJobSummary struct {

    // The date and time when the import job was created.
    CreatedTimestamp *time.Time `type:"timestamp"`

    // The number of records that failed processing because of invalid input or
    // other reasons.
    FailedRecordsCount *int64 `type:"integer"`

    // An object that contains details about the resource destination the import
    // job is going to target.
    ImportDestination *ImportDestination `type:"structure"`

    // A string that represents a job ID.
    JobId *string `min:"1" type:"string"`

    // The status of a job.
    //
    //    * CREATED – Job has just been created.
    //
    //    * PROCESSING – Job is processing.
    //
    //    * ERROR – An error occurred during processing.
    //
    //    * COMPLETED – Job has completed processing successfully.
    JobStatus *string `type:"string" enum:"JobStatus"`

    // The current number of records processed.
    ProcessedRecordsCount *int64 `type:"integer"`
    // contains filtered or unexported fields
}

A summary of the import job.

func (ImportJobSummary) GoString

func (s ImportJobSummary) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ImportJobSummary) SetCreatedTimestamp

func (s *ImportJobSummary) SetCreatedTimestamp(v time.Time) *ImportJobSummary

SetCreatedTimestamp sets the CreatedTimestamp field's value.

func (*ImportJobSummary) SetFailedRecordsCount

func (s *ImportJobSummary) SetFailedRecordsCount(v int64) *ImportJobSummary

SetFailedRecordsCount sets the FailedRecordsCount field's value.

func (*ImportJobSummary) SetImportDestination

func (s *ImportJobSummary) SetImportDestination(v *ImportDestination) *ImportJobSummary

SetImportDestination sets the ImportDestination field's value.

func (*ImportJobSummary) SetJobId

func (s *ImportJobSummary) SetJobId(v string) *ImportJobSummary

SetJobId sets the JobId field's value.

func (*ImportJobSummary) SetJobStatus

func (s *ImportJobSummary) SetJobStatus(v string) *ImportJobSummary

SetJobStatus sets the JobStatus field's value.

func (*ImportJobSummary) SetProcessedRecordsCount

func (s *ImportJobSummary) SetProcessedRecordsCount(v int64) *ImportJobSummary

SetProcessedRecordsCount sets the ProcessedRecordsCount field's value.

func (ImportJobSummary) String

func (s ImportJobSummary) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type InboxPlacementTrackingOption

type InboxPlacementTrackingOption struct {

    // Specifies whether inbox placement data is being tracked for the domain.
    Global *bool `type:"boolean"`

    // An array of strings, one for each major email provider that the inbox placement
    // data applies to.
    TrackedIsps []*string `type:"list"`
    // contains filtered or unexported fields
}

An object that contains information about the inbox placement data settings for a verified domain that’s associated with your Amazon Web Services account. This data is available only if you enabled the Deliverability dashboard for the domain.

func (InboxPlacementTrackingOption) GoString

func (s InboxPlacementTrackingOption) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*InboxPlacementTrackingOption) SetGlobal

func (s *InboxPlacementTrackingOption) SetGlobal(v bool) *InboxPlacementTrackingOption

SetGlobal sets the Global field's value.

func (*InboxPlacementTrackingOption) SetTrackedIsps

func (s *InboxPlacementTrackingOption) SetTrackedIsps(v []*string) *InboxPlacementTrackingOption

SetTrackedIsps sets the TrackedIsps field's value.

func (InboxPlacementTrackingOption) String

func (s InboxPlacementTrackingOption) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type InsightsEvent

type InsightsEvent struct {

    // Details about bounce or complaint events.
    Details *EventDetails `type:"structure"`

    // The timestamp of the event.
    Timestamp *time.Time `type:"timestamp"`

    // The type of event:
    //
    //    * SEND - The send request was successful and SES will attempt to deliver
    //    the message to the recipient’s mail server. (If account-level or global
    //    suppression is being used, SES will still count it as a send, but delivery
    //    is suppressed.)
    //
    //    * DELIVERY - SES successfully delivered the email to the recipient's mail
    //    server. Excludes deliveries to the mailbox simulator, and those from emails
    //    addressed to more than one recipient.
    //
    //    * BOUNCE - Feedback received for delivery failures. Additional details
    //    about the bounce are provided in the Details object. Excludes bounces
    //    from the mailbox simulator, and those from emails addressed to more than
    //    one recipient.
    //
    //    * COMPLAINT - Complaint received for the email. Additional details about
    //    the complaint are provided in the Details object. This excludes complaints
    //    from the mailbox simulator, those originating from your account-level
    //    suppression list (if enabled), and those from emails addressed to more
    //    than one recipient.
    //
    //    * OPEN - Open event for emails including open trackers. Excludes opens
    //    for emails addressed to more than one recipient.
    //
    //    * CLICK - Click event for emails including wrapped links. Excludes clicks
    //    for emails addressed to more than one recipient.
    Type *string `type:"string" enum:"EventType"`
    // contains filtered or unexported fields
}

An object containing details about a specific event.

func (InsightsEvent) GoString

func (s InsightsEvent) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*InsightsEvent) SetDetails

func (s *InsightsEvent) SetDetails(v *EventDetails) *InsightsEvent

SetDetails sets the Details field's value.

func (*InsightsEvent) SetTimestamp

func (s *InsightsEvent) SetTimestamp(v time.Time) *InsightsEvent

SetTimestamp sets the Timestamp field's value.

func (*InsightsEvent) SetType

func (s *InsightsEvent) SetType(v string) *InsightsEvent

SetType sets the Type field's value.

func (InsightsEvent) String

func (s InsightsEvent) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type InternalServiceErrorException

type InternalServiceErrorException struct {
    RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"`

    Message_ *string `locationName:"message" type:"string"`
    // contains filtered or unexported fields
}

The request couldn't be processed because an error occurred with the Amazon SES API v2.

func (*InternalServiceErrorException) Code

func (s *InternalServiceErrorException) Code() string

Code returns the exception type name.

func (*InternalServiceErrorException) Error

func (s *InternalServiceErrorException) Error() string

func (InternalServiceErrorException) GoString

func (s InternalServiceErrorException) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*InternalServiceErrorException) Message

func (s *InternalServiceErrorException) Message() string

Message returns the exception's message.

func (*InternalServiceErrorException) OrigErr

func (s *InternalServiceErrorException) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*InternalServiceErrorException) RequestID

func (s *InternalServiceErrorException) RequestID() string

RequestID returns the service's response RequestID for request.

func (*InternalServiceErrorException) StatusCode

func (s *InternalServiceErrorException) StatusCode() int

Status code returns the HTTP status code for the request's response error.

func (InternalServiceErrorException) String

func (s InternalServiceErrorException) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type InvalidNextTokenException

type InvalidNextTokenException struct {
    RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"`

    Message_ *string `locationName:"message" type:"string"`
    // contains filtered or unexported fields
}

The specified request includes an invalid or expired token.

func (*InvalidNextTokenException) Code

func (s *InvalidNextTokenException) Code() string

Code returns the exception type name.

func (*InvalidNextTokenException) Error

func (s *InvalidNextTokenException) Error() string

func (InvalidNextTokenException) GoString

func (s InvalidNextTokenException) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*InvalidNextTokenException) Message

func (s *InvalidNextTokenException) Message() string

Message returns the exception's message.

func (*InvalidNextTokenException) OrigErr

func (s *InvalidNextTokenException) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*InvalidNextTokenException) RequestID

func (s *InvalidNextTokenException) RequestID() string

RequestID returns the service's response RequestID for request.

func (*InvalidNextTokenException) StatusCode

func (s *InvalidNextTokenException) StatusCode() int

Status code returns the HTTP status code for the request's response error.

func (InvalidNextTokenException) String

func (s InvalidNextTokenException) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type IspPlacement

type IspPlacement struct {

    // The name of the email provider that the inbox placement data applies to.
    IspName *string `type:"string"`

    // An object that contains inbox placement metrics for a specific email provider.
    PlacementStatistics *PlacementStatistics `type:"structure"`
    // contains filtered or unexported fields
}

An object that describes how email sent during the predictive inbox placement test was handled by a certain email provider.

func (IspPlacement) GoString

func (s IspPlacement) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*IspPlacement) SetIspName

func (s *IspPlacement) SetIspName(v string) *IspPlacement

SetIspName sets the IspName field's value.

func (*IspPlacement) SetPlacementStatistics

func (s *IspPlacement) SetPlacementStatistics(v *PlacementStatistics) *IspPlacement

SetPlacementStatistics sets the PlacementStatistics field's value.

func (IspPlacement) String

func (s IspPlacement) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type KinesisFirehoseDestination

type KinesisFirehoseDestination struct {

    // The Amazon Resource Name (ARN) of the Amazon Kinesis Data Firehose stream
    // that the Amazon SES API v2 sends email events to.
    //
    // DeliveryStreamArn is a required field
    DeliveryStreamArn *string `type:"string" required:"true"`

    // The Amazon Resource Name (ARN) of the IAM role that the Amazon SES API v2
    // uses to send email events to the Amazon Kinesis Data Firehose stream.
    //
    // IamRoleArn is a required field
    IamRoleArn *string `type:"string" required:"true"`
    // contains filtered or unexported fields
}

An object that defines an Amazon Kinesis Data Firehose destination for email events. You can use Amazon Kinesis Data Firehose to stream data to other services, such as Amazon S3 and Amazon Redshift.

func (KinesisFirehoseDestination) GoString

func (s KinesisFirehoseDestination) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*KinesisFirehoseDestination) SetDeliveryStreamArn

func (s *KinesisFirehoseDestination) SetDeliveryStreamArn(v string) *KinesisFirehoseDestination

SetDeliveryStreamArn sets the DeliveryStreamArn field's value.

func (*KinesisFirehoseDestination) SetIamRoleArn

func (s *KinesisFirehoseDestination) SetIamRoleArn(v string) *KinesisFirehoseDestination

SetIamRoleArn sets the IamRoleArn field's value.

func (KinesisFirehoseDestination) String

func (s KinesisFirehoseDestination) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*KinesisFirehoseDestination) Validate

func (s *KinesisFirehoseDestination) Validate() error

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

type LimitExceededException

type LimitExceededException struct {
    RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"`

    Message_ *string `locationName:"message" type:"string"`
    // contains filtered or unexported fields
}

There are too many instances of the specified resource type.

func (*LimitExceededException) Code

func (s *LimitExceededException) Code() string

Code returns the exception type name.

func (*LimitExceededException) Error

func (s *LimitExceededException) Error() string

func (LimitExceededException) GoString

func (s LimitExceededException) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*LimitExceededException) Message

func (s *LimitExceededException) Message() string

Message returns the exception's message.

func (*LimitExceededException) OrigErr

func (s *LimitExceededException) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*LimitExceededException) RequestID

func (s *LimitExceededException) RequestID() string

RequestID returns the service's response RequestID for request.

func (*LimitExceededException) StatusCode

func (s *LimitExceededException) StatusCode() int

Status code returns the HTTP status code for the request's response error.

func (LimitExceededException) String

func (s LimitExceededException) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ListConfigurationSetsInput

type ListConfigurationSetsInput struct {

    // A token returned from a previous call to ListConfigurationSets to indicate
    // the position in the list of configuration sets.
    NextToken *string `location:"querystring" locationName:"NextToken" type:"string"`

    // The number of results to show in a single call to ListConfigurationSets.
    // If the number of results is larger than the number you specified in this
    // parameter, then the response includes a NextToken element, which you can
    // use to obtain additional results.
    PageSize *int64 `location:"querystring" locationName:"PageSize" type:"integer"`
    // contains filtered or unexported fields
}

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

func (ListConfigurationSetsInput) GoString

func (s ListConfigurationSetsInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListConfigurationSetsInput) SetNextToken

func (s *ListConfigurationSetsInput) SetNextToken(v string) *ListConfigurationSetsInput

SetNextToken sets the NextToken field's value.

func (*ListConfigurationSetsInput) SetPageSize

func (s *ListConfigurationSetsInput) SetPageSize(v int64) *ListConfigurationSetsInput

SetPageSize sets the PageSize field's value.

func (ListConfigurationSetsInput) String

func (s ListConfigurationSetsInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ListConfigurationSetsOutput

type ListConfigurationSetsOutput struct {

    // An array that contains all of the configuration sets in your Amazon SES account
    // in the current Amazon Web Services Region.
    ConfigurationSets []*string `type:"list"`

    // A token that indicates that there are additional configuration sets to list.
    // To view additional configuration sets, issue another request to ListConfigurationSets,
    // and pass this token in the NextToken parameter.
    NextToken *string `type:"string"`
    // contains filtered or unexported fields
}

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

func (ListConfigurationSetsOutput) GoString

func (s ListConfigurationSetsOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListConfigurationSetsOutput) SetConfigurationSets

func (s *ListConfigurationSetsOutput) SetConfigurationSets(v []*string) *ListConfigurationSetsOutput

SetConfigurationSets sets the ConfigurationSets field's value.

func (*ListConfigurationSetsOutput) SetNextToken

func (s *ListConfigurationSetsOutput) SetNextToken(v string) *ListConfigurationSetsOutput

SetNextToken sets the NextToken field's value.

func (ListConfigurationSetsOutput) String

func (s ListConfigurationSetsOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ListContactListsInput

type ListContactListsInput struct {

    // A string token indicating that there might be additional contact lists available
    // to be listed. Use the token provided in the Response to use in the subsequent
    // call to ListContactLists with the same parameters to retrieve the next page
    // of contact lists.
    NextToken *string `location:"querystring" locationName:"NextToken" type:"string"`

    // Maximum number of contact lists to return at once. Use this parameter to
    // paginate results. If additional contact lists exist beyond the specified
    // limit, the NextToken element is sent in the response. Use the NextToken value
    // in subsequent requests to retrieve additional lists.
    PageSize *int64 `location:"querystring" locationName:"PageSize" type:"integer"`
    // contains filtered or unexported fields
}

func (ListContactListsInput) GoString

func (s ListContactListsInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListContactListsInput) SetNextToken

func (s *ListContactListsInput) SetNextToken(v string) *ListContactListsInput

SetNextToken sets the NextToken field's value.

func (*ListContactListsInput) SetPageSize

func (s *ListContactListsInput) SetPageSize(v int64) *ListContactListsInput

SetPageSize sets the PageSize field's value.

func (ListContactListsInput) String

func (s ListContactListsInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ListContactListsOutput

type ListContactListsOutput struct {

    // The available contact lists.
    ContactLists []*ContactList `type:"list"`

    // A string token indicating that there might be additional contact lists available
    // to be listed. Copy this token to a subsequent call to ListContactLists with
    // the same parameters to retrieve the next page of contact lists.
    NextToken *string `type:"string"`
    // contains filtered or unexported fields
}

func (ListContactListsOutput) GoString

func (s ListContactListsOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListContactListsOutput) SetContactLists

func (s *ListContactListsOutput) SetContactLists(v []*ContactList) *ListContactListsOutput

SetContactLists sets the ContactLists field's value.

func (*ListContactListsOutput) SetNextToken

func (s *ListContactListsOutput) SetNextToken(v string) *ListContactListsOutput

SetNextToken sets the NextToken field's value.

func (ListContactListsOutput) String

func (s ListContactListsOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ListContactsFilter

type ListContactsFilter struct {

    // The status by which you are filtering: OPT_IN or OPT_OUT.
    FilteredStatus *string `type:"string" enum:"SubscriptionStatus"`

    // Used for filtering by a specific topic preference.
    TopicFilter *TopicFilter `type:"structure"`
    // contains filtered or unexported fields
}

A filter that can be applied to a list of contacts.

func (ListContactsFilter) GoString

func (s ListContactsFilter) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListContactsFilter) SetFilteredStatus

func (s *ListContactsFilter) SetFilteredStatus(v string) *ListContactsFilter

SetFilteredStatus sets the FilteredStatus field's value.

func (*ListContactsFilter) SetTopicFilter

func (s *ListContactsFilter) SetTopicFilter(v *TopicFilter) *ListContactsFilter

SetTopicFilter sets the TopicFilter field's value.

func (ListContactsFilter) String

func (s ListContactsFilter) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ListContactsInput

type ListContactsInput struct {

    // The name of the contact list.
    //
    // ContactListName is a required field
    ContactListName *string `location:"uri" locationName:"ContactListName" type:"string" required:"true"`

    // A filter that can be applied to a list of contacts.
    Filter *ListContactsFilter `type:"structure"`

    // A string token indicating that there might be additional contacts available
    // to be listed. Use the token provided in the Response to use in the subsequent
    // call to ListContacts with the same parameters to retrieve the next page of
    // contacts.
    NextToken *string `location:"querystring" locationName:"NextToken" type:"string"`

    // The number of contacts that may be returned at once, which is dependent on
    // if there are more or less contacts than the value of the PageSize. Use this
    // parameter to paginate results. If additional contacts exist beyond the specified
    // limit, the NextToken element is sent in the response. Use the NextToken value
    // in subsequent requests to retrieve additional contacts.
    PageSize *int64 `location:"querystring" locationName:"PageSize" type:"integer"`
    // contains filtered or unexported fields
}

func (ListContactsInput) GoString

func (s ListContactsInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListContactsInput) SetContactListName

func (s *ListContactsInput) SetContactListName(v string) *ListContactsInput

SetContactListName sets the ContactListName field's value.

func (*ListContactsInput) SetFilter

func (s *ListContactsInput) SetFilter(v *ListContactsFilter) *ListContactsInput

SetFilter sets the Filter field's value.

func (*ListContactsInput) SetNextToken

func (s *ListContactsInput) SetNextToken(v string) *ListContactsInput

SetNextToken sets the NextToken field's value.

func (*ListContactsInput) SetPageSize

func (s *ListContactsInput) SetPageSize(v int64) *ListContactsInput

SetPageSize sets the PageSize field's value.

func (ListContactsInput) String

func (s ListContactsInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListContactsInput) Validate

func (s *ListContactsInput) Validate() error

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

type ListContactsOutput

type ListContactsOutput struct {

    // The contacts present in a specific contact list.
    Contacts []*Contact `type:"list"`

    // A string token indicating that there might be additional contacts available
    // to be listed. Copy this token to a subsequent call to ListContacts with the
    // same parameters to retrieve the next page of contacts.
    NextToken *string `type:"string"`
    // contains filtered or unexported fields
}

func (ListContactsOutput) GoString

func (s ListContactsOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListContactsOutput) SetContacts

func (s *ListContactsOutput) SetContacts(v []*Contact) *ListContactsOutput

SetContacts sets the Contacts field's value.

func (*ListContactsOutput) SetNextToken

func (s *ListContactsOutput) SetNextToken(v string) *ListContactsOutput

SetNextToken sets the NextToken field's value.

func (ListContactsOutput) String

func (s ListContactsOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ListCustomVerificationEmailTemplatesInput

type ListCustomVerificationEmailTemplatesInput struct {

    // A token returned from a previous call to ListCustomVerificationEmailTemplates
    // to indicate the position in the list of custom verification email templates.
    NextToken *string `location:"querystring" locationName:"NextToken" type:"string"`

    // The number of results to show in a single call to ListCustomVerificationEmailTemplates.
    // If the number of results is larger than the number you specified in this
    // parameter, then the response includes a NextToken element, which you can
    // use to obtain additional results.
    //
    // The value you specify has to be at least 1, and can be no more than 50.
    PageSize *int64 `location:"querystring" locationName:"PageSize" type:"integer"`
    // contains filtered or unexported fields
}

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

func (ListCustomVerificationEmailTemplatesInput) GoString

func (s ListCustomVerificationEmailTemplatesInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListCustomVerificationEmailTemplatesInput) SetNextToken

func (s *ListCustomVerificationEmailTemplatesInput) SetNextToken(v string) *ListCustomVerificationEmailTemplatesInput

SetNextToken sets the NextToken field's value.

func (*ListCustomVerificationEmailTemplatesInput) SetPageSize

func (s *ListCustomVerificationEmailTemplatesInput) SetPageSize(v int64) *ListCustomVerificationEmailTemplatesInput

SetPageSize sets the PageSize field's value.

func (ListCustomVerificationEmailTemplatesInput) String

func (s ListCustomVerificationEmailTemplatesInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ListCustomVerificationEmailTemplatesOutput

type ListCustomVerificationEmailTemplatesOutput struct {

    // A list of the custom verification email templates that exist in your account.
    CustomVerificationEmailTemplates []*CustomVerificationEmailTemplateMetadata `type:"list"`

    // A token indicating that there are additional custom verification email templates
    // available to be listed. Pass this token to a subsequent call to ListCustomVerificationEmailTemplates
    // to retrieve the next 50 custom verification email templates.
    NextToken *string `type:"string"`
    // contains filtered or unexported fields
}

The following elements are returned by the service.

func (ListCustomVerificationEmailTemplatesOutput) GoString

func (s ListCustomVerificationEmailTemplatesOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListCustomVerificationEmailTemplatesOutput) SetCustomVerificationEmailTemplates

func (s *ListCustomVerificationEmailTemplatesOutput) SetCustomVerificationEmailTemplates(v []*CustomVerificationEmailTemplateMetadata) *ListCustomVerificationEmailTemplatesOutput

SetCustomVerificationEmailTemplates sets the CustomVerificationEmailTemplates field's value.

func (*ListCustomVerificationEmailTemplatesOutput) SetNextToken

func (s *ListCustomVerificationEmailTemplatesOutput) SetNextToken(v string) *ListCustomVerificationEmailTemplatesOutput

SetNextToken sets the NextToken field's value.

func (ListCustomVerificationEmailTemplatesOutput) String

func (s ListCustomVerificationEmailTemplatesOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

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 `location:"querystring" locationName:"NextToken" type:"string"`

    // The number of results to show in a single call to ListDedicatedIpPools. If
    // the number of results is larger than the number you specified in this parameter,
    // then the response includes a NextToken element, which you can use to obtain
    // additional results.
    PageSize *int64 `location:"querystring" locationName:"PageSize" type:"integer"`
    // contains filtered or unexported fields
}

A request to obtain a list of dedicated IP pools.

func (ListDedicatedIpPoolsInput) GoString

func (s ListDedicatedIpPoolsInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListDedicatedIpPoolsInput) SetNextToken

func (s *ListDedicatedIpPoolsInput) SetNextToken(v string) *ListDedicatedIpPoolsInput

SetNextToken sets the NextToken field's value.

func (*ListDedicatedIpPoolsInput) SetPageSize

func (s *ListDedicatedIpPoolsInput) SetPageSize(v int64) *ListDedicatedIpPoolsInput

SetPageSize sets the PageSize field's value.

func (ListDedicatedIpPoolsInput) String

func (s ListDedicatedIpPoolsInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ListDedicatedIpPoolsOutput

type ListDedicatedIpPoolsOutput struct {

    // A list of all of the dedicated IP pools that are associated with your Amazon
    // Web Services account in the current Region.
    DedicatedIpPools []*string `type:"list"`

    // A token that indicates that there are additional IP pools to list. To view
    // additional IP pools, issue another request to ListDedicatedIpPools, passing
    // this token in the NextToken parameter.
    NextToken *string `type:"string"`
    // contains filtered or unexported fields
}

A list of dedicated IP pools.

func (ListDedicatedIpPoolsOutput) GoString

func (s ListDedicatedIpPoolsOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListDedicatedIpPoolsOutput) SetDedicatedIpPools

func (s *ListDedicatedIpPoolsOutput) SetDedicatedIpPools(v []*string) *ListDedicatedIpPoolsOutput

SetDedicatedIpPools sets the DedicatedIpPools field's value.

func (*ListDedicatedIpPoolsOutput) SetNextToken

func (s *ListDedicatedIpPoolsOutput) SetNextToken(v string) *ListDedicatedIpPoolsOutput

SetNextToken sets the NextToken field's value.

func (ListDedicatedIpPoolsOutput) String

func (s ListDedicatedIpPoolsOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

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 `location:"querystring" locationName:"NextToken" type:"string"`

    // The number of results to show in a single call to ListDeliverabilityTestReports.
    // If the number of results is larger than the number you specified in this
    // parameter, then the response includes a NextToken element, which you can
    // use to obtain additional results.
    //
    // The value you specify has to be at least 0, and can be no more than 1000.
    PageSize *int64 `location:"querystring" locationName:"PageSize" type:"integer"`
    // contains filtered or unexported fields
}

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

func (ListDeliverabilityTestReportsInput) GoString

func (s ListDeliverabilityTestReportsInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListDeliverabilityTestReportsInput) SetNextToken

func (s *ListDeliverabilityTestReportsInput) SetNextToken(v string) *ListDeliverabilityTestReportsInput

SetNextToken sets the NextToken field's value.

func (*ListDeliverabilityTestReportsInput) SetPageSize

func (s *ListDeliverabilityTestReportsInput) SetPageSize(v int64) *ListDeliverabilityTestReportsInput

SetPageSize sets the PageSize field's value.

func (ListDeliverabilityTestReportsInput) String

func (s ListDeliverabilityTestReportsInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ListDeliverabilityTestReportsOutput

type ListDeliverabilityTestReportsOutput struct {

    // An object that contains a lists of predictive inbox placement tests that
    // you've performed.
    //
    // DeliverabilityTestReports is a required field
    DeliverabilityTestReports []*DeliverabilityTestReport `type:"list" required:"true"`

    // A token that indicates that there are additional predictive inbox placement
    // tests to list. To view additional predictive inbox placement tests, issue
    // another request to ListDeliverabilityTestReports, and pass this token in
    // the NextToken parameter.
    NextToken *string `type:"string"`
    // contains filtered or unexported fields
}

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

func (ListDeliverabilityTestReportsOutput) GoString

func (s ListDeliverabilityTestReportsOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListDeliverabilityTestReportsOutput) SetDeliverabilityTestReports

func (s *ListDeliverabilityTestReportsOutput) SetDeliverabilityTestReports(v []*DeliverabilityTestReport) *ListDeliverabilityTestReportsOutput

SetDeliverabilityTestReports sets the DeliverabilityTestReports field's value.

func (*ListDeliverabilityTestReportsOutput) SetNextToken

func (s *ListDeliverabilityTestReportsOutput) SetNextToken(v string) *ListDeliverabilityTestReportsOutput

SetNextToken sets the NextToken field's value.

func (ListDeliverabilityTestReportsOutput) String

func (s ListDeliverabilityTestReportsOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ListDomainDeliverabilityCampaignsInput

type ListDomainDeliverabilityCampaignsInput struct {

    // The last day that you want to obtain deliverability data for. This value
    // has to be less than or equal to 30 days after the value of the StartDate
    // parameter.
    //
    // EndDate is a required field
    EndDate *time.Time `location:"querystring" locationName:"EndDate" type:"timestamp" required:"true"`

    // A token that’s returned from a previous call to the ListDomainDeliverabilityCampaigns
    // operation. This token indicates the position of a campaign in the list of
    // campaigns.
    NextToken *string `location:"querystring" locationName:"NextToken" type:"string"`

    // The maximum number of results to include in response to a single call to
    // the ListDomainDeliverabilityCampaigns operation. If the number of results
    // is larger than the number that you specify in this parameter, the response
    // includes a NextToken element, which you can use to obtain additional results.
    PageSize *int64 `location:"querystring" locationName:"PageSize" type:"integer"`

    // The first day that you want to obtain deliverability data for.
    //
    // StartDate is a required field
    StartDate *time.Time `location:"querystring" locationName:"StartDate" type:"timestamp" required:"true"`

    // The domain to obtain deliverability data for.
    //
    // SubscribedDomain is a required field
    SubscribedDomain *string `location:"uri" locationName:"SubscribedDomain" type:"string" required:"true"`
    // contains filtered or unexported fields
}

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

func (ListDomainDeliverabilityCampaignsInput) GoString

func (s ListDomainDeliverabilityCampaignsInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListDomainDeliverabilityCampaignsInput) SetEndDate

func (s *ListDomainDeliverabilityCampaignsInput) SetEndDate(v time.Time) *ListDomainDeliverabilityCampaignsInput

SetEndDate sets the EndDate field's value.

func (*ListDomainDeliverabilityCampaignsInput) SetNextToken

func (s *ListDomainDeliverabilityCampaignsInput) SetNextToken(v string) *ListDomainDeliverabilityCampaignsInput

SetNextToken sets the NextToken field's value.

func (*ListDomainDeliverabilityCampaignsInput) SetPageSize

func (s *ListDomainDeliverabilityCampaignsInput) SetPageSize(v int64) *ListDomainDeliverabilityCampaignsInput

SetPageSize sets the PageSize field's value.

func (*ListDomainDeliverabilityCampaignsInput) SetStartDate

func (s *ListDomainDeliverabilityCampaignsInput) SetStartDate(v time.Time) *ListDomainDeliverabilityCampaignsInput

SetStartDate sets the StartDate field's value.

func (*ListDomainDeliverabilityCampaignsInput) SetSubscribedDomain

func (s *ListDomainDeliverabilityCampaignsInput) SetSubscribedDomain(v string) *ListDomainDeliverabilityCampaignsInput

SetSubscribedDomain sets the SubscribedDomain field's value.

func (ListDomainDeliverabilityCampaignsInput) String

func (s ListDomainDeliverabilityCampaignsInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListDomainDeliverabilityCampaignsInput) Validate

func (s *ListDomainDeliverabilityCampaignsInput) Validate() error

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

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 is a required field
    DomainDeliverabilityCampaigns []*DomainDeliverabilityCampaign `type:"list" required:"true"`

    // A token that’s returned from a previous call to the ListDomainDeliverabilityCampaigns
    // operation. This token indicates the position of the campaign in the list
    // of campaigns.
    NextToken *string `type:"string"`
    // contains filtered or unexported fields
}

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

func (ListDomainDeliverabilityCampaignsOutput) GoString

func (s ListDomainDeliverabilityCampaignsOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListDomainDeliverabilityCampaignsOutput) SetDomainDeliverabilityCampaigns

func (s *ListDomainDeliverabilityCampaignsOutput) SetDomainDeliverabilityCampaigns(v []*DomainDeliverabilityCampaign) *ListDomainDeliverabilityCampaignsOutput

SetDomainDeliverabilityCampaigns sets the DomainDeliverabilityCampaigns field's value.

func (*ListDomainDeliverabilityCampaignsOutput) SetNextToken

func (s *ListDomainDeliverabilityCampaignsOutput) SetNextToken(v string) *ListDomainDeliverabilityCampaignsOutput

SetNextToken sets the NextToken field's value.

func (ListDomainDeliverabilityCampaignsOutput) String

func (s ListDomainDeliverabilityCampaignsOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

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 `location:"querystring" locationName:"NextToken" type:"string"`

    // The number of results to show in a single call to ListEmailIdentities. If
    // the number of results is larger than the number you specified in this parameter,
    // then the response includes a NextToken element, which you can use to obtain
    // additional results.
    //
    // The value you specify has to be at least 0, and can be no more than 1000.
    PageSize *int64 `location:"querystring" locationName:"PageSize" type:"integer"`
    // contains filtered or unexported fields
}

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

func (ListEmailIdentitiesInput) GoString

func (s ListEmailIdentitiesInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListEmailIdentitiesInput) SetNextToken

func (s *ListEmailIdentitiesInput) SetNextToken(v string) *ListEmailIdentitiesInput

SetNextToken sets the NextToken field's value.

func (*ListEmailIdentitiesInput) SetPageSize

func (s *ListEmailIdentitiesInput) SetPageSize(v int64) *ListEmailIdentitiesInput

SetPageSize sets the PageSize field's value.

func (ListEmailIdentitiesInput) String

func (s ListEmailIdentitiesInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ListEmailIdentitiesOutput

type ListEmailIdentitiesOutput struct {

    // An array that includes all of the email identities associated with your Amazon
    // Web Services account.
    EmailIdentities []*IdentityInfo `type:"list"`

    // A token that indicates that there are additional configuration sets to list.
    // To view additional configuration sets, issue another request to ListEmailIdentities,
    // and pass this token in the NextToken parameter.
    NextToken *string `type:"string"`
    // contains filtered or unexported fields
}

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

func (ListEmailIdentitiesOutput) GoString

func (s ListEmailIdentitiesOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListEmailIdentitiesOutput) SetEmailIdentities

func (s *ListEmailIdentitiesOutput) SetEmailIdentities(v []*IdentityInfo) *ListEmailIdentitiesOutput

SetEmailIdentities sets the EmailIdentities field's value.

func (*ListEmailIdentitiesOutput) SetNextToken

func (s *ListEmailIdentitiesOutput) SetNextToken(v string) *ListEmailIdentitiesOutput

SetNextToken sets the NextToken field's value.

func (ListEmailIdentitiesOutput) String

func (s ListEmailIdentitiesOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

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 `location:"querystring" locationName:"NextToken" type:"string"`

    // The number of results to show in a single call to ListEmailTemplates. If
    // the number of results is larger than the number you specified in this parameter,
    // then the response includes a NextToken element, which you can use to obtain
    // additional results.
    //
    // The value you specify has to be at least 1, and can be no more than 10.
    PageSize *int64 `location:"querystring" locationName:"PageSize" type:"integer"`
    // contains filtered or unexported fields
}

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

func (ListEmailTemplatesInput) GoString

func (s ListEmailTemplatesInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListEmailTemplatesInput) SetNextToken

func (s *ListEmailTemplatesInput) SetNextToken(v string) *ListEmailTemplatesInput

SetNextToken sets the NextToken field's value.

func (*ListEmailTemplatesInput) SetPageSize

func (s *ListEmailTemplatesInput) SetPageSize(v int64) *ListEmailTemplatesInput

SetPageSize sets the PageSize field's value.

func (ListEmailTemplatesInput) String

func (s ListEmailTemplatesInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

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 `type:"string"`

    // An array the contains the name and creation time stamp for each template
    // in your Amazon SES account.
    TemplatesMetadata []*EmailTemplateMetadata `type:"list"`
    // contains filtered or unexported fields
}

The following elements are returned by the service.

func (ListEmailTemplatesOutput) GoString

func (s ListEmailTemplatesOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListEmailTemplatesOutput) SetNextToken

func (s *ListEmailTemplatesOutput) SetNextToken(v string) *ListEmailTemplatesOutput

SetNextToken sets the NextToken field's value.

func (*ListEmailTemplatesOutput) SetTemplatesMetadata

func (s *ListEmailTemplatesOutput) SetTemplatesMetadata(v []*EmailTemplateMetadata) *ListEmailTemplatesOutput

SetTemplatesMetadata sets the TemplatesMetadata field's value.

func (ListEmailTemplatesOutput) String

func (s ListEmailTemplatesOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ListExportJobsInput

type ListExportJobsInput struct {

    // A value used to list export jobs that have a certain ExportSourceType.
    ExportSourceType *string `type:"string" enum:"ExportSourceType"`

    // A value used to list export jobs that have a certain JobStatus.
    JobStatus *string `type:"string" enum:"JobStatus"`

    // The pagination token returned from a previous call to ListExportJobs to indicate
    // the position in the list of export jobs.
    NextToken *string `type:"string"`

    // Maximum number of export jobs to return at once. Use this parameter to paginate
    // results. If additional export jobs exist beyond the specified limit, the
    // NextToken element is sent in the response. Use the NextToken value in subsequent
    // calls to ListExportJobs to retrieve additional export jobs.
    PageSize *int64 `type:"integer"`
    // contains filtered or unexported fields
}

Represents a request to list all export jobs with filters.

func (ListExportJobsInput) GoString

func (s ListExportJobsInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListExportJobsInput) SetExportSourceType

func (s *ListExportJobsInput) SetExportSourceType(v string) *ListExportJobsInput

SetExportSourceType sets the ExportSourceType field's value.

func (*ListExportJobsInput) SetJobStatus

func (s *ListExportJobsInput) SetJobStatus(v string) *ListExportJobsInput

SetJobStatus sets the JobStatus field's value.

func (*ListExportJobsInput) SetNextToken

func (s *ListExportJobsInput) SetNextToken(v string) *ListExportJobsInput

SetNextToken sets the NextToken field's value.

func (*ListExportJobsInput) SetPageSize

func (s *ListExportJobsInput) SetPageSize(v int64) *ListExportJobsInput

SetPageSize sets the PageSize field's value.

func (ListExportJobsInput) String

func (s ListExportJobsInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ListExportJobsOutput

type ListExportJobsOutput struct {

    // A list of the export job summaries.
    ExportJobs []*ExportJobSummary `type:"list"`

    // A string token indicating that there might be additional export jobs available
    // to be listed. Use this token to a subsequent call to ListExportJobs with
    // the same parameters to retrieve the next page of export jobs.
    NextToken *string `type:"string"`
    // contains filtered or unexported fields
}

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

func (ListExportJobsOutput) GoString

func (s ListExportJobsOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListExportJobsOutput) SetExportJobs

func (s *ListExportJobsOutput) SetExportJobs(v []*ExportJobSummary) *ListExportJobsOutput

SetExportJobs sets the ExportJobs field's value.

func (*ListExportJobsOutput) SetNextToken

func (s *ListExportJobsOutput) SetNextToken(v string) *ListExportJobsOutput

SetNextToken sets the NextToken field's value.

func (ListExportJobsOutput) String

func (s ListExportJobsOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ListImportJobsInput

type ListImportJobsInput struct {

    // The destination of the import job, which can be used to list import jobs
    // that have a certain ImportDestinationType.
    ImportDestinationType *string `type:"string" enum:"ImportDestinationType"`

    // A string token indicating that there might be additional import jobs available
    // to be listed. Copy this token to a subsequent call to ListImportJobs with
    // the same parameters to retrieve the next page of import jobs.
    NextToken *string `location:"querystring" locationName:"NextToken" type:"string"`

    // Maximum number of import jobs to return at once. Use this parameter to paginate
    // results. If additional import jobs exist beyond the specified limit, the
    // NextToken element is sent in the response. Use the NextToken value in subsequent
    // requests to retrieve additional addresses.
    PageSize *int64 `location:"querystring" locationName:"PageSize" type:"integer"`
    // contains filtered or unexported fields
}

Represents a request to list all of the import jobs for a data destination within the specified maximum number of import jobs.

func (ListImportJobsInput) GoString

func (s ListImportJobsInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListImportJobsInput) SetImportDestinationType

func (s *ListImportJobsInput) SetImportDestinationType(v string) *ListImportJobsInput

SetImportDestinationType sets the ImportDestinationType field's value.

func (*ListImportJobsInput) SetNextToken

func (s *ListImportJobsInput) SetNextToken(v string) *ListImportJobsInput

SetNextToken sets the NextToken field's value.

func (*ListImportJobsInput) SetPageSize

func (s *ListImportJobsInput) SetPageSize(v int64) *ListImportJobsInput

SetPageSize sets the PageSize field's value.

func (ListImportJobsInput) String

func (s ListImportJobsInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ListImportJobsOutput

type ListImportJobsOutput struct {

    // A list of the import job summaries.
    ImportJobs []*ImportJobSummary `type:"list"`

    // A string token indicating that there might be additional import jobs available
    // to be listed. Copy this token to a subsequent call to ListImportJobs with
    // the same parameters to retrieve the next page of import jobs.
    NextToken *string `type:"string"`
    // contains filtered or unexported fields
}

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

func (ListImportJobsOutput) GoString

func (s ListImportJobsOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListImportJobsOutput) SetImportJobs

func (s *ListImportJobsOutput) SetImportJobs(v []*ImportJobSummary) *ListImportJobsOutput

SetImportJobs sets the ImportJobs field's value.

func (*ListImportJobsOutput) SetNextToken

func (s *ListImportJobsOutput) SetNextToken(v string) *ListImportJobsOutput

SetNextToken sets the NextToken field's value.

func (ListImportJobsOutput) String

func (s ListImportJobsOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ListManagementOptions

type ListManagementOptions struct {

    // The name of the contact list.
    //
    // ContactListName is a required field
    ContactListName *string `type:"string" required:"true"`

    // The name of the topic.
    TopicName *string `type:"string"`
    // contains filtered or unexported fields
}

An object used to specify a list or topic to which an email belongs, which will be used when a contact chooses to unsubscribe.

func (ListManagementOptions) GoString

func (s ListManagementOptions) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListManagementOptions) SetContactListName

func (s *ListManagementOptions) SetContactListName(v string) *ListManagementOptions

SetContactListName sets the ContactListName field's value.

func (*ListManagementOptions) SetTopicName

func (s *ListManagementOptions) SetTopicName(v string) *ListManagementOptions

SetTopicName sets the TopicName field's value.

func (ListManagementOptions) String

func (s ListManagementOptions) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListManagementOptions) Validate

func (s *ListManagementOptions) Validate() error

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

type ListRecommendationsInput

type ListRecommendationsInput struct {

    // Filters applied when retrieving recommendations. Can eiter be an individual
    // filter, or combinations of STATUS and IMPACT or STATUS and TYPE
    Filter map[string]*string `min:"1" type:"map"`

    // A token returned from a previous call to ListRecommendations to indicate
    // the position in the list of recommendations.
    NextToken *string `type:"string"`

    // The number of results to show in a single call to ListRecommendations. 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 100.
    PageSize *int64 `type:"integer"`
    // contains filtered or unexported fields
}

Represents a request to list the existing recommendations for your account.

func (ListRecommendationsInput) GoString

func (s ListRecommendationsInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListRecommendationsInput) SetFilter

func (s *ListRecommendationsInput) SetFilter(v map[string]*string) *ListRecommendationsInput

SetFilter sets the Filter field's value.

func (*ListRecommendationsInput) SetNextToken

func (s *ListRecommendationsInput) SetNextToken(v string) *ListRecommendationsInput

SetNextToken sets the NextToken field's value.

func (*ListRecommendationsInput) SetPageSize

func (s *ListRecommendationsInput) SetPageSize(v int64) *ListRecommendationsInput

SetPageSize sets the PageSize field's value.

func (ListRecommendationsInput) String

func (s ListRecommendationsInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListRecommendationsInput) Validate

func (s *ListRecommendationsInput) Validate() error

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

type ListRecommendationsOutput

type ListRecommendationsOutput struct {

    // A string token indicating that there might be additional recommendations
    // available to be listed. Use the token provided in the ListRecommendationsResponse
    // to use in the subsequent call to ListRecommendations with the same parameters
    // to retrieve the next page of recommendations.
    NextToken *string `type:"string"`

    // The recommendations applicable to your account.
    Recommendations []*Recommendation `type:"list"`
    // contains filtered or unexported fields
}

Contains the response to your request to retrieve the list of recommendations for your account.

func (ListRecommendationsOutput) GoString

func (s ListRecommendationsOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListRecommendationsOutput) SetNextToken

func (s *ListRecommendationsOutput) SetNextToken(v string) *ListRecommendationsOutput

SetNextToken sets the NextToken field's value.

func (*ListRecommendationsOutput) SetRecommendations

func (s *ListRecommendationsOutput) SetRecommendations(v []*Recommendation) *ListRecommendationsOutput

SetRecommendations sets the Recommendations field's value.

func (ListRecommendationsOutput) String

func (s ListRecommendationsOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

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.
    EndDate *time.Time `location:"querystring" locationName:"EndDate" type:"timestamp"`

    // A token returned from a previous call to ListSuppressedDestinations to indicate
    // the position in the list of suppressed email addresses.
    NextToken *string `location:"querystring" locationName:"NextToken" type:"string"`

    // The number of results to show in a single call to ListSuppressedDestinations.
    // If the number of results is larger than the number you specified in this
    // parameter, then the response includes a NextToken element, which you can
    // use to obtain additional results.
    PageSize *int64 `location:"querystring" locationName:"PageSize" type:"integer"`

    // The factors that caused the email address to be added to .
    Reasons []*string `location:"querystring" locationName:"Reason" type:"list" enum:"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.
    StartDate *time.Time `location:"querystring" locationName:"StartDate" type:"timestamp"`
    // contains filtered or unexported fields
}

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

func (ListSuppressedDestinationsInput) GoString

func (s ListSuppressedDestinationsInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListSuppressedDestinationsInput) SetEndDate

func (s *ListSuppressedDestinationsInput) SetEndDate(v time.Time) *ListSuppressedDestinationsInput

SetEndDate sets the EndDate field's value.

func (*ListSuppressedDestinationsInput) SetNextToken

func (s *ListSuppressedDestinationsInput) SetNextToken(v string) *ListSuppressedDestinationsInput

SetNextToken sets the NextToken field's value.

func (*ListSuppressedDestinationsInput) SetPageSize

func (s *ListSuppressedDestinationsInput) SetPageSize(v int64) *ListSuppressedDestinationsInput

SetPageSize sets the PageSize field's value.

func (*ListSuppressedDestinationsInput) SetReasons

func (s *ListSuppressedDestinationsInput) SetReasons(v []*string) *ListSuppressedDestinationsInput

SetReasons sets the Reasons field's value.

func (*ListSuppressedDestinationsInput) SetStartDate

func (s *ListSuppressedDestinationsInput) SetStartDate(v time.Time) *ListSuppressedDestinationsInput

SetStartDate sets the StartDate field's value.

func (ListSuppressedDestinationsInput) String

func (s ListSuppressedDestinationsInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ListSuppressedDestinationsOutput

type ListSuppressedDestinationsOutput struct {

    // A token that indicates that there are additional email addresses on the suppression
    // list for your account. To view additional suppressed addresses, issue another
    // request to ListSuppressedDestinations, and pass this token in the NextToken
    // parameter.
    NextToken *string `type:"string"`

    // A list of summaries, each containing a summary for a suppressed email destination.
    SuppressedDestinationSummaries []*SuppressedDestinationSummary `type:"list"`
    // contains filtered or unexported fields
}

A list of suppressed email addresses.

func (ListSuppressedDestinationsOutput) GoString

func (s ListSuppressedDestinationsOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListSuppressedDestinationsOutput) SetNextToken

func (s *ListSuppressedDestinationsOutput) SetNextToken(v string) *ListSuppressedDestinationsOutput

SetNextToken sets the NextToken field's value.

func (*ListSuppressedDestinationsOutput) SetSuppressedDestinationSummaries

func (s *ListSuppressedDestinationsOutput) SetSuppressedDestinationSummaries(v []*SuppressedDestinationSummary) *ListSuppressedDestinationsOutput

SetSuppressedDestinationSummaries sets the SuppressedDestinationSummaries field's value.

func (ListSuppressedDestinationsOutput) String

func (s ListSuppressedDestinationsOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ListTagsForResourceInput

type ListTagsForResourceInput struct {

    // The Amazon Resource Name (ARN) of the resource that you want to retrieve
    // tag information for.
    //
    // ResourceArn is a required field
    ResourceArn *string `location:"querystring" locationName:"ResourceArn" type:"string" required:"true"`
    // contains filtered or unexported fields
}

func (ListTagsForResourceInput) GoString

func (s ListTagsForResourceInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListTagsForResourceInput) SetResourceArn

func (s *ListTagsForResourceInput) SetResourceArn(v string) *ListTagsForResourceInput

SetResourceArn sets the ResourceArn field's value.

func (ListTagsForResourceInput) String

func (s ListTagsForResourceInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListTagsForResourceInput) Validate

func (s *ListTagsForResourceInput) Validate() error

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

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 is a required field
    Tags []*Tag `type:"list" required:"true"`
    // contains filtered or unexported fields
}

func (ListTagsForResourceOutput) GoString

func (s ListTagsForResourceOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListTagsForResourceOutput) SetTags

func (s *ListTagsForResourceOutput) SetTags(v []*Tag) *ListTagsForResourceOutput

SetTags sets the Tags field's value.

func (ListTagsForResourceOutput) String

func (s ListTagsForResourceOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type MailFromAttributes

type MailFromAttributes struct {

    // The action to take if the required MX record can't be found when you send
    // an email. When you set this value to USE_DEFAULT_VALUE, the mail is sent
    // using amazonses.com as the MAIL FROM domain. When you set this value to REJECT_MESSAGE,
    // the Amazon SES API v2 returns a MailFromDomainNotVerified error, and doesn't
    // attempt to deliver the email.
    //
    // These behaviors are taken when the custom MAIL FROM domain configuration
    // is in the Pending, Failed, and TemporaryFailure states.
    //
    // BehaviorOnMxFailure is a required field
    BehaviorOnMxFailure *string `type:"string" required:"true" enum:"BehaviorOnMxFailure"`

    // The name of a domain that an email identity uses as a custom MAIL FROM domain.
    //
    // MailFromDomain is a required field
    MailFromDomain *string `type:"string" required:"true"`

    // The status of the MAIL FROM domain. This status can have the following values:
    //
    //    * PENDING – Amazon SES hasn't started searching for the MX record yet.
    //
    //    * SUCCESS – Amazon SES detected the required MX record for the MAIL
    //    FROM domain.
    //
    //    * FAILED – Amazon SES can't find the required MX record, or the record
    //    no longer exists.
    //
    //    * TEMPORARY_FAILURE – A temporary issue occurred, which prevented Amazon
    //    SES from determining the status of the MAIL FROM domain.
    //
    // MailFromDomainStatus is a required field
    MailFromDomainStatus *string `type:"string" required:"true" enum:"MailFromDomainStatus"`
    // contains filtered or unexported fields
}

A list of attributes that are associated with a MAIL FROM domain.

func (MailFromAttributes) GoString

func (s MailFromAttributes) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*MailFromAttributes) SetBehaviorOnMxFailure

func (s *MailFromAttributes) SetBehaviorOnMxFailure(v string) *MailFromAttributes

SetBehaviorOnMxFailure sets the BehaviorOnMxFailure field's value.

func (*MailFromAttributes) SetMailFromDomain

func (s *MailFromAttributes) SetMailFromDomain(v string) *MailFromAttributes

SetMailFromDomain sets the MailFromDomain field's value.

func (*MailFromAttributes) SetMailFromDomainStatus

func (s *MailFromAttributes) SetMailFromDomainStatus(v string) *MailFromAttributes

SetMailFromDomainStatus sets the MailFromDomainStatus field's value.

func (MailFromAttributes) String

func (s MailFromAttributes) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type MailFromDomainNotVerifiedException

type MailFromDomainNotVerifiedException struct {
    RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"`

    Message_ *string `locationName:"message" type:"string"`
    // contains filtered or unexported fields
}

The message can't be sent because the sending domain isn't verified.

func (*MailFromDomainNotVerifiedException) Code

func (s *MailFromDomainNotVerifiedException) Code() string

Code returns the exception type name.

func (*MailFromDomainNotVerifiedException) Error

func (s *MailFromDomainNotVerifiedException) Error() string

func (MailFromDomainNotVerifiedException) GoString

func (s MailFromDomainNotVerifiedException) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*MailFromDomainNotVerifiedException) Message

func (s *MailFromDomainNotVerifiedException) Message() string

Message returns the exception's message.

func (*MailFromDomainNotVerifiedException) OrigErr

func (s *MailFromDomainNotVerifiedException) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*MailFromDomainNotVerifiedException) RequestID

func (s *MailFromDomainNotVerifiedException) RequestID() string

RequestID returns the service's response RequestID for request.

func (*MailFromDomainNotVerifiedException) StatusCode

func (s *MailFromDomainNotVerifiedException) StatusCode() int

Status code returns the HTTP status code for the request's response error.

func (MailFromDomainNotVerifiedException) String

func (s MailFromDomainNotVerifiedException) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type Message

type Message struct {

    // The body of the message. You can specify an HTML version of the message,
    // a text-only version of the message, or both.
    //
    // Body is a required field
    Body *Body `type:"structure" required:"true"`

    // The subject line of the email. The subject line can only contain 7-bit ASCII
    // characters. However, you can specify non-ASCII characters in the subject
    // line by using encoded-word syntax, as described in RFC 2047 (https://tools.ietf.org/html/rfc2047).
    //
    // Subject is a required field
    Subject *Content `type:"structure" required:"true"`
    // contains filtered or unexported fields
}

Represents the email message that you're sending. The Message object consists of a subject line and a message body.

func (Message) GoString

func (s Message) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*Message) SetBody

func (s *Message) SetBody(v *Body) *Message

SetBody sets the Body field's value.

func (*Message) SetSubject

func (s *Message) SetSubject(v *Content) *Message

SetSubject sets the Subject field's value.

func (Message) String

func (s Message) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*Message) Validate

func (s *Message) Validate() error

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

type MessageInsightsDataSource

type MessageInsightsDataSource struct {

    // Represents the end date for the export interval as a timestamp. The end date
    // is inclusive.
    //
    // EndDate is a required field
    EndDate *time.Time `type:"timestamp" required:"true"`

    // Filters for results to be excluded from the export file.
    Exclude *MessageInsightsFilters `type:"structure"`

    // Filters for results to be included in the export file.
    Include *MessageInsightsFilters `type:"structure"`

    // The maximum number of results.
    MaxResults *int64 `min:"1" type:"integer"`

    // Represents the start date for the export interval as a timestamp. The start
    // date is inclusive.
    //
    // StartDate is a required field
    StartDate *time.Time `type:"timestamp" required:"true"`
    // contains filtered or unexported fields
}

An object that contains filters applied when performing the Message Insights export.

func (MessageInsightsDataSource) GoString

func (s MessageInsightsDataSource) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*MessageInsightsDataSource) SetEndDate

func (s *MessageInsightsDataSource) SetEndDate(v time.Time) *MessageInsightsDataSource

SetEndDate sets the EndDate field's value.

func (*MessageInsightsDataSource) SetExclude

func (s *MessageInsightsDataSource) SetExclude(v *MessageInsightsFilters) *MessageInsightsDataSource

SetExclude sets the Exclude field's value.

func (*MessageInsightsDataSource) SetInclude

func (s *MessageInsightsDataSource) SetInclude(v *MessageInsightsFilters) *MessageInsightsDataSource

SetInclude sets the Include field's value.

func (*MessageInsightsDataSource) SetMaxResults

func (s *MessageInsightsDataSource) SetMaxResults(v int64) *MessageInsightsDataSource

SetMaxResults sets the MaxResults field's value.

func (*MessageInsightsDataSource) SetStartDate

func (s *MessageInsightsDataSource) SetStartDate(v time.Time) *MessageInsightsDataSource

SetStartDate sets the StartDate field's value.

func (MessageInsightsDataSource) String

func (s MessageInsightsDataSource) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*MessageInsightsDataSource) Validate

func (s *MessageInsightsDataSource) Validate() error

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

type MessageInsightsFilters

type MessageInsightsFilters struct {

    // The recipient's email address.
    Destination []*string `type:"list"`

    // The from address used to send the message.
    FromEmailAddress []*string `type:"list"`

    // The recipient's ISP (e.g., Gmail, Yahoo, etc.).
    Isp []*string `type:"list"`

    // The last delivery-related event for the email, where the ordering is as follows:
    // SEND < BOUNCE < DELIVERY < COMPLAINT.
    LastDeliveryEvent []*string `type:"list" enum:"DeliveryEventType"`

    // The last engagement-related event for the email, where the ordering is as
    // follows: OPEN < CLICK.
    //
    // Engagement events are only available if Engagement tracking (https://docs.aws.amazon.com/ses/latest/dg/vdm-settings.html)
    // is enabled.
    LastEngagementEvent []*string `type:"list" enum:"EngagementEventType"`

    // The subject line of the message.
    Subject []*string `type:"list"`
    // contains filtered or unexported fields
}

An object containing Message Insights filters.

If you specify multiple filters, the filters are joined by AND.

If you specify multiple values for a filter, the values are joined by OR. Filter values are case-sensitive.

FromEmailAddress, Destination, and Subject filters support partial match. A partial match is performed by using the * wildcard character placed at the beginning (suffix match), the end (prefix match) or both ends of the string (contains match). In order to match the literal characters * or \, they must be escaped using the \ character. If no wildcard character is present, an exact match is performed.

func (MessageInsightsFilters) GoString

func (s MessageInsightsFilters) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*MessageInsightsFilters) SetDestination

func (s *MessageInsightsFilters) SetDestination(v []*string) *MessageInsightsFilters

SetDestination sets the Destination field's value.

func (*MessageInsightsFilters) SetFromEmailAddress

func (s *MessageInsightsFilters) SetFromEmailAddress(v []*string) *MessageInsightsFilters

SetFromEmailAddress sets the FromEmailAddress field's value.

func (*MessageInsightsFilters) SetIsp

func (s *MessageInsightsFilters) SetIsp(v []*string) *MessageInsightsFilters

SetIsp sets the Isp field's value.

func (*MessageInsightsFilters) SetLastDeliveryEvent

func (s *MessageInsightsFilters) SetLastDeliveryEvent(v []*string) *MessageInsightsFilters

SetLastDeliveryEvent sets the LastDeliveryEvent field's value.

func (*MessageInsightsFilters) SetLastEngagementEvent

func (s *MessageInsightsFilters) SetLastEngagementEvent(v []*string) *MessageInsightsFilters

SetLastEngagementEvent sets the LastEngagementEvent field's value.

func (*MessageInsightsFilters) SetSubject

func (s *MessageInsightsFilters) SetSubject(v []*string) *MessageInsightsFilters

SetSubject sets the Subject field's value.

func (MessageInsightsFilters) String

func (s MessageInsightsFilters) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type MessageRejected

type MessageRejected struct {
    RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"`

    Message_ *string `locationName:"message" type:"string"`
    // contains filtered or unexported fields
}

The message can't be sent because it contains invalid content.

func (*MessageRejected) Code

func (s *MessageRejected) Code() string

Code returns the exception type name.

func (*MessageRejected) Error

func (s *MessageRejected) Error() string

func (MessageRejected) GoString

func (s MessageRejected) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*MessageRejected) Message

func (s *MessageRejected) Message() string

Message returns the exception's message.

func (*MessageRejected) OrigErr

func (s *MessageRejected) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*MessageRejected) RequestID

func (s *MessageRejected) RequestID() string

RequestID returns the service's response RequestID for request.

func (*MessageRejected) StatusCode

func (s *MessageRejected) StatusCode() int

Status code returns the HTTP status code for the request's response error.

func (MessageRejected) String

func (s MessageRejected) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type MessageTag

type MessageTag struct {

    // The name of the message tag. The message tag name has to meet the following
    // criteria:
    //
    //    * It can only contain ASCII letters (a–z, A–Z), numbers (0–9), underscores
    //    (_), or dashes (-).
    //
    //    * It can contain no more than 256 characters.
    //
    // Name is a required field
    Name *string `type:"string" required:"true"`

    // The value of the message tag. The message tag value has to meet the following
    // criteria:
    //
    //    * It can only contain ASCII letters (a–z, A–Z), numbers (0–9), underscores
    //    (_), or dashes (-).
    //
    //    * It can contain no more than 256 characters.
    //
    // Value is a required field
    Value *string `type:"string" required:"true"`
    // contains filtered or unexported fields
}

Contains the name and value of a tag that you apply to an email. You can use message tags when you publish email sending events.

func (MessageTag) GoString

func (s MessageTag) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*MessageTag) SetName

func (s *MessageTag) SetName(v string) *MessageTag

SetName sets the Name field's value.

func (*MessageTag) SetValue

func (s *MessageTag) SetValue(v string) *MessageTag

SetValue sets the Value field's value.

func (MessageTag) String

func (s MessageTag) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*MessageTag) Validate

func (s *MessageTag) Validate() error

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

type MetricDataError

type MetricDataError struct {

    // The query error code. Can be one of:
    //
    //    * INTERNAL_FAILURE – Amazon SES has failed to process one of the queries.
    //
    //    * ACCESS_DENIED – You have insufficient access to retrieve metrics based
    //    on the given query.
    Code *string `type:"string" enum:"QueryErrorCode"`

    // The query identifier.
    Id *string `min:"1" type:"string"`

    // The error message associated with the current query error.
    Message *string `type:"string"`
    // contains filtered or unexported fields
}

An error corresponding to the unsuccessful processing of a single metric data query.

func (MetricDataError) GoString

func (s MetricDataError) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*MetricDataError) SetCode

func (s *MetricDataError) SetCode(v string) *MetricDataError

SetCode sets the Code field's value.

func (*MetricDataError) SetId

func (s *MetricDataError) SetId(v string) *MetricDataError

SetId sets the Id field's value.

func (*MetricDataError) SetMessage

func (s *MetricDataError) SetMessage(v string) *MetricDataError

SetMessage sets the Message field's value.

func (MetricDataError) String

func (s MetricDataError) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type MetricDataResult

type MetricDataResult struct {

    // The query identifier.
    Id *string `min:"1" type:"string"`

    // A list of timestamps for the metric data results.
    Timestamps []*time.Time `type:"list"`

    // A list of values (cumulative / sum) for the metric data results.
    Values []*int64 `type:"list"`
    // contains filtered or unexported fields
}

The result of a single metric data query.

func (MetricDataResult) GoString

func (s MetricDataResult) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*MetricDataResult) SetId

func (s *MetricDataResult) SetId(v string) *MetricDataResult

SetId sets the Id field's value.

func (*MetricDataResult) SetTimestamps

func (s *MetricDataResult) SetTimestamps(v []*time.Time) *MetricDataResult

SetTimestamps sets the Timestamps field's value.

func (*MetricDataResult) SetValues

func (s *MetricDataResult) SetValues(v []*int64) *MetricDataResult

SetValues sets the Values field's value.

func (MetricDataResult) String

func (s MetricDataResult) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type MetricsDataSource

type MetricsDataSource struct {

    // An object that contains a mapping between a MetricDimensionName and MetricDimensionValue
    // to filter metrics by. Must contain a least 1 dimension but no more than 3
    // unique ones.
    //
    // Dimensions is a required field
    Dimensions map[string][]*string `min:"1" type:"map" required:"true"`

    // Represents the end date for the export interval as a timestamp.
    //
    // EndDate is a required field
    EndDate *time.Time `type:"timestamp" required:"true"`

    // A list of ExportMetric objects to export.
    //
    // Metrics is a required field
    Metrics []*ExportMetric `min:"1" type:"list" required:"true"`

    // The metrics namespace - e.g., VDM.
    //
    // Namespace is a required field
    Namespace *string `type:"string" required:"true" enum:"MetricNamespace"`

    // Represents the start date for the export interval as a timestamp.
    //
    // StartDate is a required field
    StartDate *time.Time `type:"timestamp" required:"true"`
    // contains filtered or unexported fields
}

An object that contains details about the data source for the metrics export.

func (MetricsDataSource) GoString

func (s MetricsDataSource) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*MetricsDataSource) SetDimensions

func (s *MetricsDataSource) SetDimensions(v map[string][]*string) *MetricsDataSource

SetDimensions sets the Dimensions field's value.

func (*MetricsDataSource) SetEndDate

func (s *MetricsDataSource) SetEndDate(v time.Time) *MetricsDataSource

SetEndDate sets the EndDate field's value.

func (*MetricsDataSource) SetMetrics

func (s *MetricsDataSource) SetMetrics(v []*ExportMetric) *MetricsDataSource

SetMetrics sets the Metrics field's value.

func (*MetricsDataSource) SetNamespace

func (s *MetricsDataSource) SetNamespace(v string) *MetricsDataSource

SetNamespace sets the Namespace field's value.

func (*MetricsDataSource) SetStartDate

func (s *MetricsDataSource) SetStartDate(v time.Time) *MetricsDataSource

SetStartDate sets the StartDate field's value.

func (MetricsDataSource) String

func (s MetricsDataSource) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*MetricsDataSource) Validate

func (s *MetricsDataSource) Validate() error

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

type NotFoundException

type NotFoundException struct {
    RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"`

    Message_ *string `locationName:"message" type:"string"`
    // contains filtered or unexported fields
}

The resource you attempted to access doesn't exist.

func (*NotFoundException) Code

func (s *NotFoundException) Code() string

Code returns the exception type name.

func (*NotFoundException) Error

func (s *NotFoundException) Error() string

func (NotFoundException) GoString

func (s NotFoundException) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*NotFoundException) Message

func (s *NotFoundException) Message() string

Message returns the exception's message.

func (*NotFoundException) OrigErr

func (s *NotFoundException) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*NotFoundException) RequestID

func (s *NotFoundException) RequestID() string

RequestID returns the service's response RequestID for request.

func (*NotFoundException) StatusCode

func (s *NotFoundException) StatusCode() int

Status code returns the HTTP status code for the request's response error.

func (NotFoundException) String

func (s NotFoundException) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type OverallVolume

type OverallVolume struct {

    // An object that contains inbox and junk mail placement metrics for individual
    // email providers.
    DomainIspPlacements []*DomainIspPlacement `type:"list"`

    // The percentage of emails that were sent from the domain that were read by
    // their recipients.
    ReadRatePercent *float64 `type:"double"`

    // An object that contains information about the numbers of messages that arrived
    // in recipients' inboxes and junk mail folders.
    VolumeStatistics *VolumeStatistics `type:"structure"`
    // contains filtered or unexported fields
}

An object that contains information about email that was sent from the selected domain.

func (OverallVolume) GoString

func (s OverallVolume) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*OverallVolume) SetDomainIspPlacements

func (s *OverallVolume) SetDomainIspPlacements(v []*DomainIspPlacement) *OverallVolume

SetDomainIspPlacements sets the DomainIspPlacements field's value.

func (*OverallVolume) SetReadRatePercent

func (s *OverallVolume) SetReadRatePercent(v float64) *OverallVolume

SetReadRatePercent sets the ReadRatePercent field's value.

func (*OverallVolume) SetVolumeStatistics

func (s *OverallVolume) SetVolumeStatistics(v *VolumeStatistics) *OverallVolume

SetVolumeStatistics sets the VolumeStatistics field's value.

func (OverallVolume) String

func (s OverallVolume) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type PinpointDestination

type PinpointDestination struct {

    // The Amazon Resource Name (ARN) of the Amazon Pinpoint project to send email
    // events to.
    ApplicationArn *string `type:"string"`
    // contains filtered or unexported fields
}

An object that defines an Amazon Pinpoint project destination for email events. You can send email event data to a Amazon Pinpoint project to view metrics using the Transactional Messaging dashboards that are built in to Amazon Pinpoint. For more information, see Transactional Messaging Charts (https://docs.aws.amazon.com/pinpoint/latest/userguide/analytics-transactional-messages.html) in the Amazon Pinpoint User Guide.

func (PinpointDestination) GoString

func (s PinpointDestination) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*PinpointDestination) SetApplicationArn

func (s *PinpointDestination) SetApplicationArn(v string) *PinpointDestination

SetApplicationArn sets the ApplicationArn field's value.

func (PinpointDestination) String

func (s PinpointDestination) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type PlacementStatistics

type PlacementStatistics struct {

    // The percentage of emails that were authenticated by using DomainKeys Identified
    // Mail (DKIM) during the predictive inbox placement test.
    DkimPercentage *float64 `type:"double"`

    // The percentage of emails that arrived in recipients' inboxes during the predictive
    // inbox placement test.
    InboxPercentage *float64 `type:"double"`

    // The percentage of emails that didn't arrive in recipients' inboxes at all
    // during the predictive inbox placement test.
    MissingPercentage *float64 `type:"double"`

    // The percentage of emails that arrived in recipients' spam or junk mail folders
    // during the predictive inbox placement test.
    SpamPercentage *float64 `type:"double"`

    // The percentage of emails that were authenticated by using Sender Policy Framework
    // (SPF) during the predictive inbox placement test.
    SpfPercentage *float64 `type:"double"`
    // contains filtered or unexported fields
}

An object that contains inbox placement data for an email provider.

func (PlacementStatistics) GoString

func (s PlacementStatistics) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*PlacementStatistics) SetDkimPercentage

func (s *PlacementStatistics) SetDkimPercentage(v float64) *PlacementStatistics

SetDkimPercentage sets the DkimPercentage field's value.

func (*PlacementStatistics) SetInboxPercentage

func (s *PlacementStatistics) SetInboxPercentage(v float64) *PlacementStatistics

SetInboxPercentage sets the InboxPercentage field's value.

func (*PlacementStatistics) SetMissingPercentage

func (s *PlacementStatistics) SetMissingPercentage(v float64) *PlacementStatistics

SetMissingPercentage sets the MissingPercentage field's value.

func (*PlacementStatistics) SetSpamPercentage

func (s *PlacementStatistics) SetSpamPercentage(v float64) *PlacementStatistics

SetSpamPercentage sets the SpamPercentage field's value.

func (*PlacementStatistics) SetSpfPercentage

func (s *PlacementStatistics) SetSpfPercentage(v float64) *PlacementStatistics

SetSpfPercentage sets the SpfPercentage field's value.

func (PlacementStatistics) String

func (s PlacementStatistics) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

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 Amazon Web
    // Services Region. Set to true to enable the automatic warm-up feature, or
    // set to false to disable it.
    AutoWarmupEnabled *bool `type:"boolean"`
    // contains filtered or unexported fields
}

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

func (PutAccountDedicatedIpWarmupAttributesInput) GoString

func (s PutAccountDedicatedIpWarmupAttributesInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*PutAccountDedicatedIpWarmupAttributesInput) SetAutoWarmupEnabled

func (s *PutAccountDedicatedIpWarmupAttributesInput) SetAutoWarmupEnabled(v bool) *PutAccountDedicatedIpWarmupAttributesInput

SetAutoWarmupEnabled sets the AutoWarmupEnabled field's value.

func (PutAccountDedicatedIpWarmupAttributesInput) String

func (s PutAccountDedicatedIpWarmupAttributesInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type PutAccountDedicatedIpWarmupAttributesOutput

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

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

func (PutAccountDedicatedIpWarmupAttributesOutput) GoString

func (s PutAccountDedicatedIpWarmupAttributesOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (PutAccountDedicatedIpWarmupAttributesOutput) String

func (s PutAccountDedicatedIpWarmupAttributesOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type PutAccountDetailsInput

type PutAccountDetailsInput struct {

    // Additional email addresses that you would like to be notified regarding Amazon
    // SES matters.
    //
    // AdditionalContactEmailAddresses is a sensitive parameter and its value will be
    // replaced with "sensitive" in string returned by PutAccountDetailsInput's
    // String and GoString methods.
    AdditionalContactEmailAddresses []*string `min:"1" type:"list" sensitive:"true"`

    // The language you would prefer to be contacted with.
    ContactLanguage *string `type:"string" enum:"ContactLanguage"`

    // The type of email your account will send.
    //
    // MailType is a required field
    MailType *string `type:"string" required:"true" enum:"MailType"`

    // Indicates whether or not your account should have production access in the
    // current Amazon Web Services Region.
    //
    // If the value is false, then your account is in the sandbox. When your account
    // is in the sandbox, you can only send email to verified identities. Additionally,
    // the maximum number of emails you can send in a 24-hour period (your sending
    // quota) is 200, and the maximum number of emails you can send per second (your
    // maximum sending rate) is 1.
    //
    // If the value is true, then your account has production access. When your
    // account has production access, you can send email to any address. The sending
    // quota and maximum sending rate for your account vary based on your specific
    // use case.
    ProductionAccessEnabled *bool `type:"boolean"`

    // A description of the types of email that you plan to send.
    //
    // UseCaseDescription is a sensitive parameter and its value will be
    // replaced with "sensitive" in string returned by PutAccountDetailsInput's
    // String and GoString methods.
    //
    // UseCaseDescription is a required field
    UseCaseDescription *string `min:"1" type:"string" required:"true" sensitive:"true"`

    // The URL of your website. This information helps us better understand the
    // type of content that you plan to send.
    //
    // WebsiteURL is a sensitive parameter and its value will be
    // replaced with "sensitive" in string returned by PutAccountDetailsInput's
    // String and GoString methods.
    //
    // WebsiteURL is a required field
    WebsiteURL *string `min:"1" type:"string" required:"true" sensitive:"true"`
    // contains filtered or unexported fields
}

A request to submit new account details.

func (PutAccountDetailsInput) GoString

func (s PutAccountDetailsInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*PutAccountDetailsInput) SetAdditionalContactEmailAddresses

func (s *PutAccountDetailsInput) SetAdditionalContactEmailAddresses(v []*string) *PutAccountDetailsInput

SetAdditionalContactEmailAddresses sets the AdditionalContactEmailAddresses field's value.

func (*PutAccountDetailsInput) SetContactLanguage

func (s *PutAccountDetailsInput) SetContactLanguage(v string) *PutAccountDetailsInput

SetContactLanguage sets the ContactLanguage field's value.

func (*PutAccountDetailsInput) SetMailType

func (s *PutAccountDetailsInput) SetMailType(v string) *PutAccountDetailsInput

SetMailType sets the MailType field's value.

func (*PutAccountDetailsInput) SetProductionAccessEnabled

func (s *PutAccountDetailsInput) SetProductionAccessEnabled(v bool) *PutAccountDetailsInput

SetProductionAccessEnabled sets the ProductionAccessEnabled field's value.

func (*PutAccountDetailsInput) SetUseCaseDescription

func (s *PutAccountDetailsInput) SetUseCaseDescription(v string) *PutAccountDetailsInput

SetUseCaseDescription sets the UseCaseDescription field's value.

func (*PutAccountDetailsInput) SetWebsiteURL

func (s *PutAccountDetailsInput) SetWebsiteURL(v string) *PutAccountDetailsInput

SetWebsiteURL sets the WebsiteURL field's value.

func (PutAccountDetailsInput) String

func (s PutAccountDetailsInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*PutAccountDetailsInput) Validate

func (s *PutAccountDetailsInput) Validate() error

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

type PutAccountDetailsOutput

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

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

func (PutAccountDetailsOutput) GoString

func (s PutAccountDetailsOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (PutAccountDetailsOutput) String

func (s PutAccountDetailsOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

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 Amazon Web Services paused your account's ability to send email, you can't
    // use this operation to resume your account's ability to send email.
    SendingEnabled *bool `type:"boolean"`
    // contains filtered or unexported fields
}

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

func (PutAccountSendingAttributesInput) GoString

func (s PutAccountSendingAttributesInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*PutAccountSendingAttributesInput) SetSendingEnabled

func (s *PutAccountSendingAttributesInput) SetSendingEnabled(v bool) *PutAccountSendingAttributesInput

SetSendingEnabled sets the SendingEnabled field's value.

func (PutAccountSendingAttributesInput) String

func (s PutAccountSendingAttributesInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type PutAccountSendingAttributesOutput

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

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

func (PutAccountSendingAttributesOutput) GoString

func (s PutAccountSendingAttributesOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (PutAccountSendingAttributesOutput) String

func (s PutAccountSendingAttributesOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

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 []*string `type:"list" enum:"SuppressionListReason"`
    // contains filtered or unexported fields
}

A request to change your account's suppression preferences.

func (PutAccountSuppressionAttributesInput) GoString

func (s PutAccountSuppressionAttributesInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*PutAccountSuppressionAttributesInput) SetSuppressedReasons

func (s *PutAccountSuppressionAttributesInput) SetSuppressedReasons(v []*string) *PutAccountSuppressionAttributesInput

SetSuppressedReasons sets the SuppressedReasons field's value.

func (PutAccountSuppressionAttributesInput) String

func (s PutAccountSuppressionAttributesInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type PutAccountSuppressionAttributesOutput

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

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

func (PutAccountSuppressionAttributesOutput) GoString

func (s PutAccountSuppressionAttributesOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (PutAccountSuppressionAttributesOutput) String

func (s PutAccountSuppressionAttributesOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type PutAccountVdmAttributesInput

type PutAccountVdmAttributesInput struct {

    // The VDM attributes that you wish to apply to your Amazon SES account.
    //
    // VdmAttributes is a required field
    VdmAttributes *VdmAttributes `type:"structure" required:"true"`
    // contains filtered or unexported fields
}

A request to submit new account VDM attributes.

func (PutAccountVdmAttributesInput) GoString

func (s PutAccountVdmAttributesInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*PutAccountVdmAttributesInput) SetVdmAttributes

func (s *PutAccountVdmAttributesInput) SetVdmAttributes(v *VdmAttributes) *PutAccountVdmAttributesInput

SetVdmAttributes sets the VdmAttributes field's value.

func (PutAccountVdmAttributesInput) String

func (s PutAccountVdmAttributesInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*PutAccountVdmAttributesInput) Validate

func (s *PutAccountVdmAttributesInput) Validate() error

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

type PutAccountVdmAttributesOutput

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

func (PutAccountVdmAttributesOutput) GoString

func (s PutAccountVdmAttributesOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (PutAccountVdmAttributesOutput) String

func (s PutAccountVdmAttributesOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type PutConfigurationSetDeliveryOptionsInput

type PutConfigurationSetDeliveryOptionsInput struct {

    // The name of the configuration set to associate with a dedicated IP pool.
    //
    // ConfigurationSetName is a required field
    ConfigurationSetName *string `location:"uri" locationName:"ConfigurationSetName" type:"string" required:"true"`

    // The name of the dedicated IP pool to associate with the configuration set.
    SendingPoolName *string `type:"string"`

    // Specifies whether messages that use the configuration set are required to
    // use Transport Layer Security (TLS). If the value is Require, messages are
    // only delivered if a TLS connection can be established. If the value is Optional,
    // messages can be delivered in plain text if a TLS connection can't be established.
    TlsPolicy *string `type:"string" enum:"TlsPolicy"`
    // contains filtered or unexported fields
}

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

func (PutConfigurationSetDeliveryOptionsInput) GoString

func (s PutConfigurationSetDeliveryOptionsInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*PutConfigurationSetDeliveryOptionsInput) SetConfigurationSetName

func (s *PutConfigurationSetDeliveryOptionsInput) SetConfigurationSetName(v string) *PutConfigurationSetDeliveryOptionsInput

SetConfigurationSetName sets the ConfigurationSetName field's value.

func (*PutConfigurationSetDeliveryOptionsInput) SetSendingPoolName

func (s *PutConfigurationSetDeliveryOptionsInput) SetSendingPoolName(v string) *PutConfigurationSetDeliveryOptionsInput

SetSendingPoolName sets the SendingPoolName field's value.

func (*PutConfigurationSetDeliveryOptionsInput) SetTlsPolicy

func (s *PutConfigurationSetDeliveryOptionsInput) SetTlsPolicy(v string) *PutConfigurationSetDeliveryOptionsInput

SetTlsPolicy sets the TlsPolicy field's value.

func (PutConfigurationSetDeliveryOptionsInput) String

func (s PutConfigurationSetDeliveryOptionsInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*PutConfigurationSetDeliveryOptionsInput) Validate

func (s *PutConfigurationSetDeliveryOptionsInput) Validate() error

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

type PutConfigurationSetDeliveryOptionsOutput

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

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

func (PutConfigurationSetDeliveryOptionsOutput) GoString

func (s PutConfigurationSetDeliveryOptionsOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (PutConfigurationSetDeliveryOptionsOutput) String

func (s PutConfigurationSetDeliveryOptionsOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type PutConfigurationSetReputationOptionsInput

type PutConfigurationSetReputationOptionsInput struct {

    // The name of the configuration set.
    //
    // ConfigurationSetName is a required field
    ConfigurationSetName *string `location:"uri" locationName:"ConfigurationSetName" type:"string" required:"true"`

    // If true, tracking of reputation metrics is enabled for the configuration
    // set. If false, tracking of reputation metrics is disabled for the configuration
    // set.
    ReputationMetricsEnabled *bool `type:"boolean"`
    // contains filtered or unexported fields
}

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

func (PutConfigurationSetReputationOptionsInput) GoString

func (s PutConfigurationSetReputationOptionsInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*PutConfigurationSetReputationOptionsInput) SetConfigurationSetName

func (s *PutConfigurationSetReputationOptionsInput) SetConfigurationSetName(v string) *PutConfigurationSetReputationOptionsInput

SetConfigurationSetName sets the ConfigurationSetName field's value.

func (*PutConfigurationSetReputationOptionsInput) SetReputationMetricsEnabled

func (s *PutConfigurationSetReputationOptionsInput) SetReputationMetricsEnabled(v bool) *PutConfigurationSetReputationOptionsInput

SetReputationMetricsEnabled sets the ReputationMetricsEnabled field's value.

func (PutConfigurationSetReputationOptionsInput) String

func (s PutConfigurationSetReputationOptionsInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*PutConfigurationSetReputationOptionsInput) Validate

func (s *PutConfigurationSetReputationOptionsInput) Validate() error

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

type PutConfigurationSetReputationOptionsOutput

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

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

func (PutConfigurationSetReputationOptionsOutput) GoString

func (s PutConfigurationSetReputationOptionsOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (PutConfigurationSetReputationOptionsOutput) String

func (s PutConfigurationSetReputationOptionsOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type PutConfigurationSetSendingOptionsInput

type PutConfigurationSetSendingOptionsInput struct {

    // The name of the configuration set to enable or disable email sending for.
    //
    // ConfigurationSetName is a required field
    ConfigurationSetName *string `location:"uri" locationName:"ConfigurationSetName" type:"string" required:"true"`

    // If true, email sending is enabled for the configuration set. If false, email
    // sending is disabled for the configuration set.
    SendingEnabled *bool `type:"boolean"`
    // contains filtered or unexported fields
}

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

func (PutConfigurationSetSendingOptionsInput) GoString

func (s PutConfigurationSetSendingOptionsInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*PutConfigurationSetSendingOptionsInput) SetConfigurationSetName

func (s *PutConfigurationSetSendingOptionsInput) SetConfigurationSetName(v string) *PutConfigurationSetSendingOptionsInput

SetConfigurationSetName sets the ConfigurationSetName field's value.

func (*PutConfigurationSetSendingOptionsInput) SetSendingEnabled

func (s *PutConfigurationSetSendingOptionsInput) SetSendingEnabled(v bool) *PutConfigurationSetSendingOptionsInput

SetSendingEnabled sets the SendingEnabled field's value.

func (PutConfigurationSetSendingOptionsInput) String

func (s PutConfigurationSetSendingOptionsInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*PutConfigurationSetSendingOptionsInput) Validate

func (s *PutConfigurationSetSendingOptionsInput) Validate() error

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

type PutConfigurationSetSendingOptionsOutput

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

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

func (PutConfigurationSetSendingOptionsOutput) GoString

func (s PutConfigurationSetSendingOptionsOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (PutConfigurationSetSendingOptionsOutput) String

func (s PutConfigurationSetSendingOptionsOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type PutConfigurationSetSuppressionOptionsInput

type PutConfigurationSetSuppressionOptionsInput struct {

    // The name of the configuration set to change the suppression list preferences
    // for.
    //
    // ConfigurationSetName is a required field
    ConfigurationSetName *string `location:"uri" locationName:"ConfigurationSetName" type:"string" required:"true"`

    // A list that contains the reasons that email addresses are automatically added
    // to the suppression list for your account. This list can contain any or all
    // of the following:
    //
    //    * COMPLAINT – Amazon SES adds an email address to the suppression list
    //    for your account when a message sent to that address results in a complaint.
    //
    //    * BOUNCE – Amazon SES adds an email address to the suppression list
    //    for your account when a message sent to that address results in a hard
    //    bounce.
    SuppressedReasons []*string `type:"list" enum:"SuppressionListReason"`
    // contains filtered or unexported fields
}

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

func (PutConfigurationSetSuppressionOptionsInput) GoString

func (s PutConfigurationSetSuppressionOptionsInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*PutConfigurationSetSuppressionOptionsInput) SetConfigurationSetName

func (s *PutConfigurationSetSuppressionOptionsInput) SetConfigurationSetName(v string) *PutConfigurationSetSuppressionOptionsInput

SetConfigurationSetName sets the ConfigurationSetName field's value.

func (*PutConfigurationSetSuppressionOptionsInput) SetSuppressedReasons

func (s *PutConfigurationSetSuppressionOptionsInput) SetSuppressedReasons(v []*string) *PutConfigurationSetSuppressionOptionsInput

SetSuppressedReasons sets the SuppressedReasons field's value.

func (PutConfigurationSetSuppressionOptionsInput) String

func (s PutConfigurationSetSuppressionOptionsInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*PutConfigurationSetSuppressionOptionsInput) Validate

func (s *PutConfigurationSetSuppressionOptionsInput) Validate() error

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

type PutConfigurationSetSuppressionOptionsOutput

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

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

func (PutConfigurationSetSuppressionOptionsOutput) GoString

func (s PutConfigurationSetSuppressionOptionsOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (PutConfigurationSetSuppressionOptionsOutput) String

func (s PutConfigurationSetSuppressionOptionsOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type PutConfigurationSetTrackingOptionsInput

type PutConfigurationSetTrackingOptionsInput struct {

    // The name of the configuration set.
    //
    // ConfigurationSetName is a required field
    ConfigurationSetName *string `location:"uri" locationName:"ConfigurationSetName" type:"string" required:"true"`

    // The domain to use to track open and click events.
    CustomRedirectDomain *string `type:"string"`
    // contains filtered or unexported fields
}

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

func (PutConfigurationSetTrackingOptionsInput) GoString

func (s PutConfigurationSetTrackingOptionsInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*PutConfigurationSetTrackingOptionsInput) SetConfigurationSetName

func (s *PutConfigurationSetTrackingOptionsInput) SetConfigurationSetName(v string) *PutConfigurationSetTrackingOptionsInput

SetConfigurationSetName sets the ConfigurationSetName field's value.

func (*PutConfigurationSetTrackingOptionsInput) SetCustomRedirectDomain

func (s *PutConfigurationSetTrackingOptionsInput) SetCustomRedirectDomain(v string) *PutConfigurationSetTrackingOptionsInput

SetCustomRedirectDomain sets the CustomRedirectDomain field's value.

func (PutConfigurationSetTrackingOptionsInput) String

func (s PutConfigurationSetTrackingOptionsInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*PutConfigurationSetTrackingOptionsInput) Validate

func (s *PutConfigurationSetTrackingOptionsInput) Validate() error

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

type PutConfigurationSetTrackingOptionsOutput

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

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

func (PutConfigurationSetTrackingOptionsOutput) GoString

func (s PutConfigurationSetTrackingOptionsOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (PutConfigurationSetTrackingOptionsOutput) String

func (s PutConfigurationSetTrackingOptionsOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type PutConfigurationSetVdmOptionsInput

type PutConfigurationSetVdmOptionsInput struct {

    // The name of the configuration set.
    //
    // ConfigurationSetName is a required field
    ConfigurationSetName *string `location:"uri" locationName:"ConfigurationSetName" type:"string" required:"true"`

    // The VDM options to apply to the configuration set.
    VdmOptions *VdmOptions `type:"structure"`
    // contains filtered or unexported fields
}

A request to add specific VDM settings to a configuration set.

func (PutConfigurationSetVdmOptionsInput) GoString

func (s PutConfigurationSetVdmOptionsInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".