Documentation ¶
Index ¶
- type Client
- type CreateConfigurationSetEventDestinationFuture
- type CreateConfigurationSetFuture
- type CreateDedicatedIpPoolFuture
- type CreateDeliverabilityTestReportFuture
- type CreateEmailIdentityFuture
- type DeleteConfigurationSetEventDestinationFuture
- type DeleteConfigurationSetFuture
- type DeleteDedicatedIpPoolFuture
- type DeleteEmailIdentityFuture
- type GetAccountFuture
- type GetBlacklistReportsFuture
- type GetConfigurationSetEventDestinationsFuture
- type GetConfigurationSetFuture
- type GetDedicatedIpFuture
- type GetDedicatedIpsFuture
- type GetDeliverabilityDashboardOptionsFuture
- type GetDeliverabilityTestReportFuture
- type GetDomainDeliverabilityCampaignFuture
- type GetDomainStatisticsReportFuture
- type GetEmailIdentityFuture
- type ListConfigurationSetsFuture
- type ListDedicatedIpPoolsFuture
- type ListDeliverabilityTestReportsFuture
- type ListDomainDeliverabilityCampaignsFuture
- type ListEmailIdentitiesFuture
- type ListTagsForResourceFuture
- type PutAccountDedicatedIpWarmupAttributesFuture
- type PutAccountSendingAttributesFuture
- type PutConfigurationSetDeliveryOptionsFuture
- type PutConfigurationSetReputationOptionsFuture
- type PutConfigurationSetSendingOptionsFuture
- type PutConfigurationSetTrackingOptionsFuture
- type PutDedicatedIpInPoolFuture
- type PutDedicatedIpWarmupAttributesFuture
- type PutDeliverabilityDashboardOptionFuture
- type PutEmailIdentityDkimAttributesFuture
- type PutEmailIdentityFeedbackAttributesFuture
- type PutEmailIdentityMailFromAttributesFuture
- type SendEmailFuture
- type TagResourceFuture
- type UntagResourceFuture
- type UpdateConfigurationSetEventDestinationFuture
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 *pinpointemail.CreateConfigurationSetInput) (*pinpointemail.CreateConfigurationSetOutput, error) CreateConfigurationSetAsync(ctx workflow.Context, input *pinpointemail.CreateConfigurationSetInput) *CreateConfigurationSetFuture CreateConfigurationSetEventDestination(ctx workflow.Context, input *pinpointemail.CreateConfigurationSetEventDestinationInput) (*pinpointemail.CreateConfigurationSetEventDestinationOutput, error) CreateConfigurationSetEventDestinationAsync(ctx workflow.Context, input *pinpointemail.CreateConfigurationSetEventDestinationInput) *CreateConfigurationSetEventDestinationFuture CreateDedicatedIpPool(ctx workflow.Context, input *pinpointemail.CreateDedicatedIpPoolInput) (*pinpointemail.CreateDedicatedIpPoolOutput, error) CreateDedicatedIpPoolAsync(ctx workflow.Context, input *pinpointemail.CreateDedicatedIpPoolInput) *CreateDedicatedIpPoolFuture CreateDeliverabilityTestReport(ctx workflow.Context, input *pinpointemail.CreateDeliverabilityTestReportInput) (*pinpointemail.CreateDeliverabilityTestReportOutput, error) CreateDeliverabilityTestReportAsync(ctx workflow.Context, input *pinpointemail.CreateDeliverabilityTestReportInput) *CreateDeliverabilityTestReportFuture CreateEmailIdentity(ctx workflow.Context, input *pinpointemail.CreateEmailIdentityInput) (*pinpointemail.CreateEmailIdentityOutput, error) CreateEmailIdentityAsync(ctx workflow.Context, input *pinpointemail.CreateEmailIdentityInput) *CreateEmailIdentityFuture DeleteConfigurationSet(ctx workflow.Context, input *pinpointemail.DeleteConfigurationSetInput) (*pinpointemail.DeleteConfigurationSetOutput, error) DeleteConfigurationSetAsync(ctx workflow.Context, input *pinpointemail.DeleteConfigurationSetInput) *DeleteConfigurationSetFuture DeleteConfigurationSetEventDestination(ctx workflow.Context, input *pinpointemail.DeleteConfigurationSetEventDestinationInput) (*pinpointemail.DeleteConfigurationSetEventDestinationOutput, error) DeleteConfigurationSetEventDestinationAsync(ctx workflow.Context, input *pinpointemail.DeleteConfigurationSetEventDestinationInput) *DeleteConfigurationSetEventDestinationFuture DeleteDedicatedIpPool(ctx workflow.Context, input *pinpointemail.DeleteDedicatedIpPoolInput) (*pinpointemail.DeleteDedicatedIpPoolOutput, error) DeleteDedicatedIpPoolAsync(ctx workflow.Context, input *pinpointemail.DeleteDedicatedIpPoolInput) *DeleteDedicatedIpPoolFuture DeleteEmailIdentity(ctx workflow.Context, input *pinpointemail.DeleteEmailIdentityInput) (*pinpointemail.DeleteEmailIdentityOutput, error) DeleteEmailIdentityAsync(ctx workflow.Context, input *pinpointemail.DeleteEmailIdentityInput) *DeleteEmailIdentityFuture GetAccount(ctx workflow.Context, input *pinpointemail.GetAccountInput) (*pinpointemail.GetAccountOutput, error) GetAccountAsync(ctx workflow.Context, input *pinpointemail.GetAccountInput) *GetAccountFuture GetBlacklistReports(ctx workflow.Context, input *pinpointemail.GetBlacklistReportsInput) (*pinpointemail.GetBlacklistReportsOutput, error) GetBlacklistReportsAsync(ctx workflow.Context, input *pinpointemail.GetBlacklistReportsInput) *GetBlacklistReportsFuture GetConfigurationSet(ctx workflow.Context, input *pinpointemail.GetConfigurationSetInput) (*pinpointemail.GetConfigurationSetOutput, error) GetConfigurationSetAsync(ctx workflow.Context, input *pinpointemail.GetConfigurationSetInput) *GetConfigurationSetFuture GetConfigurationSetEventDestinations(ctx workflow.Context, input *pinpointemail.GetConfigurationSetEventDestinationsInput) (*pinpointemail.GetConfigurationSetEventDestinationsOutput, error) GetConfigurationSetEventDestinationsAsync(ctx workflow.Context, input *pinpointemail.GetConfigurationSetEventDestinationsInput) *GetConfigurationSetEventDestinationsFuture GetDedicatedIp(ctx workflow.Context, input *pinpointemail.GetDedicatedIpInput) (*pinpointemail.GetDedicatedIpOutput, error) GetDedicatedIpAsync(ctx workflow.Context, input *pinpointemail.GetDedicatedIpInput) *GetDedicatedIpFuture GetDedicatedIps(ctx workflow.Context, input *pinpointemail.GetDedicatedIpsInput) (*pinpointemail.GetDedicatedIpsOutput, error) GetDedicatedIpsAsync(ctx workflow.Context, input *pinpointemail.GetDedicatedIpsInput) *GetDedicatedIpsFuture GetDeliverabilityDashboardOptions(ctx workflow.Context, input *pinpointemail.GetDeliverabilityDashboardOptionsInput) (*pinpointemail.GetDeliverabilityDashboardOptionsOutput, error) GetDeliverabilityDashboardOptionsAsync(ctx workflow.Context, input *pinpointemail.GetDeliverabilityDashboardOptionsInput) *GetDeliverabilityDashboardOptionsFuture GetDeliverabilityTestReport(ctx workflow.Context, input *pinpointemail.GetDeliverabilityTestReportInput) (*pinpointemail.GetDeliverabilityTestReportOutput, error) GetDeliverabilityTestReportAsync(ctx workflow.Context, input *pinpointemail.GetDeliverabilityTestReportInput) *GetDeliverabilityTestReportFuture GetDomainDeliverabilityCampaign(ctx workflow.Context, input *pinpointemail.GetDomainDeliverabilityCampaignInput) (*pinpointemail.GetDomainDeliverabilityCampaignOutput, error) GetDomainDeliverabilityCampaignAsync(ctx workflow.Context, input *pinpointemail.GetDomainDeliverabilityCampaignInput) *GetDomainDeliverabilityCampaignFuture GetDomainStatisticsReport(ctx workflow.Context, input *pinpointemail.GetDomainStatisticsReportInput) (*pinpointemail.GetDomainStatisticsReportOutput, error) GetDomainStatisticsReportAsync(ctx workflow.Context, input *pinpointemail.GetDomainStatisticsReportInput) *GetDomainStatisticsReportFuture GetEmailIdentity(ctx workflow.Context, input *pinpointemail.GetEmailIdentityInput) (*pinpointemail.GetEmailIdentityOutput, error) GetEmailIdentityAsync(ctx workflow.Context, input *pinpointemail.GetEmailIdentityInput) *GetEmailIdentityFuture ListConfigurationSets(ctx workflow.Context, input *pinpointemail.ListConfigurationSetsInput) (*pinpointemail.ListConfigurationSetsOutput, error) ListConfigurationSetsAsync(ctx workflow.Context, input *pinpointemail.ListConfigurationSetsInput) *ListConfigurationSetsFuture ListDedicatedIpPools(ctx workflow.Context, input *pinpointemail.ListDedicatedIpPoolsInput) (*pinpointemail.ListDedicatedIpPoolsOutput, error) ListDedicatedIpPoolsAsync(ctx workflow.Context, input *pinpointemail.ListDedicatedIpPoolsInput) *ListDedicatedIpPoolsFuture ListDeliverabilityTestReports(ctx workflow.Context, input *pinpointemail.ListDeliverabilityTestReportsInput) (*pinpointemail.ListDeliverabilityTestReportsOutput, error) ListDeliverabilityTestReportsAsync(ctx workflow.Context, input *pinpointemail.ListDeliverabilityTestReportsInput) *ListDeliverabilityTestReportsFuture ListDomainDeliverabilityCampaigns(ctx workflow.Context, input *pinpointemail.ListDomainDeliverabilityCampaignsInput) (*pinpointemail.ListDomainDeliverabilityCampaignsOutput, error) ListDomainDeliverabilityCampaignsAsync(ctx workflow.Context, input *pinpointemail.ListDomainDeliverabilityCampaignsInput) *ListDomainDeliverabilityCampaignsFuture ListEmailIdentities(ctx workflow.Context, input *pinpointemail.ListEmailIdentitiesInput) (*pinpointemail.ListEmailIdentitiesOutput, error) ListEmailIdentitiesAsync(ctx workflow.Context, input *pinpointemail.ListEmailIdentitiesInput) *ListEmailIdentitiesFuture ListTagsForResource(ctx workflow.Context, input *pinpointemail.ListTagsForResourceInput) (*pinpointemail.ListTagsForResourceOutput, error) ListTagsForResourceAsync(ctx workflow.Context, input *pinpointemail.ListTagsForResourceInput) *ListTagsForResourceFuture PutAccountDedicatedIpWarmupAttributes(ctx workflow.Context, input *pinpointemail.PutAccountDedicatedIpWarmupAttributesInput) (*pinpointemail.PutAccountDedicatedIpWarmupAttributesOutput, error) PutAccountDedicatedIpWarmupAttributesAsync(ctx workflow.Context, input *pinpointemail.PutAccountDedicatedIpWarmupAttributesInput) *PutAccountDedicatedIpWarmupAttributesFuture PutAccountSendingAttributes(ctx workflow.Context, input *pinpointemail.PutAccountSendingAttributesInput) (*pinpointemail.PutAccountSendingAttributesOutput, error) PutAccountSendingAttributesAsync(ctx workflow.Context, input *pinpointemail.PutAccountSendingAttributesInput) *PutAccountSendingAttributesFuture PutConfigurationSetDeliveryOptions(ctx workflow.Context, input *pinpointemail.PutConfigurationSetDeliveryOptionsInput) (*pinpointemail.PutConfigurationSetDeliveryOptionsOutput, error) PutConfigurationSetDeliveryOptionsAsync(ctx workflow.Context, input *pinpointemail.PutConfigurationSetDeliveryOptionsInput) *PutConfigurationSetDeliveryOptionsFuture PutConfigurationSetReputationOptions(ctx workflow.Context, input *pinpointemail.PutConfigurationSetReputationOptionsInput) (*pinpointemail.PutConfigurationSetReputationOptionsOutput, error) PutConfigurationSetReputationOptionsAsync(ctx workflow.Context, input *pinpointemail.PutConfigurationSetReputationOptionsInput) *PutConfigurationSetReputationOptionsFuture PutConfigurationSetSendingOptions(ctx workflow.Context, input *pinpointemail.PutConfigurationSetSendingOptionsInput) (*pinpointemail.PutConfigurationSetSendingOptionsOutput, error) PutConfigurationSetSendingOptionsAsync(ctx workflow.Context, input *pinpointemail.PutConfigurationSetSendingOptionsInput) *PutConfigurationSetSendingOptionsFuture PutConfigurationSetTrackingOptions(ctx workflow.Context, input *pinpointemail.PutConfigurationSetTrackingOptionsInput) (*pinpointemail.PutConfigurationSetTrackingOptionsOutput, error) PutConfigurationSetTrackingOptionsAsync(ctx workflow.Context, input *pinpointemail.PutConfigurationSetTrackingOptionsInput) *PutConfigurationSetTrackingOptionsFuture PutDedicatedIpInPool(ctx workflow.Context, input *pinpointemail.PutDedicatedIpInPoolInput) (*pinpointemail.PutDedicatedIpInPoolOutput, error) PutDedicatedIpInPoolAsync(ctx workflow.Context, input *pinpointemail.PutDedicatedIpInPoolInput) *PutDedicatedIpInPoolFuture PutDedicatedIpWarmupAttributes(ctx workflow.Context, input *pinpointemail.PutDedicatedIpWarmupAttributesInput) (*pinpointemail.PutDedicatedIpWarmupAttributesOutput, error) PutDedicatedIpWarmupAttributesAsync(ctx workflow.Context, input *pinpointemail.PutDedicatedIpWarmupAttributesInput) *PutDedicatedIpWarmupAttributesFuture PutDeliverabilityDashboardOption(ctx workflow.Context, input *pinpointemail.PutDeliverabilityDashboardOptionInput) (*pinpointemail.PutDeliverabilityDashboardOptionOutput, error) PutDeliverabilityDashboardOptionAsync(ctx workflow.Context, input *pinpointemail.PutDeliverabilityDashboardOptionInput) *PutDeliverabilityDashboardOptionFuture PutEmailIdentityDkimAttributes(ctx workflow.Context, input *pinpointemail.PutEmailIdentityDkimAttributesInput) (*pinpointemail.PutEmailIdentityDkimAttributesOutput, error) PutEmailIdentityDkimAttributesAsync(ctx workflow.Context, input *pinpointemail.PutEmailIdentityDkimAttributesInput) *PutEmailIdentityDkimAttributesFuture PutEmailIdentityFeedbackAttributes(ctx workflow.Context, input *pinpointemail.PutEmailIdentityFeedbackAttributesInput) (*pinpointemail.PutEmailIdentityFeedbackAttributesOutput, error) PutEmailIdentityFeedbackAttributesAsync(ctx workflow.Context, input *pinpointemail.PutEmailIdentityFeedbackAttributesInput) *PutEmailIdentityFeedbackAttributesFuture PutEmailIdentityMailFromAttributes(ctx workflow.Context, input *pinpointemail.PutEmailIdentityMailFromAttributesInput) (*pinpointemail.PutEmailIdentityMailFromAttributesOutput, error) PutEmailIdentityMailFromAttributesAsync(ctx workflow.Context, input *pinpointemail.PutEmailIdentityMailFromAttributesInput) *PutEmailIdentityMailFromAttributesFuture SendEmail(ctx workflow.Context, input *pinpointemail.SendEmailInput) (*pinpointemail.SendEmailOutput, error) SendEmailAsync(ctx workflow.Context, input *pinpointemail.SendEmailInput) *SendEmailFuture TagResource(ctx workflow.Context, input *pinpointemail.TagResourceInput) (*pinpointemail.TagResourceOutput, error) TagResourceAsync(ctx workflow.Context, input *pinpointemail.TagResourceInput) *TagResourceFuture UntagResource(ctx workflow.Context, input *pinpointemail.UntagResourceInput) (*pinpointemail.UntagResourceOutput, error) UntagResourceAsync(ctx workflow.Context, input *pinpointemail.UntagResourceInput) *UntagResourceFuture UpdateConfigurationSetEventDestination(ctx workflow.Context, input *pinpointemail.UpdateConfigurationSetEventDestinationInput) (*pinpointemail.UpdateConfigurationSetEventDestinationOutput, error) UpdateConfigurationSetEventDestinationAsync(ctx workflow.Context, input *pinpointemail.UpdateConfigurationSetEventDestinationInput) *UpdateConfigurationSetEventDestinationFuture }
type CreateConfigurationSetEventDestinationFuture ¶
type CreateConfigurationSetEventDestinationFuture struct { // public to support Selector.addFuture Future workflow.Future }
type CreateConfigurationSetFuture ¶
type CreateConfigurationSetFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*CreateConfigurationSetFuture) Get ¶
func (r *CreateConfigurationSetFuture) Get(ctx workflow.Context) (*pinpointemail.CreateConfigurationSetOutput, error)
type CreateDedicatedIpPoolFuture ¶
type CreateDedicatedIpPoolFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*CreateDedicatedIpPoolFuture) Get ¶
func (r *CreateDedicatedIpPoolFuture) Get(ctx workflow.Context) (*pinpointemail.CreateDedicatedIpPoolOutput, error)
type CreateDeliverabilityTestReportFuture ¶
type CreateDeliverabilityTestReportFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*CreateDeliverabilityTestReportFuture) Get ¶
func (r *CreateDeliverabilityTestReportFuture) Get(ctx workflow.Context) (*pinpointemail.CreateDeliverabilityTestReportOutput, error)
type CreateEmailIdentityFuture ¶
type CreateEmailIdentityFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*CreateEmailIdentityFuture) Get ¶
func (r *CreateEmailIdentityFuture) Get(ctx workflow.Context) (*pinpointemail.CreateEmailIdentityOutput, error)
type DeleteConfigurationSetEventDestinationFuture ¶
type DeleteConfigurationSetEventDestinationFuture struct { // public to support Selector.addFuture Future workflow.Future }
type DeleteConfigurationSetFuture ¶
type DeleteConfigurationSetFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DeleteConfigurationSetFuture) Get ¶
func (r *DeleteConfigurationSetFuture) Get(ctx workflow.Context) (*pinpointemail.DeleteConfigurationSetOutput, error)
type DeleteDedicatedIpPoolFuture ¶
type DeleteDedicatedIpPoolFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DeleteDedicatedIpPoolFuture) Get ¶
func (r *DeleteDedicatedIpPoolFuture) Get(ctx workflow.Context) (*pinpointemail.DeleteDedicatedIpPoolOutput, error)
type DeleteEmailIdentityFuture ¶
type DeleteEmailIdentityFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DeleteEmailIdentityFuture) Get ¶
func (r *DeleteEmailIdentityFuture) Get(ctx workflow.Context) (*pinpointemail.DeleteEmailIdentityOutput, error)
type GetAccountFuture ¶
func (*GetAccountFuture) Get ¶
func (r *GetAccountFuture) Get(ctx workflow.Context) (*pinpointemail.GetAccountOutput, error)
type GetBlacklistReportsFuture ¶
type GetBlacklistReportsFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*GetBlacklistReportsFuture) Get ¶
func (r *GetBlacklistReportsFuture) Get(ctx workflow.Context) (*pinpointemail.GetBlacklistReportsOutput, error)
type GetConfigurationSetEventDestinationsFuture ¶
type GetConfigurationSetEventDestinationsFuture struct { // public to support Selector.addFuture Future workflow.Future }
type GetConfigurationSetFuture ¶
type GetConfigurationSetFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*GetConfigurationSetFuture) Get ¶
func (r *GetConfigurationSetFuture) Get(ctx workflow.Context) (*pinpointemail.GetConfigurationSetOutput, error)
type GetDedicatedIpFuture ¶
func (*GetDedicatedIpFuture) Get ¶
func (r *GetDedicatedIpFuture) Get(ctx workflow.Context) (*pinpointemail.GetDedicatedIpOutput, error)
type GetDedicatedIpsFuture ¶
type GetDedicatedIpsFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*GetDedicatedIpsFuture) Get ¶
func (r *GetDedicatedIpsFuture) Get(ctx workflow.Context) (*pinpointemail.GetDedicatedIpsOutput, error)
type GetDeliverabilityDashboardOptionsFuture ¶
type GetDeliverabilityDashboardOptionsFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*GetDeliverabilityDashboardOptionsFuture) Get ¶
func (r *GetDeliverabilityDashboardOptionsFuture) Get(ctx workflow.Context) (*pinpointemail.GetDeliverabilityDashboardOptionsOutput, error)
type GetDeliverabilityTestReportFuture ¶
type GetDeliverabilityTestReportFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*GetDeliverabilityTestReportFuture) Get ¶
func (r *GetDeliverabilityTestReportFuture) Get(ctx workflow.Context) (*pinpointemail.GetDeliverabilityTestReportOutput, error)
type GetDomainDeliverabilityCampaignFuture ¶
type GetDomainDeliverabilityCampaignFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*GetDomainDeliverabilityCampaignFuture) Get ¶
func (r *GetDomainDeliverabilityCampaignFuture) Get(ctx workflow.Context) (*pinpointemail.GetDomainDeliverabilityCampaignOutput, error)
type GetDomainStatisticsReportFuture ¶
type GetDomainStatisticsReportFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*GetDomainStatisticsReportFuture) Get ¶
func (r *GetDomainStatisticsReportFuture) Get(ctx workflow.Context) (*pinpointemail.GetDomainStatisticsReportOutput, error)
type GetEmailIdentityFuture ¶
type GetEmailIdentityFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*GetEmailIdentityFuture) Get ¶
func (r *GetEmailIdentityFuture) Get(ctx workflow.Context) (*pinpointemail.GetEmailIdentityOutput, error)
type ListConfigurationSetsFuture ¶
type ListConfigurationSetsFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*ListConfigurationSetsFuture) Get ¶
func (r *ListConfigurationSetsFuture) Get(ctx workflow.Context) (*pinpointemail.ListConfigurationSetsOutput, error)
type ListDedicatedIpPoolsFuture ¶
type ListDedicatedIpPoolsFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*ListDedicatedIpPoolsFuture) Get ¶
func (r *ListDedicatedIpPoolsFuture) Get(ctx workflow.Context) (*pinpointemail.ListDedicatedIpPoolsOutput, error)
type ListDeliverabilityTestReportsFuture ¶
type ListDeliverabilityTestReportsFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*ListDeliverabilityTestReportsFuture) Get ¶
func (r *ListDeliverabilityTestReportsFuture) Get(ctx workflow.Context) (*pinpointemail.ListDeliverabilityTestReportsOutput, error)
type ListDomainDeliverabilityCampaignsFuture ¶
type ListDomainDeliverabilityCampaignsFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*ListDomainDeliverabilityCampaignsFuture) Get ¶
func (r *ListDomainDeliverabilityCampaignsFuture) Get(ctx workflow.Context) (*pinpointemail.ListDomainDeliverabilityCampaignsOutput, error)
type ListEmailIdentitiesFuture ¶
type ListEmailIdentitiesFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*ListEmailIdentitiesFuture) Get ¶
func (r *ListEmailIdentitiesFuture) Get(ctx workflow.Context) (*pinpointemail.ListEmailIdentitiesOutput, error)
type ListTagsForResourceFuture ¶
type ListTagsForResourceFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*ListTagsForResourceFuture) Get ¶
func (r *ListTagsForResourceFuture) Get(ctx workflow.Context) (*pinpointemail.ListTagsForResourceOutput, error)
type PutAccountDedicatedIpWarmupAttributesFuture ¶
type PutAccountDedicatedIpWarmupAttributesFuture struct { // public to support Selector.addFuture Future workflow.Future }
type PutAccountSendingAttributesFuture ¶
type PutAccountSendingAttributesFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*PutAccountSendingAttributesFuture) Get ¶
func (r *PutAccountSendingAttributesFuture) Get(ctx workflow.Context) (*pinpointemail.PutAccountSendingAttributesOutput, error)
type PutConfigurationSetDeliveryOptionsFuture ¶
type PutConfigurationSetDeliveryOptionsFuture struct { // public to support Selector.addFuture Future workflow.Future }
type PutConfigurationSetReputationOptionsFuture ¶
type PutConfigurationSetReputationOptionsFuture struct { // public to support Selector.addFuture Future workflow.Future }
type PutConfigurationSetSendingOptionsFuture ¶
type PutConfigurationSetSendingOptionsFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*PutConfigurationSetSendingOptionsFuture) Get ¶
func (r *PutConfigurationSetSendingOptionsFuture) Get(ctx workflow.Context) (*pinpointemail.PutConfigurationSetSendingOptionsOutput, error)
type PutConfigurationSetTrackingOptionsFuture ¶
type PutConfigurationSetTrackingOptionsFuture struct { // public to support Selector.addFuture Future workflow.Future }
type PutDedicatedIpInPoolFuture ¶
type PutDedicatedIpInPoolFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*PutDedicatedIpInPoolFuture) Get ¶
func (r *PutDedicatedIpInPoolFuture) Get(ctx workflow.Context) (*pinpointemail.PutDedicatedIpInPoolOutput, error)
type PutDedicatedIpWarmupAttributesFuture ¶
type PutDedicatedIpWarmupAttributesFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*PutDedicatedIpWarmupAttributesFuture) Get ¶
func (r *PutDedicatedIpWarmupAttributesFuture) Get(ctx workflow.Context) (*pinpointemail.PutDedicatedIpWarmupAttributesOutput, error)
type PutDeliverabilityDashboardOptionFuture ¶
type PutDeliverabilityDashboardOptionFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*PutDeliverabilityDashboardOptionFuture) Get ¶
func (r *PutDeliverabilityDashboardOptionFuture) Get(ctx workflow.Context) (*pinpointemail.PutDeliverabilityDashboardOptionOutput, error)
type PutEmailIdentityDkimAttributesFuture ¶
type PutEmailIdentityDkimAttributesFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*PutEmailIdentityDkimAttributesFuture) Get ¶
func (r *PutEmailIdentityDkimAttributesFuture) Get(ctx workflow.Context) (*pinpointemail.PutEmailIdentityDkimAttributesOutput, error)
type PutEmailIdentityFeedbackAttributesFuture ¶
type PutEmailIdentityFeedbackAttributesFuture struct { // public to support Selector.addFuture Future workflow.Future }
type PutEmailIdentityMailFromAttributesFuture ¶
type PutEmailIdentityMailFromAttributesFuture struct { // public to support Selector.addFuture Future workflow.Future }
type SendEmailFuture ¶
func (*SendEmailFuture) Get ¶
func (r *SendEmailFuture) Get(ctx workflow.Context) (*pinpointemail.SendEmailOutput, error)
type TagResourceFuture ¶
func (*TagResourceFuture) Get ¶
func (r *TagResourceFuture) Get(ctx workflow.Context) (*pinpointemail.TagResourceOutput, error)
type UntagResourceFuture ¶
func (*UntagResourceFuture) Get ¶
func (r *UntagResourceFuture) Get(ctx workflow.Context) (*pinpointemail.UntagResourceOutput, error)
Click to show internal directories.
Click to hide internal directories.