sesv2stub

package
v0.6.0 Latest Latest
Warning

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

Go to latest
Published: Jan 31, 2022 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Client

type Client interface {
	CreateConfigurationSet(ctx workflow.Context, input *sesv2.CreateConfigurationSetInput) (*sesv2.CreateConfigurationSetOutput, error)
	CreateConfigurationSetAsync(ctx workflow.Context, input *sesv2.CreateConfigurationSetInput) *CreateConfigurationSetFuture

	CreateConfigurationSetEventDestination(ctx workflow.Context, input *sesv2.CreateConfigurationSetEventDestinationInput) (*sesv2.CreateConfigurationSetEventDestinationOutput, error)
	CreateConfigurationSetEventDestinationAsync(ctx workflow.Context, input *sesv2.CreateConfigurationSetEventDestinationInput) *CreateConfigurationSetEventDestinationFuture

	CreateContact(ctx workflow.Context, input *sesv2.CreateContactInput) (*sesv2.CreateContactOutput, error)
	CreateContactAsync(ctx workflow.Context, input *sesv2.CreateContactInput) *CreateContactFuture

	CreateContactList(ctx workflow.Context, input *sesv2.CreateContactListInput) (*sesv2.CreateContactListOutput, error)
	CreateContactListAsync(ctx workflow.Context, input *sesv2.CreateContactListInput) *CreateContactListFuture

	CreateCustomVerificationEmailTemplate(ctx workflow.Context, input *sesv2.CreateCustomVerificationEmailTemplateInput) (*sesv2.CreateCustomVerificationEmailTemplateOutput, error)
	CreateCustomVerificationEmailTemplateAsync(ctx workflow.Context, input *sesv2.CreateCustomVerificationEmailTemplateInput) *CreateCustomVerificationEmailTemplateFuture

	CreateDedicatedIpPool(ctx workflow.Context, input *sesv2.CreateDedicatedIpPoolInput) (*sesv2.CreateDedicatedIpPoolOutput, error)
	CreateDedicatedIpPoolAsync(ctx workflow.Context, input *sesv2.CreateDedicatedIpPoolInput) *CreateDedicatedIpPoolFuture

	CreateDeliverabilityTestReport(ctx workflow.Context, input *sesv2.CreateDeliverabilityTestReportInput) (*sesv2.CreateDeliverabilityTestReportOutput, error)
	CreateDeliverabilityTestReportAsync(ctx workflow.Context, input *sesv2.CreateDeliverabilityTestReportInput) *CreateDeliverabilityTestReportFuture

	CreateEmailIdentity(ctx workflow.Context, input *sesv2.CreateEmailIdentityInput) (*sesv2.CreateEmailIdentityOutput, error)
	CreateEmailIdentityAsync(ctx workflow.Context, input *sesv2.CreateEmailIdentityInput) *CreateEmailIdentityFuture

	CreateEmailIdentityPolicy(ctx workflow.Context, input *sesv2.CreateEmailIdentityPolicyInput) (*sesv2.CreateEmailIdentityPolicyOutput, error)
	CreateEmailIdentityPolicyAsync(ctx workflow.Context, input *sesv2.CreateEmailIdentityPolicyInput) *CreateEmailIdentityPolicyFuture

	CreateEmailTemplate(ctx workflow.Context, input *sesv2.CreateEmailTemplateInput) (*sesv2.CreateEmailTemplateOutput, error)
	CreateEmailTemplateAsync(ctx workflow.Context, input *sesv2.CreateEmailTemplateInput) *CreateEmailTemplateFuture

	CreateImportJob(ctx workflow.Context, input *sesv2.CreateImportJobInput) (*sesv2.CreateImportJobOutput, error)
	CreateImportJobAsync(ctx workflow.Context, input *sesv2.CreateImportJobInput) *CreateImportJobFuture

	DeleteConfigurationSet(ctx workflow.Context, input *sesv2.DeleteConfigurationSetInput) (*sesv2.DeleteConfigurationSetOutput, error)
	DeleteConfigurationSetAsync(ctx workflow.Context, input *sesv2.DeleteConfigurationSetInput) *DeleteConfigurationSetFuture

	DeleteConfigurationSetEventDestination(ctx workflow.Context, input *sesv2.DeleteConfigurationSetEventDestinationInput) (*sesv2.DeleteConfigurationSetEventDestinationOutput, error)
	DeleteConfigurationSetEventDestinationAsync(ctx workflow.Context, input *sesv2.DeleteConfigurationSetEventDestinationInput) *DeleteConfigurationSetEventDestinationFuture

	DeleteContact(ctx workflow.Context, input *sesv2.DeleteContactInput) (*sesv2.DeleteContactOutput, error)
	DeleteContactAsync(ctx workflow.Context, input *sesv2.DeleteContactInput) *DeleteContactFuture

	DeleteContactList(ctx workflow.Context, input *sesv2.DeleteContactListInput) (*sesv2.DeleteContactListOutput, error)
	DeleteContactListAsync(ctx workflow.Context, input *sesv2.DeleteContactListInput) *DeleteContactListFuture

	DeleteCustomVerificationEmailTemplate(ctx workflow.Context, input *sesv2.DeleteCustomVerificationEmailTemplateInput) (*sesv2.DeleteCustomVerificationEmailTemplateOutput, error)
	DeleteCustomVerificationEmailTemplateAsync(ctx workflow.Context, input *sesv2.DeleteCustomVerificationEmailTemplateInput) *DeleteCustomVerificationEmailTemplateFuture

	DeleteDedicatedIpPool(ctx workflow.Context, input *sesv2.DeleteDedicatedIpPoolInput) (*sesv2.DeleteDedicatedIpPoolOutput, error)
	DeleteDedicatedIpPoolAsync(ctx workflow.Context, input *sesv2.DeleteDedicatedIpPoolInput) *DeleteDedicatedIpPoolFuture

	DeleteEmailIdentity(ctx workflow.Context, input *sesv2.DeleteEmailIdentityInput) (*sesv2.DeleteEmailIdentityOutput, error)
	DeleteEmailIdentityAsync(ctx workflow.Context, input *sesv2.DeleteEmailIdentityInput) *DeleteEmailIdentityFuture

	DeleteEmailIdentityPolicy(ctx workflow.Context, input *sesv2.DeleteEmailIdentityPolicyInput) (*sesv2.DeleteEmailIdentityPolicyOutput, error)
	DeleteEmailIdentityPolicyAsync(ctx workflow.Context, input *sesv2.DeleteEmailIdentityPolicyInput) *DeleteEmailIdentityPolicyFuture

	DeleteEmailTemplate(ctx workflow.Context, input *sesv2.DeleteEmailTemplateInput) (*sesv2.DeleteEmailTemplateOutput, error)
	DeleteEmailTemplateAsync(ctx workflow.Context, input *sesv2.DeleteEmailTemplateInput) *DeleteEmailTemplateFuture

	DeleteSuppressedDestination(ctx workflow.Context, input *sesv2.DeleteSuppressedDestinationInput) (*sesv2.DeleteSuppressedDestinationOutput, error)
	DeleteSuppressedDestinationAsync(ctx workflow.Context, input *sesv2.DeleteSuppressedDestinationInput) *DeleteSuppressedDestinationFuture

	GetAccount(ctx workflow.Context, input *sesv2.GetAccountInput) (*sesv2.GetAccountOutput, error)
	GetAccountAsync(ctx workflow.Context, input *sesv2.GetAccountInput) *GetAccountFuture

	GetBlacklistReports(ctx workflow.Context, input *sesv2.GetBlacklistReportsInput) (*sesv2.GetBlacklistReportsOutput, error)
	GetBlacklistReportsAsync(ctx workflow.Context, input *sesv2.GetBlacklistReportsInput) *GetBlacklistReportsFuture

	GetConfigurationSet(ctx workflow.Context, input *sesv2.GetConfigurationSetInput) (*sesv2.GetConfigurationSetOutput, error)
	GetConfigurationSetAsync(ctx workflow.Context, input *sesv2.GetConfigurationSetInput) *GetConfigurationSetFuture

	GetConfigurationSetEventDestinations(ctx workflow.Context, input *sesv2.GetConfigurationSetEventDestinationsInput) (*sesv2.GetConfigurationSetEventDestinationsOutput, error)
	GetConfigurationSetEventDestinationsAsync(ctx workflow.Context, input *sesv2.GetConfigurationSetEventDestinationsInput) *GetConfigurationSetEventDestinationsFuture

	GetContact(ctx workflow.Context, input *sesv2.GetContactInput) (*sesv2.GetContactOutput, error)
	GetContactAsync(ctx workflow.Context, input *sesv2.GetContactInput) *GetContactFuture

	GetContactList(ctx workflow.Context, input *sesv2.GetContactListInput) (*sesv2.GetContactListOutput, error)
	GetContactListAsync(ctx workflow.Context, input *sesv2.GetContactListInput) *GetContactListFuture

	GetCustomVerificationEmailTemplate(ctx workflow.Context, input *sesv2.GetCustomVerificationEmailTemplateInput) (*sesv2.GetCustomVerificationEmailTemplateOutput, error)
	GetCustomVerificationEmailTemplateAsync(ctx workflow.Context, input *sesv2.GetCustomVerificationEmailTemplateInput) *GetCustomVerificationEmailTemplateFuture

	GetDedicatedIp(ctx workflow.Context, input *sesv2.GetDedicatedIpInput) (*sesv2.GetDedicatedIpOutput, error)
	GetDedicatedIpAsync(ctx workflow.Context, input *sesv2.GetDedicatedIpInput) *GetDedicatedIpFuture

	GetDedicatedIps(ctx workflow.Context, input *sesv2.GetDedicatedIpsInput) (*sesv2.GetDedicatedIpsOutput, error)
	GetDedicatedIpsAsync(ctx workflow.Context, input *sesv2.GetDedicatedIpsInput) *GetDedicatedIpsFuture

	GetDeliverabilityDashboardOptions(ctx workflow.Context, input *sesv2.GetDeliverabilityDashboardOptionsInput) (*sesv2.GetDeliverabilityDashboardOptionsOutput, error)
	GetDeliverabilityDashboardOptionsAsync(ctx workflow.Context, input *sesv2.GetDeliverabilityDashboardOptionsInput) *GetDeliverabilityDashboardOptionsFuture

	GetDeliverabilityTestReport(ctx workflow.Context, input *sesv2.GetDeliverabilityTestReportInput) (*sesv2.GetDeliverabilityTestReportOutput, error)
	GetDeliverabilityTestReportAsync(ctx workflow.Context, input *sesv2.GetDeliverabilityTestReportInput) *GetDeliverabilityTestReportFuture

	GetDomainDeliverabilityCampaign(ctx workflow.Context, input *sesv2.GetDomainDeliverabilityCampaignInput) (*sesv2.GetDomainDeliverabilityCampaignOutput, error)
	GetDomainDeliverabilityCampaignAsync(ctx workflow.Context, input *sesv2.GetDomainDeliverabilityCampaignInput) *GetDomainDeliverabilityCampaignFuture

	GetDomainStatisticsReport(ctx workflow.Context, input *sesv2.GetDomainStatisticsReportInput) (*sesv2.GetDomainStatisticsReportOutput, error)
	GetDomainStatisticsReportAsync(ctx workflow.Context, input *sesv2.GetDomainStatisticsReportInput) *GetDomainStatisticsReportFuture

	GetEmailIdentity(ctx workflow.Context, input *sesv2.GetEmailIdentityInput) (*sesv2.GetEmailIdentityOutput, error)
	GetEmailIdentityAsync(ctx workflow.Context, input *sesv2.GetEmailIdentityInput) *GetEmailIdentityFuture

	GetEmailIdentityPolicies(ctx workflow.Context, input *sesv2.GetEmailIdentityPoliciesInput) (*sesv2.GetEmailIdentityPoliciesOutput, error)
	GetEmailIdentityPoliciesAsync(ctx workflow.Context, input *sesv2.GetEmailIdentityPoliciesInput) *GetEmailIdentityPoliciesFuture

	GetEmailTemplate(ctx workflow.Context, input *sesv2.GetEmailTemplateInput) (*sesv2.GetEmailTemplateOutput, error)
	GetEmailTemplateAsync(ctx workflow.Context, input *sesv2.GetEmailTemplateInput) *GetEmailTemplateFuture

	GetImportJob(ctx workflow.Context, input *sesv2.GetImportJobInput) (*sesv2.GetImportJobOutput, error)
	GetImportJobAsync(ctx workflow.Context, input *sesv2.GetImportJobInput) *GetImportJobFuture

	GetSuppressedDestination(ctx workflow.Context, input *sesv2.GetSuppressedDestinationInput) (*sesv2.GetSuppressedDestinationOutput, error)
	GetSuppressedDestinationAsync(ctx workflow.Context, input *sesv2.GetSuppressedDestinationInput) *GetSuppressedDestinationFuture

	ListConfigurationSets(ctx workflow.Context, input *sesv2.ListConfigurationSetsInput) (*sesv2.ListConfigurationSetsOutput, error)
	ListConfigurationSetsAsync(ctx workflow.Context, input *sesv2.ListConfigurationSetsInput) *ListConfigurationSetsFuture

	ListContactLists(ctx workflow.Context, input *sesv2.ListContactListsInput) (*sesv2.ListContactListsOutput, error)
	ListContactListsAsync(ctx workflow.Context, input *sesv2.ListContactListsInput) *ListContactListsFuture

	ListContacts(ctx workflow.Context, input *sesv2.ListContactsInput) (*sesv2.ListContactsOutput, error)
	ListContactsAsync(ctx workflow.Context, input *sesv2.ListContactsInput) *ListContactsFuture

	ListCustomVerificationEmailTemplates(ctx workflow.Context, input *sesv2.ListCustomVerificationEmailTemplatesInput) (*sesv2.ListCustomVerificationEmailTemplatesOutput, error)
	ListCustomVerificationEmailTemplatesAsync(ctx workflow.Context, input *sesv2.ListCustomVerificationEmailTemplatesInput) *ListCustomVerificationEmailTemplatesFuture

	ListDedicatedIpPools(ctx workflow.Context, input *sesv2.ListDedicatedIpPoolsInput) (*sesv2.ListDedicatedIpPoolsOutput, error)
	ListDedicatedIpPoolsAsync(ctx workflow.Context, input *sesv2.ListDedicatedIpPoolsInput) *ListDedicatedIpPoolsFuture

	ListDeliverabilityTestReports(ctx workflow.Context, input *sesv2.ListDeliverabilityTestReportsInput) (*sesv2.ListDeliverabilityTestReportsOutput, error)
	ListDeliverabilityTestReportsAsync(ctx workflow.Context, input *sesv2.ListDeliverabilityTestReportsInput) *ListDeliverabilityTestReportsFuture

	ListDomainDeliverabilityCampaigns(ctx workflow.Context, input *sesv2.ListDomainDeliverabilityCampaignsInput) (*sesv2.ListDomainDeliverabilityCampaignsOutput, error)
	ListDomainDeliverabilityCampaignsAsync(ctx workflow.Context, input *sesv2.ListDomainDeliverabilityCampaignsInput) *ListDomainDeliverabilityCampaignsFuture

	ListEmailIdentities(ctx workflow.Context, input *sesv2.ListEmailIdentitiesInput) (*sesv2.ListEmailIdentitiesOutput, error)
	ListEmailIdentitiesAsync(ctx workflow.Context, input *sesv2.ListEmailIdentitiesInput) *ListEmailIdentitiesFuture

	ListEmailTemplates(ctx workflow.Context, input *sesv2.ListEmailTemplatesInput) (*sesv2.ListEmailTemplatesOutput, error)
	ListEmailTemplatesAsync(ctx workflow.Context, input *sesv2.ListEmailTemplatesInput) *ListEmailTemplatesFuture

	ListImportJobs(ctx workflow.Context, input *sesv2.ListImportJobsInput) (*sesv2.ListImportJobsOutput, error)
	ListImportJobsAsync(ctx workflow.Context, input *sesv2.ListImportJobsInput) *ListImportJobsFuture

	ListSuppressedDestinations(ctx workflow.Context, input *sesv2.ListSuppressedDestinationsInput) (*sesv2.ListSuppressedDestinationsOutput, error)
	ListSuppressedDestinationsAsync(ctx workflow.Context, input *sesv2.ListSuppressedDestinationsInput) *ListSuppressedDestinationsFuture

	ListTagsForResource(ctx workflow.Context, input *sesv2.ListTagsForResourceInput) (*sesv2.ListTagsForResourceOutput, error)
	ListTagsForResourceAsync(ctx workflow.Context, input *sesv2.ListTagsForResourceInput) *ListTagsForResourceFuture

	PutAccountDedicatedIpWarmupAttributes(ctx workflow.Context, input *sesv2.PutAccountDedicatedIpWarmupAttributesInput) (*sesv2.PutAccountDedicatedIpWarmupAttributesOutput, error)
	PutAccountDedicatedIpWarmupAttributesAsync(ctx workflow.Context, input *sesv2.PutAccountDedicatedIpWarmupAttributesInput) *PutAccountDedicatedIpWarmupAttributesFuture

	PutAccountDetails(ctx workflow.Context, input *sesv2.PutAccountDetailsInput) (*sesv2.PutAccountDetailsOutput, error)
	PutAccountDetailsAsync(ctx workflow.Context, input *sesv2.PutAccountDetailsInput) *PutAccountDetailsFuture

	PutAccountSendingAttributes(ctx workflow.Context, input *sesv2.PutAccountSendingAttributesInput) (*sesv2.PutAccountSendingAttributesOutput, error)
	PutAccountSendingAttributesAsync(ctx workflow.Context, input *sesv2.PutAccountSendingAttributesInput) *PutAccountSendingAttributesFuture

	PutAccountSuppressionAttributes(ctx workflow.Context, input *sesv2.PutAccountSuppressionAttributesInput) (*sesv2.PutAccountSuppressionAttributesOutput, error)
	PutAccountSuppressionAttributesAsync(ctx workflow.Context, input *sesv2.PutAccountSuppressionAttributesInput) *PutAccountSuppressionAttributesFuture

	PutConfigurationSetDeliveryOptions(ctx workflow.Context, input *sesv2.PutConfigurationSetDeliveryOptionsInput) (*sesv2.PutConfigurationSetDeliveryOptionsOutput, error)
	PutConfigurationSetDeliveryOptionsAsync(ctx workflow.Context, input *sesv2.PutConfigurationSetDeliveryOptionsInput) *PutConfigurationSetDeliveryOptionsFuture

	PutConfigurationSetReputationOptions(ctx workflow.Context, input *sesv2.PutConfigurationSetReputationOptionsInput) (*sesv2.PutConfigurationSetReputationOptionsOutput, error)
	PutConfigurationSetReputationOptionsAsync(ctx workflow.Context, input *sesv2.PutConfigurationSetReputationOptionsInput) *PutConfigurationSetReputationOptionsFuture

	PutConfigurationSetSendingOptions(ctx workflow.Context, input *sesv2.PutConfigurationSetSendingOptionsInput) (*sesv2.PutConfigurationSetSendingOptionsOutput, error)
	PutConfigurationSetSendingOptionsAsync(ctx workflow.Context, input *sesv2.PutConfigurationSetSendingOptionsInput) *PutConfigurationSetSendingOptionsFuture

	PutConfigurationSetSuppressionOptions(ctx workflow.Context, input *sesv2.PutConfigurationSetSuppressionOptionsInput) (*sesv2.PutConfigurationSetSuppressionOptionsOutput, error)
	PutConfigurationSetSuppressionOptionsAsync(ctx workflow.Context, input *sesv2.PutConfigurationSetSuppressionOptionsInput) *PutConfigurationSetSuppressionOptionsFuture

	PutConfigurationSetTrackingOptions(ctx workflow.Context, input *sesv2.PutConfigurationSetTrackingOptionsInput) (*sesv2.PutConfigurationSetTrackingOptionsOutput, error)
	PutConfigurationSetTrackingOptionsAsync(ctx workflow.Context, input *sesv2.PutConfigurationSetTrackingOptionsInput) *PutConfigurationSetTrackingOptionsFuture

	PutDedicatedIpInPool(ctx workflow.Context, input *sesv2.PutDedicatedIpInPoolInput) (*sesv2.PutDedicatedIpInPoolOutput, error)
	PutDedicatedIpInPoolAsync(ctx workflow.Context, input *sesv2.PutDedicatedIpInPoolInput) *PutDedicatedIpInPoolFuture

	PutDedicatedIpWarmupAttributes(ctx workflow.Context, input *sesv2.PutDedicatedIpWarmupAttributesInput) (*sesv2.PutDedicatedIpWarmupAttributesOutput, error)
	PutDedicatedIpWarmupAttributesAsync(ctx workflow.Context, input *sesv2.PutDedicatedIpWarmupAttributesInput) *PutDedicatedIpWarmupAttributesFuture

	PutDeliverabilityDashboardOption(ctx workflow.Context, input *sesv2.PutDeliverabilityDashboardOptionInput) (*sesv2.PutDeliverabilityDashboardOptionOutput, error)
	PutDeliverabilityDashboardOptionAsync(ctx workflow.Context, input *sesv2.PutDeliverabilityDashboardOptionInput) *PutDeliverabilityDashboardOptionFuture

	PutEmailIdentityConfigurationSetAttributes(ctx workflow.Context, input *sesv2.PutEmailIdentityConfigurationSetAttributesInput) (*sesv2.PutEmailIdentityConfigurationSetAttributesOutput, error)
	PutEmailIdentityConfigurationSetAttributesAsync(ctx workflow.Context, input *sesv2.PutEmailIdentityConfigurationSetAttributesInput) *PutEmailIdentityConfigurationSetAttributesFuture

	PutEmailIdentityDkimAttributes(ctx workflow.Context, input *sesv2.PutEmailIdentityDkimAttributesInput) (*sesv2.PutEmailIdentityDkimAttributesOutput, error)
	PutEmailIdentityDkimAttributesAsync(ctx workflow.Context, input *sesv2.PutEmailIdentityDkimAttributesInput) *PutEmailIdentityDkimAttributesFuture

	PutEmailIdentityDkimSigningAttributes(ctx workflow.Context, input *sesv2.PutEmailIdentityDkimSigningAttributesInput) (*sesv2.PutEmailIdentityDkimSigningAttributesOutput, error)
	PutEmailIdentityDkimSigningAttributesAsync(ctx workflow.Context, input *sesv2.PutEmailIdentityDkimSigningAttributesInput) *PutEmailIdentityDkimSigningAttributesFuture

	PutEmailIdentityFeedbackAttributes(ctx workflow.Context, input *sesv2.PutEmailIdentityFeedbackAttributesInput) (*sesv2.PutEmailIdentityFeedbackAttributesOutput, error)
	PutEmailIdentityFeedbackAttributesAsync(ctx workflow.Context, input *sesv2.PutEmailIdentityFeedbackAttributesInput) *PutEmailIdentityFeedbackAttributesFuture

	PutEmailIdentityMailFromAttributes(ctx workflow.Context, input *sesv2.PutEmailIdentityMailFromAttributesInput) (*sesv2.PutEmailIdentityMailFromAttributesOutput, error)
	PutEmailIdentityMailFromAttributesAsync(ctx workflow.Context, input *sesv2.PutEmailIdentityMailFromAttributesInput) *PutEmailIdentityMailFromAttributesFuture

	PutSuppressedDestination(ctx workflow.Context, input *sesv2.PutSuppressedDestinationInput) (*sesv2.PutSuppressedDestinationOutput, error)
	PutSuppressedDestinationAsync(ctx workflow.Context, input *sesv2.PutSuppressedDestinationInput) *PutSuppressedDestinationFuture

	SendBulkEmail(ctx workflow.Context, input *sesv2.SendBulkEmailInput) (*sesv2.SendBulkEmailOutput, error)
	SendBulkEmailAsync(ctx workflow.Context, input *sesv2.SendBulkEmailInput) *SendBulkEmailFuture

	SendCustomVerificationEmail(ctx workflow.Context, input *sesv2.SendCustomVerificationEmailInput) (*sesv2.SendCustomVerificationEmailOutput, error)
	SendCustomVerificationEmailAsync(ctx workflow.Context, input *sesv2.SendCustomVerificationEmailInput) *SendCustomVerificationEmailFuture

	SendEmail(ctx workflow.Context, input *sesv2.SendEmailInput) (*sesv2.SendEmailOutput, error)
	SendEmailAsync(ctx workflow.Context, input *sesv2.SendEmailInput) *SendEmailFuture

	TagResource(ctx workflow.Context, input *sesv2.TagResourceInput) (*sesv2.TagResourceOutput, error)
	TagResourceAsync(ctx workflow.Context, input *sesv2.TagResourceInput) *TagResourceFuture

	TestRenderEmailTemplate(ctx workflow.Context, input *sesv2.TestRenderEmailTemplateInput) (*sesv2.TestRenderEmailTemplateOutput, error)
	TestRenderEmailTemplateAsync(ctx workflow.Context, input *sesv2.TestRenderEmailTemplateInput) *TestRenderEmailTemplateFuture

	UntagResource(ctx workflow.Context, input *sesv2.UntagResourceInput) (*sesv2.UntagResourceOutput, error)
	UntagResourceAsync(ctx workflow.Context, input *sesv2.UntagResourceInput) *UntagResourceFuture

	UpdateConfigurationSetEventDestination(ctx workflow.Context, input *sesv2.UpdateConfigurationSetEventDestinationInput) (*sesv2.UpdateConfigurationSetEventDestinationOutput, error)
	UpdateConfigurationSetEventDestinationAsync(ctx workflow.Context, input *sesv2.UpdateConfigurationSetEventDestinationInput) *UpdateConfigurationSetEventDestinationFuture

	UpdateContact(ctx workflow.Context, input *sesv2.UpdateContactInput) (*sesv2.UpdateContactOutput, error)
	UpdateContactAsync(ctx workflow.Context, input *sesv2.UpdateContactInput) *UpdateContactFuture

	UpdateContactList(ctx workflow.Context, input *sesv2.UpdateContactListInput) (*sesv2.UpdateContactListOutput, error)
	UpdateContactListAsync(ctx workflow.Context, input *sesv2.UpdateContactListInput) *UpdateContactListFuture

	UpdateCustomVerificationEmailTemplate(ctx workflow.Context, input *sesv2.UpdateCustomVerificationEmailTemplateInput) (*sesv2.UpdateCustomVerificationEmailTemplateOutput, error)
	UpdateCustomVerificationEmailTemplateAsync(ctx workflow.Context, input *sesv2.UpdateCustomVerificationEmailTemplateInput) *UpdateCustomVerificationEmailTemplateFuture

	UpdateEmailIdentityPolicy(ctx workflow.Context, input *sesv2.UpdateEmailIdentityPolicyInput) (*sesv2.UpdateEmailIdentityPolicyOutput, error)
	UpdateEmailIdentityPolicyAsync(ctx workflow.Context, input *sesv2.UpdateEmailIdentityPolicyInput) *UpdateEmailIdentityPolicyFuture

	UpdateEmailTemplate(ctx workflow.Context, input *sesv2.UpdateEmailTemplateInput) (*sesv2.UpdateEmailTemplateOutput, error)
	UpdateEmailTemplateAsync(ctx workflow.Context, input *sesv2.UpdateEmailTemplateInput) *UpdateEmailTemplateFuture
}

func NewClient

func NewClient() Client

type CreateConfigurationSetEventDestinationFuture

type CreateConfigurationSetEventDestinationFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*CreateConfigurationSetEventDestinationFuture) Get

type CreateConfigurationSetFuture

type CreateConfigurationSetFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*CreateConfigurationSetFuture) Get

type CreateContactFuture

type CreateContactFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*CreateContactFuture) Get

type CreateContactListFuture

type CreateContactListFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*CreateContactListFuture) Get

type CreateCustomVerificationEmailTemplateFuture

type CreateCustomVerificationEmailTemplateFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*CreateCustomVerificationEmailTemplateFuture) Get

type CreateDedicatedIpPoolFuture

type CreateDedicatedIpPoolFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*CreateDedicatedIpPoolFuture) Get

type CreateDeliverabilityTestReportFuture

type CreateDeliverabilityTestReportFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*CreateDeliverabilityTestReportFuture) Get

type CreateEmailIdentityFuture

type CreateEmailIdentityFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*CreateEmailIdentityFuture) Get

type CreateEmailIdentityPolicyFuture

type CreateEmailIdentityPolicyFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*CreateEmailIdentityPolicyFuture) Get

type CreateEmailTemplateFuture

type CreateEmailTemplateFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*CreateEmailTemplateFuture) Get

type CreateImportJobFuture

type CreateImportJobFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*CreateImportJobFuture) Get

type DeleteConfigurationSetEventDestinationFuture

type DeleteConfigurationSetEventDestinationFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*DeleteConfigurationSetEventDestinationFuture) Get

type DeleteConfigurationSetFuture

type DeleteConfigurationSetFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*DeleteConfigurationSetFuture) Get

type DeleteContactFuture

type DeleteContactFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*DeleteContactFuture) Get

type DeleteContactListFuture

type DeleteContactListFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*DeleteContactListFuture) Get

type DeleteCustomVerificationEmailTemplateFuture

type DeleteCustomVerificationEmailTemplateFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*DeleteCustomVerificationEmailTemplateFuture) Get

type DeleteDedicatedIpPoolFuture

type DeleteDedicatedIpPoolFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*DeleteDedicatedIpPoolFuture) Get

type DeleteEmailIdentityFuture

type DeleteEmailIdentityFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*DeleteEmailIdentityFuture) Get

type DeleteEmailIdentityPolicyFuture

type DeleteEmailIdentityPolicyFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*DeleteEmailIdentityPolicyFuture) Get

type DeleteEmailTemplateFuture

type DeleteEmailTemplateFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*DeleteEmailTemplateFuture) Get

type DeleteSuppressedDestinationFuture

type DeleteSuppressedDestinationFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*DeleteSuppressedDestinationFuture) Get

type GetAccountFuture

type GetAccountFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*GetAccountFuture) Get

type GetBlacklistReportsFuture

type GetBlacklistReportsFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*GetBlacklistReportsFuture) Get

type GetConfigurationSetEventDestinationsFuture

type GetConfigurationSetEventDestinationsFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*GetConfigurationSetEventDestinationsFuture) Get

type GetConfigurationSetFuture

type GetConfigurationSetFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*GetConfigurationSetFuture) Get

type GetContactFuture

type GetContactFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*GetContactFuture) Get

type GetContactListFuture

type GetContactListFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*GetContactListFuture) Get

type GetCustomVerificationEmailTemplateFuture

type GetCustomVerificationEmailTemplateFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*GetCustomVerificationEmailTemplateFuture) Get

type GetDedicatedIpFuture

type GetDedicatedIpFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*GetDedicatedIpFuture) Get

type GetDedicatedIpsFuture

type GetDedicatedIpsFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*GetDedicatedIpsFuture) Get

type GetDeliverabilityDashboardOptionsFuture

type GetDeliverabilityDashboardOptionsFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*GetDeliverabilityDashboardOptionsFuture) Get

type GetDeliverabilityTestReportFuture

type GetDeliverabilityTestReportFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*GetDeliverabilityTestReportFuture) Get

type GetDomainDeliverabilityCampaignFuture

type GetDomainDeliverabilityCampaignFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*GetDomainDeliverabilityCampaignFuture) Get

type GetDomainStatisticsReportFuture

type GetDomainStatisticsReportFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*GetDomainStatisticsReportFuture) Get

type GetEmailIdentityFuture

type GetEmailIdentityFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*GetEmailIdentityFuture) Get

type GetEmailIdentityPoliciesFuture

type GetEmailIdentityPoliciesFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*GetEmailIdentityPoliciesFuture) Get

type GetEmailTemplateFuture

type GetEmailTemplateFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*GetEmailTemplateFuture) Get

type GetImportJobFuture

type GetImportJobFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*GetImportJobFuture) Get

type GetSuppressedDestinationFuture

type GetSuppressedDestinationFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*GetSuppressedDestinationFuture) Get

type ListConfigurationSetsFuture

type ListConfigurationSetsFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*ListConfigurationSetsFuture) Get

type ListContactListsFuture

type ListContactListsFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*ListContactListsFuture) Get

type ListContactsFuture

type ListContactsFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*ListContactsFuture) Get

type ListCustomVerificationEmailTemplatesFuture

type ListCustomVerificationEmailTemplatesFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*ListCustomVerificationEmailTemplatesFuture) Get

type ListDedicatedIpPoolsFuture

type ListDedicatedIpPoolsFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*ListDedicatedIpPoolsFuture) Get

type ListDeliverabilityTestReportsFuture

type ListDeliverabilityTestReportsFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*ListDeliverabilityTestReportsFuture) Get

type ListDomainDeliverabilityCampaignsFuture

type ListDomainDeliverabilityCampaignsFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*ListDomainDeliverabilityCampaignsFuture) Get

type ListEmailIdentitiesFuture

type ListEmailIdentitiesFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*ListEmailIdentitiesFuture) Get

type ListEmailTemplatesFuture

type ListEmailTemplatesFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*ListEmailTemplatesFuture) Get

type ListImportJobsFuture

type ListImportJobsFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*ListImportJobsFuture) Get

type ListSuppressedDestinationsFuture

type ListSuppressedDestinationsFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*ListSuppressedDestinationsFuture) Get

type ListTagsForResourceFuture

type ListTagsForResourceFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*ListTagsForResourceFuture) Get

type PutAccountDedicatedIpWarmupAttributesFuture

type PutAccountDedicatedIpWarmupAttributesFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*PutAccountDedicatedIpWarmupAttributesFuture) Get

type PutAccountDetailsFuture

type PutAccountDetailsFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*PutAccountDetailsFuture) Get

type PutAccountSendingAttributesFuture

type PutAccountSendingAttributesFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*PutAccountSendingAttributesFuture) Get

type PutAccountSuppressionAttributesFuture

type PutAccountSuppressionAttributesFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*PutAccountSuppressionAttributesFuture) Get

type PutConfigurationSetDeliveryOptionsFuture

type PutConfigurationSetDeliveryOptionsFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*PutConfigurationSetDeliveryOptionsFuture) Get

type PutConfigurationSetReputationOptionsFuture

type PutConfigurationSetReputationOptionsFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*PutConfigurationSetReputationOptionsFuture) Get

type PutConfigurationSetSendingOptionsFuture

type PutConfigurationSetSendingOptionsFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*PutConfigurationSetSendingOptionsFuture) Get

type PutConfigurationSetSuppressionOptionsFuture

type PutConfigurationSetSuppressionOptionsFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*PutConfigurationSetSuppressionOptionsFuture) Get

type PutConfigurationSetTrackingOptionsFuture

type PutConfigurationSetTrackingOptionsFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*PutConfigurationSetTrackingOptionsFuture) Get

type PutDedicatedIpInPoolFuture

type PutDedicatedIpInPoolFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*PutDedicatedIpInPoolFuture) Get

type PutDedicatedIpWarmupAttributesFuture

type PutDedicatedIpWarmupAttributesFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*PutDedicatedIpWarmupAttributesFuture) Get

type PutDeliverabilityDashboardOptionFuture

type PutDeliverabilityDashboardOptionFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*PutDeliverabilityDashboardOptionFuture) Get

type PutEmailIdentityConfigurationSetAttributesFuture

type PutEmailIdentityConfigurationSetAttributesFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*PutEmailIdentityConfigurationSetAttributesFuture) Get

type PutEmailIdentityDkimAttributesFuture

type PutEmailIdentityDkimAttributesFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*PutEmailIdentityDkimAttributesFuture) Get

type PutEmailIdentityDkimSigningAttributesFuture

type PutEmailIdentityDkimSigningAttributesFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*PutEmailIdentityDkimSigningAttributesFuture) Get

type PutEmailIdentityFeedbackAttributesFuture

type PutEmailIdentityFeedbackAttributesFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*PutEmailIdentityFeedbackAttributesFuture) Get

type PutEmailIdentityMailFromAttributesFuture

type PutEmailIdentityMailFromAttributesFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*PutEmailIdentityMailFromAttributesFuture) Get

type PutSuppressedDestinationFuture

type PutSuppressedDestinationFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*PutSuppressedDestinationFuture) Get

type SendBulkEmailFuture

type SendBulkEmailFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*SendBulkEmailFuture) Get

type SendCustomVerificationEmailFuture

type SendCustomVerificationEmailFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*SendCustomVerificationEmailFuture) Get

type SendEmailFuture

type SendEmailFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*SendEmailFuture) Get

type TagResourceFuture

type TagResourceFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*TagResourceFuture) Get

type TestRenderEmailTemplateFuture

type TestRenderEmailTemplateFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*TestRenderEmailTemplateFuture) Get

type UntagResourceFuture

type UntagResourceFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*UntagResourceFuture) Get

type UpdateConfigurationSetEventDestinationFuture

type UpdateConfigurationSetEventDestinationFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*UpdateConfigurationSetEventDestinationFuture) Get

type UpdateContactFuture

type UpdateContactFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*UpdateContactFuture) Get

type UpdateContactListFuture

type UpdateContactListFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*UpdateContactListFuture) Get

type UpdateCustomVerificationEmailTemplateFuture

type UpdateCustomVerificationEmailTemplateFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*UpdateCustomVerificationEmailTemplateFuture) Get

type UpdateEmailIdentityPolicyFuture

type UpdateEmailIdentityPolicyFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*UpdateEmailIdentityPolicyFuture) Get

type UpdateEmailTemplateFuture

type UpdateEmailTemplateFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*UpdateEmailTemplateFuture) Get

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL