pinpointstub

package
v0.0.0-...-eb62eed Latest Latest
Warning

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

Go to latest
Published: Nov 9, 2020 License: MIT 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 {
	CreateApp(ctx workflow.Context, input *pinpoint.CreateAppInput) (*pinpoint.CreateAppOutput, error)
	CreateAppAsync(ctx workflow.Context, input *pinpoint.CreateAppInput) *CreateAppFuture

	CreateCampaign(ctx workflow.Context, input *pinpoint.CreateCampaignInput) (*pinpoint.CreateCampaignOutput, error)
	CreateCampaignAsync(ctx workflow.Context, input *pinpoint.CreateCampaignInput) *CreateCampaignFuture

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

	CreateExportJob(ctx workflow.Context, input *pinpoint.CreateExportJobInput) (*pinpoint.CreateExportJobOutput, error)
	CreateExportJobAsync(ctx workflow.Context, input *pinpoint.CreateExportJobInput) *CreateExportJobFuture

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

	CreateJourney(ctx workflow.Context, input *pinpoint.CreateJourneyInput) (*pinpoint.CreateJourneyOutput, error)
	CreateJourneyAsync(ctx workflow.Context, input *pinpoint.CreateJourneyInput) *CreateJourneyFuture

	CreatePushTemplate(ctx workflow.Context, input *pinpoint.CreatePushTemplateInput) (*pinpoint.CreatePushTemplateOutput, error)
	CreatePushTemplateAsync(ctx workflow.Context, input *pinpoint.CreatePushTemplateInput) *CreatePushTemplateFuture

	CreateRecommenderConfiguration(ctx workflow.Context, input *pinpoint.CreateRecommenderConfigurationInput) (*pinpoint.CreateRecommenderConfigurationOutput, error)
	CreateRecommenderConfigurationAsync(ctx workflow.Context, input *pinpoint.CreateRecommenderConfigurationInput) *CreateRecommenderConfigurationFuture

	CreateSegment(ctx workflow.Context, input *pinpoint.CreateSegmentInput) (*pinpoint.CreateSegmentOutput, error)
	CreateSegmentAsync(ctx workflow.Context, input *pinpoint.CreateSegmentInput) *CreateSegmentFuture

	CreateSmsTemplate(ctx workflow.Context, input *pinpoint.CreateSmsTemplateInput) (*pinpoint.CreateSmsTemplateOutput, error)
	CreateSmsTemplateAsync(ctx workflow.Context, input *pinpoint.CreateSmsTemplateInput) *CreateSmsTemplateFuture

	CreateVoiceTemplate(ctx workflow.Context, input *pinpoint.CreateVoiceTemplateInput) (*pinpoint.CreateVoiceTemplateOutput, error)
	CreateVoiceTemplateAsync(ctx workflow.Context, input *pinpoint.CreateVoiceTemplateInput) *CreateVoiceTemplateFuture

	DeleteAdmChannel(ctx workflow.Context, input *pinpoint.DeleteAdmChannelInput) (*pinpoint.DeleteAdmChannelOutput, error)
	DeleteAdmChannelAsync(ctx workflow.Context, input *pinpoint.DeleteAdmChannelInput) *DeleteAdmChannelFuture

	DeleteApnsChannel(ctx workflow.Context, input *pinpoint.DeleteApnsChannelInput) (*pinpoint.DeleteApnsChannelOutput, error)
	DeleteApnsChannelAsync(ctx workflow.Context, input *pinpoint.DeleteApnsChannelInput) *DeleteApnsChannelFuture

	DeleteApnsSandboxChannel(ctx workflow.Context, input *pinpoint.DeleteApnsSandboxChannelInput) (*pinpoint.DeleteApnsSandboxChannelOutput, error)
	DeleteApnsSandboxChannelAsync(ctx workflow.Context, input *pinpoint.DeleteApnsSandboxChannelInput) *DeleteApnsSandboxChannelFuture

	DeleteApnsVoipChannel(ctx workflow.Context, input *pinpoint.DeleteApnsVoipChannelInput) (*pinpoint.DeleteApnsVoipChannelOutput, error)
	DeleteApnsVoipChannelAsync(ctx workflow.Context, input *pinpoint.DeleteApnsVoipChannelInput) *DeleteApnsVoipChannelFuture

	DeleteApnsVoipSandboxChannel(ctx workflow.Context, input *pinpoint.DeleteApnsVoipSandboxChannelInput) (*pinpoint.DeleteApnsVoipSandboxChannelOutput, error)
	DeleteApnsVoipSandboxChannelAsync(ctx workflow.Context, input *pinpoint.DeleteApnsVoipSandboxChannelInput) *DeleteApnsVoipSandboxChannelFuture

	DeleteApp(ctx workflow.Context, input *pinpoint.DeleteAppInput) (*pinpoint.DeleteAppOutput, error)
	DeleteAppAsync(ctx workflow.Context, input *pinpoint.DeleteAppInput) *DeleteAppFuture

	DeleteBaiduChannel(ctx workflow.Context, input *pinpoint.DeleteBaiduChannelInput) (*pinpoint.DeleteBaiduChannelOutput, error)
	DeleteBaiduChannelAsync(ctx workflow.Context, input *pinpoint.DeleteBaiduChannelInput) *DeleteBaiduChannelFuture

	DeleteCampaign(ctx workflow.Context, input *pinpoint.DeleteCampaignInput) (*pinpoint.DeleteCampaignOutput, error)
	DeleteCampaignAsync(ctx workflow.Context, input *pinpoint.DeleteCampaignInput) *DeleteCampaignFuture

	DeleteEmailChannel(ctx workflow.Context, input *pinpoint.DeleteEmailChannelInput) (*pinpoint.DeleteEmailChannelOutput, error)
	DeleteEmailChannelAsync(ctx workflow.Context, input *pinpoint.DeleteEmailChannelInput) *DeleteEmailChannelFuture

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

	DeleteEndpoint(ctx workflow.Context, input *pinpoint.DeleteEndpointInput) (*pinpoint.DeleteEndpointOutput, error)
	DeleteEndpointAsync(ctx workflow.Context, input *pinpoint.DeleteEndpointInput) *DeleteEndpointFuture

	DeleteEventStream(ctx workflow.Context, input *pinpoint.DeleteEventStreamInput) (*pinpoint.DeleteEventStreamOutput, error)
	DeleteEventStreamAsync(ctx workflow.Context, input *pinpoint.DeleteEventStreamInput) *DeleteEventStreamFuture

	DeleteGcmChannel(ctx workflow.Context, input *pinpoint.DeleteGcmChannelInput) (*pinpoint.DeleteGcmChannelOutput, error)
	DeleteGcmChannelAsync(ctx workflow.Context, input *pinpoint.DeleteGcmChannelInput) *DeleteGcmChannelFuture

	DeleteJourney(ctx workflow.Context, input *pinpoint.DeleteJourneyInput) (*pinpoint.DeleteJourneyOutput, error)
	DeleteJourneyAsync(ctx workflow.Context, input *pinpoint.DeleteJourneyInput) *DeleteJourneyFuture

	DeletePushTemplate(ctx workflow.Context, input *pinpoint.DeletePushTemplateInput) (*pinpoint.DeletePushTemplateOutput, error)
	DeletePushTemplateAsync(ctx workflow.Context, input *pinpoint.DeletePushTemplateInput) *DeletePushTemplateFuture

	DeleteRecommenderConfiguration(ctx workflow.Context, input *pinpoint.DeleteRecommenderConfigurationInput) (*pinpoint.DeleteRecommenderConfigurationOutput, error)
	DeleteRecommenderConfigurationAsync(ctx workflow.Context, input *pinpoint.DeleteRecommenderConfigurationInput) *DeleteRecommenderConfigurationFuture

	DeleteSegment(ctx workflow.Context, input *pinpoint.DeleteSegmentInput) (*pinpoint.DeleteSegmentOutput, error)
	DeleteSegmentAsync(ctx workflow.Context, input *pinpoint.DeleteSegmentInput) *DeleteSegmentFuture

	DeleteSmsChannel(ctx workflow.Context, input *pinpoint.DeleteSmsChannelInput) (*pinpoint.DeleteSmsChannelOutput, error)
	DeleteSmsChannelAsync(ctx workflow.Context, input *pinpoint.DeleteSmsChannelInput) *DeleteSmsChannelFuture

	DeleteSmsTemplate(ctx workflow.Context, input *pinpoint.DeleteSmsTemplateInput) (*pinpoint.DeleteSmsTemplateOutput, error)
	DeleteSmsTemplateAsync(ctx workflow.Context, input *pinpoint.DeleteSmsTemplateInput) *DeleteSmsTemplateFuture

	DeleteUserEndpoints(ctx workflow.Context, input *pinpoint.DeleteUserEndpointsInput) (*pinpoint.DeleteUserEndpointsOutput, error)
	DeleteUserEndpointsAsync(ctx workflow.Context, input *pinpoint.DeleteUserEndpointsInput) *DeleteUserEndpointsFuture

	DeleteVoiceChannel(ctx workflow.Context, input *pinpoint.DeleteVoiceChannelInput) (*pinpoint.DeleteVoiceChannelOutput, error)
	DeleteVoiceChannelAsync(ctx workflow.Context, input *pinpoint.DeleteVoiceChannelInput) *DeleteVoiceChannelFuture

	DeleteVoiceTemplate(ctx workflow.Context, input *pinpoint.DeleteVoiceTemplateInput) (*pinpoint.DeleteVoiceTemplateOutput, error)
	DeleteVoiceTemplateAsync(ctx workflow.Context, input *pinpoint.DeleteVoiceTemplateInput) *DeleteVoiceTemplateFuture

	GetAdmChannel(ctx workflow.Context, input *pinpoint.GetAdmChannelInput) (*pinpoint.GetAdmChannelOutput, error)
	GetAdmChannelAsync(ctx workflow.Context, input *pinpoint.GetAdmChannelInput) *GetAdmChannelFuture

	GetApnsChannel(ctx workflow.Context, input *pinpoint.GetApnsChannelInput) (*pinpoint.GetApnsChannelOutput, error)
	GetApnsChannelAsync(ctx workflow.Context, input *pinpoint.GetApnsChannelInput) *GetApnsChannelFuture

	GetApnsSandboxChannel(ctx workflow.Context, input *pinpoint.GetApnsSandboxChannelInput) (*pinpoint.GetApnsSandboxChannelOutput, error)
	GetApnsSandboxChannelAsync(ctx workflow.Context, input *pinpoint.GetApnsSandboxChannelInput) *GetApnsSandboxChannelFuture

	GetApnsVoipChannel(ctx workflow.Context, input *pinpoint.GetApnsVoipChannelInput) (*pinpoint.GetApnsVoipChannelOutput, error)
	GetApnsVoipChannelAsync(ctx workflow.Context, input *pinpoint.GetApnsVoipChannelInput) *GetApnsVoipChannelFuture

	GetApnsVoipSandboxChannel(ctx workflow.Context, input *pinpoint.GetApnsVoipSandboxChannelInput) (*pinpoint.GetApnsVoipSandboxChannelOutput, error)
	GetApnsVoipSandboxChannelAsync(ctx workflow.Context, input *pinpoint.GetApnsVoipSandboxChannelInput) *GetApnsVoipSandboxChannelFuture

	GetApp(ctx workflow.Context, input *pinpoint.GetAppInput) (*pinpoint.GetAppOutput, error)
	GetAppAsync(ctx workflow.Context, input *pinpoint.GetAppInput) *GetAppFuture

	GetApplicationDateRangeKpi(ctx workflow.Context, input *pinpoint.GetApplicationDateRangeKpiInput) (*pinpoint.GetApplicationDateRangeKpiOutput, error)
	GetApplicationDateRangeKpiAsync(ctx workflow.Context, input *pinpoint.GetApplicationDateRangeKpiInput) *GetApplicationDateRangeKpiFuture

	GetApplicationSettings(ctx workflow.Context, input *pinpoint.GetApplicationSettingsInput) (*pinpoint.GetApplicationSettingsOutput, error)
	GetApplicationSettingsAsync(ctx workflow.Context, input *pinpoint.GetApplicationSettingsInput) *GetApplicationSettingsFuture

	GetApps(ctx workflow.Context, input *pinpoint.GetAppsInput) (*pinpoint.GetAppsOutput, error)
	GetAppsAsync(ctx workflow.Context, input *pinpoint.GetAppsInput) *GetAppsFuture

	GetBaiduChannel(ctx workflow.Context, input *pinpoint.GetBaiduChannelInput) (*pinpoint.GetBaiduChannelOutput, error)
	GetBaiduChannelAsync(ctx workflow.Context, input *pinpoint.GetBaiduChannelInput) *GetBaiduChannelFuture

	GetCampaign(ctx workflow.Context, input *pinpoint.GetCampaignInput) (*pinpoint.GetCampaignOutput, error)
	GetCampaignAsync(ctx workflow.Context, input *pinpoint.GetCampaignInput) *GetCampaignFuture

	GetCampaignActivities(ctx workflow.Context, input *pinpoint.GetCampaignActivitiesInput) (*pinpoint.GetCampaignActivitiesOutput, error)
	GetCampaignActivitiesAsync(ctx workflow.Context, input *pinpoint.GetCampaignActivitiesInput) *GetCampaignActivitiesFuture

	GetCampaignDateRangeKpi(ctx workflow.Context, input *pinpoint.GetCampaignDateRangeKpiInput) (*pinpoint.GetCampaignDateRangeKpiOutput, error)
	GetCampaignDateRangeKpiAsync(ctx workflow.Context, input *pinpoint.GetCampaignDateRangeKpiInput) *GetCampaignDateRangeKpiFuture

	GetCampaignVersion(ctx workflow.Context, input *pinpoint.GetCampaignVersionInput) (*pinpoint.GetCampaignVersionOutput, error)
	GetCampaignVersionAsync(ctx workflow.Context, input *pinpoint.GetCampaignVersionInput) *GetCampaignVersionFuture

	GetCampaignVersions(ctx workflow.Context, input *pinpoint.GetCampaignVersionsInput) (*pinpoint.GetCampaignVersionsOutput, error)
	GetCampaignVersionsAsync(ctx workflow.Context, input *pinpoint.GetCampaignVersionsInput) *GetCampaignVersionsFuture

	GetCampaigns(ctx workflow.Context, input *pinpoint.GetCampaignsInput) (*pinpoint.GetCampaignsOutput, error)
	GetCampaignsAsync(ctx workflow.Context, input *pinpoint.GetCampaignsInput) *GetCampaignsFuture

	GetChannels(ctx workflow.Context, input *pinpoint.GetChannelsInput) (*pinpoint.GetChannelsOutput, error)
	GetChannelsAsync(ctx workflow.Context, input *pinpoint.GetChannelsInput) *GetChannelsFuture

	GetEmailChannel(ctx workflow.Context, input *pinpoint.GetEmailChannelInput) (*pinpoint.GetEmailChannelOutput, error)
	GetEmailChannelAsync(ctx workflow.Context, input *pinpoint.GetEmailChannelInput) *GetEmailChannelFuture

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

	GetEndpoint(ctx workflow.Context, input *pinpoint.GetEndpointInput) (*pinpoint.GetEndpointOutput, error)
	GetEndpointAsync(ctx workflow.Context, input *pinpoint.GetEndpointInput) *GetEndpointFuture

	GetEventStream(ctx workflow.Context, input *pinpoint.GetEventStreamInput) (*pinpoint.GetEventStreamOutput, error)
	GetEventStreamAsync(ctx workflow.Context, input *pinpoint.GetEventStreamInput) *GetEventStreamFuture

	GetExportJob(ctx workflow.Context, input *pinpoint.GetExportJobInput) (*pinpoint.GetExportJobOutput, error)
	GetExportJobAsync(ctx workflow.Context, input *pinpoint.GetExportJobInput) *GetExportJobFuture

	GetExportJobs(ctx workflow.Context, input *pinpoint.GetExportJobsInput) (*pinpoint.GetExportJobsOutput, error)
	GetExportJobsAsync(ctx workflow.Context, input *pinpoint.GetExportJobsInput) *GetExportJobsFuture

	GetGcmChannel(ctx workflow.Context, input *pinpoint.GetGcmChannelInput) (*pinpoint.GetGcmChannelOutput, error)
	GetGcmChannelAsync(ctx workflow.Context, input *pinpoint.GetGcmChannelInput) *GetGcmChannelFuture

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

	GetImportJobs(ctx workflow.Context, input *pinpoint.GetImportJobsInput) (*pinpoint.GetImportJobsOutput, error)
	GetImportJobsAsync(ctx workflow.Context, input *pinpoint.GetImportJobsInput) *GetImportJobsFuture

	GetJourney(ctx workflow.Context, input *pinpoint.GetJourneyInput) (*pinpoint.GetJourneyOutput, error)
	GetJourneyAsync(ctx workflow.Context, input *pinpoint.GetJourneyInput) *GetJourneyFuture

	GetJourneyDateRangeKpi(ctx workflow.Context, input *pinpoint.GetJourneyDateRangeKpiInput) (*pinpoint.GetJourneyDateRangeKpiOutput, error)
	GetJourneyDateRangeKpiAsync(ctx workflow.Context, input *pinpoint.GetJourneyDateRangeKpiInput) *GetJourneyDateRangeKpiFuture

	GetJourneyExecutionActivityMetrics(ctx workflow.Context, input *pinpoint.GetJourneyExecutionActivityMetricsInput) (*pinpoint.GetJourneyExecutionActivityMetricsOutput, error)
	GetJourneyExecutionActivityMetricsAsync(ctx workflow.Context, input *pinpoint.GetJourneyExecutionActivityMetricsInput) *GetJourneyExecutionActivityMetricsFuture

	GetJourneyExecutionMetrics(ctx workflow.Context, input *pinpoint.GetJourneyExecutionMetricsInput) (*pinpoint.GetJourneyExecutionMetricsOutput, error)
	GetJourneyExecutionMetricsAsync(ctx workflow.Context, input *pinpoint.GetJourneyExecutionMetricsInput) *GetJourneyExecutionMetricsFuture

	GetPushTemplate(ctx workflow.Context, input *pinpoint.GetPushTemplateInput) (*pinpoint.GetPushTemplateOutput, error)
	GetPushTemplateAsync(ctx workflow.Context, input *pinpoint.GetPushTemplateInput) *GetPushTemplateFuture

	GetRecommenderConfiguration(ctx workflow.Context, input *pinpoint.GetRecommenderConfigurationInput) (*pinpoint.GetRecommenderConfigurationOutput, error)
	GetRecommenderConfigurationAsync(ctx workflow.Context, input *pinpoint.GetRecommenderConfigurationInput) *GetRecommenderConfigurationFuture

	GetRecommenderConfigurations(ctx workflow.Context, input *pinpoint.GetRecommenderConfigurationsInput) (*pinpoint.GetRecommenderConfigurationsOutput, error)
	GetRecommenderConfigurationsAsync(ctx workflow.Context, input *pinpoint.GetRecommenderConfigurationsInput) *GetRecommenderConfigurationsFuture

	GetSegment(ctx workflow.Context, input *pinpoint.GetSegmentInput) (*pinpoint.GetSegmentOutput, error)
	GetSegmentAsync(ctx workflow.Context, input *pinpoint.GetSegmentInput) *GetSegmentFuture

	GetSegmentExportJobs(ctx workflow.Context, input *pinpoint.GetSegmentExportJobsInput) (*pinpoint.GetSegmentExportJobsOutput, error)
	GetSegmentExportJobsAsync(ctx workflow.Context, input *pinpoint.GetSegmentExportJobsInput) *GetSegmentExportJobsFuture

	GetSegmentImportJobs(ctx workflow.Context, input *pinpoint.GetSegmentImportJobsInput) (*pinpoint.GetSegmentImportJobsOutput, error)
	GetSegmentImportJobsAsync(ctx workflow.Context, input *pinpoint.GetSegmentImportJobsInput) *GetSegmentImportJobsFuture

	GetSegmentVersion(ctx workflow.Context, input *pinpoint.GetSegmentVersionInput) (*pinpoint.GetSegmentVersionOutput, error)
	GetSegmentVersionAsync(ctx workflow.Context, input *pinpoint.GetSegmentVersionInput) *GetSegmentVersionFuture

	GetSegmentVersions(ctx workflow.Context, input *pinpoint.GetSegmentVersionsInput) (*pinpoint.GetSegmentVersionsOutput, error)
	GetSegmentVersionsAsync(ctx workflow.Context, input *pinpoint.GetSegmentVersionsInput) *GetSegmentVersionsFuture

	GetSegments(ctx workflow.Context, input *pinpoint.GetSegmentsInput) (*pinpoint.GetSegmentsOutput, error)
	GetSegmentsAsync(ctx workflow.Context, input *pinpoint.GetSegmentsInput) *GetSegmentsFuture

	GetSmsChannel(ctx workflow.Context, input *pinpoint.GetSmsChannelInput) (*pinpoint.GetSmsChannelOutput, error)
	GetSmsChannelAsync(ctx workflow.Context, input *pinpoint.GetSmsChannelInput) *GetSmsChannelFuture

	GetSmsTemplate(ctx workflow.Context, input *pinpoint.GetSmsTemplateInput) (*pinpoint.GetSmsTemplateOutput, error)
	GetSmsTemplateAsync(ctx workflow.Context, input *pinpoint.GetSmsTemplateInput) *GetSmsTemplateFuture

	GetUserEndpoints(ctx workflow.Context, input *pinpoint.GetUserEndpointsInput) (*pinpoint.GetUserEndpointsOutput, error)
	GetUserEndpointsAsync(ctx workflow.Context, input *pinpoint.GetUserEndpointsInput) *GetUserEndpointsFuture

	GetVoiceChannel(ctx workflow.Context, input *pinpoint.GetVoiceChannelInput) (*pinpoint.GetVoiceChannelOutput, error)
	GetVoiceChannelAsync(ctx workflow.Context, input *pinpoint.GetVoiceChannelInput) *GetVoiceChannelFuture

	GetVoiceTemplate(ctx workflow.Context, input *pinpoint.GetVoiceTemplateInput) (*pinpoint.GetVoiceTemplateOutput, error)
	GetVoiceTemplateAsync(ctx workflow.Context, input *pinpoint.GetVoiceTemplateInput) *GetVoiceTemplateFuture

	ListJourneys(ctx workflow.Context, input *pinpoint.ListJourneysInput) (*pinpoint.ListJourneysOutput, error)
	ListJourneysAsync(ctx workflow.Context, input *pinpoint.ListJourneysInput) *ListJourneysFuture

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

	ListTemplateVersions(ctx workflow.Context, input *pinpoint.ListTemplateVersionsInput) (*pinpoint.ListTemplateVersionsOutput, error)
	ListTemplateVersionsAsync(ctx workflow.Context, input *pinpoint.ListTemplateVersionsInput) *ListTemplateVersionsFuture

	ListTemplates(ctx workflow.Context, input *pinpoint.ListTemplatesInput) (*pinpoint.ListTemplatesOutput, error)
	ListTemplatesAsync(ctx workflow.Context, input *pinpoint.ListTemplatesInput) *ListTemplatesFuture

	PhoneNumberValidate(ctx workflow.Context, input *pinpoint.PhoneNumberValidateInput) (*pinpoint.PhoneNumberValidateOutput, error)
	PhoneNumberValidateAsync(ctx workflow.Context, input *pinpoint.PhoneNumberValidateInput) *PhoneNumberValidateFuture

	PutEventStream(ctx workflow.Context, input *pinpoint.PutEventStreamInput) (*pinpoint.PutEventStreamOutput, error)
	PutEventStreamAsync(ctx workflow.Context, input *pinpoint.PutEventStreamInput) *PutEventStreamFuture

	PutEvents(ctx workflow.Context, input *pinpoint.PutEventsInput) (*pinpoint.PutEventsOutput, error)
	PutEventsAsync(ctx workflow.Context, input *pinpoint.PutEventsInput) *PutEventsFuture

	RemoveAttributes(ctx workflow.Context, input *pinpoint.RemoveAttributesInput) (*pinpoint.RemoveAttributesOutput, error)
	RemoveAttributesAsync(ctx workflow.Context, input *pinpoint.RemoveAttributesInput) *RemoveAttributesFuture

	SendMessages(ctx workflow.Context, input *pinpoint.SendMessagesInput) (*pinpoint.SendMessagesOutput, error)
	SendMessagesAsync(ctx workflow.Context, input *pinpoint.SendMessagesInput) *SendMessagesFuture

	SendUsersMessages(ctx workflow.Context, input *pinpoint.SendUsersMessagesInput) (*pinpoint.SendUsersMessagesOutput, error)
	SendUsersMessagesAsync(ctx workflow.Context, input *pinpoint.SendUsersMessagesInput) *SendUsersMessagesFuture

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

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

	UpdateAdmChannel(ctx workflow.Context, input *pinpoint.UpdateAdmChannelInput) (*pinpoint.UpdateAdmChannelOutput, error)
	UpdateAdmChannelAsync(ctx workflow.Context, input *pinpoint.UpdateAdmChannelInput) *UpdateAdmChannelFuture

	UpdateApnsChannel(ctx workflow.Context, input *pinpoint.UpdateApnsChannelInput) (*pinpoint.UpdateApnsChannelOutput, error)
	UpdateApnsChannelAsync(ctx workflow.Context, input *pinpoint.UpdateApnsChannelInput) *UpdateApnsChannelFuture

	UpdateApnsSandboxChannel(ctx workflow.Context, input *pinpoint.UpdateApnsSandboxChannelInput) (*pinpoint.UpdateApnsSandboxChannelOutput, error)
	UpdateApnsSandboxChannelAsync(ctx workflow.Context, input *pinpoint.UpdateApnsSandboxChannelInput) *UpdateApnsSandboxChannelFuture

	UpdateApnsVoipChannel(ctx workflow.Context, input *pinpoint.UpdateApnsVoipChannelInput) (*pinpoint.UpdateApnsVoipChannelOutput, error)
	UpdateApnsVoipChannelAsync(ctx workflow.Context, input *pinpoint.UpdateApnsVoipChannelInput) *UpdateApnsVoipChannelFuture

	UpdateApnsVoipSandboxChannel(ctx workflow.Context, input *pinpoint.UpdateApnsVoipSandboxChannelInput) (*pinpoint.UpdateApnsVoipSandboxChannelOutput, error)
	UpdateApnsVoipSandboxChannelAsync(ctx workflow.Context, input *pinpoint.UpdateApnsVoipSandboxChannelInput) *UpdateApnsVoipSandboxChannelFuture

	UpdateApplicationSettings(ctx workflow.Context, input *pinpoint.UpdateApplicationSettingsInput) (*pinpoint.UpdateApplicationSettingsOutput, error)
	UpdateApplicationSettingsAsync(ctx workflow.Context, input *pinpoint.UpdateApplicationSettingsInput) *UpdateApplicationSettingsFuture

	UpdateBaiduChannel(ctx workflow.Context, input *pinpoint.UpdateBaiduChannelInput) (*pinpoint.UpdateBaiduChannelOutput, error)
	UpdateBaiduChannelAsync(ctx workflow.Context, input *pinpoint.UpdateBaiduChannelInput) *UpdateBaiduChannelFuture

	UpdateCampaign(ctx workflow.Context, input *pinpoint.UpdateCampaignInput) (*pinpoint.UpdateCampaignOutput, error)
	UpdateCampaignAsync(ctx workflow.Context, input *pinpoint.UpdateCampaignInput) *UpdateCampaignFuture

	UpdateEmailChannel(ctx workflow.Context, input *pinpoint.UpdateEmailChannelInput) (*pinpoint.UpdateEmailChannelOutput, error)
	UpdateEmailChannelAsync(ctx workflow.Context, input *pinpoint.UpdateEmailChannelInput) *UpdateEmailChannelFuture

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

	UpdateEndpoint(ctx workflow.Context, input *pinpoint.UpdateEndpointInput) (*pinpoint.UpdateEndpointOutput, error)
	UpdateEndpointAsync(ctx workflow.Context, input *pinpoint.UpdateEndpointInput) *UpdateEndpointFuture

	UpdateEndpointsBatch(ctx workflow.Context, input *pinpoint.UpdateEndpointsBatchInput) (*pinpoint.UpdateEndpointsBatchOutput, error)
	UpdateEndpointsBatchAsync(ctx workflow.Context, input *pinpoint.UpdateEndpointsBatchInput) *UpdateEndpointsBatchFuture

	UpdateGcmChannel(ctx workflow.Context, input *pinpoint.UpdateGcmChannelInput) (*pinpoint.UpdateGcmChannelOutput, error)
	UpdateGcmChannelAsync(ctx workflow.Context, input *pinpoint.UpdateGcmChannelInput) *UpdateGcmChannelFuture

	UpdateJourney(ctx workflow.Context, input *pinpoint.UpdateJourneyInput) (*pinpoint.UpdateJourneyOutput, error)
	UpdateJourneyAsync(ctx workflow.Context, input *pinpoint.UpdateJourneyInput) *UpdateJourneyFuture

	UpdateJourneyState(ctx workflow.Context, input *pinpoint.UpdateJourneyStateInput) (*pinpoint.UpdateJourneyStateOutput, error)
	UpdateJourneyStateAsync(ctx workflow.Context, input *pinpoint.UpdateJourneyStateInput) *UpdateJourneyStateFuture

	UpdatePushTemplate(ctx workflow.Context, input *pinpoint.UpdatePushTemplateInput) (*pinpoint.UpdatePushTemplateOutput, error)
	UpdatePushTemplateAsync(ctx workflow.Context, input *pinpoint.UpdatePushTemplateInput) *UpdatePushTemplateFuture

	UpdateRecommenderConfiguration(ctx workflow.Context, input *pinpoint.UpdateRecommenderConfigurationInput) (*pinpoint.UpdateRecommenderConfigurationOutput, error)
	UpdateRecommenderConfigurationAsync(ctx workflow.Context, input *pinpoint.UpdateRecommenderConfigurationInput) *UpdateRecommenderConfigurationFuture

	UpdateSegment(ctx workflow.Context, input *pinpoint.UpdateSegmentInput) (*pinpoint.UpdateSegmentOutput, error)
	UpdateSegmentAsync(ctx workflow.Context, input *pinpoint.UpdateSegmentInput) *UpdateSegmentFuture

	UpdateSmsChannel(ctx workflow.Context, input *pinpoint.UpdateSmsChannelInput) (*pinpoint.UpdateSmsChannelOutput, error)
	UpdateSmsChannelAsync(ctx workflow.Context, input *pinpoint.UpdateSmsChannelInput) *UpdateSmsChannelFuture

	UpdateSmsTemplate(ctx workflow.Context, input *pinpoint.UpdateSmsTemplateInput) (*pinpoint.UpdateSmsTemplateOutput, error)
	UpdateSmsTemplateAsync(ctx workflow.Context, input *pinpoint.UpdateSmsTemplateInput) *UpdateSmsTemplateFuture

	UpdateTemplateActiveVersion(ctx workflow.Context, input *pinpoint.UpdateTemplateActiveVersionInput) (*pinpoint.UpdateTemplateActiveVersionOutput, error)
	UpdateTemplateActiveVersionAsync(ctx workflow.Context, input *pinpoint.UpdateTemplateActiveVersionInput) *UpdateTemplateActiveVersionFuture

	UpdateVoiceChannel(ctx workflow.Context, input *pinpoint.UpdateVoiceChannelInput) (*pinpoint.UpdateVoiceChannelOutput, error)
	UpdateVoiceChannelAsync(ctx workflow.Context, input *pinpoint.UpdateVoiceChannelInput) *UpdateVoiceChannelFuture

	UpdateVoiceTemplate(ctx workflow.Context, input *pinpoint.UpdateVoiceTemplateInput) (*pinpoint.UpdateVoiceTemplateOutput, error)
	UpdateVoiceTemplateAsync(ctx workflow.Context, input *pinpoint.UpdateVoiceTemplateInput) *UpdateVoiceTemplateFuture
}

func NewClient

func NewClient() Client

type CreateAppFuture

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

func (*CreateAppFuture) Get

type CreateCampaignFuture

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

func (*CreateCampaignFuture) Get

type CreateEmailTemplateFuture

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

func (*CreateEmailTemplateFuture) Get

type CreateExportJobFuture

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

func (*CreateExportJobFuture) Get

type CreateImportJobFuture

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

func (*CreateImportJobFuture) Get

type CreateJourneyFuture

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

func (*CreateJourneyFuture) Get

type CreatePushTemplateFuture

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

func (*CreatePushTemplateFuture) Get

type CreateRecommenderConfigurationFuture

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

func (*CreateRecommenderConfigurationFuture) Get

type CreateSegmentFuture

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

func (*CreateSegmentFuture) Get

type CreateSmsTemplateFuture

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

func (*CreateSmsTemplateFuture) Get

type CreateVoiceTemplateFuture

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

func (*CreateVoiceTemplateFuture) Get

type DeleteAdmChannelFuture

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

func (*DeleteAdmChannelFuture) Get

type DeleteApnsChannelFuture

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

func (*DeleteApnsChannelFuture) Get

type DeleteApnsSandboxChannelFuture

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

func (*DeleteApnsSandboxChannelFuture) Get

type DeleteApnsVoipChannelFuture

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

func (*DeleteApnsVoipChannelFuture) Get

type DeleteApnsVoipSandboxChannelFuture

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

func (*DeleteApnsVoipSandboxChannelFuture) Get

type DeleteAppFuture

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

func (*DeleteAppFuture) Get

type DeleteBaiduChannelFuture

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

func (*DeleteBaiduChannelFuture) Get

type DeleteCampaignFuture

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

func (*DeleteCampaignFuture) Get

type DeleteEmailChannelFuture

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

func (*DeleteEmailChannelFuture) Get

type DeleteEmailTemplateFuture

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

func (*DeleteEmailTemplateFuture) Get

type DeleteEndpointFuture

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

func (*DeleteEndpointFuture) Get

type DeleteEventStreamFuture

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

func (*DeleteEventStreamFuture) Get

type DeleteGcmChannelFuture

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

func (*DeleteGcmChannelFuture) Get

type DeleteJourneyFuture

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

func (*DeleteJourneyFuture) Get

type DeletePushTemplateFuture

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

func (*DeletePushTemplateFuture) Get

type DeleteRecommenderConfigurationFuture

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

func (*DeleteRecommenderConfigurationFuture) Get

type DeleteSegmentFuture

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

func (*DeleteSegmentFuture) Get

type DeleteSmsChannelFuture

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

func (*DeleteSmsChannelFuture) Get

type DeleteSmsTemplateFuture

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

func (*DeleteSmsTemplateFuture) Get

type DeleteUserEndpointsFuture

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

func (*DeleteUserEndpointsFuture) Get

type DeleteVoiceChannelFuture

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

func (*DeleteVoiceChannelFuture) Get

type DeleteVoiceTemplateFuture

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

func (*DeleteVoiceTemplateFuture) Get

type GetAdmChannelFuture

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

func (*GetAdmChannelFuture) Get

type GetApnsChannelFuture

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

func (*GetApnsChannelFuture) Get

type GetApnsSandboxChannelFuture

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

func (*GetApnsSandboxChannelFuture) Get

type GetApnsVoipChannelFuture

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

func (*GetApnsVoipChannelFuture) Get

type GetApnsVoipSandboxChannelFuture

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

func (*GetApnsVoipSandboxChannelFuture) Get

type GetAppFuture

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

func (*GetAppFuture) Get

type GetApplicationDateRangeKpiFuture

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

func (*GetApplicationDateRangeKpiFuture) Get

type GetApplicationSettingsFuture

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

func (*GetApplicationSettingsFuture) Get

type GetAppsFuture

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

func (*GetAppsFuture) Get

type GetBaiduChannelFuture

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

func (*GetBaiduChannelFuture) Get

type GetCampaignActivitiesFuture

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

func (*GetCampaignActivitiesFuture) Get

type GetCampaignDateRangeKpiFuture

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

func (*GetCampaignDateRangeKpiFuture) Get

type GetCampaignFuture

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

func (*GetCampaignFuture) Get

type GetCampaignVersionFuture

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

func (*GetCampaignVersionFuture) Get

type GetCampaignVersionsFuture

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

func (*GetCampaignVersionsFuture) Get

type GetCampaignsFuture

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

func (*GetCampaignsFuture) Get

type GetChannelsFuture

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

func (*GetChannelsFuture) Get

type GetEmailChannelFuture

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

func (*GetEmailChannelFuture) Get

type GetEmailTemplateFuture

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

func (*GetEmailTemplateFuture) Get

type GetEndpointFuture

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

func (*GetEndpointFuture) Get

type GetEventStreamFuture

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

func (*GetEventStreamFuture) Get

type GetExportJobFuture

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

func (*GetExportJobFuture) Get

type GetExportJobsFuture

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

func (*GetExportJobsFuture) Get

type GetGcmChannelFuture

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

func (*GetGcmChannelFuture) Get

type GetImportJobFuture

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

func (*GetImportJobFuture) Get

type GetImportJobsFuture

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

func (*GetImportJobsFuture) Get

type GetJourneyDateRangeKpiFuture

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

func (*GetJourneyDateRangeKpiFuture) Get

type GetJourneyExecutionActivityMetricsFuture

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

func (*GetJourneyExecutionActivityMetricsFuture) Get

type GetJourneyExecutionMetricsFuture

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

func (*GetJourneyExecutionMetricsFuture) Get

type GetJourneyFuture

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

func (*GetJourneyFuture) Get

type GetPushTemplateFuture

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

func (*GetPushTemplateFuture) Get

type GetRecommenderConfigurationFuture

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

func (*GetRecommenderConfigurationFuture) Get

type GetRecommenderConfigurationsFuture

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

func (*GetRecommenderConfigurationsFuture) Get

type GetSegmentExportJobsFuture

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

func (*GetSegmentExportJobsFuture) Get

type GetSegmentFuture

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

func (*GetSegmentFuture) Get

type GetSegmentImportJobsFuture

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

func (*GetSegmentImportJobsFuture) Get

type GetSegmentVersionFuture

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

func (*GetSegmentVersionFuture) Get

type GetSegmentVersionsFuture

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

func (*GetSegmentVersionsFuture) Get

type GetSegmentsFuture

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

func (*GetSegmentsFuture) Get

type GetSmsChannelFuture

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

func (*GetSmsChannelFuture) Get

type GetSmsTemplateFuture

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

func (*GetSmsTemplateFuture) Get

type GetUserEndpointsFuture

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

func (*GetUserEndpointsFuture) Get

type GetVoiceChannelFuture

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

func (*GetVoiceChannelFuture) Get

type GetVoiceTemplateFuture

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

func (*GetVoiceTemplateFuture) Get

type ListJourneysFuture

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

func (*ListJourneysFuture) Get

type ListTagsForResourceFuture

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

func (*ListTagsForResourceFuture) Get

type ListTemplateVersionsFuture

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

func (*ListTemplateVersionsFuture) Get

type ListTemplatesFuture

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

func (*ListTemplatesFuture) Get

type PhoneNumberValidateFuture

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

func (*PhoneNumberValidateFuture) Get

type PutEventStreamFuture

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

func (*PutEventStreamFuture) Get

type PutEventsFuture

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

func (*PutEventsFuture) Get

type RemoveAttributesFuture

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

func (*RemoveAttributesFuture) Get

type SendMessagesFuture

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

func (*SendMessagesFuture) Get

type SendUsersMessagesFuture

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

func (*SendUsersMessagesFuture) Get

type TagResourceFuture

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

func (*TagResourceFuture) Get

type UntagResourceFuture

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

func (*UntagResourceFuture) Get

type UpdateAdmChannelFuture

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

func (*UpdateAdmChannelFuture) Get

type UpdateApnsChannelFuture

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

func (*UpdateApnsChannelFuture) Get

type UpdateApnsSandboxChannelFuture

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

func (*UpdateApnsSandboxChannelFuture) Get

type UpdateApnsVoipChannelFuture

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

func (*UpdateApnsVoipChannelFuture) Get

type UpdateApnsVoipSandboxChannelFuture

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

func (*UpdateApnsVoipSandboxChannelFuture) Get

type UpdateApplicationSettingsFuture

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

func (*UpdateApplicationSettingsFuture) Get

type UpdateBaiduChannelFuture

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

func (*UpdateBaiduChannelFuture) Get

type UpdateCampaignFuture

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

func (*UpdateCampaignFuture) Get

type UpdateEmailChannelFuture

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

func (*UpdateEmailChannelFuture) Get

type UpdateEmailTemplateFuture

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

func (*UpdateEmailTemplateFuture) Get

type UpdateEndpointFuture

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

func (*UpdateEndpointFuture) Get

type UpdateEndpointsBatchFuture

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

func (*UpdateEndpointsBatchFuture) Get

type UpdateGcmChannelFuture

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

func (*UpdateGcmChannelFuture) Get

type UpdateJourneyFuture

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

func (*UpdateJourneyFuture) Get

type UpdateJourneyStateFuture

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

func (*UpdateJourneyStateFuture) Get

type UpdatePushTemplateFuture

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

func (*UpdatePushTemplateFuture) Get

type UpdateRecommenderConfigurationFuture

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

func (*UpdateRecommenderConfigurationFuture) Get

type UpdateSegmentFuture

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

func (*UpdateSegmentFuture) Get

type UpdateSmsChannelFuture

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

func (*UpdateSmsChannelFuture) Get

type UpdateSmsTemplateFuture

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

func (*UpdateSmsTemplateFuture) Get

type UpdateTemplateActiveVersionFuture

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

func (*UpdateTemplateActiveVersionFuture) Get

type UpdateVoiceChannelFuture

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

func (*UpdateVoiceChannelFuture) Get

type UpdateVoiceTemplateFuture

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

func (*UpdateVoiceTemplateFuture) Get

Jump to

Keyboard shortcuts

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