@aws-sdk/client-pinpoint 3.298.0 → 3.300.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 (120) hide show
  1. package/dist-types/commands/CreateAppCommand.d.ts +8 -0
  2. package/dist-types/commands/CreateCampaignCommand.d.ts +468 -0
  3. package/dist-types/commands/CreateEmailTemplateCommand.d.ts +14 -0
  4. package/dist-types/commands/CreateExportJobCommand.d.ts +9 -0
  5. package/dist-types/commands/CreateImportJobCommand.d.ts +13 -0
  6. package/dist-types/commands/CreateInAppTemplateCommand.d.ts +73 -0
  7. package/dist-types/commands/CreateJourneyCommand.d.ts +457 -0
  8. package/dist-types/commands/CreatePushTemplateCommand.d.ts +60 -0
  9. package/dist-types/commands/CreateRecommenderConfigurationCommand.d.ts +15 -0
  10. package/dist-types/commands/CreateSegmentCommand.d.ts +192 -0
  11. package/dist-types/commands/CreateSmsTemplateCommand.d.ts +12 -0
  12. package/dist-types/commands/CreateVoiceTemplateCommand.d.ts +13 -0
  13. package/dist-types/commands/DeleteAdmChannelCommand.d.ts +3 -0
  14. package/dist-types/commands/DeleteApnsChannelCommand.d.ts +3 -0
  15. package/dist-types/commands/DeleteApnsSandboxChannelCommand.d.ts +3 -0
  16. package/dist-types/commands/DeleteApnsVoipChannelCommand.d.ts +3 -0
  17. package/dist-types/commands/DeleteApnsVoipSandboxChannelCommand.d.ts +3 -0
  18. package/dist-types/commands/DeleteAppCommand.d.ts +3 -0
  19. package/dist-types/commands/DeleteBaiduChannelCommand.d.ts +3 -0
  20. package/dist-types/commands/DeleteCampaignCommand.d.ts +4 -0
  21. package/dist-types/commands/DeleteEmailChannelCommand.d.ts +3 -0
  22. package/dist-types/commands/DeleteEmailTemplateCommand.d.ts +4 -0
  23. package/dist-types/commands/DeleteEndpointCommand.d.ts +4 -0
  24. package/dist-types/commands/DeleteEventStreamCommand.d.ts +3 -0
  25. package/dist-types/commands/DeleteGcmChannelCommand.d.ts +3 -0
  26. package/dist-types/commands/DeleteInAppTemplateCommand.d.ts +4 -0
  27. package/dist-types/commands/DeleteJourneyCommand.d.ts +4 -0
  28. package/dist-types/commands/DeletePushTemplateCommand.d.ts +4 -0
  29. package/dist-types/commands/DeleteRecommenderConfigurationCommand.d.ts +3 -0
  30. package/dist-types/commands/DeleteSegmentCommand.d.ts +4 -0
  31. package/dist-types/commands/DeleteSmsChannelCommand.d.ts +3 -0
  32. package/dist-types/commands/DeleteSmsTemplateCommand.d.ts +4 -0
  33. package/dist-types/commands/DeleteUserEndpointsCommand.d.ts +4 -0
  34. package/dist-types/commands/DeleteVoiceChannelCommand.d.ts +3 -0
  35. package/dist-types/commands/DeleteVoiceTemplateCommand.d.ts +4 -0
  36. package/dist-types/commands/GetAdmChannelCommand.d.ts +3 -0
  37. package/dist-types/commands/GetApnsChannelCommand.d.ts +3 -0
  38. package/dist-types/commands/GetApnsSandboxChannelCommand.d.ts +3 -0
  39. package/dist-types/commands/GetApnsVoipChannelCommand.d.ts +3 -0
  40. package/dist-types/commands/GetApnsVoipSandboxChannelCommand.d.ts +3 -0
  41. package/dist-types/commands/GetAppCommand.d.ts +3 -0
  42. package/dist-types/commands/GetApplicationDateRangeKpiCommand.d.ts +8 -0
  43. package/dist-types/commands/GetApplicationSettingsCommand.d.ts +3 -0
  44. package/dist-types/commands/GetAppsCommand.d.ts +4 -0
  45. package/dist-types/commands/GetBaiduChannelCommand.d.ts +3 -0
  46. package/dist-types/commands/GetCampaignActivitiesCommand.d.ts +6 -0
  47. package/dist-types/commands/GetCampaignCommand.d.ts +4 -0
  48. package/dist-types/commands/GetCampaignDateRangeKpiCommand.d.ts +9 -0
  49. package/dist-types/commands/GetCampaignVersionCommand.d.ts +5 -0
  50. package/dist-types/commands/GetCampaignVersionsCommand.d.ts +6 -0
  51. package/dist-types/commands/GetCampaignsCommand.d.ts +5 -0
  52. package/dist-types/commands/GetChannelsCommand.d.ts +3 -0
  53. package/dist-types/commands/GetEmailChannelCommand.d.ts +3 -0
  54. package/dist-types/commands/GetEmailTemplateCommand.d.ts +4 -0
  55. package/dist-types/commands/GetEndpointCommand.d.ts +4 -0
  56. package/dist-types/commands/GetEventStreamCommand.d.ts +3 -0
  57. package/dist-types/commands/GetExportJobCommand.d.ts +4 -0
  58. package/dist-types/commands/GetExportJobsCommand.d.ts +5 -0
  59. package/dist-types/commands/GetGcmChannelCommand.d.ts +3 -0
  60. package/dist-types/commands/GetImportJobCommand.d.ts +4 -0
  61. package/dist-types/commands/GetImportJobsCommand.d.ts +5 -0
  62. package/dist-types/commands/GetInAppMessagesCommand.d.ts +4 -0
  63. package/dist-types/commands/GetInAppTemplateCommand.d.ts +4 -0
  64. package/dist-types/commands/GetJourneyCommand.d.ts +4 -0
  65. package/dist-types/commands/GetJourneyDateRangeKpiCommand.d.ts +9 -0
  66. package/dist-types/commands/GetJourneyExecutionActivityMetricsCommand.d.ts +7 -0
  67. package/dist-types/commands/GetJourneyExecutionMetricsCommand.d.ts +6 -0
  68. package/dist-types/commands/GetPushTemplateCommand.d.ts +4 -0
  69. package/dist-types/commands/GetRecommenderConfigurationCommand.d.ts +3 -0
  70. package/dist-types/commands/GetRecommenderConfigurationsCommand.d.ts +4 -0
  71. package/dist-types/commands/GetSegmentCommand.d.ts +4 -0
  72. package/dist-types/commands/GetSegmentExportJobsCommand.d.ts +6 -0
  73. package/dist-types/commands/GetSegmentImportJobsCommand.d.ts +6 -0
  74. package/dist-types/commands/GetSegmentVersionCommand.d.ts +5 -0
  75. package/dist-types/commands/GetSegmentVersionsCommand.d.ts +6 -0
  76. package/dist-types/commands/GetSegmentsCommand.d.ts +5 -0
  77. package/dist-types/commands/GetSmsChannelCommand.d.ts +3 -0
  78. package/dist-types/commands/GetSmsTemplateCommand.d.ts +4 -0
  79. package/dist-types/commands/GetUserEndpointsCommand.d.ts +4 -0
  80. package/dist-types/commands/GetVoiceChannelCommand.d.ts +3 -0
  81. package/dist-types/commands/GetVoiceTemplateCommand.d.ts +4 -0
  82. package/dist-types/commands/ListJourneysCommand.d.ts +5 -0
  83. package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -0
  84. package/dist-types/commands/ListTemplateVersionsCommand.d.ts +6 -0
  85. package/dist-types/commands/ListTemplatesCommand.d.ts +6 -0
  86. package/dist-types/commands/PhoneNumberValidateCommand.d.ts +6 -0
  87. package/dist-types/commands/PutEventStreamCommand.d.ts +7 -0
  88. package/dist-types/commands/PutEventsCommand.d.ts +74 -0
  89. package/dist-types/commands/RemoveAttributesCommand.d.ts +9 -0
  90. package/dist-types/commands/SendMessagesCommand.d.ts +236 -0
  91. package/dist-types/commands/SendOTPMessageCommand.d.ts +16 -0
  92. package/dist-types/commands/SendUsersMessagesCommand.d.ts +220 -0
  93. package/dist-types/commands/TagResourceCommand.d.ts +8 -0
  94. package/dist-types/commands/UntagResourceCommand.d.ts +6 -0
  95. package/dist-types/commands/UpdateAdmChannelCommand.d.ts +8 -0
  96. package/dist-types/commands/UpdateApnsChannelCommand.d.ts +13 -0
  97. package/dist-types/commands/UpdateApnsSandboxChannelCommand.d.ts +13 -0
  98. package/dist-types/commands/UpdateApnsVoipChannelCommand.d.ts +13 -0
  99. package/dist-types/commands/UpdateApnsVoipSandboxChannelCommand.d.ts +13 -0
  100. package/dist-types/commands/UpdateApplicationSettingsCommand.d.ts +23 -0
  101. package/dist-types/commands/UpdateBaiduChannelCommand.d.ts +8 -0
  102. package/dist-types/commands/UpdateCampaignCommand.d.ts +469 -0
  103. package/dist-types/commands/UpdateEmailChannelCommand.d.ts +10 -0
  104. package/dist-types/commands/UpdateEmailTemplateCommand.d.ts +16 -0
  105. package/dist-types/commands/UpdateEndpointCommand.d.ts +46 -0
  106. package/dist-types/commands/UpdateEndpointsBatchCommand.d.ts +50 -0
  107. package/dist-types/commands/UpdateGcmChannelCommand.d.ts +7 -0
  108. package/dist-types/commands/UpdateInAppTemplateCommand.d.ts +75 -0
  109. package/dist-types/commands/UpdateJourneyCommand.d.ts +458 -0
  110. package/dist-types/commands/UpdateJourneyStateCommand.d.ts +7 -0
  111. package/dist-types/commands/UpdatePushTemplateCommand.d.ts +62 -0
  112. package/dist-types/commands/UpdateRecommenderConfigurationCommand.d.ts +16 -0
  113. package/dist-types/commands/UpdateSegmentCommand.d.ts +193 -0
  114. package/dist-types/commands/UpdateSmsChannelCommand.d.ts +8 -0
  115. package/dist-types/commands/UpdateSmsTemplateCommand.d.ts +14 -0
  116. package/dist-types/commands/UpdateTemplateActiveVersionCommand.d.ts +7 -0
  117. package/dist-types/commands/UpdateVoiceChannelCommand.d.ts +6 -0
  118. package/dist-types/commands/UpdateVoiceTemplateCommand.d.ts +15 -0
  119. package/dist-types/commands/VerifyOTPMessageCommand.d.ts +8 -0
  120. package/package.json +12 -12
@@ -26,6 +26,463 @@ export interface CreateJourneyCommandOutput extends CreateJourneyResponse, __Met
26
26
  * import { PinpointClient, CreateJourneyCommand } from "@aws-sdk/client-pinpoint"; // ES Modules import
27
27
  * // const { PinpointClient, CreateJourneyCommand } = require("@aws-sdk/client-pinpoint"); // CommonJS import
28
28
  * const client = new PinpointClient(config);
29
+ * const input = {
30
+ * ApplicationId: "STRING_VALUE", // required
31
+ * WriteJourneyRequest: {
32
+ * Activities: {
33
+ * "<keys>": {
34
+ * CUSTOM: {
35
+ * DeliveryUri: "STRING_VALUE",
36
+ * EndpointTypes: [
37
+ * "STRING_VALUE",
38
+ * ],
39
+ * MessageConfig: {
40
+ * Data: "STRING_VALUE",
41
+ * },
42
+ * NextActivity: "STRING_VALUE",
43
+ * TemplateName: "STRING_VALUE",
44
+ * TemplateVersion: "STRING_VALUE",
45
+ * },
46
+ * ConditionalSplit: {
47
+ * Condition: {
48
+ * Conditions: [
49
+ * {
50
+ * EventCondition: {
51
+ * Dimensions: {
52
+ * Attributes: {
53
+ * "<keys>": {
54
+ * AttributeType: "STRING_VALUE",
55
+ * Values: [ // required
56
+ * "STRING_VALUE",
57
+ * ],
58
+ * },
59
+ * },
60
+ * EventType: {
61
+ * DimensionType: "STRING_VALUE",
62
+ * Values: [ // required
63
+ * "STRING_VALUE",
64
+ * ],
65
+ * },
66
+ * Metrics: {
67
+ * "<keys>": {
68
+ * ComparisonOperator: "STRING_VALUE", // required
69
+ * Value: Number("double"), // required
70
+ * },
71
+ * },
72
+ * },
73
+ * MessageActivity: "STRING_VALUE",
74
+ * },
75
+ * SegmentCondition: {
76
+ * SegmentId: "STRING_VALUE", // required
77
+ * },
78
+ * SegmentDimensions: {
79
+ * Attributes: {
80
+ * "<keys>": {
81
+ * AttributeType: "STRING_VALUE",
82
+ * Values: [ // required
83
+ * "STRING_VALUE",
84
+ * ],
85
+ * },
86
+ * },
87
+ * Behavior: {
88
+ * Recency: {
89
+ * Duration: "STRING_VALUE", // required
90
+ * RecencyType: "STRING_VALUE", // required
91
+ * },
92
+ * },
93
+ * Demographic: {
94
+ * AppVersion: {
95
+ * DimensionType: "STRING_VALUE",
96
+ * Values: [ // required
97
+ * "STRING_VALUE",
98
+ * ],
99
+ * },
100
+ * Channel: {
101
+ * DimensionType: "STRING_VALUE",
102
+ * Values: [ // required
103
+ * "STRING_VALUE",
104
+ * ],
105
+ * },
106
+ * DeviceType: {
107
+ * DimensionType: "STRING_VALUE",
108
+ * Values: [ // required
109
+ * "STRING_VALUE",
110
+ * ],
111
+ * },
112
+ * Make: {
113
+ * DimensionType: "STRING_VALUE",
114
+ * Values: [ // required
115
+ * "STRING_VALUE",
116
+ * ],
117
+ * },
118
+ * Model: {
119
+ * DimensionType: "STRING_VALUE",
120
+ * Values: [ // required
121
+ * "STRING_VALUE",
122
+ * ],
123
+ * },
124
+ * Platform: {
125
+ * DimensionType: "STRING_VALUE",
126
+ * Values: [ // required
127
+ * "STRING_VALUE",
128
+ * ],
129
+ * },
130
+ * },
131
+ * Location: {
132
+ * Country: {
133
+ * DimensionType: "STRING_VALUE",
134
+ * Values: [ // required
135
+ * "STRING_VALUE",
136
+ * ],
137
+ * },
138
+ * GPSPoint: {
139
+ * Coordinates: {
140
+ * Latitude: Number("double"), // required
141
+ * Longitude: Number("double"), // required
142
+ * },
143
+ * RangeInKilometers: Number("double"),
144
+ * },
145
+ * },
146
+ * Metrics: {
147
+ * "<keys>": {
148
+ * ComparisonOperator: "STRING_VALUE", // required
149
+ * Value: Number("double"), // required
150
+ * },
151
+ * },
152
+ * UserAttributes: {
153
+ * "<keys>": {
154
+ * AttributeType: "STRING_VALUE",
155
+ * Values: [ // required
156
+ * "STRING_VALUE",
157
+ * ],
158
+ * },
159
+ * },
160
+ * },
161
+ * },
162
+ * ],
163
+ * Operator: "STRING_VALUE",
164
+ * },
165
+ * EvaluationWaitTime: {
166
+ * WaitFor: "STRING_VALUE",
167
+ * WaitUntil: "STRING_VALUE",
168
+ * },
169
+ * FalseActivity: "STRING_VALUE",
170
+ * TrueActivity: "STRING_VALUE",
171
+ * },
172
+ * Description: "STRING_VALUE",
173
+ * EMAIL: {
174
+ * MessageConfig: {
175
+ * FromAddress: "STRING_VALUE",
176
+ * },
177
+ * NextActivity: "STRING_VALUE",
178
+ * TemplateName: "STRING_VALUE",
179
+ * TemplateVersion: "STRING_VALUE",
180
+ * },
181
+ * Holdout: {
182
+ * NextActivity: "STRING_VALUE",
183
+ * Percentage: Number("int"), // required
184
+ * },
185
+ * MultiCondition: {
186
+ * Branches: [
187
+ * {
188
+ * Condition: {
189
+ * EventCondition: {
190
+ * Dimensions: {
191
+ * Attributes: {
192
+ * "<keys>": {
193
+ * AttributeType: "STRING_VALUE",
194
+ * Values: [ // required
195
+ * "STRING_VALUE",
196
+ * ],
197
+ * },
198
+ * },
199
+ * EventType: {
200
+ * DimensionType: "STRING_VALUE",
201
+ * Values: [ // required
202
+ * "STRING_VALUE",
203
+ * ],
204
+ * },
205
+ * Metrics: {
206
+ * "<keys>": {
207
+ * ComparisonOperator: "STRING_VALUE", // required
208
+ * Value: Number("double"), // required
209
+ * },
210
+ * },
211
+ * },
212
+ * MessageActivity: "STRING_VALUE",
213
+ * },
214
+ * SegmentCondition: {
215
+ * SegmentId: "STRING_VALUE", // required
216
+ * },
217
+ * SegmentDimensions: {
218
+ * Attributes: {
219
+ * "<keys>": {
220
+ * AttributeType: "STRING_VALUE",
221
+ * Values: [ // required
222
+ * "STRING_VALUE",
223
+ * ],
224
+ * },
225
+ * },
226
+ * Behavior: {
227
+ * Recency: {
228
+ * Duration: "STRING_VALUE", // required
229
+ * RecencyType: "STRING_VALUE", // required
230
+ * },
231
+ * },
232
+ * Demographic: {
233
+ * AppVersion: {
234
+ * DimensionType: "STRING_VALUE",
235
+ * Values: [ // required
236
+ * "STRING_VALUE",
237
+ * ],
238
+ * },
239
+ * Channel: {
240
+ * DimensionType: "STRING_VALUE",
241
+ * Values: [ // required
242
+ * "STRING_VALUE",
243
+ * ],
244
+ * },
245
+ * DeviceType: {
246
+ * DimensionType: "STRING_VALUE",
247
+ * Values: [ // required
248
+ * "STRING_VALUE",
249
+ * ],
250
+ * },
251
+ * Make: {
252
+ * DimensionType: "STRING_VALUE",
253
+ * Values: [ // required
254
+ * "STRING_VALUE",
255
+ * ],
256
+ * },
257
+ * Model: {
258
+ * DimensionType: "STRING_VALUE",
259
+ * Values: [ // required
260
+ * "STRING_VALUE",
261
+ * ],
262
+ * },
263
+ * Platform: {
264
+ * DimensionType: "STRING_VALUE",
265
+ * Values: [ // required
266
+ * "STRING_VALUE",
267
+ * ],
268
+ * },
269
+ * },
270
+ * Location: {
271
+ * Country: {
272
+ * DimensionType: "STRING_VALUE",
273
+ * Values: [ // required
274
+ * "STRING_VALUE",
275
+ * ],
276
+ * },
277
+ * GPSPoint: {
278
+ * Coordinates: {
279
+ * Latitude: Number("double"), // required
280
+ * Longitude: Number("double"), // required
281
+ * },
282
+ * RangeInKilometers: Number("double"),
283
+ * },
284
+ * },
285
+ * Metrics: {
286
+ * "<keys>": {
287
+ * ComparisonOperator: "STRING_VALUE", // required
288
+ * Value: Number("double"), // required
289
+ * },
290
+ * },
291
+ * UserAttributes: {
292
+ * "<keys>": {
293
+ * AttributeType: "STRING_VALUE",
294
+ * Values: [ // required
295
+ * "STRING_VALUE",
296
+ * ],
297
+ * },
298
+ * },
299
+ * },
300
+ * },
301
+ * NextActivity: "STRING_VALUE",
302
+ * },
303
+ * ],
304
+ * DefaultActivity: "STRING_VALUE",
305
+ * EvaluationWaitTime: {
306
+ * WaitFor: "STRING_VALUE",
307
+ * WaitUntil: "STRING_VALUE",
308
+ * },
309
+ * },
310
+ * PUSH: {
311
+ * MessageConfig: {
312
+ * TimeToLive: "STRING_VALUE",
313
+ * },
314
+ * NextActivity: "STRING_VALUE",
315
+ * TemplateName: "STRING_VALUE",
316
+ * TemplateVersion: "STRING_VALUE",
317
+ * },
318
+ * RandomSplit: {
319
+ * Branches: [
320
+ * {
321
+ * NextActivity: "STRING_VALUE",
322
+ * Percentage: Number("int"),
323
+ * },
324
+ * ],
325
+ * },
326
+ * SMS: {
327
+ * MessageConfig: {
328
+ * MessageType: "STRING_VALUE",
329
+ * OriginationNumber: "STRING_VALUE",
330
+ * SenderId: "STRING_VALUE",
331
+ * EntityId: "STRING_VALUE",
332
+ * TemplateId: "STRING_VALUE",
333
+ * },
334
+ * NextActivity: "STRING_VALUE",
335
+ * TemplateName: "STRING_VALUE",
336
+ * TemplateVersion: "STRING_VALUE",
337
+ * },
338
+ * Wait: {
339
+ * NextActivity: "STRING_VALUE",
340
+ * WaitTime: {
341
+ * WaitFor: "STRING_VALUE",
342
+ * WaitUntil: "STRING_VALUE",
343
+ * },
344
+ * },
345
+ * ContactCenter: {
346
+ * NextActivity: "STRING_VALUE",
347
+ * },
348
+ * },
349
+ * },
350
+ * CreationDate: "STRING_VALUE",
351
+ * LastModifiedDate: "STRING_VALUE",
352
+ * Limits: {
353
+ * DailyCap: Number("int"),
354
+ * EndpointReentryCap: Number("int"),
355
+ * MessagesPerSecond: Number("int"),
356
+ * EndpointReentryInterval: "STRING_VALUE",
357
+ * },
358
+ * LocalTime: true || false,
359
+ * Name: "STRING_VALUE", // required
360
+ * QuietTime: {
361
+ * End: "STRING_VALUE",
362
+ * Start: "STRING_VALUE",
363
+ * },
364
+ * RefreshFrequency: "STRING_VALUE",
365
+ * Schedule: {
366
+ * EndTime: new Date("TIMESTAMP"),
367
+ * StartTime: new Date("TIMESTAMP"),
368
+ * Timezone: "STRING_VALUE",
369
+ * },
370
+ * StartActivity: "STRING_VALUE",
371
+ * StartCondition: {
372
+ * Description: "STRING_VALUE",
373
+ * EventStartCondition: {
374
+ * EventFilter: {
375
+ * Dimensions: {
376
+ * Attributes: {
377
+ * "<keys>": "<AttributeDimension>",
378
+ * },
379
+ * EventType: {
380
+ * DimensionType: "STRING_VALUE",
381
+ * Values: [ // required
382
+ * "<ListOf__string>",
383
+ * ],
384
+ * },
385
+ * Metrics: {
386
+ * "<keys>": "<MetricDimension>",
387
+ * },
388
+ * },
389
+ * FilterType: "STRING_VALUE", // required
390
+ * },
391
+ * SegmentId: "STRING_VALUE",
392
+ * },
393
+ * SegmentStartCondition: {
394
+ * SegmentId: "STRING_VALUE", // required
395
+ * },
396
+ * },
397
+ * State: "STRING_VALUE",
398
+ * WaitForQuietTime: true || false,
399
+ * RefreshOnSegmentUpdate: true || false,
400
+ * JourneyChannelSettings: {
401
+ * ConnectCampaignArn: "STRING_VALUE",
402
+ * ConnectCampaignExecutionRoleArn: "STRING_VALUE",
403
+ * },
404
+ * SendingSchedule: true || false,
405
+ * OpenHours: {
406
+ * EMAIL: {
407
+ * "<keys>": [
408
+ * {
409
+ * StartTime: "STRING_VALUE",
410
+ * EndTime: "STRING_VALUE",
411
+ * },
412
+ * ],
413
+ * },
414
+ * SMS: {
415
+ * "<keys>": [
416
+ * {
417
+ * StartTime: "STRING_VALUE",
418
+ * EndTime: "STRING_VALUE",
419
+ * },
420
+ * ],
421
+ * },
422
+ * PUSH: {
423
+ * "<keys>": [
424
+ * {
425
+ * StartTime: "STRING_VALUE",
426
+ * EndTime: "STRING_VALUE",
427
+ * },
428
+ * ],
429
+ * },
430
+ * VOICE: {
431
+ * "<keys>": [
432
+ * {
433
+ * StartTime: "STRING_VALUE",
434
+ * EndTime: "STRING_VALUE",
435
+ * },
436
+ * ],
437
+ * },
438
+ * CUSTOM: {
439
+ * "<keys>": [
440
+ * {
441
+ * StartTime: "STRING_VALUE",
442
+ * EndTime: "STRING_VALUE",
443
+ * },
444
+ * ],
445
+ * },
446
+ * },
447
+ * ClosedDays: {
448
+ * EMAIL: [
449
+ * {
450
+ * Name: "STRING_VALUE",
451
+ * StartDateTime: "STRING_VALUE",
452
+ * EndDateTime: "STRING_VALUE",
453
+ * },
454
+ * ],
455
+ * SMS: [
456
+ * {
457
+ * Name: "STRING_VALUE",
458
+ * StartDateTime: "STRING_VALUE",
459
+ * EndDateTime: "STRING_VALUE",
460
+ * },
461
+ * ],
462
+ * PUSH: [
463
+ * {
464
+ * Name: "STRING_VALUE",
465
+ * StartDateTime: "STRING_VALUE",
466
+ * EndDateTime: "STRING_VALUE",
467
+ * },
468
+ * ],
469
+ * VOICE: [
470
+ * {
471
+ * Name: "STRING_VALUE",
472
+ * StartDateTime: "STRING_VALUE",
473
+ * EndDateTime: "STRING_VALUE",
474
+ * },
475
+ * ],
476
+ * CUSTOM: [
477
+ * {
478
+ * Name: "STRING_VALUE",
479
+ * StartDateTime: "STRING_VALUE",
480
+ * EndDateTime: "STRING_VALUE",
481
+ * },
482
+ * ],
483
+ * },
484
+ * },
485
+ * };
29
486
  * const command = new CreateJourneyCommand(input);
30
487
  * const response = await client.send(command);
31
488
  * ```
@@ -26,6 +26,66 @@ export interface CreatePushTemplateCommandOutput extends CreatePushTemplateRespo
26
26
  * import { PinpointClient, CreatePushTemplateCommand } from "@aws-sdk/client-pinpoint"; // ES Modules import
27
27
  * // const { PinpointClient, CreatePushTemplateCommand } = require("@aws-sdk/client-pinpoint"); // CommonJS import
28
28
  * const client = new PinpointClient(config);
29
+ * const input = {
30
+ * PushNotificationTemplateRequest: {
31
+ * ADM: {
32
+ * Action: "STRING_VALUE",
33
+ * Body: "STRING_VALUE",
34
+ * ImageIconUrl: "STRING_VALUE",
35
+ * ImageUrl: "STRING_VALUE",
36
+ * RawContent: "STRING_VALUE",
37
+ * SmallImageIconUrl: "STRING_VALUE",
38
+ * Sound: "STRING_VALUE",
39
+ * Title: "STRING_VALUE",
40
+ * Url: "STRING_VALUE",
41
+ * },
42
+ * APNS: {
43
+ * Action: "STRING_VALUE",
44
+ * Body: "STRING_VALUE",
45
+ * MediaUrl: "STRING_VALUE",
46
+ * RawContent: "STRING_VALUE",
47
+ * Sound: "STRING_VALUE",
48
+ * Title: "STRING_VALUE",
49
+ * Url: "STRING_VALUE",
50
+ * },
51
+ * Baidu: {
52
+ * Action: "STRING_VALUE",
53
+ * Body: "STRING_VALUE",
54
+ * ImageIconUrl: "STRING_VALUE",
55
+ * ImageUrl: "STRING_VALUE",
56
+ * RawContent: "STRING_VALUE",
57
+ * SmallImageIconUrl: "STRING_VALUE",
58
+ * Sound: "STRING_VALUE",
59
+ * Title: "STRING_VALUE",
60
+ * Url: "STRING_VALUE",
61
+ * },
62
+ * Default: {
63
+ * Action: "STRING_VALUE",
64
+ * Body: "STRING_VALUE",
65
+ * Sound: "STRING_VALUE",
66
+ * Title: "STRING_VALUE",
67
+ * Url: "STRING_VALUE",
68
+ * },
69
+ * DefaultSubstitutions: "STRING_VALUE",
70
+ * GCM: {
71
+ * Action: "STRING_VALUE",
72
+ * Body: "STRING_VALUE",
73
+ * ImageIconUrl: "STRING_VALUE",
74
+ * ImageUrl: "STRING_VALUE",
75
+ * RawContent: "STRING_VALUE",
76
+ * SmallImageIconUrl: "STRING_VALUE",
77
+ * Sound: "STRING_VALUE",
78
+ * Title: "STRING_VALUE",
79
+ * Url: "STRING_VALUE",
80
+ * },
81
+ * RecommenderId: "STRING_VALUE",
82
+ * tags: {
83
+ * "<keys>": "STRING_VALUE",
84
+ * },
85
+ * TemplateDescription: "STRING_VALUE",
86
+ * },
87
+ * TemplateName: "STRING_VALUE", // required
88
+ * };
29
89
  * const command = new CreatePushTemplateCommand(input);
30
90
  * const response = await client.send(command);
31
91
  * ```
@@ -26,6 +26,21 @@ export interface CreateRecommenderConfigurationCommandOutput extends CreateRecom
26
26
  * import { PinpointClient, CreateRecommenderConfigurationCommand } from "@aws-sdk/client-pinpoint"; // ES Modules import
27
27
  * // const { PinpointClient, CreateRecommenderConfigurationCommand } = require("@aws-sdk/client-pinpoint"); // CommonJS import
28
28
  * const client = new PinpointClient(config);
29
+ * const input = {
30
+ * CreateRecommenderConfiguration: {
31
+ * Attributes: {
32
+ * "<keys>": "STRING_VALUE",
33
+ * },
34
+ * Description: "STRING_VALUE",
35
+ * Name: "STRING_VALUE",
36
+ * RecommendationProviderIdType: "STRING_VALUE",
37
+ * RecommendationProviderRoleArn: "STRING_VALUE", // required
38
+ * RecommendationProviderUri: "STRING_VALUE", // required
39
+ * RecommendationTransformerUri: "STRING_VALUE",
40
+ * RecommendationsDisplayName: "STRING_VALUE",
41
+ * RecommendationsPerMessage: Number("int"),
42
+ * },
43
+ * };
29
44
  * const command = new CreateRecommenderConfigurationCommand(input);
30
45
  * const response = await client.send(command);
31
46
  * ```