...
AWS SDK for Go API Reference
We announced the upcoming end-of-support for AWS SDK for Go (v1). We recommend that you migrate to AWS SDK for Go v2. For dates, additional details, and information on how to migrate, please refer to the linked announcement.
import "github.com/aws/aws-sdk-go/service/pinpoint"
Overview
Examples
Constants

Overview ▾

Package pinpoint provides the client and types for making API requests to Amazon Pinpoint.

Doc Engage API - Amazon Pinpoint API

See https://docs.aws.amazon.com/goto/WebAPI/pinpoint-2016-12-01 for more information on this service.

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

Using the Client

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

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

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

See the Amazon Pinpoint client Pinpoint for more information on creating client for this service. https://docs.aws.amazon.com/sdk-for-go/api/service/pinpoint/#New

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

Operations ▾

CreateApp
CreateCampaign
CreateEmailTemplate
CreateExportJob
CreateImportJob
CreateInAppTemplate
CreateJourney
CreatePushTemplate
CreateRecommenderConfiguration
CreateSegment
CreateSmsTemplate
CreateVoiceTemplate
DeleteAdmChannel
DeleteApnsChannel
DeleteApnsSandboxChannel
DeleteApnsVoipChannel
DeleteApnsVoipSandboxChannel
DeleteApp
DeleteBaiduChannel
DeleteCampaign
DeleteEmailChannel
DeleteEmailTemplate
DeleteEndpoint
DeleteEventStream
DeleteGcmChannel
DeleteInAppTemplate
DeleteJourney
DeletePushTemplate
DeleteRecommenderConfiguration
DeleteSegment
DeleteSmsChannel
DeleteSmsTemplate
DeleteUserEndpoints
DeleteVoiceChannel
DeleteVoiceTemplate
GetAdmChannel
GetApnsChannel
GetApnsSandboxChannel
GetApnsVoipChannel
GetApnsVoipSandboxChannel
GetApp
GetApplicationDateRangeKpi
GetApplicationSettings
GetApps
GetBaiduChannel
GetCampaign
GetCampaignActivities
GetCampaignDateRangeKpi
GetCampaignVersion
GetCampaignVersions
GetCampaigns
GetChannels
GetEmailChannel
GetEmailTemplate
GetEndpoint
GetEventStream
GetExportJob
GetExportJobs
GetGcmChannel
GetImportJob
GetImportJobs
GetInAppMessages
GetInAppTemplate
GetJourney
GetJourneyDateRangeKpi
GetJourneyExecutionActivityMetrics
GetJourneyExecutionMetrics
GetJourneyRunExecutionActivityMetrics
GetJourneyRunExecutionMetrics
GetJourneyRuns
GetPushTemplate
GetRecommenderConfiguration
GetRecommenderConfigurations
GetSegment
GetSegmentExportJobs
GetSegmentImportJobs
GetSegmentVersion
GetSegmentVersions
GetSegments
GetSmsChannel
GetSmsTemplate
GetUserEndpoints
GetVoiceChannel
GetVoiceTemplate
ListJourneys
ListTagsForResource
ListTemplateVersions
ListTemplates
PhoneNumberValidate
PutEventStream
PutEvents
RemoveAttributes
SendMessages
SendOTPMessage
SendUsersMessages
TagResource
UntagResource
UpdateAdmChannel
UpdateApnsChannel
UpdateApnsSandboxChannel
UpdateApnsVoipChannel
UpdateApnsVoipSandboxChannel
UpdateApplicationSettings
UpdateBaiduChannel
UpdateCampaign
UpdateEmailChannel
UpdateEmailTemplate
UpdateEndpoint
UpdateEndpointsBatch
UpdateGcmChannel
UpdateInAppTemplate
UpdateJourney
UpdateJourneyState
UpdatePushTemplate
UpdateRecommenderConfiguration
UpdateSegment
UpdateSmsChannel
UpdateSmsTemplate
UpdateTemplateActiveVersion
UpdateVoiceChannel
UpdateVoiceTemplate
VerifyOTPMessage

Types ▾

type Pinpoint
func New(p client.ConfigProvider, cfgs ...*aws.Config) *Pinpoint
func (c *Pinpoint) CreateApp(input *CreateAppInput) (*CreateAppOutput, error)
func (c *Pinpoint) CreateAppRequest(input *CreateAppInput) (req *request.Request, output *CreateAppOutput)
func (c *Pinpoint) CreateAppWithContext(ctx aws.Context, input *CreateAppInput, opts ...request.Option) (*CreateAppOutput, error)
func (c *Pinpoint) CreateCampaign(input *CreateCampaignInput) (*CreateCampaignOutput, error)
func (c *Pinpoint) CreateCampaignRequest(input *CreateCampaignInput) (req *request.Request, output *CreateCampaignOutput)
func (c *Pinpoint) CreateCampaignWithContext(ctx aws.Context, input *CreateCampaignInput, opts ...request.Option) (*CreateCampaignOutput, error)
func (c *Pinpoint) CreateEmailTemplate(input *CreateEmailTemplateInput) (*CreateEmailTemplateOutput, error)
func (c *Pinpoint) CreateEmailTemplateRequest(input *CreateEmailTemplateInput) (req *request.Request, output *CreateEmailTemplateOutput)
func (c *Pinpoint) CreateEmailTemplateWithContext(ctx aws.Context, input *CreateEmailTemplateInput, opts ...request.Option) (*CreateEmailTemplateOutput, error)
func (c *Pinpoint) CreateExportJob(input *CreateExportJobInput) (*CreateExportJobOutput, error)
func (c *Pinpoint) CreateExportJobRequest(input *CreateExportJobInput) (req *request.Request, output *CreateExportJobOutput)
func (c *Pinpoint) CreateExportJobWithContext(ctx aws.Context, input *CreateExportJobInput, opts ...request.Option) (*CreateExportJobOutput, error)
func (c *Pinpoint) CreateImportJob(input *CreateImportJobInput) (*CreateImportJobOutput, error)
func (c *Pinpoint) CreateImportJobRequest(input *CreateImportJobInput) (req *request.Request, output *CreateImportJobOutput)
func (c *Pinpoint) CreateImportJobWithContext(ctx aws.Context, input *CreateImportJobInput, opts ...request.Option) (*CreateImportJobOutput, error)
func (c *Pinpoint) CreateInAppTemplate(input *CreateInAppTemplateInput) (*CreateInAppTemplateOutput, error)
func (c *Pinpoint) CreateInAppTemplateRequest(input *CreateInAppTemplateInput) (req *request.Request, output *CreateInAppTemplateOutput)
func (c *Pinpoint) CreateInAppTemplateWithContext(ctx aws.Context, input *CreateInAppTemplateInput, opts ...request.Option) (*CreateInAppTemplateOutput, error)
func (c *Pinpoint) CreateJourney(input *CreateJourneyInput) (*CreateJourneyOutput, error)
func (c *Pinpoint) CreateJourneyRequest(input *CreateJourneyInput) (req *request.Request, output *CreateJourneyOutput)
func (c *Pinpoint) CreateJourneyWithContext(ctx aws.Context, input *CreateJourneyInput, opts ...request.Option) (*CreateJourneyOutput, error)
func (c *Pinpoint) CreatePushTemplate(input *CreatePushTemplateInput) (*CreatePushTemplateOutput, error)
func (c *Pinpoint) CreatePushTemplateRequest(input *CreatePushTemplateInput) (req *request.Request, output *CreatePushTemplateOutput)
func (c *Pinpoint) CreatePushTemplateWithContext(ctx aws.Context, input *CreatePushTemplateInput, opts ...request.Option) (*CreatePushTemplateOutput, error)
func (c *Pinpoint) CreateRecommenderConfiguration(input *CreateRecommenderConfigurationInput) (*CreateRecommenderConfigurationOutput, error)
func (c *Pinpoint) CreateRecommenderConfigurationRequest(input *CreateRecommenderConfigurationInput) (req *request.Request, output *CreateRecommenderConfigurationOutput)
func (c *Pinpoint) CreateRecommenderConfigurationWithContext(ctx aws.Context, input *CreateRecommenderConfigurationInput, opts ...request.Option) (*CreateRecommenderConfigurationOutput, error)
func (c *Pinpoint) CreateSegment(input *CreateSegmentInput) (*CreateSegmentOutput, error)
func (c *Pinpoint) CreateSegmentRequest(input *CreateSegmentInput) (req *request.Request, output *CreateSegmentOutput)
func (c *Pinpoint) CreateSegmentWithContext(ctx aws.Context, input *CreateSegmentInput, opts ...request.Option) (*CreateSegmentOutput, error)
func (c *Pinpoint) CreateSmsTemplate(input *CreateSmsTemplateInput) (*CreateSmsTemplateOutput, error)
func (c *Pinpoint) CreateSmsTemplateRequest(input *CreateSmsTemplateInput) (req *request.Request, output *CreateSmsTemplateOutput)
func (c *Pinpoint) CreateSmsTemplateWithContext(ctx aws.Context, input *CreateSmsTemplateInput, opts ...request.Option) (*CreateSmsTemplateOutput, error)
func (c *Pinpoint) CreateVoiceTemplate(input *CreateVoiceTemplateInput) (*CreateVoiceTemplateOutput, error)
func (c *Pinpoint) CreateVoiceTemplateRequest(input *CreateVoiceTemplateInput) (req *request.Request, output *CreateVoiceTemplateOutput)
func (c *Pinpoint) CreateVoiceTemplateWithContext(ctx aws.Context, input *CreateVoiceTemplateInput, opts ...request.Option) (*CreateVoiceTemplateOutput, error)
func (c *Pinpoint) DeleteAdmChannel(input *DeleteAdmChannelInput) (*DeleteAdmChannelOutput, error)
func (c *Pinpoint) DeleteAdmChannelRequest(input *DeleteAdmChannelInput) (req *request.Request, output *DeleteAdmChannelOutput)
func (c *Pinpoint) DeleteAdmChannelWithContext(ctx aws.Context, input *DeleteAdmChannelInput, opts ...request.Option) (*DeleteAdmChannelOutput, error)
func (c *Pinpoint) DeleteApnsChannel(input *DeleteApnsChannelInput) (*DeleteApnsChannelOutput, error)
func (c *Pinpoint) DeleteApnsChannelRequest(input *DeleteApnsChannelInput) (req *request.Request, output *DeleteApnsChannelOutput)
func (c *Pinpoint) DeleteApnsChannelWithContext(ctx aws.Context, input *DeleteApnsChannelInput, opts ...request.Option) (*DeleteApnsChannelOutput, error)
func (c *Pinpoint) DeleteApnsSandboxChannel(input *DeleteApnsSandboxChannelInput) (*DeleteApnsSandboxChannelOutput, error)
func (c *Pinpoint) DeleteApnsSandboxChannelRequest(input *DeleteApnsSandboxChannelInput) (req *request.Request, output *DeleteApnsSandboxChannelOutput)
func (c *Pinpoint) DeleteApnsSandboxChannelWithContext(ctx aws.Context, input *DeleteApnsSandboxChannelInput, opts ...request.Option) (*DeleteApnsSandboxChannelOutput, error)
func (c *Pinpoint) DeleteApnsVoipChannel(input *DeleteApnsVoipChannelInput) (*DeleteApnsVoipChannelOutput, error)
func (c *Pinpoint) DeleteApnsVoipChannelRequest(input *DeleteApnsVoipChannelInput) (req *request.Request, output *DeleteApnsVoipChannelOutput)
func (c *Pinpoint) DeleteApnsVoipChannelWithContext(ctx aws.Context, input *DeleteApnsVoipChannelInput, opts ...request.Option) (*DeleteApnsVoipChannelOutput, error)
func (c *Pinpoint) DeleteApnsVoipSandboxChannel(input *DeleteApnsVoipSandboxChannelInput) (*DeleteApnsVoipSandboxChannelOutput, error)
func (c *Pinpoint) DeleteApnsVoipSandboxChannelRequest(input *DeleteApnsVoipSandboxChannelInput) (req *request.Request, output *DeleteApnsVoipSandboxChannelOutput)
func (c *Pinpoint) DeleteApnsVoipSandboxChannelWithContext(ctx aws.Context, input *DeleteApnsVoipSandboxChannelInput, opts ...request.Option) (*DeleteApnsVoipSandboxChannelOutput, error)
func (c *Pinpoint) DeleteApp(input *DeleteAppInput) (*DeleteAppOutput, error)
func (c *Pinpoint) DeleteAppRequest(input *DeleteAppInput) (req *request.Request, output *DeleteAppOutput)
func (c *Pinpoint) DeleteAppWithContext(ctx aws.Context, input *DeleteAppInput, opts ...request.Option) (*DeleteAppOutput, error)
func (c *Pinpoint) DeleteBaiduChannel(input *DeleteBaiduChannelInput) (*DeleteBaiduChannelOutput, error)
func (c *Pinpoint) DeleteBaiduChannelRequest(input *DeleteBaiduChannelInput) (req *request.Request, output *DeleteBaiduChannelOutput)
func (c *Pinpoint) DeleteBaiduChannelWithContext(ctx aws.Context, input *DeleteBaiduChannelInput, opts ...request.Option) (*DeleteBaiduChannelOutput, error)
func (c *Pinpoint) DeleteCampaign(input *DeleteCampaignInput) (*DeleteCampaignOutput, error)
func (c *Pinpoint) DeleteCampaignRequest(input *DeleteCampaignInput) (req *request.Request, output *DeleteCampaignOutput)
func (c *Pinpoint) DeleteCampaignWithContext(ctx aws.Context, input *DeleteCampaignInput, opts ...request.Option) (*DeleteCampaignOutput, error)
func (c *Pinpoint) DeleteEmailChannel(input *DeleteEmailChannelInput) (*DeleteEmailChannelOutput, error)
func (c *Pinpoint) DeleteEmailChannelRequest(input *DeleteEmailChannelInput) (req *request.Request, output *DeleteEmailChannelOutput)
func (c *Pinpoint) DeleteEmailChannelWithContext(ctx aws.Context, input *DeleteEmailChannelInput, opts ...request.Option) (*DeleteEmailChannelOutput, error)
func (c *Pinpoint) DeleteEmailTemplate(input *DeleteEmailTemplateInput) (*DeleteEmailTemplateOutput, error)
func (c *Pinpoint) DeleteEmailTemplateRequest(input *DeleteEmailTemplateInput) (req *request.Request, output *DeleteEmailTemplateOutput)
func (c *Pinpoint) DeleteEmailTemplateWithContext(ctx aws.Context, input *DeleteEmailTemplateInput, opts ...request.Option) (*DeleteEmailTemplateOutput, error)
func (c *Pinpoint) DeleteEndpoint(input *DeleteEndpointInput) (*DeleteEndpointOutput, error)
func (c *Pinpoint) DeleteEndpointRequest(input *DeleteEndpointInput) (req *request.Request, output *DeleteEndpointOutput)
func (c *Pinpoint) DeleteEndpointWithContext(ctx aws.Context, input *DeleteEndpointInput, opts ...request.Option) (*DeleteEndpointOutput, error)
func (c *Pinpoint) DeleteEventStream(input *DeleteEventStreamInput) (*DeleteEventStreamOutput, error)
func (c *Pinpoint) DeleteEventStreamRequest(input *DeleteEventStreamInput) (req *request.Request, output *DeleteEventStreamOutput)
func (c *Pinpoint) DeleteEventStreamWithContext(ctx aws.Context, input *DeleteEventStreamInput, opts ...request.Option) (*DeleteEventStreamOutput, error)
func (c *Pinpoint) DeleteGcmChannel(input *DeleteGcmChannelInput) (*DeleteGcmChannelOutput, error)
func (c *Pinpoint) DeleteGcmChannelRequest(input *DeleteGcmChannelInput) (req *request.Request, output *DeleteGcmChannelOutput)
func (c *Pinpoint) DeleteGcmChannelWithContext(ctx aws.Context, input *DeleteGcmChannelInput, opts ...request.Option) (*DeleteGcmChannelOutput, error)
func (c *Pinpoint) DeleteInAppTemplate(input *DeleteInAppTemplateInput) (*DeleteInAppTemplateOutput, error)
func (c *Pinpoint) DeleteInAppTemplateRequest(input *DeleteInAppTemplateInput) (req *request.Request, output *DeleteInAppTemplateOutput)
func (c *Pinpoint) DeleteInAppTemplateWithContext(ctx aws.Context, input *DeleteInAppTemplateInput, opts ...request.Option) (*DeleteInAppTemplateOutput, error)
func (c *Pinpoint) DeleteJourney(input *DeleteJourneyInput) (*DeleteJourneyOutput, error)
func (c *Pinpoint) DeleteJourneyRequest(input *DeleteJourneyInput) (req *request.Request, output *DeleteJourneyOutput)
func (c *Pinpoint) DeleteJourneyWithContext(ctx aws.Context, input *DeleteJourneyInput, opts ...request.Option) (*DeleteJourneyOutput, error)
func (c *Pinpoint) DeletePushTemplate(input *DeletePushTemplateInput) (*DeletePushTemplateOutput, error)
func (c *Pinpoint) DeletePushTemplateRequest(input *DeletePushTemplateInput) (req *request.Request, output *DeletePushTemplateOutput)
func (c *Pinpoint) DeletePushTemplateWithContext(ctx aws.Context, input *DeletePushTemplateInput, opts ...request.Option) (*DeletePushTemplateOutput, error)
func (c *Pinpoint) DeleteRecommenderConfiguration(input *DeleteRecommenderConfigurationInput) (*DeleteRecommenderConfigurationOutput, error)
func (c *Pinpoint) DeleteRecommenderConfigurationRequest(input *DeleteRecommenderConfigurationInput) (req *request.Request, output *DeleteRecommenderConfigurationOutput)
func (c *Pinpoint) DeleteRecommenderConfigurationWithContext(ctx aws.Context, input *DeleteRecommenderConfigurationInput, opts ...request.Option) (*DeleteRecommenderConfigurationOutput, error)
func (c *Pinpoint) DeleteSegment(input *DeleteSegmentInput) (*DeleteSegmentOutput, error)
func (c *Pinpoint) DeleteSegmentRequest(input *DeleteSegmentInput) (req *request.Request, output *DeleteSegmentOutput)
func (c *Pinpoint) DeleteSegmentWithContext(ctx aws.Context, input *DeleteSegmentInput, opts ...request.Option) (*DeleteSegmentOutput, error)
func (c *Pinpoint) DeleteSmsChannel(input *DeleteSmsChannelInput) (*DeleteSmsChannelOutput, error)
func (c *Pinpoint) DeleteSmsChannelRequest(input *DeleteSmsChannelInput) (req *request.Request, output *DeleteSmsChannelOutput)
func (c *Pinpoint) DeleteSmsChannelWithContext(ctx aws.Context, input *DeleteSmsChannelInput, opts ...request.Option) (*DeleteSmsChannelOutput, error)
func (c *Pinpoint) DeleteSmsTemplate(input *DeleteSmsTemplateInput) (*DeleteSmsTemplateOutput, error)
func (c *Pinpoint) DeleteSmsTemplateRequest(input *DeleteSmsTemplateInput) (req *request.Request, output *DeleteSmsTemplateOutput)
func (c *Pinpoint) DeleteSmsTemplateWithContext(ctx aws.Context, input *DeleteSmsTemplateInput, opts ...request.Option) (*DeleteSmsTemplateOutput, error)
func (c *Pinpoint) DeleteUserEndpoints(input *DeleteUserEndpointsInput) (*DeleteUserEndpointsOutput, error)
func (c *Pinpoint) DeleteUserEndpointsRequest(input *DeleteUserEndpointsInput) (req *request.Request, output *DeleteUserEndpointsOutput)
func (c *Pinpoint) DeleteUserEndpointsWithContext(ctx aws.Context, input *DeleteUserEndpointsInput, opts ...request.Option) (*DeleteUserEndpointsOutput, error)
func (c *Pinpoint) DeleteVoiceChannel(input *DeleteVoiceChannelInput) (*DeleteVoiceChannelOutput, error)
func (c *Pinpoint) DeleteVoiceChannelRequest(input *DeleteVoiceChannelInput) (req *request.Request, output *DeleteVoiceChannelOutput)
func (c *Pinpoint) DeleteVoiceChannelWithContext(ctx aws.Context, input *DeleteVoiceChannelInput, opts ...request.Option) (*DeleteVoiceChannelOutput, error)
func (c *Pinpoint) DeleteVoiceTemplate(input *DeleteVoiceTemplateInput) (*DeleteVoiceTemplateOutput, error)
func (c *Pinpoint) DeleteVoiceTemplateRequest(input *DeleteVoiceTemplateInput) (req *request.Request, output *DeleteVoiceTemplateOutput)
func (c *Pinpoint) DeleteVoiceTemplateWithContext(ctx aws.Context, input *DeleteVoiceTemplateInput, opts ...request.Option) (*DeleteVoiceTemplateOutput, error)
func (c *Pinpoint) GetAdmChannel(input *GetAdmChannelInput) (*GetAdmChannelOutput, error)
func (c *Pinpoint) GetAdmChannelRequest(input *GetAdmChannelInput) (req *request.Request, output *GetAdmChannelOutput)
func (c *Pinpoint) GetAdmChannelWithContext(ctx aws.Context, input *GetAdmChannelInput, opts ...request.Option) (*GetAdmChannelOutput, error)
func (c *Pinpoint) GetApnsChannel(input *GetApnsChannelInput) (*GetApnsChannelOutput, error)
func (c *Pinpoint) GetApnsChannelRequest(input *GetApnsChannelInput) (req *request.Request, output *GetApnsChannelOutput)
func (c *Pinpoint) GetApnsChannelWithContext(ctx aws.Context, input *GetApnsChannelInput, opts ...request.Option) (*GetApnsChannelOutput, error)
func (c *Pinpoint) GetApnsSandboxChannel(input *GetApnsSandboxChannelInput) (*GetApnsSandboxChannelOutput, error)
func (c *Pinpoint) GetApnsSandboxChannelRequest(input *GetApnsSandboxChannelInput) (req *request.Request, output *GetApnsSandboxChannelOutput)
func (c *Pinpoint) GetApnsSandboxChannelWithContext(ctx aws.Context, input *GetApnsSandboxChannelInput, opts ...request.Option) (*GetApnsSandboxChannelOutput, error)
func (c *Pinpoint) GetApnsVoipChannel(input *GetApnsVoipChannelInput) (*GetApnsVoipChannelOutput, error)
func (c *Pinpoint) GetApnsVoipChannelRequest(input *GetApnsVoipChannelInput) (req *request.Request, output *GetApnsVoipChannelOutput)
func (c *Pinpoint) GetApnsVoipChannelWithContext(ctx aws.Context, input *GetApnsVoipChannelInput, opts ...request.Option) (*GetApnsVoipChannelOutput, error)
func (c *Pinpoint) GetApnsVoipSandboxChannel(input *GetApnsVoipSandboxChannelInput) (*GetApnsVoipSandboxChannelOutput, error)
func (c *Pinpoint) GetApnsVoipSandboxChannelRequest(input *GetApnsVoipSandboxChannelInput) (req *request.Request, output *GetApnsVoipSandboxChannelOutput)
func (c *Pinpoint) GetApnsVoipSandboxChannelWithContext(ctx aws.Context, input *GetApnsVoipSandboxChannelInput, opts ...request.Option) (*GetApnsVoipSandboxChannelOutput, error)
func (c *Pinpoint) GetApp(input *GetAppInput) (*GetAppOutput, error)
func (c *Pinpoint) GetAppRequest(input *GetAppInput) (req *request.Request, output *GetAppOutput)
func (c *Pinpoint) GetAppWithContext(ctx aws.Context, input *GetAppInput, opts ...request.Option) (*GetAppOutput, error)
func (c *Pinpoint) GetApplicationDateRangeKpi(input *GetApplicationDateRangeKpiInput) (*GetApplicationDateRangeKpiOutput, error)
func (c *Pinpoint) GetApplicationDateRangeKpiRequest(input *GetApplicationDateRangeKpiInput) (req *request.Request, output *GetApplicationDateRangeKpiOutput)
func (c *Pinpoint) GetApplicationDateRangeKpiWithContext(ctx aws.Context, input *GetApplicationDateRangeKpiInput, opts ...request.Option) (*GetApplicationDateRangeKpiOutput, error)
func (c *Pinpoint) GetApplicationSettings(input *GetApplicationSettingsInput) (*GetApplicationSettingsOutput, error)
func (c *Pinpoint) GetApplicationSettingsRequest(input *GetApplicationSettingsInput) (req *request.Request, output *GetApplicationSettingsOutput)
func (c *Pinpoint) GetApplicationSettingsWithContext(ctx aws.Context, input *GetApplicationSettingsInput, opts ...request.Option) (*GetApplicationSettingsOutput, error)
func (c *Pinpoint) GetApps(input *GetAppsInput) (*GetAppsOutput, error)
func (c *Pinpoint) GetAppsRequest(input *GetAppsInput) (req *request.Request, output *GetAppsOutput)
func (c *Pinpoint) GetAppsWithContext(ctx aws.Context, input *GetAppsInput, opts ...request.Option) (*GetAppsOutput, error)
func (c *Pinpoint) GetBaiduChannel(input *GetBaiduChannelInput) (*GetBaiduChannelOutput, error)
func (c *Pinpoint) GetBaiduChannelRequest(input *GetBaiduChannelInput) (req *request.Request, output *GetBaiduChannelOutput)
func (c *Pinpoint) GetBaiduChannelWithContext(ctx aws.Context, input *GetBaiduChannelInput, opts ...request.Option) (*GetBaiduChannelOutput, error)
func (c *Pinpoint) GetCampaign(input *GetCampaignInput) (*GetCampaignOutput, error)
func (c *Pinpoint) GetCampaignActivities(input *GetCampaignActivitiesInput) (*GetCampaignActivitiesOutput, error)
func (c *Pinpoint) GetCampaignActivitiesRequest(input *GetCampaignActivitiesInput) (req *request.Request, output *GetCampaignActivitiesOutput)
func (c *Pinpoint) GetCampaignActivitiesWithContext(ctx aws.Context, input *GetCampaignActivitiesInput, opts ...request.Option) (*GetCampaignActivitiesOutput, error)
func (c *Pinpoint) GetCampaignDateRangeKpi(input *GetCampaignDateRangeKpiInput) (*GetCampaignDateRangeKpiOutput, error)
func (c *Pinpoint) GetCampaignDateRangeKpiRequest(input *GetCampaignDateRangeKpiInput) (req *request.Request, output *GetCampaignDateRangeKpiOutput)
func (c *Pinpoint) GetCampaignDateRangeKpiWithContext(ctx aws.Context, input *GetCampaignDateRangeKpiInput, opts ...request.Option) (*GetCampaignDateRangeKpiOutput, error)
func (c *Pinpoint) GetCampaignRequest(input *GetCampaignInput) (req *request.Request, output *GetCampaignOutput)
func (c *Pinpoint) GetCampaignVersion(input *GetCampaignVersionInput) (*GetCampaignVersionOutput, error)
func (c *Pinpoint) GetCampaignVersionRequest(input *GetCampaignVersionInput) (req *request.Request, output *GetCampaignVersionOutput)
func (c *Pinpoint) GetCampaignVersionWithContext(ctx aws.Context, input *GetCampaignVersionInput, opts ...request.Option) (*GetCampaignVersionOutput, error)
func (c *Pinpoint) GetCampaignVersions(input *GetCampaignVersionsInput) (*GetCampaignVersionsOutput, error)
func (c *Pinpoint) GetCampaignVersionsRequest(input *GetCampaignVersionsInput) (req *request.Request, output *GetCampaignVersionsOutput)
func (c *Pinpoint) GetCampaignVersionsWithContext(ctx aws.Context, input *GetCampaignVersionsInput, opts ...request.Option) (*GetCampaignVersionsOutput, error)
func (c *Pinpoint) GetCampaignWithContext(ctx aws.Context, input *GetCampaignInput, opts ...request.Option) (*GetCampaignOutput, error)
func (c *Pinpoint) GetCampaigns(input *GetCampaignsInput) (*GetCampaignsOutput, error)
func (c *Pinpoint) GetCampaignsRequest(input *GetCampaignsInput) (req *request.Request, output *GetCampaignsOutput)
func (c *Pinpoint) GetCampaignsWithContext(ctx aws.Context, input *GetCampaignsInput, opts ...request.Option) (*GetCampaignsOutput, error)
func (c *Pinpoint) GetChannels(input *GetChannelsInput) (*GetChannelsOutput, error)
func (c *Pinpoint) GetChannelsRequest(input *GetChannelsInput) (req *request.Request, output *GetChannelsOutput)
func (c *Pinpoint) GetChannelsWithContext(ctx aws.Context, input *GetChannelsInput, opts ...request.Option) (*GetChannelsOutput, error)
func (c *Pinpoint) GetEmailChannel(input *GetEmailChannelInput) (*GetEmailChannelOutput, error)
func (c *Pinpoint) GetEmailChannelRequest(input *GetEmailChannelInput) (req *request.Request, output *GetEmailChannelOutput)
func (c *Pinpoint) GetEmailChannelWithContext(ctx aws.Context, input *GetEmailChannelInput, opts ...request.Option) (*GetEmailChannelOutput, error)
func (c *Pinpoint) GetEmailTemplate(input *GetEmailTemplateInput) (*GetEmailTemplateOutput, error)
func (c *Pinpoint) GetEmailTemplateRequest(input *GetEmailTemplateInput) (req *request.Request, output *GetEmailTemplateOutput)
func (c *Pinpoint) GetEmailTemplateWithContext(ctx aws.Context, input *GetEmailTemplateInput, opts ...request.Option) (*GetEmailTemplateOutput, error)
func (c *Pinpoint) GetEndpoint(input *GetEndpointInput) (*GetEndpointOutput, error)
func (c *Pinpoint) GetEndpointRequest(input *GetEndpointInput) (req *request.Request, output *GetEndpointOutput)
func (c *Pinpoint) GetEndpointWithContext(ctx aws.Context, input *GetEndpointInput, opts ...request.Option) (*GetEndpointOutput, error)
func (c *Pinpoint) GetEventStream(input *GetEventStreamInput) (*GetEventStreamOutput, error)
func (c *Pinpoint) GetEventStreamRequest(input *GetEventStreamInput) (req *request.Request, output *GetEventStreamOutput)
func (c *Pinpoint) GetEventStreamWithContext(ctx aws.Context, input *GetEventStreamInput, opts ...request.Option) (*GetEventStreamOutput, error)
func (c *Pinpoint) GetExportJob(input *GetExportJobInput) (*GetExportJobOutput, error)
func (c *Pinpoint) GetExportJobRequest(input *GetExportJobInput) (req *request.Request, output *GetExportJobOutput)
func (c *Pinpoint) GetExportJobWithContext(ctx aws.Context, input *GetExportJobInput, opts ...request.Option) (*GetExportJobOutput, error)
func (c *Pinpoint) GetExportJobs(input *GetExportJobsInput) (*GetExportJobsOutput, error)
func (c *Pinpoint) GetExportJobsRequest(input *GetExportJobsInput) (req *request.Request, output *GetExportJobsOutput)
func (c *Pinpoint) GetExportJobsWithContext(ctx aws.Context, input *GetExportJobsInput, opts ...request.Option) (*GetExportJobsOutput, error)
func (c *Pinpoint) GetGcmChannel(input *GetGcmChannelInput) (*GetGcmChannelOutput, error)
func (c *Pinpoint) GetGcmChannelRequest(input *GetGcmChannelInput) (req *request.Request, output *GetGcmChannelOutput)
func (c *Pinpoint) GetGcmChannelWithContext(ctx aws.Context, input *GetGcmChannelInput, opts ...request.Option) (*GetGcmChannelOutput, error)
func (c *Pinpoint) GetImportJob(input *GetImportJobInput) (*GetImportJobOutput, error)
func (c *Pinpoint) GetImportJobRequest(input *GetImportJobInput) (req *request.Request, output *GetImportJobOutput)
func (c *Pinpoint) GetImportJobWithContext(ctx aws.Context, input *GetImportJobInput, opts ...request.Option) (*GetImportJobOutput, error)
func (c *Pinpoint) GetImportJobs(input *GetImportJobsInput) (*GetImportJobsOutput, error)
func (c *Pinpoint) GetImportJobsRequest(input *GetImportJobsInput) (req *request.Request, output *GetImportJobsOutput)
func (c *Pinpoint) GetImportJobsWithContext(ctx aws.Context, input *GetImportJobsInput, opts ...request.Option) (*GetImportJobsOutput, error)
func (c *Pinpoint) GetInAppMessages(input *GetInAppMessagesInput) (*GetInAppMessagesOutput, error)
func (c *Pinpoint) GetInAppMessagesRequest(input *GetInAppMessagesInput) (req *request.Request, output *GetInAppMessagesOutput)
func (c *Pinpoint) GetInAppMessagesWithContext(ctx aws.Context, input *GetInAppMessagesInput, opts ...request.Option) (*GetInAppMessagesOutput, error)
func (c *Pinpoint) GetInAppTemplate(input *GetInAppTemplateInput) (*GetInAppTemplateOutput, error)
func (c *Pinpoint) GetInAppTemplateRequest(input *GetInAppTemplateInput) (req *request.Request, output *GetInAppTemplateOutput)
func (c *Pinpoint) GetInAppTemplateWithContext(ctx aws.Context, input *GetInAppTemplateInput, opts ...request.Option) (*GetInAppTemplateOutput, error)
func (c *Pinpoint) GetJourney(input *GetJourneyInput) (*GetJourneyOutput, error)
func (c *Pinpoint) GetJourneyDateRangeKpi(input *GetJourneyDateRangeKpiInput) (*GetJourneyDateRangeKpiOutput, error)
func (c *Pinpoint) GetJourneyDateRangeKpiRequest(input *GetJourneyDateRangeKpiInput) (req *request.Request, output *GetJourneyDateRangeKpiOutput)
func (c *Pinpoint) GetJourneyDateRangeKpiWithContext(ctx aws.Context, input *GetJourneyDateRangeKpiInput, opts ...request.Option) (*GetJourneyDateRangeKpiOutput, error)
func (c *Pinpoint) GetJourneyExecutionActivityMetrics(input *GetJourneyExecutionActivityMetricsInput) (*GetJourneyExecutionActivityMetricsOutput, error)
func (c *Pinpoint) GetJourneyExecutionActivityMetricsRequest(input *GetJourneyExecutionActivityMetricsInput) (req *request.Request, output *GetJourneyExecutionActivityMetricsOutput)
func (c *Pinpoint) GetJourneyExecutionActivityMetricsWithContext(ctx aws.Context, input *GetJourneyExecutionActivityMetricsInput, opts ...request.Option) (*GetJourneyExecutionActivityMetricsOutput, error)
func (c *Pinpoint) GetJourneyExecutionMetrics(input *GetJourneyExecutionMetricsInput) (*GetJourneyExecutionMetricsOutput, error)
func (c *Pinpoint) GetJourneyExecutionMetricsRequest(input *GetJourneyExecutionMetricsInput) (req *request.Request, output *GetJourneyExecutionMetricsOutput)
func (c *Pinpoint) GetJourneyExecutionMetricsWithContext(ctx aws.Context, input *GetJourneyExecutionMetricsInput, opts ...request.Option) (*GetJourneyExecutionMetricsOutput, error)
func (c *Pinpoint) GetJourneyRequest(input *GetJourneyInput) (req *request.Request, output *GetJourneyOutput)
func (c *Pinpoint) GetJourneyRunExecutionActivityMetrics(input *GetJourneyRunExecutionActivityMetricsInput) (*GetJourneyRunExecutionActivityMetricsOutput, error)
func (c *Pinpoint) GetJourneyRunExecutionActivityMetricsRequest(input *GetJourneyRunExecutionActivityMetricsInput) (req *request.Request, output *GetJourneyRunExecutionActivityMetricsOutput)
func (c *Pinpoint) GetJourneyRunExecutionActivityMetricsWithContext(ctx aws.Context, input *GetJourneyRunExecutionActivityMetricsInput, opts ...request.Option) (*GetJourneyRunExecutionActivityMetricsOutput, error)
func (c *Pinpoint) GetJourneyRunExecutionMetrics(input *GetJourneyRunExecutionMetricsInput) (*GetJourneyRunExecutionMetricsOutput, error)
func (c *Pinpoint) GetJourneyRunExecutionMetricsRequest(input *GetJourneyRunExecutionMetricsInput) (req *request.Request, output *GetJourneyRunExecutionMetricsOutput)
func (c *Pinpoint) GetJourneyRunExecutionMetricsWithContext(ctx aws.Context, input *GetJourneyRunExecutionMetricsInput, opts ...request.Option) (*GetJourneyRunExecutionMetricsOutput, error)
func (c *Pinpoint) GetJourneyRuns(input *GetJourneyRunsInput) (*GetJourneyRunsOutput, error)
func (c *Pinpoint) GetJourneyRunsRequest(input *GetJourneyRunsInput) (req *request.Request, output *GetJourneyRunsOutput)
func (c *Pinpoint) GetJourneyRunsWithContext(ctx aws.Context, input *GetJourneyRunsInput, opts ...request.Option) (*GetJourneyRunsOutput, error)
func (c *Pinpoint) GetJourneyWithContext(ctx aws.Context, input *GetJourneyInput, opts ...request.Option) (*GetJourneyOutput, error)
func (c *Pinpoint) GetPushTemplate(input *GetPushTemplateInput) (*GetPushTemplateOutput, error)
func (c *Pinpoint) GetPushTemplateRequest(input *GetPushTemplateInput) (req *request.Request, output *GetPushTemplateOutput)
func (c *Pinpoint) GetPushTemplateWithContext(ctx aws.Context, input *GetPushTemplateInput, opts ...request.Option) (*GetPushTemplateOutput, error)
func (c *Pinpoint) GetRecommenderConfiguration(input *GetRecommenderConfigurationInput) (*GetRecommenderConfigurationOutput, error)
func (c *Pinpoint) GetRecommenderConfigurationRequest(input *GetRecommenderConfigurationInput) (req *request.Request, output *GetRecommenderConfigurationOutput)
func (c *Pinpoint) GetRecommenderConfigurationWithContext(ctx aws.Context, input *GetRecommenderConfigurationInput, opts ...request.Option) (*GetRecommenderConfigurationOutput, error)
func (c *Pinpoint) GetRecommenderConfigurations(input *GetRecommenderConfigurationsInput) (*GetRecommenderConfigurationsOutput, error)
func (c *Pinpoint) GetRecommenderConfigurationsRequest(input *GetRecommenderConfigurationsInput) (req *request.Request, output *GetRecommenderConfigurationsOutput)
func (c *Pinpoint) GetRecommenderConfigurationsWithContext(ctx aws.Context, input *GetRecommenderConfigurationsInput, opts ...request.Option) (*GetRecommenderConfigurationsOutput, error)
func (c *Pinpoint) GetSegment(input *GetSegmentInput) (*GetSegmentOutput, error)
func (c *Pinpoint) GetSegmentExportJobs(input *GetSegmentExportJobsInput) (*GetSegmentExportJobsOutput, error)
func (c *Pinpoint) GetSegmentExportJobsRequest(input *GetSegmentExportJobsInput) (req *request.Request, output *GetSegmentExportJobsOutput)
func (c *Pinpoint) GetSegmentExportJobsWithContext(ctx aws.Context, input *GetSegmentExportJobsInput, opts ...request.Option) (*GetSegmentExportJobsOutput, error)
func (c *Pinpoint) GetSegmentImportJobs(input *GetSegmentImportJobsInput) (*GetSegmentImportJobsOutput, error)
func (c *Pinpoint) GetSegmentImportJobsRequest(input *GetSegmentImportJobsInput) (req *request.Request, output *GetSegmentImportJobsOutput)
func (c *Pinpoint) GetSegmentImportJobsWithContext(ctx aws.Context, input *GetSegmentImportJobsInput, opts ...request.Option) (*GetSegmentImportJobsOutput, error)
func (c *Pinpoint) GetSegmentRequest(input *GetSegmentInput) (req *request.Request, output *GetSegmentOutput)
func (c *Pinpoint) GetSegmentVersion(input *GetSegmentVersionInput) (*GetSegmentVersionOutput, error)
func (c *Pinpoint) GetSegmentVersionRequest(input *GetSegmentVersionInput) (req *request.Request, output *GetSegmentVersionOutput)
func (c *Pinpoint) GetSegmentVersionWithContext(ctx aws.Context, input *GetSegmentVersionInput, opts ...request.Option) (*GetSegmentVersionOutput, error)
func (c *Pinpoint) GetSegmentVersions(input *GetSegmentVersionsInput) (*GetSegmentVersionsOutput, error)
func (c *Pinpoint) GetSegmentVersionsRequest(input *GetSegmentVersionsInput) (req *request.Request, output *GetSegmentVersionsOutput)
func (c *Pinpoint) GetSegmentVersionsWithContext(ctx aws.Context, input *GetSegmentVersionsInput, opts ...request.Option) (*GetSegmentVersionsOutput, error)
func (c *Pinpoint) GetSegmentWithContext(ctx aws.Context, input *GetSegmentInput, opts ...request.Option) (*GetSegmentOutput, error)
func (c *Pinpoint) GetSegments(input *GetSegmentsInput) (*GetSegmentsOutput, error)
func (c *Pinpoint) GetSegmentsRequest(input *GetSegmentsInput) (req *request.Request, output *GetSegmentsOutput)
func (c *Pinpoint) GetSegmentsWithContext(ctx aws.Context, input *GetSegmentsInput, opts ...request.Option) (*GetSegmentsOutput, error)
func (c *Pinpoint) GetSmsChannel(input *GetSmsChannelInput) (*GetSmsChannelOutput, error)
func (c *Pinpoint) GetSmsChannelRequest(input *GetSmsChannelInput) (req *request.Request, output *GetSmsChannelOutput)
func (c *Pinpoint) GetSmsChannelWithContext(ctx aws.Context, input *GetSmsChannelInput, opts ...request.Option) (*GetSmsChannelOutput, error)
func (c *Pinpoint) GetSmsTemplate(input *GetSmsTemplateInput) (*GetSmsTemplateOutput, error)
func (c *Pinpoint) GetSmsTemplateRequest(input *GetSmsTemplateInput) (req *request.Request, output *GetSmsTemplateOutput)
func (c *Pinpoint) GetSmsTemplateWithContext(ctx aws.Context, input *GetSmsTemplateInput, opts ...request.Option) (*GetSmsTemplateOutput, error)
func (c *Pinpoint) GetUserEndpoints(input *GetUserEndpointsInput) (*GetUserEndpointsOutput, error)
func (c *Pinpoint) GetUserEndpointsRequest(input *GetUserEndpointsInput) (req *request.Request, output *GetUserEndpointsOutput)
func (c *Pinpoint) GetUserEndpointsWithContext(ctx aws.Context, input *GetUserEndpointsInput, opts ...request.Option) (*GetUserEndpointsOutput, error)
func (c *Pinpoint) GetVoiceChannel(input *GetVoiceChannelInput) (*GetVoiceChannelOutput, error)
func (c *Pinpoint) GetVoiceChannelRequest(input *GetVoiceChannelInput) (req *request.Request, output *GetVoiceChannelOutput)
func (c *Pinpoint) GetVoiceChannelWithContext(ctx aws.Context, input *GetVoiceChannelInput, opts ...request.Option) (*GetVoiceChannelOutput, error)
func (c *Pinpoint) GetVoiceTemplate(input *GetVoiceTemplateInput) (*GetVoiceTemplateOutput, error)
func (c *Pinpoint) GetVoiceTemplateRequest(input *GetVoiceTemplateInput) (req *request.Request, output *GetVoiceTemplateOutput)
func (c *Pinpoint) GetVoiceTemplateWithContext(ctx aws.Context, input *GetVoiceTemplateInput, opts ...request.Option) (*GetVoiceTemplateOutput, error)
func (c *Pinpoint) ListJourneys(input *ListJourneysInput) (*ListJourneysOutput, error)
func (c *Pinpoint) ListJourneysRequest(input *ListJourneysInput) (req *request.Request, output *ListJourneysOutput)
func (c *Pinpoint) ListJourneysWithContext(ctx aws.Context, input *ListJourneysInput, opts ...request.Option) (*ListJourneysOutput, error)
func (c *Pinpoint) ListTagsForResource(input *ListTagsForResourceInput) (*ListTagsForResourceOutput, error)
func (c *Pinpoint) ListTagsForResourceRequest(input *ListTagsForResourceInput) (req *request.Request, output *ListTagsForResourceOutput)
func (c *Pinpoint) ListTagsForResourceWithContext(ctx aws.Context, input *ListTagsForResourceInput, opts ...request.Option) (*ListTagsForResourceOutput, error)
func (c *Pinpoint) ListTemplateVersions(input *ListTemplateVersionsInput) (*ListTemplateVersionsOutput, error)
func (c *Pinpoint) ListTemplateVersionsRequest(input *ListTemplateVersionsInput) (req *request.Request, output *ListTemplateVersionsOutput)
func (c *Pinpoint) ListTemplateVersionsWithContext(ctx aws.Context, input *ListTemplateVersionsInput, opts ...request.Option) (*ListTemplateVersionsOutput, error)
func (c *Pinpoint) ListTemplates(input *ListTemplatesInput) (*ListTemplatesOutput, error)
func (c *Pinpoint) ListTemplatesRequest(input *ListTemplatesInput) (req *request.Request, output *ListTemplatesOutput)
func (c *Pinpoint) ListTemplatesWithContext(ctx aws.Context, input *ListTemplatesInput, opts ...request.Option) (*ListTemplatesOutput, error)
func (c *Pinpoint) PhoneNumberValidate(input *PhoneNumberValidateInput) (*PhoneNumberValidateOutput, error)
func (c *Pinpoint) PhoneNumberValidateRequest(input *PhoneNumberValidateInput) (req *request.Request, output *PhoneNumberValidateOutput)
func (c *Pinpoint) PhoneNumberValidateWithContext(ctx aws.Context, input *PhoneNumberValidateInput, opts ...request.Option) (*PhoneNumberValidateOutput, error)
func (c *Pinpoint) PutEventStream(input *PutEventStreamInput) (*PutEventStreamOutput, error)
func (c *Pinpoint) PutEventStreamRequest(input *PutEventStreamInput) (req *request.Request, output *PutEventStreamOutput)
func (c *Pinpoint) PutEventStreamWithContext(ctx aws.Context, input *PutEventStreamInput, opts ...request.Option) (*PutEventStreamOutput, error)
func (c *Pinpoint) PutEvents(input *PutEventsInput) (*PutEventsOutput, error)
func (c *Pinpoint) PutEventsRequest(input *PutEventsInput) (req *request.Request, output *PutEventsOutput)
func (c *Pinpoint) PutEventsWithContext(ctx aws.Context, input *PutEventsInput, opts ...request.Option) (*PutEventsOutput, error)
func (c *Pinpoint) RemoveAttributes(input *RemoveAttributesInput) (*RemoveAttributesOutput, error)
func (c *Pinpoint) RemoveAttributesRequest(input *RemoveAttributesInput) (req *request.Request, output *RemoveAttributesOutput)
func (c *Pinpoint) RemoveAttributesWithContext(ctx aws.Context, input *RemoveAttributesInput, opts ...request.Option) (*RemoveAttributesOutput, error)
func (c *Pinpoint) SendMessages(input *SendMessagesInput) (*SendMessagesOutput, error)
func (c *Pinpoint) SendMessagesRequest(input *SendMessagesInput) (req *request.Request, output *SendMessagesOutput)
func (c *Pinpoint) SendMessagesWithContext(ctx aws.Context, input *SendMessagesInput, opts ...request.Option) (*SendMessagesOutput, error)
func (c *Pinpoint) SendOTPMessage(input *SendOTPMessageInput) (*SendOTPMessageOutput, error)
func (c *Pinpoint) SendOTPMessageRequest(input *SendOTPMessageInput) (req *request.Request, output *SendOTPMessageOutput)
func (c *Pinpoint) SendOTPMessageWithContext(ctx aws.Context, input *SendOTPMessageInput, opts ...request.Option) (*SendOTPMessageOutput, error)
func (c *Pinpoint) SendUsersMessages(input *SendUsersMessagesInput) (*SendUsersMessagesOutput, error)
func (c *Pinpoint) SendUsersMessagesRequest(input *SendUsersMessagesInput) (req *request.Request, output *SendUsersMessagesOutput)
func (c *Pinpoint) SendUsersMessagesWithContext(ctx aws.Context, input *SendUsersMessagesInput, opts ...request.Option) (*SendUsersMessagesOutput, error)
func (c *Pinpoint) TagResource(input *TagResourceInput) (*TagResourceOutput, error)
func (c *Pinpoint) TagResourceRequest(input *TagResourceInput) (req *request.Request, output *TagResourceOutput)
func (c *Pinpoint) TagResourceWithContext(ctx aws.Context, input *TagResourceInput, opts ...request.Option) (*TagResourceOutput, error)
func (c *Pinpoint) UntagResource(input *UntagResourceInput) (*UntagResourceOutput, error)
func (c *Pinpoint) UntagResourceRequest(input *UntagResourceInput) (req *request.Request, output *UntagResourceOutput)
func (c *Pinpoint) UntagResourceWithContext(ctx aws.Context, input *UntagResourceInput, opts ...request.Option) (*UntagResourceOutput, error)
func (c *Pinpoint) UpdateAdmChannel(input *UpdateAdmChannelInput) (*UpdateAdmChannelOutput, error)
func (c *Pinpoint) UpdateAdmChannelRequest(input *UpdateAdmChannelInput) (req *request.Request, output *UpdateAdmChannelOutput)
func (c *Pinpoint) UpdateAdmChannelWithContext(ctx aws.Context, input *UpdateAdmChannelInput, opts ...request.Option) (*UpdateAdmChannelOutput, error)
func (c *Pinpoint) UpdateApnsChannel(input *UpdateApnsChannelInput) (*UpdateApnsChannelOutput, error)
func (c *Pinpoint) UpdateApnsChannelRequest(input *UpdateApnsChannelInput) (req *request.Request, output *UpdateApnsChannelOutput)
func (c *Pinpoint) UpdateApnsChannelWithContext(ctx aws.Context, input *UpdateApnsChannelInput, opts ...request.Option) (*UpdateApnsChannelOutput, error)
func (c *Pinpoint) UpdateApnsSandboxChannel(input *UpdateApnsSandboxChannelInput) (*UpdateApnsSandboxChannelOutput, error)
func (c *Pinpoint) UpdateApnsSandboxChannelRequest(input *UpdateApnsSandboxChannelInput) (req *request.Request, output *UpdateApnsSandboxChannelOutput)
func (c *Pinpoint) UpdateApnsSandboxChannelWithContext(ctx aws.Context, input *UpdateApnsSandboxChannelInput, opts ...request.Option) (*UpdateApnsSandboxChannelOutput, error)
func (c *Pinpoint) UpdateApnsVoipChannel(input *UpdateApnsVoipChannelInput) (*UpdateApnsVoipChannelOutput, error)
func (c *Pinpoint) UpdateApnsVoipChannelRequest(input *UpdateApnsVoipChannelInput) (req *request.Request, output *UpdateApnsVoipChannelOutput)
func (c *Pinpoint) UpdateApnsVoipChannelWithContext(ctx aws.Context, input *UpdateApnsVoipChannelInput, opts ...request.Option) (*UpdateApnsVoipChannelOutput, error)
func (c *Pinpoint) UpdateApnsVoipSandboxChannel(input *UpdateApnsVoipSandboxChannelInput) (*UpdateApnsVoipSandboxChannelOutput, error)
func (c *Pinpoint) UpdateApnsVoipSandboxChannelRequest(input *UpdateApnsVoipSandboxChannelInput) (req *request.Request, output *UpdateApnsVoipSandboxChannelOutput)
func (c *Pinpoint) UpdateApnsVoipSandboxChannelWithContext(ctx aws.Context, input *UpdateApnsVoipSandboxChannelInput, opts ...request.Option) (*UpdateApnsVoipSandboxChannelOutput, error)
func (c *Pinpoint) UpdateApplicationSettings(input *UpdateApplicationSettingsInput) (*UpdateApplicationSettingsOutput, error)
func (c *Pinpoint) UpdateApplicationSettingsRequest(input *UpdateApplicationSettingsInput) (req *request.Request, output *UpdateApplicationSettingsOutput)
func (c *Pinpoint) UpdateApplicationSettingsWithContext(ctx aws.Context, input *UpdateApplicationSettingsInput, opts ...request.Option) (*UpdateApplicationSettingsOutput, error)
func (c *Pinpoint) UpdateBaiduChannel(input *UpdateBaiduChannelInput) (*UpdateBaiduChannelOutput, error)
func (c *Pinpoint) UpdateBaiduChannelRequest(input *UpdateBaiduChannelInput) (req *request.Request, output *UpdateBaiduChannelOutput)
func (c *Pinpoint) UpdateBaiduChannelWithContext(ctx aws.Context, input *UpdateBaiduChannelInput, opts ...request.Option) (*UpdateBaiduChannelOutput, error)
func (c *Pinpoint) UpdateCampaign(input *UpdateCampaignInput) (*UpdateCampaignOutput, error)
func (c *Pinpoint) UpdateCampaignRequest(input *UpdateCampaignInput) (req *request.Request, output *UpdateCampaignOutput)
func (c *Pinpoint) UpdateCampaignWithContext(ctx aws.Context, input *UpdateCampaignInput, opts ...request.Option) (*UpdateCampaignOutput, error)
func (c *Pinpoint) UpdateEmailChannel(input *UpdateEmailChannelInput) (*UpdateEmailChannelOutput, error)
func (c *Pinpoint) UpdateEmailChannelRequest(input *UpdateEmailChannelInput) (req *request.Request, output *UpdateEmailChannelOutput)
func (c *Pinpoint) UpdateEmailChannelWithContext(ctx aws.Context, input *UpdateEmailChannelInput, opts ...request.Option) (*UpdateEmailChannelOutput, error)
func (c *Pinpoint) UpdateEmailTemplate(input *UpdateEmailTemplateInput) (*UpdateEmailTemplateOutput, error)
func (c *Pinpoint) UpdateEmailTemplateRequest(input *UpdateEmailTemplateInput) (req *request.Request, output *UpdateEmailTemplateOutput)
func (c *Pinpoint) UpdateEmailTemplateWithContext(ctx aws.Context, input *UpdateEmailTemplateInput, opts ...request.Option) (*UpdateEmailTemplateOutput, error)
func (c *Pinpoint) UpdateEndpoint(input *UpdateEndpointInput) (*UpdateEndpointOutput, error)
func (c *Pinpoint) UpdateEndpointRequest(input *UpdateEndpointInput) (req *request.Request, output *UpdateEndpointOutput)
func (c *Pinpoint) UpdateEndpointWithContext(ctx aws.Context, input *UpdateEndpointInput, opts ...request.Option) (*UpdateEndpointOutput, error)
func (c *Pinpoint) UpdateEndpointsBatch(input *UpdateEndpointsBatchInput) (*UpdateEndpointsBatchOutput, error)
func (c *Pinpoint) UpdateEndpointsBatchRequest(input *UpdateEndpointsBatchInput) (req *request.Request, output *UpdateEndpointsBatchOutput)
func (c *Pinpoint) UpdateEndpointsBatchWithContext(ctx aws.Context, input *UpdateEndpointsBatchInput, opts ...request.Option) (*UpdateEndpointsBatchOutput, error)
func (c *Pinpoint) UpdateGcmChannel(input *UpdateGcmChannelInput) (*UpdateGcmChannelOutput, error)
func (c *Pinpoint) UpdateGcmChannelRequest(input *UpdateGcmChannelInput) (req *request.Request, output *UpdateGcmChannelOutput)
func (c *Pinpoint) UpdateGcmChannelWithContext(ctx aws.Context, input *UpdateGcmChannelInput, opts ...request.Option) (*UpdateGcmChannelOutput, error)
func (c *Pinpoint) UpdateInAppTemplate(input *UpdateInAppTemplateInput) (*UpdateInAppTemplateOutput, error)
func (c *Pinpoint) UpdateInAppTemplateRequest(input *UpdateInAppTemplateInput) (req *request.Request, output *UpdateInAppTemplateOutput)
func (c *Pinpoint) UpdateInAppTemplateWithContext(ctx aws.Context, input *UpdateInAppTemplateInput, opts ...request.Option) (*UpdateInAppTemplateOutput, error)
func (c *Pinpoint) UpdateJourney(input *UpdateJourneyInput) (*UpdateJourneyOutput, error)
func (c *Pinpoint) UpdateJourneyRequest(input *UpdateJourneyInput) (req *request.Request, output *UpdateJourneyOutput)
func (c *Pinpoint) UpdateJourneyState(input *UpdateJourneyStateInput) (*UpdateJourneyStateOutput, error)
func (c *Pinpoint) UpdateJourneyStateRequest(input *UpdateJourneyStateInput) (req *request.Request, output *UpdateJourneyStateOutput)
func (c *Pinpoint) UpdateJourneyStateWithContext(ctx aws.Context, input *UpdateJourneyStateInput, opts ...request.Option) (*UpdateJourneyStateOutput, error)
func (c *Pinpoint) UpdateJourneyWithContext(ctx aws.Context, input *UpdateJourneyInput, opts ...request.Option) (*UpdateJourneyOutput, error)
func (c *Pinpoint) UpdatePushTemplate(input *UpdatePushTemplateInput) (*UpdatePushTemplateOutput, error)
func (c *Pinpoint) UpdatePushTemplateRequest(input *UpdatePushTemplateInput) (req *request.Request, output *UpdatePushTemplateOutput)
func (c *Pinpoint) UpdatePushTemplateWithContext(ctx aws.Context, input *UpdatePushTemplateInput, opts ...request.Option) (*UpdatePushTemplateOutput, error)
func (c *Pinpoint) UpdateRecommenderConfiguration(input *UpdateRecommenderConfigurationInput) (*UpdateRecommenderConfigurationOutput, error)
func (c *Pinpoint) UpdateRecommenderConfigurationRequest(input *UpdateRecommenderConfigurationInput) (req *request.Request, output *UpdateRecommenderConfigurationOutput)
func (c *Pinpoint) UpdateRecommenderConfigurationWithContext(ctx aws.Context, input *UpdateRecommenderConfigurationInput, opts ...request.Option) (*UpdateRecommenderConfigurationOutput, error)
func (c *Pinpoint) UpdateSegment(input *UpdateSegmentInput) (*UpdateSegmentOutput, error)
func (c *Pinpoint) UpdateSegmentRequest(input *UpdateSegmentInput) (req *request.Request, output *UpdateSegmentOutput)
func (c *Pinpoint) UpdateSegmentWithContext(ctx aws.Context, input *UpdateSegmentInput, opts ...request.Option) (*UpdateSegmentOutput, error)
func (c *Pinpoint) UpdateSmsChannel(input *UpdateSmsChannelInput) (*UpdateSmsChannelOutput, error)
func (c *Pinpoint) UpdateSmsChannelRequest(input *UpdateSmsChannelInput) (req *request.Request, output *UpdateSmsChannelOutput)
func (c *Pinpoint) UpdateSmsChannelWithContext(ctx aws.Context, input *UpdateSmsChannelInput, opts ...request.Option) (*UpdateSmsChannelOutput, error)
func (c *Pinpoint) UpdateSmsTemplate(input *UpdateSmsTemplateInput) (*UpdateSmsTemplateOutput, error)
func (c *Pinpoint) UpdateSmsTemplateRequest(input *UpdateSmsTemplateInput) (req *request.Request, output *UpdateSmsTemplateOutput)
func (c *Pinpoint) UpdateSmsTemplateWithContext(ctx aws.Context, input *UpdateSmsTemplateInput, opts ...request.Option) (*UpdateSmsTemplateOutput, error)
func (c *Pinpoint) UpdateTemplateActiveVersion(input *UpdateTemplateActiveVersionInput) (*UpdateTemplateActiveVersionOutput, error)
func (c *Pinpoint) UpdateTemplateActiveVersionRequest(input *UpdateTemplateActiveVersionInput) (req *request.Request, output *UpdateTemplateActiveVersionOutput)
func (c *Pinpoint) UpdateTemplateActiveVersionWithContext(ctx aws.Context, input *UpdateTemplateActiveVersionInput, opts ...request.Option) (*UpdateTemplateActiveVersionOutput, error)
func (c *Pinpoint) UpdateVoiceChannel(input *UpdateVoiceChannelInput) (*UpdateVoiceChannelOutput, error)
func (c *Pinpoint) UpdateVoiceChannelRequest(input *UpdateVoiceChannelInput) (req *request.Request, output *UpdateVoiceChannelOutput)
func (c *Pinpoint) UpdateVoiceChannelWithContext(ctx aws.Context, input *UpdateVoiceChannelInput, opts ...request.Option) (*UpdateVoiceChannelOutput, error)
func (c *Pinpoint) UpdateVoiceTemplate(input *UpdateVoiceTemplateInput) (*UpdateVoiceTemplateOutput, error)
func (c *Pinpoint) UpdateVoiceTemplateRequest(input *UpdateVoiceTemplateInput) (req *request.Request, output *UpdateVoiceTemplateOutput)
func (c *Pinpoint) UpdateVoiceTemplateWithContext(ctx aws.Context, input *UpdateVoiceTemplateInput, opts ...request.Option) (*UpdateVoiceTemplateOutput, error)
func (c *Pinpoint) VerifyOTPMessage(input *VerifyOTPMessageInput) (*VerifyOTPMessageOutput, error)
func (c *Pinpoint) VerifyOTPMessageRequest(input *VerifyOTPMessageInput) (req *request.Request, output *VerifyOTPMessageOutput)
func (c *Pinpoint) VerifyOTPMessageWithContext(ctx aws.Context, input *VerifyOTPMessageInput, opts ...request.Option) (*VerifyOTPMessageOutput, error)
func Action_Values() []string
func Alignment_Values() []string
func AttributeType_Values() []string
func ButtonAction_Values() []string
func CampaignStatus_Values() []string
func ChannelType_Values() []string
func DayOfWeek_Values() []string
func DeliveryStatus_Values() []string
func DimensionType_Values() []string
func Duration_Values() []string
func EndpointTypesElement_Values() []string
func FilterType_Values() []string
func Format_Values() []string
func Frequency_Values() []string
func Include_Values() []string
func JobStatus_Values() []string
func JourneyRunStatus_Values() []string
func Layout_Values() []string
func MessageType_Values() []string
func Mode_Values() []string
func Operator_Values() []string
func RecencyType_Values() []string
func SegmentType_Values() []string
func SourceType_Values() []string
func State_Values() []string
func TemplateType_Values() []string
func TimezoneEstimationMethodsElement_Values() []string
func Type_Values() []string
type ADMChannelRequest
type ADMChannelResponse
type ADMMessage
type APNSChannelRequest
type APNSChannelResponse
type APNSMessage
type APNSPushNotificationTemplate
type APNSSandboxChannelRequest
type APNSSandboxChannelResponse
type APNSVoipChannelRequest
type APNSVoipChannelResponse
type APNSVoipSandboxChannelRequest
type APNSVoipSandboxChannelResponse
type ActivitiesResponse
type Activity
type ActivityResponse
type AddressConfiguration
type AndroidPushNotificationTemplate
type ApplicationDateRangeKpiResponse
type ApplicationResponse
type ApplicationSettingsJourneyLimits
type ApplicationSettingsResource
type ApplicationsResponse
type AttributeDimension
type AttributesResource
type BadRequestException
type BaiduChannelRequest
type BaiduChannelResponse
type BaiduMessage
type BaseKpiResult
type CampaignCustomMessage
type CampaignDateRangeKpiResponse
type CampaignEmailMessage
type CampaignEventFilter
type CampaignHook
type CampaignInAppMessage
type CampaignLimits
type CampaignResponse
type CampaignSmsMessage
type CampaignState
type CampaignsResponse
type ChannelResponse
type ChannelsResponse
type ClosedDays
type ClosedDaysRule
type Condition
type ConditionalSplitActivity
type ConflictException
type ContactCenterActivity
type CreateAppInput
type CreateAppOutput
type CreateApplicationRequest
type CreateCampaignInput
type CreateCampaignOutput
type CreateEmailTemplateInput
type CreateEmailTemplateOutput
type CreateExportJobInput
type CreateExportJobOutput
type CreateImportJobInput
type CreateImportJobOutput
type CreateInAppTemplateInput
type CreateInAppTemplateOutput
type CreateJourneyInput
type CreateJourneyOutput
type CreatePushTemplateInput
type CreatePushTemplateOutput
type CreateRecommenderConfiguration
type CreateRecommenderConfigurationInput
type CreateRecommenderConfigurationOutput
type CreateSegmentInput
type CreateSegmentOutput
type CreateSmsTemplateInput
type CreateSmsTemplateOutput
type CreateTemplateMessageBody
type CreateVoiceTemplateInput
type CreateVoiceTemplateOutput
type CustomDeliveryConfiguration
type CustomMessageActivity
type DefaultButtonConfiguration
type DefaultMessage
type DefaultPushNotificationMessage
type DefaultPushNotificationTemplate
type DeleteAdmChannelInput
type DeleteAdmChannelOutput
type DeleteApnsChannelInput
type DeleteApnsChannelOutput
type DeleteApnsSandboxChannelInput
type DeleteApnsSandboxChannelOutput
type DeleteApnsVoipChannelInput
type DeleteApnsVoipChannelOutput
type DeleteApnsVoipSandboxChannelInput
type DeleteApnsVoipSandboxChannelOutput
type DeleteAppInput
type DeleteAppOutput
type DeleteBaiduChannelInput
type DeleteBaiduChannelOutput
type DeleteCampaignInput
type DeleteCampaignOutput
type DeleteEmailChannelInput
type DeleteEmailChannelOutput
type DeleteEmailTemplateInput
type DeleteEmailTemplateOutput
type DeleteEndpointInput
type DeleteEndpointOutput
type DeleteEventStreamInput
type DeleteEventStreamOutput
type DeleteGcmChannelInput
type DeleteGcmChannelOutput
type DeleteInAppTemplateInput
type DeleteInAppTemplateOutput
type DeleteJourneyInput
type DeleteJourneyOutput
type DeletePushTemplateInput
type DeletePushTemplateOutput
type DeleteRecommenderConfigurationInput
type DeleteRecommenderConfigurationOutput
type DeleteSegmentInput
type DeleteSegmentOutput
type DeleteSmsChannelInput
type DeleteSmsChannelOutput
type DeleteSmsTemplateInput
type DeleteSmsTemplateOutput
type DeleteUserEndpointsInput
type DeleteUserEndpointsOutput
type DeleteVoiceChannelInput
type DeleteVoiceChannelOutput
type DeleteVoiceTemplateInput
type DeleteVoiceTemplateOutput
type DirectMessageConfiguration
type EmailChannelRequest
type EmailChannelResponse
type EmailMessage
type EmailMessageActivity
type EmailTemplateRequest
type EmailTemplateResponse
type EndpointBatchItem
type EndpointBatchRequest
type EndpointDemographic
type EndpointItemResponse
type EndpointLocation
type EndpointMessageResult
type EndpointRequest
type EndpointResponse
type EndpointSendConfiguration
type EndpointUser
type EndpointsResponse
type Event
type EventCondition
type EventDimensions
type EventFilter
type EventItemResponse
type EventStartCondition
type EventStream
type EventsBatch
type EventsRequest
type EventsResponse
type ExportJobRequest
type ExportJobResource
type ExportJobResponse
type ExportJobsResponse
type ForbiddenException
type GCMChannelRequest
type GCMChannelResponse
type GCMMessage
type GPSCoordinates
type GPSPointDimension
type GetAdmChannelInput
type GetAdmChannelOutput
type GetApnsChannelInput
type GetApnsChannelOutput
type GetApnsSandboxChannelInput
type GetApnsSandboxChannelOutput
type GetApnsVoipChannelInput
type GetApnsVoipChannelOutput
type GetApnsVoipSandboxChannelInput
type GetApnsVoipSandboxChannelOutput
type GetAppInput
type GetAppOutput
type GetApplicationDateRangeKpiInput
type GetApplicationDateRangeKpiOutput
type GetApplicationSettingsInput
type GetApplicationSettingsOutput
type GetAppsInput
type GetAppsOutput
type GetBaiduChannelInput
type GetBaiduChannelOutput
type GetCampaignActivitiesInput
type GetCampaignActivitiesOutput
type GetCampaignDateRangeKpiInput
type GetCampaignDateRangeKpiOutput
type GetCampaignInput
type GetCampaignOutput
type GetCampaignVersionInput
type GetCampaignVersionOutput
type GetCampaignVersionsInput
type GetCampaignVersionsOutput
type GetCampaignsInput
type GetCampaignsOutput
type GetChannelsInput
type GetChannelsOutput
type GetEmailChannelInput
type GetEmailChannelOutput
type GetEmailTemplateInput
type GetEmailTemplateOutput
type GetEndpointInput
type GetEndpointOutput
type GetEventStreamInput
type GetEventStreamOutput
type GetExportJobInput
type GetExportJobOutput
type GetExportJobsInput
type GetExportJobsOutput
type GetGcmChannelInput
type GetGcmChannelOutput
type GetImportJobInput
type GetImportJobOutput
type GetImportJobsInput
type GetImportJobsOutput
type GetInAppMessagesInput
type GetInAppMessagesOutput
type GetInAppTemplateInput
type GetInAppTemplateOutput
type GetJourneyDateRangeKpiInput
type GetJourneyDateRangeKpiOutput
type GetJourneyExecutionActivityMetricsInput
type GetJourneyExecutionActivityMetricsOutput
type GetJourneyExecutionMetricsInput
type GetJourneyExecutionMetricsOutput
type GetJourneyInput
type GetJourneyOutput
type GetJourneyRunExecutionActivityMetricsInput
type GetJourneyRunExecutionActivityMetricsOutput
type GetJourneyRunExecutionMetricsInput
type GetJourneyRunExecutionMetricsOutput
type GetJourneyRunsInput
type GetJourneyRunsOutput
type GetPushTemplateInput
type GetPushTemplateOutput
type GetRecommenderConfigurationInput
type GetRecommenderConfigurationOutput
type GetRecommenderConfigurationsInput
type GetRecommenderConfigurationsOutput
type GetSegmentExportJobsInput
type GetSegmentExportJobsOutput
type GetSegmentImportJobsInput
type GetSegmentImportJobsOutput
type GetSegmentInput
type GetSegmentOutput
type GetSegmentVersionInput
type GetSegmentVersionOutput
type GetSegmentVersionsInput
type GetSegmentVersionsOutput
type GetSegmentsInput
type GetSegmentsOutput
type GetSmsChannelInput
type GetSmsChannelOutput
type GetSmsTemplateInput
type GetSmsTemplateOutput
type GetUserEndpointsInput
type GetUserEndpointsOutput
type GetVoiceChannelInput
type GetVoiceChannelOutput
type GetVoiceTemplateInput
type GetVoiceTemplateOutput
type HoldoutActivity
type ImportJobRequest
type ImportJobResource
type ImportJobResponse
type ImportJobsResponse
type InAppCampaignSchedule
type InAppMessage
type InAppMessageBodyConfig
type InAppMessageButton
type InAppMessageCampaign
type InAppMessageContent
type InAppMessageHeaderConfig
type InAppMessagesResponse
type InAppTemplateRequest
type InAppTemplateResponse
type InternalServerErrorException
type ItemResponse
type JourneyChannelSettings
type JourneyCustomMessage
type JourneyDateRangeKpiResponse
type JourneyEmailMessage
type JourneyExecutionActivityMetricsResponse
type JourneyExecutionMetricsResponse
type JourneyLimits
type JourneyPushMessage
type JourneyResponse
type JourneyRunExecutionActivityMetricsResponse
type JourneyRunExecutionMetricsResponse
type JourneyRunResponse
type JourneyRunsResponse
type JourneySMSMessage
type JourneySchedule
type JourneyStateRequest
type JourneyTimeframeCap
type JourneysResponse
type ListJourneysInput
type ListJourneysOutput
type ListRecommenderConfigurationsResponse
type ListTagsForResourceInput
type ListTagsForResourceOutput
type ListTemplateVersionsInput
type ListTemplateVersionsOutput
type ListTemplatesInput
type ListTemplatesOutput
type Message
type MessageBody
type MessageConfiguration
type MessageHeader
type MessageRequest
type MessageResponse
type MessageResult
type MethodNotAllowedException
type MetricDimension
type MultiConditionalBranch
type MultiConditionalSplitActivity
type NotFoundException
type NumberValidateRequest
type NumberValidateResponse
type OpenHours
type OpenHoursRule
type OverrideButtonConfiguration
type PayloadTooLargeException
type PhoneNumberValidateInput
type PhoneNumberValidateOutput
type PublicEndpoint
type PushMessageActivity
type PushNotificationTemplateRequest
type PushNotificationTemplateResponse
type PutEventStreamInput
type PutEventStreamOutput
type PutEventsInput
type PutEventsOutput
type QuietTime
type RandomSplitActivity
type RandomSplitEntry
type RawEmail
type RecencyDimension
type RecommenderConfigurationResponse
type RemoveAttributesInput
type RemoveAttributesOutput
type ResultRow
type ResultRowValue
type SMSChannelRequest
type SMSChannelResponse
type SMSMessage
type SMSMessageActivity
type SMSTemplateRequest
type SMSTemplateResponse
type Schedule
type SegmentBehaviors
type SegmentCondition
type SegmentDemographics
type SegmentDimensions
type SegmentGroup
type SegmentGroupList
type SegmentImportResource
type SegmentLocation
type SegmentReference
type SegmentResponse
type SegmentsResponse
type SendMessagesInput
type SendMessagesOutput
type SendOTPMessageInput
type SendOTPMessageOutput
type SendOTPMessageRequestParameters
type SendUsersMessageRequest
type SendUsersMessageResponse
type SendUsersMessagesInput
type SendUsersMessagesOutput
type Session
type SetDimension
type SimpleCondition
type SimpleEmail
type SimpleEmailPart
type StartCondition
type TagResourceInput
type TagResourceOutput
type TagsModel
type Template
type TemplateActiveVersionRequest
type TemplateConfiguration
type TemplateCreateMessageBody
type TemplateResponse
type TemplateVersionResponse
type TemplateVersionsResponse
type TemplatesResponse
type TooManyRequestsException
type TreatmentResource
type UntagResourceInput
type UntagResourceOutput
type UpdateAdmChannelInput
type UpdateAdmChannelOutput
type UpdateApnsChannelInput
type UpdateApnsChannelOutput
type UpdateApnsSandboxChannelInput
type UpdateApnsSandboxChannelOutput
type UpdateApnsVoipChannelInput
type UpdateApnsVoipChannelOutput
type UpdateApnsVoipSandboxChannelInput
type UpdateApnsVoipSandboxChannelOutput
type UpdateApplicationSettingsInput
type UpdateApplicationSettingsOutput
type UpdateAttributesRequest
type UpdateBaiduChannelInput
type UpdateBaiduChannelOutput
type UpdateCampaignInput
type UpdateCampaignOutput
type UpdateEmailChannelInput
type UpdateEmailChannelOutput
type UpdateEmailTemplateInput
type UpdateEmailTemplateOutput
type UpdateEndpointInput
type UpdateEndpointOutput
type UpdateEndpointsBatchInput
type UpdateEndpointsBatchOutput
type UpdateGcmChannelInput
type UpdateGcmChannelOutput
type UpdateInAppTemplateInput
type UpdateInAppTemplateOutput
type UpdateJourneyInput
type UpdateJourneyOutput
type UpdateJourneyStateInput
type UpdateJourneyStateOutput
type UpdatePushTemplateInput
type UpdatePushTemplateOutput
type UpdateRecommenderConfiguration
type UpdateRecommenderConfigurationInput
type UpdateRecommenderConfigurationOutput
type UpdateSegmentInput
type UpdateSegmentOutput
type UpdateSmsChannelInput
type UpdateSmsChannelOutput
type UpdateSmsTemplateInput
type UpdateSmsTemplateOutput
type UpdateTemplateActiveVersionInput
type UpdateTemplateActiveVersionOutput
type UpdateVoiceChannelInput
type UpdateVoiceChannelOutput
type UpdateVoiceTemplateInput
type UpdateVoiceTemplateOutput
type VerificationResponse
type VerifyOTPMessageInput
type VerifyOTPMessageOutput
type VerifyOTPMessageRequestParameters
type VoiceChannelRequest
type VoiceChannelResponse
type VoiceMessage
type VoiceTemplateRequest
type VoiceTemplateResponse
type WaitActivity
type WaitTime
type WriteApplicationSettingsRequest
type WriteCampaignRequest
type WriteEventStream
type WriteJourneyRequest
type WriteSegmentRequest
type WriteTreatmentResource

Constants ▾

const (
    // ActionOpenApp is a Action enum value
    ActionOpenApp = "OPEN_APP"

    // ActionDeepLink is a Action enum value
    ActionDeepLink = "DEEP_LINK"

    // ActionUrl is a Action enum value
    ActionUrl = "URL"
)
const (
    // AlignmentLeft is a Alignment enum value
    AlignmentLeft = "LEFT"

    // AlignmentCenter is a Alignment enum value
    AlignmentCenter = "CENTER"

    // AlignmentRight is a Alignment enum value
    AlignmentRight = "RIGHT"
)
const (
    // AttributeTypeInclusive is a AttributeType enum value
    AttributeTypeInclusive = "INCLUSIVE"

    // AttributeTypeExclusive is a AttributeType enum value
    AttributeTypeExclusive = "EXCLUSIVE"

    // AttributeTypeContains is a AttributeType enum value
    AttributeTypeContains = "CONTAINS"

    // AttributeTypeBefore is a AttributeType enum value
    AttributeTypeBefore = "BEFORE"

    // AttributeTypeAfter is a AttributeType enum value
    AttributeTypeAfter = "AFTER"

    // AttributeTypeBetween is a AttributeType enum value
    AttributeTypeBetween = "BETWEEN"

    // AttributeTypeOn is a AttributeType enum value
    AttributeTypeOn = "ON"
)
const (
    // ButtonActionLink is a ButtonAction enum value
    ButtonActionLink = "LINK"

    // ButtonActionDeepLink is a ButtonAction enum value
    ButtonActionDeepLink = "DEEP_LINK"

    // ButtonActionClose is a ButtonAction enum value
    ButtonActionClose = "CLOSE"
)
const (
    // CampaignStatusScheduled is a CampaignStatus enum value
    CampaignStatusScheduled = "SCHEDULED"

    // CampaignStatusExecuting is a CampaignStatus enum value
    CampaignStatusExecuting = "EXECUTING"

    // CampaignStatusPendingNextRun is a CampaignStatus enum value
    CampaignStatusPendingNextRun = "PENDING_NEXT_RUN"

    // CampaignStatusCompleted is a CampaignStatus enum value
    CampaignStatusCompleted = "COMPLETED"

    // CampaignStatusPaused is a CampaignStatus enum value
    CampaignStatusPaused = "PAUSED"

    // CampaignStatusDeleted is a CampaignStatus enum value
    CampaignStatusDeleted = "DELETED"

    // CampaignStatusInvalid is a CampaignStatus enum value
    CampaignStatusInvalid = "INVALID"
)
const (
    // ChannelTypePush is a ChannelType enum value
    ChannelTypePush = "PUSH"

    // ChannelTypeGcm is a ChannelType enum value
    ChannelTypeGcm = "GCM"

    // ChannelTypeApns is a ChannelType enum value
    ChannelTypeApns = "APNS"

    // ChannelTypeApnsSandbox is a ChannelType enum value
    ChannelTypeApnsSandbox = "APNS_SANDBOX"

    // ChannelTypeApnsVoip is a ChannelType enum value
    ChannelTypeApnsVoip = "APNS_VOIP"

    // ChannelTypeApnsVoipSandbox is a ChannelType enum value
    ChannelTypeApnsVoipSandbox = "APNS_VOIP_SANDBOX"

    // ChannelTypeAdm is a ChannelType enum value
    ChannelTypeAdm = "ADM"

    // ChannelTypeSms is a ChannelType enum value
    ChannelTypeSms = "SMS"

    // ChannelTypeVoice is a ChannelType enum value
    ChannelTypeVoice = "VOICE"

    // ChannelTypeEmail is a ChannelType enum value
    ChannelTypeEmail = "EMAIL"

    // ChannelTypeBaidu is a ChannelType enum value
    ChannelTypeBaidu = "BAIDU"

    // ChannelTypeCustom is a ChannelType enum value
    ChannelTypeCustom = "CUSTOM"

    // ChannelTypeInApp is a ChannelType enum value
    ChannelTypeInApp = "IN_APP"
)
const (
    // DayOfWeekMonday is a DayOfWeek enum value
    DayOfWeekMonday = "MONDAY"

    // DayOfWeekTuesday is a DayOfWeek enum value
    DayOfWeekTuesday = "TUESDAY"

    // DayOfWeekWednesday is a DayOfWeek enum value
    DayOfWeekWednesday = "WEDNESDAY"

    // DayOfWeekThursday is a DayOfWeek enum value
    DayOfWeekThursday = "THURSDAY"

    // DayOfWeekFriday is a DayOfWeek enum value
    DayOfWeekFriday = "FRIDAY"

    // DayOfWeekSaturday is a DayOfWeek enum value
    DayOfWeekSaturday = "SATURDAY"

    // DayOfWeekSunday is a DayOfWeek enum value
    DayOfWeekSunday = "SUNDAY"
)

Day of a week.

const (
    // DeliveryStatusSuccessful is a DeliveryStatus enum value
    DeliveryStatusSuccessful = "SUCCESSFUL"

    // DeliveryStatusThrottled is a DeliveryStatus enum value
    DeliveryStatusThrottled = "THROTTLED"

    // DeliveryStatusTemporaryFailure is a DeliveryStatus enum value
    DeliveryStatusTemporaryFailure = "TEMPORARY_FAILURE"

    // DeliveryStatusPermanentFailure is a DeliveryStatus enum value
    DeliveryStatusPermanentFailure = "PERMANENT_FAILURE"

    // DeliveryStatusUnknownFailure is a DeliveryStatus enum value
    DeliveryStatusUnknownFailure = "UNKNOWN_FAILURE"

    // DeliveryStatusOptOut is a DeliveryStatus enum value
    DeliveryStatusOptOut = "OPT_OUT"

    // DeliveryStatusDuplicate is a DeliveryStatus enum value
    DeliveryStatusDuplicate = "DUPLICATE"
)
const (
    // DimensionTypeInclusive is a DimensionType enum value
    DimensionTypeInclusive = "INCLUSIVE"

    // DimensionTypeExclusive is a DimensionType enum value
    DimensionTypeExclusive = "EXCLUSIVE"
)
const (
    // DurationHr24 is a Duration enum value
    DurationHr24 = "HR_24"

    // DurationDay7 is a Duration enum value
    DurationDay7 = "DAY_7"

    // DurationDay14 is a Duration enum value
    DurationDay14 = "DAY_14"

    // DurationDay30 is a Duration enum value
    DurationDay30 = "DAY_30"
)
const (
    // EndpointTypesElementPush is a EndpointTypesElement enum value
    EndpointTypesElementPush = "PUSH"

    // EndpointTypesElementGcm is a EndpointTypesElement enum value
    EndpointTypesElementGcm = "GCM"

    // EndpointTypesElementApns is a EndpointTypesElement enum value
    EndpointTypesElementApns = "APNS"

    // EndpointTypesElementApnsSandbox is a EndpointTypesElement enum value
    EndpointTypesElementApnsSandbox = "APNS_SANDBOX"

    // EndpointTypesElementApnsVoip is a EndpointTypesElement enum value
    EndpointTypesElementApnsVoip = "APNS_VOIP"

    // EndpointTypesElementApnsVoipSandbox is a EndpointTypesElement enum value
    EndpointTypesElementApnsVoipSandbox = "APNS_VOIP_SANDBOX"

    // EndpointTypesElementAdm is a EndpointTypesElement enum value
    EndpointTypesElementAdm = "ADM"

    // EndpointTypesElementSms is a EndpointTypesElement enum value
    EndpointTypesElementSms = "SMS"

    // EndpointTypesElementVoice is a EndpointTypesElement enum value
    EndpointTypesElementVoice = "VOICE"

    // EndpointTypesElementEmail is a EndpointTypesElement enum value
    EndpointTypesElementEmail = "EMAIL"

    // EndpointTypesElementBaidu is a EndpointTypesElement enum value
    EndpointTypesElementBaidu = "BAIDU"

    // EndpointTypesElementCustom is a EndpointTypesElement enum value
    EndpointTypesElementCustom = "CUSTOM"

    // EndpointTypesElementInApp is a EndpointTypesElement enum value
    EndpointTypesElementInApp = "IN_APP"
)
const (
    // FilterTypeSystem is a FilterType enum value
    FilterTypeSystem = "SYSTEM"

    // FilterTypeEndpoint is a FilterType enum value
    FilterTypeEndpoint = "ENDPOINT"
)
const (
    // FormatCsv is a Format enum value
    FormatCsv = "CSV"

    // FormatJson is a Format enum value
    FormatJson = "JSON"
)
const (
    // FrequencyOnce is a Frequency enum value
    FrequencyOnce = "ONCE"

    // FrequencyHourly is a Frequency enum value
    FrequencyHourly = "HOURLY"

    // FrequencyDaily is a Frequency enum value
    FrequencyDaily = "DAILY"

    // FrequencyWeekly is a Frequency enum value
    FrequencyWeekly = "WEEKLY"

    // FrequencyMonthly is a Frequency enum value
    FrequencyMonthly = "MONTHLY"

    // FrequencyEvent is a Frequency enum value
    FrequencyEvent = "EVENT"

    // FrequencyInAppEvent is a Frequency enum value
    FrequencyInAppEvent = "IN_APP_EVENT"
)
const (
    // IncludeAll is a Include enum value
    IncludeAll = "ALL"

    // IncludeAny is a Include enum value
    IncludeAny = "ANY"

    // IncludeNone is a Include enum value
    IncludeNone = "NONE"
)
const (
    // JobStatusCreated is a JobStatus enum value
    JobStatusCreated = "CREATED"

    // JobStatusPreparingForInitialization is a JobStatus enum value
    JobStatusPreparingForInitialization = "PREPARING_FOR_INITIALIZATION"

    // JobStatusInitializing is a JobStatus enum value
    JobStatusInitializing = "INITIALIZING"

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

    // JobStatusPendingJob is a JobStatus enum value
    JobStatusPendingJob = "PENDING_JOB"

    // JobStatusCompleting is a JobStatus enum value
    JobStatusCompleting = "COMPLETING"

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

    // JobStatusFailing is a JobStatus enum value
    JobStatusFailing = "FAILING"

    // JobStatusFailed is a JobStatus enum value
    JobStatusFailed = "FAILED"
)
const (
    // JourneyRunStatusScheduled is a JourneyRunStatus enum value
    JourneyRunStatusScheduled = "SCHEDULED"

    // JourneyRunStatusRunning is a JourneyRunStatus enum value
    JourneyRunStatusRunning = "RUNNING"

    // JourneyRunStatusCompleted is a JourneyRunStatus enum value
    JourneyRunStatusCompleted = "COMPLETED"

    // JourneyRunStatusCancelled is a JourneyRunStatus enum value
    JourneyRunStatusCancelled = "CANCELLED"
)
const (
    // LayoutBottomBanner is a Layout enum value
    LayoutBottomBanner = "BOTTOM_BANNER"

    // LayoutTopBanner is a Layout enum value
    LayoutTopBanner = "TOP_BANNER"

    // LayoutOverlays is a Layout enum value
    LayoutOverlays = "OVERLAYS"

    // LayoutMobileFeed is a Layout enum value
    LayoutMobileFeed = "MOBILE_FEED"

    // LayoutMiddleBanner is a Layout enum value
    LayoutMiddleBanner = "MIDDLE_BANNER"

    // LayoutCarousel is a Layout enum value
    LayoutCarousel = "CAROUSEL"
)
const (
    // MessageTypeTransactional is a MessageType enum value
    MessageTypeTransactional = "TRANSACTIONAL"

    // MessageTypePromotional is a MessageType enum value
    MessageTypePromotional = "PROMOTIONAL"
)
const (
    // ModeDelivery is a Mode enum value
    ModeDelivery = "DELIVERY"

    // ModeFilter is a Mode enum value
    ModeFilter = "FILTER"
)
const (
    // OperatorAll is a Operator enum value
    OperatorAll = "ALL"

    // OperatorAny is a Operator enum value
    OperatorAny = "ANY"
)
const (
    // RecencyTypeActive is a RecencyType enum value
    RecencyTypeActive = "ACTIVE"

    // RecencyTypeInactive is a RecencyType enum value
    RecencyTypeInactive = "INACTIVE"
)
const (
    // SegmentTypeDimensional is a SegmentType enum value
    SegmentTypeDimensional = "DIMENSIONAL"

    // SegmentTypeImport is a SegmentType enum value
    SegmentTypeImport = "IMPORT"
)
const (
    // SourceTypeAll is a SourceType enum value
    SourceTypeAll = "ALL"

    // SourceTypeAny is a SourceType enum value
    SourceTypeAny = "ANY"

    // SourceTypeNone is a SourceType enum value
    SourceTypeNone = "NONE"
)
const (
    // StateDraft is a State enum value
    StateDraft = "DRAFT"

    // StateActive is a State enum value
    StateActive = "ACTIVE"

    // StateCompleted is a State enum value
    StateCompleted = "COMPLETED"

    // StateCancelled is a State enum value
    StateCancelled = "CANCELLED"

    // StateClosed is a State enum value
    StateClosed = "CLOSED"

    // StatePaused is a State enum value
    StatePaused = "PAUSED"
)
const (
    // TemplateTypeEmail is a TemplateType enum value
    TemplateTypeEmail = "EMAIL"

    // TemplateTypeSms is a TemplateType enum value
    TemplateTypeSms = "SMS"

    // TemplateTypeVoice is a TemplateType enum value
    TemplateTypeVoice = "VOICE"

    // TemplateTypePush is a TemplateType enum value
    TemplateTypePush = "PUSH"

    // TemplateTypeInapp is a TemplateType enum value
    TemplateTypeInapp = "INAPP"
)
const (
    // TimezoneEstimationMethodsElementPhoneNumber is a TimezoneEstimationMethodsElement enum value
    TimezoneEstimationMethodsElementPhoneNumber = "PHONE_NUMBER"

    // TimezoneEstimationMethodsElementPostalCode is a TimezoneEstimationMethodsElement enum value
    TimezoneEstimationMethodsElementPostalCode = "POSTAL_CODE"
)
const (
    // TypeAll is a Type enum value
    TypeAll = "ALL"

    // TypeAny is a Type enum value
    TypeAny = "ANY"

    // TypeNone is a Type enum value
    TypeNone = "NONE"
)
const (

    // ErrCodeBadRequestException for service response error code
    // "BadRequestException".
    //
    // Provides information about an API request or response.
    ErrCodeBadRequestException = "BadRequestException"

    // ErrCodeConflictException for service response error code
    // "ConflictException".
    //
    // Provides information about an API request or response.
    ErrCodeConflictException = "ConflictException"

    // ErrCodeForbiddenException for service response error code
    // "ForbiddenException".
    //
    // Provides information about an API request or response.
    ErrCodeForbiddenException = "ForbiddenException"

    // ErrCodeInternalServerErrorException for service response error code
    // "InternalServerErrorException".
    //
    // Provides information about an API request or response.
    ErrCodeInternalServerErrorException = "InternalServerErrorException"

    // ErrCodeMethodNotAllowedException for service response error code
    // "MethodNotAllowedException".
    //
    // Provides information about an API request or response.
    ErrCodeMethodNotAllowedException = "MethodNotAllowedException"

    // ErrCodeNotFoundException for service response error code
    // "NotFoundException".
    //
    // Provides information about an API request or response.
    ErrCodeNotFoundException = "NotFoundException"

    // ErrCodePayloadTooLargeException for service response error code
    // "PayloadTooLargeException".
    //
    // Provides information about an API request or response.
    ErrCodePayloadTooLargeException = "PayloadTooLargeException"

    // ErrCodeTooManyRequestsException for service response error code
    // "TooManyRequestsException".
    //
    // Provides information about an API request or response.
    ErrCodeTooManyRequestsException = "TooManyRequestsException"
)
const (
    ServiceName = "pinpoint"  // Name of service.
    EndpointsID = ServiceName // ID to lookup a service endpoint with.
    ServiceID   = "Pinpoint"  // ServiceID is a unique identifier of a specific service.
)

Service information constants

func Action_Values

func Action_Values() []string

Action_Values returns all elements of the Action enum

func Alignment_Values

func Alignment_Values() []string

Alignment_Values returns all elements of the Alignment enum

func AttributeType_Values

func AttributeType_Values() []string

AttributeType_Values returns all elements of the AttributeType enum

func ButtonAction_Values

func ButtonAction_Values() []string

ButtonAction_Values returns all elements of the ButtonAction enum

func CampaignStatus_Values

func CampaignStatus_Values() []string

CampaignStatus_Values returns all elements of the CampaignStatus enum

func ChannelType_Values

func ChannelType_Values() []string

ChannelType_Values returns all elements of the ChannelType enum

func DayOfWeek_Values

func DayOfWeek_Values() []string

DayOfWeek_Values returns all elements of the DayOfWeek enum

func DeliveryStatus_Values

func DeliveryStatus_Values() []string

DeliveryStatus_Values returns all elements of the DeliveryStatus enum

func DimensionType_Values

func DimensionType_Values() []string

DimensionType_Values returns all elements of the DimensionType enum

func Duration_Values

func Duration_Values() []string

Duration_Values returns all elements of the Duration enum

func EndpointTypesElement_Values

func EndpointTypesElement_Values() []string

EndpointTypesElement_Values returns all elements of the EndpointTypesElement enum

func FilterType_Values

func FilterType_Values() []string

FilterType_Values returns all elements of the FilterType enum

func Format_Values

func Format_Values() []string

Format_Values returns all elements of the Format enum

func Frequency_Values

func Frequency_Values() []string

Frequency_Values returns all elements of the Frequency enum

func Include_Values

func Include_Values() []string

Include_Values returns all elements of the Include enum

func JobStatus_Values

func JobStatus_Values() []string

JobStatus_Values returns all elements of the JobStatus enum

func JourneyRunStatus_Values

func JourneyRunStatus_Values() []string

JourneyRunStatus_Values returns all elements of the JourneyRunStatus enum

func Layout_Values

func Layout_Values() []string

Layout_Values returns all elements of the Layout enum

func MessageType_Values

func MessageType_Values() []string

MessageType_Values returns all elements of the MessageType enum

func Mode_Values

func Mode_Values() []string

Mode_Values returns all elements of the Mode enum

func Operator_Values

func Operator_Values() []string

Operator_Values returns all elements of the Operator enum

func RecencyType_Values

func RecencyType_Values() []string

RecencyType_Values returns all elements of the RecencyType enum

func SegmentType_Values

func SegmentType_Values() []string

SegmentType_Values returns all elements of the SegmentType enum

func SourceType_Values

func SourceType_Values() []string

SourceType_Values returns all elements of the SourceType enum

func State_Values

func State_Values() []string

State_Values returns all elements of the State enum

func TemplateType_Values

func TemplateType_Values() []string

TemplateType_Values returns all elements of the TemplateType enum

func TimezoneEstimationMethodsElement_Values

func TimezoneEstimationMethodsElement_Values() []string

TimezoneEstimationMethodsElement_Values returns all elements of the TimezoneEstimationMethodsElement enum

func Type_Values

func Type_Values() []string

Type_Values returns all elements of the Type enum

type ADMChannelRequest

type ADMChannelRequest struct {

    // The Client ID that you received from Amazon to send messages by using ADM.
    //
    // ClientId is a required field
    ClientId *string `type:"string" required:"true"`

    // The Client Secret that you received from Amazon to send messages by using
    // ADM.
    //
    // ClientSecret is a required field
    ClientSecret *string `type:"string" required:"true"`

    // Specifies whether to enable the ADM channel for the application.
    Enabled *bool `type:"boolean"`
    // contains filtered or unexported fields
}

Specifies the status and settings of the ADM (Amazon Device Messaging) channel for an application.

func (ADMChannelRequest) GoString

func (s ADMChannelRequest) GoString() string

GoString returns the string representation.

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

func (*ADMChannelRequest) SetClientId

func (s *ADMChannelRequest) SetClientId(v string) *ADMChannelRequest

SetClientId sets the ClientId field's value.

func (*ADMChannelRequest) SetClientSecret

func (s *ADMChannelRequest) SetClientSecret(v string) *ADMChannelRequest

SetClientSecret sets the ClientSecret field's value.

func (*ADMChannelRequest) SetEnabled

func (s *ADMChannelRequest) SetEnabled(v bool) *ADMChannelRequest

SetEnabled sets the Enabled field's value.

func (ADMChannelRequest) String

func (s ADMChannelRequest) String() string

String returns the string representation.

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

func (*ADMChannelRequest) Validate

func (s *ADMChannelRequest) Validate() error

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

type ADMChannelResponse

type ADMChannelResponse struct {

    // The unique identifier for the application that the ADM channel applies to.
    ApplicationId *string `type:"string"`

    // The date and time when the ADM channel was enabled.
    CreationDate *string `type:"string"`

    // Specifies whether the ADM channel is enabled for the application.
    Enabled *bool `type:"boolean"`

    // (Not used) This property is retained only for backward compatibility.
    HasCredential *bool `type:"boolean"`

    // (Deprecated) An identifier for the ADM channel. This property is retained
    // only for backward compatibility.
    Id *string `type:"string"`

    // Specifies whether the ADM channel is archived.
    IsArchived *bool `type:"boolean"`

    // The user who last modified the ADM channel.
    LastModifiedBy *string `type:"string"`

    // The date and time when the ADM channel was last modified.
    LastModifiedDate *string `type:"string"`

    // The type of messaging or notification platform for the channel. For the ADM
    // channel, this value is ADM.
    //
    // Platform is a required field
    Platform *string `type:"string" required:"true"`

    // The current version of the ADM channel.
    Version *int64 `type:"integer"`
    // contains filtered or unexported fields
}

Provides information about the status and settings of the ADM (Amazon Device Messaging) channel for an application.

func (ADMChannelResponse) GoString

func (s ADMChannelResponse) GoString() string

GoString returns the string representation.

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

func (*ADMChannelResponse) SetApplicationId

func (s *ADMChannelResponse) SetApplicationId(v string) *ADMChannelResponse

SetApplicationId sets the ApplicationId field's value.

func (*ADMChannelResponse) SetCreationDate

func (s *ADMChannelResponse) SetCreationDate(v string) *ADMChannelResponse

SetCreationDate sets the CreationDate field's value.

func (*ADMChannelResponse) SetEnabled

func (s *ADMChannelResponse) SetEnabled(v bool) *ADMChannelResponse

SetEnabled sets the Enabled field's value.

func (*ADMChannelResponse) SetHasCredential

func (s *ADMChannelResponse) SetHasCredential(v bool) *ADMChannelResponse

SetHasCredential sets the HasCredential field's value.

func (*ADMChannelResponse) SetId

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

SetId sets the Id field's value.

func (*ADMChannelResponse) SetIsArchived

func (s *ADMChannelResponse) SetIsArchived(v bool) *ADMChannelResponse

SetIsArchived sets the IsArchived field's value.

func (*ADMChannelResponse) SetLastModifiedBy

func (s *ADMChannelResponse) SetLastModifiedBy(v string) *ADMChannelResponse

SetLastModifiedBy sets the LastModifiedBy field's value.

func (*ADMChannelResponse) SetLastModifiedDate

func (s *ADMChannelResponse) SetLastModifiedDate(v string) *ADMChannelResponse

SetLastModifiedDate sets the LastModifiedDate field's value.

func (*ADMChannelResponse) SetPlatform

func (s *ADMChannelResponse) SetPlatform(v string) *ADMChannelResponse

SetPlatform sets the Platform field's value.

func (*ADMChannelResponse) SetVersion

func (s *ADMChannelResponse) SetVersion(v int64) *ADMChannelResponse

SetVersion sets the Version field's value.

func (ADMChannelResponse) String

func (s ADMChannelResponse) String() string

String returns the string representation.

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

type ADMMessage

type ADMMessage struct {

    // The action to occur if the recipient taps the push notification. Valid values
    // are:
    //
    //    * OPEN_APP - Your app opens or it becomes the foreground app if it was
    //    sent to the background. This is the default action.
    //
    //    * DEEP_LINK - Your app opens and displays a designated user interface
    //    in the app. This action uses the deep-linking features of the Android
    //    platform.
    //
    //    * URL - The default mobile browser on the recipient's device opens and
    //    loads the web page at a URL that you specify.
    Action *string `type:"string" enum:"Action"`

    // The body of the notification message.
    Body *string `type:"string"`

    // An arbitrary string that indicates that multiple messages are logically the
    // same and that Amazon Device Messaging (ADM) can drop previously enqueued
    // messages in favor of this message.
    ConsolidationKey *string `type:"string"`

    // The JSON data payload to use for the push notification, if the notification
    // is a silent push notification. This payload is added to the data.pinpoint.jsonBody
    // object of the notification.
    Data map[string]*string `type:"map"`

    // The amount of time, in seconds, that ADM should store the message if the
    // recipient's device is offline. Amazon Pinpoint specifies this value in the
    // expiresAfter parameter when it sends the notification message to ADM.
    ExpiresAfter *string `type:"string"`

    // The icon image name of the asset saved in your app.
    IconReference *string `type:"string"`

    // The URL of the large icon image to display in the content view of the push
    // notification.
    ImageIconUrl *string `type:"string"`

    // The URL of an image to display in the push notification.
    ImageUrl *string `type:"string"`

    // The base64-encoded, MD5 checksum of the value specified by the Data property.
    // ADM uses the MD5 value to verify the integrity of the data.
    MD5 *string `type:"string"`

    // The raw, JSON-formatted string to use as the payload for the notification
    // message. If specified, this value overrides all other content for the message.
    RawContent *string `type:"string"`

    // Specifies whether the notification is a silent push notification, which is
    // a push notification that doesn't display on a recipient's device. Silent
    // push notifications can be used for cases such as updating an app's configuration
    // or supporting phone home functionality.
    SilentPush *bool `type:"boolean"`

    // The URL of the small icon image to display in the status bar and the content
    // view of the push notification.
    SmallImageIconUrl *string `type:"string"`

    // The sound to play when the recipient receives the push notification. You
    // can use the default stream or specify the file name of a sound resource that's
    // bundled in your app. On an Android platform, the sound file must reside in
    // /res/raw/.
    Sound *string `type:"string"`

    // The default message variables to use in the notification message. You can
    // override the default variables with individual address variables.
    Substitutions map[string][]*string `type:"map"`

    // The title to display above the notification message on the recipient's device.
    Title *string `type:"string"`

    // The URL to open in the recipient's default mobile browser, if a recipient
    // taps the push notification and the value of the Action property is URL.
    Url *string `type:"string"`
    // contains filtered or unexported fields
}

Specifies the settings for a one-time message that's sent directly to an endpoint through the ADM (Amazon Device Messaging) channel.

func (ADMMessage) GoString

func (s ADMMessage) GoString() string

GoString returns the string representation.

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

func (*ADMMessage) SetAction

func (s *ADMMessage) SetAction(v string) *ADMMessage

SetAction sets the Action field's value.

func (*ADMMessage) SetBody

func (s *ADMMessage) SetBody(v string) *ADMMessage

SetBody sets the Body field's value.

func (*ADMMessage) SetConsolidationKey

func (s *ADMMessage) SetConsolidationKey(v string) *ADMMessage

SetConsolidationKey sets the ConsolidationKey field's value.

func (*ADMMessage) SetData

func (s *ADMMessage) SetData(v map[string]*string) *ADMMessage

SetData sets the Data field's value.

func (*ADMMessage) SetExpiresAfter

func (s *ADMMessage) SetExpiresAfter(v string) *ADMMessage

SetExpiresAfter sets the ExpiresAfter field's value.

func (*ADMMessage) SetIconReference

func (s *ADMMessage) SetIconReference(v string) *ADMMessage

SetIconReference sets the IconReference field's value.

func (*ADMMessage) SetImageIconUrl

func (s *ADMMessage) SetImageIconUrl(v string) *ADMMessage

SetImageIconUrl sets the ImageIconUrl field's value.

func (*ADMMessage) SetImageUrl

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

SetImageUrl sets the ImageUrl field's value.

func (*ADMMessage) SetMD5

func (s *ADMMessage) SetMD5(v string) *ADMMessage

SetMD5 sets the MD5 field's value.

func (*ADMMessage) SetRawContent

func (s *ADMMessage) SetRawContent(v string) *ADMMessage

SetRawContent sets the RawContent field's value.

func (*ADMMessage) SetSilentPush

func (s *ADMMessage) SetSilentPush(v bool) *ADMMessage

SetSilentPush sets the SilentPush field's value.

func (*ADMMessage) SetSmallImageIconUrl

func (s *ADMMessage) SetSmallImageIconUrl(v string) *ADMMessage

SetSmallImageIconUrl sets the SmallImageIconUrl field's value.

func (*ADMMessage) SetSound

func (s *ADMMessage) SetSound(v string) *ADMMessage

SetSound sets the Sound field's value.

func (*ADMMessage) SetSubstitutions

func (s *ADMMessage) SetSubstitutions(v map[string][]*string) *ADMMessage

SetSubstitutions sets the Substitutions field's value.

func (*ADMMessage) SetTitle

func (s *ADMMessage) SetTitle(v string) *ADMMessage

SetTitle sets the Title field's value.

func (*ADMMessage) SetUrl

func (s *ADMMessage) SetUrl(v string) *ADMMessage

SetUrl sets the Url field's value.

func (ADMMessage) String

func (s ADMMessage) String() string

String returns the string representation.

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

type APNSChannelRequest

type APNSChannelRequest struct {

    // The bundle identifier that's assigned to your iOS app. This identifier is
    // used for APNs tokens.
    BundleId *string `type:"string"`

    // The APNs client certificate that you received from Apple, if you want Amazon
    // Pinpoint to communicate with APNs by using an APNs certificate.
    Certificate *string `type:"string"`

    // The default authentication method that you want Amazon Pinpoint to use when
    // authenticating with APNs, key or certificate.
    DefaultAuthenticationMethod *string `type:"string"`

    // Specifies whether to enable the APNs channel for the application.
    Enabled *bool `type:"boolean"`

    // The private key for the APNs client certificate that you want Amazon Pinpoint
    // to use to communicate with APNs.
    PrivateKey *string `type:"string"`

    // The identifier that's assigned to your Apple developer account team. This
    // identifier is used for APNs tokens.
    TeamId *string `type:"string"`

    // The authentication key to use for APNs tokens.
    TokenKey *string `type:"string"`

    // The key identifier that's assigned to your APNs signing key, if you want
    // Amazon Pinpoint to communicate with APNs by using APNs tokens.
    TokenKeyId *string `type:"string"`
    // contains filtered or unexported fields
}

Specifies the status and settings of the APNs (Apple Push Notification service) channel for an application.

func (APNSChannelRequest) GoString

func (s APNSChannelRequest) GoString() string

GoString returns the string representation.

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

func (*APNSChannelRequest) SetBundleId

func (s *APNSChannelRequest) SetBundleId(v string) *APNSChannelRequest

SetBundleId sets the BundleId field's value.

func (*APNSChannelRequest) SetCertificate

func (s *APNSChannelRequest) SetCertificate(v string) *APNSChannelRequest

SetCertificate sets the Certificate field's value.

func (*APNSChannelRequest) SetDefaultAuthenticationMethod

func (s *APNSChannelRequest) SetDefaultAuthenticationMethod(v string) *APNSChannelRequest

SetDefaultAuthenticationMethod sets the DefaultAuthenticationMethod field's value.

func (*APNSChannelRequest) SetEnabled

func (s *APNSChannelRequest) SetEnabled(v bool) *APNSChannelRequest

SetEnabled sets the Enabled field's value.

func (*APNSChannelRequest) SetPrivateKey

func (s *APNSChannelRequest) SetPrivateKey(v string) *APNSChannelRequest

SetPrivateKey sets the PrivateKey field's value.

func (*APNSChannelRequest) SetTeamId

func (s *APNSChannelRequest) SetTeamId(v string) *APNSChannelRequest

SetTeamId sets the TeamId field's value.

func (*APNSChannelRequest) SetTokenKey

func (s *APNSChannelRequest) SetTokenKey(v string) *APNSChannelRequest

SetTokenKey sets the TokenKey field's value.

func (*APNSChannelRequest) SetTokenKeyId

func (s *APNSChannelRequest) SetTokenKeyId(v string) *APNSChannelRequest

SetTokenKeyId sets the TokenKeyId field's value.

func (APNSChannelRequest) String

func (s APNSChannelRequest) String() string

String returns the string representation.

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

type APNSChannelResponse

type APNSChannelResponse struct {

    // The unique identifier for the application that the APNs channel applies to.
    ApplicationId *string `type:"string"`

    // The date and time when the APNs channel was enabled.
    CreationDate *string `type:"string"`

    // The default authentication method that Amazon Pinpoint uses to authenticate
    // with APNs for this channel, key or certificate.
    DefaultAuthenticationMethod *string `type:"string"`

    // Specifies whether the APNs channel is enabled for the application.
    Enabled *bool `type:"boolean"`

    // (Not used) This property is retained only for backward compatibility.
    HasCredential *bool `type:"boolean"`

    // Specifies whether the APNs channel is configured to communicate with APNs
    // by using APNs tokens. To provide an authentication key for APNs tokens, set
    // the TokenKey property of the channel.
    HasTokenKey *bool `type:"boolean"`

    // (Deprecated) An identifier for the APNs channel. This property is retained
    // only for backward compatibility.
    Id *string `type:"string"`

    // Specifies whether the APNs channel is archived.
    IsArchived *bool `type:"boolean"`

    // The user who last modified the APNs channel.
    LastModifiedBy *string `type:"string"`

    // The date and time when the APNs channel was last modified.
    LastModifiedDate *string `type:"string"`

    // The type of messaging or notification platform for the channel. For the APNs
    // channel, this value is APNS.
    //
    // Platform is a required field
    Platform *string `type:"string" required:"true"`

    // The current version of the APNs channel.
    Version *int64 `type:"integer"`
    // contains filtered or unexported fields
}

Provides information about the status and settings of the APNs (Apple Push Notification service) channel for an application.

func (APNSChannelResponse) GoString

func (s APNSChannelResponse) GoString() string

GoString returns the string representation.

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

func (*APNSChannelResponse) SetApplicationId

func (s *APNSChannelResponse) SetApplicationId(v string) *APNSChannelResponse

SetApplicationId sets the ApplicationId field's value.

func (*APNSChannelResponse) SetCreationDate

func (s *APNSChannelResponse) SetCreationDate(v string) *APNSChannelResponse

SetCreationDate sets the CreationDate field's value.

func (*APNSChannelResponse) SetDefaultAuthenticationMethod

func (s *APNSChannelResponse) SetDefaultAuthenticationMethod(v string) *APNSChannelResponse

SetDefaultAuthenticationMethod sets the DefaultAuthenticationMethod field's value.

func (*APNSChannelResponse) SetEnabled

func (s *APNSChannelResponse) SetEnabled(v bool) *APNSChannelResponse

SetEnabled sets the Enabled field's value.

func (*APNSChannelResponse) SetHasCredential

func (s *APNSChannelResponse) SetHasCredential(v bool) *APNSChannelResponse

SetHasCredential sets the HasCredential field's value.

func (*APNSChannelResponse) SetHasTokenKey

func (s *APNSChannelResponse) SetHasTokenKey(v bool) *APNSChannelResponse

SetHasTokenKey sets the HasTokenKey field's value.

func (*APNSChannelResponse) SetId

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

SetId sets the Id field's value.

func (*APNSChannelResponse) SetIsArchived

func (s *APNSChannelResponse) SetIsArchived(v bool) *APNSChannelResponse

SetIsArchived sets the IsArchived field's value.

func (*APNSChannelResponse) SetLastModifiedBy

func (s *APNSChannelResponse) SetLastModifiedBy(v string) *APNSChannelResponse

SetLastModifiedBy sets the LastModifiedBy field's value.

func (*APNSChannelResponse) SetLastModifiedDate

func (s *APNSChannelResponse) SetLastModifiedDate(v string) *APNSChannelResponse

SetLastModifiedDate sets the LastModifiedDate field's value.

func (*APNSChannelResponse) SetPlatform

func (s *APNSChannelResponse) SetPlatform(v string) *APNSChannelResponse

SetPlatform sets the Platform field's value.

func (*APNSChannelResponse) SetVersion

func (s *APNSChannelResponse) SetVersion(v int64) *APNSChannelResponse

SetVersion sets the Version field's value.

func (APNSChannelResponse) String

func (s APNSChannelResponse) String() string

String returns the string representation.

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

type APNSMessage

type APNSMessage struct {

    // The type of push notification to send. Valid values are:
    //
    //    * alert - For a standard notification that's displayed on recipients'
    //    devices and prompts a recipient to interact with the notification.
    //
    //    * background - For a silent notification that delivers content in the
    //    background and isn't displayed on recipients' devices.
    //
    //    * complication - For a notification that contains update information for
    //    an app’s complication timeline.
    //
    //    * fileprovider - For a notification that signals changes to a File Provider
    //    extension.
    //
    //    * mdm - For a notification that tells managed devices to contact the MDM
    //    server.
    //
    //    * voip - For a notification that provides information about an incoming
    //    VoIP call.
    //
    // Amazon Pinpoint specifies this value in the apns-push-type request header
    // when it sends the notification message to APNs. If you don't specify a value
    // for this property, Amazon Pinpoint sets the value to alert or background
    // automatically, based on the value that you specify for the SilentPush or
    // RawContent property of the message.
    //
    // For more information about the apns-push-type request header, see Sending
    // Notification Requests to APNs (https://developer.apple.com/documentation/usernotifications/setting_up_a_remote_notification_server/sending_notification_requests_to_apns)
    // on the Apple Developer website.
    APNSPushType *string `type:"string"`

    // The action to occur if the recipient taps the push notification. Valid values
    // are:
    //
    //    * OPEN_APP - Your app opens or it becomes the foreground app if it was
    //    sent to the background. This is the default action.
    //
    //    * DEEP_LINK - Your app opens and displays a designated user interface
    //    in the app. This setting uses the deep-linking features of the iOS platform.
    //
    //    * URL - The default mobile browser on the recipient's device opens and
    //    loads the web page at a URL that you specify.
    Action *string `type:"string" enum:"Action"`

    // The key that indicates whether and how to modify the badge of your app's
    // icon when the recipient receives the push notification. If this key isn't
    // included in the dictionary, the badge doesn't change. To remove the badge,
    // set this value to 0.
    Badge *int64 `type:"integer"`

    // The body of the notification message.
    Body *string `type:"string"`

    // The key that indicates the notification type for the push notification. This
    // key is a value that's defined by the identifier property of one of your app's
    // registered categories.
    Category *string `type:"string"`

    // An arbitrary identifier that, if assigned to multiple messages, APNs uses
    // to coalesce the messages into a single push notification instead of delivering
    // each message individually. This value can't exceed 64 bytes.
    //
    // Amazon Pinpoint specifies this value in the apns-collapse-id request header
    // when it sends the notification message to APNs.
    CollapseId *string `type:"string"`

    // The JSON payload to use for a silent push notification. This payload is added
    // to the data.pinpoint.jsonBody object of the notification.
    Data map[string]*string `type:"map"`

    // The URL of an image or video to display in the push notification.
    MediaUrl *string `type:"string"`

    // The authentication method that you want Amazon Pinpoint to use when authenticating
    // with APNs, CERTIFICATE or TOKEN.
    PreferredAuthenticationMethod *string `type:"string"`

    // para>5 - Low priority, the notification might be delayed, delivered as part
    // of a group, or throttled.
    // /listitem>
    // 10 - High priority, the notification is sent immediately. This is the default
    // value. A high priority notification should trigger an alert, play a sound,
    // or badge your app's icon on the recipient's device.
    // /para>
    // Amazon Pinpoint specifies this value in the apns-priority request header
    // when it sends the notification message to APNs.
    //
    // The equivalent values for Firebase Cloud Messaging (FCM), formerly Google
    // Cloud Messaging (GCM), are normal, for 5, and high, for 10. If you specify
    // an FCM value for this property, Amazon Pinpoint accepts and converts the
    // value to the corresponding APNs value.
    Priority *string `type:"string"`

    // The raw, JSON-formatted string to use as the payload for the notification
    // message. If specified, this value overrides all other content for the message.
    //
    // If you specify the raw content of an APNs push notification, the message
    // payload has to include the content-available key. The value of the content-available
    // key has to be an integer, and can only be 0 or 1. If you're sending a standard
    // notification, set the value of content-available to 0. If you're sending
    // a silent (background) notification, set the value of content-available to
    // 1. Additionally, silent notification payloads can't include the alert, badge,
    // or sound keys. For more information, see Generating a Remote Notification
    // (https://developer.apple.com/documentation/usernotifications/setting_up_a_remote_notification_server/generating_a_remote_notification)
    // and Pushing Background Updates to Your App (https://developer.apple.com/documentation/usernotifications/setting_up_a_remote_notification_server/pushing_background_updates_to_your_app)
    // on the Apple Developer website.
    RawContent *string `type:"string"`

    // Specifies whether the notification is a silent push notification. A silent
    // (or background) push notification isn't displayed on recipients' devices.
    // You can use silent push notifications to make small updates to your app,
    // or to display messages in an in-app message center.
    //
    // Amazon Pinpoint uses this property to determine the correct value for the
    // apns-push-type request header when it sends the notification message to APNs.
    // If you specify a value of true for this property, Amazon Pinpoint sets the
    // value for the apns-push-type header field to background.
    //
    // If you specify the raw content of an APNs push notification, the message
    // payload has to include the content-available key. For silent (background)
    // notifications, set the value of content-available to 1. Additionally, the
    // message payload for a silent notification can't include the alert, badge,
    // or sound keys. For more information, see Generating a Remote Notification
    // (https://developer.apple.com/documentation/usernotifications/setting_up_a_remote_notification_server/generating_a_remote_notification)
    // and Pushing Background Updates to Your App (https://developer.apple.com/documentation/usernotifications/setting_up_a_remote_notification_server/pushing_background_updates_to_your_app)
    // on the Apple Developer website.
    //
    // Apple has indicated that they will throttle "excessive" background notifications
    // based on current traffic volumes. To prevent your notifications being throttled,
    // Apple recommends that you send no more than 3 silent push notifications to
    // each recipient per hour.
    SilentPush *bool `type:"boolean"`

    // The key for the sound to play when the recipient receives the push notification.
    // The value for this key is the name of a sound file in your app's main bundle
    // or the Library/Sounds folder in your app's data container. If the sound file
    // can't be found or you specify default for the value, the system plays the
    // default alert sound.
    Sound *string `type:"string"`

    // The default message variables to use in the notification message. You can
    // override these default variables with individual address variables.
    Substitutions map[string][]*string `type:"map"`

    // The key that represents your app-specific identifier for grouping notifications.
    // If you provide a Notification Content app extension, you can use this value
    // to group your notifications together.
    ThreadId *string `type:"string"`

    // The amount of time, in seconds, that APNs should store and attempt to deliver
    // the push notification, if the service is unable to deliver the notification
    // the first time. If this value is 0, APNs treats the notification as if it
    // expires immediately and the service doesn't store or try to deliver the notification
    // again.
    //
    // Amazon Pinpoint specifies this value in the apns-expiration request header
    // when it sends the notification message to APNs.
    TimeToLive *int64 `type:"integer"`

    // The title to display above the notification message on the recipient's device.
    Title *string `type:"string"`

    // The URL to open in the recipient's default mobile browser, if a recipient
    // taps the push notification and the value of the Action property is URL.
    Url *string `type:"string"`
    // contains filtered or unexported fields
}

Specifies the settings for a one-time message that's sent directly to an endpoint through the APNs (Apple Push Notification service) channel.

func (APNSMessage) GoString

func (s APNSMessage) GoString() string

GoString returns the string representation.

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

func (*APNSMessage) SetAPNSPushType

func (s *APNSMessage) SetAPNSPushType(v string) *APNSMessage

SetAPNSPushType sets the APNSPushType field's value.

func (*APNSMessage) SetAction

func (s *APNSMessage) SetAction(v string) *APNSMessage

SetAction sets the Action field's value.

func (*APNSMessage) SetBadge

func (s *APNSMessage) SetBadge(v int64) *APNSMessage

SetBadge sets the Badge field's value.

func (*APNSMessage) SetBody

func (s *APNSMessage) SetBody(v string) *APNSMessage

SetBody sets the Body field's value.

func (*APNSMessage) SetCategory

func (s *APNSMessage) SetCategory(v string) *APNSMessage

SetCategory sets the Category field's value.

func (*APNSMessage) SetCollapseId

func (s *APNSMessage) SetCollapseId(v string) *APNSMessage

SetCollapseId sets the CollapseId field's value.

func (*APNSMessage) SetData

func (s *APNSMessage) SetData(v map[string]*string) *APNSMessage

SetData sets the Data field's value.

func (*APNSMessage) SetMediaUrl

func (s *APNSMessage) SetMediaUrl(v string) *APNSMessage

SetMediaUrl sets the MediaUrl field's value.

func (*APNSMessage) SetPreferredAuthenticationMethod

func (s *APNSMessage) SetPreferredAuthenticationMethod(v string) *APNSMessage

SetPreferredAuthenticationMethod sets the PreferredAuthenticationMethod field's value.

func (*APNSMessage) SetPriority

func (s *APNSMessage) SetPriority(v string) *APNSMessage

SetPriority sets the Priority field's value.

func (*APNSMessage) SetRawContent

func (s *APNSMessage) SetRawContent(v string) *APNSMessage

SetRawContent sets the RawContent field's value.

func (*APNSMessage) SetSilentPush

func (s *APNSMessage) SetSilentPush(v bool) *APNSMessage

SetSilentPush sets the SilentPush field's value.

func (*APNSMessage) SetSound

func (s *APNSMessage) SetSound(v string) *APNSMessage

SetSound sets the Sound field's value.

func (*APNSMessage) SetSubstitutions

func (s *APNSMessage) SetSubstitutions(v map[string][]*string) *APNSMessage

SetSubstitutions sets the Substitutions field's value.

func (*APNSMessage) SetThreadId

func (s *APNSMessage) SetThreadId(v string) *APNSMessage

SetThreadId sets the ThreadId field's value.

func (*APNSMessage) SetTimeToLive

func (s *APNSMessage) SetTimeToLive(v int64) *APNSMessage

SetTimeToLive sets the TimeToLive field's value.

func (*APNSMessage) SetTitle

func (s *APNSMessage) SetTitle(v string) *APNSMessage

SetTitle sets the Title field's value.

func (*APNSMessage) SetUrl

func (s *APNSMessage) SetUrl(v string) *APNSMessage

SetUrl sets the Url field's value.

func (APNSMessage) String

func (s APNSMessage) String() string

String returns the string representation.

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

type APNSPushNotificationTemplate

type APNSPushNotificationTemplate struct {

    // The action to occur if a recipient taps a push notification that's based
    // on the message template. Valid values are:
    //
    //    * OPEN_APP - Your app opens or it becomes the foreground app if it was
    //    sent to the background. This is the default action.
    //
    //    * DEEP_LINK - Your app opens and displays a designated user interface
    //    in the app. This setting uses the deep-linking features of the iOS platform.
    //
    //    * URL - The default mobile browser on the recipient's device opens and
    //    loads the web page at a URL that you specify.
    Action *string `type:"string" enum:"Action"`

    // The message body to use in push notifications that are based on the message
    // template.
    Body *string `type:"string"`

    // The URL of an image or video to display in push notifications that are based
    // on the message template.
    MediaUrl *string `type:"string"`

    // The raw, JSON-formatted string to use as the payload for push notifications
    // that are based on the message template. If specified, this value overrides
    // all other content for the message template.
    RawContent *string `type:"string"`

    // The key for the sound to play when the recipient receives a push notification
    // that's based on the message template. The value for this key is the name
    // of a sound file in your app's main bundle or the Library/Sounds folder in
    // your app's data container. If the sound file can't be found or you specify
    // default for the value, the system plays the default alert sound.
    Sound *string `type:"string"`

    // The title to use in push notifications that are based on the message template.
    // This title appears above the notification message on a recipient's device.
    Title *string `type:"string"`

    // The URL to open in the recipient's default mobile browser, if a recipient
    // taps a push notification that's based on the message template and the value
    // of the Action property is URL.
    Url *string `type:"string"`
    // contains filtered or unexported fields
}

Specifies channel-specific content and settings for a message template that can be used in push notifications that are sent through the APNs (Apple Push Notification service) channel.

func (APNSPushNotificationTemplate) GoString

func (s APNSPushNotificationTemplate) GoString() string

GoString returns the string representation.

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

func (*APNSPushNotificationTemplate) SetAction

func (s *APNSPushNotificationTemplate) SetAction(v string) *APNSPushNotificationTemplate

SetAction sets the Action field's value.

func (*APNSPushNotificationTemplate) SetBody

func (s *APNSPushNotificationTemplate) SetBody(v string) *APNSPushNotificationTemplate

SetBody sets the Body field's value.

func (*APNSPushNotificationTemplate) SetMediaUrl

func (s *APNSPushNotificationTemplate) SetMediaUrl(v string) *APNSPushNotificationTemplate

SetMediaUrl sets the MediaUrl field's value.

func (*APNSPushNotificationTemplate) SetRawContent

func (s *APNSPushNotificationTemplate) SetRawContent(v string) *APNSPushNotificationTemplate

SetRawContent sets the RawContent field's value.

func (*APNSPushNotificationTemplate) SetSound

func (s *APNSPushNotificationTemplate) SetSound(v string) *APNSPushNotificationTemplate

SetSound sets the Sound field's value.

func (*APNSPushNotificationTemplate) SetTitle

func (s *APNSPushNotificationTemplate) SetTitle(v string) *APNSPushNotificationTemplate

SetTitle sets the Title field's value.

func (*APNSPushNotificationTemplate) SetUrl

func (s *APNSPushNotificationTemplate) SetUrl(v string) *APNSPushNotificationTemplate

SetUrl sets the Url field's value.

func (APNSPushNotificationTemplate) String

func (s APNSPushNotificationTemplate) String() string

String returns the string representation.

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

type APNSSandboxChannelRequest

type APNSSandboxChannelRequest struct {

    // The bundle identifier that's assigned to your iOS app. This identifier is
    // used for APNs tokens.
    BundleId *string `type:"string"`

    // The APNs client certificate that you received from Apple, if you want Amazon
    // Pinpoint to communicate with the APNs sandbox environment by using an APNs
    // certificate.
    Certificate *string `type:"string"`

    // The default authentication method that you want Amazon Pinpoint to use when
    // authenticating with the APNs sandbox environment, key or certificate.
    DefaultAuthenticationMethod *string `type:"string"`

    // Specifies whether to enable the APNs sandbox channel for the application.
    Enabled *bool `type:"boolean"`

    // The private key for the APNs client certificate that you want Amazon Pinpoint
    // to use to communicate with the APNs sandbox environment.
    PrivateKey *string `type:"string"`

    // The identifier that's assigned to your Apple developer account team. This
    // identifier is used for APNs tokens.
    TeamId *string `type:"string"`

    // The authentication key to use for APNs tokens.
    TokenKey *string `type:"string"`

    // The key identifier that's assigned to your APNs signing key, if you want
    // Amazon Pinpoint to communicate with the APNs sandbox environment by using
    // APNs tokens.
    TokenKeyId *string `type:"string"`
    // contains filtered or unexported fields
}

Specifies the status and settings of the APNs (Apple Push Notification service) sandbox channel for an application.

func (APNSSandboxChannelRequest) GoString

func (s APNSSandboxChannelRequest) GoString() string

GoString returns the string representation.

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

func (*APNSSandboxChannelRequest) SetBundleId

func (s *APNSSandboxChannelRequest) SetBundleId(v string) *APNSSandboxChannelRequest

SetBundleId sets the BundleId field's value.

func (*APNSSandboxChannelRequest) SetCertificate

func (s *APNSSandboxChannelRequest) SetCertificate(v string) *APNSSandboxChannelRequest

SetCertificate sets the Certificate field's value.

func (*APNSSandboxChannelRequest) SetDefaultAuthenticationMethod

func (s *APNSSandboxChannelRequest) SetDefaultAuthenticationMethod(v string) *APNSSandboxChannelRequest

SetDefaultAuthenticationMethod sets the DefaultAuthenticationMethod field's value.

func (*APNSSandboxChannelRequest) SetEnabled

func (s *APNSSandboxChannelRequest) SetEnabled(v bool) *APNSSandboxChannelRequest

SetEnabled sets the Enabled field's value.

func (*APNSSandboxChannelRequest) SetPrivateKey

func (s *APNSSandboxChannelRequest) SetPrivateKey(v string) *APNSSandboxChannelRequest

SetPrivateKey sets the PrivateKey field's value.

func (*APNSSandboxChannelRequest) SetTeamId

func (s *APNSSandboxChannelRequest) SetTeamId(v string) *APNSSandboxChannelRequest

SetTeamId sets the TeamId field's value.

func (*APNSSandboxChannelRequest) SetTokenKey

func (s *APNSSandboxChannelRequest) SetTokenKey(v string) *APNSSandboxChannelRequest

SetTokenKey sets the TokenKey field's value.

func (*APNSSandboxChannelRequest) SetTokenKeyId

func (s *APNSSandboxChannelRequest) SetTokenKeyId(v string) *APNSSandboxChannelRequest

SetTokenKeyId sets the TokenKeyId field's value.

func (APNSSandboxChannelRequest) String

func (s APNSSandboxChannelRequest) String() string

String returns the string representation.

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

type APNSSandboxChannelResponse

type APNSSandboxChannelResponse struct {

    // The unique identifier for the application that the APNs sandbox channel applies
    // to.
    ApplicationId *string `type:"string"`

    // The date and time when the APNs sandbox channel was enabled.
    CreationDate *string `type:"string"`

    // The default authentication method that Amazon Pinpoint uses to authenticate
    // with the APNs sandbox environment for this channel, key or certificate.
    DefaultAuthenticationMethod *string `type:"string"`

    // Specifies whether the APNs sandbox channel is enabled for the application.
    Enabled *bool `type:"boolean"`

    // (Not used) This property is retained only for backward compatibility.
    HasCredential *bool `type:"boolean"`

    // Specifies whether the APNs sandbox channel is configured to communicate with
    // APNs by using APNs tokens. To provide an authentication key for APNs tokens,
    // set the TokenKey property of the channel.
    HasTokenKey *bool `type:"boolean"`

    // (Deprecated) An identifier for the APNs sandbox channel. This property is
    // retained only for backward compatibility.
    Id *string `type:"string"`

    // Specifies whether the APNs sandbox channel is archived.
    IsArchived *bool `type:"boolean"`

    // The user who last modified the APNs sandbox channel.
    LastModifiedBy *string `type:"string"`

    // The date and time when the APNs sandbox channel was last modified.
    LastModifiedDate *string `type:"string"`

    // The type of messaging or notification platform for the channel. For the APNs
    // sandbox channel, this value is APNS_SANDBOX.
    //
    // Platform is a required field
    Platform *string `type:"string" required:"true"`

    // The current version of the APNs sandbox channel.
    Version *int64 `type:"integer"`
    // contains filtered or unexported fields
}

Provides information about the status and settings of the APNs (Apple Push Notification service) sandbox channel for an application.

func (APNSSandboxChannelResponse) GoString

func (s APNSSandboxChannelResponse) GoString() string

GoString returns the string representation.

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

func (*APNSSandboxChannelResponse) SetApplicationId

func (s *APNSSandboxChannelResponse) SetApplicationId(v string) *APNSSandboxChannelResponse

SetApplicationId sets the ApplicationId field's value.

func (*APNSSandboxChannelResponse) SetCreationDate

func (s *APNSSandboxChannelResponse) SetCreationDate(v string) *APNSSandboxChannelResponse

SetCreationDate sets the CreationDate field's value.

func (*APNSSandboxChannelResponse) SetDefaultAuthenticationMethod

func (s *APNSSandboxChannelResponse) SetDefaultAuthenticationMethod(v string) *APNSSandboxChannelResponse

SetDefaultAuthenticationMethod sets the DefaultAuthenticationMethod field's value.

func (*APNSSandboxChannelResponse) SetEnabled

func (s *APNSSandboxChannelResponse) SetEnabled(v bool) *APNSSandboxChannelResponse

SetEnabled sets the Enabled field's value.

func (*APNSSandboxChannelResponse) SetHasCredential

func (s *APNSSandboxChannelResponse) SetHasCredential(v bool) *APNSSandboxChannelResponse

SetHasCredential sets the HasCredential field's value.

func (*APNSSandboxChannelResponse) SetHasTokenKey

func (s *APNSSandboxChannelResponse) SetHasTokenKey(v bool) *APNSSandboxChannelResponse

SetHasTokenKey sets the HasTokenKey field's value.

func (*APNSSandboxChannelResponse) SetId

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

SetId sets the Id field's value.

func (*APNSSandboxChannelResponse) SetIsArchived

func (s *APNSSandboxChannelResponse) SetIsArchived(v bool) *APNSSandboxChannelResponse

SetIsArchived sets the IsArchived field's value.

func (*APNSSandboxChannelResponse) SetLastModifiedBy

func (s *APNSSandboxChannelResponse) SetLastModifiedBy(v string) *APNSSandboxChannelResponse

SetLastModifiedBy sets the LastModifiedBy field's value.

func (*APNSSandboxChannelResponse) SetLastModifiedDate

func (s *APNSSandboxChannelResponse) SetLastModifiedDate(v string) *APNSSandboxChannelResponse

SetLastModifiedDate sets the LastModifiedDate field's value.

func (*APNSSandboxChannelResponse) SetPlatform

func (s *APNSSandboxChannelResponse) SetPlatform(v string) *APNSSandboxChannelResponse

SetPlatform sets the Platform field's value.

func (*APNSSandboxChannelResponse) SetVersion

func (s *APNSSandboxChannelResponse) SetVersion(v int64) *APNSSandboxChannelResponse

SetVersion sets the Version field's value.

func (APNSSandboxChannelResponse) String

func (s APNSSandboxChannelResponse) String() string

String returns the string representation.

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

type APNSVoipChannelRequest

type APNSVoipChannelRequest struct {

    // The bundle identifier that's assigned to your iOS app. This identifier is
    // used for APNs tokens.
    BundleId *string `type:"string"`

    // The APNs client certificate that you received from Apple, if you want Amazon
    // Pinpoint to communicate with APNs by using an APNs certificate.
    Certificate *string `type:"string"`

    // The default authentication method that you want Amazon Pinpoint to use when
    // authenticating with APNs, key or certificate.
    DefaultAuthenticationMethod *string `type:"string"`

    // Specifies whether to enable the APNs VoIP channel for the application.
    Enabled *bool `type:"boolean"`

    // The private key for the APNs client certificate that you want Amazon Pinpoint
    // to use to communicate with APNs.
    PrivateKey *string `type:"string"`

    // The identifier that's assigned to your Apple developer account team. This
    // identifier is used for APNs tokens.
    TeamId *string `type:"string"`

    // The authentication key to use for APNs tokens.
    TokenKey *string `type:"string"`

    // The key identifier that's assigned to your APNs signing key, if you want
    // Amazon Pinpoint to communicate with APNs by using APNs tokens.
    TokenKeyId *string `type:"string"`
    // contains filtered or unexported fields
}

Specifies the status and settings of the APNs (Apple Push Notification service) VoIP channel for an application.

func (APNSVoipChannelRequest) GoString

func (s APNSVoipChannelRequest) GoString() string

GoString returns the string representation.

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

func (*APNSVoipChannelRequest) SetBundleId

func (s *APNSVoipChannelRequest) SetBundleId(v string) *APNSVoipChannelRequest

SetBundleId sets the BundleId field's value.

func (*APNSVoipChannelRequest) SetCertificate

func (s *APNSVoipChannelRequest) SetCertificate(v string) *APNSVoipChannelRequest

SetCertificate sets the Certificate field's value.

func (*APNSVoipChannelRequest) SetDefaultAuthenticationMethod

func (s *APNSVoipChannelRequest) SetDefaultAuthenticationMethod(v string) *APNSVoipChannelRequest

SetDefaultAuthenticationMethod sets the DefaultAuthenticationMethod field's value.

func (*APNSVoipChannelRequest) SetEnabled

func (s *APNSVoipChannelRequest) SetEnabled(v bool) *APNSVoipChannelRequest

SetEnabled sets the Enabled field's value.

func (*APNSVoipChannelRequest) SetPrivateKey

func (s *APNSVoipChannelRequest) SetPrivateKey(v string) *APNSVoipChannelRequest

SetPrivateKey sets the PrivateKey field's value.

func (*APNSVoipChannelRequest) SetTeamId

func (s *APNSVoipChannelRequest) SetTeamId(v string) *APNSVoipChannelRequest

SetTeamId sets the TeamId field's value.

func (*APNSVoipChannelRequest) SetTokenKey

func (s *APNSVoipChannelRequest) SetTokenKey(v string) *APNSVoipChannelRequest

SetTokenKey sets the TokenKey field's value.

func (*APNSVoipChannelRequest) SetTokenKeyId

func (s *APNSVoipChannelRequest) SetTokenKeyId(v string) *APNSVoipChannelRequest

SetTokenKeyId sets the TokenKeyId field's value.

func (APNSVoipChannelRequest) String

func (s APNSVoipChannelRequest) String() string

String returns the string representation.

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

type APNSVoipChannelResponse

type APNSVoipChannelResponse struct {

    // The unique identifier for the application that the APNs VoIP channel applies
    // to.
    ApplicationId *string `type:"string"`

    // The date and time when the APNs VoIP channel was enabled.
    CreationDate *string `type:"string"`

    // The default authentication method that Amazon Pinpoint uses to authenticate
    // with APNs for this channel, key or certificate.
    DefaultAuthenticationMethod *string `type:"string"`

    // Specifies whether the APNs VoIP channel is enabled for the application.
    Enabled *bool `type:"boolean"`

    // (Not used) This property is retained only for backward compatibility.
    HasCredential *bool `type:"boolean"`

    // Specifies whether the APNs VoIP channel is configured to communicate with
    // APNs by using APNs tokens. To provide an authentication key for APNs tokens,
    // set the TokenKey property of the channel.
    HasTokenKey *bool `type:"boolean"`

    // (Deprecated) An identifier for the APNs VoIP channel. This property is retained
    // only for backward compatibility.
    Id *string `type:"string"`

    // Specifies whether the APNs VoIP channel is archived.
    IsArchived *bool `type:"boolean"`

    // The user who last modified the APNs VoIP channel.
    LastModifiedBy *string `type:"string"`

    // The date and time when the APNs VoIP channel was last modified.
    LastModifiedDate *string `type:"string"`

    // The type of messaging or notification platform for the channel. For the APNs
    // VoIP channel, this value is APNS_VOIP.
    //
    // Platform is a required field
    Platform *string `type:"string" required:"true"`

    // The current version of the APNs VoIP channel.
    Version *int64 `type:"integer"`
    // contains filtered or unexported fields
}

Provides information about the status and settings of the APNs (Apple Push Notification service) VoIP channel for an application.

func (APNSVoipChannelResponse) GoString

func (s APNSVoipChannelResponse) GoString() string

GoString returns the string representation.

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

func (*APNSVoipChannelResponse) SetApplicationId

func (s *APNSVoipChannelResponse) SetApplicationId(v string) *APNSVoipChannelResponse

SetApplicationId sets the ApplicationId field's value.

func (*APNSVoipChannelResponse) SetCreationDate

func (s *APNSVoipChannelResponse) SetCreationDate(v string) *APNSVoipChannelResponse

SetCreationDate sets the CreationDate field's value.

func (*APNSVoipChannelResponse) SetDefaultAuthenticationMethod

func (s *APNSVoipChannelResponse) SetDefaultAuthenticationMethod(v string) *APNSVoipChannelResponse

SetDefaultAuthenticationMethod sets the DefaultAuthenticationMethod field's value.

func (*APNSVoipChannelResponse) SetEnabled

func (s *APNSVoipChannelResponse) SetEnabled(v bool) *APNSVoipChannelResponse

SetEnabled sets the Enabled field's value.

func (*APNSVoipChannelResponse) SetHasCredential

func (s *APNSVoipChannelResponse) SetHasCredential(v bool) *APNSVoipChannelResponse

SetHasCredential sets the HasCredential field's value.

func (*APNSVoipChannelResponse) SetHasTokenKey

func (s *APNSVoipChannelResponse) SetHasTokenKey(v bool) *APNSVoipChannelResponse

SetHasTokenKey sets the HasTokenKey field's value.

func (*APNSVoipChannelResponse) SetId

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

SetId sets the Id field's value.

func (*APNSVoipChannelResponse) SetIsArchived

func (s *APNSVoipChannelResponse) SetIsArchived(v bool) *APNSVoipChannelResponse

SetIsArchived sets the IsArchived field's value.

func (*APNSVoipChannelResponse) SetLastModifiedBy

func (s *APNSVoipChannelResponse) SetLastModifiedBy(v string) *APNSVoipChannelResponse

SetLastModifiedBy sets the LastModifiedBy field's value.

func (*APNSVoipChannelResponse) SetLastModifiedDate

func (s *APNSVoipChannelResponse) SetLastModifiedDate(v string) *APNSVoipChannelResponse

SetLastModifiedDate sets the LastModifiedDate field's value.

func (*APNSVoipChannelResponse) SetPlatform

func (s *APNSVoipChannelResponse) SetPlatform(v string) *APNSVoipChannelResponse

SetPlatform sets the Platform field's value.

func (*APNSVoipChannelResponse) SetVersion

func (s *APNSVoipChannelResponse) SetVersion(v int64) *APNSVoipChannelResponse

SetVersion sets the Version field's value.

func (APNSVoipChannelResponse) String

func (s APNSVoipChannelResponse) String() string

String returns the string representation.

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

type APNSVoipSandboxChannelRequest

type APNSVoipSandboxChannelRequest struct {

    // The bundle identifier that's assigned to your iOS app. This identifier is
    // used for APNs tokens.
    BundleId *string `type:"string"`

    // The APNs client certificate that you received from Apple, if you want Amazon
    // Pinpoint to communicate with the APNs sandbox environment by using an APNs
    // certificate.
    Certificate *string `type:"string"`

    // The default authentication method that you want Amazon Pinpoint to use when
    // authenticating with the APNs sandbox environment for this channel, key or
    // certificate.
    DefaultAuthenticationMethod *string `type:"string"`

    // Specifies whether the APNs VoIP sandbox channel is enabled for the application.
    Enabled *bool `type:"boolean"`

    // The private key for the APNs client certificate that you want Amazon Pinpoint
    // to use to communicate with the APNs sandbox environment.
    PrivateKey *string `type:"string"`

    // The identifier that's assigned to your Apple developer account team. This
    // identifier is used for APNs tokens.
    TeamId *string `type:"string"`

    // The authentication key to use for APNs tokens.
    TokenKey *string `type:"string"`

    // The key identifier that's assigned to your APNs signing key, if you want
    // Amazon Pinpoint to communicate with the APNs sandbox environment by using
    // APNs tokens.
    TokenKeyId *string `type:"string"`
    // contains filtered or unexported fields
}

Specifies the status and settings of the APNs (Apple Push Notification service) VoIP sandbox channel for an application.

func (APNSVoipSandboxChannelRequest) GoString

func (s APNSVoipSandboxChannelRequest) GoString() string

GoString returns the string representation.

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

func (*APNSVoipSandboxChannelRequest) SetBundleId

func (s *APNSVoipSandboxChannelRequest) SetBundleId(v string) *APNSVoipSandboxChannelRequest

SetBundleId sets the BundleId field's value.

func (*APNSVoipSandboxChannelRequest) SetCertificate

func (s *APNSVoipSandboxChannelRequest) SetCertificate(v string) *APNSVoipSandboxChannelRequest

SetCertificate sets the Certificate field's value.

func (*APNSVoipSandboxChannelRequest) SetDefaultAuthenticationMethod

func (s *APNSVoipSandboxChannelRequest) SetDefaultAuthenticationMethod(v string) *APNSVoipSandboxChannelRequest

SetDefaultAuthenticationMethod sets the DefaultAuthenticationMethod field's value.

func (*APNSVoipSandboxChannelRequest) SetEnabled

func (s *APNSVoipSandboxChannelRequest) SetEnabled(v bool) *APNSVoipSandboxChannelRequest

SetEnabled sets the Enabled field's value.

func (*APNSVoipSandboxChannelRequest) SetPrivateKey

func (s *APNSVoipSandboxChannelRequest) SetPrivateKey(v string) *APNSVoipSandboxChannelRequest

SetPrivateKey sets the PrivateKey field's value.

func (*APNSVoipSandboxChannelRequest) SetTeamId

func (s *APNSVoipSandboxChannelRequest) SetTeamId(v string) *APNSVoipSandboxChannelRequest

SetTeamId sets the TeamId field's value.

func (*APNSVoipSandboxChannelRequest) SetTokenKey

func (s *APNSVoipSandboxChannelRequest) SetTokenKey(v string) *APNSVoipSandboxChannelRequest

SetTokenKey sets the TokenKey field's value.

func (*APNSVoipSandboxChannelRequest) SetTokenKeyId

func (s *APNSVoipSandboxChannelRequest) SetTokenKeyId(v string) *APNSVoipSandboxChannelRequest

SetTokenKeyId sets the TokenKeyId field's value.

func (APNSVoipSandboxChannelRequest) String

func (s APNSVoipSandboxChannelRequest) String() string

String returns the string representation.

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

type APNSVoipSandboxChannelResponse

type APNSVoipSandboxChannelResponse struct {

    // The unique identifier for the application that the APNs VoIP sandbox channel
    // applies to.
    ApplicationId *string `type:"string"`

    // The date and time when the APNs VoIP sandbox channel was enabled.
    CreationDate *string `type:"string"`

    // The default authentication method that Amazon Pinpoint uses to authenticate
    // with the APNs sandbox environment for this channel, key or certificate.
    DefaultAuthenticationMethod *string `type:"string"`

    // Specifies whether the APNs VoIP sandbox channel is enabled for the application.
    Enabled *bool `type:"boolean"`

    // (Not used) This property is retained only for backward compatibility.
    HasCredential *bool `type:"boolean"`

    // Specifies whether the APNs VoIP sandbox channel is configured to communicate
    // with APNs by using APNs tokens. To provide an authentication key for APNs
    // tokens, set the TokenKey property of the channel.
    HasTokenKey *bool `type:"boolean"`

    // (Deprecated) An identifier for the APNs VoIP sandbox channel. This property
    // is retained only for backward compatibility.
    Id *string `type:"string"`

    // Specifies whether the APNs VoIP sandbox channel is archived.
    IsArchived *bool `type:"boolean"`

    // The user who last modified the APNs VoIP sandbox channel.
    LastModifiedBy *string `type:"string"`

    // The date and time when the APNs VoIP sandbox channel was last modified.
    LastModifiedDate *string `type:"string"`

    // The type of messaging or notification platform for the channel. For the APNs
    // VoIP sandbox channel, this value is APNS_VOIP_SANDBOX.
    //
    // Platform is a required field
    Platform *string `type:"string" required:"true"`

    // The current version of the APNs VoIP sandbox channel.
    Version *int64 `type:"integer"`
    // contains filtered or unexported fields
}

Provides information about the status and settings of the APNs (Apple Push Notification service) VoIP sandbox channel for an application.

func (APNSVoipSandboxChannelResponse) GoString

func (s APNSVoipSandboxChannelResponse) GoString() string

GoString returns the string representation.

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

func (*APNSVoipSandboxChannelResponse) SetApplicationId

func (s *APNSVoipSandboxChannelResponse) SetApplicationId(v string) *APNSVoipSandboxChannelResponse

SetApplicationId sets the ApplicationId field's value.

func (*APNSVoipSandboxChannelResponse) SetCreationDate

func (s *APNSVoipSandboxChannelResponse) SetCreationDate(v string) *APNSVoipSandboxChannelResponse

SetCreationDate sets the CreationDate field's value.

func (*APNSVoipSandboxChannelResponse) SetDefaultAuthenticationMethod

func (s *APNSVoipSandboxChannelResponse) SetDefaultAuthenticationMethod(v string) *APNSVoipSandboxChannelResponse

SetDefaultAuthenticationMethod sets the DefaultAuthenticationMethod field's value.

func (*APNSVoipSandboxChannelResponse) SetEnabled

func (s *APNSVoipSandboxChannelResponse) SetEnabled(v bool) *APNSVoipSandboxChannelResponse

SetEnabled sets the Enabled field's value.

func (*APNSVoipSandboxChannelResponse) SetHasCredential

func (s *APNSVoipSandboxChannelResponse) SetHasCredential(v bool) *APNSVoipSandboxChannelResponse

SetHasCredential sets the HasCredential field's value.

func (*APNSVoipSandboxChannelResponse) SetHasTokenKey

func (s *APNSVoipSandboxChannelResponse) SetHasTokenKey(v bool) *APNSVoipSandboxChannelResponse

SetHasTokenKey sets the HasTokenKey field's value.

func (*APNSVoipSandboxChannelResponse) SetId

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

SetId sets the Id field's value.

func (*APNSVoipSandboxChannelResponse) SetIsArchived

func (s *APNSVoipSandboxChannelResponse) SetIsArchived(v bool) *APNSVoipSandboxChannelResponse

SetIsArchived sets the IsArchived field's value.

func (*APNSVoipSandboxChannelResponse) SetLastModifiedBy

func (s *APNSVoipSandboxChannelResponse) SetLastModifiedBy(v string) *APNSVoipSandboxChannelResponse

SetLastModifiedBy sets the LastModifiedBy field's value.

func (*APNSVoipSandboxChannelResponse) SetLastModifiedDate

func (s *APNSVoipSandboxChannelResponse) SetLastModifiedDate(v string) *APNSVoipSandboxChannelResponse

SetLastModifiedDate sets the LastModifiedDate field's value.

func (*APNSVoipSandboxChannelResponse) SetPlatform

func (s *APNSVoipSandboxChannelResponse) SetPlatform(v string) *APNSVoipSandboxChannelResponse

SetPlatform sets the Platform field's value.

func (*APNSVoipSandboxChannelResponse) SetVersion

func (s *APNSVoipSandboxChannelResponse) SetVersion(v int64) *APNSVoipSandboxChannelResponse

SetVersion sets the Version field's value.

func (APNSVoipSandboxChannelResponse) String

func (s APNSVoipSandboxChannelResponse) String() string

String returns the string representation.

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

type ActivitiesResponse

type ActivitiesResponse struct {

    // An array of responses, one for each activity that was performed by the campaign.
    //
    // Item is a required field
    Item []*ActivityResponse `type:"list" required:"true"`

    // The string to use in a subsequent request to get the next page of results
    // in a paginated response. This value is null if there are no additional pages.
    NextToken *string `type:"string"`
    // contains filtered or unexported fields
}

Provides information about the activities that were performed by a campaign.

func (ActivitiesResponse) GoString

func (s ActivitiesResponse) GoString() string

GoString returns the string representation.

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

func (*ActivitiesResponse) SetItem

func (s *ActivitiesResponse) SetItem(v []*ActivityResponse) *ActivitiesResponse

SetItem sets the Item field's value.

func (*ActivitiesResponse) SetNextToken

func (s *ActivitiesResponse) SetNextToken(v string) *ActivitiesResponse

SetNextToken sets the NextToken field's value.

func (ActivitiesResponse) String

func (s ActivitiesResponse) String() string

String returns the string representation.

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

type Activity

type Activity struct {

    // The settings for a custom message activity. This type of activity calls an
    // AWS Lambda function or web hook that sends messages to participants.
    CUSTOM *CustomMessageActivity `type:"structure"`

    // The settings for a yes/no split activity. This type of activity sends participants
    // down one of two paths in a journey, based on conditions that you specify.
    ConditionalSplit *ConditionalSplitActivity `type:"structure"`

    // The settings for a connect activity. This type of activity initiates a contact
    // center call to participants.
    ContactCenter *ContactCenterActivity `type:"structure"`

    // The custom description of the activity.
    Description *string `type:"string"`

    // The settings for an email activity. This type of activity sends an email
    // message to participants.
    EMAIL *EmailMessageActivity `type:"structure"`

    // The settings for a holdout activity. This type of activity stops a journey
    // for a specified percentage of participants.
    Holdout *HoldoutActivity `type:"structure"`

    // The settings for a multivariate split activity. This type of activity sends
    // participants down one of as many as five paths (including a default Else
    // path) in a journey, based on conditions that you specify.
    MultiCondition *MultiConditionalSplitActivity `type:"structure"`

    // The settings for a push notification activity. This type of activity sends
    // a push notification to participants.
    PUSH *PushMessageActivity `type:"structure"`

    // The settings for a random split activity. This type of activity randomly
    // sends specified percentages of participants down one of as many as five paths
    // in a journey, based on conditions that you specify.
    RandomSplit *RandomSplitActivity `type:"structure"`

    // The settings for an SMS activity. This type of activity sends a text message
    // to participants.
    SMS *SMSMessageActivity `type:"structure"`

    // The settings for a wait activity. This type of activity waits for a certain
    // amount of time or until a specific date and time before moving participants
    // to the next activity in a journey.
    Wait *WaitActivity `type:"structure"`
    // contains filtered or unexported fields
}

Specifies the configuration and other settings for an activity in a journey.

func (Activity) GoString

func (s Activity) GoString() string

GoString returns the string representation.

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

func (*Activity) SetCUSTOM

func (s *Activity) SetCUSTOM(v *CustomMessageActivity) *Activity

SetCUSTOM sets the CUSTOM field's value.

func (*Activity) SetConditionalSplit

func (s *Activity) SetConditionalSplit(v *ConditionalSplitActivity) *Activity

SetConditionalSplit sets the ConditionalSplit field's value.

func (*Activity) SetContactCenter

func (s *Activity) SetContactCenter(v *ContactCenterActivity) *Activity

SetContactCenter sets the ContactCenter field's value.

func (*Activity) SetDescription

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

SetDescription sets the Description field's value.

func (*Activity) SetEMAIL

func (s *Activity) SetEMAIL(v *EmailMessageActivity) *Activity

SetEMAIL sets the EMAIL field's value.

func (*Activity) SetHoldout

func (s *Activity) SetHoldout(v *HoldoutActivity) *Activity

SetHoldout sets the Holdout field's value.

func (*Activity) SetMultiCondition

func (s *Activity) SetMultiCondition(v *MultiConditionalSplitActivity) *Activity

SetMultiCondition sets the MultiCondition field's value.

func (*Activity) SetPUSH

func (s *Activity) SetPUSH(v *PushMessageActivity) *Activity

SetPUSH sets the PUSH field's value.

func (*Activity) SetRandomSplit

func (s *Activity) SetRandomSplit(v *RandomSplitActivity) *Activity

SetRandomSplit sets the RandomSplit field's value.

func (*Activity) SetSMS

func (s *Activity) SetSMS(v *SMSMessageActivity) *Activity

SetSMS sets the SMS field's value.

func (*Activity) SetWait

func (s *Activity) SetWait(v *WaitActivity) *Activity

SetWait sets the Wait field's value.

func (Activity) String

func (s Activity) String() string

String returns the string representation.

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

func (*Activity) Validate

func (s *Activity) Validate() error

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

type ActivityResponse

type ActivityResponse struct {

    // The unique identifier for the application that the campaign applies to.
    //
    // ApplicationId is a required field
    ApplicationId *string `type:"string" required:"true"`

    // The unique identifier for the campaign that the activity applies to.
    //
    // CampaignId is a required field
    CampaignId *string `type:"string" required:"true"`

    // The actual time, in ISO 8601 format, when the activity was marked CANCELLED
    // or COMPLETED.
    End *string `type:"string"`

    // A JSON object that contains metrics relating to the campaign execution for
    // this campaign activity. For information about the structure and contents
    // of the results, see Standard Amazon Pinpoint analytics metrics (https://docs.aws.amazon.com//pinpoint/latest/developerguide/analytics-standard-metrics.html)
    // in the Amazon Pinpoint Developer Guide.
    ExecutionMetrics map[string]*string `type:"map"`

    // The unique identifier for the activity.
    //
    // Id is a required field
    Id *string `type:"string" required:"true"`

    // Specifies whether the activity succeeded. Possible values are SUCCESS and
    // FAIL.
    Result *string `type:"string"`

    // The scheduled start time, in ISO 8601 format, for the activity.
    ScheduledStart *string `type:"string"`

    // The actual start time, in ISO 8601 format, of the activity.
    Start *string `type:"string"`

    // The current status of the activity. Possible values are: PENDING, INITIALIZING,
    // RUNNING, PAUSED, CANCELLED, and COMPLETED.
    State *string `type:"string"`

    // The total number of endpoints that the campaign successfully delivered messages
    // to.
    SuccessfulEndpointCount *int64 `type:"integer"`

    // The total number of time zones that were completed.
    TimezonesCompletedCount *int64 `type:"integer"`

    // The total number of unique time zones that are in the segment for the campaign.
    TimezonesTotalCount *int64 `type:"integer"`

    // The total number of endpoints that the campaign attempted to deliver messages
    // to.
    TotalEndpointCount *int64 `type:"integer"`

    // The unique identifier for the campaign treatment that the activity applies
    // to. A treatment is a variation of a campaign that's used for A/B testing
    // of a campaign.
    TreatmentId *string `type:"string"`
    // contains filtered or unexported fields
}

Provides information about an activity that was performed by a campaign.

func (ActivityResponse) GoString

func (s ActivityResponse) GoString() string

GoString returns the string representation.

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

func (*ActivityResponse) SetApplicationId

func (s *ActivityResponse) SetApplicationId(v string) *ActivityResponse

SetApplicationId sets the ApplicationId field's value.

func (*ActivityResponse) SetCampaignId

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

SetCampaignId sets the CampaignId field's value.

func (*ActivityResponse) SetEnd

func (s *ActivityResponse) SetEnd(v string) *ActivityResponse

SetEnd sets the End field's value.

func (*ActivityResponse) SetExecutionMetrics

func (s *ActivityResponse) SetExecutionMetrics(v map[string]*string) *ActivityResponse

SetExecutionMetrics sets the ExecutionMetrics field's value.

func (*ActivityResponse) SetId

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

SetId sets the Id field's value.

func (*ActivityResponse) SetResult

func (s *ActivityResponse) SetResult(v string) *ActivityResponse

SetResult sets the Result field's value.

func (*ActivityResponse) SetScheduledStart

func (s *ActivityResponse) SetScheduledStart(v string) *ActivityResponse

SetScheduledStart sets the ScheduledStart field's value.

func (*ActivityResponse) SetStart

func (s *ActivityResponse) SetStart(v string) *ActivityResponse

SetStart sets the Start field's value.

func (*ActivityResponse) SetState

func (s *ActivityResponse) SetState(v string) *ActivityResponse

SetState sets the State field's value.

func (*ActivityResponse) SetSuccessfulEndpointCount

func (s *ActivityResponse) SetSuccessfulEndpointCount(v int64) *ActivityResponse

SetSuccessfulEndpointCount sets the SuccessfulEndpointCount field's value.

func (*ActivityResponse) SetTimezonesCompletedCount

func (s *ActivityResponse) SetTimezonesCompletedCount(v int64) *ActivityResponse

SetTimezonesCompletedCount sets the TimezonesCompletedCount field's value.

func (*ActivityResponse) SetTimezonesTotalCount

func (s *ActivityResponse) SetTimezonesTotalCount(v int64) *ActivityResponse

SetTimezonesTotalCount sets the TimezonesTotalCount field's value.

func (*ActivityResponse) SetTotalEndpointCount

func (s *ActivityResponse) SetTotalEndpointCount(v int64) *ActivityResponse

SetTotalEndpointCount sets the TotalEndpointCount field's value.

func (*ActivityResponse) SetTreatmentId

func (s *ActivityResponse) SetTreatmentId(v string) *ActivityResponse

SetTreatmentId sets the TreatmentId field's value.

func (ActivityResponse) String

func (s ActivityResponse) String() string

String returns the string representation.

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

type AddressConfiguration

type AddressConfiguration struct {

    // The message body to use instead of the default message body. This value overrides
    // the default message body.
    BodyOverride *string `type:"string"`

    // The channel to use when sending the message.
    ChannelType *string `type:"string" enum:"ChannelType"`

    // An object that maps custom attributes to attributes for the address and is
    // attached to the message. Attribute names are case sensitive.
    //
    // For a push notification, this payload is added to the data.pinpoint object.
    // For an email or text message, this payload is added to email/SMS delivery
    // receipt event attributes.
    Context map[string]*string `type:"map"`

    // The raw, JSON-formatted string to use as the payload for the message. If
    // specified, this value overrides all other values for the message.
    RawContent *string `type:"string"`

    // A map of the message variables to merge with the variables specified by properties
    // of the DefaultMessage object. The variables specified in this map take precedence
    // over all other variables.
    Substitutions map[string][]*string `type:"map"`

    // The message title to use instead of the default message title. This value
    // overrides the default message title.
    TitleOverride *string `type:"string"`
    // contains filtered or unexported fields
}

Specifies address-based configuration settings for a message that's sent directly to an endpoint.

func (AddressConfiguration) GoString

func (s AddressConfiguration) GoString() string

GoString returns the string representation.

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

func (*AddressConfiguration) SetBodyOverride

func (s *AddressConfiguration) SetBodyOverride(v string) *AddressConfiguration

SetBodyOverride sets the BodyOverride field's value.

func (*AddressConfiguration) SetChannelType

func (s *AddressConfiguration) SetChannelType(v string) *AddressConfiguration

SetChannelType sets the ChannelType field's value.

func (*AddressConfiguration) SetContext

func (s *AddressConfiguration) SetContext(v map[string]*string) *AddressConfiguration

SetContext sets the Context field's value.

func (*AddressConfiguration) SetRawContent

func (s *AddressConfiguration) SetRawContent(v string) *AddressConfiguration

SetRawContent sets the RawContent field's value.

func (*AddressConfiguration) SetSubstitutions

func (s *AddressConfiguration) SetSubstitutions(v map[string][]*string) *AddressConfiguration

SetSubstitutions sets the Substitutions field's value.

func (*AddressConfiguration) SetTitleOverride

func (s *AddressConfiguration) SetTitleOverride(v string) *AddressConfiguration

SetTitleOverride sets the TitleOverride field's value.

func (AddressConfiguration) String

func (s AddressConfiguration) String() string

String returns the string representation.

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

type AndroidPushNotificationTemplate

type AndroidPushNotificationTemplate struct {

    // The action to occur if a recipient taps a push notification that's based
    // on the message template. Valid values are:
    //
    //    * OPEN_APP - Your app opens or it becomes the foreground app if it was
    //    sent to the background. This is the default action.
    //
    //    * DEEP_LINK - Your app opens and displays a designated user interface
    //    in the app. This action uses the deep-linking features of the Android
    //    platform.
    //
    //    * URL - The default mobile browser on the recipient's device opens and
    //    loads the web page at a URL that you specify.
    Action *string `type:"string" enum:"Action"`

    // The message body to use in a push notification that's based on the message
    // template.
    Body *string `type:"string"`

    // The URL of the large icon image to display in the content view of a push
    // notification that's based on the message template.
    ImageIconUrl *string `type:"string"`

    // The URL of an image to display in a push notification that's based on the
    // message template.
    ImageUrl *string `type:"string"`

    // The raw, JSON-formatted string to use as the payload for a push notification
    // that's based on the message template. If specified, this value overrides
    // all other content for the message template.
    RawContent *string `type:"string"`

    // The URL of the small icon image to display in the status bar and the content
    // view of a push notification that's based on the message template.
    SmallImageIconUrl *string `type:"string"`

    // The sound to play when a recipient receives a push notification that's based
    // on the message template. You can use the default stream or specify the file
    // name of a sound resource that's bundled in your app. On an Android platform,
    // the sound file must reside in /res/raw/.
    Sound *string `type:"string"`

    // The title to use in a push notification that's based on the message template.
    // This title appears above the notification message on a recipient's device.
    Title *string `type:"string"`

    // The URL to open in a recipient's default mobile browser, if a recipient taps
    // a push notification that's based on the message template and the value of
    // the Action property is URL.
    Url *string `type:"string"`
    // contains filtered or unexported fields
}

Specifies channel-specific content and settings for a message template that can be used in push notifications that are sent through the ADM (Amazon Device Messaging), Baidu (Baidu Cloud Push), or GCM (Firebase Cloud Messaging, formerly Google Cloud Messaging) channel.

func (AndroidPushNotificationTemplate) GoString

func (s AndroidPushNotificationTemplate) GoString() string

GoString returns the string representation.

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

func (*AndroidPushNotificationTemplate) SetAction

func (s *AndroidPushNotificationTemplate) SetAction(v string) *AndroidPushNotificationTemplate

SetAction sets the Action field's value.

func (*AndroidPushNotificationTemplate) SetBody

func (s *AndroidPushNotificationTemplate) SetBody(v string) *AndroidPushNotificationTemplate

SetBody sets the Body field's value.

func (*AndroidPushNotificationTemplate) SetImageIconUrl

func (s *AndroidPushNotificationTemplate) SetImageIconUrl(v string) *AndroidPushNotificationTemplate

SetImageIconUrl sets the ImageIconUrl field's value.

func (*AndroidPushNotificationTemplate) SetImageUrl

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

SetImageUrl sets the ImageUrl field's value.

func (*AndroidPushNotificationTemplate) SetRawContent

func (s *AndroidPushNotificationTemplate) SetRawContent(v string) *AndroidPushNotificationTemplate

SetRawContent sets the RawContent field's value.

func (*AndroidPushNotificationTemplate) SetSmallImageIconUrl

func (s *AndroidPushNotificationTemplate) SetSmallImageIconUrl(v string) *AndroidPushNotificationTemplate

SetSmallImageIconUrl sets the SmallImageIconUrl field's value.

func (*AndroidPushNotificationTemplate) SetSound

func (s *AndroidPushNotificationTemplate) SetSound(v string) *AndroidPushNotificationTemplate

SetSound sets the Sound field's value.

func (*AndroidPushNotificationTemplate) SetTitle

func (s *AndroidPushNotificationTemplate) SetTitle(v string) *AndroidPushNotificationTemplate

SetTitle sets the Title field's value.

func (*AndroidPushNotificationTemplate) SetUrl

func (s *AndroidPushNotificationTemplate) SetUrl(v string) *AndroidPushNotificationTemplate

SetUrl sets the Url field's value.

func (AndroidPushNotificationTemplate) String

func (s AndroidPushNotificationTemplate) String() string

String returns the string representation.

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

type ApplicationDateRangeKpiResponse

type ApplicationDateRangeKpiResponse struct {

    // The unique identifier for the application that the metric applies to.
    //
    // ApplicationId is a required field
    ApplicationId *string `type:"string" required:"true"`

    // EndTime is a required field
    EndTime *time.Time `type:"timestamp" timestampFormat:"iso8601" required:"true"`

    // The name of the metric, also referred to as a key performance indicator (KPI),
    // that the data was retrieved for. This value describes the associated metric
    // and consists of two or more terms, which are comprised of lowercase alphanumeric
    // characters, separated by a hyphen. For a list of possible values, see the
    // Amazon Pinpoint Developer Guide (https://docs.aws.amazon.com/pinpoint/latest/developerguide/analytics-standard-metrics.html).
    //
    // KpiName is a required field
    KpiName *string `type:"string" required:"true"`

    // An array of objects that contains the results of the query. Each object contains
    // the value for the metric and metadata about that value.
    //
    // KpiResult is a required field
    KpiResult *BaseKpiResult `type:"structure" required:"true"`

    // The string to use in a subsequent request to get the next page of results
    // in a paginated response. This value is null for the Application Metrics resource
    // because the resource returns all results in a single page.
    NextToken *string `type:"string"`

    // StartTime is a required field
    StartTime *time.Time `type:"timestamp" timestampFormat:"iso8601" required:"true"`
    // contains filtered or unexported fields
}

Provides the results of a query that retrieved the data for a standard metric that applies to an application, and provides information about that query.

func (ApplicationDateRangeKpiResponse) GoString

func (s ApplicationDateRangeKpiResponse) GoString() string

GoString returns the string representation.

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

func (*ApplicationDateRangeKpiResponse) SetApplicationId

func (s *ApplicationDateRangeKpiResponse) SetApplicationId(v string) *ApplicationDateRangeKpiResponse

SetApplicationId sets the ApplicationId field's value.

func (*ApplicationDateRangeKpiResponse) SetEndTime

func (s *ApplicationDateRangeKpiResponse) SetEndTime(v time.Time) *ApplicationDateRangeKpiResponse

SetEndTime sets the EndTime field's value.

func (*ApplicationDateRangeKpiResponse) SetKpiName

func (s *ApplicationDateRangeKpiResponse) SetKpiName(v string) *ApplicationDateRangeKpiResponse

SetKpiName sets the KpiName field's value.

func (*ApplicationDateRangeKpiResponse) SetKpiResult

func (s *ApplicationDateRangeKpiResponse) SetKpiResult(v *BaseKpiResult) *ApplicationDateRangeKpiResponse

SetKpiResult sets the KpiResult field's value.

func (*ApplicationDateRangeKpiResponse) SetNextToken

func (s *ApplicationDateRangeKpiResponse) SetNextToken(v string) *ApplicationDateRangeKpiResponse

SetNextToken sets the NextToken field's value.

func (*ApplicationDateRangeKpiResponse) SetStartTime

func (s *ApplicationDateRangeKpiResponse) SetStartTime(v time.Time) *ApplicationDateRangeKpiResponse

SetStartTime sets the StartTime field's value.

func (ApplicationDateRangeKpiResponse) String

func (s ApplicationDateRangeKpiResponse) String() string

String returns the string representation.

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

type ApplicationResponse

type ApplicationResponse struct {

    // The Amazon Resource Name (ARN) of the application.
    //
    // Arn is a required field
    Arn *string `type:"string" required:"true"`

    // The date and time when the Application was created.
    CreationDate *string `type:"string"`

    // The unique identifier for the application. This identifier is displayed as
    // the Project ID on the Amazon Pinpoint console.
    //
    // Id is a required field
    Id *string `type:"string" required:"true"`

    // The display name of the application. This name is displayed as the Project
    // name on the Amazon Pinpoint console.
    //
    // Name is a required field
    Name *string `type:"string" required:"true"`

    // A string-to-string map of key-value pairs that identifies the tags that are
    // associated with the application. Each tag consists of a required tag key
    // and an associated tag value.
    Tags map[string]*string `locationName:"tags" type:"map"`
    // contains filtered or unexported fields
}

Provides information about an application.

func (ApplicationResponse) GoString

func (s ApplicationResponse) GoString() string

GoString returns the string representation.

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

func (*ApplicationResponse) SetArn

func (s *ApplicationResponse) SetArn(v string) *ApplicationResponse

SetArn sets the Arn field's value.

func (*ApplicationResponse) SetCreationDate

func (s *ApplicationResponse) SetCreationDate(v string) *ApplicationResponse

SetCreationDate sets the CreationDate field's value.

func (*ApplicationResponse) SetId

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

SetId sets the Id field's value.

func (*ApplicationResponse) SetName

func (s *ApplicationResponse) SetName(v string) *ApplicationResponse

SetName sets the Name field's value.

func (*ApplicationResponse) SetTags

func (s *ApplicationResponse) SetTags(v map[string]*string) *ApplicationResponse

SetTags sets the Tags field's value.

func (ApplicationResponse) String

func (s ApplicationResponse) String() string

String returns the string representation.

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

type ApplicationSettingsJourneyLimits

type ApplicationSettingsJourneyLimits struct {

    // The daily number of messages that an endpoint can receive from all journeys.
    // The maximum value is 100. If set to 0, this limit will not apply.
    DailyCap *int64 `type:"integer"`

    // The default maximum number of messages that can be sent to an endpoint during
    // the specified timeframe for all journeys.
    TimeframeCap *JourneyTimeframeCap `type:"structure"`

    // The default maximum number of messages that a single journey can sent to
    // a single endpoint. The maximum value is 100. If set to 0, this limit will
    // not apply.
    TotalCap *int64 `type:"integer"`
    // contains filtered or unexported fields
}

The default sending limits for journeys in the application. To override these limits and define custom limits for a specific journey, use the Journey resource.

func (ApplicationSettingsJourneyLimits) GoString

func (s ApplicationSettingsJourneyLimits) GoString() string

GoString returns the string representation.

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

func (*ApplicationSettingsJourneyLimits) SetDailyCap

func (s *ApplicationSettingsJourneyLimits) SetDailyCap(v int64) *ApplicationSettingsJourneyLimits

SetDailyCap sets the DailyCap field's value.

func (*ApplicationSettingsJourneyLimits) SetTimeframeCap

func (s *ApplicationSettingsJourneyLimits) SetTimeframeCap(v *JourneyTimeframeCap) *ApplicationSettingsJourneyLimits

SetTimeframeCap sets the TimeframeCap field's value.

func (*ApplicationSettingsJourneyLimits) SetTotalCap

func (s *ApplicationSettingsJourneyLimits) SetTotalCap(v int64) *ApplicationSettingsJourneyLimits

SetTotalCap sets the TotalCap field's value.

func (ApplicationSettingsJourneyLimits) String

func (s ApplicationSettingsJourneyLimits) String() string

String returns the string representation.

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

type ApplicationSettingsResource

type ApplicationSettingsResource struct {

    // The unique identifier for the application. This identifier is displayed as
    // the Project ID on the Amazon Pinpoint console.
    //
    // ApplicationId is a required field
    ApplicationId *string `type:"string" required:"true"`

    // The settings for the AWS Lambda function to invoke by default as a code hook
    // for campaigns in the application. You can use this hook to customize segments
    // that are used by campaigns in the application.
    CampaignHook *CampaignHook `type:"structure"`

    // The default sending limits for journeys in the application. These limits
    // apply to each journey for the application but can be overridden, on a per
    // journey basis, with the JourneyLimits resource.
    JourneyLimits *ApplicationSettingsJourneyLimits `type:"structure"`

    // The date and time, in ISO 8601 format, when the application's settings were
    // last modified.
    LastModifiedDate *string `type:"string"`

    // The default sending limits for campaigns in the application.
    Limits *CampaignLimits `type:"structure"`

    // The default quiet time for campaigns in the application. Quiet time is a
    // specific time range when messages aren't sent to endpoints, if all the following
    // conditions are met:
    //
    //    * The EndpointDemographic.Timezone property of the endpoint is set to
    //    a valid value.
    //
    //    * The current time in the endpoint's time zone is later than or equal
    //    to the time specified by the QuietTime.Start property for the application
    //    (or a campaign or journey that has custom quiet time settings).
    //
    //    * The current time in the endpoint's time zone is earlier than or equal
    //    to the time specified by the QuietTime.End property for the application
    //    (or a campaign or journey that has custom quiet time settings).
    //
    // If any of the preceding conditions isn't met, the endpoint will receive messages
    // from a campaign or journey, even if quiet time is enabled.
    QuietTime *QuietTime `type:"structure"`
    // contains filtered or unexported fields
}

Provides information about an application, including the default settings for an application.

func (ApplicationSettingsResource) GoString

func (s ApplicationSettingsResource) GoString() string

GoString returns the string representation.

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

func (*ApplicationSettingsResource) SetApplicationId

func (s *ApplicationSettingsResource) SetApplicationId(v string) *ApplicationSettingsResource

SetApplicationId sets the ApplicationId field's value.

func (*ApplicationSettingsResource) SetCampaignHook

func (s *ApplicationSettingsResource) SetCampaignHook(v *CampaignHook) *ApplicationSettingsResource

SetCampaignHook sets the CampaignHook field's value.

func (*ApplicationSettingsResource) SetJourneyLimits

func (s *ApplicationSettingsResource) SetJourneyLimits(v *ApplicationSettingsJourneyLimits) *ApplicationSettingsResource

SetJourneyLimits sets the JourneyLimits field's value.

func (*ApplicationSettingsResource) SetLastModifiedDate

func (s *ApplicationSettingsResource) SetLastModifiedDate(v string) *ApplicationSettingsResource

SetLastModifiedDate sets the LastModifiedDate field's value.

func (*ApplicationSettingsResource) SetLimits

func (s *ApplicationSettingsResource) SetLimits(v *CampaignLimits) *ApplicationSettingsResource

SetLimits sets the Limits field's value.

func (*ApplicationSettingsResource) SetQuietTime

func (s *ApplicationSettingsResource) SetQuietTime(v *QuietTime) *ApplicationSettingsResource

SetQuietTime sets the QuietTime field's value.

func (ApplicationSettingsResource) String

func (s ApplicationSettingsResource) String() string

String returns the string representation.

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

type ApplicationsResponse

type ApplicationsResponse struct {

    // An array of responses, one for each application that was returned.
    Item []*ApplicationResponse `type:"list"`

    // The string to use in a subsequent request to get the next page of results
    // in a paginated response. This value is null if there are no additional pages.
    NextToken *string `type:"string"`
    // contains filtered or unexported fields
}

Provides information about all of your applications.

func (ApplicationsResponse) GoString

func (s ApplicationsResponse) GoString() string

GoString returns the string representation.

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

func (*ApplicationsResponse) SetItem

func (s *ApplicationsResponse) SetItem(v []*ApplicationResponse) *ApplicationsResponse

SetItem sets the Item field's value.

func (*ApplicationsResponse) SetNextToken

func (s *ApplicationsResponse) SetNextToken(v string) *ApplicationsResponse

SetNextToken sets the NextToken field's value.

func (ApplicationsResponse) String

func (s ApplicationsResponse) String() string

String returns the string representation.

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

type AttributeDimension

type AttributeDimension struct {

    //    * INCLUSIVE - endpoints that have attributes matching the values are included
    //    in the segment.
    //
    //    * EXCLUSIVE - endpoints that have attributes matching the values are excluded
    //    in the segment.
    //
    //    * CONTAINS - endpoints that have attributes' substrings match the values
    //    are included in the segment.
    //
    //    * BEFORE - endpoints with attributes read as ISO_INSTANT datetimes before
    //    the value are included in the segment.
    //
    //    * AFTER - endpoints with attributes read as ISO_INSTANT datetimes after
    //    the value are included in the segment.
    //
    //    * ON - endpoints with attributes read as ISO_INSTANT dates on the value
    //    are included in the segment. Time is ignored in this comparison.
    //
    //    * BETWEEN - endpoints with attributes read as ISO_INSTANT datetimes between
    //    the values are included in the segment.
    AttributeType *string `type:"string" enum:"AttributeType"`

    // The criteria values to use for the segment dimension. Depending on the value
    // of the AttributeType property, endpoints are included or excluded from the
    // segment if their attribute values match the criteria values.
    //
    // Values is a required field
    Values []*string `type:"list" required:"true"`
    // contains filtered or unexported fields
}

Specifies attribute-based criteria for including or excluding endpoints from a segment.

func (AttributeDimension) GoString

func (s AttributeDimension) GoString() string

GoString returns the string representation.

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

func (*AttributeDimension) SetAttributeType

func (s *AttributeDimension) SetAttributeType(v string) *AttributeDimension

SetAttributeType sets the AttributeType field's value.

func (*AttributeDimension) SetValues

func (s *AttributeDimension) SetValues(v []*string) *AttributeDimension

SetValues sets the Values field's value.

func (AttributeDimension) String

func (s AttributeDimension) String() string

String returns the string representation.

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

func (*AttributeDimension) Validate

func (s *AttributeDimension) Validate() error

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

type AttributesResource

type AttributesResource struct {

    // The unique identifier for the application.
    //
    // ApplicationId is a required field
    ApplicationId *string `type:"string" required:"true"`

    // The type of attribute or attributes that were removed from the endpoints.
    // Valid values are:
    //
    //    * endpoint-custom-attributes - Custom attributes that describe endpoints.
    //
    //    * endpoint-metric-attributes - Custom metrics that your app reports to
    //    Amazon Pinpoint for endpoints.
    //
    //    * endpoint-user-attributes - Custom attributes that describe users.
    //
    // AttributeType is a required field
    AttributeType *string `type:"string" required:"true"`

    // An array that specifies the names of the attributes that were removed from
    // the endpoints.
    Attributes []*string `type:"list"`
    // contains filtered or unexported fields
}

Provides information about the type and the names of attributes that were removed from all the endpoints that are associated with an application.

func (AttributesResource) GoString

func (s AttributesResource) GoString() string

GoString returns the string representation.

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

func (*AttributesResource) SetApplicationId

func (s *AttributesResource) SetApplicationId(v string) *AttributesResource

SetApplicationId sets the ApplicationId field's value.

func (*AttributesResource) SetAttributeType

func (s *AttributesResource) SetAttributeType(v string) *AttributesResource

SetAttributeType sets the AttributeType field's value.

func (*AttributesResource) SetAttributes

func (s *AttributesResource) SetAttributes(v []*string) *AttributesResource

SetAttributes sets the Attributes field's value.

func (AttributesResource) String

func (s AttributesResource) String() string

String returns the string representation.

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

type BadRequestException

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

    Message_ *string `locationName:"Message" type:"string"`

    RequestID_ *string `locationName:"RequestID" type:"string"`
    // contains filtered or unexported fields
}

Provides information about an API request or response.

func (*BadRequestException) Code

func (s *BadRequestException) Code() string

Code returns the exception type name.

func (*BadRequestException) Error

func (s *BadRequestException) Error() string

func (BadRequestException) GoString

func (s BadRequestException) GoString() string

GoString returns the string representation.

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

func (*BadRequestException) Message

func (s *BadRequestException) Message() string

Message returns the exception's message.

func (*BadRequestException) OrigErr

func (s *BadRequestException) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*BadRequestException) RequestID

func (s *BadRequestException) RequestID() string

RequestID returns the service's response RequestID for request.

func (*BadRequestException) StatusCode

func (s *BadRequestException) StatusCode() int

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

func (BadRequestException) String

func (s BadRequestException) String() string

String returns the string representation.

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

type BaiduChannelRequest

type BaiduChannelRequest struct {

    // The API key that you received from the Baidu Cloud Push service to communicate
    // with the service.
    //
    // ApiKey is a required field
    ApiKey *string `type:"string" required:"true"`

    // Specifies whether to enable the Baidu channel for the application.
    Enabled *bool `type:"boolean"`

    // The secret key that you received from the Baidu Cloud Push service to communicate
    // with the service.
    //
    // SecretKey is a required field
    SecretKey *string `type:"string" required:"true"`
    // contains filtered or unexported fields
}

Specifies the status and settings of the Baidu (Baidu Cloud Push) channel for an application.

func (BaiduChannelRequest) GoString

func (s BaiduChannelRequest) GoString() string

GoString returns the string representation.

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

func (*BaiduChannelRequest) SetApiKey

func (s *BaiduChannelRequest) SetApiKey(v string) *BaiduChannelRequest

SetApiKey sets the ApiKey field's value.

func (*BaiduChannelRequest) SetEnabled

func (s *BaiduChannelRequest) SetEnabled(v bool) *BaiduChannelRequest

SetEnabled sets the Enabled field's value.

func (*BaiduChannelRequest) SetSecretKey

func (s *BaiduChannelRequest) SetSecretKey(v string) *BaiduChannelRequest

SetSecretKey sets the SecretKey field's value.

func (BaiduChannelRequest) String

func (s BaiduChannelRequest) String() string

String returns the string representation.

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

func (*BaiduChannelRequest) Validate

func (s *BaiduChannelRequest) Validate() error

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

type BaiduChannelResponse

type BaiduChannelResponse struct {

    // The unique identifier for the application that the Baidu channel applies
    // to.
    ApplicationId *string `type:"string"`

    // The date and time when the Baidu channel was enabled.
    CreationDate *string `type:"string"`

    // The API key that you received from the Baidu Cloud Push service to communicate
    // with the service.
    //
    // Credential is a required field
    Credential *string `type:"string" required:"true"`

    // Specifies whether the Baidu channel is enabled for the application.
    Enabled *bool `type:"boolean"`

    // (Not used) This property is retained only for backward compatibility.
    HasCredential *bool `type:"boolean"`

    // (Deprecated) An identifier for the Baidu channel. This property is retained
    // only for backward compatibility.
    Id *string `type:"string"`

    // Specifies whether the Baidu channel is archived.
    IsArchived *bool `type:"boolean"`

    // The user who last modified the Baidu channel.
    LastModifiedBy *string `type:"string"`

    // The date and time when the Baidu channel was last modified.
    LastModifiedDate *string `type:"string"`

    // The type of messaging or notification platform for the channel. For the Baidu
    // channel, this value is BAIDU.
    //
    // Platform is a required field
    Platform *string `type:"string" required:"true"`

    // The current version of the Baidu channel.
    Version *int64 `type:"integer"`
    // contains filtered or unexported fields
}

Provides information about the status and settings of the Baidu (Baidu Cloud Push) channel for an application.

func (BaiduChannelResponse) GoString

func (s BaiduChannelResponse) GoString() string

GoString returns the string representation.

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

func (*BaiduChannelResponse) SetApplicationId

func (s *BaiduChannelResponse) SetApplicationId(v string) *BaiduChannelResponse

SetApplicationId sets the ApplicationId field's value.

func (*BaiduChannelResponse) SetCreationDate

func (s *BaiduChannelResponse) SetCreationDate(v string) *BaiduChannelResponse

SetCreationDate sets the CreationDate field's value.

func (*BaiduChannelResponse) SetCredential

func (s *BaiduChannelResponse) SetCredential(v string) *BaiduChannelResponse

SetCredential sets the Credential field's value.

func (*BaiduChannelResponse) SetEnabled

func (s *BaiduChannelResponse) SetEnabled(v bool) *BaiduChannelResponse

SetEnabled sets the Enabled field's value.

func (*BaiduChannelResponse) SetHasCredential

func (s *BaiduChannelResponse) SetHasCredential(v bool) *BaiduChannelResponse

SetHasCredential sets the HasCredential field's value.

func (*BaiduChannelResponse) SetId

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

SetId sets the Id field's value.

func (*BaiduChannelResponse) SetIsArchived

func (s *BaiduChannelResponse) SetIsArchived(v bool) *BaiduChannelResponse

SetIsArchived sets the IsArchived field's value.

func (*BaiduChannelResponse) SetLastModifiedBy

func (s *BaiduChannelResponse) SetLastModifiedBy(v string) *BaiduChannelResponse

SetLastModifiedBy sets the LastModifiedBy field's value.

func (*BaiduChannelResponse) SetLastModifiedDate

func (s *BaiduChannelResponse) SetLastModifiedDate(v string) *BaiduChannelResponse

SetLastModifiedDate sets the LastModifiedDate field's value.

func (*BaiduChannelResponse) SetPlatform

func (s *BaiduChannelResponse) SetPlatform(v string) *BaiduChannelResponse

SetPlatform sets the Platform field's value.

func (*BaiduChannelResponse) SetVersion

func (s *BaiduChannelResponse) SetVersion(v int64) *BaiduChannelResponse

SetVersion sets the Version field's value.

func (BaiduChannelResponse) String

func (s BaiduChannelResponse) String() string

String returns the string representation.

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

type BaiduMessage

type BaiduMessage struct {

    // The action to occur if the recipient taps the push notification. Valid values
    // are:
    //
    //    * OPEN_APP - Your app opens or it becomes the foreground app if it was
    //    sent to the background. This is the default action.
    //
    //    * DEEP_LINK - Your app opens and displays a designated user interface
    //    in the app. This action uses the deep-linking features of the Android
    //    platform.
    //
    //    * URL - The default mobile browser on the recipient's device opens and
    //    loads the web page at a URL that you specify.
    Action *string `type:"string" enum:"Action"`

    // The body of the notification message.
    Body *string `type:"string"`

    // The JSON data payload to use for the push notification, if the notification
    // is a silent push notification. This payload is added to the data.pinpoint.jsonBody
    // object of the notification.
    Data map[string]*string `type:"map"`

    // The icon image name of the asset saved in your app.
    IconReference *string `type:"string"`

    // The URL of the large icon image to display in the content view of the push
    // notification.
    ImageIconUrl *string `type:"string"`

    // The URL of an image to display in the push notification.
    ImageUrl *string `type:"string"`

    // The raw, JSON-formatted string to use as the payload for the notification
    // message. If specified, this value overrides all other content for the message.
    RawContent *string `type:"string"`

    // Specifies whether the notification is a silent push notification, which is
    // a push notification that doesn't display on a recipient's device. Silent
    // push notifications can be used for cases such as updating an app's configuration
    // or supporting phone home functionality.
    SilentPush *bool `type:"boolean"`

    // The URL of the small icon image to display in the status bar and the content
    // view of the push notification.
    SmallImageIconUrl *string `type:"string"`

    // The sound to play when the recipient receives the push notification. You
    // can use the default stream or specify the file name of a sound resource that's
    // bundled in your app. On an Android platform, the sound file must reside in
    // /res/raw/.
    Sound *string `type:"string"`

    // The default message variables to use in the notification message. You can
    // override the default variables with individual address variables.
    Substitutions map[string][]*string `type:"map"`

    // The amount of time, in seconds, that the Baidu Cloud Push service should
    // store the message if the recipient's device is offline. The default value
    // and maximum supported time is 604,800 seconds (7 days).
    TimeToLive *int64 `type:"integer"`

    // The title to display above the notification message on the recipient's device.
    Title *string `type:"string"`

    // The URL to open in the recipient's default mobile browser, if a recipient
    // taps the push notification and the value of the Action property is URL.
    Url *string `type:"string"`
    // contains filtered or unexported fields
}

Specifies the settings for a one-time message that's sent directly to an endpoint through the Baidu (Baidu Cloud Push) channel.

func (BaiduMessage) GoString

func (s BaiduMessage) GoString() string

GoString returns the string representation.

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

func (*BaiduMessage) SetAction

func (s *BaiduMessage) SetAction(v string) *BaiduMessage

SetAction sets the Action field's value.

func (*BaiduMessage) SetBody

func (s *BaiduMessage) SetBody(v string) *BaiduMessage

SetBody sets the Body field's value.

func (*BaiduMessage) SetData

func (s *BaiduMessage) SetData(v map[string]*string) *BaiduMessage

SetData sets the Data field's value.

func (*BaiduMessage) SetIconReference

func (s *BaiduMessage) SetIconReference(v string) *BaiduMessage

SetIconReference sets the IconReference field's value.

func (*BaiduMessage) SetImageIconUrl

func (s *BaiduMessage) SetImageIconUrl(v string) *BaiduMessage

SetImageIconUrl sets the ImageIconUrl field's value.

func (*BaiduMessage) SetImageUrl

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

SetImageUrl sets the ImageUrl field's value.

func (*BaiduMessage) SetRawContent

func (s *BaiduMessage) SetRawContent(v string) *BaiduMessage

SetRawContent sets the RawContent field's value.

func (*BaiduMessage) SetSilentPush

func (s *BaiduMessage) SetSilentPush(v bool) *BaiduMessage

SetSilentPush sets the SilentPush field's value.

func (*BaiduMessage) SetSmallImageIconUrl

func (s *BaiduMessage) SetSmallImageIconUrl(v string) *BaiduMessage

SetSmallImageIconUrl sets the SmallImageIconUrl field's value.

func (*BaiduMessage) SetSound

func (s *BaiduMessage) SetSound(v string) *BaiduMessage

SetSound sets the Sound field's value.

func (*BaiduMessage) SetSubstitutions

func (s *BaiduMessage) SetSubstitutions(v map[string][]*string) *BaiduMessage

SetSubstitutions sets the Substitutions field's value.

func (*BaiduMessage) SetTimeToLive

func (s *BaiduMessage) SetTimeToLive(v int64) *BaiduMessage

SetTimeToLive sets the TimeToLive field's value.

func (*BaiduMessage) SetTitle

func (s *BaiduMessage) SetTitle(v string) *BaiduMessage

SetTitle sets the Title field's value.

func (*BaiduMessage) SetUrl

func (s *BaiduMessage) SetUrl(v string) *BaiduMessage

SetUrl sets the Url field's value.

func (BaiduMessage) String

func (s BaiduMessage) String() string

String returns the string representation.

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

type BaseKpiResult

type BaseKpiResult struct {

    // An array of objects that provides the results of a query that retrieved the
    // data for a standard metric that applies to an application, campaign, or journey.
    //
    // Rows is a required field
    Rows []*ResultRow `type:"list" required:"true"`
    // contains filtered or unexported fields
}

Provides the results of a query that retrieved the data for a standard metric that applies to an application, campaign, or journey.

func (BaseKpiResult) GoString

func (s BaseKpiResult) GoString() string

GoString returns the string representation.

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

func (*BaseKpiResult) SetRows

func (s *BaseKpiResult) SetRows(v []*ResultRow) *BaseKpiResult

SetRows sets the Rows field's value.

func (BaseKpiResult) String

func (s BaseKpiResult) String() string

String returns the string representation.

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

type CampaignCustomMessage

type CampaignCustomMessage struct {

    // The raw, JSON-formatted string to use as the payload for the message. The
    // maximum size is 5 KB.
    Data *string `type:"string"`
    // contains filtered or unexported fields
}

Specifies the contents of a message that's sent through a custom channel to recipients of a campaign.

func (CampaignCustomMessage) GoString

func (s CampaignCustomMessage) GoString() string

GoString returns the string representation.

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

func (*CampaignCustomMessage) SetData

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

SetData sets the Data field's value.

func (CampaignCustomMessage) String

func (s CampaignCustomMessage) String() string

String returns the string representation.

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

type CampaignDateRangeKpiResponse

type CampaignDateRangeKpiResponse struct {

    // The unique identifier for the application that the metric applies to.
    //
    // ApplicationId is a required field
    ApplicationId *string `type:"string" required:"true"`

    // The unique identifier for the campaign that the metric applies to.
    //
    // CampaignId is a required field
    CampaignId *string `type:"string" required:"true"`

    // EndTime is a required field
    EndTime *time.Time `type:"timestamp" timestampFormat:"iso8601" required:"true"`

    // The name of the metric, also referred to as a key performance indicator (KPI),
    // that the data was retrieved for. This value describes the associated metric
    // and consists of two or more terms, which are comprised of lowercase alphanumeric
    // characters, separated by a hyphen. For a list of possible values, see the
    // Amazon Pinpoint Developer Guide (https://docs.aws.amazon.com/pinpoint/latest/developerguide/analytics-standard-metrics.html).
    //
    // KpiName is a required field
    KpiName *string `type:"string" required:"true"`

    // An array of objects that contains the results of the query. Each object contains
    // the value for the metric and metadata about that value.
    //
    // KpiResult is a required field
    KpiResult *BaseKpiResult `type:"structure" required:"true"`

    // The string to use in a subsequent request to get the next page of results
    // in a paginated response. This value is null for the Campaign Metrics resource
    // because the resource returns all results in a single page.
    NextToken *string `type:"string"`

    // StartTime is a required field
    StartTime *time.Time `type:"timestamp" timestampFormat:"iso8601" required:"true"`
    // contains filtered or unexported fields
}

Provides the results of a query that retrieved the data for a standard metric that applies to a campaign, and provides information about that query.

func (CampaignDateRangeKpiResponse) GoString

func (s CampaignDateRangeKpiResponse) GoString() string

GoString returns the string representation.

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

func (*CampaignDateRangeKpiResponse) SetApplicationId

func (s *CampaignDateRangeKpiResponse) SetApplicationId(v string) *CampaignDateRangeKpiResponse

SetApplicationId sets the ApplicationId field's value.

func (*CampaignDateRangeKpiResponse) SetCampaignId

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

SetCampaignId sets the CampaignId field's value.

func (*CampaignDateRangeKpiResponse) SetEndTime

func (s *CampaignDateRangeKpiResponse) SetEndTime(v time.Time) *CampaignDateRangeKpiResponse

SetEndTime sets the EndTime field's value.

func (*CampaignDateRangeKpiResponse) SetKpiName

func (s *CampaignDateRangeKpiResponse) SetKpiName(v string) *CampaignDateRangeKpiResponse

SetKpiName sets the KpiName field's value.

func (*CampaignDateRangeKpiResponse) SetKpiResult

func (s *CampaignDateRangeKpiResponse) SetKpiResult(v *BaseKpiResult) *CampaignDateRangeKpiResponse

SetKpiResult sets the KpiResult field's value.

func (*CampaignDateRangeKpiResponse) SetNextToken

func (s *CampaignDateRangeKpiResponse) SetNextToken(v string) *CampaignDateRangeKpiResponse

SetNextToken sets the NextToken field's value.

func (*CampaignDateRangeKpiResponse) SetStartTime

func (s *CampaignDateRangeKpiResponse) SetStartTime(v time.Time) *CampaignDateRangeKpiResponse

SetStartTime sets the StartTime field's value.

func (CampaignDateRangeKpiResponse) String

func (s CampaignDateRangeKpiResponse) String() string

String returns the string representation.

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

type CampaignEmailMessage

type CampaignEmailMessage struct {

    // The body of the email for recipients whose email clients don't render HTML
    // content.
    Body *string `type:"string"`

    // The verified email address to send the email from. The default address is
    // the FromAddress specified for the email channel for the application.
    FromAddress *string `type:"string"`

    // The list of MessageHeaders (https://docs.aws.amazon.com/pinpoint/latest/apireference/apps-application-id-campaigns-campaign-id.html#apps-application-id-campaigns-campaign-id-model-messageheader)
    // for the email. You can have up to 15 MessageHeaders for each email.
    Headers []*MessageHeader `type:"list"`

    // The body of the email, in HTML format, for recipients whose email clients
    // render HTML content.
    HtmlBody *string `type:"string"`

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

Specifies the content and "From" address for an email message that's sent to recipients of a campaign.

func (CampaignEmailMessage) GoString

func (s CampaignEmailMessage) GoString() string

GoString returns the string representation.

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

func (*CampaignEmailMessage) SetBody

func (s *CampaignEmailMessage) SetBody(v string) *CampaignEmailMessage

SetBody sets the Body field's value.

func (*CampaignEmailMessage) SetFromAddress

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

SetFromAddress sets the FromAddress field's value.

func (*CampaignEmailMessage) SetHeaders

func (s *CampaignEmailMessage) SetHeaders(v []*MessageHeader) *CampaignEmailMessage

SetHeaders sets the Headers field's value.

func (*CampaignEmailMessage) SetHtmlBody

func (s *CampaignEmailMessage) SetHtmlBody(v string) *CampaignEmailMessage

SetHtmlBody sets the HtmlBody field's value.

func (*CampaignEmailMessage) SetTitle

func (s *CampaignEmailMessage) SetTitle(v string) *CampaignEmailMessage

SetTitle sets the Title field's value.

func (CampaignEmailMessage) String

func (s CampaignEmailMessage) String() string

String returns the string representation.

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

type CampaignEventFilter

type CampaignEventFilter struct {

    // The dimension settings of the event filter for the campaign.
    //
    // Dimensions is a required field
    Dimensions *EventDimensions `type:"structure" required:"true"`

    // The type of event that causes the campaign to be sent. Valid values are:
    // SYSTEM, sends the campaign when a system event occurs; and, ENDPOINT, sends
    // the campaign when an endpoint event (Events
    //
    // FilterType is a required field
    FilterType *string `type:"string" required:"true" enum:"FilterType"`
    // contains filtered or unexported fields
}

Specifies the settings for events that cause a campaign to be sent.

func (CampaignEventFilter) GoString

func (s CampaignEventFilter) GoString() string

GoString returns the string representation.

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

func (*CampaignEventFilter) SetDimensions

func (s *CampaignEventFilter) SetDimensions(v *EventDimensions) *CampaignEventFilter

SetDimensions sets the Dimensions field's value.

func (*CampaignEventFilter) SetFilterType

func (s *CampaignEventFilter) SetFilterType(v string) *CampaignEventFilter

SetFilterType sets the FilterType field's value.

func (CampaignEventFilter) String

func (s CampaignEventFilter) String() string

String returns the string representation.

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

func (*CampaignEventFilter) Validate

func (s *CampaignEventFilter) Validate() error

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

type CampaignHook

type CampaignHook struct {

    // The name or Amazon Resource Name (ARN) of the AWS Lambda function that Amazon
    // Pinpoint invokes to customize a segment for a campaign.
    LambdaFunctionName *string `type:"string"`

    // The mode that Amazon Pinpoint uses to invoke the AWS Lambda function. Possible
    // values are:
    //
    //    * FILTER - Invoke the function to customize the segment that's used by
    //    a campaign.
    //
    //    * DELIVERY - (Deprecated) Previously, invoked the function to send a campaign
    //    through a custom channel. This functionality is not supported anymore.
    //    To send a campaign through a custom channel, use the CustomDeliveryConfiguration
    //    and CampaignCustomMessage objects of the campaign.
    Mode *string `type:"string" enum:"Mode"`

    // The web URL that Amazon Pinpoint calls to invoke the AWS Lambda function
    // over HTTPS.
    WebUrl *string `type:"string"`
    // contains filtered or unexported fields
}

Specifies settings for invoking an AWS Lambda function that customizes a segment for a campaign.

func (CampaignHook) GoString

func (s CampaignHook) GoString() string

GoString returns the string representation.

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

func (*CampaignHook) SetLambdaFunctionName

func (s *CampaignHook) SetLambdaFunctionName(v string) *CampaignHook

SetLambdaFunctionName sets the LambdaFunctionName field's value.

func (*CampaignHook) SetMode

func (s *CampaignHook) SetMode(v string) *CampaignHook

SetMode sets the Mode field's value.

func (*CampaignHook) SetWebUrl

func (s *CampaignHook) SetWebUrl(v string) *CampaignHook

SetWebUrl sets the WebUrl field's value.

func (CampaignHook) String

func (s CampaignHook) String() string

String returns the string representation.

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

type CampaignInAppMessage

type CampaignInAppMessage struct {

    // The message body of the notification, the email body or the text message.
    Body *string `type:"string"`

    // In-app message content.
    Content []*InAppMessageContent `type:"list"`

    // Custom config to be sent to client.
    CustomConfig map[string]*string `type:"map"`

    // In-app message layout.
    Layout *string `type:"string" enum:"Layout"`
    // contains filtered or unexported fields
}

In-app message configuration.

func (CampaignInAppMessage) GoString

func (s CampaignInAppMessage) GoString() string

GoString returns the string representation.

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

func (*CampaignInAppMessage) SetBody

func (s *CampaignInAppMessage) SetBody(v string) *CampaignInAppMessage

SetBody sets the Body field's value.

func (*CampaignInAppMessage) SetContent

func (s *CampaignInAppMessage) SetContent(v []*InAppMessageContent) *CampaignInAppMessage

SetContent sets the Content field's value.

func (*CampaignInAppMessage) SetCustomConfig

func (s *CampaignInAppMessage) SetCustomConfig(v map[string]*string) *CampaignInAppMessage

SetCustomConfig sets the CustomConfig field's value.

func (*CampaignInAppMessage) SetLayout

func (s *CampaignInAppMessage) SetLayout(v string) *CampaignInAppMessage

SetLayout sets the Layout field's value.

func (CampaignInAppMessage) String

func (s CampaignInAppMessage) String() string

String returns the string representation.

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

func (*CampaignInAppMessage) Validate

func (s *CampaignInAppMessage) Validate() error

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

type CampaignLimits

type CampaignLimits struct {

    // The maximum number of messages that a campaign can send to a single endpoint
    // during a 24-hour period. For an application, this value specifies the default
    // limit for the number of messages that campaigns and journeys can send to
    // a single endpoint during a 24-hour period. The maximum value is 100.
    Daily *int64 `type:"integer"`

    // The maximum amount of time, in seconds, that a campaign can attempt to deliver
    // a message after the scheduled start time for the campaign. The minimum value
    // is 60 seconds.
    MaximumDuration *int64 `type:"integer"`

    // The maximum number of messages that a campaign can send each second. For
    // an application, this value specifies the default limit for the number of
    // messages that campaigns can send each second. The minimum value is 1. The
    // maximum value is 20,000.
    MessagesPerSecond *int64 `type:"integer"`

    // The maximum total number of messages that the campaign can send per user
    // session.
    Session *int64 `type:"integer"`

    // The maximum number of messages that a campaign can send to a single endpoint
    // during the course of the campaign. If a campaign recurs, this setting applies
    // to all runs of the campaign. The maximum value is 100.
    Total *int64 `type:"integer"`
    // contains filtered or unexported fields
}

For a campaign, specifies limits on the messages that the campaign can send. For an application, specifies the default limits for messages that campaigns in the application can send.

func (CampaignLimits) GoString

func (s CampaignLimits) GoString() string

GoString returns the string representation.

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

func (*CampaignLimits) SetDaily

func (s *CampaignLimits) SetDaily(v int64) *CampaignLimits

SetDaily sets the Daily field's value.

func (*CampaignLimits) SetMaximumDuration

func (s *CampaignLimits) SetMaximumDuration(v int64) *CampaignLimits

SetMaximumDuration sets the MaximumDuration field's value.

func (*CampaignLimits) SetMessagesPerSecond

func (s *CampaignLimits) SetMessagesPerSecond(v int64) *CampaignLimits

SetMessagesPerSecond sets the MessagesPerSecond field's value.

func (*CampaignLimits) SetSession

func (s *CampaignLimits) SetSession(v int64) *CampaignLimits

SetSession sets the Session field's value.

func (*CampaignLimits) SetTotal

func (s *CampaignLimits) SetTotal(v int64) *CampaignLimits

SetTotal sets the Total field's value.

func (CampaignLimits) String

func (s CampaignLimits) String() string

String returns the string representation.

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

type CampaignResponse

type CampaignResponse struct {

    // An array of responses, one for each treatment that you defined for the campaign,
    // in addition to the default treatment.
    AdditionalTreatments []*TreatmentResource `type:"list"`

    // The unique identifier for the application that the campaign applies to.
    //
    // ApplicationId is a required field
    ApplicationId *string `type:"string" required:"true"`

    // The Amazon Resource Name (ARN) of the campaign.
    //
    // Arn is a required field
    Arn *string `type:"string" required:"true"`

    // The date, in ISO 8601 format, when the campaign was created.
    //
    // CreationDate is a required field
    CreationDate *string `type:"string" required:"true"`

    // The delivery configuration settings for sending the campaign through a custom
    // channel.
    CustomDeliveryConfiguration *CustomDeliveryConfiguration `type:"structure"`

    // The current status of the campaign's default treatment. This value exists
    // only for campaigns that have more than one treatment.
    DefaultState *CampaignState `type:"structure"`

    // The custom description of the campaign.
    Description *string `type:"string"`

    // The allocated percentage of users (segment members) who shouldn't receive
    // messages from the campaign.
    HoldoutPercent *int64 `type:"integer"`

    // The settings for the AWS Lambda function to use as a code hook for the campaign.
    // You can use this hook to customize the segment that's used by the campaign.
    Hook *CampaignHook `type:"structure"`

    // The unique identifier for the campaign.
    //
    // Id is a required field
    Id *string `type:"string" required:"true"`

    // Specifies whether the campaign is paused. A paused campaign doesn't run unless
    // you resume it by changing this value to false.
    IsPaused *bool `type:"boolean"`

    // The date, in ISO 8601 format, when the campaign was last modified.
    //
    // LastModifiedDate is a required field
    LastModifiedDate *string `type:"string" required:"true"`

    // The messaging limits for the campaign.
    Limits *CampaignLimits `type:"structure"`

    // The message configuration settings for the campaign.
    MessageConfiguration *MessageConfiguration `type:"structure"`

    // The name of the campaign.
    Name *string `type:"string"`

    // Defines the priority of the campaign, used to decide the order of messages
    // displayed to user if there are multiple messages scheduled to be displayed
    // at the same moment
    Priority *int64 `type:"integer"`

    // The schedule settings for the campaign.
    Schedule *Schedule `type:"structure"`

    // The unique identifier for the segment that's associated with the campaign.
    //
    // SegmentId is a required field
    SegmentId *string `type:"string" required:"true"`

    // The version number of the segment that's associated with the campaign.
    //
    // SegmentVersion is a required field
    SegmentVersion *int64 `type:"integer" required:"true"`

    // The current status of the campaign.
    State *CampaignState `type:"structure"`

    // A string-to-string map of key-value pairs that identifies the tags that are
    // associated with the campaign. Each tag consists of a required tag key and
    // an associated tag value.
    Tags map[string]*string `locationName:"tags" type:"map"`

    // The message template that’s used for the campaign.
    TemplateConfiguration *TemplateConfiguration `type:"structure"`

    // The custom description of the default treatment for the campaign.
    TreatmentDescription *string `type:"string"`

    // The custom name of the default treatment for the campaign, if the campaign
    // has multiple treatments. A treatment is a variation of a campaign that's
    // used for A/B testing.
    TreatmentName *string `type:"string"`

    // The version number of the campaign.
    Version *int64 `type:"integer"`
    // contains filtered or unexported fields
}

Provides information about the status, configuration, and other settings for a campaign.

func (CampaignResponse) GoString

func (s CampaignResponse) GoString() string

GoString returns the string representation.

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

func (*CampaignResponse) SetAdditionalTreatments

func (s *CampaignResponse) SetAdditionalTreatments(v []*TreatmentResource) *CampaignResponse

SetAdditionalTreatments sets the AdditionalTreatments field's value.

func (*CampaignResponse) SetApplicationId

func (s *CampaignResponse) SetApplicationId(v string) *CampaignResponse

SetApplicationId sets the ApplicationId field's value.

func (*CampaignResponse) SetArn

func (s *CampaignResponse) SetArn(v string) *CampaignResponse

SetArn sets the Arn field's value.

func (*CampaignResponse) SetCreationDate

func (s *CampaignResponse) SetCreationDate(v string) *CampaignResponse

SetCreationDate sets the CreationDate field's value.

func (*CampaignResponse) SetCustomDeliveryConfiguration

func (s *CampaignResponse) SetCustomDeliveryConfiguration(v *CustomDeliveryConfiguration) *CampaignResponse

SetCustomDeliveryConfiguration sets the CustomDeliveryConfiguration field's value.

func (*CampaignResponse) SetDefaultState

func (s *CampaignResponse) SetDefaultState(v *CampaignState) *CampaignResponse

SetDefaultState sets the DefaultState field's value.

func (*CampaignResponse) SetDescription

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

SetDescription sets the Description field's value.

func (*CampaignResponse) SetHoldoutPercent

func (s *CampaignResponse) SetHoldoutPercent(v int64) *CampaignResponse

SetHoldoutPercent sets the HoldoutPercent field's value.

func (*CampaignResponse) SetHook

func (s *CampaignResponse) SetHook(v *CampaignHook) *CampaignResponse

SetHook sets the Hook field's value.

func (*CampaignResponse) SetId

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

SetId sets the Id field's value.

func (*CampaignResponse) SetIsPaused

func (s *CampaignResponse) SetIsPaused(v bool) *CampaignResponse

SetIsPaused sets the IsPaused field's value.

func (*CampaignResponse) SetLastModifiedDate

func (s *CampaignResponse) SetLastModifiedDate(v string) *CampaignResponse

SetLastModifiedDate sets the LastModifiedDate field's value.

func (*CampaignResponse) SetLimits

func (s *CampaignResponse) SetLimits(v *CampaignLimits) *CampaignResponse

SetLimits sets the Limits field's value.

func (*CampaignResponse) SetMessageConfiguration

func (s *CampaignResponse) SetMessageConfiguration(v *MessageConfiguration) *CampaignResponse

SetMessageConfiguration sets the MessageConfiguration field's value.

func (*CampaignResponse) SetName

func (s *CampaignResponse) SetName(v string) *CampaignResponse

SetName sets the Name field's value.

func (*CampaignResponse) SetPriority

func (s *CampaignResponse) SetPriority(v int64) *CampaignResponse

SetPriority sets the Priority field's value.

func (*CampaignResponse) SetSchedule

func (s *CampaignResponse) SetSchedule(v *Schedule) *CampaignResponse

SetSchedule sets the Schedule field's value.

func (*CampaignResponse) SetSegmentId

func (s *CampaignResponse) SetSegmentId(v string) *CampaignResponse

SetSegmentId sets the SegmentId field's value.

func (*CampaignResponse) SetSegmentVersion

func (s *CampaignResponse) SetSegmentVersion(v int64) *CampaignResponse

SetSegmentVersion sets the SegmentVersion field's value.

func (*CampaignResponse) SetState

func (s *CampaignResponse) SetState(v *CampaignState) *CampaignResponse

SetState sets the State field's value.

func (*CampaignResponse) SetTags

func (s *CampaignResponse) SetTags(v map[string]*string) *CampaignResponse

SetTags sets the Tags field's value.

func (*CampaignResponse) SetTemplateConfiguration

func (s *CampaignResponse) SetTemplateConfiguration(v *TemplateConfiguration) *CampaignResponse

SetTemplateConfiguration sets the TemplateConfiguration field's value.

func (*CampaignResponse) SetTreatmentDescription

func (s *CampaignResponse) SetTreatmentDescription(v string) *CampaignResponse

SetTreatmentDescription sets the TreatmentDescription field's value.

func (*CampaignResponse) SetTreatmentName

func (s *CampaignResponse) SetTreatmentName(v string) *CampaignResponse

SetTreatmentName sets the TreatmentName field's value.

func (*CampaignResponse) SetVersion

func (s *CampaignResponse) SetVersion(v int64) *CampaignResponse

SetVersion sets the Version field's value.

func (CampaignResponse) String

func (s CampaignResponse) String() string

String returns the string representation.

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

type CampaignSmsMessage

type CampaignSmsMessage struct {

    // The body of the SMS message.
    Body *string `type:"string"`

    // The entity ID or Principal Entity (PE) id received from the regulatory body
    // for sending SMS in your country.
    EntityId *string `type:"string"`

    // The SMS message type. Valid values are TRANSACTIONAL (for messages that are
    // critical or time-sensitive, such as a one-time passwords) and PROMOTIONAL
    // (for messsages that aren't critical or time-sensitive, such as marketing
    // messages).
    MessageType *string `type:"string" enum:"MessageType"`

    // The long code to send the SMS message from. This value should be one of the
    // dedicated long codes that's assigned to your AWS account. Although it isn't
    // required, we recommend that you specify the long code using an E.164 format
    // to ensure prompt and accurate delivery of the message. For example, +12065550100.
    OriginationNumber *string `type:"string"`

    // The sender ID to display on recipients' devices when they receive the SMS
    // message.
    SenderId *string `type:"string"`

    // The template ID received from the regulatory body for sending SMS in your
    // country.
    TemplateId *string `type:"string"`
    // contains filtered or unexported fields
}

Specifies the content and settings for an SMS message that's sent to recipients of a campaign.

func (CampaignSmsMessage) GoString

func (s CampaignSmsMessage) GoString() string

GoString returns the string representation.

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

func (*CampaignSmsMessage) SetBody

func (s *CampaignSmsMessage) SetBody(v string) *CampaignSmsMessage

SetBody sets the Body field's value.

func (*CampaignSmsMessage) SetEntityId

func (s *CampaignSmsMessage) SetEntityId(v string) *CampaignSmsMessage

SetEntityId sets the EntityId field's value.

func (*CampaignSmsMessage) SetMessageType

func (s *CampaignSmsMessage) SetMessageType(v string) *CampaignSmsMessage

SetMessageType sets the MessageType field's value.

func (*CampaignSmsMessage) SetOriginationNumber

func (s *CampaignSmsMessage) SetOriginationNumber(v string) *CampaignSmsMessage

SetOriginationNumber sets the OriginationNumber field's value.

func (*CampaignSmsMessage) SetSenderId

func (s *CampaignSmsMessage) SetSenderId(v string) *CampaignSmsMessage

SetSenderId sets the SenderId field's value.

func (*CampaignSmsMessage) SetTemplateId

func (s *CampaignSmsMessage) SetTemplateId(v string) *CampaignSmsMessage

SetTemplateId sets the TemplateId field's value.

func (CampaignSmsMessage) String

func (s CampaignSmsMessage) String() string

String returns the string representation.

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

type CampaignState

type CampaignState struct {

    // The current status of the campaign, or the current status of a treatment
    // that belongs to an A/B test campaign.
    //
    // If a campaign uses A/B testing, the campaign has a status of COMPLETED only
    // if all campaign treatments have a status of COMPLETED. If you delete the
    // segment that's associated with a campaign, the campaign fails and has a status
    // of DELETED.
    CampaignStatus *string `type:"string" enum:"CampaignStatus"`
    // contains filtered or unexported fields
}

Provides information about the status of a campaign.

func (CampaignState) GoString

func (s CampaignState) GoString() string

GoString returns the string representation.

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

func (*CampaignState) SetCampaignStatus

func (s *CampaignState) SetCampaignStatus(v string) *CampaignState

SetCampaignStatus sets the CampaignStatus field's value.

func (CampaignState) String

func (s CampaignState) String() string

String returns the string representation.

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

type CampaignsResponse

type CampaignsResponse struct {

    // An array of responses, one for each campaign that's associated with the application.
    //
    // Item is a required field
    Item []*CampaignResponse `type:"list" required:"true"`

    // The string to use in a subsequent request to get the next page of results
    // in a paginated response. This value is null if there are no additional pages.
    NextToken *string `type:"string"`
    // contains filtered or unexported fields
}

Provides information about the configuration and other settings for all the campaigns that are associated with an application.

func (CampaignsResponse) GoString

func (s CampaignsResponse) GoString() string

GoString returns the string representation.

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

func (*CampaignsResponse) SetItem

func (s *CampaignsResponse) SetItem(v []*CampaignResponse) *CampaignsResponse

SetItem sets the Item field's value.

func (*CampaignsResponse) SetNextToken

func (s *CampaignsResponse) SetNextToken(v string) *CampaignsResponse

SetNextToken sets the NextToken field's value.

func (CampaignsResponse) String

func (s CampaignsResponse) String() string

String returns the string representation.

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

type ChannelResponse

type ChannelResponse struct {

    // The unique identifier for the application.
    ApplicationId *string `type:"string"`

    // The date and time, in ISO 8601 format, when the channel was enabled.
    CreationDate *string `type:"string"`

    // Specifies whether the channel is enabled for the application.
    Enabled *bool `type:"boolean"`

    // (Not used) This property is retained only for backward compatibility.
    HasCredential *bool `type:"boolean"`

    // (Deprecated) An identifier for the channel. This property is retained only
    // for backward compatibility.
    Id *string `type:"string"`

    // Specifies whether the channel is archived.
    IsArchived *bool `type:"boolean"`

    // The user who last modified the channel.
    LastModifiedBy *string `type:"string"`

    // The date and time, in ISO 8601 format, when the channel was last modified.
    LastModifiedDate *string `type:"string"`

    // The current version of the channel.
    Version *int64 `type:"integer"`
    // contains filtered or unexported fields
}

Provides information about the general settings and status of a channel for an application.

func (ChannelResponse) GoString

func (s ChannelResponse) GoString() string

GoString returns the string representation.

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

func (*ChannelResponse) SetApplicationId

func (s *ChannelResponse) SetApplicationId(v string) *ChannelResponse

SetApplicationId sets the ApplicationId field's value.

func (*ChannelResponse) SetCreationDate

func (s *ChannelResponse) SetCreationDate(v string) *ChannelResponse

SetCreationDate sets the CreationDate field's value.

func (*ChannelResponse) SetEnabled

func (s *ChannelResponse) SetEnabled(v bool) *ChannelResponse

SetEnabled sets the Enabled field's value.

func (*ChannelResponse) SetHasCredential

func (s *ChannelResponse) SetHasCredential(v bool) *ChannelResponse

SetHasCredential sets the HasCredential field's value.

func (*ChannelResponse) SetId

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

SetId sets the Id field's value.

func (*ChannelResponse) SetIsArchived

func (s *ChannelResponse) SetIsArchived(v bool) *ChannelResponse

SetIsArchived sets the IsArchived field's value.

func (*ChannelResponse) SetLastModifiedBy

func (s *ChannelResponse) SetLastModifiedBy(v string) *ChannelResponse

SetLastModifiedBy sets the LastModifiedBy field's value.

func (*ChannelResponse) SetLastModifiedDate

func (s *ChannelResponse) SetLastModifiedDate(v string) *ChannelResponse

SetLastModifiedDate sets the LastModifiedDate field's value.

func (*ChannelResponse) SetVersion

func (s *ChannelResponse) SetVersion(v int64) *ChannelResponse

SetVersion sets the Version field's value.

func (ChannelResponse) String

func (s ChannelResponse) String() string

String returns the string representation.

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

type ChannelsResponse

type ChannelsResponse struct {

    // A map that contains a multipart response for each channel. For each item
    // in this object, the ChannelType is the key and the Channel is the value.
    //
    // Channels is a required field
    Channels map[string]*ChannelResponse `type:"map" required:"true"`
    // contains filtered or unexported fields
}

Provides information about the general settings and status of all channels for an application, including channels that aren't enabled for the application.

func (ChannelsResponse) GoString

func (s ChannelsResponse) GoString() string

GoString returns the string representation.

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

func (*ChannelsResponse) SetChannels

func (s *ChannelsResponse) SetChannels(v map[string]*ChannelResponse) *ChannelsResponse

SetChannels sets the Channels field's value.

func (ChannelsResponse) String

func (s ChannelsResponse) String() string

String returns the string representation.

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

type ClosedDays

type ClosedDays struct {

    // Rules for a Channel.
    CUSTOM []*ClosedDaysRule `type:"list"`

    // Rules for a Channel.
    EMAIL []*ClosedDaysRule `type:"list"`

    // Rules for a Channel.
    PUSH []*ClosedDaysRule `type:"list"`

    // Rules for a Channel.
    SMS []*ClosedDaysRule `type:"list"`

    // Rules for a Channel.
    VOICE []*ClosedDaysRule `type:"list"`
    // contains filtered or unexported fields
}

The time when a journey will not send messages. QuietTime should be configured first and SendingSchedule should be set to true.

func (ClosedDays) GoString

func (s ClosedDays) GoString() string

GoString returns the string representation.

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

func (*ClosedDays) SetCUSTOM

func (s *ClosedDays) SetCUSTOM(v []*ClosedDaysRule) *ClosedDays

SetCUSTOM sets the CUSTOM field's value.

func (*ClosedDays) SetEMAIL

func (s *ClosedDays) SetEMAIL(v []*ClosedDaysRule) *ClosedDays

SetEMAIL sets the EMAIL field's value.

func (*ClosedDays) SetPUSH

func (s *ClosedDays) SetPUSH(v []*ClosedDaysRule) *ClosedDays

SetPUSH sets the PUSH field's value.

func (*ClosedDays) SetSMS

func (s *ClosedDays) SetSMS(v []*ClosedDaysRule) *ClosedDays

SetSMS sets the SMS field's value.

func (*ClosedDays) SetVOICE

func (s *ClosedDays) SetVOICE(v []*ClosedDaysRule) *ClosedDays

SetVOICE sets the VOICE field's value.

func (ClosedDays) String

func (s ClosedDays) String() string

String returns the string representation.

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

type ClosedDaysRule

type ClosedDaysRule struct {

    // End DateTime ISO 8601 format
    EndDateTime *string `type:"string"`

    // The name of the closed day rule.
    Name *string `type:"string"`

    // Start DateTime ISO 8601 format
    StartDateTime *string `type:"string"`
    // contains filtered or unexported fields
}

Specifies the rule settings for when messages can't be sent.

func (ClosedDaysRule) GoString

func (s ClosedDaysRule) GoString() string

GoString returns the string representation.

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

func (*ClosedDaysRule) SetEndDateTime

func (s *ClosedDaysRule) SetEndDateTime(v string) *ClosedDaysRule

SetEndDateTime sets the EndDateTime field's value.

func (*ClosedDaysRule) SetName

func (s *ClosedDaysRule) SetName(v string) *ClosedDaysRule

SetName sets the Name field's value.

func (*ClosedDaysRule) SetStartDateTime

func (s *ClosedDaysRule) SetStartDateTime(v string) *ClosedDaysRule

SetStartDateTime sets the StartDateTime field's value.

func (ClosedDaysRule) String

func (s ClosedDaysRule) String() string

String returns the string representation.

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

type Condition

type Condition struct {

    // The conditions to evaluate for the activity.
    Conditions []*SimpleCondition `type:"list"`

    // Specifies how to handle multiple conditions for the activity. For example,
    // if you specify two conditions for an activity, whether both or only one of
    // the conditions must be met for the activity to be performed.
    Operator *string `type:"string" enum:"Operator"`
    // contains filtered or unexported fields
}

Specifies the conditions to evaluate for an activity in a journey, and how to evaluate those conditions.

func (Condition) GoString

func (s Condition) GoString() string

GoString returns the string representation.

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

func (*Condition) SetConditions

func (s *Condition) SetConditions(v []*SimpleCondition) *Condition

SetConditions sets the Conditions field's value.

func (*Condition) SetOperator

func (s *Condition) SetOperator(v string) *Condition

SetOperator sets the Operator field's value.

func (Condition) String

func (s Condition) String() string

String returns the string representation.

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

func (*Condition) Validate

func (s *Condition) Validate() error

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

type ConditionalSplitActivity

type ConditionalSplitActivity struct {

    // The conditions that define the paths for the activity, and the relationship
    // between the conditions.
    Condition *Condition `type:"structure"`

    // The amount of time to wait before determining whether the conditions are
    // met, or the date and time when Amazon Pinpoint determines whether the conditions
    // are met.
    EvaluationWaitTime *WaitTime `type:"structure"`

    // The unique identifier for the activity to perform if the conditions aren't
    // met.
    FalseActivity *string `type:"string"`

    // The unique identifier for the activity to perform if the conditions are met.
    TrueActivity *string `type:"string"`
    // contains filtered or unexported fields
}

Specifies the settings for a yes/no split activity in a journey. This type of activity sends participants down one of two paths in a journey, based on conditions that you specify.

To create yes/no split activities that send participants down different paths based on push notification events (such as Open or Received events), your mobile app has to specify the User ID and Endpoint ID values. For more information, see Integrating Amazon Pinpoint with your application (https://docs.aws.amazon.com/pinpoint/latest/developerguide/integrate.html) in the Amazon Pinpoint Developer Guide.

func (ConditionalSplitActivity) GoString

func (s ConditionalSplitActivity) GoString() string

GoString returns the string representation.

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

func (*ConditionalSplitActivity) SetCondition

func (s *ConditionalSplitActivity) SetCondition(v *Condition) *ConditionalSplitActivity

SetCondition sets the Condition field's value.

func (*ConditionalSplitActivity) SetEvaluationWaitTime

func (s *ConditionalSplitActivity) SetEvaluationWaitTime(v *WaitTime) *ConditionalSplitActivity

SetEvaluationWaitTime sets the EvaluationWaitTime field's value.

func (*ConditionalSplitActivity) SetFalseActivity

func (s *ConditionalSplitActivity) SetFalseActivity(v string) *ConditionalSplitActivity

SetFalseActivity sets the FalseActivity field's value.

func (*ConditionalSplitActivity) SetTrueActivity

func (s *ConditionalSplitActivity) SetTrueActivity(v string) *ConditionalSplitActivity

SetTrueActivity sets the TrueActivity field's value.

func (ConditionalSplitActivity) String

func (s ConditionalSplitActivity) String() string

String returns the string representation.

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

func (*ConditionalSplitActivity) Validate

func (s *ConditionalSplitActivity) Validate() error

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

type ConflictException

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

    Message_ *string `locationName:"Message" type:"string"`

    RequestID_ *string `locationName:"RequestID" type:"string"`
    // contains filtered or unexported fields
}

Provides information about an API request or response.

func (*ConflictException) Code

func (s *ConflictException) Code() string

Code returns the exception type name.

func (*ConflictException) Error

func (s *ConflictException) Error() string

func (ConflictException) GoString

func (s ConflictException) GoString() string

GoString returns the string representation.

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

func (*ConflictException) Message

func (s *ConflictException) Message() string

Message returns the exception's message.

func (*ConflictException) OrigErr

func (s *ConflictException) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*ConflictException) RequestID

func (s *ConflictException) RequestID() string

RequestID returns the service's response RequestID for request.

func (*ConflictException) StatusCode

func (s *ConflictException) StatusCode() int

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

func (ConflictException) String

func (s ConflictException) String() string

String returns the string representation.

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

type ContactCenterActivity

type ContactCenterActivity struct {

    // The unique identifier for the next activity to perform after the this activity.
    NextActivity *string `type:"string"`
    // contains filtered or unexported fields
}

The settings for a connect activity. This type of activity initiates a contact center call to participants.

func (ContactCenterActivity) GoString

func (s ContactCenterActivity) GoString() string

GoString returns the string representation.

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

func (*ContactCenterActivity) SetNextActivity

func (s *ContactCenterActivity) SetNextActivity(v string) *ContactCenterActivity

SetNextActivity sets the NextActivity field's value.

func (ContactCenterActivity) String

func (s ContactCenterActivity) String() string

String returns the string representation.

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

type CreateAppInput

type CreateAppInput struct {

    // Specifies the display name of an application and the tags to associate with
    // the application.
    //
    // CreateApplicationRequest is a required field
    CreateApplicationRequest *CreateApplicationRequest `type:"structure" required:"true"`
    // contains filtered or unexported fields
}

func (CreateAppInput) GoString

func (s CreateAppInput) GoString() string

GoString returns the string representation.

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

func (*CreateAppInput) SetCreateApplicationRequest

func (s *CreateAppInput) SetCreateApplicationRequest(v *CreateApplicationRequest) *CreateAppInput

SetCreateApplicationRequest sets the CreateApplicationRequest field's value.

func (CreateAppInput) String

func (s CreateAppInput) String() string

String returns the string representation.

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

func (*CreateAppInput) Validate

func (s *CreateAppInput) Validate() error

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

type CreateAppOutput

type CreateAppOutput struct {

    // Provides information about an application.
    //
    // ApplicationResponse is a required field
    ApplicationResponse *ApplicationResponse `type:"structure" required:"true"`
    // contains filtered or unexported fields
}

func (CreateAppOutput) GoString

func (s CreateAppOutput) GoString() string

GoString returns the string representation.

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

func (*CreateAppOutput) SetApplicationResponse

func (s *CreateAppOutput) SetApplicationResponse(v *ApplicationResponse) *CreateAppOutput

SetApplicationResponse sets the ApplicationResponse field's value.

func (CreateAppOutput) String

func (s CreateAppOutput) String() string

String returns the string representation.

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

type CreateApplicationRequest

type CreateApplicationRequest struct {

    // The display name of the application. This name is displayed as the Project
    // name on the Amazon Pinpoint console.
    //
    // Name is a required field
    Name *string `type:"string" required:"true"`

    // A string-to-string map of key-value pairs that defines the tags to associate
    // with the application. Each tag consists of a required tag key and an associated
    // tag value.
    Tags map[string]*string `locationName:"tags" type:"map"`
    // contains filtered or unexported fields
}

Specifies the display name of an application and the tags to associate with the application.

func (CreateApplicationRequest) GoString

func (s CreateApplicationRequest) GoString() string

GoString returns the string representation.

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

func (*CreateApplicationRequest) SetName

func (s *CreateApplicationRequest) SetName(v string) *CreateApplicationRequest

SetName sets the Name field's value.

func (*CreateApplicationRequest) SetTags

func (s *CreateApplicationRequest) SetTags(v map[string]*string) *CreateApplicationRequest

SetTags sets the Tags field's value.

func (CreateApplicationRequest) String

func (s CreateApplicationRequest) String() string

String returns the string representation.

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

func (*CreateApplicationRequest) Validate

func (s *CreateApplicationRequest) Validate() error

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

type CreateCampaignInput

type CreateCampaignInput struct {

    // ApplicationId is a required field
    ApplicationId *string `location:"uri" locationName:"application-id" type:"string" required:"true"`

    // Specifies the configuration and other settings for a campaign.
    //
    // WriteCampaignRequest is a required field
    WriteCampaignRequest *WriteCampaignRequest `type:"structure" required:"true"`
    // contains filtered or unexported fields
}

func (CreateCampaignInput) GoString

func (s CreateCampaignInput) GoString() string

GoString returns the string representation.

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

func (*CreateCampaignInput) SetApplicationId

func (s *CreateCampaignInput) SetApplicationId(v string) *CreateCampaignInput

SetApplicationId sets the ApplicationId field's value.

func (*CreateCampaignInput) SetWriteCampaignRequest

func (s *CreateCampaignInput) SetWriteCampaignRequest(v *WriteCampaignRequest) *CreateCampaignInput

SetWriteCampaignRequest sets the WriteCampaignRequest field's value.

func (CreateCampaignInput) String

func (s CreateCampaignInput) String() string

String returns the string representation.

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

func (*CreateCampaignInput) Validate

func (s *CreateCampaignInput) Validate() error

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

type CreateCampaignOutput

type CreateCampaignOutput struct {

    // Provides information about the status, configuration, and other settings
    // for a campaign.
    //
    // CampaignResponse is a required field
    CampaignResponse *CampaignResponse `type:"structure" required:"true"`
    // contains filtered or unexported fields
}

func (CreateCampaignOutput) GoString

func (s CreateCampaignOutput) GoString() string

GoString returns the string representation.

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

func (*CreateCampaignOutput) SetCampaignResponse

func (s *CreateCampaignOutput) SetCampaignResponse(v *CampaignResponse) *CreateCampaignOutput

SetCampaignResponse sets the CampaignResponse field's value.

func (CreateCampaignOutput) String

func (s CreateCampaignOutput) String() string

String returns the string representation.

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

type CreateEmailTemplateInput

type CreateEmailTemplateInput struct {

    // Specifies the content and settings for a message template that can be used
    // in messages that are sent through the email channel.
    //
    // EmailTemplateRequest is a required field
    EmailTemplateRequest *EmailTemplateRequest `type:"structure" required:"true"`

    // TemplateName is a required field
    TemplateName *string `location:"uri" locationName:"template-name" type:"string" required:"true"`
    // contains filtered or unexported fields
}

func (CreateEmailTemplateInput) GoString

func (s CreateEmailTemplateInput) GoString() string

GoString returns the string representation.

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

func (*CreateEmailTemplateInput) SetEmailTemplateRequest

func (s *CreateEmailTemplateInput) SetEmailTemplateRequest(v *EmailTemplateRequest) *CreateEmailTemplateInput

SetEmailTemplateRequest sets the EmailTemplateRequest field's value.

func (*CreateEmailTemplateInput) SetTemplateName

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

SetTemplateName sets the TemplateName field's value.

func (CreateEmailTemplateInput) String

func (s CreateEmailTemplateInput) String() string

String returns the string representation.

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

func (*CreateEmailTemplateInput) Validate

func (s *CreateEmailTemplateInput) Validate() error

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

type CreateEmailTemplateOutput

type CreateEmailTemplateOutput struct {

    // Provides information about a request to create a message template.
    //
    // CreateTemplateMessageBody is a required field
    CreateTemplateMessageBody *CreateTemplateMessageBody `type:"structure" required:"true"`
    // contains filtered or unexported fields
}

func (CreateEmailTemplateOutput) GoString

func (s CreateEmailTemplateOutput) GoString() string

GoString returns the string representation.

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

func (*CreateEmailTemplateOutput) SetCreateTemplateMessageBody

func (s *CreateEmailTemplateOutput) SetCreateTemplateMessageBody(v *CreateTemplateMessageBody) *CreateEmailTemplateOutput

SetCreateTemplateMessageBody sets the CreateTemplateMessageBody field's value.

func (CreateEmailTemplateOutput) String

func (s CreateEmailTemplateOutput) String() string

String returns the string representation.

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

type CreateExportJobInput

type CreateExportJobInput struct {

    // ApplicationId is a required field
    ApplicationId *string `location:"uri" locationName:"application-id" type:"string" required:"true"`

    // Specifies the settings for a job that exports endpoint definitions to an
    // Amazon Simple Storage Service (Amazon S3) bucket.
    //
    // ExportJobRequest is a required field
    ExportJobRequest *ExportJobRequest `type:"structure" required:"true"`
    // contains filtered or unexported fields
}

func (CreateExportJobInput) GoString

func (s CreateExportJobInput) GoString() string

GoString returns the string representation.

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

func (*CreateExportJobInput) SetApplicationId

func (s *CreateExportJobInput) SetApplicationId(v string) *CreateExportJobInput

SetApplicationId sets the ApplicationId field's value.

func (*CreateExportJobInput) SetExportJobRequest

func (s *CreateExportJobInput) SetExportJobRequest(v *ExportJobRequest) *CreateExportJobInput

SetExportJobRequest sets the ExportJobRequest field's value.

func (CreateExportJobInput) String

func (s CreateExportJobInput) String() string

String returns the string representation.

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

func (*CreateExportJobInput) Validate

func (s *CreateExportJobInput) Validate() error

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

type CreateExportJobOutput

type CreateExportJobOutput struct {

    // Provides information about the status and settings of a job that exports
    // endpoint definitions to a file. The file can be added directly to an Amazon
    // Simple Storage Service (Amazon S3) bucket by using the Amazon Pinpoint API
    // or downloaded directly to a computer by using the Amazon Pinpoint console.
    //
    // ExportJobResponse is a required field
    ExportJobResponse *ExportJobResponse `type:"structure" required:"true"`
    // contains filtered or unexported fields
}

func (CreateExportJobOutput) GoString

func (s CreateExportJobOutput) GoString() string

GoString returns the string representation.

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

func (*CreateExportJobOutput) SetExportJobResponse

func (s *CreateExportJobOutput) SetExportJobResponse(v *ExportJobResponse) *CreateExportJobOutput

SetExportJobResponse sets the ExportJobResponse field's value.

func (CreateExportJobOutput) String

func (s CreateExportJobOutput) String() string

String returns the string representation.

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

type CreateImportJobInput

type CreateImportJobInput struct {

    // ApplicationId is a required field
    ApplicationId *string `location:"uri" locationName:"application-id" type:"string" required:"true"`

    // Specifies the settings for a job that imports endpoint definitions from an
    // Amazon Simple Storage Service (Amazon S3) bucket.
    //
    // ImportJobRequest is a required field
    ImportJobRequest *ImportJobRequest `type:"structure" required:"true"`
    // contains filtered or unexported fields
}

func (CreateImportJobInput) GoString

func (s CreateImportJobInput) GoString() string

GoString returns the string representation.

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

func (*CreateImportJobInput) SetApplicationId

func (s *CreateImportJobInput) SetApplicationId(v string) *CreateImportJobInput

SetApplicationId sets the ApplicationId field's value.

func (*CreateImportJobInput) SetImportJobRequest

func (s *CreateImportJobInput) SetImportJobRequest(v *ImportJobRequest) *CreateImportJobInput

SetImportJobRequest sets the ImportJobRequest field's value.

func (CreateImportJobInput) String

func (s CreateImportJobInput) String() string

String returns the string representation.

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

func (*CreateImportJobInput) Validate

func (s *CreateImportJobInput) Validate() error

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

type CreateImportJobOutput

type CreateImportJobOutput struct {

    // Provides information about the status and settings of a job that imports
    // endpoint definitions from one or more files. The files can be stored in an
    // Amazon Simple Storage Service (Amazon S3) bucket or uploaded directly from
    // a computer by using the Amazon Pinpoint console.
    //
    // ImportJobResponse is a required field
    ImportJobResponse *ImportJobResponse `type:"structure" required:"true"`
    // contains filtered or unexported fields
}

func (CreateImportJobOutput) GoString

func (s CreateImportJobOutput) GoString() string

GoString returns the string representation.

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

func (*CreateImportJobOutput) SetImportJobResponse

func (s *CreateImportJobOutput) SetImportJobResponse(v *ImportJobResponse) *CreateImportJobOutput

SetImportJobResponse sets the ImportJobResponse field's value.

func (CreateImportJobOutput) String

func (s CreateImportJobOutput) String() string

String returns the string representation.

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

type CreateInAppTemplateInput

type CreateInAppTemplateInput struct {

    // In-App Template Request.
    //
    // InAppTemplateRequest is a required field
    InAppTemplateRequest *InAppTemplateRequest `type:"structure" required:"true"`

    // TemplateName is a required field
    TemplateName *string `location:"uri" locationName:"template-name" type:"string" required:"true"`
    // contains filtered or unexported fields
}

func (CreateInAppTemplateInput) GoString

func (s CreateInAppTemplateInput) GoString() string

GoString returns the string representation.

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

func (*CreateInAppTemplateInput) SetInAppTemplateRequest

func (s *CreateInAppTemplateInput) SetInAppTemplateRequest(v *InAppTemplateRequest) *CreateInAppTemplateInput

SetInAppTemplateRequest sets the InAppTemplateRequest field's value.

func (*CreateInAppTemplateInput) SetTemplateName

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

SetTemplateName sets the TemplateName field's value.

func (CreateInAppTemplateInput) String

func (s CreateInAppTemplateInput) String() string

String returns the string representation.

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

func (*CreateInAppTemplateInput) Validate

func (s *CreateInAppTemplateInput) Validate() error

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

type CreateInAppTemplateOutput

type CreateInAppTemplateOutput struct {

    // Provides information about a request to create a message template.
    //
    // TemplateCreateMessageBody is a required field
    TemplateCreateMessageBody *TemplateCreateMessageBody `type:"structure" required:"true"`
    // contains filtered or unexported fields
}

func (CreateInAppTemplateOutput) GoString

func (s CreateInAppTemplateOutput) GoString() string

GoString returns the string representation.

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

func (*CreateInAppTemplateOutput) SetTemplateCreateMessageBody

func (s *CreateInAppTemplateOutput) SetTemplateCreateMessageBody(v *TemplateCreateMessageBody) *CreateInAppTemplateOutput

SetTemplateCreateMessageBody sets the TemplateCreateMessageBody field's value.

func (CreateInAppTemplateOutput) String

func (s CreateInAppTemplateOutput) String() string

String returns the string representation.

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

type CreateJourneyInput

type CreateJourneyInput struct {

    // ApplicationId is a required field
    ApplicationId *string `location:"uri" locationName:"application-id" type:"string" required:"true"`

    // Specifies the configuration and other settings for a journey.
    //
    // WriteJourneyRequest is a required field
    WriteJourneyRequest *WriteJourneyRequest `type:"structure" required:"true"`
    // contains filtered or unexported fields
}

func (CreateJourneyInput) GoString

func (s CreateJourneyInput) GoString() string

GoString returns the string representation.

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

func (*CreateJourneyInput) SetApplicationId

func (s *CreateJourneyInput) SetApplicationId(v string) *CreateJourneyInput

SetApplicationId sets the ApplicationId field's value.

func (*CreateJourneyInput) SetWriteJourneyRequest

func (s *CreateJourneyInput) SetWriteJourneyRequest(v *WriteJourneyRequest) *CreateJourneyInput

SetWriteJourneyRequest sets the WriteJourneyRequest field's value.

func (CreateJourneyInput) String

func (s CreateJourneyInput) String() string

String returns the string representation.

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

func (*CreateJourneyInput) Validate

func (s *CreateJourneyInput) Validate() error

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

type CreateJourneyOutput

type CreateJourneyOutput struct {

    // Provides information about the status, configuration, and other settings
    // for a journey.
    //
    // JourneyResponse is a required field
    JourneyResponse *JourneyResponse `type:"structure" required:"true"`
    // contains filtered or unexported fields
}

func (CreateJourneyOutput) GoString

func (s CreateJourneyOutput) GoString() string

GoString returns the string representation.

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

func (*CreateJourneyOutput) SetJourneyResponse

func (s *CreateJourneyOutput) SetJourneyResponse(v *JourneyResponse) *CreateJourneyOutput

SetJourneyResponse sets the JourneyResponse field's value.

func (CreateJourneyOutput) String

func (s CreateJourneyOutput) String() string

String returns the string representation.

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

type CreatePushTemplateInput

type CreatePushTemplateInput struct {

    // Specifies the content and settings for a message template that can be used
    // in messages that are sent through a push notification channel.
    //
    // PushNotificationTemplateRequest is a required field
    PushNotificationTemplateRequest *PushNotificationTemplateRequest `type:"structure" required:"true"`

    // TemplateName is a required field
    TemplateName *string `location:"uri" locationName:"template-name" type:"string" required:"true"`
    // contains filtered or unexported fields
}

func (CreatePushTemplateInput) GoString

func (s CreatePushTemplateInput) GoString() string

GoString returns the string representation.

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

func (*CreatePushTemplateInput) SetPushNotificationTemplateRequest

func (s *CreatePushTemplateInput) SetPushNotificationTemplateRequest(v *PushNotificationTemplateRequest) *CreatePushTemplateInput

SetPushNotificationTemplateRequest sets the PushNotificationTemplateRequest field's value.

func (*CreatePushTemplateInput) SetTemplateName

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

SetTemplateName sets the TemplateName field's value.

func (CreatePushTemplateInput) String

func (s CreatePushTemplateInput) String() string

String returns the string representation.

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

func (*CreatePushTemplateInput) Validate

func (s *CreatePushTemplateInput) Validate() error

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

type CreatePushTemplateOutput

type CreatePushTemplateOutput struct {

    // Provides information about a request to create a message template.
    //
    // CreateTemplateMessageBody is a required field
    CreateTemplateMessageBody *CreateTemplateMessageBody `type:"structure" required:"true"`
    // contains filtered or unexported fields
}

func (CreatePushTemplateOutput) GoString

func (s CreatePushTemplateOutput) GoString() string

GoString returns the string representation.

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

func (*CreatePushTemplateOutput) SetCreateTemplateMessageBody

func (s *CreatePushTemplateOutput) SetCreateTemplateMessageBody(v *CreateTemplateMessageBody) *CreatePushTemplateOutput

SetCreateTemplateMessageBody sets the CreateTemplateMessageBody field's value.

func (CreatePushTemplateOutput) String

func (s CreatePushTemplateOutput) String() string

String returns the string representation.

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

type CreateRecommenderConfiguration

type CreateRecommenderConfiguration struct {

    // A map of key-value pairs that defines 1-10 custom endpoint or user attributes,
    // depending on the value for the RecommendationProviderIdType property. Each
    // of these attributes temporarily stores a recommended item that's retrieved
    // from the recommender model and sent to an AWS Lambda function for additional
    // processing. Each attribute can be used as a message variable in a message
    // template.
    //
    // In the map, the key is the name of a custom attribute and the value is a
    // custom display name for that attribute. The display name appears in the Attribute
    // finder of the template editor on the Amazon Pinpoint console. The following
    // restrictions apply to these names:
    //
    //    * An attribute name must start with a letter or number and it can contain
    //    up to 50 characters. The characters can be letters, numbers, underscores
    //    (_), or hyphens (-). Attribute names are case sensitive and must be unique.
    //
    //    * An attribute display name must start with a letter or number and it
    //    can contain up to 25 characters. The characters can be letters, numbers,
    //    spaces, underscores (_), or hyphens (-).
    //
    // This object is required if the configuration invokes an AWS Lambda function
    // (RecommendationTransformerUri) to process recommendation data. Otherwise,
    // don't include this object in your request.
    Attributes map[string]*string `type:"map"`

    // A custom description of the configuration for the recommender model. The
    // description can contain up to 128 characters. The characters can be letters,
    // numbers, spaces, or the following symbols: _ ; () , ‐.
    Description *string `type:"string"`

    // A custom name of the configuration for the recommender model. The name must
    // start with a letter or number and it can contain up to 128 characters. The
    // characters can be letters, numbers, spaces, underscores (_), or hyphens (-).
    Name *string `type:"string"`

    // The type of Amazon Pinpoint ID to associate with unique user IDs in the recommender
    // model. This value enables the model to use attribute and event data that’s
    // specific to a particular endpoint or user in an Amazon Pinpoint application.
    // Valid values are:
    //
    //    * PINPOINT_ENDPOINT_ID - Associate each user in the model with a particular
    //    endpoint in Amazon Pinpoint. The data is correlated based on endpoint
    //    IDs in Amazon Pinpoint. This is the default value.
    //
    //    * PINPOINT_USER_ID - Associate each user in the model with a particular
    //    user and endpoint in Amazon Pinpoint. The data is correlated based on
    //    user IDs in Amazon Pinpoint. If you specify this value, an endpoint definition
    //    in Amazon Pinpoint has to specify both a user ID (UserId) and an endpoint
    //    ID. Otherwise, messages won’t be sent to the user's endpoint.
    RecommendationProviderIdType *string `type:"string"`

    // The Amazon Resource Name (ARN) of the AWS Identity and Access Management
    // (IAM) role that authorizes Amazon Pinpoint to retrieve recommendation data
    // from the recommender model.
    //
    // RecommendationProviderRoleArn is a required field
    RecommendationProviderRoleArn *string `type:"string" required:"true"`

    // The Amazon Resource Name (ARN) of the recommender model to retrieve recommendation
    // data from. This value must match the ARN of an Amazon Personalize campaign.
    //
    // RecommendationProviderUri is a required field
    RecommendationProviderUri *string `type:"string" required:"true"`

    // The name or Amazon Resource Name (ARN) of the AWS Lambda function to invoke
    // for additional processing of recommendation data that's retrieved from the
    // recommender model.
    RecommendationTransformerUri *string `type:"string"`

    // A custom display name for the standard endpoint or user attribute (RecommendationItems)
    // that temporarily stores recommended items for each endpoint or user, depending
    // on the value for the RecommendationProviderIdType property. This value is
    // required if the configuration doesn't invoke an AWS Lambda function (RecommendationTransformerUri)
    // to perform additional processing of recommendation data.
    //
    // This name appears in the Attribute finder of the template editor on the Amazon
    // Pinpoint console. The name can contain up to 25 characters. The characters
    // can be letters, numbers, spaces, underscores (_), or hyphens (-). These restrictions
    // don't apply to attribute values.
    RecommendationsDisplayName *string `type:"string"`

    // The number of recommended items to retrieve from the model for each endpoint
    // or user, depending on the value for the RecommendationProviderIdType property.
    // This number determines how many recommended items are available for use in
    // message variables. The minimum value is 1. The maximum value is 5. The default
    // value is 5.
    //
    // To use multiple recommended items and custom attributes with message variables,
    // you have to use an AWS Lambda function (RecommendationTransformerUri) to
    // perform additional processing of recommendation data.
    RecommendationsPerMessage *int64 `type:"integer"`
    // contains filtered or unexported fields
}

Specifies Amazon Pinpoint configuration settings for retrieving and processing recommendation data from a recommender model.

func (CreateRecommenderConfiguration) GoString

func (s CreateRecommenderConfiguration) GoString() string

GoString returns the string representation.

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

func (*CreateRecommenderConfiguration) SetAttributes

func (s *CreateRecommenderConfiguration) SetAttributes(v map[string]*string) *CreateRecommenderConfiguration

SetAttributes sets the Attributes field's value.

func (*CreateRecommenderConfiguration) SetDescription

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

SetDescription sets the Description field's value.

func (*CreateRecommenderConfiguration) SetName

func (s *CreateRecommenderConfiguration) SetName(v string) *CreateRecommenderConfiguration

SetName sets the Name field's value.

func (*CreateRecommenderConfiguration) SetRecommendationProviderIdType

func (s *CreateRecommenderConfiguration) SetRecommendationProviderIdType(v string) *CreateRecommenderConfiguration

SetRecommendationProviderIdType sets the RecommendationProviderIdType field's value.

func (*CreateRecommenderConfiguration) SetRecommendationProviderRoleArn

func (s *CreateRecommenderConfiguration) SetRecommendationProviderRoleArn(v string) *CreateRecommenderConfiguration

SetRecommendationProviderRoleArn sets the RecommendationProviderRoleArn field's value.

func (*CreateRecommenderConfiguration) SetRecommendationProviderUri

func (s *CreateRecommenderConfiguration) SetRecommendationProviderUri(v string) *CreateRecommenderConfiguration

SetRecommendationProviderUri sets the RecommendationProviderUri field's value.

func (*CreateRecommenderConfiguration) SetRecommendationTransformerUri

func (s *CreateRecommenderConfiguration) SetRecommendationTransformerUri(v string) *CreateRecommenderConfiguration

SetRecommendationTransformerUri sets the RecommendationTransformerUri field's value.

func (*CreateRecommenderConfiguration) SetRecommendationsDisplayName

func (s *CreateRecommenderConfiguration) SetRecommendationsDisplayName(v string) *CreateRecommenderConfiguration

SetRecommendationsDisplayName sets the RecommendationsDisplayName field's value.

func (*CreateRecommenderConfiguration) SetRecommendationsPerMessage

func (s *CreateRecommenderConfiguration) SetRecommendationsPerMessage(v int64) *CreateRecommenderConfiguration

SetRecommendationsPerMessage sets the RecommendationsPerMessage field's value.

func (CreateRecommenderConfiguration) String

func (s CreateRecommenderConfiguration) String() string

String returns the string representation.

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

func (*CreateRecommenderConfiguration) Validate

func (s *CreateRecommenderConfiguration) Validate() error

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

type CreateRecommenderConfigurationInput

type CreateRecommenderConfigurationInput struct {

    // Specifies Amazon Pinpoint configuration settings for retrieving and processing
    // recommendation data from a recommender model.
    //
    // CreateRecommenderConfiguration is a required field
    CreateRecommenderConfiguration *CreateRecommenderConfiguration `type:"structure" required:"true"`
    // contains filtered or unexported fields
}

func (CreateRecommenderConfigurationInput) GoString

func (s CreateRecommenderConfigurationInput) GoString() string

GoString returns the string representation.

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

func (*CreateRecommenderConfigurationInput) SetCreateRecommenderConfiguration

func (s *CreateRecommenderConfigurationInput) SetCreateRecommenderConfiguration(v *CreateRecommenderConfiguration) *CreateRecommenderConfigurationInput

SetCreateRecommenderConfiguration sets the CreateRecommenderConfiguration field's value.

func (CreateRecommenderConfigurationInput) String

func (s CreateRecommenderConfigurationInput) String() string

String returns the string representation.

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

func (*CreateRecommenderConfigurationInput) Validate

func (s *CreateRecommenderConfigurationInput) Validate() error

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

type CreateRecommenderConfigurationOutput

type CreateRecommenderConfigurationOutput struct {

    // Provides information about Amazon Pinpoint configuration settings for retrieving
    // and processing data from a recommender model.
    //
    // RecommenderConfigurationResponse is a required field
    RecommenderConfigurationResponse *RecommenderConfigurationResponse `type:"structure" required:"true"`
    // contains filtered or unexported fields
}

func (CreateRecommenderConfigurationOutput) GoString

func (s CreateRecommenderConfigurationOutput) GoString() string

GoString returns the string representation.

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

func (*CreateRecommenderConfigurationOutput) SetRecommenderConfigurationResponse

func (s *CreateRecommenderConfigurationOutput) SetRecommenderConfigurationResponse(v *RecommenderConfigurationResponse) *CreateRecommenderConfigurationOutput

SetRecommenderConfigurationResponse sets the RecommenderConfigurationResponse field's value.

func (CreateRecommenderConfigurationOutput) String

func (s CreateRecommenderConfigurationOutput) String() string

String returns the string representation.

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

type CreateSegmentInput

type CreateSegmentInput struct {

    // ApplicationId is a required field
    ApplicationId *string `location:"uri" locationName:"application-id" type:"string" required:"true"`

    // Specifies the configuration, dimension, and other settings for a segment.
    // A WriteSegmentRequest object can include a Dimensions object or a SegmentGroups
    // object, but not both.
    //
    // WriteSegmentRequest is a required field
    WriteSegmentRequest *WriteSegmentRequest `type:"structure" required:"true"`
    // contains filtered or unexported fields
}

func (CreateSegmentInput) GoString

func (s CreateSegmentInput) GoString() string

GoString returns the string representation.

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

func (*CreateSegmentInput) SetApplicationId

func (s *CreateSegmentInput) SetApplicationId(v string) *CreateSegmentInput

SetApplicationId sets the ApplicationId field's value.

func (*CreateSegmentInput) SetWriteSegmentRequest

func (s *CreateSegmentInput) SetWriteSegmentRequest(v *WriteSegmentRequest) *CreateSegmentInput

SetWriteSegmentRequest sets the WriteSegmentRequest field's value.

func (CreateSegmentInput) String

func (s CreateSegmentInput) String() string

String returns the string representation.

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

func (*CreateSegmentInput) Validate

func (s *CreateSegmentInput) Validate() error

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

type CreateSegmentOutput

type CreateSegmentOutput struct {

    // Provides information about the configuration, dimension, and other settings
    // for a segment.
    //
    // SegmentResponse is a required field
    SegmentResponse *SegmentResponse `type:"structure" required:"true"`
    // contains filtered or unexported fields
}

func (CreateSegmentOutput) GoString

func (s CreateSegmentOutput) GoString() string

GoString returns the string representation.

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

func (*CreateSegmentOutput) SetSegmentResponse

func (s *CreateSegmentOutput) SetSegmentResponse(v *SegmentResponse) *CreateSegmentOutput

SetSegmentResponse sets the SegmentResponse field's value.

func (CreateSegmentOutput) String

func (s CreateSegmentOutput) String() string

String returns the string representation.

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

type CreateSmsTemplateInput

type CreateSmsTemplateInput struct {

    // Specifies the content and settings for a message template that can be used
    // in text messages that are sent through the SMS channel.
    //
    // SMSTemplateRequest is a required field
    SMSTemplateRequest *SMSTemplateRequest `type:"structure" required:"true"`

    // TemplateName is a required field
    TemplateName *string `location:"uri" locationName:"template-name" type:"string" required:"true"`
    // contains filtered or unexported fields
}

func (CreateSmsTemplateInput) GoString

func (s CreateSmsTemplateInput) GoString() string

GoString returns the string representation.

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

func (*CreateSmsTemplateInput) SetSMSTemplateRequest

func (s *CreateSmsTemplateInput) SetSMSTemplateRequest(v *SMSTemplateRequest) *CreateSmsTemplateInput

SetSMSTemplateRequest sets the SMSTemplateRequest field's value.

func (*CreateSmsTemplateInput) SetTemplateName

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

SetTemplateName sets the TemplateName field's value.

func (CreateSmsTemplateInput) String

func (s CreateSmsTemplateInput) String() string

String returns the string representation.

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

func (*CreateSmsTemplateInput) Validate

func (s *CreateSmsTemplateInput) Validate() error

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

type CreateSmsTemplateOutput

type CreateSmsTemplateOutput struct {

    // Provides information about a request to create a message template.
    //
    // CreateTemplateMessageBody is a required field
    CreateTemplateMessageBody *CreateTemplateMessageBody `type:"structure" required:"true"`
    // contains filtered or unexported fields
}

func (CreateSmsTemplateOutput) GoString

func (s CreateSmsTemplateOutput) GoString() string

GoString returns the string representation.

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

func (*CreateSmsTemplateOutput) SetCreateTemplateMessageBody

func (s *CreateSmsTemplateOutput) SetCreateTemplateMessageBody(v *CreateTemplateMessageBody) *CreateSmsTemplateOutput

SetCreateTemplateMessageBody sets the CreateTemplateMessageBody field's value.

func (CreateSmsTemplateOutput) String

func (s CreateSmsTemplateOutput) String() string

String returns the string representation.

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

type CreateTemplateMessageBody

type CreateTemplateMessageBody struct {

    // The Amazon Resource Name (ARN) of the message template that was created.
    Arn *string `type:"string"`

    // The message that's returned from the API for the request to create the message
    // template.
    Message *string `type:"string"`

    // The unique identifier for the request to create the message template.
    RequestID *string `type:"string"`
    // contains filtered or unexported fields
}

Provides information about a request to create a message template.

func (CreateTemplateMessageBody) GoString

func (s CreateTemplateMessageBody) GoString() string

GoString returns the string representation.

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

func (*CreateTemplateMessageBody) SetArn

func (s *CreateTemplateMessageBody) SetArn(v string) *CreateTemplateMessageBody

SetArn sets the Arn field's value.

func (*CreateTemplateMessageBody) SetMessage

func (s *CreateTemplateMessageBody) SetMessage(v string) *CreateTemplateMessageBody

SetMessage sets the Message field's value.

func (*CreateTemplateMessageBody) SetRequestID

func (s *CreateTemplateMessageBody) SetRequestID(v string) *CreateTemplateMessageBody

SetRequestID sets the RequestID field's value.

func (CreateTemplateMessageBody) String

func (s CreateTemplateMessageBody) String() string

String returns the string representation.

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

type CreateVoiceTemplateInput

type CreateVoiceTemplateInput struct {

    // TemplateName is a required field
    TemplateName *string `location:"uri" locationName:"template-name" type:"string" required:"true"`

    // Specifies the content and settings for a message template that can be used
    // in messages that are sent through the voice channel.
    //
    // VoiceTemplateRequest is a required field
    VoiceTemplateRequest *VoiceTemplateRequest `type:"structure" required:"true"`
    // contains filtered or unexported fields
}

func (CreateVoiceTemplateInput) GoString

func (s CreateVoiceTemplateInput) GoString() string

GoString returns the string representation.

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

func (*CreateVoiceTemplateInput) SetTemplateName

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

SetTemplateName sets the TemplateName field's value.

func (*CreateVoiceTemplateInput) SetVoiceTemplateRequest

func (s *CreateVoiceTemplateInput) SetVoiceTemplateRequest(v *VoiceTemplateRequest) *CreateVoiceTemplateInput

SetVoiceTemplateRequest sets the VoiceTemplateRequest field's value.

func (CreateVoiceTemplateInput) String

func (s CreateVoiceTemplateInput) String() string

String returns the string representation.

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

func (*CreateVoiceTemplateInput) Validate

func (s *CreateVoiceTemplateInput) Validate() error

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

type CreateVoiceTemplateOutput

type CreateVoiceTemplateOutput struct {

    // Provides information about a request to create a message template.
    //
    // CreateTemplateMessageBody is a required field
    CreateTemplateMessageBody *CreateTemplateMessageBody `type:"structure" required:"true"`
    // contains filtered or unexported fields
}

func (CreateVoiceTemplateOutput) GoString

func (s CreateVoiceTemplateOutput) GoString() string

GoString returns the string representation.

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

func (*CreateVoiceTemplateOutput) SetCreateTemplateMessageBody

func (s *CreateVoiceTemplateOutput) SetCreateTemplateMessageBody(v *CreateTemplateMessageBody) *CreateVoiceTemplateOutput

SetCreateTemplateMessageBody sets the CreateTemplateMessageBody field's value.

func (CreateVoiceTemplateOutput) String

func (s CreateVoiceTemplateOutput) String() string

String returns the string representation.

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

type CustomDeliveryConfiguration

type CustomDeliveryConfiguration struct {

    // The destination to send the campaign or treatment to. This value can be one
    // of the following:
    //
    //    * The name or Amazon Resource Name (ARN) of an AWS Lambda function to
    //    invoke to handle delivery of the campaign or treatment.
    //
    //    * The URL for a web application or service that supports HTTPS and can
    //    receive the message. The URL has to be a full URL, including the HTTPS
    //    protocol.
    //
    // DeliveryUri is a required field
    DeliveryUri *string `type:"string" required:"true"`

    // The types of endpoints to send the campaign or treatment to. Each valid value
    // maps to a type of channel that you can associate with an endpoint by using
    // the ChannelType property of an endpoint.
    EndpointTypes []*string `type:"list" enum:"EndpointTypesElement"`
    // contains filtered or unexported fields
}

Specifies the delivery configuration settings for sending a campaign or campaign treatment through a custom channel. This object is required if you use the CampaignCustomMessage object to define the message to send for the campaign or campaign treatment.

func (CustomDeliveryConfiguration) GoString

func (s CustomDeliveryConfiguration) GoString() string

GoString returns the string representation.

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

func (*CustomDeliveryConfiguration) SetDeliveryUri

func (s *CustomDeliveryConfiguration) SetDeliveryUri(v string) *CustomDeliveryConfiguration

SetDeliveryUri sets the DeliveryUri field's value.

func (*CustomDeliveryConfiguration) SetEndpointTypes

func (s *CustomDeliveryConfiguration) SetEndpointTypes(v []*string) *CustomDeliveryConfiguration

SetEndpointTypes sets the EndpointTypes field's value.

func (CustomDeliveryConfiguration) String

func (s CustomDeliveryConfiguration) String() string

String returns the string representation.

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

func (*CustomDeliveryConfiguration) Validate

func (s *CustomDeliveryConfiguration) Validate() error

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

type CustomMessageActivity

type CustomMessageActivity struct {

    // The destination to send the campaign or treatment to. This value can be one
    // of the following:
    //
    //    * The name or Amazon Resource Name (ARN) of an AWS Lambda function to
    //    invoke to handle delivery of the campaign or treatment.
    //
    //    * The URL for a web application or service that supports HTTPS and can
    //    receive the message. The URL has to be a full URL, including the HTTPS
    //    protocol.
    DeliveryUri *string `type:"string"`

    // The types of endpoints to send the custom message to. Each valid value maps
    // to a type of channel that you can associate with an endpoint by using the
    // ChannelType property of an endpoint.
    EndpointTypes []*string `type:"list" enum:"EndpointTypesElement"`

    // Specifies the message data included in a custom channel message that's sent
    // to participants in a journey.
    MessageConfig *JourneyCustomMessage `type:"structure"`

    // The unique identifier for the next activity to perform, after Amazon Pinpoint
    // calls the AWS Lambda function or web hook.
    NextActivity *string `type:"string"`

    // The name of the custom message template to use for the message. If specified,
    // this value must match the name of an existing message template.
    TemplateName *string `type:"string"`

    // The unique identifier for the version of the message template to use for
    // the message. If specified, this value must match the identifier for an existing
    // template version. To retrieve a list of versions and version identifiers
    // for a template, use the Template Versions
    TemplateVersion *string `type:"string"`
    // contains filtered or unexported fields
}

The settings for a custom message activity. This type of activity calls an AWS Lambda function or web hook that sends messages to participants.

func (CustomMessageActivity) GoString

func (s CustomMessageActivity) GoString() string

GoString returns the string representation.

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

func (*CustomMessageActivity) SetDeliveryUri

func (s *CustomMessageActivity) SetDeliveryUri(v string) *CustomMessageActivity

SetDeliveryUri sets the DeliveryUri field's value.

func (*CustomMessageActivity) SetEndpointTypes

func (s *CustomMessageActivity) SetEndpointTypes(v []*string) *CustomMessageActivity

SetEndpointTypes sets the EndpointTypes field's value.

func (*CustomMessageActivity) SetMessageConfig

func (s *CustomMessageActivity) SetMessageConfig(v *JourneyCustomMessage) *CustomMessageActivity

SetMessageConfig sets the MessageConfig field's value.

func (*CustomMessageActivity) SetNextActivity

func (s *CustomMessageActivity) SetNextActivity(v string) *CustomMessageActivity

SetNextActivity sets the NextActivity field's value.

func (*CustomMessageActivity) SetTemplateName

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

SetTemplateName sets the TemplateName field's value.

func (*CustomMessageActivity) SetTemplateVersion

func (s *CustomMessageActivity) SetTemplateVersion(v string) *CustomMessageActivity

SetTemplateVersion sets the TemplateVersion field's value.

func (CustomMessageActivity) String

func (s CustomMessageActivity) String() string

String returns the string representation.

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

type DefaultButtonConfiguration

type DefaultButtonConfiguration struct {

    // The background color of the button.
    BackgroundColor *string `type:"string"`

    // The border radius of the button.
    BorderRadius *int64 `type:"integer"`

    // Action triggered by the button.
    //
    // ButtonAction is a required field
    ButtonAction *string `type:"string" required:"true" enum:"ButtonAction"`

    // Button destination.
    Link *string `type:"string"`

    // Button text.
    //
    // Text is a required field
    Text *string `type:"string" required:"true"`

    // The text color of the button.
    TextColor *string `type:"string"`
    // contains filtered or unexported fields
}

Default button configuration.

func (DefaultButtonConfiguration) GoString

func (s DefaultButtonConfiguration) GoString() string

GoString returns the string representation.

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

func (*DefaultButtonConfiguration) SetBackgroundColor

func (s *DefaultButtonConfiguration) SetBackgroundColor(v string) *DefaultButtonConfiguration

SetBackgroundColor sets the BackgroundColor field's value.

func (*DefaultButtonConfiguration) SetBorderRadius

func (s *DefaultButtonConfiguration) SetBorderRadius(v int64) *DefaultButtonConfiguration

SetBorderRadius sets the BorderRadius field's value.

func (*DefaultButtonConfiguration) SetButtonAction

func (s *DefaultButtonConfiguration) SetButtonAction(v string) *DefaultButtonConfiguration

SetButtonAction sets the ButtonAction field's value.

func (s *DefaultButtonConfiguration) SetLink(v string) *DefaultButtonConfiguration

SetLink sets the Link field's value.

func (*DefaultButtonConfiguration) SetText

func (s *DefaultButtonConfiguration) SetText(v string) *DefaultButtonConfiguration

SetText sets the Text field's value.

func (*DefaultButtonConfiguration) SetTextColor

func (s *DefaultButtonConfiguration) SetTextColor(v string) *DefaultButtonConfiguration

SetTextColor sets the TextColor field's value.

func (DefaultButtonConfiguration) String

func (s DefaultButtonConfiguration) String() string

String returns the string representation.

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

func (*DefaultButtonConfiguration) Validate

func (s *DefaultButtonConfiguration) Validate() error

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

type DefaultMessage

type DefaultMessage struct {

    // The default body of the message.
    Body *string `type:"string"`

    // The default message variables to use in the message. You can override these
    // default variables with individual address variables.
    Substitutions map[string][]*string `type:"map"`
    // contains filtered or unexported fields
}

Specifies the default message for all channels.

func (DefaultMessage) GoString

func (s DefaultMessage) GoString() string

GoString returns the string representation.

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

func (*DefaultMessage) SetBody

func (s *DefaultMessage) SetBody(v string) *DefaultMessage

SetBody sets the Body field's value.

func (*DefaultMessage) SetSubstitutions

func (s *DefaultMessage) SetSubstitutions(v map[string][]*string) *DefaultMessage

SetSubstitutions sets the Substitutions field's value.

func (DefaultMessage) String

func (s DefaultMessage) String() string

String returns the string representation.

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

type DefaultPushNotificationMessage

type DefaultPushNotificationMessage struct {

    // The default action to occur if a recipient taps the push notification. Valid
    // values are:
    //
    //    * OPEN_APP - Your app opens or it becomes the foreground app if it was
    //    sent to the background. This is the default action.
    //
    //    * DEEP_LINK - Your app opens and displays a designated user interface
    //    in the app. This setting uses the deep-linking features of the iOS and
    //    Android platforms.
    //
    //    * URL - The default mobile browser on the recipient's device opens and
    //    loads the web page at a URL that you specify.
    Action *string `type:"string" enum:"Action"`

    // The default body of the notification message.
    Body *string `type:"string"`

    // The JSON data payload to use for the default push notification, if the notification
    // is a silent push notification. This payload is added to the data.pinpoint.jsonBody
    // object of the notification.
    Data map[string]*string `type:"map"`

    // Specifies whether the default notification is a silent push notification,
    // which is a push notification that doesn't display on a recipient's device.
    // Silent push notifications can be used for cases such as updating an app's
    // configuration or delivering messages to an in-app notification center.
    SilentPush *bool `type:"boolean"`

    // The default message variables to use in the notification message. You can
    // override the default variables with individual address variables.
    Substitutions map[string][]*string `type:"map"`

    // The default title to display above the notification message on a recipient's
    // device.
    Title *string `type:"string"`

    // The default URL to open in a recipient's default mobile browser, if a recipient
    // taps the push notification and the value of the Action property is URL.
    Url *string `type:"string"`
    // contains filtered or unexported fields
}

Specifies the default settings and content for a push notification that's sent directly to an endpoint.

func (DefaultPushNotificationMessage) GoString

func (s DefaultPushNotificationMessage) GoString() string

GoString returns the string representation.

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

func (*DefaultPushNotificationMessage) SetAction

func (s *DefaultPushNotificationMessage) SetAction(v string) *DefaultPushNotificationMessage

SetAction sets the Action field's value.

func (*DefaultPushNotificationMessage) SetBody

func (s *DefaultPushNotificationMessage) SetBody(v string) *DefaultPushNotificationMessage

SetBody sets the Body field's value.

func (*DefaultPushNotificationMessage) SetData

func (s *DefaultPushNotificationMessage) SetData(v map[string]*string) *DefaultPushNotificationMessage

SetData sets the Data field's value.

func (*DefaultPushNotificationMessage) SetSilentPush

func (s *DefaultPushNotificationMessage) SetSilentPush(v bool) *DefaultPushNotificationMessage

SetSilentPush sets the SilentPush field's value.

func (*DefaultPushNotificationMessage) SetSubstitutions

func (s *DefaultPushNotificationMessage) SetSubstitutions(v map[string][]*string) *DefaultPushNotificationMessage

SetSubstitutions sets the Substitutions field's value.

func (*DefaultPushNotificationMessage) SetTitle

func (s *DefaultPushNotificationMessage) SetTitle(v string) *DefaultPushNotificationMessage

SetTitle sets the Title field's value.

func (*DefaultPushNotificationMessage) SetUrl

func (s *DefaultPushNotificationMessage) SetUrl(v string) *DefaultPushNotificationMessage

SetUrl sets the Url field's value.

func (DefaultPushNotificationMessage) String

func (s DefaultPushNotificationMessage) String() string

String returns the string representation.

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

type DefaultPushNotificationTemplate

type DefaultPushNotificationTemplate struct {

    // The action to occur if a recipient taps a push notification that's based
    // on the message template. Valid values are:
    //
    //    * OPEN_APP - Your app opens or it becomes the foreground app if it was
    //    sent to the background. This is the default action.
    //
    //    * DEEP_LINK - Your app opens and displays a designated user interface
    //    in the app. This setting uses the deep-linking features of the iOS and
    //    Android platforms.
    //
    //    * URL - The default mobile browser on the recipient's device opens and
    //    loads the web page at a URL that you specify.
    Action *string `type:"string" enum:"Action"`

    // The message body to use in push notifications that are based on the message
    // template.
    Body *string `type:"string"`

    // The sound to play when a recipient receives a push notification that's based
    // on the message template. You can use the default stream or specify the file
    // name of a sound resource that's bundled in your app. On an Android platform,
    // the sound file must reside in /res/raw/.
    //
    // For an iOS platform, this value is the key for the name of a sound file in
    // your app's main bundle or the Library/Sounds folder in your app's data container.
    // If the sound file can't be found or you specify default for the value, the
    // system plays the default alert sound.
    Sound *string `type:"string"`

    // The title to use in push notifications that are based on the message template.
    // This title appears above the notification message on a recipient's device.
    Title *string `type:"string"`

    // The URL to open in a recipient's default mobile browser, if a recipient taps
    // a push notification that's based on the message template and the value of
    // the Action property is URL.
    Url *string `type:"string"`
    // contains filtered or unexported fields
}

Specifies the default settings and content for a message template that can be used in messages that are sent through a push notification channel.

func (DefaultPushNotificationTemplate) GoString

func (s DefaultPushNotificationTemplate) GoString() string

GoString returns the string representation.

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

func (*DefaultPushNotificationTemplate) SetAction

func (s *DefaultPushNotificationTemplate) SetAction(v string) *DefaultPushNotificationTemplate

SetAction sets the Action field's value.

func (*DefaultPushNotificationTemplate) SetBody

func (s *DefaultPushNotificationTemplate) SetBody(v string) *DefaultPushNotificationTemplate

SetBody sets the Body field's value.

func (*DefaultPushNotificationTemplate) SetSound

func (s *DefaultPushNotificationTemplate) SetSound(v string) *DefaultPushNotificationTemplate

SetSound sets the Sound field's value.

func (*DefaultPushNotificationTemplate) SetTitle

func (s *DefaultPushNotificationTemplate) SetTitle(v string) *DefaultPushNotificationTemplate

SetTitle sets the Title field's value.

func (*DefaultPushNotificationTemplate) SetUrl

func (s *DefaultPushNotificationTemplate) SetUrl(v string) *DefaultPushNotificationTemplate

SetUrl sets the Url field's value.

func (DefaultPushNotificationTemplate) String

func (s DefaultPushNotificationTemplate) String() string

String returns the string representation.

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

type DeleteAdmChannelInput

type DeleteAdmChannelInput struct {

    // ApplicationId is a required field
    ApplicationId *string `location:"uri" locationName:"application-id" type:"string" required:"true"`
    // contains filtered or unexported fields
}

func (DeleteAdmChannelInput) GoString

func (s DeleteAdmChannelInput) GoString() string

GoString returns the string representation.

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

func (*DeleteAdmChannelInput) SetApplicationId

func (s *DeleteAdmChannelInput) SetApplicationId(v string) *DeleteAdmChannelInput

SetApplicationId sets the ApplicationId field's value.

func (DeleteAdmChannelInput) String

func (s DeleteAdmChannelInput) String() string

String returns the string representation.

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

func (*DeleteAdmChannelInput) Validate

func (s *DeleteAdmChannelInput) Validate() error

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

type DeleteAdmChannelOutput

type DeleteAdmChannelOutput struct {

    // Provides information about the status and settings of the ADM (Amazon Device
    // Messaging) channel for an application.
    //
    // ADMChannelResponse is a required field
    ADMChannelResponse *ADMChannelResponse `type:"structure" required:"true"`
    // contains filtered or unexported fields
}

func (DeleteAdmChannelOutput) GoString

func (s DeleteAdmChannelOutput) GoString() string

GoString returns the string representation.

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

func (*DeleteAdmChannelOutput) SetADMChannelResponse

func (s *DeleteAdmChannelOutput) SetADMChannelResponse(v *ADMChannelResponse) *DeleteAdmChannelOutput

SetADMChannelResponse sets the ADMChannelResponse field's value.

func (DeleteAdmChannelOutput) String

func (s DeleteAdmChannelOutput) String() string

String returns the string representation.

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

type DeleteApnsChannelInput

type DeleteApnsChannelInput struct {

    // ApplicationId is a required field
    ApplicationId *string `location:"uri" locationName:"application-id" type:"string" required:"true"`
    // contains filtered or unexported fields
}

func (DeleteApnsChannelInput) GoString

func (s DeleteApnsChannelInput) GoString() string

GoString returns the string representation.

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

func (*DeleteApnsChannelInput) SetApplicationId

func (s *DeleteApnsChannelInput) SetApplicationId(v string) *DeleteApnsChannelInput

SetApplicationId sets the ApplicationId field's value.

func (DeleteApnsChannelInput) String

func (s DeleteApnsChannelInput) String() string

String returns the string representation.

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

func (*DeleteApnsChannelInput) Validate

func (s *DeleteApnsChannelInput) Validate() error

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

type DeleteApnsChannelOutput

type DeleteApnsChannelOutput struct {

    // Provides information about the status and settings of the APNs (Apple Push
    // Notification service) channel for an application.
    //
    // APNSChannelResponse is a required field
    APNSChannelResponse *APNSChannelResponse `type:"structure" required:"true"`
    // contains filtered or unexported fields
}

func (DeleteApnsChannelOutput) GoString

func (s DeleteApnsChannelOutput) GoString() string

GoString returns the string representation.

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

func (*DeleteApnsChannelOutput) SetAPNSChannelResponse

func (s *DeleteApnsChannelOutput) SetAPNSChannelResponse(v *APNSChannelResponse) *DeleteApnsChannelOutput

SetAPNSChannelResponse sets the APNSChannelResponse field's value.

func (DeleteApnsChannelOutput) String

func (s DeleteApnsChannelOutput) String() string

String returns the string representation.

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

type DeleteApnsSandboxChannelInput

type DeleteApnsSandboxChannelInput struct {

    // ApplicationId is a required field
    ApplicationId *string `location:"uri" locationName:"application-id" type:"string" required:"true"`
    // contains filtered or unexported fields
}

func (DeleteApnsSandboxChannelInput) GoString

func (s DeleteApnsSandboxChannelInput) GoString() string

GoString returns the string representation.

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

func (*DeleteApnsSandboxChannelInput) SetApplicationId

func (s *DeleteApnsSandboxChannelInput) SetApplicationId(v string) *DeleteApnsSandboxChannelInput

SetApplicationId sets the ApplicationId field's value.

func (DeleteApnsSandboxChannelInput) String

func (s DeleteApnsSandboxChannelInput) String() string

String returns the string representation.

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

func (*DeleteApnsSandboxChannelInput) Validate

func (s *DeleteApnsSandboxChannelInput) Validate() error

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

type DeleteApnsSandboxChannelOutput

type DeleteApnsSandboxChannelOutput struct {

    // Provides information about the status and settings of the APNs (Apple Push
    // Notification service) sandbox channel for an application.
    //
    // APNSSandboxChannelResponse is a required field
    APNSSandboxChannelResponse *APNSSandboxChannelResponse `type:"structure" required:"true"`
    // contains filtered or unexported fields
}

func (DeleteApnsSandboxChannelOutput) GoString

func (s DeleteApnsSandboxChannelOutput) GoString() string

GoString returns the string representation.

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

func (*DeleteApnsSandboxChannelOutput) SetAPNSSandboxChannelResponse

func (s *DeleteApnsSandboxChannelOutput) SetAPNSSandboxChannelResponse(v *APNSSandboxChannelResponse) *DeleteApnsSandboxChannelOutput

SetAPNSSandboxChannelResponse sets the APNSSandboxChannelResponse field's value.

func (DeleteApnsSandboxChannelOutput) String

func (s DeleteApnsSandboxChannelOutput) String() string

String returns the string representation.

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

type DeleteApnsVoipChannelInput

type DeleteApnsVoipChannelInput struct {

    // ApplicationId is a required field
    ApplicationId *string `location:"uri" locationName:"application-id" type:"string" required:"true"`
    // contains filtered or unexported fields
}

func (DeleteApnsVoipChannelInput) GoString

func (s DeleteApnsVoipChannelInput) GoString() string

GoString returns the string representation.

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

func (*DeleteApnsVoipChannelInput) SetApplicationId

func (s *DeleteApnsVoipChannelInput) SetApplicationId(v string) *DeleteApnsVoipChannelInput

SetApplicationId sets the ApplicationId field's value.

func (DeleteApnsVoipChannelInput) String

func (s DeleteApnsVoipChannelInput) String() string

String returns the string representation.

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

func (*DeleteApnsVoipChannelInput) Validate

func (s *DeleteApnsVoipChannelInput) Validate() error

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

type DeleteApnsVoipChannelOutput

type DeleteApnsVoipChannelOutput struct {

    // Provides information about the status and settings of the APNs (Apple Push
    // Notification service) VoIP channel for an application.
    //
    // APNSVoipChannelResponse is a required field
    APNSVoipChannelResponse *APNSVoipChannelResponse `type:"structure" required:"true"`
    // contains filtered or unexported fields
}

func (DeleteApnsVoipChannelOutput) GoString

func (s DeleteApnsVoipChannelOutput) GoString() string

GoString returns the string representation.

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

func (*DeleteApnsVoipChannelOutput) SetAPNSVoipChannelResponse

func (s *DeleteApnsVoipChannelOutput) SetAPNSVoipChannelResponse(v *APNSVoipChannelResponse) *DeleteApnsVoipChannelOutput

SetAPNSVoipChannelResponse sets the APNSVoipChannelResponse field's value.

func (DeleteApnsVoipChannelOutput) String

func (s DeleteApnsVoipChannelOutput) String() string

String returns the string representation.

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

type DeleteApnsVoipSandboxChannelInput

type DeleteApnsVoipSandboxChannelInput struct {

    // ApplicationId is a required field
    ApplicationId *string `location:"uri" locationName:"application-id" type:"string" required:"true"`
    // contains filtered or unexported fields
}

func (DeleteApnsVoipSandboxChannelInput) GoString

func (s DeleteApnsVoipSandboxChannelInput) GoString() string

GoString returns the string representation.

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

func (*DeleteApnsVoipSandboxChannelInput) SetApplicationId

func (s *DeleteApnsVoipSandboxChannelInput) SetApplicationId(v string) *DeleteApnsVoipSandboxChannelInput

SetApplicationId sets the ApplicationId field's value.

func (DeleteApnsVoipSandboxChannelInput) String

func (s DeleteApnsVoipSandboxChannelInput) String() string

String returns the string representation.

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

func (*DeleteApnsVoipSandboxChannelInput) Validate

func (s *DeleteApnsVoipSandboxChannelInput) Validate() error

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

type DeleteApnsVoipSandboxChannelOutput

type DeleteApnsVoipSandboxChannelOutput struct {

    // Provides information about the status and settings of the APNs (Apple Push
    // Notification service) VoIP sandbox channel for an application.
    //
    // APNSVoipSandboxChannelResponse is a required field
    APNSVoipSandboxChannelResponse *APNSVoipSandboxChannelResponse `type:"structure" required:"true"`
    // contains filtered or unexported fields
}

func (DeleteApnsVoipSandboxChannelOutput) GoString

func (s DeleteApnsVoipSandboxChannelOutput) GoString() string

GoString returns the string representation.

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

func (*DeleteApnsVoipSandboxChannelOutput) SetAPNSVoipSandboxChannelResponse

func (s *DeleteApnsVoipSandboxChannelOutput) SetAPNSVoipSandboxChannelResponse(v *APNSVoipSandboxChannelResponse) *DeleteApnsVoipSandboxChannelOutput

SetAPNSVoipSandboxChannelResponse sets the APNSVoipSandboxChannelResponse field's value.

func (DeleteApnsVoipSandboxChannelOutput) String

func (s DeleteApnsVoipSandboxChannelOutput) String() string

String returns the string representation.

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

type DeleteAppInput

type DeleteAppInput struct {

    // ApplicationId is a required field
    ApplicationId *string `location:"uri" locationName:"application-id" type:"string" required:"true"`
    // contains filtered or unexported fields
}

func (DeleteAppInput) GoString

func (s DeleteAppInput) GoString() string

GoString returns the string representation.

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

func (*DeleteAppInput) SetApplicationId

func (s *DeleteAppInput) SetApplicationId(v string) *DeleteAppInput

SetApplicationId sets the ApplicationId field's value.

func (DeleteAppInput) String

func (s DeleteAppInput) String() string

String returns the string representation.

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

func (*DeleteAppInput) Validate

func (s *DeleteAppInput) Validate() error

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

type DeleteAppOutput

type DeleteAppOutput struct {

    // Provides information about an application.
    //
    // ApplicationResponse is a required field
    ApplicationResponse *ApplicationResponse `type:"structure" required:"true"`
    // contains filtered or unexported fields
}

func (DeleteAppOutput) GoString

func (s DeleteAppOutput) GoString() string

GoString returns the string representation.

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

func (*DeleteAppOutput) SetApplicationResponse

func (s *DeleteAppOutput) SetApplicationResponse(v *ApplicationResponse) *DeleteAppOutput

SetApplicationResponse sets the ApplicationResponse field's value.

func (DeleteAppOutput) String

func (s DeleteAppOutput) String() string

String returns the string representation.

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

type DeleteBaiduChannelInput

type DeleteBaiduChannelInput struct {

    // ApplicationId is a required field
    ApplicationId *string `location:"uri" locationName:"application-id" type:"string" required:"true"`
    // contains filtered or unexported fields
}

func (DeleteBaiduChannelInput) GoString

func (s DeleteBaiduChannelInput) GoString() string

GoString returns the string representation.

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

func (*DeleteBaiduChannelInput) SetApplicationId

func (s *DeleteBaiduChannelInput) SetApplicationId(v string) *DeleteBaiduChannelInput

SetApplicationId sets the ApplicationId field's value.

func (DeleteBaiduChannelInput) String

func (s DeleteBaiduChannelInput) String() string

String returns the string representation.

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

func (*DeleteBaiduChannelInput) Validate

func (s *DeleteBaiduChannelInput) Validate() error

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

type DeleteBaiduChannelOutput

type DeleteBaiduChannelOutput struct {

    // Provides information about the status and settings of the Baidu (Baidu Cloud
    // Push) channel for an application.
    //
    // BaiduChannelResponse is a required field
    BaiduChannelResponse *BaiduChannelResponse `type:"structure" required:"true"`
    // contains filtered or unexported fields
}

func (DeleteBaiduChannelOutput) GoString

func (s DeleteBaiduChannelOutput) GoString() string

GoString returns the string representation.

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

func (*DeleteBaiduChannelOutput) SetBaiduChannelResponse

func (s *DeleteBaiduChannelOutput) SetBaiduChannelResponse(v *BaiduChannelResponse) *DeleteBaiduChannelOutput

SetBaiduChannelResponse sets the BaiduChannelResponse field's value.

func (DeleteBaiduChannelOutput) String

func (s DeleteBaiduChannelOutput) String() string

String returns the string representation.

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

type DeleteCampaignInput

type DeleteCampaignInput struct {

    // ApplicationId is a required field
    ApplicationId *string `location:"uri" locationName:"application-id" type:"string" required:"true"`

    // CampaignId is a required field
    CampaignId *string `location:"uri" locationName:"campaign-id" type:"string" required:"true"`
    // contains filtered or unexported fields
}

func (DeleteCampaignInput) GoString

func (s DeleteCampaignInput) GoString() string

GoString returns the string representation.

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

func (*DeleteCampaignInput) SetApplicationId

func (s *DeleteCampaignInput) SetApplicationId(v string) *DeleteCampaignInput

SetApplicationId sets the ApplicationId field's value.

func (*DeleteCampaignInput) SetCampaignId

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

SetCampaignId sets the CampaignId field's value.

func (DeleteCampaignInput) String

func (s DeleteCampaignInput) String() string

String returns the string representation.

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

func (*DeleteCampaignInput) Validate

func (s *DeleteCampaignInput) Validate() error

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

type DeleteCampaignOutput

type DeleteCampaignOutput struct {

    // Provides information about the status, configuration, and other settings
    // for a campaign.
    //
    // CampaignResponse is a required field
    CampaignResponse *CampaignResponse `type:"structure" required:"true"`
    // contains filtered or unexported fields
}

func (DeleteCampaignOutput) GoString

func (s DeleteCampaignOutput) GoString() string

GoString returns the string representation.

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

func (*DeleteCampaignOutput) SetCampaignResponse

func (s *DeleteCampaignOutput) SetCampaignResponse(v *CampaignResponse) *DeleteCampaignOutput

SetCampaignResponse sets the CampaignResponse field's value.

func (DeleteCampaignOutput) String

func (s DeleteCampaignOutput) String() string

String returns the string representation.

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

type DeleteEmailChannelInput

type DeleteEmailChannelInput struct {

    // ApplicationId is a required field
    ApplicationId *string `location:"uri" locationName:"application-id" type:"string" required:"true"`
    // contains filtered or unexported fields
}

func (DeleteEmailChannelInput) GoString

func (s DeleteEmailChannelInput) GoString() string

GoString returns the string representation.

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

func (*DeleteEmailChannelInput) SetApplicationId

func (s *DeleteEmailChannelInput) SetApplicationId(v string) *DeleteEmailChannelInput

SetApplicationId sets the ApplicationId field's value.

func (DeleteEmailChannelInput) String

func (s DeleteEmailChannelInput) String() string

String returns the string representation.

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

func (*DeleteEmailChannelInput) Validate

func (s *DeleteEmailChannelInput) Validate() error

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

type DeleteEmailChannelOutput

type DeleteEmailChannelOutput struct {

    // Provides information about the status and settings of the email channel for
    // an application.
    //
    // EmailChannelResponse is a required field
    EmailChannelResponse *EmailChannelResponse `type:"structure" required:"true"`
    // contains filtered or unexported fields
}

func (DeleteEmailChannelOutput) GoString

func (s DeleteEmailChannelOutput) GoString() string

GoString returns the string representation.

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

func (*DeleteEmailChannelOutput) SetEmailChannelResponse

func (s *DeleteEmailChannelOutput) SetEmailChannelResponse(v *EmailChannelResponse) *DeleteEmailChannelOutput

SetEmailChannelResponse sets the EmailChannelResponse field's value.

func (DeleteEmailChannelOutput) String

func (s DeleteEmailChannelOutput) String() string

String returns the string representation.

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

type DeleteEmailTemplateInput

type DeleteEmailTemplateInput struct {

    // TemplateName is a required field
    TemplateName *string `location:"uri" locationName:"template-name" type:"string" required:"true"`

    Version *string `location:"querystring" locationName:"version" type:"string"`
    // contains filtered or unexported fields
}

func (DeleteEmailTemplateInput) GoString

func (s DeleteEmailTemplateInput) GoString() string

GoString returns the string representation.

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

func (*DeleteEmailTemplateInput) SetTemplateName

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

SetTemplateName sets the TemplateName field's value.

func (*DeleteEmailTemplateInput) SetVersion

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

SetVersion sets the Version field's value.

func (DeleteEmailTemplateInput) String

func (s DeleteEmailTemplateInput) String() string

String returns the string representation.

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

func (*DeleteEmailTemplateInput) Validate

func (s *DeleteEmailTemplateInput) Validate() error

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

type DeleteEmailTemplateOutput

type DeleteEmailTemplateOutput struct {

    // Provides information about an API request or response.
    //
    // MessageBody is a required field
    MessageBody *MessageBody `type:"structure" required:"true"`
    // contains filtered or unexported fields
}

func (DeleteEmailTemplateOutput) GoString

func (s DeleteEmailTemplateOutput) GoString() string

GoString returns the string representation.

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

func (*DeleteEmailTemplateOutput) SetMessageBody

func (s *DeleteEmailTemplateOutput) SetMessageBody(v *MessageBody) *DeleteEmailTemplateOutput

SetMessageBody sets the MessageBody field's value.

func (DeleteEmailTemplateOutput) String

func (s DeleteEmailTemplateOutput) String() string

String returns the string representation.

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

type DeleteEndpointInput

type DeleteEndpointInput struct {

    // ApplicationId is a required field
    ApplicationId *string `location:"uri" locationName:"application-id" type:"string" required:"true"`

    // EndpointId is a required field
    EndpointId *string `location:"uri" locationName:"endpoint-id" type:"string" required:"true"`
    // contains filtered or unexported fields
}

func (DeleteEndpointInput) GoString

func (s DeleteEndpointInput) GoString() string

GoString returns the string representation.

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

func (*DeleteEndpointInput) SetApplicationId

func (s *DeleteEndpointInput) SetApplicationId(v string) *DeleteEndpointInput

SetApplicationId sets the ApplicationId field's value.

func (*DeleteEndpointInput) SetEndpointId

func (s *DeleteEndpointInput) SetEndpointId(v string) *DeleteEndpointInput

SetEndpointId sets the EndpointId field's value.

func (DeleteEndpointInput) String

func (s DeleteEndpointInput) String() string

String returns the string representation.

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

func (*DeleteEndpointInput) Validate

func (s *DeleteEndpointInput) Validate() error

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

type DeleteEndpointOutput

type DeleteEndpointOutput struct {

    // Provides information about the channel type and other settings for an endpoint.
    //
    // EndpointResponse is a required field
    EndpointResponse *EndpointResponse `type:"structure" required:"true"`
    // contains filtered or unexported fields
}

func (DeleteEndpointOutput) GoString

func (s DeleteEndpointOutput) GoString() string

GoString returns the string representation.

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

func (*DeleteEndpointOutput) SetEndpointResponse

func (s *DeleteEndpointOutput) SetEndpointResponse(v *EndpointResponse) *DeleteEndpointOutput

SetEndpointResponse sets the EndpointResponse field's value.

func (DeleteEndpointOutput) String

func (s DeleteEndpointOutput) String() string

String returns the string representation.

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

type DeleteEventStreamInput

type DeleteEventStreamInput struct {

    // ApplicationId is a required field
    ApplicationId *string `location:"uri" locationName:"application-id" type:"string" required:"true"`
    // contains filtered or unexported fields
}

func (DeleteEventStreamInput) GoString

func (s DeleteEventStreamInput) GoString() string

GoString returns the string representation.

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

func (*DeleteEventStreamInput) SetApplicationId

func (s *DeleteEventStreamInput) SetApplicationId(v string) *DeleteEventStreamInput

SetApplicationId sets the ApplicationId field's value.

func (DeleteEventStreamInput) String

func (s DeleteEventStreamInput) String() string

String returns the string representation.

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

func (*DeleteEventStreamInput) Validate

func (s *DeleteEventStreamInput) Validate() error

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

type DeleteEventStreamOutput

type DeleteEventStreamOutput struct {

    // Specifies settings for publishing event data to an Amazon Kinesis data stream
    // or an Amazon Kinesis Data Firehose delivery stream.
    //
    // EventStream is a required field
    EventStream *EventStream `type:"structure" required:"true"`
    // contains filtered or unexported fields
}

func (DeleteEventStreamOutput) GoString

func (s DeleteEventStreamOutput) GoString() string

GoString returns the string representation.

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

func (*DeleteEventStreamOutput) SetEventStream

func (s *DeleteEventStreamOutput) SetEventStream(v *EventStream) *DeleteEventStreamOutput

SetEventStream sets the EventStream field's value.

func (DeleteEventStreamOutput) String

func (s DeleteEventStreamOutput) String() string

String returns the string representation.

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

type DeleteGcmChannelInput

type DeleteGcmChannelInput struct {

    // ApplicationId is a required field
    ApplicationId *string `location:"uri" locationName:"application-id" type:"string" required:"true"`
    // contains filtered or unexported fields
}

func (DeleteGcmChannelInput) GoString

func (s DeleteGcmChannelInput) GoString() string

GoString returns the string representation.

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

func (*DeleteGcmChannelInput) SetApplicationId

func (s *DeleteGcmChannelInput) SetApplicationId(v string) *DeleteGcmChannelInput

SetApplicationId sets the ApplicationId field's value.

func (DeleteGcmChannelInput) String

func (s DeleteGcmChannelInput) String() string

String returns the string representation.

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

func (*DeleteGcmChannelInput) Validate

func (s *DeleteGcmChannelInput) Validate() error

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

type DeleteGcmChannelOutput

type DeleteGcmChannelOutput struct {

    // Provides information about the status and settings of the GCM channel for
    // an application. The GCM channel enables Amazon Pinpoint to send push notifications
    // through the Firebase Cloud Messaging (FCM), formerly Google Cloud Messaging
    // (GCM), service.
    //
    // GCMChannelResponse is a required field
    GCMChannelResponse *GCMChannelResponse `type:"structure" required:"true"`
    // contains filtered or unexported fields
}

func (DeleteGcmChannelOutput) GoString

func (s DeleteGcmChannelOutput) GoString() string

GoString returns the string representation.

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

func (*DeleteGcmChannelOutput) SetGCMChannelResponse

func (s *DeleteGcmChannelOutput) SetGCMChannelResponse(v *GCMChannelResponse) *DeleteGcmChannelOutput

SetGCMChannelResponse sets the GCMChannelResponse field's value.

func (DeleteGcmChannelOutput) String

func (s DeleteGcmChannelOutput) String() string

String returns the string representation.

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

type DeleteInAppTemplateInput

type DeleteInAppTemplateInput struct {

    // TemplateName is a required field
    TemplateName *string `location:"uri" locationName:"template-name" type:"string" required:"true"`

    Version *string `location:"querystring" locationName:"version" type:"string"`
    // contains filtered or unexported fields
}

func (DeleteInAppTemplateInput) GoString

func (s DeleteInAppTemplateInput) GoString() string

GoString returns the string representation.

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

func (*DeleteInAppTemplateInput) SetTemplateName

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

SetTemplateName sets the TemplateName field's value.

func (*DeleteInAppTemplateInput) SetVersion

func (s *DeleteInAppTemplateInput) SetVersion(v string) *DeleteInAppTemplateInput

SetVersion sets the Version field's value.

func (DeleteInAppTemplateInput) String

func (s DeleteInAppTemplateInput) String() string

String returns the string representation.

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

func (*DeleteInAppTemplateInput) Validate

func (s *DeleteInAppTemplateInput) Validate() error

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

type DeleteInAppTemplateOutput

type DeleteInAppTemplateOutput struct {

    // Provides information about an API request or response.
    //
    // MessageBody is a required field
    MessageBody *MessageBody `type:"structure" required:"true"`
    // contains filtered or unexported fields
}

func (DeleteInAppTemplateOutput) GoString

func (s DeleteInAppTemplateOutput) GoString() string

GoString returns the string representation.

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

func (*DeleteInAppTemplateOutput) SetMessageBody

func (s *DeleteInAppTemplateOutput) SetMessageBody(v *MessageBody) *DeleteInAppTemplateOutput

SetMessageBody sets the MessageBody field's value.

func (DeleteInAppTemplateOutput) String

func (s DeleteInAppTemplateOutput) String() string

String returns the string representation.

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

type DeleteJourneyInput

type DeleteJourneyInput struct {

    // ApplicationId is a required field
    ApplicationId *string `location:"uri" locationName:"application-id" type:"string" required:"true"`

    // JourneyId is a required field
    JourneyId *string `location:"uri" locationName:"journey-id" type:"string" required:"true"`
    // contains filtered or unexported fields
}

func (DeleteJourneyInput) GoString

func (s DeleteJourneyInput) GoString() string

GoString returns the string representation.

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

func (*DeleteJourneyInput) SetApplicationId

func (s *DeleteJourneyInput) SetApplicationId(v string) *DeleteJourneyInput

SetApplicationId sets the ApplicationId field's value.

func (*DeleteJourneyInput) SetJourneyId

func (s *DeleteJourneyInput) SetJourneyId(v string) *DeleteJourneyInput

SetJourneyId sets the JourneyId field's value.

func (DeleteJourneyInput) String

func (s DeleteJourneyInput) String() string

String returns the string representation.

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

func (*DeleteJourneyInput) Validate

func (s *DeleteJourneyInput) Validate() error

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

type DeleteJourneyOutput

type DeleteJourneyOutput struct {

    // Provides information about the status, configuration, and other settings
    // for a journey.
    //
    // JourneyResponse is a required field
    JourneyResponse *JourneyResponse `type:"structure" required:"true"`
    // contains filtered or unexported fields
}

func (DeleteJourneyOutput) GoString

func (s DeleteJourneyOutput) GoString() string

GoString returns the string representation.

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

func (*DeleteJourneyOutput) SetJourneyResponse

func (s *DeleteJourneyOutput) SetJourneyResponse(v *JourneyResponse) *DeleteJourneyOutput

SetJourneyResponse sets the JourneyResponse field's value.

func (DeleteJourneyOutput) String

func (s DeleteJourneyOutput) String() string

String returns the string representation.

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

type DeletePushTemplateInput

type DeletePushTemplateInput struct {

    // TemplateName is a required field
    TemplateName *string `location:"uri" locationName:"template-name" type:"string" required:"true"`

    Version *string `location:"querystring" locationName:"version" type:"string"`
    // contains filtered or unexported fields
}

func (DeletePushTemplateInput) GoString

func (s DeletePushTemplateInput) GoString() string

GoString returns the string representation.

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

func (*DeletePushTemplateInput) SetTemplateName

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

SetTemplateName sets the TemplateName field's value.

func (*DeletePushTemplateInput) SetVersion

func (s *DeletePushTemplateInput) SetVersion(v string) *DeletePushTemplateInput

SetVersion sets the Version field's value.

func (DeletePushTemplateInput) String

func (s DeletePushTemplateInput) String() string

String returns the string representation.

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

func (*DeletePushTemplateInput) Validate

func (s *DeletePushTemplateInput) Validate() error

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

type DeletePushTemplateOutput

type DeletePushTemplateOutput struct {

    // Provides information about an API request or response.
    //
    // MessageBody is a required field
    MessageBody *MessageBody `type:"structure" required:"true"`
    // contains filtered or unexported fields
}

func (DeletePushTemplateOutput) GoString

func (s DeletePushTemplateOutput) GoString() string

GoString returns the string representation.

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

func (*DeletePushTemplateOutput) SetMessageBody

func (s *DeletePushTemplateOutput) SetMessageBody(v *MessageBody) *DeletePushTemplateOutput

SetMessageBody sets the MessageBody field's value.

func (DeletePushTemplateOutput) String

func (s DeletePushTemplateOutput) String() string

String returns the string representation.

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

type DeleteRecommenderConfigurationInput

type DeleteRecommenderConfigurationInput struct {

    // RecommenderId is a required field
    RecommenderId *string `location:"uri" locationName:"recommender-id" type:"string" required:"true"`
    // contains filtered or unexported fields
}

func (DeleteRecommenderConfigurationInput) GoString

func (s DeleteRecommenderConfigurationInput) GoString() string

GoString returns the string representation.

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

func (*DeleteRecommenderConfigurationInput) SetRecommenderId

func (s *DeleteRecommenderConfigurationInput) SetRecommenderId(v string) *DeleteRecommenderConfigurationInput

SetRecommenderId sets the RecommenderId field's value.

func (DeleteRecommenderConfigurationInput) String

func (s DeleteRecommenderConfigurationInput) String() string

String returns the string representation.

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

func (*DeleteRecommenderConfigurationInput) Validate

func (s *DeleteRecommenderConfigurationInput) Validate() error

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

type DeleteRecommenderConfigurationOutput

type DeleteRecommenderConfigurationOutput struct {

    // Provides information about Amazon Pinpoint configuration settings for retrieving
    // and processing data from a recommender model.
    //
    // RecommenderConfigurationResponse is a required field
    RecommenderConfigurationResponse *RecommenderConfigurationResponse `type:"structure" required:"true"`
    // contains filtered or unexported fields
}

func (DeleteRecommenderConfigurationOutput) GoString

func (s DeleteRecommenderConfigurationOutput) GoString() string

GoString returns the string representation.

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

func (*DeleteRecommenderConfigurationOutput) SetRecommenderConfigurationResponse

func (s *DeleteRecommenderConfigurationOutput) SetRecommenderConfigurationResponse(v *RecommenderConfigurationResponse) *DeleteRecommenderConfigurationOutput

SetRecommenderConfigurationResponse sets the RecommenderConfigurationResponse field's value.

func (DeleteRecommenderConfigurationOutput) String

func (s DeleteRecommenderConfigurationOutput) String() string

String returns the string representation.

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

type DeleteSegmentInput

type DeleteSegmentInput struct {

    // ApplicationId is a required field
    ApplicationId *string `location:"uri" locationName:"application-id" type:"string" required:"true"`

    // SegmentId is a required field
    SegmentId *string `location:"uri" locationName:"segment-id" type:"string" required:"true"`
    // contains filtered or unexported fields
}

func (DeleteSegmentInput) GoString

func (s DeleteSegmentInput) GoString() string

GoString returns the string representation.

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

func (*DeleteSegmentInput) SetApplicationId

func (s *DeleteSegmentInput) SetApplicationId(v string) *DeleteSegmentInput

SetApplicationId sets the ApplicationId field's value.

func (*DeleteSegmentInput) SetSegmentId

func (s *DeleteSegmentInput) SetSegmentId(v string) *DeleteSegmentInput

SetSegmentId sets the SegmentId field's value.

func (DeleteSegmentInput) String

func (s DeleteSegmentInput) String() string

String returns the string representation.

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

func (*DeleteSegmentInput) Validate

func (s *DeleteSegmentInput) Validate() error

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

type DeleteSegmentOutput

type DeleteSegmentOutput struct {

    // Provides information about the configuration, dimension, and other settings
    // for a segment.
    //
    // SegmentResponse is a required field
    SegmentResponse *SegmentResponse `type:"structure" required:"true"`
    // contains filtered or unexported fields
}

func (DeleteSegmentOutput) GoString

func (s DeleteSegmentOutput) GoString() string

GoString returns the string representation.

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

func (*DeleteSegmentOutput) SetSegmentResponse

func (s *DeleteSegmentOutput) SetSegmentResponse(v *SegmentResponse) *DeleteSegmentOutput

SetSegmentResponse sets the SegmentResponse field's value.

func (DeleteSegmentOutput) String

func (s DeleteSegmentOutput) String() string

String returns the string representation.

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

type DeleteSmsChannelInput

type DeleteSmsChannelInput struct {

    // ApplicationId is a required field
    ApplicationId *string `location:"uri" locationName:"application-id" type:"string" required:"true"`
    // contains filtered or unexported fields
}

func (DeleteSmsChannelInput) GoString

func (s DeleteSmsChannelInput) GoString() string

GoString returns the string representation.

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

func (*DeleteSmsChannelInput) SetApplicationId

func (s *DeleteSmsChannelInput) SetApplicationId(v string) *DeleteSmsChannelInput

SetApplicationId sets the ApplicationId field's value.

func (DeleteSmsChannelInput) String

func (s DeleteSmsChannelInput) String() string

String returns the string representation.

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

func (*DeleteSmsChannelInput) Validate

func (s *DeleteSmsChannelInput) Validate() error

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

type DeleteSmsChannelOutput

type DeleteSmsChannelOutput struct {

    // Provides information about the status and settings of the SMS channel for
    // an application.
    //
    // SMSChannelResponse is a required field
    SMSChannelResponse *SMSChannelResponse `type:"structure" required:"true"`
    // contains filtered or unexported fields
}

func (DeleteSmsChannelOutput) GoString

func (s DeleteSmsChannelOutput) GoString() string

GoString returns the string representation.

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

func (*DeleteSmsChannelOutput) SetSMSChannelResponse

func (s *DeleteSmsChannelOutput) SetSMSChannelResponse(v *SMSChannelResponse) *DeleteSmsChannelOutput

SetSMSChannelResponse sets the SMSChannelResponse field's value.

func (DeleteSmsChannelOutput) String

func (s DeleteSmsChannelOutput) String() string

String returns the string representation.

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

type DeleteSmsTemplateInput

type DeleteSmsTemplateInput struct {

    // TemplateName is a required field
    TemplateName *string `location:"uri" locationName:"template-name" type:"string" required:"true"`

    Version *string `location:"querystring" locationName:"version" type:"string"`
    // contains filtered or unexported fields
}

func (DeleteSmsTemplateInput) GoString

func (s DeleteSmsTemplateInput) GoString() string

GoString returns the string representation.

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

func (*DeleteSmsTemplateInput) SetTemplateName

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

SetTemplateName sets the TemplateName field's value.

func (*DeleteSmsTemplateInput) SetVersion

func (s *DeleteSmsTemplateInput) SetVersion(v string) *DeleteSmsTemplateInput

SetVersion sets the Version field's value.

func (DeleteSmsTemplateInput) String

func (s DeleteSmsTemplateInput) String() string

String returns the string representation.

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

func (*DeleteSmsTemplateInput) Validate

func (s *DeleteSmsTemplateInput) Validate() error

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

type DeleteSmsTemplateOutput

type DeleteSmsTemplateOutput struct {

    // Provides information about an API request or response.
    //
    // MessageBody is a required field
    MessageBody *MessageBody `type:"structure" required:"true"`
    // contains filtered or unexported fields
}

func (DeleteSmsTemplateOutput) GoString

func (s DeleteSmsTemplateOutput) GoString() string

GoString returns the string representation.

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

func (*DeleteSmsTemplateOutput) SetMessageBody

func (s *DeleteSmsTemplateOutput) SetMessageBody(v *MessageBody) *DeleteSmsTemplateOutput

SetMessageBody sets the MessageBody field's value.

func (DeleteSmsTemplateOutput) String

func (s DeleteSmsTemplateOutput) String() string

String returns the string representation.

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

type DeleteUserEndpointsInput

type DeleteUserEndpointsInput struct {

    // ApplicationId is a required field
    ApplicationId *string `location:"uri" locationName:"application-id" type:"string" required:"true"`

    // UserId is a required field
    UserId *string `location:"uri" locationName:"user-id" type:"string" required:"true"`
    // contains filtered or unexported fields
}

func (DeleteUserEndpointsInput) GoString

func (s DeleteUserEndpointsInput) GoString() string

GoString returns the string representation.

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

func (*DeleteUserEndpointsInput) SetApplicationId

func (s *DeleteUserEndpointsInput) SetApplicationId(v string) *DeleteUserEndpointsInput

SetApplicationId sets the ApplicationId field's value.

func (*DeleteUserEndpointsInput) SetUserId

func (s *DeleteUserEndpointsInput) SetUserId(v string) *DeleteUserEndpointsInput

SetUserId sets the UserId field's value.

func (DeleteUserEndpointsInput) String

func (s DeleteUserEndpointsInput) String() string

String returns the string representation.

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

func (*DeleteUserEndpointsInput) Validate

func (s *DeleteUserEndpointsInput) Validate() error

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

type DeleteUserEndpointsOutput

type DeleteUserEndpointsOutput struct {

    // Provides information about all the endpoints that are associated with a user
    // ID.
    //
    // EndpointsResponse is a required field
    EndpointsResponse *EndpointsResponse `type:"structure" required:"true"`
    // contains filtered or unexported fields
}

func (DeleteUserEndpointsOutput) GoString

func (s DeleteUserEndpointsOutput) GoString() string

GoString returns the string representation.

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

func (*DeleteUserEndpointsOutput) SetEndpointsResponse

func (s *DeleteUserEndpointsOutput) SetEndpointsResponse(v *EndpointsResponse) *DeleteUserEndpointsOutput

SetEndpointsResponse sets the EndpointsResponse field's value.

func (DeleteUserEndpointsOutput) String

func (s DeleteUserEndpointsOutput) String() string

String returns the string representation.

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

type DeleteVoiceChannelInput

type DeleteVoiceChannelInput struct {

    // ApplicationId is a required field
    ApplicationId *string `location:"uri" locationName:"application-id" type:"string" required:"true"`
    // contains filtered or unexported fields
}

func (DeleteVoiceChannelInput) GoString

func (s DeleteVoiceChannelInput) GoString() string

GoString returns the string representation.

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

func (*DeleteVoiceChannelInput) SetApplicationId

func (s *DeleteVoiceChannelInput) SetApplicationId(v string) *DeleteVoiceChannelInput

SetApplicationId sets the ApplicationId field's value.

func (DeleteVoiceChannelInput) String

func (s DeleteVoiceChannelInput) String() string

String returns the string representation.

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

func (*DeleteVoiceChannelInput) Validate

func (s *DeleteVoiceChannelInput) Validate() error

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

type DeleteVoiceChannelOutput

type DeleteVoiceChannelOutput struct {

    // Provides information about the status and settings of the voice channel for
    // an application.
    //
    // VoiceChannelResponse is a required field
    VoiceChannelResponse *VoiceChannelResponse `type:"structure" required:"true"`
    // contains filtered or unexported fields
}

func (DeleteVoiceChannelOutput) GoString

func (s DeleteVoiceChannelOutput) GoString() string

GoString returns the string representation.

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

func (*DeleteVoiceChannelOutput) SetVoiceChannelResponse

func (s *DeleteVoiceChannelOutput) SetVoiceChannelResponse(v *VoiceChannelResponse) *DeleteVoiceChannelOutput

SetVoiceChannelResponse sets the VoiceChannelResponse field's value.

func (DeleteVoiceChannelOutput) String

func (s DeleteVoiceChannelOutput) String() string

String returns the string representation.

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

type DeleteVoiceTemplateInput

type DeleteVoiceTemplateInput struct {

    // TemplateName is a required field
    TemplateName *string `location:"uri" locationName:"template-name" type:"string" required:"true"`

    Version *string `location:"querystring" locationName:"version" type:"string"`
    // contains filtered or unexported fields
}

func (DeleteVoiceTemplateInput) GoString

func (s DeleteVoiceTemplateInput) GoString() string

GoString returns the string representation.

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

func (*DeleteVoiceTemplateInput) SetTemplateName

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

SetTemplateName sets the TemplateName field's value.

func (*DeleteVoiceTemplateInput) SetVersion

func (s *DeleteVoiceTemplateInput) SetVersion(v string) *DeleteVoiceTemplateInput

SetVersion sets the Version field's value.

func (DeleteVoiceTemplateInput) String

func (s DeleteVoiceTemplateInput) String() string

String returns the string representation.

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

func (*DeleteVoiceTemplateInput) Validate

func (s *DeleteVoiceTemplateInput) Validate() error

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

type DeleteVoiceTemplateOutput

type DeleteVoiceTemplateOutput struct {

    // Provides information about an API request or response.
    //
    // MessageBody is a required field
    MessageBody *MessageBody `type:"structure" required:"true"`
    // contains filtered or unexported fields
}

func (DeleteVoiceTemplateOutput) GoString

func (s DeleteVoiceTemplateOutput) GoString() string

GoString returns the string representation.

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

func (*DeleteVoiceTemplateOutput) SetMessageBody

func (s *DeleteVoiceTemplateOutput) SetMessageBody(v *MessageBody) *DeleteVoiceTemplateOutput

SetMessageBody sets the MessageBody field's value.

func (DeleteVoiceTemplateOutput) String

func (s DeleteVoiceTemplateOutput) String() string

String returns the string representation.

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

type DirectMessageConfiguration

type DirectMessageConfiguration struct {

    // The default push notification message for the ADM (Amazon Device Messaging)
    // channel. This message overrides the default push notification message (DefaultPushNotificationMessage).
    ADMMessage *ADMMessage `type:"structure"`

    // The default push notification message for the APNs (Apple Push Notification
    // service) channel. This message overrides the default push notification message
    // (DefaultPushNotificationMessage).
    APNSMessage *APNSMessage `type:"structure"`

    // The default push notification message for the Baidu (Baidu Cloud Push) channel.
    // This message overrides the default push notification message (DefaultPushNotificationMessage).
    BaiduMessage *BaiduMessage `type:"structure"`

    // The default message for all channels.
    DefaultMessage *DefaultMessage `type:"structure"`

    // The default push notification message for all push notification channels.
    DefaultPushNotificationMessage *DefaultPushNotificationMessage `type:"structure"`

    // The default message for the email channel. This message overrides the default
    // message (DefaultMessage).
    EmailMessage *EmailMessage `type:"structure"`

    // The default push notification message for the GCM channel, which is used
    // to send notifications through the Firebase Cloud Messaging (FCM), formerly
    // Google Cloud Messaging (GCM), service. This message overrides the default
    // push notification message (DefaultPushNotificationMessage).
    GCMMessage *GCMMessage `type:"structure"`

    // The default message for the SMS channel. This message overrides the default
    // message (DefaultMessage).
    SMSMessage *SMSMessage `type:"structure"`

    // The default message for the voice channel. This message overrides the default
    // message (DefaultMessage).
    VoiceMessage *VoiceMessage `type:"structure"`
    // contains filtered or unexported fields
}

Specifies the settings and content for the default message and any default messages that you tailored for specific channels.

func (DirectMessageConfiguration) GoString

func (s DirectMessageConfiguration) GoString() string

GoString returns the string representation.

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

func (*DirectMessageConfiguration) SetADMMessage

func (s *DirectMessageConfiguration) SetADMMessage(v *ADMMessage) *DirectMessageConfiguration

SetADMMessage sets the ADMMessage field's value.

func (*DirectMessageConfiguration) SetAPNSMessage

func (s *DirectMessageConfiguration) SetAPNSMessage(v *APNSMessage) *DirectMessageConfiguration

SetAPNSMessage sets the APNSMessage field's value.

func (*DirectMessageConfiguration) SetBaiduMessage

func (s *DirectMessageConfiguration) SetBaiduMessage(v *BaiduMessage) *DirectMessageConfiguration

SetBaiduMessage sets the BaiduMessage field's value.

func (*DirectMessageConfiguration) SetDefaultMessage

func (s *DirectMessageConfiguration) SetDefaultMessage(v *DefaultMessage) *DirectMessageConfiguration

SetDefaultMessage sets the DefaultMessage field's value.

func (*DirectMessageConfiguration) SetDefaultPushNotificationMessage

func (s *DirectMessageConfiguration) SetDefaultPushNotificationMessage(v *DefaultPushNotificationMessage) *DirectMessageConfiguration

SetDefaultPushNotificationMessage sets the DefaultPushNotificationMessage field's value.

func (*DirectMessageConfiguration) SetEmailMessage

func (s *DirectMessageConfiguration) SetEmailMessage(v *EmailMessage) *DirectMessageConfiguration

SetEmailMessage sets the EmailMessage field's value.

func (*DirectMessageConfiguration) SetGCMMessage

func (s *DirectMessageConfiguration) SetGCMMessage(v *GCMMessage) *DirectMessageConfiguration

SetGCMMessage sets the GCMMessage field's value.

func (*DirectMessageConfiguration) SetSMSMessage

func (s *DirectMessageConfiguration) SetSMSMessage(v *SMSMessage) *DirectMessageConfiguration

SetSMSMessage sets the SMSMessage field's value.

func (*DirectMessageConfiguration) SetVoiceMessage

func (s *DirectMessageConfiguration) SetVoiceMessage(v *VoiceMessage) *DirectMessageConfiguration

SetVoiceMessage sets the VoiceMessage field's value.

func (DirectMessageConfiguration) String

func (s DirectMessageConfiguration) String() string

String returns the string representation.

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

type EmailChannelRequest

type EmailChannelRequest struct {

    // The Amazon SES configuration set (https://docs.aws.amazon.com/ses/latest/APIReference/API_ConfigurationSet.html)
    // that you want to apply to messages that you send through the channel.
    ConfigurationSet *string `type:"string"`

    // Specifies whether to enable the email channel for the application.
    Enabled *bool `type:"boolean"`

    // The verified email address that you want to send email from when you send
    // email through the channel.
    //
    // FromAddress is a required field
    FromAddress *string `type:"string" required:"true"`

    // The Amazon Resource Name (ARN) of the identity, verified with Amazon Simple
    // Email Service (Amazon SES), that you want to use when you send email through
    // the channel.
    //
    // Identity is a required field
    Identity *string `type:"string" required:"true"`

    // The ARN of an IAM role for Amazon Pinpoint to use to send email from your
    // campaigns or journeys through Amazon SES.
    OrchestrationSendingRoleArn *string `type:"string"`

    // The ARN of the AWS Identity and Access Management (IAM) role that you want
    // Amazon Pinpoint to use when it submits email-related event data for the channel.
    RoleArn *string `type:"string"`
    // contains filtered or unexported fields
}

Specifies the status and settings of the email channel for an application.

func (EmailChannelRequest) GoString

func (s EmailChannelRequest) GoString() string

GoString returns the string representation.

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

func (*EmailChannelRequest) SetConfigurationSet

func (s *EmailChannelRequest) SetConfigurationSet(v string) *EmailChannelRequest

SetConfigurationSet sets the ConfigurationSet field's value.

func (*EmailChannelRequest) SetEnabled

func (s *EmailChannelRequest) SetEnabled(v bool) *EmailChannelRequest

SetEnabled sets the Enabled field's value.

func (*EmailChannelRequest) SetFromAddress

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

SetFromAddress sets the FromAddress field's value.

func (*EmailChannelRequest) SetIdentity

func (s *EmailChannelRequest) SetIdentity(v string) *EmailChannelRequest

SetIdentity sets the Identity field's value.

func (*EmailChannelRequest) SetOrchestrationSendingRoleArn

func (s *EmailChannelRequest) SetOrchestrationSendingRoleArn(v string) *EmailChannelRequest

SetOrchestrationSendingRoleArn sets the OrchestrationSendingRoleArn field's value.

func (*EmailChannelRequest) SetRoleArn

func (s *EmailChannelRequest) SetRoleArn(v string) *EmailChannelRequest

SetRoleArn sets the RoleArn field's value.

func (EmailChannelRequest) String

func (s EmailChannelRequest) String() string

String returns the string representation.

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

func (*EmailChannelRequest) Validate

func (s *EmailChannelRequest) Validate() error

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

type EmailChannelResponse

type EmailChannelResponse struct {

    // The unique identifier for the application that the email channel applies
    // to.
    ApplicationId *string `type:"string"`

    // The Amazon SES configuration set (https://docs.aws.amazon.com/ses/latest/APIReference/API_ConfigurationSet.html)
    // that's applied to messages that are sent through the channel.
    ConfigurationSet *string `type:"string"`

    // The date and time, in ISO 8601 format, when the email channel was enabled.
    CreationDate *string `type:"string"`

    // Specifies whether the email channel is enabled for the application.
    Enabled *bool `type:"boolean"`

    // The verified email address that email is sent from when you send email through
    // the channel.
    FromAddress *string `type:"string"`

    // (Not used) This property is retained only for backward compatibility.
    HasCredential *bool `type:"boolean"`

    // (Deprecated) An identifier for the email channel. This property is retained
    // only for backward compatibility.
    Id *string `type:"string"`

    // The Amazon Resource Name (ARN) of the identity, verified with Amazon Simple
    // Email Service (Amazon SES), that's used when you send email through the channel.
    Identity *string `type:"string"`

    // Specifies whether the email channel is archived.
    IsArchived *bool `type:"boolean"`

    // The user who last modified the email channel.
    LastModifiedBy *string `type:"string"`

    // The date and time, in ISO 8601 format, when the email channel was last modified.
    LastModifiedDate *string `type:"string"`

    // The maximum number of emails that can be sent through the channel each second.
    MessagesPerSecond *int64 `type:"integer"`

    // The ARN of an IAM role for Amazon Pinpoint to use to send email from your
    // campaigns or journeys through Amazon SES.
    OrchestrationSendingRoleArn *string `type:"string"`

    // The type of messaging or notification platform for the channel. For the email
    // channel, this value is EMAIL.
    //
    // Platform is a required field
    Platform *string `type:"string" required:"true"`

    // The ARN of the AWS Identity and Access Management (IAM) role that Amazon
    // Pinpoint uses to submit email-related event data for the channel.
    RoleArn *string `type:"string"`

    // The current version of the email channel.
    Version *int64 `type:"integer"`
    // contains filtered or unexported fields
}

Provides information about the status and settings of the email channel for an application.

func (EmailChannelResponse) GoString

func (s EmailChannelResponse) GoString() string

GoString returns the string representation.

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

func (*EmailChannelResponse) SetApplicationId

func (s *EmailChannelResponse) SetApplicationId(v string) *EmailChannelResponse

SetApplicationId sets the ApplicationId field's value.

func (*EmailChannelResponse) SetConfigurationSet

func (s *EmailChannelResponse) SetConfigurationSet(v string) *EmailChannelResponse

SetConfigurationSet sets the ConfigurationSet field's value.

func (*EmailChannelResponse) SetCreationDate

func (s *EmailChannelResponse) SetCreationDate(v string) *EmailChannelResponse

SetCreationDate sets the CreationDate field's value.

func (*EmailChannelResponse) SetEnabled

func (s *EmailChannelResponse) SetEnabled(v bool) *EmailChannelResponse

SetEnabled sets the Enabled field's value.

func (*EmailChannelResponse) SetFromAddress

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

SetFromAddress sets the FromAddress field's value.

func (*EmailChannelResponse) SetHasCredential

func (s *EmailChannelResponse) SetHasCredential(v bool) *EmailChannelResponse

SetHasCredential sets the HasCredential field's value.

func (*EmailChannelResponse) SetId

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

SetId sets the Id field's value.

func (*EmailChannelResponse) SetIdentity

func (s *EmailChannelResponse) SetIdentity(v string) *EmailChannelResponse

SetIdentity sets the Identity field's value.

func (*EmailChannelResponse) SetIsArchived

func (s *EmailChannelResponse) SetIsArchived(v bool) *EmailChannelResponse

SetIsArchived sets the IsArchived field's value.

func (*EmailChannelResponse) SetLastModifiedBy

func (s *EmailChannelResponse) SetLastModifiedBy(v string) *EmailChannelResponse

SetLastModifiedBy sets the LastModifiedBy field's value.

func (*EmailChannelResponse) SetLastModifiedDate

func (s *EmailChannelResponse) SetLastModifiedDate(v string) *EmailChannelResponse

SetLastModifiedDate sets the LastModifiedDate field's value.

func (*EmailChannelResponse) SetMessagesPerSecond

func (s *EmailChannelResponse) SetMessagesPerSecond(v int64) *EmailChannelResponse

SetMessagesPerSecond sets the MessagesPerSecond field's value.

func (*EmailChannelResponse) SetOrchestrationSendingRoleArn

func (s *EmailChannelResponse) SetOrchestrationSendingRoleArn(v string) *EmailChannelResponse

SetOrchestrationSendingRoleArn sets the OrchestrationSendingRoleArn field's value.

func (*EmailChannelResponse) SetPlatform

func (s *EmailChannelResponse) SetPlatform(v string) *EmailChannelResponse

SetPlatform sets the Platform field's value.

func (*EmailChannelResponse) SetRoleArn

func (s *EmailChannelResponse) SetRoleArn(v string) *EmailChannelResponse

SetRoleArn sets the RoleArn field's value.

func (*EmailChannelResponse) SetVersion

func (s *EmailChannelResponse) SetVersion(v int64) *EmailChannelResponse

SetVersion sets the Version field's value.

func (EmailChannelResponse) String

func (s EmailChannelResponse) String() string

String returns the string representation.

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

type EmailMessage

type EmailMessage struct {

    // The body of the email message.
    Body *string `type:"string"`

    // The email address to forward bounces and complaints to, if feedback forwarding
    // is enabled.
    FeedbackForwardingAddress *string `type:"string"`

    // The verified email address to send the email message from. The default value
    // is the FromAddress specified for the email channel.
    FromAddress *string `type:"string"`

    // The email message, represented as a raw MIME message.
    RawEmail *RawEmail `type:"structure"`

    // The reply-to email address(es) for the email message. If a recipient replies
    // to the email, each reply-to address receives the reply.
    ReplyToAddresses []*string `type:"list"`

    // The email message, composed of a subject, a text part, and an HTML part.
    SimpleEmail *SimpleEmail `type:"structure"`

    // The default message variables to use in the email message. You can override
    // the default variables with individual address variables.
    Substitutions map[string][]*string `type:"map"`
    // contains filtered or unexported fields
}

Specifies the default settings and content for a one-time email message that's sent directly to an endpoint.

func (EmailMessage) GoString

func (s EmailMessage) GoString() string

GoString returns the string representation.

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

func (*EmailMessage) SetBody

func (s *EmailMessage) SetBody(v string) *EmailMessage

SetBody sets the Body field's value.

func (*EmailMessage) SetFeedbackForwardingAddress

func (s *EmailMessage) SetFeedbackForwardingAddress(v string) *EmailMessage

SetFeedbackForwardingAddress sets the FeedbackForwardingAddress field's value.

func (*EmailMessage) SetFromAddress

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

SetFromAddress sets the FromAddress field's value.

func (*EmailMessage) SetRawEmail

func (s *EmailMessage) SetRawEmail(v *RawEmail) *EmailMessage

SetRawEmail sets the RawEmail field's value.

func (*EmailMessage) SetReplyToAddresses

func (s *EmailMessage) SetReplyToAddresses(v []*string) *EmailMessage

SetReplyToAddresses sets the ReplyToAddresses field's value.

func (*EmailMessage) SetSimpleEmail

func (s *EmailMessage) SetSimpleEmail(v *SimpleEmail) *EmailMessage

SetSimpleEmail sets the SimpleEmail field's value.

func (*EmailMessage) SetSubstitutions

func (s *EmailMessage) SetSubstitutions(v map[string][]*string) *EmailMessage

SetSubstitutions sets the Substitutions field's value.

func (EmailMessage) String

func (s EmailMessage) String() string

String returns the string representation.

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

type EmailMessageActivity

type EmailMessageActivity struct {

    // Specifies the sender address for an email message that's sent to participants
    // in the journey.
    MessageConfig *JourneyEmailMessage `type:"structure"`

    // The unique identifier for the next activity to perform, after the message
    // is sent.
    NextActivity *string `type:"string"`

    // The name of the email message template to use for the message. If specified,
    // this value must match the name of an existing message template.
    TemplateName *string `type:"string"`

    // The unique identifier for the version of the email template to use for the
    // message. If specified, this value must match the identifier for an existing
    // template version. To retrieve a list of versions and version identifiers
    // for a template, use the Template Versions
    TemplateVersion *string `type:"string"`
    // contains filtered or unexported fields
}

Specifies the settings for an email activity in a journey. This type of activity sends an email message to participants.

func (EmailMessageActivity) GoString

func (s EmailMessageActivity) GoString() string

GoString returns the string representation.

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

func (*EmailMessageActivity) SetMessageConfig

func (s *EmailMessageActivity) SetMessageConfig(v *JourneyEmailMessage) *EmailMessageActivity

SetMessageConfig sets the MessageConfig field's value.

func (*EmailMessageActivity) SetNextActivity

func (s *EmailMessageActivity) SetNextActivity(v string) *EmailMessageActivity

SetNextActivity sets the NextActivity field's value.

func (*EmailMessageActivity) SetTemplateName

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

SetTemplateName sets the TemplateName field's value.

func (*EmailMessageActivity) SetTemplateVersion

func (s *EmailMessageActivity) SetTemplateVersion(v string) *EmailMessageActivity

SetTemplateVersion sets the TemplateVersion field's value.

func (EmailMessageActivity) String

func (s EmailMessageActivity) String() string

String returns the string representation.

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

type EmailTemplateRequest

type EmailTemplateRequest struct {

    // A JSON object that specifies the default values to use for message variables
    // in the message template. This object is a set of key-value pairs. Each key
    // defines a message variable in the template. The corresponding value defines
    // the default value for that variable. When you create a message that's based
    // on the template, you can override these defaults with message-specific and
    // address-specific variables and values.
    DefaultSubstitutions *string `type:"string"`

    // The list of MessageHeaders (https://docs.aws.amazon.com/pinpoint/latest/apireference/templates-template-name-email.html#templates-template-name-email-model-messageheader)
    // for the email. You can have up to 15 Headers.
    Headers []*MessageHeader `type:"list"`

    // The message body, in HTML format, to use in email messages that are based
    // on the message template. We recommend using HTML format for email clients
    // that render HTML content. You can include links, formatted text, and more
    // in an HTML message.
    HtmlPart *string `type:"string"`

    // The unique identifier for the recommender model to use for the message template.
    // Amazon Pinpoint uses this value to determine how to retrieve and process
    // data from a recommender model when it sends messages that use the template,
    // if the template contains message variables for recommendation data.
    RecommenderId *string `type:"string"`

    // The subject line, or title, to use in email messages that are based on the
    // message template.
    Subject *string `type:"string"`

    // As of 22-05-2023 tags has been deprecated for update operations. After this
    // date any value in tags is not processed and an error code is not returned.
    // To manage tags we recommend using either Tags (https://docs.aws.amazon.com/pinpoint/latest/apireference/tags-resource-arn.html)
    // in the API Reference for Amazon Pinpoint, resourcegroupstaggingapi (https://docs.aws.amazon.com/cli/latest/reference/resourcegroupstaggingapi/index.html)
    // commands in the AWS Command Line Interface Documentation or resourcegroupstaggingapi
    // (https://sdk.amazonaws.com/java/api/latest/software/amazon/awssdk/services/resourcegroupstaggingapi/package-summary.html)
    // in the AWS SDK.
    //
    // (Deprecated) A string-to-string map of key-value pairs that defines the tags
    // to associate with the message template. Each tag consists of a required tag
    // key and an associated tag value.
    Tags map[string]*string `locationName:"tags" type:"map"`

    // A custom description of the message template.
    TemplateDescription *string `type:"string"`

    // The message body, in plain text format, to use in email messages that are
    // based on the message template. We recommend using plain text format for email
    // clients that don't render HTML content and clients that are connected to
    // high-latency networks, such as mobile devices.
    TextPart *string `type:"string"`
    // contains filtered or unexported fields
}

Specifies the content and settings for a message template that can be used in messages that are sent through the email channel.

func (EmailTemplateRequest) GoString

func (s EmailTemplateRequest) GoString() string

GoString returns the string representation.

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

func (*EmailTemplateRequest) SetDefaultSubstitutions

func (s *EmailTemplateRequest) SetDefaultSubstitutions(v string) *EmailTemplateRequest

SetDefaultSubstitutions sets the DefaultSubstitutions field's value.

func (*EmailTemplateRequest) SetHeaders

func (s *EmailTemplateRequest) SetHeaders(v []*MessageHeader) *EmailTemplateRequest

SetHeaders sets the Headers field's value.

func (*EmailTemplateRequest) SetHtmlPart

func (s *EmailTemplateRequest) SetHtmlPart(v string) *EmailTemplateRequest

SetHtmlPart sets the HtmlPart field's value.

func (*EmailTemplateRequest) SetRecommenderId

func (s *EmailTemplateRequest) SetRecommenderId(v string) *EmailTemplateRequest

SetRecommenderId sets the RecommenderId field's value.

func (*EmailTemplateRequest) SetSubject

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

SetSubject sets the Subject field's value.

func (*EmailTemplateRequest) SetTags

func (s *EmailTemplateRequest) SetTags(v map[string]*string) *EmailTemplateRequest

SetTags sets the Tags field's value.

func (*EmailTemplateRequest) SetTemplateDescription

func (s *EmailTemplateRequest) SetTemplateDescription(v string) *EmailTemplateRequest

SetTemplateDescription sets the TemplateDescription field's value.

func (*EmailTemplateRequest) SetTextPart

func (s *EmailTemplateRequest) SetTextPart(v string) *EmailTemplateRequest

SetTextPart sets the TextPart field's value.

func (EmailTemplateRequest) String

func (s EmailTemplateRequest) String() string

String returns the string representation.

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

type EmailTemplateResponse

type EmailTemplateResponse struct {

    // The Amazon Resource Name (ARN) of the message template.
    Arn *string `type:"string"`

    // The date, in ISO 8601 format, when the message template was created.
    //
    // CreationDate is a required field
    CreationDate *string `type:"string" required:"true"`

    // The JSON object that specifies the default values that are used for message
    // variables in the message template. This object is a set of key-value pairs.
    // Each key defines a message variable in the template. The corresponding value
    // defines the default value for that variable.
    DefaultSubstitutions *string `type:"string"`

    Headers []*MessageHeader `type:"list"`

    // The message body, in HTML format, that's used in email messages that are
    // based on the message template.
    HtmlPart *string `type:"string"`

    // The date, in ISO 8601 format, when the message template was last modified.
    //
    // LastModifiedDate is a required field
    LastModifiedDate *string `type:"string" required:"true"`

    // The unique identifier for the recommender model that's used by the message
    // template.
    RecommenderId *string `type:"string"`

    // The subject line, or title, that's used in email messages that are based
    // on the message template.
    Subject *string `type:"string"`

    // A string-to-string map of key-value pairs that identifies the tags that are
    // associated with the message template. Each tag consists of a required tag
    // key and an associated tag value.
    Tags map[string]*string `locationName:"tags" type:"map"`

    // The custom description of the message template.
    TemplateDescription *string `type:"string"`

    // The name of the message template.
    //
    // TemplateName is a required field
    TemplateName *string `type:"string" required:"true"`

    // The type of channel that the message template is designed for. For an email
    // template, this value is EMAIL.
    //
    // TemplateType is a required field
    TemplateType *string `type:"string" required:"true" enum:"TemplateType"`

    // The message body, in plain text format, that's used in email messages that
    // are based on the message template.
    TextPart *string `type:"string"`

    // The unique identifier, as an integer, for the active version of the message
    // template, or the version of the template that you specified by using the
    // version parameter in your request.
    Version *string `type:"string"`
    // contains filtered or unexported fields
}

Provides information about the content and settings for a message template that can be used in messages that are sent through the email channel.

func (EmailTemplateResponse) GoString

func (s EmailTemplateResponse) GoString() string

GoString returns the string representation.

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

func (*EmailTemplateResponse) SetArn

func (s *EmailTemplateResponse) SetArn(v string) *EmailTemplateResponse

SetArn sets the Arn field's value.

func (*EmailTemplateResponse) SetCreationDate

func (s *EmailTemplateResponse) SetCreationDate(v string) *EmailTemplateResponse

SetCreationDate sets the CreationDate field's value.

func (*EmailTemplateResponse) SetDefaultSubstitutions

func (s *EmailTemplateResponse) SetDefaultSubstitutions(v string) *EmailTemplateResponse

SetDefaultSubstitutions sets the DefaultSubstitutions field's value.

func (*EmailTemplateResponse) SetHeaders

func (s *EmailTemplateResponse) SetHeaders(v []*MessageHeader) *EmailTemplateResponse

SetHeaders sets the Headers field's value.

func (*EmailTemplateResponse) SetHtmlPart

func (s *EmailTemplateResponse) SetHtmlPart(v string) *EmailTemplateResponse

SetHtmlPart sets the HtmlPart field's value.

func (*EmailTemplateResponse) SetLastModifiedDate

func (s *EmailTemplateResponse) SetLastModifiedDate(v string) *EmailTemplateResponse

SetLastModifiedDate sets the LastModifiedDate field's value.

func (*EmailTemplateResponse) SetRecommenderId

func (s *EmailTemplateResponse) SetRecommenderId(v string) *EmailTemplateResponse

SetRecommenderId sets the RecommenderId field's value.

func (*EmailTemplateResponse) SetSubject

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

SetSubject sets the Subject field's value.

func (*EmailTemplateResponse) SetTags

func (s *EmailTemplateResponse) SetTags(v map[string]*string) *EmailTemplateResponse

SetTags sets the Tags field's value.

func (*EmailTemplateResponse) SetTemplateDescription

func (s *EmailTemplateResponse) SetTemplateDescription(v string) *EmailTemplateResponse

SetTemplateDescription sets the TemplateDescription field's value.

func (*EmailTemplateResponse) SetTemplateName

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

SetTemplateName sets the TemplateName field's value.

func (*EmailTemplateResponse) SetTemplateType

func (s *EmailTemplateResponse) SetTemplateType(v string) *EmailTemplateResponse

SetTemplateType sets the TemplateType field's value.

func (*EmailTemplateResponse) SetTextPart

func (s *EmailTemplateResponse) SetTextPart(v string) *EmailTemplateResponse

SetTextPart sets the TextPart field's value.

func (*EmailTemplateResponse) SetVersion

func (s *EmailTemplateResponse) SetVersion(v string) *EmailTemplateResponse

SetVersion sets the Version field's value.

func (EmailTemplateResponse) String

func (s EmailTemplateResponse) String() string

String returns the string representation.

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

type EndpointBatchItem

type EndpointBatchItem struct {

    // The destination address for messages or push notifications that you send
    // to the endpoint. The address varies by channel. For a push-notification channel,
    // use the token provided by the push notification service, such as an Apple
    // Push Notification service (APNs) device token or a Firebase Cloud Messaging
    // (FCM) registration token. For the SMS channel, use a phone number in E.164
    // format, such as +12065550100. For the email channel, use an email address.
    Address *string `type:"string"`

    // One or more custom attributes that describe the endpoint by associating a
    // name with an array of values. For example, the value of a custom attribute
    // named Interests might be: ["Science", "Music", "Travel"]. You can use these
    // attributes as filter criteria when you create segments. Attribute names are
    // case sensitive.
    //
    // An attribute name can contain up to 50 characters. An attribute value can
    // contain up to 100 characters. When you define the name of a custom attribute,
    // avoid using the following characters: number sign (#), colon (:), question
    // mark (?), backslash (\), and slash (/). The Amazon Pinpoint console can't
    // display attribute names that contain these characters. This restriction doesn't
    // apply to attribute values.
    Attributes map[string][]*string `type:"map"`

    // The channel to use when sending messages or push notifications to the endpoint.
    ChannelType *string `type:"string" enum:"ChannelType"`

    // The demographic information for the endpoint, such as the time zone and platform.
    Demographic *EndpointDemographic `type:"structure"`

    // The date and time, in ISO 8601 format, when the endpoint was created or updated.
    EffectiveDate *string `type:"string"`

    // Specifies whether to send messages or push notifications to the endpoint.
    // Valid values are: ACTIVE, messages are sent to the endpoint; and, INACTIVE,
    // messages aren’t sent to the endpoint.
    //
    // Amazon Pinpoint automatically sets this value to ACTIVE when you create an
    // endpoint or update an existing endpoint. Amazon Pinpoint automatically sets
    // this value to INACTIVE if you update another endpoint that has the same address
    // specified by the Address property.
    EndpointStatus *string `type:"string"`

    // The case insensitive unique identifier for the endpoint in the context of
    // the batch. The identifier can't contain $, { or }.
    Id *string `type:"string"`

    // The geographic information for the endpoint.
    Location *EndpointLocation `type:"structure"`

    // One or more custom metrics that your app reports to Amazon Pinpoint for the
    // endpoint.
    Metrics map[string]*float64 `type:"map"`

    // Specifies whether the user who's associated with the endpoint has opted out
    // of receiving messages and push notifications from you. Possible values are:
    // ALL, the user has opted out and doesn't want to receive any messages or push
    // notifications; and, NONE, the user hasn't opted out and wants to receive
    // all messages and push notifications.
    OptOut *string `type:"string"`

    // The unique identifier for the request to create or update the endpoint.
    RequestId *string `type:"string"`

    // One or more custom attributes that describe the user who's associated with
    // the endpoint.
    User *EndpointUser `type:"structure"`
    // contains filtered or unexported fields
}

Specifies an endpoint to create or update and the settings and attributes to set or change for the endpoint.

func (EndpointBatchItem) GoString

func (s EndpointBatchItem) GoString() string

GoString returns the string representation.

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

func (*EndpointBatchItem) SetAddress

func (s *EndpointBatchItem) SetAddress(v string) *EndpointBatchItem

SetAddress sets the Address field's value.

func (*EndpointBatchItem) SetAttributes

func (s *EndpointBatchItem) SetAttributes(v map[string][]*string) *EndpointBatchItem

SetAttributes sets the Attributes field's value.

func (*EndpointBatchItem) SetChannelType

func (s *EndpointBatchItem) SetChannelType(v string) *EndpointBatchItem

SetChannelType sets the ChannelType field's value.

func (*EndpointBatchItem) SetDemographic

func (s *EndpointBatchItem) SetDemographic(v *EndpointDemographic) *EndpointBatchItem

SetDemographic sets the Demographic field's value.

func (*EndpointBatchItem) SetEffectiveDate

func (s *EndpointBatchItem) SetEffectiveDate(v string) *EndpointBatchItem

SetEffectiveDate sets the EffectiveDate field's value.

func (*EndpointBatchItem) SetEndpointStatus

func (s *EndpointBatchItem) SetEndpointStatus(v string) *EndpointBatchItem

SetEndpointStatus sets the EndpointStatus field's value.

func (*EndpointBatchItem) SetId

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

SetId sets the Id field's value.

func (*EndpointBatchItem) SetLocation

func (s *EndpointBatchItem) SetLocation(v *EndpointLocation) *EndpointBatchItem

SetLocation sets the Location field's value.

func (*EndpointBatchItem) SetMetrics

func (s *EndpointBatchItem) SetMetrics(v map[string]*float64) *EndpointBatchItem

SetMetrics sets the Metrics field's value.

func (*EndpointBatchItem) SetOptOut

func (s *EndpointBatchItem) SetOptOut(v string) *EndpointBatchItem

SetOptOut sets the OptOut field's value.

func (*EndpointBatchItem) SetRequestId

func (s *EndpointBatchItem) SetRequestId(v string) *EndpointBatchItem

SetRequestId sets the RequestId field's value.

func (*EndpointBatchItem) SetUser

func (s *EndpointBatchItem) SetUser(v *EndpointUser) *EndpointBatchItem

SetUser sets the User field's value.

func (EndpointBatchItem) String

func (s EndpointBatchItem) String() string

String returns the string representation.

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

type EndpointBatchRequest

type EndpointBatchRequest struct {

    // An array that defines the endpoints to create or update and, for each endpoint,
    // the property values to set or change. An array can contain a maximum of 100
    // items.
    //
    // Item is a required field
    Item []*EndpointBatchItem `type:"list" required:"true"`
    // contains filtered or unexported fields
}

Specifies a batch of endpoints to create or update and the settings and attributes to set or change for each endpoint.

func (EndpointBatchRequest) GoString

func (s EndpointBatchRequest) GoString() string

GoString returns the string representation.

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

func (*EndpointBatchRequest) SetItem

func (s *EndpointBatchRequest) SetItem(v []*EndpointBatchItem) *EndpointBatchRequest

SetItem sets the Item field's value.

func (EndpointBatchRequest) String

func (s EndpointBatchRequest) String() string

String returns the string representation.

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

func (*EndpointBatchRequest) Validate

func (s *EndpointBatchRequest) Validate() error

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

type EndpointDemographic

type EndpointDemographic struct {

    // The version of the app that's associated with the endpoint.
    AppVersion *string `type:"string"`

    // The locale of the endpoint, in the following format: the ISO 639-1 alpha-2
    // code, followed by an underscore (_), followed by an ISO 3166-1 alpha-2 value.
    Locale *string `type:"string"`

    // The manufacturer of the endpoint device, such as apple or samsung.
    Make *string `type:"string"`

    // The model name or number of the endpoint device, such as iPhone or SM-G900F.
    Model *string `type:"string"`

    // The model version of the endpoint device.
    ModelVersion *string `type:"string"`

    // The platform of the endpoint device, such as ios.
    Platform *string `type:"string"`

    // The platform version of the endpoint device.
    PlatformVersion *string `type:"string"`

    // The time zone of the endpoint, specified as a tz database name value, such
    // as America/Los_Angeles.
    Timezone *string `type:"string"`
    // contains filtered or unexported fields
}

Specifies demographic information about an endpoint, such as the applicable time zone and platform.

func (EndpointDemographic) GoString

func (s EndpointDemographic) GoString() string

GoString returns the string representation.

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

func (*EndpointDemographic) SetAppVersion

func (s *EndpointDemographic) SetAppVersion(v string) *EndpointDemographic

SetAppVersion sets the AppVersion field's value.

func (*EndpointDemographic) SetLocale

func (s *EndpointDemographic) SetLocale(v string) *EndpointDemographic

SetLocale sets the Locale field's value.

func (*EndpointDemographic) SetMake

func (s *EndpointDemographic) SetMake(v string) *EndpointDemographic

SetMake sets the Make field's value.

func (*EndpointDemographic) SetModel

func (s *EndpointDemographic) SetModel(v string) *EndpointDemographic

SetModel sets the Model field's value.

func (*EndpointDemographic) SetModelVersion

func (s *EndpointDemographic) SetModelVersion(v string) *EndpointDemographic

SetModelVersion sets the ModelVersion field's value.

func (*EndpointDemographic) SetPlatform

func (s *EndpointDemographic) SetPlatform(v string) *EndpointDemographic

SetPlatform sets the Platform field's value.

func (*EndpointDemographic) SetPlatformVersion

func (s *EndpointDemographic) SetPlatformVersion(v string) *EndpointDemographic

SetPlatformVersion sets the PlatformVersion field's value.

func (*EndpointDemographic) SetTimezone

func (s *EndpointDemographic) SetTimezone(v string) *EndpointDemographic

SetTimezone sets the Timezone field's value.

func (EndpointDemographic) String

func (s EndpointDemographic) String() string

String returns the string representation.

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

type EndpointItemResponse

type EndpointItemResponse struct {

    // The custom message that's returned in the response as a result of processing
    // the endpoint data.
    Message *string `type:"string"`

    // The status code that's returned in the response as a result of processing
    // the endpoint data.
    StatusCode *int64 `type:"integer"`
    // contains filtered or unexported fields
}

Provides the status code and message that result from processing data for an endpoint.

func (EndpointItemResponse) GoString

func (s EndpointItemResponse) GoString() string

GoString returns the string representation.

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

func (*EndpointItemResponse) SetMessage

func (s *EndpointItemResponse) SetMessage(v string) *EndpointItemResponse

SetMessage sets the Message field's value.

func (*EndpointItemResponse) SetStatusCode

func (s *EndpointItemResponse) SetStatusCode(v int64) *EndpointItemResponse

SetStatusCode sets the StatusCode field's value.

func (EndpointItemResponse) String

func (s EndpointItemResponse) String() string

String returns the string representation.

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

type EndpointLocation

type EndpointLocation struct {

    // The name of the city where the endpoint is located.
    City *string `type:"string"`

    // The two-character code, in ISO 3166-1 alpha-2 format, for the country or
    // region where the endpoint is located. For example, US for the United States.
    Country *string `type:"string"`

    // The latitude coordinate of the endpoint location, rounded to one decimal
    // place.
    Latitude *float64 `type:"double"`

    // The longitude coordinate of the endpoint location, rounded to one decimal
    // place.
    Longitude *float64 `type:"double"`

    // The postal or ZIP code for the area where the endpoint is located.
    PostalCode *string `type:"string"`

    // The name of the region where the endpoint is located. For locations in the
    // United States, this value is the name of a state.
    Region *string `type:"string"`
    // contains filtered or unexported fields
}

Specifies geographic information about an endpoint.

func (EndpointLocation) GoString

func (s EndpointLocation) GoString() string

GoString returns the string representation.

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

func (*EndpointLocation) SetCity

func (s *EndpointLocation) SetCity(v string) *EndpointLocation

SetCity sets the City field's value.

func (*EndpointLocation) SetCountry

func (s *EndpointLocation) SetCountry(v string) *EndpointLocation

SetCountry sets the Country field's value.

func (*EndpointLocation) SetLatitude

func (s *EndpointLocation) SetLatitude(v float64) *EndpointLocation

SetLatitude sets the Latitude field's value.

func (*EndpointLocation) SetLongitude

func (s *EndpointLocation) SetLongitude(v float64) *EndpointLocation

SetLongitude sets the Longitude field's value.

func (*EndpointLocation) SetPostalCode

func (s *EndpointLocation) SetPostalCode(v string) *EndpointLocation

SetPostalCode sets the PostalCode field's value.

func (*EndpointLocation) SetRegion

func (s *EndpointLocation) SetRegion(v string) *EndpointLocation

SetRegion sets the Region field's value.

func (EndpointLocation) String

func (s EndpointLocation) String() string

String returns the string representation.

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

type EndpointMessageResult

type EndpointMessageResult struct {

    // The endpoint address that the message was delivered to.
    Address *string `type:"string"`

    // The delivery status of the message. Possible values are:
    //
    //    * DUPLICATE - The endpoint address is a duplicate of another endpoint
    //    address. Amazon Pinpoint won't attempt to send the message again.
    //
    //    * OPT_OUT - The user who's associated with the endpoint has opted out
    //    of receiving messages from you. Amazon Pinpoint won't attempt to send
    //    the message again.
    //
    //    * PERMANENT_FAILURE - An error occurred when delivering the message to
    //    the endpoint. Amazon Pinpoint won't attempt to send the message again.
    //
    //    * SUCCESSFUL - The message was successfully delivered to the endpoint.
    //
    //    * TEMPORARY_FAILURE - A temporary error occurred. Amazon Pinpoint won't
    //    attempt to send the message again.
    //
    //    * THROTTLED - Amazon Pinpoint throttled the operation to send the message
    //    to the endpoint.
    //
    //    * UNKNOWN_FAILURE - An unknown error occurred.
    //
    // DeliveryStatus is a required field
    DeliveryStatus *string `type:"string" required:"true" enum:"DeliveryStatus"`

    // The unique identifier for the message that was sent.
    MessageId *string `type:"string"`

    // The downstream service status code for delivering the message.
    //
    // StatusCode is a required field
    StatusCode *int64 `type:"integer" required:"true"`

    // The status message for delivering the message.
    StatusMessage *string `type:"string"`

    // For push notifications that are sent through the GCM channel, specifies whether
    // the endpoint's device registration token was updated as part of delivering
    // the message.
    UpdatedToken *string `type:"string"`
    // contains filtered or unexported fields
}

Provides information about the delivery status and results of sending a message directly to an endpoint.

func (EndpointMessageResult) GoString

func (s EndpointMessageResult) GoString() string

GoString returns the string representation.

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

func (*EndpointMessageResult) SetAddress

func (s *EndpointMessageResult) SetAddress(v string) *EndpointMessageResult

SetAddress sets the Address field's value.

func (*EndpointMessageResult) SetDeliveryStatus

func (s *EndpointMessageResult) SetDeliveryStatus(v string) *EndpointMessageResult

SetDeliveryStatus sets the DeliveryStatus field's value.

func (*EndpointMessageResult) SetMessageId

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

SetMessageId sets the MessageId field's value.

func (*EndpointMessageResult) SetStatusCode

func (s *EndpointMessageResult) SetStatusCode(v int64) *EndpointMessageResult

SetStatusCode sets the StatusCode field's value.

func (*EndpointMessageResult) SetStatusMessage

func (s *EndpointMessageResult) SetStatusMessage(v string) *EndpointMessageResult

SetStatusMessage sets the StatusMessage field's value.

func (*EndpointMessageResult) SetUpdatedToken

func (s *EndpointMessageResult) SetUpdatedToken(v string) *EndpointMessageResult

SetUpdatedToken sets the UpdatedToken field's value.

func (EndpointMessageResult) String

func (s EndpointMessageResult) String() string

String returns the string representation.

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

type EndpointRequest

type EndpointRequest struct {

    // The destination address for messages or push notifications that you send
    // to the endpoint. The address varies by channel. For a push-notification channel,
    // use the token provided by the push notification service, such as an Apple
    // Push Notification service (APNs) device token or a Firebase Cloud Messaging
    // (FCM) registration token. For the SMS channel, use a phone number in E.164
    // format, such as +12065550100. For the email channel, use an email address.
    Address *string `type:"string"`

    // One or more custom attributes that describe the endpoint by associating a
    // name with an array of values. For example, the value of a custom attribute
    // named Interests might be: ["Science", "Music", "Travel"]. You can use these
    // attributes as filter criteria when you create segments. Attribute names are
    // case sensitive.
    //
    // An attribute name can contain up to 50 characters. An attribute value can
    // contain up to 100 characters. When you define the name of a custom attribute,
    // avoid using the following characters: number sign (#), colon (:), question
    // mark (?), backslash (\), and slash (/). The Amazon Pinpoint console can't
    // display attribute names that contain these characters. This restriction doesn't
    // apply to attribute values.
    Attributes map[string][]*string `type:"map"`

    // The channel to use when sending messages or push notifications to the endpoint.
    ChannelType *string `type:"string" enum:"ChannelType"`

    // The demographic information for the endpoint, such as the time zone and platform.
    Demographic *EndpointDemographic `type:"structure"`

    // The date and time, in ISO 8601 format, when the endpoint is updated.
    EffectiveDate *string `type:"string"`

    // Specifies whether to send messages or push notifications to the endpoint.
    // Valid values are: ACTIVE, messages are sent to the endpoint; and, INACTIVE,
    // messages aren’t sent to the endpoint.
    //
    // Amazon Pinpoint automatically sets this value to ACTIVE when you create an
    // endpoint or update an existing endpoint. Amazon Pinpoint automatically sets
    // this value to INACTIVE if you update another endpoint that has the same address
    // specified by the Address property.
    EndpointStatus *string `type:"string"`

    // The geographic information for the endpoint.
    Location *EndpointLocation `type:"structure"`

    // One or more custom metrics that your app reports to Amazon Pinpoint for the
    // endpoint.
    Metrics map[string]*float64 `type:"map"`

    // Specifies whether the user who's associated with the endpoint has opted out
    // of receiving messages and push notifications from you. Possible values are:
    // ALL, the user has opted out and doesn't want to receive any messages or push
    // notifications; and, NONE, the user hasn't opted out and wants to receive
    // all messages and push notifications.
    OptOut *string `type:"string"`

    // The unique identifier for the most recent request to update the endpoint.
    RequestId *string `type:"string"`

    // One or more custom attributes that describe the user who's associated with
    // the endpoint.
    User *EndpointUser `type:"structure"`
    // contains filtered or unexported fields
}

Specifies the channel type and other settings for an endpoint.

func (EndpointRequest) GoString

func (s EndpointRequest) GoString() string

GoString returns the string representation.

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

func (*EndpointRequest) SetAddress

func (s *EndpointRequest) SetAddress(v string) *EndpointRequest

SetAddress sets the Address field's value.

func (*EndpointRequest) SetAttributes

func (s *EndpointRequest) SetAttributes(v map[string][]*string) *EndpointRequest

SetAttributes sets the Attributes field's value.

func (*EndpointRequest) SetChannelType

func (s *EndpointRequest) SetChannelType(v string) *EndpointRequest

SetChannelType sets the ChannelType field's value.

func (*EndpointRequest) SetDemographic

func (s *EndpointRequest) SetDemographic(v *EndpointDemographic) *EndpointRequest

SetDemographic sets the Demographic field's value.

func (*EndpointRequest) SetEffectiveDate

func (s *EndpointRequest) SetEffectiveDate(v string) *EndpointRequest

SetEffectiveDate sets the EffectiveDate field's value.

func (*EndpointRequest) SetEndpointStatus

func (s *EndpointRequest) SetEndpointStatus(v string) *EndpointRequest

SetEndpointStatus sets the EndpointStatus field's value.

func (*EndpointRequest) SetLocation

func (s *EndpointRequest) SetLocation(v *EndpointLocation) *EndpointRequest

SetLocation sets the Location field's value.

func (*EndpointRequest) SetMetrics

func (s *EndpointRequest) SetMetrics(v map[string]*float64) *EndpointRequest

SetMetrics sets the Metrics field's value.

func (*EndpointRequest) SetOptOut

func (s *EndpointRequest) SetOptOut(v string) *EndpointRequest

SetOptOut sets the OptOut field's value.

func (*EndpointRequest) SetRequestId

func (s *EndpointRequest) SetRequestId(v string) *EndpointRequest

SetRequestId sets the RequestId field's value.

func (*EndpointRequest) SetUser

func (s *EndpointRequest) SetUser(v *EndpointUser) *EndpointRequest

SetUser sets the User field's value.

func (EndpointRequest) String

func (s EndpointRequest) String() string

String returns the string representation.

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

type EndpointResponse

type EndpointResponse struct {

    // The destination address for messages or push notifications that you send
    // to the endpoint. The address varies by channel. For example, the address
    // for a push-notification channel is typically the token provided by a push
    // notification service, such as an Apple Push Notification service (APNs) device
    // token or a Firebase Cloud Messaging (FCM) registration token. The address
    // for the SMS channel is a phone number in E.164 format, such as +12065550100.
    // The address for the email channel is an email address.
    Address *string `type:"string"`

    // The unique identifier for the application that's associated with the endpoint.
    ApplicationId *string `type:"string"`

    // One or more custom attributes that describe the endpoint by associating a
    // name with an array of values. For example, the value of a custom attribute
    // named Interests might be: ["Science", "Music", "Travel"]. You can use these
    // attributes as filter criteria when you create segments.
    Attributes map[string][]*string `type:"map"`

    // The channel that's used when sending messages or push notifications to the
    // endpoint.
    ChannelType *string `type:"string" enum:"ChannelType"`

    // A number from 0-99 that represents the cohort that the endpoint is assigned
    // to. Endpoints are grouped into cohorts randomly, and each cohort contains
    // approximately 1 percent of the endpoints for an application. Amazon Pinpoint
    // assigns cohorts to the holdout or treatment allocations for campaigns.
    CohortId *string `type:"string"`

    // The date and time, in ISO 8601 format, when the endpoint was created.
    CreationDate *string `type:"string"`

    // The demographic information for the endpoint, such as the time zone and platform.
    Demographic *EndpointDemographic `type:"structure"`

    // The date and time, in ISO 8601 format, when the endpoint was last updated.
    EffectiveDate *string `type:"string"`

    // Specifies whether messages or push notifications are sent to the endpoint.
    // Possible values are: ACTIVE, messages are sent to the endpoint; and, INACTIVE,
    // messages aren’t sent to the endpoint.
    //
    // Amazon Pinpoint automatically sets this value to ACTIVE when you create an
    // endpoint or update an existing endpoint. Amazon Pinpoint automatically sets
    // this value to INACTIVE if you update another endpoint that has the same address
    // specified by the Address property.
    EndpointStatus *string `type:"string"`

    // The unique identifier that you assigned to the endpoint. The identifier should
    // be a globally unique identifier (GUID) to ensure that it doesn't conflict
    // with other endpoint identifiers that are associated with the application.
    Id *string `type:"string"`

    // The geographic information for the endpoint.
    Location *EndpointLocation `type:"structure"`

    // One or more custom metrics that your app reports to Amazon Pinpoint for the
    // endpoint.
    Metrics map[string]*float64 `type:"map"`

    // Specifies whether the user who's associated with the endpoint has opted out
    // of receiving messages and push notifications from you. Possible values are:
    // ALL, the user has opted out and doesn't want to receive any messages or push
    // notifications; and, NONE, the user hasn't opted out and wants to receive
    // all messages and push notifications.
    OptOut *string `type:"string"`

    // The unique identifier for the most recent request to update the endpoint.
    RequestId *string `type:"string"`

    // One or more custom user attributes that your app reports to Amazon Pinpoint
    // for the user who's associated with the endpoint.
    User *EndpointUser `type:"structure"`
    // contains filtered or unexported fields
}

Provides information about the channel type and other settings for an endpoint.

func (EndpointResponse) GoString

func (s EndpointResponse) GoString() string

GoString returns the string representation.

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

func (*EndpointResponse) SetAddress

func (s *EndpointResponse) SetAddress(v string) *EndpointResponse

SetAddress sets the Address field's value.

func (*EndpointResponse) SetApplicationId

func (s *EndpointResponse) SetApplicationId(v string) *EndpointResponse

SetApplicationId sets the ApplicationId field's value.

func (*EndpointResponse) SetAttributes

func (s *EndpointResponse) SetAttributes(v map[string][]*string) *EndpointResponse

SetAttributes sets the Attributes field's value.

func (*EndpointResponse) SetChannelType

func (s *EndpointResponse) SetChannelType(v string) *EndpointResponse

SetChannelType sets the ChannelType field's value.

func (*EndpointResponse) SetCohortId

func (s *EndpointResponse) SetCohortId(v string) *EndpointResponse

SetCohortId sets the CohortId field's value.

func (*EndpointResponse) SetCreationDate

func (s *EndpointResponse) SetCreationDate(v string) *EndpointResponse

SetCreationDate sets the CreationDate field's value.

func (*EndpointResponse) SetDemographic

func (s *EndpointResponse) SetDemographic(v *EndpointDemographic) *EndpointResponse

SetDemographic sets the Demographic field's value.

func (*EndpointResponse) SetEffectiveDate

func (s *EndpointResponse) SetEffectiveDate(v string) *EndpointResponse

SetEffectiveDate sets the EffectiveDate field's value.

func (*EndpointResponse) SetEndpointStatus

func (s *EndpointResponse) SetEndpointStatus(v string) *EndpointResponse

SetEndpointStatus sets the EndpointStatus field's value.

func (*EndpointResponse) SetId

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

SetId sets the Id field's value.

func (*EndpointResponse) SetLocation

func (s *EndpointResponse) SetLocation(v *EndpointLocation) *EndpointResponse

SetLocation sets the Location field's value.

func (*EndpointResponse) SetMetrics

func (s *EndpointResponse) SetMetrics(v map[string]*float64) *EndpointResponse

SetMetrics sets the Metrics field's value.

func (*EndpointResponse) SetOptOut

func (s *EndpointResponse) SetOptOut(v string) *EndpointResponse

SetOptOut sets the OptOut field's value.

func (*EndpointResponse) SetRequestId

func (s *EndpointResponse) SetRequestId(v string) *EndpointResponse

SetRequestId sets the RequestId field's value.

func (*EndpointResponse) SetUser

func (s *EndpointResponse) SetUser(v *EndpointUser) *EndpointResponse

SetUser sets the User field's value.

func (EndpointResponse) String

func (s EndpointResponse) String() string

String returns the string representation.

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

type EndpointSendConfiguration

type EndpointSendConfiguration struct {

    // The body of the message. If specified, this value overrides the default message
    // body.
    BodyOverride *string `type:"string"`

    // A map of custom attributes to attach to the message for the address. Attribute
    // names are case sensitive.
    //
    // For a push notification, this payload is added to the data.pinpoint object.
    // For an email or text message, this payload is added to email/SMS delivery
    // receipt event attributes.
    Context map[string]*string `type:"map"`

    // The raw, JSON-formatted string to use as the payload for the message. If
    // specified, this value overrides all other values for the message.
    RawContent *string `type:"string"`

    // A map of the message variables to merge with the variables specified for
    // the default message (DefaultMessage.Substitutions). The variables specified
    // in this map take precedence over all other variables.
    Substitutions map[string][]*string `type:"map"`

    // The title or subject line of the message. If specified, this value overrides
    // the default message title or subject line.
    TitleOverride *string `type:"string"`
    // contains filtered or unexported fields
}

Specifies the content, including message variables and attributes, to use in a message that's sent directly to an endpoint.

func (EndpointSendConfiguration) GoString

func (s EndpointSendConfiguration) GoString() string

GoString returns the string representation.

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

func (*EndpointSendConfiguration) SetBodyOverride

func (s *EndpointSendConfiguration) SetBodyOverride(v string) *EndpointSendConfiguration

SetBodyOverride sets the BodyOverride field's value.

func (*EndpointSendConfiguration) SetContext

func (s *EndpointSendConfiguration) SetContext(v map[string]*string) *EndpointSendConfiguration

SetContext sets the Context field's value.

func (*EndpointSendConfiguration) SetRawContent

func (s *EndpointSendConfiguration) SetRawContent(v string) *EndpointSendConfiguration

SetRawContent sets the RawContent field's value.

func (*EndpointSendConfiguration) SetSubstitutions

func (s *EndpointSendConfiguration) SetSubstitutions(v map[string][]*string) *EndpointSendConfiguration

SetSubstitutions sets the Substitutions field's value.

func (*EndpointSendConfiguration) SetTitleOverride

func (s *EndpointSendConfiguration) SetTitleOverride(v string) *EndpointSendConfiguration

SetTitleOverride sets the TitleOverride field's value.

func (EndpointSendConfiguration) String

func (s EndpointSendConfiguration) String() string

String returns the string representation.

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

type EndpointUser

type EndpointUser struct {

    // One or more custom attributes that describe the user by associating a name
    // with an array of values. For example, the value of an attribute named Interests
    // might be: ["Science", "Music", "Travel"]. You can use these attributes as
    // filter criteria when you create segments. Attribute names are case sensitive.
    //
    // An attribute name can contain up to 50 characters. An attribute value can
    // contain up to 100 characters. When you define the name of a custom attribute,
    // avoid using the following characters: number sign (#), colon (:), question
    // mark (?), backslash (\), and slash (/). The Amazon Pinpoint console can't
    // display attribute names that contain these characters. This restriction doesn't
    // apply to attribute values.
    UserAttributes map[string][]*string `type:"map"`

    // The unique identifier for the user.
    UserId *string `type:"string"`
    // contains filtered or unexported fields
}

Specifies data for one or more attributes that describe the user who's associated with an endpoint.

func (EndpointUser) GoString

func (s EndpointUser) GoString() string

GoString returns the string representation.

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

func (*EndpointUser) SetUserAttributes

func (s *EndpointUser) SetUserAttributes(v map[string][]*string) *EndpointUser

SetUserAttributes sets the UserAttributes field's value.

func (*EndpointUser) SetUserId

func (s *EndpointUser) SetUserId(v string) *EndpointUser

SetUserId sets the UserId field's value.

func (EndpointUser) String

func (s EndpointUser) String() string

String returns the string representation.

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

type EndpointsResponse

type EndpointsResponse struct {

    // An array of responses, one for each endpoint that's associated with the user
    // ID.
    //
    // Item is a required field
    Item []*EndpointResponse `type:"list" required:"true"`
    // contains filtered or unexported fields
}

Provides information about all the endpoints that are associated with a user ID.

func (EndpointsResponse) GoString

func (s EndpointsResponse) GoString() string

GoString returns the string representation.

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

func (*EndpointsResponse) SetItem

func (s *EndpointsResponse) SetItem(v []*EndpointResponse) *EndpointsResponse

SetItem sets the Item field's value.

func (EndpointsResponse) String

func (s EndpointsResponse) String() string

String returns the string representation.

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

type Event

type Event struct {

    // The package name of the app that's recording the event.
    AppPackageName *string `type:"string"`

    // The title of the app that's recording the event.
    AppTitle *string `type:"string"`

    // The version number of the app that's recording the event.
    AppVersionCode *string `type:"string"`

    // One or more custom attributes that are associated with the event.
    Attributes map[string]*string `type:"map"`

    // The version of the SDK that's running on the client device.
    ClientSdkVersion *string `type:"string"`

    // The name of the event.
    //
    // EventType is a required field
    EventType *string `type:"string" required:"true"`

    // One or more custom metrics that are associated with the event.
    Metrics map[string]*float64 `type:"map"`

    // The name of the SDK that's being used to record the event.
    SdkName *string `type:"string"`

    // Information about the session in which the event occurred.
    Session *Session `type:"structure"`

    // The date and time, in ISO 8601 format, when the event occurred.
    //
    // Timestamp is a required field
    Timestamp *string `type:"string" required:"true"`
    // contains filtered or unexported fields
}

Specifies information about an event that reports data to Amazon Pinpoint.

func (Event) GoString

func (s Event) GoString() string

GoString returns the string representation.

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

func (*Event) SetAppPackageName

func (s *Event) SetAppPackageName(v string) *Event

SetAppPackageName sets the AppPackageName field's value.

func (*Event) SetAppTitle

func (s *Event) SetAppTitle(v string) *Event

SetAppTitle sets the AppTitle field's value.

func (*Event) SetAppVersionCode

func (s *Event) SetAppVersionCode(v string) *Event

SetAppVersionCode sets the AppVersionCode field's value.

func (*Event) SetAttributes

func (s *Event) SetAttributes(v map[string]*string) *Event

SetAttributes sets the Attributes field's value.

func (*Event) SetClientSdkVersion

func (s *Event) SetClientSdkVersion(v string) *Event

SetClientSdkVersion sets the ClientSdkVersion field's value.

func (*Event) SetEventType

func (s *Event) SetEventType(v string) *Event

SetEventType sets the EventType field's value.

func (*Event) SetMetrics

func (s *Event) SetMetrics(v map[string]*float64) *Event

SetMetrics sets the Metrics field's value.

func (*Event) SetSdkName

func (s *Event) SetSdkName(v string) *Event

SetSdkName sets the SdkName field's value.

func (*Event) SetSession

func (s *Event) SetSession(v *Session) *Event

SetSession sets the Session field's value.

func (*Event) SetTimestamp

func (s *Event) SetTimestamp(v string) *Event

SetTimestamp sets the Timestamp field's value.

func (Event) String

func (s Event) String() string

String returns the string representation.

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

func (*Event) Validate

func (s *Event) Validate() error

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

type EventCondition

type EventCondition struct {

    // The dimensions for the event filter to use for the activity.
    Dimensions *EventDimensions `type:"structure"`

    // The message identifier (message_id) for the message to use when determining
    // whether message events meet the condition.
    MessageActivity *string `type:"string"`
    // contains filtered or unexported fields
}

Specifies the conditions to evaluate for an event that applies to an activity in a journey.

func (EventCondition) GoString

func (s EventCondition) GoString() string

GoString returns the string representation.

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

func (*EventCondition) SetDimensions

func (s *EventCondition) SetDimensions(v *EventDimensions) *EventCondition

SetDimensions sets the Dimensions field's value.

func (*EventCondition) SetMessageActivity

func (s *EventCondition) SetMessageActivity(v string) *EventCondition

SetMessageActivity sets the MessageActivity field's value.

func (EventCondition) String

func (s EventCondition) String() string

String returns the string representation.

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

func (*EventCondition) Validate

func (s *EventCondition) Validate() error

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

type EventDimensions

type EventDimensions struct {

    // One or more custom attributes that your application reports to Amazon Pinpoint.
    // You can use these attributes as selection criteria when you create an event
    // filter.
    Attributes map[string]*AttributeDimension `type:"map"`

    // The name of the event that causes the campaign to be sent or the journey
    // activity to be performed. This can be a standard event that Amazon Pinpoint
    // generates, such as _email.delivered. For campaigns, this can also be a custom
    // event that's specific to your application. For information about standard
    // events, see Streaming Amazon Pinpoint Events (https://docs.aws.amazon.com/pinpoint/latest/developerguide/event-streams.html)
    // in the Amazon Pinpoint Developer Guide.
    EventType *SetDimension `type:"structure"`

    // One or more custom metrics that your application reports to Amazon Pinpoint.
    // You can use these metrics as selection criteria when you create an event
    // filter.
    Metrics map[string]*MetricDimension `type:"map"`
    // contains filtered or unexported fields
}

Specifies the dimensions for an event filter that determines when a campaign is sent or a journey activity is performed.

func (EventDimensions) GoString

func (s EventDimensions) GoString() string

GoString returns the string representation.

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

func (*EventDimensions) SetAttributes

func (s *EventDimensions) SetAttributes(v map[string]*AttributeDimension) *EventDimensions

SetAttributes sets the Attributes field's value.

func (*EventDimensions) SetEventType

func (s *EventDimensions) SetEventType(v *SetDimension) *EventDimensions

SetEventType sets the EventType field's value.

func (*EventDimensions) SetMetrics

func (s *EventDimensions) SetMetrics(v map[string]*MetricDimension) *EventDimensions

SetMetrics sets the Metrics field's value.

func (EventDimensions) String

func (s EventDimensions) String() string

String returns the string representation.

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

func (*EventDimensions) Validate

func (s *EventDimensions) Validate() error

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

type EventFilter

type EventFilter struct {

    // The dimensions for the event filter to use for the campaign or the journey
    // activity.
    //
    // Dimensions is a required field
    Dimensions *EventDimensions `type:"structure" required:"true"`

    // The type of event that causes the campaign to be sent or the journey activity
    // to be performed. Valid values are: SYSTEM, sends the campaign or performs
    // the activity when a system event occurs; and, ENDPOINT, sends the campaign
    // or performs the activity when an endpoint event (Events resource
    //
    // FilterType is a required field
    FilterType *string `type:"string" required:"true" enum:"FilterType"`
    // contains filtered or unexported fields
}

Specifies the settings for an event that causes a campaign to be sent or a journey activity to be performed.

func (EventFilter) GoString

func (s EventFilter) GoString() string

GoString returns the string representation.

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

func (*EventFilter) SetDimensions

func (s *EventFilter) SetDimensions(v *EventDimensions) *EventFilter

SetDimensions sets the Dimensions field's value.

func (*EventFilter) SetFilterType

func (s *EventFilter) SetFilterType(v string) *EventFilter

SetFilterType sets the FilterType field's value.

func (EventFilter) String

func (s EventFilter) String() string

String returns the string representation.

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

func (*EventFilter) Validate

func (s *EventFilter) Validate() error

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

type EventItemResponse

type EventItemResponse struct {

    // A custom message that's returned in the response as a result of processing
    // the event.
    Message *string `type:"string"`

    // The status code that's returned in the response as a result of processing
    // the event. Possible values are: 202, for events that were accepted; and,
    // 400, for events that weren't valid.
    StatusCode *int64 `type:"integer"`
    // contains filtered or unexported fields
}

Provides the status code and message that result from processing an event.

func (EventItemResponse) GoString

func (s EventItemResponse) GoString() string

GoString returns the string representation.

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

func (*EventItemResponse) SetMessage

func (s *EventItemResponse) SetMessage(v string) *EventItemResponse

SetMessage sets the Message field's value.

func (*EventItemResponse) SetStatusCode

func (s *EventItemResponse) SetStatusCode(v int64) *EventItemResponse

SetStatusCode sets the StatusCode field's value.

func (EventItemResponse) String

func (s EventItemResponse) String() string

String returns the string representation.

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

type EventStartCondition

type EventStartCondition struct {

    // Specifies the settings for an event that causes a campaign to be sent or
    // a journey activity to be performed.
    EventFilter *EventFilter `type:"structure"`

    SegmentId *string `type:"string"`
    // contains filtered or unexported fields
}

Specifies the settings for an event that causes a journey activity to start.

func (EventStartCondition) GoString

func (s EventStartCondition) GoString() string

GoString returns the string representation.

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

func (*EventStartCondition) SetEventFilter

func (s *EventStartCondition) SetEventFilter(v *EventFilter) *EventStartCondition

SetEventFilter sets the EventFilter field's value.

func (*EventStartCondition) SetSegmentId

func (s *EventStartCondition) SetSegmentId(v string) *EventStartCondition

SetSegmentId sets the SegmentId field's value.

func (EventStartCondition) String

func (s EventStartCondition) String() string

String returns the string representation.

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

func (*EventStartCondition) Validate

func (s *EventStartCondition) Validate() error

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

type EventStream

type EventStream struct {

    // The unique identifier for the application to publish event data for.
    //
    // ApplicationId is a required field
    ApplicationId *string `type:"string" required:"true"`

    // The Amazon Resource Name (ARN) of the Amazon Kinesis data stream or Amazon
    // Kinesis Data Firehose delivery stream to publish event data to.
    //
    // For a Kinesis data stream, the ARN format is: arn:aws:kinesis:region:account-id:stream/stream_name
    //
    // For a Kinesis Data Firehose delivery stream, the ARN format is: arn:aws:firehose:region:account-id:deliverystream/stream_name
    //
    // DestinationStreamArn is a required field
    DestinationStreamArn *string `type:"string" required:"true"`

    // (Deprecated) Your AWS account ID, which you assigned to an external ID key
    // in an IAM trust policy. Amazon Pinpoint previously used this value to assume
    // an IAM role when publishing event data, but we removed this requirement.
    // We don't recommend use of external IDs for IAM roles that are assumed by
    // Amazon Pinpoint.
    ExternalId *string `type:"string"`

    // The date, in ISO 8601 format, when the event stream was last modified.
    LastModifiedDate *string `type:"string"`

    // The IAM user who last modified the event stream.
    LastUpdatedBy *string `type:"string"`

    // The AWS Identity and Access Management (IAM) role that authorizes Amazon
    // Pinpoint to publish event data to the stream in your AWS account.
    //
    // RoleArn is a required field
    RoleArn *string `type:"string" required:"true"`
    // contains filtered or unexported fields
}

Specifies settings for publishing event data to an Amazon Kinesis data stream or an Amazon Kinesis Data Firehose delivery stream.

func (EventStream) GoString

func (s EventStream) GoString() string

GoString returns the string representation.

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

func (*EventStream) SetApplicationId

func (s *EventStream) SetApplicationId(v string) *EventStream

SetApplicationId sets the ApplicationId field's value.

func (*EventStream) SetDestinationStreamArn

func (s *EventStream) SetDestinationStreamArn(v string) *EventStream

SetDestinationStreamArn sets the DestinationStreamArn field's value.

func (*EventStream) SetExternalId

func (s *EventStream) SetExternalId(v string) *EventStream

SetExternalId sets the ExternalId field's value.

func (*EventStream) SetLastModifiedDate

func (s *EventStream) SetLastModifiedDate(v string) *EventStream

SetLastModifiedDate sets the LastModifiedDate field's value.

func (*EventStream) SetLastUpdatedBy

func (s *EventStream) SetLastUpdatedBy(v string) *EventStream

SetLastUpdatedBy sets the LastUpdatedBy field's value.

func (*EventStream) SetRoleArn

func (s *EventStream) SetRoleArn(v string) *EventStream

SetRoleArn sets the RoleArn field's value.

func (EventStream) String

func (s EventStream) String() string

String returns the string representation.

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

type EventsBatch

type EventsBatch struct {

    // A set of properties and attributes that are associated with the endpoint.
    //
    // Endpoint is a required field
    Endpoint *PublicEndpoint `type:"structure" required:"true"`

    // A set of properties that are associated with the event.
    //
    // Events is a required field
    Events map[string]*Event `type:"map" required:"true"`
    // contains filtered or unexported fields
}

Specifies a batch of endpoints and events to process.

func (EventsBatch) GoString

func (s EventsBatch) GoString() string

GoString returns the string representation.

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

func (*EventsBatch) SetEndpoint

func (s *EventsBatch) SetEndpoint(v *PublicEndpoint) *EventsBatch

SetEndpoint sets the Endpoint field's value.

func (*EventsBatch) SetEvents

func (s *EventsBatch) SetEvents(v map[string]*Event) *EventsBatch

SetEvents sets the Events field's value.

func (EventsBatch) String

func (s EventsBatch) String() string

String returns the string representation.

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

func (*EventsBatch) Validate

func (s *EventsBatch) Validate() error

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

type EventsRequest

type EventsRequest struct {

    // The batch of events to process. For each item in a batch, the endpoint ID
    // acts as a key that has an EventsBatch object as its value.
    //
    // BatchItem is a required field
    BatchItem map[string]*EventsBatch `type:"map" required:"true"`
    // contains filtered or unexported fields
}

Specifies a batch of events to process.

func (EventsRequest) GoString

func (s EventsRequest) GoString() string

GoString returns the string representation.

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

func (*EventsRequest) SetBatchItem

func (s *EventsRequest) SetBatchItem(v map[string]*EventsBatch) *EventsRequest

SetBatchItem sets the BatchItem field's value.

func (EventsRequest) String

func (s EventsRequest) String() string

String returns the string representation.

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

func (*EventsRequest) Validate

func (s *EventsRequest) Validate() error

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

type EventsResponse

type EventsResponse struct {

    // A map that contains a multipart response for each endpoint. For each item
    // in this object, the endpoint ID is the key and the item response is the value.
    // If no item response exists, the value can also be one of the following: 202,
    // the request was processed successfully; or 400, the payload wasn't valid
    // or required fields were missing.
    Results map[string]*ItemResponse `type:"map"`
    // contains filtered or unexported fields
}

Provides information about endpoints and the events that they're associated with.

func (EventsResponse) GoString

func (s EventsResponse) GoString() string

GoString returns the string representation.

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

func (*EventsResponse) SetResults

func (s *EventsResponse) SetResults(v map[string]*ItemResponse) *EventsResponse

SetResults sets the Results field's value.

func (EventsResponse) String

func (s EventsResponse) String() string

String returns the string representation.

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

type ExportJobRequest

type ExportJobRequest struct {

    // The Amazon Resource Name (ARN) of the AWS Identity and Access Management
    // (IAM) role that authorizes Amazon Pinpoint to access the Amazon S3 location
    // where you want to export endpoint definitions to.
    //
    // RoleArn is a required field
    RoleArn *string `type:"string" required:"true"`

    // The URL of the location in an Amazon Simple Storage Service (Amazon S3) bucket
    // where you want to export endpoint definitions to. This location is typically
    // a folder that contains multiple files. The URL should be in the following
    // format: s3://bucket-name/folder-name/.
    //
    // S3UrlPrefix is a required field
    S3UrlPrefix *string `type:"string" required:"true"`

    // The identifier for the segment to export endpoint definitions from. If you
    // don't specify this value, Amazon Pinpoint exports definitions for all the
    // endpoints that are associated with the application.
    SegmentId *string `type:"string"`

    // The version of the segment to export endpoint definitions from, if specified.
    SegmentVersion *int64 `type:"integer"`
    // contains filtered or unexported fields
}

Specifies the settings for a job that exports endpoint definitions to an Amazon Simple Storage Service (Amazon S3) bucket.

func (ExportJobRequest) GoString

func (s ExportJobRequest) GoString() string

GoString returns the string representation.

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

func (*ExportJobRequest) SetRoleArn

func (s *ExportJobRequest) SetRoleArn(v string) *ExportJobRequest

SetRoleArn sets the RoleArn field's value.

func (*ExportJobRequest) SetS3UrlPrefix

func (s *ExportJobRequest) SetS3UrlPrefix(v string) *ExportJobRequest

SetS3UrlPrefix sets the S3UrlPrefix field's value.

func (*ExportJobRequest) SetSegmentId

func (s *ExportJobRequest) SetSegmentId(v string) *ExportJobRequest

SetSegmentId sets the SegmentId field's value.

func (*ExportJobRequest) SetSegmentVersion

func (s *ExportJobRequest) SetSegmentVersion(v int64) *ExportJobRequest

SetSegmentVersion sets the SegmentVersion field's value.

func (ExportJobRequest) String

func (s ExportJobRequest) String() string

String returns the string representation.

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

func (*ExportJobRequest) Validate

func (s *ExportJobRequest) Validate() error

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

type ExportJobResource

type ExportJobResource struct {

    // The Amazon Resource Name (ARN) of the AWS Identity and Access Management
    // (IAM) role that authorized Amazon Pinpoint to access the Amazon S3 location
    // where the endpoint definitions were exported to.
    //
    // RoleArn is a required field
    RoleArn *string `type:"string" required:"true"`

    // The URL of the location in an Amazon Simple Storage Service (Amazon S3) bucket
    // where the endpoint definitions were exported to. This location is typically
    // a folder that contains multiple files. The URL should be in the following
    // format: s3://bucket-name/folder-name/.
    //
    // S3UrlPrefix is a required field
    S3UrlPrefix *string `type:"string" required:"true"`

    // The identifier for the segment that the endpoint definitions were exported
    // from. If this value isn't present, Amazon Pinpoint exported definitions for
    // all the endpoints that are associated with the application.
    SegmentId *string `type:"string"`

    // The version of the segment that the endpoint definitions were exported from.
    SegmentVersion *int64 `type:"integer"`
    // contains filtered or unexported fields
}

Provides information about the resource settings for a job that exports endpoint definitions to a file. The file can be added directly to an Amazon Simple Storage Service (Amazon S3) bucket by using the Amazon Pinpoint API or downloaded directly to a computer by using the Amazon Pinpoint console.

func (ExportJobResource) GoString

func (s ExportJobResource) GoString() string

GoString returns the string representation.

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

func (*ExportJobResource) SetRoleArn

func (s *ExportJobResource) SetRoleArn(v string) *ExportJobResource

SetRoleArn sets the RoleArn field's value.

func (*ExportJobResource) SetS3UrlPrefix

func (s *ExportJobResource) SetS3UrlPrefix(v string) *ExportJobResource

SetS3UrlPrefix sets the S3UrlPrefix field's value.

func (*ExportJobResource) SetSegmentId

func (s *ExportJobResource) SetSegmentId(v string) *ExportJobResource

SetSegmentId sets the SegmentId field's value.

func (*ExportJobResource) SetSegmentVersion

func (s *ExportJobResource) SetSegmentVersion(v int64) *ExportJobResource

SetSegmentVersion sets the SegmentVersion field's value.

func (ExportJobResource) String

func (s ExportJobResource) String() string

String returns the string representation.

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

type ExportJobResponse

type ExportJobResponse struct {

    // The unique identifier for the application that's associated with the export
    // job.
    //
    // ApplicationId is a required field
    ApplicationId *string `type:"string" required:"true"`

    // The number of pieces that were processed successfully (completed) by the
    // export job, as of the time of the request.
    CompletedPieces *int64 `type:"integer"`

    // The date, in ISO 8601 format, when the export job was completed.
    CompletionDate *string `type:"string"`

    // The date, in ISO 8601 format, when the export job was created.
    //
    // CreationDate is a required field
    CreationDate *string `type:"string" required:"true"`

    // The resource settings that apply to the export job.
    //
    // Definition is a required field
    Definition *ExportJobResource `type:"structure" required:"true"`

    // The number of pieces that weren't processed successfully (failed) by the
    // export job, as of the time of the request.
    FailedPieces *int64 `type:"integer"`

    // An array of entries, one for each of the first 100 entries that weren't processed
    // successfully (failed) by the export job, if any.
    Failures []*string `type:"list"`

    // The unique identifier for the export job.
    //
    // Id is a required field
    Id *string `type:"string" required:"true"`

    // The status of the export job. The job status is FAILED if Amazon Pinpoint
    // wasn't able to process one or more pieces in the job.
    //
    // JobStatus is a required field
    JobStatus *string `type:"string" required:"true" enum:"JobStatus"`

    // The total number of endpoint definitions that weren't processed successfully
    // (failed) by the export job, typically because an error, such as a syntax
    // error, occurred.
    TotalFailures *int64 `type:"integer"`

    // The total number of pieces that must be processed to complete the export
    // job. Each piece consists of an approximately equal portion of the endpoint
    // definitions that are part of the export job.
    TotalPieces *int64 `type:"integer"`

    // The total number of endpoint definitions that were processed by the export
    // job.
    TotalProcessed *int64 `type:"integer"`

    // The job type. This value is EXPORT for export jobs.
    //
    // Type is a required field
    Type *string `type:"string" required:"true"`
    // contains filtered or unexported fields
}

Provides information about the status and settings of a job that exports endpoint definitions to a file. The file can be added directly to an Amazon Simple Storage Service (Amazon S3) bucket by using the Amazon Pinpoint API or downloaded directly to a computer by using the Amazon Pinpoint console.

func (ExportJobResponse) GoString

func (s ExportJobResponse) GoString() string

GoString returns the string representation.

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

func (*ExportJobResponse) SetApplicationId

func (s *ExportJobResponse) SetApplicationId(v string) *ExportJobResponse

SetApplicationId sets the ApplicationId field's value.

func (*ExportJobResponse) SetCompletedPieces

func (s *ExportJobResponse) SetCompletedPieces(v int64) *ExportJobResponse

SetCompletedPieces sets the CompletedPieces field's value.

func (*ExportJobResponse) SetCompletionDate

func (s *ExportJobResponse) SetCompletionDate(v string) *ExportJobResponse

SetCompletionDate sets the CompletionDate field's value.

func (*ExportJobResponse) SetCreationDate

func (s *ExportJobResponse) SetCreationDate(v string) *ExportJobResponse

SetCreationDate sets the CreationDate field's value.

func (*ExportJobResponse) SetDefinition

func (s *ExportJobResponse) SetDefinition(v *ExportJobResource) *ExportJobResponse

SetDefinition sets the Definition field's value.

func (*ExportJobResponse) SetFailedPieces

func (s *ExportJobResponse) SetFailedPieces(v int64) *ExportJobResponse

SetFailedPieces sets the FailedPieces field's value.

func (*ExportJobResponse) SetFailures

func (s *ExportJobResponse) SetFailures(v []*string) *ExportJobResponse

SetFailures sets the Failures field's value.

func (*ExportJobResponse) SetId

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

SetId sets the Id field's value.

func (*ExportJobResponse) SetJobStatus

func (s *ExportJobResponse) SetJobStatus(v string) *ExportJobResponse

SetJobStatus sets the JobStatus field's value.

func (*ExportJobResponse) SetTotalFailures

func (s *ExportJobResponse) SetTotalFailures(v int64) *ExportJobResponse

SetTotalFailures sets the TotalFailures field's value.

func (*ExportJobResponse) SetTotalPieces

func (s *ExportJobResponse) SetTotalPieces(v int64) *ExportJobResponse

SetTotalPieces sets the TotalPieces field's value.

func (*ExportJobResponse) SetTotalProcessed

func (s *ExportJobResponse) SetTotalProcessed(v int64) *ExportJobResponse

SetTotalProcessed sets the TotalProcessed field's value.

func (*ExportJobResponse) SetType

func (s *ExportJobResponse) SetType(v string) *ExportJobResponse

SetType sets the Type field's value.

func (ExportJobResponse) String

func (s ExportJobResponse) String() string

String returns the string representation.

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

type ExportJobsResponse

type ExportJobsResponse struct {

    // An array of responses, one for each export job that's associated with the
    // application (Export Jobs resource) or segment (Segment Export Jobs resource).
    //
    // Item is a required field
    Item []*ExportJobResponse `type:"list" required:"true"`

    // The string to use in a subsequent request to get the next page of results
    // in a paginated response. This value is null if there are no additional pages.
    NextToken *string `type:"string"`
    // contains filtered or unexported fields
}

Provides information about all the export jobs that are associated with an application or segment. An export job is a job that exports endpoint definitions to a file.

func (ExportJobsResponse) GoString

func (s ExportJobsResponse) GoString() string

GoString returns the string representation.

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

func (*ExportJobsResponse) SetItem

func (s *ExportJobsResponse) SetItem(v []*ExportJobResponse) *ExportJobsResponse

SetItem sets the Item field's value.

func (*ExportJobsResponse) SetNextToken

func (s *ExportJobsResponse) SetNextToken(v string) *ExportJobsResponse

SetNextToken sets the NextToken field's value.

func (ExportJobsResponse) String

func (s ExportJobsResponse) String() string

String returns the string representation.

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

type ForbiddenException

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

    Message_ *string `locationName:"Message" type:"string"`

    RequestID_ *string `locationName:"RequestID" type:"string"`
    // contains filtered or unexported fields
}

Provides information about an API request or response.

func (*ForbiddenException) Code

func (s *ForbiddenException) Code() string

Code returns the exception type name.

func (*ForbiddenException) Error

func (s *ForbiddenException) Error() string

func (ForbiddenException) GoString

func (s ForbiddenException) GoString() string

GoString returns the string representation.

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

func (*ForbiddenException) Message

func (s *ForbiddenException) Message() string

Message returns the exception's message.

func (*ForbiddenException) OrigErr

func (s *ForbiddenException) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*ForbiddenException) RequestID

func (s *ForbiddenException) RequestID() string

RequestID returns the service's response RequestID for request.

func (*ForbiddenException) StatusCode

func (s *ForbiddenException) StatusCode() int

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

func (ForbiddenException) String

func (s ForbiddenException) String() string

String returns the string representation.

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

type GCMChannelRequest

type GCMChannelRequest struct {

    // The Web API Key, also referred to as an API_KEY or server key, that you received
    // from Google to communicate with Google services.
    ApiKey *string `type:"string"`

    // The default authentication method used for GCM. Values are either "TOKEN"
    // or "KEY". Defaults to "KEY".
    DefaultAuthenticationMethod *string `type:"string"`

    // Specifies whether to enable the GCM channel for the application.
    Enabled *bool `type:"boolean"`

    // The contents of the JSON file provided by Google during registration in order
    // to generate an access token for authentication. For more information see
    // Migrate from legacy FCM APIs to HTTP v1 (https://firebase.google.com/docs/cloud-messaging/migrate-v1).
    ServiceJson *string `type:"string"`
    // contains filtered or unexported fields
}

Specifies the status and settings of the GCM channel for an application. This channel enables Amazon Pinpoint to send push notifications through the Firebase Cloud Messaging (FCM), formerly Google Cloud Messaging (GCM), service.

func (GCMChannelRequest) GoString

func (s GCMChannelRequest) GoString() string

GoString returns the string representation.

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

func (*GCMChannelRequest) SetApiKey

func (s *GCMChannelRequest) SetApiKey(v string) *GCMChannelRequest

SetApiKey sets the ApiKey field's value.

func (*GCMChannelRequest) SetDefaultAuthenticationMethod

func (s *GCMChannelRequest) SetDefaultAuthenticationMethod(v string) *GCMChannelRequest

SetDefaultAuthenticationMethod sets the DefaultAuthenticationMethod field's value.

func (*GCMChannelRequest) SetEnabled

func (s *GCMChannelRequest) SetEnabled(v bool) *GCMChannelRequest

SetEnabled sets the Enabled field's value.

func (*GCMChannelRequest) SetServiceJson

func (s *GCMChannelRequest) SetServiceJson(v string) *GCMChannelRequest

SetServiceJson sets the ServiceJson field's value.

func (GCMChannelRequest) String

func (s GCMChannelRequest) String() string

String returns the string representation.

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

type GCMChannelResponse

type GCMChannelResponse struct {

    // The unique identifier for the application that the GCM channel applies to.
    ApplicationId *string `type:"string"`

    // The date and time when the GCM channel was enabled.
    CreationDate *string `type:"string"`

    // The Web API Key, also referred to as an API_KEY or server key, that you received
    // from Google to communicate with Google services.
    Credential *string `type:"string"`

    // The default authentication method used for GCM. Values are either "TOKEN"
    // or "KEY". Defaults to "KEY".
    DefaultAuthenticationMethod *string `type:"string"`

    // Specifies whether the GCM channel is enabled for the application.
    Enabled *bool `type:"boolean"`

    // (Not used) This property is retained only for backward compatibility.
    HasCredential *bool `type:"boolean"`

    // Returns true if the JSON file provided by Google during registration process
    // was used in the ServiceJson field of the request.
    HasFcmServiceCredentials *bool `type:"boolean"`

    // (Deprecated) An identifier for the GCM channel. This property is retained
    // only for backward compatibility.
    Id *string `type:"string"`

    // Specifies whether the GCM channel is archived.
    IsArchived *bool `type:"boolean"`

    // The user who last modified the GCM channel.
    LastModifiedBy *string `type:"string"`

    // The date and time when the GCM channel was last modified.
    LastModifiedDate *string `type:"string"`

    // The type of messaging or notification platform for the channel. For the GCM
    // channel, this value is GCM.
    //
    // Platform is a required field
    Platform *string `type:"string" required:"true"`

    // The current version of the GCM channel.
    Version *int64 `type:"integer"`
    // contains filtered or unexported fields
}

Provides information about the status and settings of the GCM channel for an application. The GCM channel enables Amazon Pinpoint to send push notifications through the Firebase Cloud Messaging (FCM), formerly Google Cloud Messaging (GCM), service.

func (GCMChannelResponse) GoString

func (s GCMChannelResponse) GoString() string

GoString returns the string representation.

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

func (*GCMChannelResponse) SetApplicationId

func (s *GCMChannelResponse) SetApplicationId(v string) *GCMChannelResponse

SetApplicationId sets the ApplicationId field's value.

func (*GCMChannelResponse) SetCreationDate

func (s *GCMChannelResponse) SetCreationDate(v string) *GCMChannelResponse

SetCreationDate sets the CreationDate field's value.

func (*GCMChannelResponse) SetCredential

func (s *GCMChannelResponse) SetCredential(v string) *GCMChannelResponse

SetCredential sets the Credential field's value.

func (*GCMChannelResponse) SetDefaultAuthenticationMethod

func (s *GCMChannelResponse) SetDefaultAuthenticationMethod(v string) *GCMChannelResponse

SetDefaultAuthenticationMethod sets the DefaultAuthenticationMethod field's value.

func (*GCMChannelResponse) SetEnabled

func (s *GCMChannelResponse) SetEnabled(v bool) *GCMChannelResponse

SetEnabled sets the Enabled field's value.

func (*GCMChannelResponse) SetHasCredential

func (s *GCMChannelResponse) SetHasCredential(v bool) *GCMChannelResponse

SetHasCredential sets the HasCredential field's value.

func (*GCMChannelResponse) SetHasFcmServiceCredentials

func (s *GCMChannelResponse) SetHasFcmServiceCredentials(v bool) *GCMChannelResponse

SetHasFcmServiceCredentials sets the HasFcmServiceCredentials field's value.

func (*GCMChannelResponse) SetId

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

SetId sets the Id field's value.

func (*GCMChannelResponse) SetIsArchived

func (s *GCMChannelResponse) SetIsArchived(v bool) *GCMChannelResponse

SetIsArchived sets the IsArchived field's value.

func (*GCMChannelResponse) SetLastModifiedBy

func (s *GCMChannelResponse) SetLastModifiedBy(v string) *GCMChannelResponse

SetLastModifiedBy sets the LastModifiedBy field's value.

func (*GCMChannelResponse) SetLastModifiedDate

func (s *GCMChannelResponse) SetLastModifiedDate(v string) *GCMChannelResponse

SetLastModifiedDate sets the LastModifiedDate field's value.

func (*GCMChannelResponse) SetPlatform

func (s *GCMChannelResponse) SetPlatform(v string) *GCMChannelResponse

SetPlatform sets the Platform field's value.

func (*GCMChannelResponse) SetVersion

func (s *GCMChannelResponse) SetVersion(v int64) *GCMChannelResponse

SetVersion sets the Version field's value.

func (GCMChannelResponse) String

func (s GCMChannelResponse) String() string

String returns the string representation.

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

type GCMMessage

type GCMMessage struct {

    // The action to occur if the recipient taps the push notification. Valid values
    // are:
    //
    //    * OPEN_APP - Your app opens or it becomes the foreground app if it was
    //    sent to the background. This is the default action.
    //
    //    * DEEP_LINK - Your app opens and displays a designated user interface
    //    in the app. This action uses the deep-linking features of the Android
    //    platform.
    //
    //    * URL - The default mobile browser on the recipient's device opens and
    //    loads the web page at a URL that you specify.
    Action *string `type:"string" enum:"Action"`

    // The body of the notification message.
    Body *string `type:"string"`

    // An arbitrary string that identifies a group of messages that can be collapsed
    // to ensure that only the last message is sent when delivery can resume. This
    // helps avoid sending too many instances of the same messages when the recipient's
    // device comes online again or becomes active.
    //
    // Amazon Pinpoint specifies this value in the Firebase Cloud Messaging (FCM)
    // collapse_key parameter when it sends the notification message to FCM.
    CollapseKey *string `type:"string"`

    // The JSON data payload to use for the push notification, if the notification
    // is a silent push notification. This payload is added to the data.pinpoint.jsonBody
    // object of the notification.
    Data map[string]*string `type:"map"`

    // The icon image name of the asset saved in your app.
    IconReference *string `type:"string"`

    // The URL of the large icon image to display in the content view of the push
    // notification.
    ImageIconUrl *string `type:"string"`

    // The URL of an image to display in the push notification.
    ImageUrl *string `type:"string"`

    // The preferred authentication method, with valid values "KEY" or "TOKEN".
    // If a value isn't provided then the DefaultAuthenticationMethod is used.
    PreferredAuthenticationMethod *string `type:"string"`

    // para>normal - The notification might be delayed. Delivery is optimized for
    // battery usage on the recipient's device. Use this value unless immediate
    // delivery is required.
    // /listitem>
    // high - The notification is sent immediately and might wake a sleeping device.
    // /para>
    // Amazon Pinpoint specifies this value in the FCM priority parameter when it
    // sends the notification message to FCM.
    //
    // The equivalent values for Apple Push Notification service (APNs) are 5, for
    // normal, and 10, for high. If you specify an APNs value for this property,
    // Amazon Pinpoint accepts and converts the value to the corresponding FCM value.
    Priority *string `type:"string"`

    // The raw, JSON-formatted string to use as the payload for the notification
    // message. If specified, this value overrides all other content for the message.
    RawContent *string `type:"string"`

    // The package name of the application where registration tokens must match
    // in order for the recipient to receive the message.
    RestrictedPackageName *string `type:"string"`

    // Specifies whether the notification is a silent push notification, which is
    // a push notification that doesn't display on a recipient's device. Silent
    // push notifications can be used for cases such as updating an app's configuration
    // or supporting phone home functionality.
    SilentPush *bool `type:"boolean"`

    // The URL of the small icon image to display in the status bar and the content
    // view of the push notification.
    SmallImageIconUrl *string `type:"string"`

    // The sound to play when the recipient receives the push notification. You
    // can use the default stream or specify the file name of a sound resource that's
    // bundled in your app. On an Android platform, the sound file must reside in
    // /res/raw/.
    Sound *string `type:"string"`

    // The default message variables to use in the notification message. You can
    // override the default variables with individual address variables.
    Substitutions map[string][]*string `type:"map"`

    // The amount of time, in seconds, that FCM should store and attempt to deliver
    // the push notification, if the service is unable to deliver the notification
    // the first time. If you don't specify this value, FCM defaults to the maximum
    // value, which is 2,419,200 seconds (28 days).
    //
    // Amazon Pinpoint specifies this value in the FCM time_to_live parameter when
    // it sends the notification message to FCM.
    TimeToLive *int64 `type:"integer"`

    // The title to display above the notification message on the recipient's device.
    Title *string `type:"string"`

    // The URL to open in the recipient's default mobile browser, if a recipient
    // taps the push notification and the value of the Action property is URL.
    Url *string `type:"string"`
    // contains filtered or unexported fields
}

Specifies the settings for a one-time message that's sent directly to an endpoint through the GCM channel. The GCM channel enables Amazon Pinpoint to send messages to the Firebase Cloud Messaging (FCM), formerly Google Cloud Messaging (GCM), service.

func (GCMMessage) GoString

func (s GCMMessage) GoString() string

GoString returns the string representation.

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

func (*GCMMessage) SetAction

func (s *GCMMessage) SetAction(v string) *GCMMessage

SetAction sets the Action field's value.

func (*GCMMessage) SetBody

func (s *GCMMessage) SetBody(v string) *GCMMessage

SetBody sets the Body field's value.

func (*GCMMessage) SetCollapseKey

func (s *GCMMessage) SetCollapseKey(v string) *GCMMessage

SetCollapseKey sets the CollapseKey field's value.

func (*GCMMessage) SetData

func (s *GCMMessage) SetData(v map[string]*string) *GCMMessage

SetData sets the Data field's value.

func (*GCMMessage) SetIconReference

func (s *GCMMessage) SetIconReference(v string) *GCMMessage

SetIconReference sets the IconReference field's value.

func (*GCMMessage) SetImageIconUrl

func (s *GCMMessage) SetImageIconUrl(v string) *GCMMessage

SetImageIconUrl sets the ImageIconUrl field's value.

func (*GCMMessage) SetImageUrl

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

SetImageUrl sets the ImageUrl field's value.

func (*GCMMessage) SetPreferredAuthenticationMethod

func (s *GCMMessage) SetPreferredAuthenticationMethod(v string) *GCMMessage

SetPreferredAuthenticationMethod sets the PreferredAuthenticationMethod field's value.

func (*GCMMessage) SetPriority

func (s *GCMMessage) SetPriority(v string) *GCMMessage

SetPriority sets the Priority field's value.

func (*GCMMessage) SetRawContent

func (s *GCMMessage) SetRawContent(v string) *GCMMessage

SetRawContent sets the RawContent field's value.

func (*GCMMessage) SetRestrictedPackageName

func (s *GCMMessage) SetRestrictedPackageName(v string) *GCMMessage

SetRestrictedPackageName sets the RestrictedPackageName field's value.

func (*GCMMessage) SetSilentPush

func (s *GCMMessage) SetSilentPush(v bool) *GCMMessage

SetSilentPush sets the SilentPush field's value.

func (*GCMMessage) SetSmallImageIconUrl

func (s *GCMMessage) SetSmallImageIconUrl(v string) *GCMMessage

SetSmallImageIconUrl sets the SmallImageIconUrl field's value.

func (*GCMMessage) SetSound

func (s *GCMMessage) SetSound(v string) *GCMMessage

SetSound sets the Sound field's value.

func (*GCMMessage) SetSubstitutions

func (s *GCMMessage) SetSubstitutions(v map[string][]*string) *GCMMessage

SetSubstitutions sets the Substitutions field's value.

func (*GCMMessage) SetTimeToLive

func (s *GCMMessage) SetTimeToLive(v int64) *GCMMessage

SetTimeToLive sets the TimeToLive field's value.

func (*GCMMessage) SetTitle

func (s *GCMMessage) SetTitle(v string) *GCMMessage

SetTitle sets the Title field's value.

func (*GCMMessage) SetUrl

func (s *GCMMessage) SetUrl(v string) *GCMMessage

SetUrl sets the Url field's value.

func (GCMMessage) String

func (s GCMMessage) String() string

String returns the string representation.

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

type GPSCoordinates

type GPSCoordinates struct {

    // The latitude coordinate of the location.
    //
    // Latitude is a required field
    Latitude *float64 `type:"double" required:"true"`

    // The longitude coordinate of the location.
    //
    // Longitude is a required field
    Longitude *float64 `type:"double" required:"true"`
    // contains filtered or unexported fields
}

Specifies the GPS coordinates of a location.

func (GPSCoordinates) GoString

func (s GPSCoordinates) GoString() string

GoString returns the string representation.

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

func (*GPSCoordinates) SetLatitude

func (s *GPSCoordinates) SetLatitude(v float64) *GPSCoordinates

SetLatitude sets the Latitude field's value.

func (*GPSCoordinates) SetLongitude

func (s *GPSCoordinates) SetLongitude(v float64) *GPSCoordinates

SetLongitude sets the Longitude field's value.

func (GPSCoordinates) String

func (s GPSCoordinates) String() string

String returns the string representation.

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

func (*GPSCoordinates) Validate

func (s *GPSCoordinates) Validate() error

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

type GPSPointDimension

type GPSPointDimension struct {

    // The GPS coordinates to measure distance from.
    //
    // Coordinates is a required field
    Coordinates *GPSCoordinates `type:"structure" required:"true"`

    // The range, in kilometers, from the GPS coordinates.
    RangeInKilometers *float64 `type:"double"`
    // contains filtered or unexported fields
}

Specifies GPS-based criteria for including or excluding endpoints from a segment.

func (GPSPointDimension) GoString

func (s GPSPointDimension) GoString() string

GoString returns the string representation.

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

func (*GPSPointDimension) SetCoordinates

func (s *GPSPointDimension) SetCoordinates(v *GPSCoordinates) *GPSPointDimension

SetCoordinates sets the Coordinates field's value.

func (*GPSPointDimension) SetRangeInKilometers

func (s *GPSPointDimension) SetRangeInKilometers(v float64) *GPSPointDimension

SetRangeInKilometers sets the RangeInKilometers field's value.

func (GPSPointDimension) String

func (s GPSPointDimension) String() string

String returns the string representation.

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

func (*GPSPointDimension) Validate

func (s *GPSPointDimension) Validate() error

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

type GetAdmChannelInput

type GetAdmChannelInput struct {

    // ApplicationId is a required field
    ApplicationId *string `location:"uri" locationName:"application-id" type:"string" required:"true"`
    // contains filtered or unexported fields
}

func (GetAdmChannelInput) GoString

func (s GetAdmChannelInput) GoString() string

GoString returns the string representation.

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

func (*GetAdmChannelInput) SetApplicationId

func (s *GetAdmChannelInput) SetApplicationId(v string) *GetAdmChannelInput

SetApplicationId sets the ApplicationId field's value.

func (GetAdmChannelInput) String

func (s GetAdmChannelInput) String() string

String returns the string representation.

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

func (*GetAdmChannelInput) Validate

func (s *GetAdmChannelInput) Validate() error

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

type GetAdmChannelOutput

type GetAdmChannelOutput struct {

    // Provides information about the status and settings of the ADM (Amazon Device
    // Messaging) channel for an application.
    //
    // ADMChannelResponse is a required field
    ADMChannelResponse *ADMChannelResponse `type:"structure" required:"true"`
    // contains filtered or unexported fields
}

func (GetAdmChannelOutput) GoString

func (s GetAdmChannelOutput) GoString() string

GoString returns the string representation.

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

func (*GetAdmChannelOutput) SetADMChannelResponse

func (s *GetAdmChannelOutput) SetADMChannelResponse(v *ADMChannelResponse) *GetAdmChannelOutput

SetADMChannelResponse sets the ADMChannelResponse field's value.

func (GetAdmChannelOutput) String

func (s GetAdmChannelOutput) String() string

String returns the string representation.

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

type GetApnsChannelInput

type GetApnsChannelInput struct {

    // ApplicationId is a required field
    ApplicationId *string `location:"uri" locationName:"application-id" type:"string" required:"true"`
    // contains filtered or unexported fields
}

func (GetApnsChannelInput) GoString

func (s GetApnsChannelInput) GoString() string

GoString returns the string representation.

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

func (*GetApnsChannelInput) SetApplicationId

func (s *GetApnsChannelInput) SetApplicationId(v string) *GetApnsChannelInput

SetApplicationId sets the ApplicationId field's value.

func (GetApnsChannelInput) String

func (s GetApnsChannelInput) String() string

String returns the string representation.

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

func (*GetApnsChannelInput) Validate

func (s *GetApnsChannelInput) Validate() error

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

type GetApnsChannelOutput

type GetApnsChannelOutput struct {

    // Provides information about the status and settings of the APNs (Apple Push
    // Notification service) channel for an application.
    //
    // APNSChannelResponse is a required field
    APNSChannelResponse *APNSChannelResponse `type:"structure" required:"true"`
    // contains filtered or unexported fields
}

func (GetApnsChannelOutput) GoString

func (s GetApnsChannelOutput) GoString() string

GoString returns the string representation.

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

func (*GetApnsChannelOutput) SetAPNSChannelResponse

func (s *GetApnsChannelOutput) SetAPNSChannelResponse(v *APNSChannelResponse) *GetApnsChannelOutput

SetAPNSChannelResponse sets the APNSChannelResponse field's value.

func (GetApnsChannelOutput) String

func (s GetApnsChannelOutput) String() string

String returns the string representation.

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

type GetApnsSandboxChannelInput

type GetApnsSandboxChannelInput struct {

    // ApplicationId is a required field
    ApplicationId *string `location:"uri" locationName:"application-id" type:"string" required:"true"`
    // contains filtered or unexported fields
}

func (GetApnsSandboxChannelInput) GoString

func (s GetApnsSandboxChannelInput) GoString() string

GoString returns the string representation.

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

func (*GetApnsSandboxChannelInput) SetApplicationId

func (s *GetApnsSandboxChannelInput) SetApplicationId(v string) *GetApnsSandboxChannelInput

SetApplicationId sets the ApplicationId field's value.

func (GetApnsSandboxChannelInput) String

func (s GetApnsSandboxChannelInput) String() string

String returns the string representation.

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

func (*GetApnsSandboxChannelInput) Validate

func (s *GetApnsSandboxChannelInput) Validate() error

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

type GetApnsSandboxChannelOutput

type GetApnsSandboxChannelOutput struct {

    // Provides information about the status and settings of the APNs (Apple Push
    // Notification service) sandbox channel for an application.
    //
    // APNSSandboxChannelResponse is a required field
    APNSSandboxChannelResponse *APNSSandboxChannelResponse `type:"structure" required:"true"`
    // contains filtered or unexported fields
}

func (GetApnsSandboxChannelOutput) GoString

func (s GetApnsSandboxChannelOutput) GoString() string

GoString returns the string representation.

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

func (*GetApnsSandboxChannelOutput) SetAPNSSandboxChannelResponse

func (s *GetApnsSandboxChannelOutput) SetAPNSSandboxChannelResponse(v *APNSSandboxChannelResponse) *GetApnsSandboxChannelOutput

SetAPNSSandboxChannelResponse sets the APNSSandboxChannelResponse field's value.

func (GetApnsSandboxChannelOutput) String

func (s GetApnsSandboxChannelOutput) String() string

String returns the string representation.

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

type GetApnsVoipChannelInput

type GetApnsVoipChannelInput struct {

    // ApplicationId is a required field
    ApplicationId *string `location:"uri" locationName:"application-id" type:"string" required:"true"`
    // contains filtered or unexported fields
}

func (GetApnsVoipChannelInput) GoString

func (s GetApnsVoipChannelInput) GoString() string

GoString returns the string representation.

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

func (*GetApnsVoipChannelInput) SetApplicationId

func (s *GetApnsVoipChannelInput) SetApplicationId(v string) *GetApnsVoipChannelInput

SetApplicationId sets the ApplicationId field's value.

func (GetApnsVoipChannelInput) String

func (s GetApnsVoipChannelInput) String() string

String returns the string representation.

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

func (*GetApnsVoipChannelInput) Validate

func (s *GetApnsVoipChannelInput) Validate() error

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

type GetApnsVoipChannelOutput

type GetApnsVoipChannelOutput struct {

    // Provides information about the status and settings of the APNs (Apple Push
    // Notification service) VoIP channel for an application.
    //
    // APNSVoipChannelResponse is a required field
    APNSVoipChannelResponse *APNSVoipChannelResponse `type:"structure" required:"true"`
    // contains filtered or unexported fields
}

func (GetApnsVoipChannelOutput) GoString

func (s GetApnsVoipChannelOutput) GoString() string

GoString returns the string representatio