Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

Pinpoint

import { Pinpoint } from "https://aws-api.deno.dev/v0.3/services/pinpoint.ts?docs=full";
class Pinpoint {
constructor(apiFactory: client.ApiFactory);
async createApp(params: CreateAppRequest, opts?: client.RequestOptions): Promise<CreateAppResponse>;
async createCampaign(params: CreateCampaignRequest, opts?: client.RequestOptions): Promise<CreateCampaignResponse>;
async createEmailTemplate(params: CreateEmailTemplateRequest, opts?: client.RequestOptions): Promise<CreateEmailTemplateResponse>;
async createExportJob(params: CreateExportJobRequest, opts?: client.RequestOptions): Promise<CreateExportJobResponse>;
async createImportJob(params: CreateImportJobRequest, opts?: client.RequestOptions): Promise<CreateImportJobResponse>;
async createInAppTemplate(params: CreateInAppTemplateRequest, opts?: client.RequestOptions): Promise<CreateInAppTemplateResponse>;
async createJourney(params: CreateJourneyRequest, opts?: client.RequestOptions): Promise<CreateJourneyResponse>;
async createPushTemplate(params: CreatePushTemplateRequest, opts?: client.RequestOptions): Promise<CreatePushTemplateResponse>;
async createRecommenderConfiguration(params: CreateRecommenderConfigurationRequest, opts?: client.RequestOptions): Promise<CreateRecommenderConfigurationResponse>;
async createSegment(params: CreateSegmentRequest, opts?: client.RequestOptions): Promise<CreateSegmentResponse>;
async createSmsTemplate(params: CreateSmsTemplateRequest, opts?: client.RequestOptions): Promise<CreateSmsTemplateResponse>;
async createVoiceTemplate(params: CreateVoiceTemplateRequest, opts?: client.RequestOptions): Promise<CreateVoiceTemplateResponse>;
async deleteAdmChannel(params: DeleteAdmChannelRequest, opts?: client.RequestOptions): Promise<DeleteAdmChannelResponse>;
async deleteApnsChannel(params: DeleteApnsChannelRequest, opts?: client.RequestOptions): Promise<DeleteApnsChannelResponse>;
async deleteApnsSandboxChannel(params: DeleteApnsSandboxChannelRequest, opts?: client.RequestOptions): Promise<DeleteApnsSandboxChannelResponse>;
async deleteApnsVoipChannel(params: DeleteApnsVoipChannelRequest, opts?: client.RequestOptions): Promise<DeleteApnsVoipChannelResponse>;
async deleteApnsVoipSandboxChannel(params: DeleteApnsVoipSandboxChannelRequest, opts?: client.RequestOptions): Promise<DeleteApnsVoipSandboxChannelResponse>;
async deleteApp(params: DeleteAppRequest, opts?: client.RequestOptions): Promise<DeleteAppResponse>;
async deleteBaiduChannel(params: DeleteBaiduChannelRequest, opts?: client.RequestOptions): Promise<DeleteBaiduChannelResponse>;
async deleteCampaign(params: DeleteCampaignRequest, opts?: client.RequestOptions): Promise<DeleteCampaignResponse>;
async deleteEmailChannel(params: DeleteEmailChannelRequest, opts?: client.RequestOptions): Promise<DeleteEmailChannelResponse>;
async deleteEmailTemplate(params: DeleteEmailTemplateRequest, opts?: client.RequestOptions): Promise<DeleteEmailTemplateResponse>;
async deleteEndpoint(params: DeleteEndpointRequest, opts?: client.RequestOptions): Promise<DeleteEndpointResponse>;
async deleteEventStream(params: DeleteEventStreamRequest, opts?: client.RequestOptions): Promise<DeleteEventStreamResponse>;
async deleteGcmChannel(params: DeleteGcmChannelRequest, opts?: client.RequestOptions): Promise<DeleteGcmChannelResponse>;
async deleteInAppTemplate(params: DeleteInAppTemplateRequest, opts?: client.RequestOptions): Promise<DeleteInAppTemplateResponse>;
async deleteJourney(params: DeleteJourneyRequest, opts?: client.RequestOptions): Promise<DeleteJourneyResponse>;
async deletePushTemplate(params: DeletePushTemplateRequest, opts?: client.RequestOptions): Promise<DeletePushTemplateResponse>;
async deleteRecommenderConfiguration(params: DeleteRecommenderConfigurationRequest, opts?: client.RequestOptions): Promise<DeleteRecommenderConfigurationResponse>;
async deleteSegment(params: DeleteSegmentRequest, opts?: client.RequestOptions): Promise<DeleteSegmentResponse>;
async deleteSmsChannel(params: DeleteSmsChannelRequest, opts?: client.RequestOptions): Promise<DeleteSmsChannelResponse>;
async deleteSmsTemplate(params: DeleteSmsTemplateRequest, opts?: client.RequestOptions): Promise<DeleteSmsTemplateResponse>;
async deleteUserEndpoints(params: DeleteUserEndpointsRequest, opts?: client.RequestOptions): Promise<DeleteUserEndpointsResponse>;
async deleteVoiceChannel(params: DeleteVoiceChannelRequest, opts?: client.RequestOptions): Promise<DeleteVoiceChannelResponse>;
async deleteVoiceTemplate(params: DeleteVoiceTemplateRequest, opts?: client.RequestOptions): Promise<DeleteVoiceTemplateResponse>;
async getAdmChannel(params: GetAdmChannelRequest, opts?: client.RequestOptions): Promise<GetAdmChannelResponse>;
async getApnsChannel(params: GetApnsChannelRequest, opts?: client.RequestOptions): Promise<GetApnsChannelResponse>;
async getApnsSandboxChannel(params: GetApnsSandboxChannelRequest, opts?: client.RequestOptions): Promise<GetApnsSandboxChannelResponse>;
async getApnsVoipChannel(params: GetApnsVoipChannelRequest, opts?: client.RequestOptions): Promise<GetApnsVoipChannelResponse>;
async getApnsVoipSandboxChannel(params: GetApnsVoipSandboxChannelRequest, opts?: client.RequestOptions): Promise<GetApnsVoipSandboxChannelResponse>;
async getApp(params: GetAppRequest, opts?: client.RequestOptions): Promise<GetAppResponse>;
async getApplicationDateRangeKpi(params: GetApplicationDateRangeKpiRequest, opts?: client.RequestOptions): Promise<GetApplicationDateRangeKpiResponse>;
async getApplicationSettings(params: GetApplicationSettingsRequest, opts?: client.RequestOptions): Promise<GetApplicationSettingsResponse>;
async getApps(params?: GetAppsRequest, opts?: client.RequestOptions): Promise<GetAppsResponse>;
async getBaiduChannel(params: GetBaiduChannelRequest, opts?: client.RequestOptions): Promise<GetBaiduChannelResponse>;
async getCampaign(params: GetCampaignRequest, opts?: client.RequestOptions): Promise<GetCampaignResponse>;
async getCampaignActivities(params: GetCampaignActivitiesRequest, opts?: client.RequestOptions): Promise<GetCampaignActivitiesResponse>;
async getCampaignDateRangeKpi(params: GetCampaignDateRangeKpiRequest, opts?: client.RequestOptions): Promise<GetCampaignDateRangeKpiResponse>;
async getCampaigns(params: GetCampaignsRequest, opts?: client.RequestOptions): Promise<GetCampaignsResponse>;
async getCampaignVersion(params: GetCampaignVersionRequest, opts?: client.RequestOptions): Promise<GetCampaignVersionResponse>;
async getCampaignVersions(params: GetCampaignVersionsRequest, opts?: client.RequestOptions): Promise<GetCampaignVersionsResponse>;
async getChannels(params: GetChannelsRequest, opts?: client.RequestOptions): Promise<GetChannelsResponse>;
async getEmailChannel(params: GetEmailChannelRequest, opts?: client.RequestOptions): Promise<GetEmailChannelResponse>;
async getEmailTemplate(params: GetEmailTemplateRequest, opts?: client.RequestOptions): Promise<GetEmailTemplateResponse>;
async getEndpoint(params: GetEndpointRequest, opts?: client.RequestOptions): Promise<GetEndpointResponse>;
async getEventStream(params: GetEventStreamRequest, opts?: client.RequestOptions): Promise<GetEventStreamResponse>;
async getExportJob(params: GetExportJobRequest, opts?: client.RequestOptions): Promise<GetExportJobResponse>;
async getExportJobs(params: GetExportJobsRequest, opts?: client.RequestOptions): Promise<GetExportJobsResponse>;
async getGcmChannel(params: GetGcmChannelRequest, opts?: client.RequestOptions): Promise<GetGcmChannelResponse>;
async getImportJob(params: GetImportJobRequest, opts?: client.RequestOptions): Promise<GetImportJobResponse>;
async getImportJobs(params: GetImportJobsRequest, opts?: client.RequestOptions): Promise<GetImportJobsResponse>;
async getInAppMessages(params: GetInAppMessagesRequest, opts?: client.RequestOptions): Promise<GetInAppMessagesResponse>;
async getInAppTemplate(params: GetInAppTemplateRequest, opts?: client.RequestOptions): Promise<GetInAppTemplateResponse>;
async getJourney(params: GetJourneyRequest, opts?: client.RequestOptions): Promise<GetJourneyResponse>;
async getJourneyDateRangeKpi(params: GetJourneyDateRangeKpiRequest, opts?: client.RequestOptions): Promise<GetJourneyDateRangeKpiResponse>;
async getJourneyExecutionActivityMetrics(params: GetJourneyExecutionActivityMetricsRequest, opts?: client.RequestOptions): Promise<GetJourneyExecutionActivityMetricsResponse>;
async getJourneyExecutionMetrics(params: GetJourneyExecutionMetricsRequest, opts?: client.RequestOptions): Promise<GetJourneyExecutionMetricsResponse>;
async getPushTemplate(params: GetPushTemplateRequest, opts?: client.RequestOptions): Promise<GetPushTemplateResponse>;
async getRecommenderConfiguration(params: GetRecommenderConfigurationRequest, opts?: client.RequestOptions): Promise<GetRecommenderConfigurationResponse>;
async getRecommenderConfigurations(params?: GetRecommenderConfigurationsRequest, opts?: client.RequestOptions): Promise<GetRecommenderConfigurationsResponse>;
async getSegment(params: GetSegmentRequest, opts?: client.RequestOptions): Promise<GetSegmentResponse>;
async getSegmentExportJobs(params: GetSegmentExportJobsRequest, opts?: client.RequestOptions): Promise<GetSegmentExportJobsResponse>;
async getSegmentImportJobs(params: GetSegmentImportJobsRequest, opts?: client.RequestOptions): Promise<GetSegmentImportJobsResponse>;
async getSegments(params: GetSegmentsRequest, opts?: client.RequestOptions): Promise<GetSegmentsResponse>;
async getSegmentVersion(params: GetSegmentVersionRequest, opts?: client.RequestOptions): Promise<GetSegmentVersionResponse>;
async getSegmentVersions(params: GetSegmentVersionsRequest, opts?: client.RequestOptions): Promise<GetSegmentVersionsResponse>;
async getSmsChannel(params: GetSmsChannelRequest, opts?: client.RequestOptions): Promise<GetSmsChannelResponse>;
async getSmsTemplate(params: GetSmsTemplateRequest, opts?: client.RequestOptions): Promise<GetSmsTemplateResponse>;
async getUserEndpoints(params: GetUserEndpointsRequest, opts?: client.RequestOptions): Promise<GetUserEndpointsResponse>;
async getVoiceChannel(params: GetVoiceChannelRequest, opts?: client.RequestOptions): Promise<GetVoiceChannelResponse>;
async getVoiceTemplate(params: GetVoiceTemplateRequest, opts?: client.RequestOptions): Promise<GetVoiceTemplateResponse>;
async listJourneys(params: ListJourneysRequest, opts?: client.RequestOptions): Promise<ListJourneysResponse>;
async listTagsForResource(params: ListTagsForResourceRequest, opts?: client.RequestOptions): Promise<ListTagsForResourceResponse>;
async listTemplates(params?: ListTemplatesRequest, opts?: client.RequestOptions): Promise<ListTemplatesResponse>;
async listTemplateVersions(params: ListTemplateVersionsRequest, opts?: client.RequestOptions): Promise<ListTemplateVersionsResponse>;
async phoneNumberValidate(params: PhoneNumberValidateRequest, opts?: client.RequestOptions): Promise<PhoneNumberValidateResponse>;
async putEvents(params: PutEventsRequest, opts?: client.RequestOptions): Promise<PutEventsResponse>;
async putEventStream(params: PutEventStreamRequest, opts?: client.RequestOptions): Promise<PutEventStreamResponse>;
async removeAttributes(params: RemoveAttributesRequest, opts?: client.RequestOptions): Promise<RemoveAttributesResponse>;
async sendMessages(params: SendMessagesRequest, opts?: client.RequestOptions): Promise<SendMessagesResponse>;
async sendOTPMessage(params: SendOTPMessageRequest, opts?: client.RequestOptions): Promise<SendOTPMessageResponse>;
async sendUsersMessages(params: SendUsersMessagesRequest, opts?: client.RequestOptions): Promise<SendUsersMessagesResponse>;
async tagResource(params: TagResourceRequest, opts?: client.RequestOptions): Promise<void>;
async untagResource(params: UntagResourceRequest, opts?: client.RequestOptions): Promise<void>;
async updateAdmChannel(params: UpdateAdmChannelRequest, opts?: client.RequestOptions): Promise<UpdateAdmChannelResponse>;
async updateApnsChannel(params: UpdateApnsChannelRequest, opts?: client.RequestOptions): Promise<UpdateApnsChannelResponse>;
async updateApnsSandboxChannel(params: UpdateApnsSandboxChannelRequest, opts?: client.RequestOptions): Promise<UpdateApnsSandboxChannelResponse>;
async updateApnsVoipChannel(params: UpdateApnsVoipChannelRequest, opts?: client.RequestOptions): Promise<UpdateApnsVoipChannelResponse>;
async updateApnsVoipSandboxChannel(params: UpdateApnsVoipSandboxChannelRequest, opts?: client.RequestOptions): Promise<UpdateApnsVoipSandboxChannelResponse>;
async updateApplicationSettings(params: UpdateApplicationSettingsRequest, opts?: client.RequestOptions): Promise<UpdateApplicationSettingsResponse>;
async updateBaiduChannel(params: UpdateBaiduChannelRequest, opts?: client.RequestOptions): Promise<UpdateBaiduChannelResponse>;
async updateCampaign(params: UpdateCampaignRequest, opts?: client.RequestOptions): Promise<UpdateCampaignResponse>;
async updateEmailChannel(params: UpdateEmailChannelRequest, opts?: client.RequestOptions): Promise<UpdateEmailChannelResponse>;
async updateEmailTemplate(params: UpdateEmailTemplateRequest, opts?: client.RequestOptions): Promise<UpdateEmailTemplateResponse>;
async updateEndpoint(params: UpdateEndpointRequest, opts?: client.RequestOptions): Promise<UpdateEndpointResponse>;
async updateEndpointsBatch(params: UpdateEndpointsBatchRequest, opts?: client.RequestOptions): Promise<UpdateEndpointsBatchResponse>;
async updateGcmChannel(params: UpdateGcmChannelRequest, opts?: client.RequestOptions): Promise<UpdateGcmChannelResponse>;
async updateInAppTemplate(params: UpdateInAppTemplateRequest, opts?: client.RequestOptions): Promise<UpdateInAppTemplateResponse>;
async updateJourney(params: UpdateJourneyRequest, opts?: client.RequestOptions): Promise<UpdateJourneyResponse>;
async updateJourneyState(params: UpdateJourneyStateRequest, opts?: client.RequestOptions): Promise<UpdateJourneyStateResponse>;
async updatePushTemplate(params: UpdatePushTemplateRequest, opts?: client.RequestOptions): Promise<UpdatePushTemplateResponse>;
async updateRecommenderConfiguration(params: UpdateRecommenderConfigurationRequest, opts?: client.RequestOptions): Promise<UpdateRecommenderConfigurationResponse>;
async updateSegment(params: UpdateSegmentRequest, opts?: client.RequestOptions): Promise<UpdateSegmentResponse>;
async updateSmsChannel(params: UpdateSmsChannelRequest, opts?: client.RequestOptions): Promise<UpdateSmsChannelResponse>;
async updateSmsTemplate(params: UpdateSmsTemplateRequest, opts?: client.RequestOptions): Promise<UpdateSmsTemplateResponse>;
async updateTemplateActiveVersion(params: UpdateTemplateActiveVersionRequest, opts?: client.RequestOptions): Promise<UpdateTemplateActiveVersionResponse>;
async updateVoiceChannel(params: UpdateVoiceChannelRequest, opts?: client.RequestOptions): Promise<UpdateVoiceChannelResponse>;
async updateVoiceTemplate(params: UpdateVoiceTemplateRequest, opts?: client.RequestOptions): Promise<UpdateVoiceTemplateResponse>;
async verifyOTPMessage(params: VerifyOTPMessageRequest, opts?: client.RequestOptions): Promise<VerifyOTPMessageResponse>;
 
static ApiMetadata: client.ApiMetadata;
}

§Constructors

§
new Pinpoint(apiFactory: client.ApiFactory)
[src]

§Methods

§

Creates an application.

§

Creates a new campaign for an application or updates the settings of an existing campaign for an application.

§

Creates a message template for messages that are sent through the email channel.

§

Creates an export job for an application.

§

Creates an import job for an application.

§

Creates a new message template for messages using the in-app message channel.

§

Creates a journey for an application.

§

Creates a message template for messages that are sent through a push notification channel.

§

Creates an Amazon Pinpoint configuration for a recommender model.

§

Creates a new segment for an application or updates the configuration, dimension, and other settings for an existing segment that's associated with an application.

§

Creates a message template for messages that are sent through the SMS channel.

§

Creates a message template for messages that are sent through the voice channel.

§

Disables the ADM channel for an application and deletes any existing settings for the channel.

§

Disables the APNs channel for an application and deletes any existing settings for the channel.

§

Disables the APNs sandbox channel for an application and deletes any existing settings for the channel.

§

Disables the APNs VoIP channel for an application and deletes any existing settings for the channel.

§

Disables the APNs VoIP sandbox channel for an application and deletes any existing settings for the channel.

§

Deletes an application.

§

Disables the Baidu channel for an application and deletes any existing settings for the channel.

§

Deletes a campaign from an application.

§

Disables the email channel for an application and deletes any existing settings for the channel.

§

Deletes a message template for messages that were sent through the email channel.

§

Deletes an endpoint from an application.

§

Deletes the event stream for an application.

§

Disables the GCM channel for an application and deletes any existing settings for the channel.

§

Deletes a message template for messages sent using the in-app message channel.

§

Deletes a journey from an application.

§

Deletes a message template for messages that were sent through a push notification channel.

§

Deletes an Amazon Pinpoint configuration for a recommender model.

§

Deletes a segment from an application.

§

Disables the SMS channel for an application and deletes any existing settings for the channel.

§

Deletes a message template for messages that were sent through the SMS channel.

§

Deletes all the endpoints that are associated with a specific user ID.

§

Disables the voice channel for an application and deletes any existing settings for the channel.

§

Deletes a message template for messages that were sent through the voice channel.

§

Retrieves information about the status and settings of the ADM channel for an application.

§

Retrieves information about the status and settings of the APNs channel for an application.

§

Retrieves information about the status and settings of the APNs sandbox channel for an application.

§

Retrieves information about the status and settings of the APNs VoIP channel for an application.

§

Retrieves information about the status and settings of the APNs VoIP sandbox channel for an application.

§
getApp(params: GetAppRequest, opts?: client.RequestOptions): Promise<GetAppResponse>
[src]

Retrieves information about an application.

§

Retrieves (queries) pre-aggregated data for a standard metric that applies to an application.

§

Retrieves information about the settings for an application.

§
getApps(params?: GetAppsRequest, opts?: client.RequestOptions): Promise<GetAppsResponse>
[src]

Retrieves information about all the applications that are associated with your Amazon Pinpoint account.

§

Retrieves information about the status and settings of the Baidu channel for an application.

§

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

§

Retrieves information about all the activities for a campaign.

§

Retrieves (queries) pre-aggregated data for a standard metric that applies to a campaign.

§

Retrieves information about the status, configuration, and other settings for all the campaigns that are associated with an application.

§

Retrieves information about the status, configuration, and other settings for a specific version of a campaign.

§

Retrieves information about the status, configuration, and other settings for all versions of a campaign.

§

Retrieves information about the history and status of each channel for an application.

§

Retrieves information about the status and settings of the email channel for an application.

§

Retrieves the content and settings of a message template for messages that are sent through the email channel.

§

Retrieves information about the settings and attributes of a specific endpoint for an application.

§

Retrieves information about the event stream settings for an application.

§

Retrieves information about the status and settings of a specific export job for an application.

§

Retrieves information about the status and settings of all the export jobs for an application.

§

Retrieves information about the status and settings of the GCM channel for an application.

§

Retrieves information about the status and settings of a specific import job for an application.

§

Retrieves information about the status and settings of all the import jobs for an application.

§

Retrieves the in-app messages targeted for the provided endpoint ID.

§

Retrieves the content and settings of a message template for messages sent through the in-app channel.

§

Retrieves information about the status, configuration, and other settings for a journey.

§

Retrieves (queries) pre-aggregated data for a standard engagement metric that applies to a journey.

§

Retrieves (queries) pre-aggregated data for a standard execution metric that applies to a journey activity.

§

Retrieves (queries) pre-aggregated data for a standard execution metric that applies to a journey.

§

Retrieves the content and settings of a message template for messages that are sent through a push notification channel.

§

Retrieves information about an Amazon Pinpoint configuration for a recommender model.

§

Retrieves information about all the recommender model configurations that are associated with your Amazon Pinpoint account.

§

Retrieves information about the configuration, dimension, and other settings for a specific segment that's associated with an application.

§

Retrieves information about the status and settings of the export jobs for a segment.

§

Retrieves information about the status and settings of the import jobs for a segment.

§

Retrieves information about the configuration, dimension, and other settings for all the segments that are associated with an application.

§

Retrieves information about the configuration, dimension, and other settings for a specific version of a segment that's associated with an application.

§

Retrieves information about the configuration, dimension, and other settings for all the versions of a specific segment that's associated with an application.

§

Retrieves information about the status and settings of the SMS channel for an application.

§

Retrieves the content and settings of a message template for messages that are sent through the SMS channel.

§

Retrieves information about all the endpoints that are associated with a specific user ID.

§

Retrieves information about the status and settings of the voice channel for an application.

§

Retrieves the content and settings of a message template for messages that are sent through the voice channel.

§

Retrieves information about the status, configuration, and other settings for all the journeys that are associated with an application.

§

Retrieves all the tags (keys and values) that are associated with an application, campaign, message template, or segment.

§

Retrieves information about all the message templates that are associated with your Amazon Pinpoint account.

§

Retrieves information about all the versions of a specific message template.

§

Retrieves information about a phone number.

§

Creates a new event to record for endpoints, or creates or updates endpoint data that existing events are associated with.

§

Creates a new event stream for an application or updates the settings of an existing event stream for an application.

§

Removes one or more attributes, of the same attribute type, from all the endpoints that are associated with an application.

§

Creates and sends a direct message.

§

Send an OTP message

§

Creates and sends a message to a list of users.

§
tagResource(params: TagResourceRequest, opts?: client.RequestOptions): Promise<void>
[src]

Adds one or more tags (keys and values) to an application, campaign, message template, or segment.

§
untagResource(params: UntagResourceRequest, opts?: client.RequestOptions): Promise<void>
[src]

Removes one or more tags (keys and values) from an application, campaign, message template, or segment.

§

Enables the ADM channel for an application or updates the status and settings of the ADM channel for an application.

§

Enables the APNs channel for an application or updates the status and settings of the APNs channel for an application.

§

Enables the APNs sandbox channel for an application or updates the status and settings of the APNs sandbox channel for an application.

§

Enables the APNs VoIP channel for an application or updates the status and settings of the APNs VoIP channel for an application.

§

Enables the APNs VoIP sandbox channel for an application or updates the status and settings of the APNs VoIP sandbox channel for an application.

§

Updates the settings for an application.

§

Enables the Baidu channel for an application or updates the status and settings of the Baidu channel for an application.

§

Updates the configuration and other settings for a campaign.

§

Enables the email channel for an application or updates the status and settings of the email channel for an application.

§

Updates an existing message template for messages that are sent through the email channel.

§

Creates a new endpoint for an application or updates the settings and attributes of an existing endpoint for an application. You can also use this operation to define custom attributes for an endpoint. If an update includes one or more values for a custom attribute, Amazon Pinpoint replaces (overwrites) any existing values with the new values.

§

Creates a new batch of endpoints for an application or updates the settings and attributes of a batch of existing endpoints for an application. You can also use this operation to define custom attributes for a batch of endpoints. If an update includes one or more values for a custom attribute, Amazon Pinpoint replaces (overwrites) any existing values with the new values.

§

Enables the GCM channel for an application or updates the status and settings of the GCM channel for an application.

§

Updates an existing message template for messages sent through the in-app message channel.

§

Updates the configuration and other settings for a journey.

§

Cancels (stops) an active journey.

§

Updates an existing message template for messages that are sent through a push notification channel.

§

Updates an Amazon Pinpoint configuration for a recommender model.

§

Creates a new segment for an application or updates the configuration, dimension, and other settings for an existing segment that's associated with an application.

§

Enables the SMS channel for an application or updates the status and settings of the SMS channel for an application.

§

Updates an existing message template for messages that are sent through the SMS channel.

§

Changes the status of a specific version of a message template to active.

§

Enables the voice channel for an application or updates the status and settings of the voice channel for an application.

§

Updates an existing message template for messages that are sent through the voice channel.

§

Verify an OTP

§Static Properties