@aws-sdk/client-pinpoint 3.296.0 → 3.297.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (125) hide show
  1. package/dist-types/Pinpoint.d.ts +120 -0
  2. package/dist-types/PinpointClient.d.ts +24 -4
  3. package/dist-types/commands/CreateAppCommand.d.ts +16 -0
  4. package/dist-types/commands/CreateCampaignCommand.d.ts +16 -0
  5. package/dist-types/commands/CreateEmailTemplateCommand.d.ts +16 -0
  6. package/dist-types/commands/CreateExportJobCommand.d.ts +16 -0
  7. package/dist-types/commands/CreateImportJobCommand.d.ts +16 -0
  8. package/dist-types/commands/CreateInAppTemplateCommand.d.ts +16 -0
  9. package/dist-types/commands/CreateJourneyCommand.d.ts +16 -0
  10. package/dist-types/commands/CreatePushTemplateCommand.d.ts +16 -0
  11. package/dist-types/commands/CreateRecommenderConfigurationCommand.d.ts +16 -0
  12. package/dist-types/commands/CreateSegmentCommand.d.ts +16 -0
  13. package/dist-types/commands/CreateSmsTemplateCommand.d.ts +16 -0
  14. package/dist-types/commands/CreateVoiceTemplateCommand.d.ts +16 -0
  15. package/dist-types/commands/DeleteAdmChannelCommand.d.ts +16 -0
  16. package/dist-types/commands/DeleteApnsChannelCommand.d.ts +16 -0
  17. package/dist-types/commands/DeleteApnsSandboxChannelCommand.d.ts +16 -0
  18. package/dist-types/commands/DeleteApnsVoipChannelCommand.d.ts +16 -0
  19. package/dist-types/commands/DeleteApnsVoipSandboxChannelCommand.d.ts +16 -0
  20. package/dist-types/commands/DeleteAppCommand.d.ts +16 -0
  21. package/dist-types/commands/DeleteBaiduChannelCommand.d.ts +16 -0
  22. package/dist-types/commands/DeleteCampaignCommand.d.ts +16 -0
  23. package/dist-types/commands/DeleteEmailChannelCommand.d.ts +16 -0
  24. package/dist-types/commands/DeleteEmailTemplateCommand.d.ts +16 -0
  25. package/dist-types/commands/DeleteEndpointCommand.d.ts +16 -0
  26. package/dist-types/commands/DeleteEventStreamCommand.d.ts +16 -0
  27. package/dist-types/commands/DeleteGcmChannelCommand.d.ts +16 -0
  28. package/dist-types/commands/DeleteInAppTemplateCommand.d.ts +16 -0
  29. package/dist-types/commands/DeleteJourneyCommand.d.ts +16 -0
  30. package/dist-types/commands/DeletePushTemplateCommand.d.ts +16 -0
  31. package/dist-types/commands/DeleteRecommenderConfigurationCommand.d.ts +16 -0
  32. package/dist-types/commands/DeleteSegmentCommand.d.ts +16 -0
  33. package/dist-types/commands/DeleteSmsChannelCommand.d.ts +16 -0
  34. package/dist-types/commands/DeleteSmsTemplateCommand.d.ts +16 -0
  35. package/dist-types/commands/DeleteUserEndpointsCommand.d.ts +16 -0
  36. package/dist-types/commands/DeleteVoiceChannelCommand.d.ts +16 -0
  37. package/dist-types/commands/DeleteVoiceTemplateCommand.d.ts +16 -0
  38. package/dist-types/commands/GetAdmChannelCommand.d.ts +16 -0
  39. package/dist-types/commands/GetApnsChannelCommand.d.ts +16 -0
  40. package/dist-types/commands/GetApnsSandboxChannelCommand.d.ts +16 -0
  41. package/dist-types/commands/GetApnsVoipChannelCommand.d.ts +16 -0
  42. package/dist-types/commands/GetApnsVoipSandboxChannelCommand.d.ts +16 -0
  43. package/dist-types/commands/GetAppCommand.d.ts +16 -0
  44. package/dist-types/commands/GetApplicationDateRangeKpiCommand.d.ts +16 -0
  45. package/dist-types/commands/GetApplicationSettingsCommand.d.ts +16 -0
  46. package/dist-types/commands/GetAppsCommand.d.ts +16 -0
  47. package/dist-types/commands/GetBaiduChannelCommand.d.ts +16 -0
  48. package/dist-types/commands/GetCampaignActivitiesCommand.d.ts +16 -0
  49. package/dist-types/commands/GetCampaignCommand.d.ts +16 -0
  50. package/dist-types/commands/GetCampaignDateRangeKpiCommand.d.ts +16 -0
  51. package/dist-types/commands/GetCampaignVersionCommand.d.ts +16 -0
  52. package/dist-types/commands/GetCampaignVersionsCommand.d.ts +16 -0
  53. package/dist-types/commands/GetCampaignsCommand.d.ts +16 -0
  54. package/dist-types/commands/GetChannelsCommand.d.ts +16 -0
  55. package/dist-types/commands/GetEmailChannelCommand.d.ts +16 -0
  56. package/dist-types/commands/GetEmailTemplateCommand.d.ts +16 -0
  57. package/dist-types/commands/GetEndpointCommand.d.ts +16 -0
  58. package/dist-types/commands/GetEventStreamCommand.d.ts +16 -0
  59. package/dist-types/commands/GetExportJobCommand.d.ts +16 -0
  60. package/dist-types/commands/GetExportJobsCommand.d.ts +16 -0
  61. package/dist-types/commands/GetGcmChannelCommand.d.ts +16 -0
  62. package/dist-types/commands/GetImportJobCommand.d.ts +16 -0
  63. package/dist-types/commands/GetImportJobsCommand.d.ts +16 -0
  64. package/dist-types/commands/GetInAppMessagesCommand.d.ts +16 -0
  65. package/dist-types/commands/GetInAppTemplateCommand.d.ts +16 -0
  66. package/dist-types/commands/GetJourneyCommand.d.ts +16 -0
  67. package/dist-types/commands/GetJourneyDateRangeKpiCommand.d.ts +16 -0
  68. package/dist-types/commands/GetJourneyExecutionActivityMetricsCommand.d.ts +16 -0
  69. package/dist-types/commands/GetJourneyExecutionMetricsCommand.d.ts +16 -0
  70. package/dist-types/commands/GetPushTemplateCommand.d.ts +16 -0
  71. package/dist-types/commands/GetRecommenderConfigurationCommand.d.ts +16 -0
  72. package/dist-types/commands/GetRecommenderConfigurationsCommand.d.ts +16 -0
  73. package/dist-types/commands/GetSegmentCommand.d.ts +16 -0
  74. package/dist-types/commands/GetSegmentExportJobsCommand.d.ts +16 -0
  75. package/dist-types/commands/GetSegmentImportJobsCommand.d.ts +16 -0
  76. package/dist-types/commands/GetSegmentVersionCommand.d.ts +16 -0
  77. package/dist-types/commands/GetSegmentVersionsCommand.d.ts +16 -0
  78. package/dist-types/commands/GetSegmentsCommand.d.ts +16 -0
  79. package/dist-types/commands/GetSmsChannelCommand.d.ts +16 -0
  80. package/dist-types/commands/GetSmsTemplateCommand.d.ts +16 -0
  81. package/dist-types/commands/GetUserEndpointsCommand.d.ts +16 -0
  82. package/dist-types/commands/GetVoiceChannelCommand.d.ts +16 -0
  83. package/dist-types/commands/GetVoiceTemplateCommand.d.ts +16 -0
  84. package/dist-types/commands/ListJourneysCommand.d.ts +16 -0
  85. package/dist-types/commands/ListTagsForResourceCommand.d.ts +16 -0
  86. package/dist-types/commands/ListTemplateVersionsCommand.d.ts +16 -0
  87. package/dist-types/commands/ListTemplatesCommand.d.ts +16 -0
  88. package/dist-types/commands/PhoneNumberValidateCommand.d.ts +16 -0
  89. package/dist-types/commands/PutEventStreamCommand.d.ts +16 -0
  90. package/dist-types/commands/PutEventsCommand.d.ts +16 -0
  91. package/dist-types/commands/RemoveAttributesCommand.d.ts +16 -0
  92. package/dist-types/commands/SendMessagesCommand.d.ts +16 -0
  93. package/dist-types/commands/SendOTPMessageCommand.d.ts +16 -0
  94. package/dist-types/commands/SendUsersMessagesCommand.d.ts +16 -0
  95. package/dist-types/commands/TagResourceCommand.d.ts +16 -0
  96. package/dist-types/commands/UntagResourceCommand.d.ts +16 -0
  97. package/dist-types/commands/UpdateAdmChannelCommand.d.ts +16 -0
  98. package/dist-types/commands/UpdateApnsChannelCommand.d.ts +16 -0
  99. package/dist-types/commands/UpdateApnsSandboxChannelCommand.d.ts +16 -0
  100. package/dist-types/commands/UpdateApnsVoipChannelCommand.d.ts +16 -0
  101. package/dist-types/commands/UpdateApnsVoipSandboxChannelCommand.d.ts +16 -0
  102. package/dist-types/commands/UpdateApplicationSettingsCommand.d.ts +16 -0
  103. package/dist-types/commands/UpdateBaiduChannelCommand.d.ts +16 -0
  104. package/dist-types/commands/UpdateCampaignCommand.d.ts +16 -0
  105. package/dist-types/commands/UpdateEmailChannelCommand.d.ts +16 -0
  106. package/dist-types/commands/UpdateEmailTemplateCommand.d.ts +16 -0
  107. package/dist-types/commands/UpdateEndpointCommand.d.ts +16 -0
  108. package/dist-types/commands/UpdateEndpointsBatchCommand.d.ts +16 -0
  109. package/dist-types/commands/UpdateGcmChannelCommand.d.ts +16 -0
  110. package/dist-types/commands/UpdateInAppTemplateCommand.d.ts +16 -0
  111. package/dist-types/commands/UpdateJourneyCommand.d.ts +16 -0
  112. package/dist-types/commands/UpdateJourneyStateCommand.d.ts +16 -0
  113. package/dist-types/commands/UpdatePushTemplateCommand.d.ts +16 -0
  114. package/dist-types/commands/UpdateRecommenderConfigurationCommand.d.ts +16 -0
  115. package/dist-types/commands/UpdateSegmentCommand.d.ts +16 -0
  116. package/dist-types/commands/UpdateSmsChannelCommand.d.ts +16 -0
  117. package/dist-types/commands/UpdateSmsTemplateCommand.d.ts +16 -0
  118. package/dist-types/commands/UpdateTemplateActiveVersionCommand.d.ts +16 -0
  119. package/dist-types/commands/UpdateVoiceChannelCommand.d.ts +16 -0
  120. package/dist-types/commands/UpdateVoiceTemplateCommand.d.ts +16 -0
  121. package/dist-types/commands/VerifyOTPMessageCommand.d.ts +16 -0
  122. package/dist-types/models/PinpointServiceException.d.ts +2 -0
  123. package/dist-types/models/models_0.d.ts +558 -0
  124. package/dist-types/models/models_1.d.ts +440 -0
  125. package/package.json +3 -3
@@ -120,718 +120,838 @@ import { UpdateVoiceTemplateCommandInput, UpdateVoiceTemplateCommandOutput } fro
120
120
  import { VerifyOTPMessageCommandInput, VerifyOTPMessageCommandOutput } from "./commands/VerifyOTPMessageCommand";
121
121
  import { PinpointClient } from "./PinpointClient";
122
122
  /**
123
+ * @public
123
124
  * <p>Doc Engage API - Amazon Pinpoint API</p>
124
125
  */
125
126
  export declare class Pinpoint extends PinpointClient {
126
127
  /**
128
+ * @public
127
129
  * <p>Creates an application.</p>
128
130
  */
129
131
  createApp(args: CreateAppCommandInput, options?: __HttpHandlerOptions): Promise<CreateAppCommandOutput>;
130
132
  createApp(args: CreateAppCommandInput, cb: (err: any, data?: CreateAppCommandOutput) => void): void;
131
133
  createApp(args: CreateAppCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateAppCommandOutput) => void): void;
132
134
  /**
135
+ * @public
133
136
  * <p>Creates a new campaign for an application or updates the settings of an existing campaign for an application.</p>
134
137
  */
135
138
  createCampaign(args: CreateCampaignCommandInput, options?: __HttpHandlerOptions): Promise<CreateCampaignCommandOutput>;
136
139
  createCampaign(args: CreateCampaignCommandInput, cb: (err: any, data?: CreateCampaignCommandOutput) => void): void;
137
140
  createCampaign(args: CreateCampaignCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateCampaignCommandOutput) => void): void;
138
141
  /**
142
+ * @public
139
143
  * <p>Creates a message template for messages that are sent through the email channel.</p>
140
144
  */
141
145
  createEmailTemplate(args: CreateEmailTemplateCommandInput, options?: __HttpHandlerOptions): Promise<CreateEmailTemplateCommandOutput>;
142
146
  createEmailTemplate(args: CreateEmailTemplateCommandInput, cb: (err: any, data?: CreateEmailTemplateCommandOutput) => void): void;
143
147
  createEmailTemplate(args: CreateEmailTemplateCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateEmailTemplateCommandOutput) => void): void;
144
148
  /**
149
+ * @public
145
150
  * <p>Creates an export job for an application.</p>
146
151
  */
147
152
  createExportJob(args: CreateExportJobCommandInput, options?: __HttpHandlerOptions): Promise<CreateExportJobCommandOutput>;
148
153
  createExportJob(args: CreateExportJobCommandInput, cb: (err: any, data?: CreateExportJobCommandOutput) => void): void;
149
154
  createExportJob(args: CreateExportJobCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateExportJobCommandOutput) => void): void;
150
155
  /**
156
+ * @public
151
157
  * <p>Creates an import job for an application.</p>
152
158
  */
153
159
  createImportJob(args: CreateImportJobCommandInput, options?: __HttpHandlerOptions): Promise<CreateImportJobCommandOutput>;
154
160
  createImportJob(args: CreateImportJobCommandInput, cb: (err: any, data?: CreateImportJobCommandOutput) => void): void;
155
161
  createImportJob(args: CreateImportJobCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateImportJobCommandOutput) => void): void;
156
162
  /**
163
+ * @public
157
164
  * <p>Creates a new message template for messages using the in-app message channel.</p>
158
165
  */
159
166
  createInAppTemplate(args: CreateInAppTemplateCommandInput, options?: __HttpHandlerOptions): Promise<CreateInAppTemplateCommandOutput>;
160
167
  createInAppTemplate(args: CreateInAppTemplateCommandInput, cb: (err: any, data?: CreateInAppTemplateCommandOutput) => void): void;
161
168
  createInAppTemplate(args: CreateInAppTemplateCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateInAppTemplateCommandOutput) => void): void;
162
169
  /**
170
+ * @public
163
171
  * <p>Creates a journey for an application.</p>
164
172
  */
165
173
  createJourney(args: CreateJourneyCommandInput, options?: __HttpHandlerOptions): Promise<CreateJourneyCommandOutput>;
166
174
  createJourney(args: CreateJourneyCommandInput, cb: (err: any, data?: CreateJourneyCommandOutput) => void): void;
167
175
  createJourney(args: CreateJourneyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateJourneyCommandOutput) => void): void;
168
176
  /**
177
+ * @public
169
178
  * <p>Creates a message template for messages that are sent through a push notification channel.</p>
170
179
  */
171
180
  createPushTemplate(args: CreatePushTemplateCommandInput, options?: __HttpHandlerOptions): Promise<CreatePushTemplateCommandOutput>;
172
181
  createPushTemplate(args: CreatePushTemplateCommandInput, cb: (err: any, data?: CreatePushTemplateCommandOutput) => void): void;
173
182
  createPushTemplate(args: CreatePushTemplateCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreatePushTemplateCommandOutput) => void): void;
174
183
  /**
184
+ * @public
175
185
  * <p>Creates an Amazon Pinpoint configuration for a recommender model.</p>
176
186
  */
177
187
  createRecommenderConfiguration(args: CreateRecommenderConfigurationCommandInput, options?: __HttpHandlerOptions): Promise<CreateRecommenderConfigurationCommandOutput>;
178
188
  createRecommenderConfiguration(args: CreateRecommenderConfigurationCommandInput, cb: (err: any, data?: CreateRecommenderConfigurationCommandOutput) => void): void;
179
189
  createRecommenderConfiguration(args: CreateRecommenderConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateRecommenderConfigurationCommandOutput) => void): void;
180
190
  /**
191
+ * @public
181
192
  * <p>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.</p>
182
193
  */
183
194
  createSegment(args: CreateSegmentCommandInput, options?: __HttpHandlerOptions): Promise<CreateSegmentCommandOutput>;
184
195
  createSegment(args: CreateSegmentCommandInput, cb: (err: any, data?: CreateSegmentCommandOutput) => void): void;
185
196
  createSegment(args: CreateSegmentCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateSegmentCommandOutput) => void): void;
186
197
  /**
198
+ * @public
187
199
  * <p>Creates a message template for messages that are sent through the SMS channel.</p>
188
200
  */
189
201
  createSmsTemplate(args: CreateSmsTemplateCommandInput, options?: __HttpHandlerOptions): Promise<CreateSmsTemplateCommandOutput>;
190
202
  createSmsTemplate(args: CreateSmsTemplateCommandInput, cb: (err: any, data?: CreateSmsTemplateCommandOutput) => void): void;
191
203
  createSmsTemplate(args: CreateSmsTemplateCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateSmsTemplateCommandOutput) => void): void;
192
204
  /**
205
+ * @public
193
206
  * <p>Creates a message template for messages that are sent through the voice channel.</p>
194
207
  */
195
208
  createVoiceTemplate(args: CreateVoiceTemplateCommandInput, options?: __HttpHandlerOptions): Promise<CreateVoiceTemplateCommandOutput>;
196
209
  createVoiceTemplate(args: CreateVoiceTemplateCommandInput, cb: (err: any, data?: CreateVoiceTemplateCommandOutput) => void): void;
197
210
  createVoiceTemplate(args: CreateVoiceTemplateCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateVoiceTemplateCommandOutput) => void): void;
198
211
  /**
212
+ * @public
199
213
  * <p>Disables the ADM channel for an application and deletes any existing settings for the channel.</p>
200
214
  */
201
215
  deleteAdmChannel(args: DeleteAdmChannelCommandInput, options?: __HttpHandlerOptions): Promise<DeleteAdmChannelCommandOutput>;
202
216
  deleteAdmChannel(args: DeleteAdmChannelCommandInput, cb: (err: any, data?: DeleteAdmChannelCommandOutput) => void): void;
203
217
  deleteAdmChannel(args: DeleteAdmChannelCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteAdmChannelCommandOutput) => void): void;
204
218
  /**
219
+ * @public
205
220
  * <p>Disables the APNs channel for an application and deletes any existing settings for the channel.</p>
206
221
  */
207
222
  deleteApnsChannel(args: DeleteApnsChannelCommandInput, options?: __HttpHandlerOptions): Promise<DeleteApnsChannelCommandOutput>;
208
223
  deleteApnsChannel(args: DeleteApnsChannelCommandInput, cb: (err: any, data?: DeleteApnsChannelCommandOutput) => void): void;
209
224
  deleteApnsChannel(args: DeleteApnsChannelCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteApnsChannelCommandOutput) => void): void;
210
225
  /**
226
+ * @public
211
227
  * <p>Disables the APNs sandbox channel for an application and deletes any existing settings for the channel.</p>
212
228
  */
213
229
  deleteApnsSandboxChannel(args: DeleteApnsSandboxChannelCommandInput, options?: __HttpHandlerOptions): Promise<DeleteApnsSandboxChannelCommandOutput>;
214
230
  deleteApnsSandboxChannel(args: DeleteApnsSandboxChannelCommandInput, cb: (err: any, data?: DeleteApnsSandboxChannelCommandOutput) => void): void;
215
231
  deleteApnsSandboxChannel(args: DeleteApnsSandboxChannelCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteApnsSandboxChannelCommandOutput) => void): void;
216
232
  /**
233
+ * @public
217
234
  * <p>Disables the APNs VoIP channel for an application and deletes any existing settings for the channel.</p>
218
235
  */
219
236
  deleteApnsVoipChannel(args: DeleteApnsVoipChannelCommandInput, options?: __HttpHandlerOptions): Promise<DeleteApnsVoipChannelCommandOutput>;
220
237
  deleteApnsVoipChannel(args: DeleteApnsVoipChannelCommandInput, cb: (err: any, data?: DeleteApnsVoipChannelCommandOutput) => void): void;
221
238
  deleteApnsVoipChannel(args: DeleteApnsVoipChannelCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteApnsVoipChannelCommandOutput) => void): void;
222
239
  /**
240
+ * @public
223
241
  * <p>Disables the APNs VoIP sandbox channel for an application and deletes any existing settings for the channel.</p>
224
242
  */
225
243
  deleteApnsVoipSandboxChannel(args: DeleteApnsVoipSandboxChannelCommandInput, options?: __HttpHandlerOptions): Promise<DeleteApnsVoipSandboxChannelCommandOutput>;
226
244
  deleteApnsVoipSandboxChannel(args: DeleteApnsVoipSandboxChannelCommandInput, cb: (err: any, data?: DeleteApnsVoipSandboxChannelCommandOutput) => void): void;
227
245
  deleteApnsVoipSandboxChannel(args: DeleteApnsVoipSandboxChannelCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteApnsVoipSandboxChannelCommandOutput) => void): void;
228
246
  /**
247
+ * @public
229
248
  * <p>Deletes an application.</p>
230
249
  */
231
250
  deleteApp(args: DeleteAppCommandInput, options?: __HttpHandlerOptions): Promise<DeleteAppCommandOutput>;
232
251
  deleteApp(args: DeleteAppCommandInput, cb: (err: any, data?: DeleteAppCommandOutput) => void): void;
233
252
  deleteApp(args: DeleteAppCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteAppCommandOutput) => void): void;
234
253
  /**
254
+ * @public
235
255
  * <p>Disables the Baidu channel for an application and deletes any existing settings for the channel.</p>
236
256
  */
237
257
  deleteBaiduChannel(args: DeleteBaiduChannelCommandInput, options?: __HttpHandlerOptions): Promise<DeleteBaiduChannelCommandOutput>;
238
258
  deleteBaiduChannel(args: DeleteBaiduChannelCommandInput, cb: (err: any, data?: DeleteBaiduChannelCommandOutput) => void): void;
239
259
  deleteBaiduChannel(args: DeleteBaiduChannelCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteBaiduChannelCommandOutput) => void): void;
240
260
  /**
261
+ * @public
241
262
  * <p>Deletes a campaign from an application.</p>
242
263
  */
243
264
  deleteCampaign(args: DeleteCampaignCommandInput, options?: __HttpHandlerOptions): Promise<DeleteCampaignCommandOutput>;
244
265
  deleteCampaign(args: DeleteCampaignCommandInput, cb: (err: any, data?: DeleteCampaignCommandOutput) => void): void;
245
266
  deleteCampaign(args: DeleteCampaignCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteCampaignCommandOutput) => void): void;
246
267
  /**
268
+ * @public
247
269
  * <p>Disables the email channel for an application and deletes any existing settings for the channel.</p>
248
270
  */
249
271
  deleteEmailChannel(args: DeleteEmailChannelCommandInput, options?: __HttpHandlerOptions): Promise<DeleteEmailChannelCommandOutput>;
250
272
  deleteEmailChannel(args: DeleteEmailChannelCommandInput, cb: (err: any, data?: DeleteEmailChannelCommandOutput) => void): void;
251
273
  deleteEmailChannel(args: DeleteEmailChannelCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteEmailChannelCommandOutput) => void): void;
252
274
  /**
275
+ * @public
253
276
  * <p>Deletes a message template for messages that were sent through the email channel.</p>
254
277
  */
255
278
  deleteEmailTemplate(args: DeleteEmailTemplateCommandInput, options?: __HttpHandlerOptions): Promise<DeleteEmailTemplateCommandOutput>;
256
279
  deleteEmailTemplate(args: DeleteEmailTemplateCommandInput, cb: (err: any, data?: DeleteEmailTemplateCommandOutput) => void): void;
257
280
  deleteEmailTemplate(args: DeleteEmailTemplateCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteEmailTemplateCommandOutput) => void): void;
258
281
  /**
282
+ * @public
259
283
  * <p>Deletes an endpoint from an application.</p>
260
284
  */
261
285
  deleteEndpoint(args: DeleteEndpointCommandInput, options?: __HttpHandlerOptions): Promise<DeleteEndpointCommandOutput>;
262
286
  deleteEndpoint(args: DeleteEndpointCommandInput, cb: (err: any, data?: DeleteEndpointCommandOutput) => void): void;
263
287
  deleteEndpoint(args: DeleteEndpointCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteEndpointCommandOutput) => void): void;
264
288
  /**
289
+ * @public
265
290
  * <p>Deletes the event stream for an application.</p>
266
291
  */
267
292
  deleteEventStream(args: DeleteEventStreamCommandInput, options?: __HttpHandlerOptions): Promise<DeleteEventStreamCommandOutput>;
268
293
  deleteEventStream(args: DeleteEventStreamCommandInput, cb: (err: any, data?: DeleteEventStreamCommandOutput) => void): void;
269
294
  deleteEventStream(args: DeleteEventStreamCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteEventStreamCommandOutput) => void): void;
270
295
  /**
296
+ * @public
271
297
  * <p>Disables the GCM channel for an application and deletes any existing settings for the channel.</p>
272
298
  */
273
299
  deleteGcmChannel(args: DeleteGcmChannelCommandInput, options?: __HttpHandlerOptions): Promise<DeleteGcmChannelCommandOutput>;
274
300
  deleteGcmChannel(args: DeleteGcmChannelCommandInput, cb: (err: any, data?: DeleteGcmChannelCommandOutput) => void): void;
275
301
  deleteGcmChannel(args: DeleteGcmChannelCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteGcmChannelCommandOutput) => void): void;
276
302
  /**
303
+ * @public
277
304
  * <p>Deletes a message template for messages sent using the in-app message channel.</p>
278
305
  */
279
306
  deleteInAppTemplate(args: DeleteInAppTemplateCommandInput, options?: __HttpHandlerOptions): Promise<DeleteInAppTemplateCommandOutput>;
280
307
  deleteInAppTemplate(args: DeleteInAppTemplateCommandInput, cb: (err: any, data?: DeleteInAppTemplateCommandOutput) => void): void;
281
308
  deleteInAppTemplate(args: DeleteInAppTemplateCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteInAppTemplateCommandOutput) => void): void;
282
309
  /**
310
+ * @public
283
311
  * <p>Deletes a journey from an application.</p>
284
312
  */
285
313
  deleteJourney(args: DeleteJourneyCommandInput, options?: __HttpHandlerOptions): Promise<DeleteJourneyCommandOutput>;
286
314
  deleteJourney(args: DeleteJourneyCommandInput, cb: (err: any, data?: DeleteJourneyCommandOutput) => void): void;
287
315
  deleteJourney(args: DeleteJourneyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteJourneyCommandOutput) => void): void;
288
316
  /**
317
+ * @public
289
318
  * <p>Deletes a message template for messages that were sent through a push notification channel.</p>
290
319
  */
291
320
  deletePushTemplate(args: DeletePushTemplateCommandInput, options?: __HttpHandlerOptions): Promise<DeletePushTemplateCommandOutput>;
292
321
  deletePushTemplate(args: DeletePushTemplateCommandInput, cb: (err: any, data?: DeletePushTemplateCommandOutput) => void): void;
293
322
  deletePushTemplate(args: DeletePushTemplateCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeletePushTemplateCommandOutput) => void): void;
294
323
  /**
324
+ * @public
295
325
  * <p>Deletes an Amazon Pinpoint configuration for a recommender model.</p>
296
326
  */
297
327
  deleteRecommenderConfiguration(args: DeleteRecommenderConfigurationCommandInput, options?: __HttpHandlerOptions): Promise<DeleteRecommenderConfigurationCommandOutput>;
298
328
  deleteRecommenderConfiguration(args: DeleteRecommenderConfigurationCommandInput, cb: (err: any, data?: DeleteRecommenderConfigurationCommandOutput) => void): void;
299
329
  deleteRecommenderConfiguration(args: DeleteRecommenderConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteRecommenderConfigurationCommandOutput) => void): void;
300
330
  /**
331
+ * @public
301
332
  * <p>Deletes a segment from an application.</p>
302
333
  */
303
334
  deleteSegment(args: DeleteSegmentCommandInput, options?: __HttpHandlerOptions): Promise<DeleteSegmentCommandOutput>;
304
335
  deleteSegment(args: DeleteSegmentCommandInput, cb: (err: any, data?: DeleteSegmentCommandOutput) => void): void;
305
336
  deleteSegment(args: DeleteSegmentCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteSegmentCommandOutput) => void): void;
306
337
  /**
338
+ * @public
307
339
  * <p>Disables the SMS channel for an application and deletes any existing settings for the channel.</p>
308
340
  */
309
341
  deleteSmsChannel(args: DeleteSmsChannelCommandInput, options?: __HttpHandlerOptions): Promise<DeleteSmsChannelCommandOutput>;
310
342
  deleteSmsChannel(args: DeleteSmsChannelCommandInput, cb: (err: any, data?: DeleteSmsChannelCommandOutput) => void): void;
311
343
  deleteSmsChannel(args: DeleteSmsChannelCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteSmsChannelCommandOutput) => void): void;
312
344
  /**
345
+ * @public
313
346
  * <p>Deletes a message template for messages that were sent through the SMS channel.</p>
314
347
  */
315
348
  deleteSmsTemplate(args: DeleteSmsTemplateCommandInput, options?: __HttpHandlerOptions): Promise<DeleteSmsTemplateCommandOutput>;
316
349
  deleteSmsTemplate(args: DeleteSmsTemplateCommandInput, cb: (err: any, data?: DeleteSmsTemplateCommandOutput) => void): void;
317
350
  deleteSmsTemplate(args: DeleteSmsTemplateCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteSmsTemplateCommandOutput) => void): void;
318
351
  /**
352
+ * @public
319
353
  * <p>Deletes all the endpoints that are associated with a specific user ID.</p>
320
354
  */
321
355
  deleteUserEndpoints(args: DeleteUserEndpointsCommandInput, options?: __HttpHandlerOptions): Promise<DeleteUserEndpointsCommandOutput>;
322
356
  deleteUserEndpoints(args: DeleteUserEndpointsCommandInput, cb: (err: any, data?: DeleteUserEndpointsCommandOutput) => void): void;
323
357
  deleteUserEndpoints(args: DeleteUserEndpointsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteUserEndpointsCommandOutput) => void): void;
324
358
  /**
359
+ * @public
325
360
  * <p>Disables the voice channel for an application and deletes any existing settings for the channel.</p>
326
361
  */
327
362
  deleteVoiceChannel(args: DeleteVoiceChannelCommandInput, options?: __HttpHandlerOptions): Promise<DeleteVoiceChannelCommandOutput>;
328
363
  deleteVoiceChannel(args: DeleteVoiceChannelCommandInput, cb: (err: any, data?: DeleteVoiceChannelCommandOutput) => void): void;
329
364
  deleteVoiceChannel(args: DeleteVoiceChannelCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteVoiceChannelCommandOutput) => void): void;
330
365
  /**
366
+ * @public
331
367
  * <p>Deletes a message template for messages that were sent through the voice channel.</p>
332
368
  */
333
369
  deleteVoiceTemplate(args: DeleteVoiceTemplateCommandInput, options?: __HttpHandlerOptions): Promise<DeleteVoiceTemplateCommandOutput>;
334
370
  deleteVoiceTemplate(args: DeleteVoiceTemplateCommandInput, cb: (err: any, data?: DeleteVoiceTemplateCommandOutput) => void): void;
335
371
  deleteVoiceTemplate(args: DeleteVoiceTemplateCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteVoiceTemplateCommandOutput) => void): void;
336
372
  /**
373
+ * @public
337
374
  * <p>Retrieves information about the status and settings of the ADM channel for an application.</p>
338
375
  */
339
376
  getAdmChannel(args: GetAdmChannelCommandInput, options?: __HttpHandlerOptions): Promise<GetAdmChannelCommandOutput>;
340
377
  getAdmChannel(args: GetAdmChannelCommandInput, cb: (err: any, data?: GetAdmChannelCommandOutput) => void): void;
341
378
  getAdmChannel(args: GetAdmChannelCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetAdmChannelCommandOutput) => void): void;
342
379
  /**
380
+ * @public
343
381
  * <p>Retrieves information about the status and settings of the APNs channel for an application.</p>
344
382
  */
345
383
  getApnsChannel(args: GetApnsChannelCommandInput, options?: __HttpHandlerOptions): Promise<GetApnsChannelCommandOutput>;
346
384
  getApnsChannel(args: GetApnsChannelCommandInput, cb: (err: any, data?: GetApnsChannelCommandOutput) => void): void;
347
385
  getApnsChannel(args: GetApnsChannelCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetApnsChannelCommandOutput) => void): void;
348
386
  /**
387
+ * @public
349
388
  * <p>Retrieves information about the status and settings of the APNs sandbox channel for an application.</p>
350
389
  */
351
390
  getApnsSandboxChannel(args: GetApnsSandboxChannelCommandInput, options?: __HttpHandlerOptions): Promise<GetApnsSandboxChannelCommandOutput>;
352
391
  getApnsSandboxChannel(args: GetApnsSandboxChannelCommandInput, cb: (err: any, data?: GetApnsSandboxChannelCommandOutput) => void): void;
353
392
  getApnsSandboxChannel(args: GetApnsSandboxChannelCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetApnsSandboxChannelCommandOutput) => void): void;
354
393
  /**
394
+ * @public
355
395
  * <p>Retrieves information about the status and settings of the APNs VoIP channel for an application.</p>
356
396
  */
357
397
  getApnsVoipChannel(args: GetApnsVoipChannelCommandInput, options?: __HttpHandlerOptions): Promise<GetApnsVoipChannelCommandOutput>;
358
398
  getApnsVoipChannel(args: GetApnsVoipChannelCommandInput, cb: (err: any, data?: GetApnsVoipChannelCommandOutput) => void): void;
359
399
  getApnsVoipChannel(args: GetApnsVoipChannelCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetApnsVoipChannelCommandOutput) => void): void;
360
400
  /**
401
+ * @public
361
402
  * <p>Retrieves information about the status and settings of the APNs VoIP sandbox channel for an application.</p>
362
403
  */
363
404
  getApnsVoipSandboxChannel(args: GetApnsVoipSandboxChannelCommandInput, options?: __HttpHandlerOptions): Promise<GetApnsVoipSandboxChannelCommandOutput>;
364
405
  getApnsVoipSandboxChannel(args: GetApnsVoipSandboxChannelCommandInput, cb: (err: any, data?: GetApnsVoipSandboxChannelCommandOutput) => void): void;
365
406
  getApnsVoipSandboxChannel(args: GetApnsVoipSandboxChannelCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetApnsVoipSandboxChannelCommandOutput) => void): void;
366
407
  /**
408
+ * @public
367
409
  * <p>Retrieves information about an application.</p>
368
410
  */
369
411
  getApp(args: GetAppCommandInput, options?: __HttpHandlerOptions): Promise<GetAppCommandOutput>;
370
412
  getApp(args: GetAppCommandInput, cb: (err: any, data?: GetAppCommandOutput) => void): void;
371
413
  getApp(args: GetAppCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetAppCommandOutput) => void): void;
372
414
  /**
415
+ * @public
373
416
  * <p>Retrieves (queries) pre-aggregated data for a standard metric that applies to an application.</p>
374
417
  */
375
418
  getApplicationDateRangeKpi(args: GetApplicationDateRangeKpiCommandInput, options?: __HttpHandlerOptions): Promise<GetApplicationDateRangeKpiCommandOutput>;
376
419
  getApplicationDateRangeKpi(args: GetApplicationDateRangeKpiCommandInput, cb: (err: any, data?: GetApplicationDateRangeKpiCommandOutput) => void): void;
377
420
  getApplicationDateRangeKpi(args: GetApplicationDateRangeKpiCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetApplicationDateRangeKpiCommandOutput) => void): void;
378
421
  /**
422
+ * @public
379
423
  * <p>Retrieves information about the settings for an application.</p>
380
424
  */
381
425
  getApplicationSettings(args: GetApplicationSettingsCommandInput, options?: __HttpHandlerOptions): Promise<GetApplicationSettingsCommandOutput>;
382
426
  getApplicationSettings(args: GetApplicationSettingsCommandInput, cb: (err: any, data?: GetApplicationSettingsCommandOutput) => void): void;
383
427
  getApplicationSettings(args: GetApplicationSettingsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetApplicationSettingsCommandOutput) => void): void;
384
428
  /**
429
+ * @public
385
430
  * <p>Retrieves information about all the applications that are associated with your Amazon Pinpoint account.</p>
386
431
  */
387
432
  getApps(args: GetAppsCommandInput, options?: __HttpHandlerOptions): Promise<GetAppsCommandOutput>;
388
433
  getApps(args: GetAppsCommandInput, cb: (err: any, data?: GetAppsCommandOutput) => void): void;
389
434
  getApps(args: GetAppsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetAppsCommandOutput) => void): void;
390
435
  /**
436
+ * @public
391
437
  * <p>Retrieves information about the status and settings of the Baidu channel for an application.</p>
392
438
  */
393
439
  getBaiduChannel(args: GetBaiduChannelCommandInput, options?: __HttpHandlerOptions): Promise<GetBaiduChannelCommandOutput>;
394
440
  getBaiduChannel(args: GetBaiduChannelCommandInput, cb: (err: any, data?: GetBaiduChannelCommandOutput) => void): void;
395
441
  getBaiduChannel(args: GetBaiduChannelCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetBaiduChannelCommandOutput) => void): void;
396
442
  /**
443
+ * @public
397
444
  * <p>Retrieves information about the status, configuration, and other settings for a campaign.</p>
398
445
  */
399
446
  getCampaign(args: GetCampaignCommandInput, options?: __HttpHandlerOptions): Promise<GetCampaignCommandOutput>;
400
447
  getCampaign(args: GetCampaignCommandInput, cb: (err: any, data?: GetCampaignCommandOutput) => void): void;
401
448
  getCampaign(args: GetCampaignCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetCampaignCommandOutput) => void): void;
402
449
  /**
450
+ * @public
403
451
  * <p>Retrieves information about all the activities for a campaign.</p>
404
452
  */
405
453
  getCampaignActivities(args: GetCampaignActivitiesCommandInput, options?: __HttpHandlerOptions): Promise<GetCampaignActivitiesCommandOutput>;
406
454
  getCampaignActivities(args: GetCampaignActivitiesCommandInput, cb: (err: any, data?: GetCampaignActivitiesCommandOutput) => void): void;
407
455
  getCampaignActivities(args: GetCampaignActivitiesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetCampaignActivitiesCommandOutput) => void): void;
408
456
  /**
457
+ * @public
409
458
  * <p>Retrieves (queries) pre-aggregated data for a standard metric that applies to a campaign.</p>
410
459
  */
411
460
  getCampaignDateRangeKpi(args: GetCampaignDateRangeKpiCommandInput, options?: __HttpHandlerOptions): Promise<GetCampaignDateRangeKpiCommandOutput>;
412
461
  getCampaignDateRangeKpi(args: GetCampaignDateRangeKpiCommandInput, cb: (err: any, data?: GetCampaignDateRangeKpiCommandOutput) => void): void;
413
462
  getCampaignDateRangeKpi(args: GetCampaignDateRangeKpiCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetCampaignDateRangeKpiCommandOutput) => void): void;
414
463
  /**
464
+ * @public
415
465
  * <p>Retrieves information about the status, configuration, and other settings for all the campaigns that are associated with an application.</p>
416
466
  */
417
467
  getCampaigns(args: GetCampaignsCommandInput, options?: __HttpHandlerOptions): Promise<GetCampaignsCommandOutput>;
418
468
  getCampaigns(args: GetCampaignsCommandInput, cb: (err: any, data?: GetCampaignsCommandOutput) => void): void;
419
469
  getCampaigns(args: GetCampaignsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetCampaignsCommandOutput) => void): void;
420
470
  /**
471
+ * @public
421
472
  * <p>Retrieves information about the status, configuration, and other settings for a specific version of a campaign.</p>
422
473
  */
423
474
  getCampaignVersion(args: GetCampaignVersionCommandInput, options?: __HttpHandlerOptions): Promise<GetCampaignVersionCommandOutput>;
424
475
  getCampaignVersion(args: GetCampaignVersionCommandInput, cb: (err: any, data?: GetCampaignVersionCommandOutput) => void): void;
425
476
  getCampaignVersion(args: GetCampaignVersionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetCampaignVersionCommandOutput) => void): void;
426
477
  /**
478
+ * @public
427
479
  * <p>Retrieves information about the status, configuration, and other settings for all versions of a campaign.</p>
428
480
  */
429
481
  getCampaignVersions(args: GetCampaignVersionsCommandInput, options?: __HttpHandlerOptions): Promise<GetCampaignVersionsCommandOutput>;
430
482
  getCampaignVersions(args: GetCampaignVersionsCommandInput, cb: (err: any, data?: GetCampaignVersionsCommandOutput) => void): void;
431
483
  getCampaignVersions(args: GetCampaignVersionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetCampaignVersionsCommandOutput) => void): void;
432
484
  /**
485
+ * @public
433
486
  * <p>Retrieves information about the history and status of each channel for an application.</p>
434
487
  */
435
488
  getChannels(args: GetChannelsCommandInput, options?: __HttpHandlerOptions): Promise<GetChannelsCommandOutput>;
436
489
  getChannels(args: GetChannelsCommandInput, cb: (err: any, data?: GetChannelsCommandOutput) => void): void;
437
490
  getChannels(args: GetChannelsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetChannelsCommandOutput) => void): void;
438
491
  /**
492
+ * @public
439
493
  * <p>Retrieves information about the status and settings of the email channel for an application.</p>
440
494
  */
441
495
  getEmailChannel(args: GetEmailChannelCommandInput, options?: __HttpHandlerOptions): Promise<GetEmailChannelCommandOutput>;
442
496
  getEmailChannel(args: GetEmailChannelCommandInput, cb: (err: any, data?: GetEmailChannelCommandOutput) => void): void;
443
497
  getEmailChannel(args: GetEmailChannelCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetEmailChannelCommandOutput) => void): void;
444
498
  /**
499
+ * @public
445
500
  * <p>Retrieves the content and settings of a message template for messages that are sent through the email channel.</p>
446
501
  */
447
502
  getEmailTemplate(args: GetEmailTemplateCommandInput, options?: __HttpHandlerOptions): Promise<GetEmailTemplateCommandOutput>;
448
503
  getEmailTemplate(args: GetEmailTemplateCommandInput, cb: (err: any, data?: GetEmailTemplateCommandOutput) => void): void;
449
504
  getEmailTemplate(args: GetEmailTemplateCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetEmailTemplateCommandOutput) => void): void;
450
505
  /**
506
+ * @public
451
507
  * <p>Retrieves information about the settings and attributes of a specific endpoint for an application.</p>
452
508
  */
453
509
  getEndpoint(args: GetEndpointCommandInput, options?: __HttpHandlerOptions): Promise<GetEndpointCommandOutput>;
454
510
  getEndpoint(args: GetEndpointCommandInput, cb: (err: any, data?: GetEndpointCommandOutput) => void): void;
455
511
  getEndpoint(args: GetEndpointCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetEndpointCommandOutput) => void): void;
456
512
  /**
513
+ * @public
457
514
  * <p>Retrieves information about the event stream settings for an application.</p>
458
515
  */
459
516
  getEventStream(args: GetEventStreamCommandInput, options?: __HttpHandlerOptions): Promise<GetEventStreamCommandOutput>;
460
517
  getEventStream(args: GetEventStreamCommandInput, cb: (err: any, data?: GetEventStreamCommandOutput) => void): void;
461
518
  getEventStream(args: GetEventStreamCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetEventStreamCommandOutput) => void): void;
462
519
  /**
520
+ * @public
463
521
  * <p>Retrieves information about the status and settings of a specific export job for an application.</p>
464
522
  */
465
523
  getExportJob(args: GetExportJobCommandInput, options?: __HttpHandlerOptions): Promise<GetExportJobCommandOutput>;
466
524
  getExportJob(args: GetExportJobCommandInput, cb: (err: any, data?: GetExportJobCommandOutput) => void): void;
467
525
  getExportJob(args: GetExportJobCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetExportJobCommandOutput) => void): void;
468
526
  /**
527
+ * @public
469
528
  * <p>Retrieves information about the status and settings of all the export jobs for an application.</p>
470
529
  */
471
530
  getExportJobs(args: GetExportJobsCommandInput, options?: __HttpHandlerOptions): Promise<GetExportJobsCommandOutput>;
472
531
  getExportJobs(args: GetExportJobsCommandInput, cb: (err: any, data?: GetExportJobsCommandOutput) => void): void;
473
532
  getExportJobs(args: GetExportJobsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetExportJobsCommandOutput) => void): void;
474
533
  /**
534
+ * @public
475
535
  * <p>Retrieves information about the status and settings of the GCM channel for an application.</p>
476
536
  */
477
537
  getGcmChannel(args: GetGcmChannelCommandInput, options?: __HttpHandlerOptions): Promise<GetGcmChannelCommandOutput>;
478
538
  getGcmChannel(args: GetGcmChannelCommandInput, cb: (err: any, data?: GetGcmChannelCommandOutput) => void): void;
479
539
  getGcmChannel(args: GetGcmChannelCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetGcmChannelCommandOutput) => void): void;
480
540
  /**
541
+ * @public
481
542
  * <p>Retrieves information about the status and settings of a specific import job for an application.</p>
482
543
  */
483
544
  getImportJob(args: GetImportJobCommandInput, options?: __HttpHandlerOptions): Promise<GetImportJobCommandOutput>;
484
545
  getImportJob(args: GetImportJobCommandInput, cb: (err: any, data?: GetImportJobCommandOutput) => void): void;
485
546
  getImportJob(args: GetImportJobCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetImportJobCommandOutput) => void): void;
486
547
  /**
548
+ * @public
487
549
  * <p>Retrieves information about the status and settings of all the import jobs for an application.</p>
488
550
  */
489
551
  getImportJobs(args: GetImportJobsCommandInput, options?: __HttpHandlerOptions): Promise<GetImportJobsCommandOutput>;
490
552
  getImportJobs(args: GetImportJobsCommandInput, cb: (err: any, data?: GetImportJobsCommandOutput) => void): void;
491
553
  getImportJobs(args: GetImportJobsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetImportJobsCommandOutput) => void): void;
492
554
  /**
555
+ * @public
493
556
  * <p>Retrieves the in-app messages targeted for the provided endpoint ID.</p>
494
557
  */
495
558
  getInAppMessages(args: GetInAppMessagesCommandInput, options?: __HttpHandlerOptions): Promise<GetInAppMessagesCommandOutput>;
496
559
  getInAppMessages(args: GetInAppMessagesCommandInput, cb: (err: any, data?: GetInAppMessagesCommandOutput) => void): void;
497
560
  getInAppMessages(args: GetInAppMessagesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetInAppMessagesCommandOutput) => void): void;
498
561
  /**
562
+ * @public
499
563
  * <p>Retrieves the content and settings of a message template for messages sent through the in-app channel.</p>
500
564
  */
501
565
  getInAppTemplate(args: GetInAppTemplateCommandInput, options?: __HttpHandlerOptions): Promise<GetInAppTemplateCommandOutput>;
502
566
  getInAppTemplate(args: GetInAppTemplateCommandInput, cb: (err: any, data?: GetInAppTemplateCommandOutput) => void): void;
503
567
  getInAppTemplate(args: GetInAppTemplateCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetInAppTemplateCommandOutput) => void): void;
504
568
  /**
569
+ * @public
505
570
  * <p>Retrieves information about the status, configuration, and other settings for a journey.</p>
506
571
  */
507
572
  getJourney(args: GetJourneyCommandInput, options?: __HttpHandlerOptions): Promise<GetJourneyCommandOutput>;
508
573
  getJourney(args: GetJourneyCommandInput, cb: (err: any, data?: GetJourneyCommandOutput) => void): void;
509
574
  getJourney(args: GetJourneyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetJourneyCommandOutput) => void): void;
510
575
  /**
576
+ * @public
511
577
  * <p>Retrieves (queries) pre-aggregated data for a standard engagement metric that applies to a journey.</p>
512
578
  */
513
579
  getJourneyDateRangeKpi(args: GetJourneyDateRangeKpiCommandInput, options?: __HttpHandlerOptions): Promise<GetJourneyDateRangeKpiCommandOutput>;
514
580
  getJourneyDateRangeKpi(args: GetJourneyDateRangeKpiCommandInput, cb: (err: any, data?: GetJourneyDateRangeKpiCommandOutput) => void): void;
515
581
  getJourneyDateRangeKpi(args: GetJourneyDateRangeKpiCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetJourneyDateRangeKpiCommandOutput) => void): void;
516
582
  /**
583
+ * @public
517
584
  * <p>Retrieves (queries) pre-aggregated data for a standard execution metric that applies to a journey activity.</p>
518
585
  */
519
586
  getJourneyExecutionActivityMetrics(args: GetJourneyExecutionActivityMetricsCommandInput, options?: __HttpHandlerOptions): Promise<GetJourneyExecutionActivityMetricsCommandOutput>;
520
587
  getJourneyExecutionActivityMetrics(args: GetJourneyExecutionActivityMetricsCommandInput, cb: (err: any, data?: GetJourneyExecutionActivityMetricsCommandOutput) => void): void;
521
588
  getJourneyExecutionActivityMetrics(args: GetJourneyExecutionActivityMetricsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetJourneyExecutionActivityMetricsCommandOutput) => void): void;
522
589
  /**
590
+ * @public
523
591
  * <p>Retrieves (queries) pre-aggregated data for a standard execution metric that applies to a journey.</p>
524
592
  */
525
593
  getJourneyExecutionMetrics(args: GetJourneyExecutionMetricsCommandInput, options?: __HttpHandlerOptions): Promise<GetJourneyExecutionMetricsCommandOutput>;
526
594
  getJourneyExecutionMetrics(args: GetJourneyExecutionMetricsCommandInput, cb: (err: any, data?: GetJourneyExecutionMetricsCommandOutput) => void): void;
527
595
  getJourneyExecutionMetrics(args: GetJourneyExecutionMetricsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetJourneyExecutionMetricsCommandOutput) => void): void;
528
596
  /**
597
+ * @public
529
598
  * <p>Retrieves the content and settings of a message template for messages that are sent through a push notification channel.</p>
530
599
  */
531
600
  getPushTemplate(args: GetPushTemplateCommandInput, options?: __HttpHandlerOptions): Promise<GetPushTemplateCommandOutput>;
532
601
  getPushTemplate(args: GetPushTemplateCommandInput, cb: (err: any, data?: GetPushTemplateCommandOutput) => void): void;
533
602
  getPushTemplate(args: GetPushTemplateCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetPushTemplateCommandOutput) => void): void;
534
603
  /**
604
+ * @public
535
605
  * <p>Retrieves information about an Amazon Pinpoint configuration for a recommender model.</p>
536
606
  */
537
607
  getRecommenderConfiguration(args: GetRecommenderConfigurationCommandInput, options?: __HttpHandlerOptions): Promise<GetRecommenderConfigurationCommandOutput>;
538
608
  getRecommenderConfiguration(args: GetRecommenderConfigurationCommandInput, cb: (err: any, data?: GetRecommenderConfigurationCommandOutput) => void): void;
539
609
  getRecommenderConfiguration(args: GetRecommenderConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetRecommenderConfigurationCommandOutput) => void): void;
540
610
  /**
611
+ * @public
541
612
  * <p>Retrieves information about all the recommender model configurations that are associated with your Amazon Pinpoint account.</p>
542
613
  */
543
614
  getRecommenderConfigurations(args: GetRecommenderConfigurationsCommandInput, options?: __HttpHandlerOptions): Promise<GetRecommenderConfigurationsCommandOutput>;
544
615
  getRecommenderConfigurations(args: GetRecommenderConfigurationsCommandInput, cb: (err: any, data?: GetRecommenderConfigurationsCommandOutput) => void): void;
545
616
  getRecommenderConfigurations(args: GetRecommenderConfigurationsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetRecommenderConfigurationsCommandOutput) => void): void;
546
617
  /**
618
+ * @public
547
619
  * <p>Retrieves information about the configuration, dimension, and other settings for a specific segment that's associated with an application.</p>
548
620
  */
549
621
  getSegment(args: GetSegmentCommandInput, options?: __HttpHandlerOptions): Promise<GetSegmentCommandOutput>;
550
622
  getSegment(args: GetSegmentCommandInput, cb: (err: any, data?: GetSegmentCommandOutput) => void): void;
551
623
  getSegment(args: GetSegmentCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetSegmentCommandOutput) => void): void;
552
624
  /**
625
+ * @public
553
626
  * <p>Retrieves information about the status and settings of the export jobs for a segment.</p>
554
627
  */
555
628
  getSegmentExportJobs(args: GetSegmentExportJobsCommandInput, options?: __HttpHandlerOptions): Promise<GetSegmentExportJobsCommandOutput>;
556
629
  getSegmentExportJobs(args: GetSegmentExportJobsCommandInput, cb: (err: any, data?: GetSegmentExportJobsCommandOutput) => void): void;
557
630
  getSegmentExportJobs(args: GetSegmentExportJobsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetSegmentExportJobsCommandOutput) => void): void;
558
631
  /**
632
+ * @public
559
633
  * <p>Retrieves information about the status and settings of the import jobs for a segment.</p>
560
634
  */
561
635
  getSegmentImportJobs(args: GetSegmentImportJobsCommandInput, options?: __HttpHandlerOptions): Promise<GetSegmentImportJobsCommandOutput>;
562
636
  getSegmentImportJobs(args: GetSegmentImportJobsCommandInput, cb: (err: any, data?: GetSegmentImportJobsCommandOutput) => void): void;
563
637
  getSegmentImportJobs(args: GetSegmentImportJobsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetSegmentImportJobsCommandOutput) => void): void;
564
638
  /**
639
+ * @public
565
640
  * <p>Retrieves information about the configuration, dimension, and other settings for all the segments that are associated with an application.</p>
566
641
  */
567
642
  getSegments(args: GetSegmentsCommandInput, options?: __HttpHandlerOptions): Promise<GetSegmentsCommandOutput>;
568
643
  getSegments(args: GetSegmentsCommandInput, cb: (err: any, data?: GetSegmentsCommandOutput) => void): void;
569
644
  getSegments(args: GetSegmentsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetSegmentsCommandOutput) => void): void;
570
645
  /**
646
+ * @public
571
647
  * <p>Retrieves information about the configuration, dimension, and other settings for a specific version of a segment that's associated with an application.</p>
572
648
  */
573
649
  getSegmentVersion(args: GetSegmentVersionCommandInput, options?: __HttpHandlerOptions): Promise<GetSegmentVersionCommandOutput>;
574
650
  getSegmentVersion(args: GetSegmentVersionCommandInput, cb: (err: any, data?: GetSegmentVersionCommandOutput) => void): void;
575
651
  getSegmentVersion(args: GetSegmentVersionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetSegmentVersionCommandOutput) => void): void;
576
652
  /**
653
+ * @public
577
654
  * <p>Retrieves information about the configuration, dimension, and other settings for all the versions of a specific segment that's associated with an application.</p>
578
655
  */
579
656
  getSegmentVersions(args: GetSegmentVersionsCommandInput, options?: __HttpHandlerOptions): Promise<GetSegmentVersionsCommandOutput>;
580
657
  getSegmentVersions(args: GetSegmentVersionsCommandInput, cb: (err: any, data?: GetSegmentVersionsCommandOutput) => void): void;
581
658
  getSegmentVersions(args: GetSegmentVersionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetSegmentVersionsCommandOutput) => void): void;
582
659
  /**
660
+ * @public
583
661
  * <p>Retrieves information about the status and settings of the SMS channel for an application.</p>
584
662
  */
585
663
  getSmsChannel(args: GetSmsChannelCommandInput, options?: __HttpHandlerOptions): Promise<GetSmsChannelCommandOutput>;
586
664
  getSmsChannel(args: GetSmsChannelCommandInput, cb: (err: any, data?: GetSmsChannelCommandOutput) => void): void;
587
665
  getSmsChannel(args: GetSmsChannelCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetSmsChannelCommandOutput) => void): void;
588
666
  /**
667
+ * @public
589
668
  * <p>Retrieves the content and settings of a message template for messages that are sent through the SMS channel.</p>
590
669
  */
591
670
  getSmsTemplate(args: GetSmsTemplateCommandInput, options?: __HttpHandlerOptions): Promise<GetSmsTemplateCommandOutput>;
592
671
  getSmsTemplate(args: GetSmsTemplateCommandInput, cb: (err: any, data?: GetSmsTemplateCommandOutput) => void): void;
593
672
  getSmsTemplate(args: GetSmsTemplateCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetSmsTemplateCommandOutput) => void): void;
594
673
  /**
674
+ * @public
595
675
  * <p>Retrieves information about all the endpoints that are associated with a specific user ID.</p>
596
676
  */
597
677
  getUserEndpoints(args: GetUserEndpointsCommandInput, options?: __HttpHandlerOptions): Promise<GetUserEndpointsCommandOutput>;
598
678
  getUserEndpoints(args: GetUserEndpointsCommandInput, cb: (err: any, data?: GetUserEndpointsCommandOutput) => void): void;
599
679
  getUserEndpoints(args: GetUserEndpointsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetUserEndpointsCommandOutput) => void): void;
600
680
  /**
681
+ * @public
601
682
  * <p>Retrieves information about the status and settings of the voice channel for an application.</p>
602
683
  */
603
684
  getVoiceChannel(args: GetVoiceChannelCommandInput, options?: __HttpHandlerOptions): Promise<GetVoiceChannelCommandOutput>;
604
685
  getVoiceChannel(args: GetVoiceChannelCommandInput, cb: (err: any, data?: GetVoiceChannelCommandOutput) => void): void;
605
686
  getVoiceChannel(args: GetVoiceChannelCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetVoiceChannelCommandOutput) => void): void;
606
687
  /**
688
+ * @public
607
689
  * <p>Retrieves the content and settings of a message template for messages that are sent through the voice channel.</p>
608
690
  */
609
691
  getVoiceTemplate(args: GetVoiceTemplateCommandInput, options?: __HttpHandlerOptions): Promise<GetVoiceTemplateCommandOutput>;
610
692
  getVoiceTemplate(args: GetVoiceTemplateCommandInput, cb: (err: any, data?: GetVoiceTemplateCommandOutput) => void): void;
611
693
  getVoiceTemplate(args: GetVoiceTemplateCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetVoiceTemplateCommandOutput) => void): void;
612
694
  /**
695
+ * @public
613
696
  * <p>Retrieves information about the status, configuration, and other settings for all the journeys that are associated with an application.</p>
614
697
  */
615
698
  listJourneys(args: ListJourneysCommandInput, options?: __HttpHandlerOptions): Promise<ListJourneysCommandOutput>;
616
699
  listJourneys(args: ListJourneysCommandInput, cb: (err: any, data?: ListJourneysCommandOutput) => void): void;
617
700
  listJourneys(args: ListJourneysCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListJourneysCommandOutput) => void): void;
618
701
  /**
702
+ * @public
619
703
  * <p>Retrieves all the tags (keys and values) that are associated with an application, campaign, message template, or segment.</p>
620
704
  */
621
705
  listTagsForResource(args: ListTagsForResourceCommandInput, options?: __HttpHandlerOptions): Promise<ListTagsForResourceCommandOutput>;
622
706
  listTagsForResource(args: ListTagsForResourceCommandInput, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
623
707
  listTagsForResource(args: ListTagsForResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
624
708
  /**
709
+ * @public
625
710
  * <p>Retrieves information about all the message templates that are associated with your Amazon Pinpoint account.</p>
626
711
  */
627
712
  listTemplates(args: ListTemplatesCommandInput, options?: __HttpHandlerOptions): Promise<ListTemplatesCommandOutput>;
628
713
  listTemplates(args: ListTemplatesCommandInput, cb: (err: any, data?: ListTemplatesCommandOutput) => void): void;
629
714
  listTemplates(args: ListTemplatesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListTemplatesCommandOutput) => void): void;
630
715
  /**
716
+ * @public
631
717
  * <p>Retrieves information about all the versions of a specific message template.</p>
632
718
  */
633
719
  listTemplateVersions(args: ListTemplateVersionsCommandInput, options?: __HttpHandlerOptions): Promise<ListTemplateVersionsCommandOutput>;
634
720
  listTemplateVersions(args: ListTemplateVersionsCommandInput, cb: (err: any, data?: ListTemplateVersionsCommandOutput) => void): void;
635
721
  listTemplateVersions(args: ListTemplateVersionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListTemplateVersionsCommandOutput) => void): void;
636
722
  /**
723
+ * @public
637
724
  * <p>Retrieves information about a phone number.</p>
638
725
  */
639
726
  phoneNumberValidate(args: PhoneNumberValidateCommandInput, options?: __HttpHandlerOptions): Promise<PhoneNumberValidateCommandOutput>;
640
727
  phoneNumberValidate(args: PhoneNumberValidateCommandInput, cb: (err: any, data?: PhoneNumberValidateCommandOutput) => void): void;
641
728
  phoneNumberValidate(args: PhoneNumberValidateCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PhoneNumberValidateCommandOutput) => void): void;
642
729
  /**
730
+ * @public
643
731
  * <p>Creates a new event to record for endpoints, or creates or updates endpoint data that existing events are associated with.</p>
644
732
  */
645
733
  putEvents(args: PutEventsCommandInput, options?: __HttpHandlerOptions): Promise<PutEventsCommandOutput>;
646
734
  putEvents(args: PutEventsCommandInput, cb: (err: any, data?: PutEventsCommandOutput) => void): void;
647
735
  putEvents(args: PutEventsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutEventsCommandOutput) => void): void;
648
736
  /**
737
+ * @public
649
738
  * <p>Creates a new event stream for an application or updates the settings of an existing event stream for an application.</p>
650
739
  */
651
740
  putEventStream(args: PutEventStreamCommandInput, options?: __HttpHandlerOptions): Promise<PutEventStreamCommandOutput>;
652
741
  putEventStream(args: PutEventStreamCommandInput, cb: (err: any, data?: PutEventStreamCommandOutput) => void): void;
653
742
  putEventStream(args: PutEventStreamCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutEventStreamCommandOutput) => void): void;
654
743
  /**
744
+ * @public
655
745
  * <p>Removes one or more attributes, of the same attribute type, from all the endpoints that are associated with an application.</p>
656
746
  */
657
747
  removeAttributes(args: RemoveAttributesCommandInput, options?: __HttpHandlerOptions): Promise<RemoveAttributesCommandOutput>;
658
748
  removeAttributes(args: RemoveAttributesCommandInput, cb: (err: any, data?: RemoveAttributesCommandOutput) => void): void;
659
749
  removeAttributes(args: RemoveAttributesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: RemoveAttributesCommandOutput) => void): void;
660
750
  /**
751
+ * @public
661
752
  * <p>Creates and sends a direct message.</p>
662
753
  */
663
754
  sendMessages(args: SendMessagesCommandInput, options?: __HttpHandlerOptions): Promise<SendMessagesCommandOutput>;
664
755
  sendMessages(args: SendMessagesCommandInput, cb: (err: any, data?: SendMessagesCommandOutput) => void): void;
665
756
  sendMessages(args: SendMessagesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: SendMessagesCommandOutput) => void): void;
666
757
  /**
758
+ * @public
667
759
  * <p>Send an OTP message</p>
668
760
  */
669
761
  sendOTPMessage(args: SendOTPMessageCommandInput, options?: __HttpHandlerOptions): Promise<SendOTPMessageCommandOutput>;
670
762
  sendOTPMessage(args: SendOTPMessageCommandInput, cb: (err: any, data?: SendOTPMessageCommandOutput) => void): void;
671
763
  sendOTPMessage(args: SendOTPMessageCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: SendOTPMessageCommandOutput) => void): void;
672
764
  /**
765
+ * @public
673
766
  * <p>Creates and sends a message to a list of users.</p>
674
767
  */
675
768
  sendUsersMessages(args: SendUsersMessagesCommandInput, options?: __HttpHandlerOptions): Promise<SendUsersMessagesCommandOutput>;
676
769
  sendUsersMessages(args: SendUsersMessagesCommandInput, cb: (err: any, data?: SendUsersMessagesCommandOutput) => void): void;
677
770
  sendUsersMessages(args: SendUsersMessagesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: SendUsersMessagesCommandOutput) => void): void;
678
771
  /**
772
+ * @public
679
773
  * <p>Adds one or more tags (keys and values) to an application, campaign, message template, or segment.</p>
680
774
  */
681
775
  tagResource(args: TagResourceCommandInput, options?: __HttpHandlerOptions): Promise<TagResourceCommandOutput>;
682
776
  tagResource(args: TagResourceCommandInput, cb: (err: any, data?: TagResourceCommandOutput) => void): void;
683
777
  tagResource(args: TagResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: TagResourceCommandOutput) => void): void;
684
778
  /**
779
+ * @public
685
780
  * <p>Removes one or more tags (keys and values) from an application, campaign, message template, or segment.</p>
686
781
  */
687
782
  untagResource(args: UntagResourceCommandInput, options?: __HttpHandlerOptions): Promise<UntagResourceCommandOutput>;
688
783
  untagResource(args: UntagResourceCommandInput, cb: (err: any, data?: UntagResourceCommandOutput) => void): void;
689
784
  untagResource(args: UntagResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UntagResourceCommandOutput) => void): void;
690
785
  /**
786
+ * @public
691
787
  * <p>Enables the ADM channel for an application or updates the status and settings of the ADM channel for an application.</p>
692
788
  */
693
789
  updateAdmChannel(args: UpdateAdmChannelCommandInput, options?: __HttpHandlerOptions): Promise<UpdateAdmChannelCommandOutput>;
694
790
  updateAdmChannel(args: UpdateAdmChannelCommandInput, cb: (err: any, data?: UpdateAdmChannelCommandOutput) => void): void;
695
791
  updateAdmChannel(args: UpdateAdmChannelCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateAdmChannelCommandOutput) => void): void;
696
792
  /**
793
+ * @public
697
794
  * <p>Enables the APNs channel for an application or updates the status and settings of the APNs channel for an application.</p>
698
795
  */
699
796
  updateApnsChannel(args: UpdateApnsChannelCommandInput, options?: __HttpHandlerOptions): Promise<UpdateApnsChannelCommandOutput>;
700
797
  updateApnsChannel(args: UpdateApnsChannelCommandInput, cb: (err: any, data?: UpdateApnsChannelCommandOutput) => void): void;
701
798
  updateApnsChannel(args: UpdateApnsChannelCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateApnsChannelCommandOutput) => void): void;
702
799
  /**
800
+ * @public
703
801
  * <p>Enables the APNs sandbox channel for an application or updates the status and settings of the APNs sandbox channel for an application.</p>
704
802
  */
705
803
  updateApnsSandboxChannel(args: UpdateApnsSandboxChannelCommandInput, options?: __HttpHandlerOptions): Promise<UpdateApnsSandboxChannelCommandOutput>;
706
804
  updateApnsSandboxChannel(args: UpdateApnsSandboxChannelCommandInput, cb: (err: any, data?: UpdateApnsSandboxChannelCommandOutput) => void): void;
707
805
  updateApnsSandboxChannel(args: UpdateApnsSandboxChannelCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateApnsSandboxChannelCommandOutput) => void): void;
708
806
  /**
807
+ * @public
709
808
  * <p>Enables the APNs VoIP channel for an application or updates the status and settings of the APNs VoIP channel for an application.</p>
710
809
  */
711
810
  updateApnsVoipChannel(args: UpdateApnsVoipChannelCommandInput, options?: __HttpHandlerOptions): Promise<UpdateApnsVoipChannelCommandOutput>;
712
811
  updateApnsVoipChannel(args: UpdateApnsVoipChannelCommandInput, cb: (err: any, data?: UpdateApnsVoipChannelCommandOutput) => void): void;
713
812
  updateApnsVoipChannel(args: UpdateApnsVoipChannelCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateApnsVoipChannelCommandOutput) => void): void;
714
813
  /**
814
+ * @public
715
815
  * <p>Enables the APNs VoIP sandbox channel for an application or updates the status and settings of the APNs VoIP sandbox channel for an application.</p>
716
816
  */
717
817
  updateApnsVoipSandboxChannel(args: UpdateApnsVoipSandboxChannelCommandInput, options?: __HttpHandlerOptions): Promise<UpdateApnsVoipSandboxChannelCommandOutput>;
718
818
  updateApnsVoipSandboxChannel(args: UpdateApnsVoipSandboxChannelCommandInput, cb: (err: any, data?: UpdateApnsVoipSandboxChannelCommandOutput) => void): void;
719
819
  updateApnsVoipSandboxChannel(args: UpdateApnsVoipSandboxChannelCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateApnsVoipSandboxChannelCommandOutput) => void): void;
720
820
  /**
821
+ * @public
721
822
  * <p>Updates the settings for an application.</p>
722
823
  */
723
824
  updateApplicationSettings(args: UpdateApplicationSettingsCommandInput, options?: __HttpHandlerOptions): Promise<UpdateApplicationSettingsCommandOutput>;
724
825
  updateApplicationSettings(args: UpdateApplicationSettingsCommandInput, cb: (err: any, data?: UpdateApplicationSettingsCommandOutput) => void): void;
725
826
  updateApplicationSettings(args: UpdateApplicationSettingsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateApplicationSettingsCommandOutput) => void): void;
726
827
  /**
828
+ * @public
727
829
  * <p>Enables the Baidu channel for an application or updates the status and settings of the Baidu channel for an application.</p>
728
830
  */
729
831
  updateBaiduChannel(args: UpdateBaiduChannelCommandInput, options?: __HttpHandlerOptions): Promise<UpdateBaiduChannelCommandOutput>;
730
832
  updateBaiduChannel(args: UpdateBaiduChannelCommandInput, cb: (err: any, data?: UpdateBaiduChannelCommandOutput) => void): void;
731
833
  updateBaiduChannel(args: UpdateBaiduChannelCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateBaiduChannelCommandOutput) => void): void;
732
834
  /**
835
+ * @public
733
836
  * <p>Updates the configuration and other settings for a campaign.</p>
734
837
  */
735
838
  updateCampaign(args: UpdateCampaignCommandInput, options?: __HttpHandlerOptions): Promise<UpdateCampaignCommandOutput>;
736
839
  updateCampaign(args: UpdateCampaignCommandInput, cb: (err: any, data?: UpdateCampaignCommandOutput) => void): void;
737
840
  updateCampaign(args: UpdateCampaignCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateCampaignCommandOutput) => void): void;
738
841
  /**
842
+ * @public
739
843
  * <p>Enables the email channel for an application or updates the status and settings of the email channel for an application.</p>
740
844
  */
741
845
  updateEmailChannel(args: UpdateEmailChannelCommandInput, options?: __HttpHandlerOptions): Promise<UpdateEmailChannelCommandOutput>;
742
846
  updateEmailChannel(args: UpdateEmailChannelCommandInput, cb: (err: any, data?: UpdateEmailChannelCommandOutput) => void): void;
743
847
  updateEmailChannel(args: UpdateEmailChannelCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateEmailChannelCommandOutput) => void): void;
744
848
  /**
849
+ * @public
745
850
  * <p>Updates an existing message template for messages that are sent through the email channel.</p>
746
851
  */
747
852
  updateEmailTemplate(args: UpdateEmailTemplateCommandInput, options?: __HttpHandlerOptions): Promise<UpdateEmailTemplateCommandOutput>;
748
853
  updateEmailTemplate(args: UpdateEmailTemplateCommandInput, cb: (err: any, data?: UpdateEmailTemplateCommandOutput) => void): void;
749
854
  updateEmailTemplate(args: UpdateEmailTemplateCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateEmailTemplateCommandOutput) => void): void;
750
855
  /**
856
+ * @public
751
857
  * <p>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.</p>
752
858
  */
753
859
  updateEndpoint(args: UpdateEndpointCommandInput, options?: __HttpHandlerOptions): Promise<UpdateEndpointCommandOutput>;
754
860
  updateEndpoint(args: UpdateEndpointCommandInput, cb: (err: any, data?: UpdateEndpointCommandOutput) => void): void;
755
861
  updateEndpoint(args: UpdateEndpointCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateEndpointCommandOutput) => void): void;
756
862
  /**
863
+ * @public
757
864
  * <p>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.</p>
758
865
  */
759
866
  updateEndpointsBatch(args: UpdateEndpointsBatchCommandInput, options?: __HttpHandlerOptions): Promise<UpdateEndpointsBatchCommandOutput>;
760
867
  updateEndpointsBatch(args: UpdateEndpointsBatchCommandInput, cb: (err: any, data?: UpdateEndpointsBatchCommandOutput) => void): void;
761
868
  updateEndpointsBatch(args: UpdateEndpointsBatchCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateEndpointsBatchCommandOutput) => void): void;
762
869
  /**
870
+ * @public
763
871
  * <p>Enables the GCM channel for an application or updates the status and settings of the GCM channel for an application.</p>
764
872
  */
765
873
  updateGcmChannel(args: UpdateGcmChannelCommandInput, options?: __HttpHandlerOptions): Promise<UpdateGcmChannelCommandOutput>;
766
874
  updateGcmChannel(args: UpdateGcmChannelCommandInput, cb: (err: any, data?: UpdateGcmChannelCommandOutput) => void): void;
767
875
  updateGcmChannel(args: UpdateGcmChannelCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateGcmChannelCommandOutput) => void): void;
768
876
  /**
877
+ * @public
769
878
  * <p>Updates an existing message template for messages sent through the in-app message channel.</p>
770
879
  */
771
880
  updateInAppTemplate(args: UpdateInAppTemplateCommandInput, options?: __HttpHandlerOptions): Promise<UpdateInAppTemplateCommandOutput>;
772
881
  updateInAppTemplate(args: UpdateInAppTemplateCommandInput, cb: (err: any, data?: UpdateInAppTemplateCommandOutput) => void): void;
773
882
  updateInAppTemplate(args: UpdateInAppTemplateCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateInAppTemplateCommandOutput) => void): void;
774
883
  /**
884
+ * @public
775
885
  * <p>Updates the configuration and other settings for a journey.</p>
776
886
  */
777
887
  updateJourney(args: UpdateJourneyCommandInput, options?: __HttpHandlerOptions): Promise<UpdateJourneyCommandOutput>;
778
888
  updateJourney(args: UpdateJourneyCommandInput, cb: (err: any, data?: UpdateJourneyCommandOutput) => void): void;
779
889
  updateJourney(args: UpdateJourneyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateJourneyCommandOutput) => void): void;
780
890
  /**
891
+ * @public
781
892
  * <p>Cancels (stops) an active journey.</p>
782
893
  */
783
894
  updateJourneyState(args: UpdateJourneyStateCommandInput, options?: __HttpHandlerOptions): Promise<UpdateJourneyStateCommandOutput>;
784
895
  updateJourneyState(args: UpdateJourneyStateCommandInput, cb: (err: any, data?: UpdateJourneyStateCommandOutput) => void): void;
785
896
  updateJourneyState(args: UpdateJourneyStateCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateJourneyStateCommandOutput) => void): void;
786
897
  /**
898
+ * @public
787
899
  * <p>Updates an existing message template for messages that are sent through a push notification channel.</p>
788
900
  */
789
901
  updatePushTemplate(args: UpdatePushTemplateCommandInput, options?: __HttpHandlerOptions): Promise<UpdatePushTemplateCommandOutput>;
790
902
  updatePushTemplate(args: UpdatePushTemplateCommandInput, cb: (err: any, data?: UpdatePushTemplateCommandOutput) => void): void;
791
903
  updatePushTemplate(args: UpdatePushTemplateCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdatePushTemplateCommandOutput) => void): void;
792
904
  /**
905
+ * @public
793
906
  * <p>Updates an Amazon Pinpoint configuration for a recommender model.</p>
794
907
  */
795
908
  updateRecommenderConfiguration(args: UpdateRecommenderConfigurationCommandInput, options?: __HttpHandlerOptions): Promise<UpdateRecommenderConfigurationCommandOutput>;
796
909
  updateRecommenderConfiguration(args: UpdateRecommenderConfigurationCommandInput, cb: (err: any, data?: UpdateRecommenderConfigurationCommandOutput) => void): void;
797
910
  updateRecommenderConfiguration(args: UpdateRecommenderConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateRecommenderConfigurationCommandOutput) => void): void;
798
911
  /**
912
+ * @public
799
913
  * <p>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.</p>
800
914
  */
801
915
  updateSegment(args: UpdateSegmentCommandInput, options?: __HttpHandlerOptions): Promise<UpdateSegmentCommandOutput>;
802
916
  updateSegment(args: UpdateSegmentCommandInput, cb: (err: any, data?: UpdateSegmentCommandOutput) => void): void;
803
917
  updateSegment(args: UpdateSegmentCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateSegmentCommandOutput) => void): void;
804
918
  /**
919
+ * @public
805
920
  * <p>Enables the SMS channel for an application or updates the status and settings of the SMS channel for an application.</p>
806
921
  */
807
922
  updateSmsChannel(args: UpdateSmsChannelCommandInput, options?: __HttpHandlerOptions): Promise<UpdateSmsChannelCommandOutput>;
808
923
  updateSmsChannel(args: UpdateSmsChannelCommandInput, cb: (err: any, data?: UpdateSmsChannelCommandOutput) => void): void;
809
924
  updateSmsChannel(args: UpdateSmsChannelCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateSmsChannelCommandOutput) => void): void;
810
925
  /**
926
+ * @public
811
927
  * <p>Updates an existing message template for messages that are sent through the SMS channel.</p>
812
928
  */
813
929
  updateSmsTemplate(args: UpdateSmsTemplateCommandInput, options?: __HttpHandlerOptions): Promise<UpdateSmsTemplateCommandOutput>;
814
930
  updateSmsTemplate(args: UpdateSmsTemplateCommandInput, cb: (err: any, data?: UpdateSmsTemplateCommandOutput) => void): void;
815
931
  updateSmsTemplate(args: UpdateSmsTemplateCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateSmsTemplateCommandOutput) => void): void;
816
932
  /**
933
+ * @public
817
934
  * <p>Changes the status of a specific version of a message template to <i>active</i>.</p>
818
935
  */
819
936
  updateTemplateActiveVersion(args: UpdateTemplateActiveVersionCommandInput, options?: __HttpHandlerOptions): Promise<UpdateTemplateActiveVersionCommandOutput>;
820
937
  updateTemplateActiveVersion(args: UpdateTemplateActiveVersionCommandInput, cb: (err: any, data?: UpdateTemplateActiveVersionCommandOutput) => void): void;
821
938
  updateTemplateActiveVersion(args: UpdateTemplateActiveVersionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateTemplateActiveVersionCommandOutput) => void): void;
822
939
  /**
940
+ * @public
823
941
  * <p>Enables the voice channel for an application or updates the status and settings of the voice channel for an application.</p>
824
942
  */
825
943
  updateVoiceChannel(args: UpdateVoiceChannelCommandInput, options?: __HttpHandlerOptions): Promise<UpdateVoiceChannelCommandOutput>;
826
944
  updateVoiceChannel(args: UpdateVoiceChannelCommandInput, cb: (err: any, data?: UpdateVoiceChannelCommandOutput) => void): void;
827
945
  updateVoiceChannel(args: UpdateVoiceChannelCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateVoiceChannelCommandOutput) => void): void;
828
946
  /**
947
+ * @public
829
948
  * <p>Updates an existing message template for messages that are sent through the voice channel.</p>
830
949
  */
831
950
  updateVoiceTemplate(args: UpdateVoiceTemplateCommandInput, options?: __HttpHandlerOptions): Promise<UpdateVoiceTemplateCommandOutput>;
832
951
  updateVoiceTemplate(args: UpdateVoiceTemplateCommandInput, cb: (err: any, data?: UpdateVoiceTemplateCommandOutput) => void): void;
833
952
  updateVoiceTemplate(args: UpdateVoiceTemplateCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateVoiceTemplateCommandOutput) => void): void;
834
953
  /**
954
+ * @public
835
955
  * <p>Verify an OTP</p>
836
956
  */
837
957
  verifyOTPMessage(args: VerifyOTPMessageCommandInput, options?: __HttpHandlerOptions): Promise<VerifyOTPMessageCommandOutput>;