@aws-sdk/client-pinpoint 3.321.1 → 3.326.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 (123) hide show
  1. package/dist-types/commands/CreateAppCommand.d.ts +14 -0
  2. package/dist-types/commands/CreateCampaignCommand.d.ts +385 -0
  3. package/dist-types/commands/CreateEmailTemplateCommand.d.ts +10 -0
  4. package/dist-types/commands/CreateExportJobCommand.d.ts +27 -0
  5. package/dist-types/commands/CreateImportJobCommand.d.ts +31 -0
  6. package/dist-types/commands/CreateInAppTemplateCommand.d.ts +10 -0
  7. package/dist-types/commands/CreateJourneyCommand.d.ts +383 -0
  8. package/dist-types/commands/CreatePushTemplateCommand.d.ts +10 -0
  9. package/dist-types/commands/CreateRecommenderConfigurationCommand.d.ts +21 -0
  10. package/dist-types/commands/CreateSegmentCommand.d.ts +158 -0
  11. package/dist-types/commands/CreateSmsTemplateCommand.d.ts +10 -0
  12. package/dist-types/commands/CreateVoiceTemplateCommand.d.ts +10 -0
  13. package/dist-types/commands/DeleteAdmChannelCommand.d.ts +17 -0
  14. package/dist-types/commands/DeleteApnsChannelCommand.d.ts +19 -0
  15. package/dist-types/commands/DeleteApnsSandboxChannelCommand.d.ts +19 -0
  16. package/dist-types/commands/DeleteApnsVoipChannelCommand.d.ts +19 -0
  17. package/dist-types/commands/DeleteApnsVoipSandboxChannelCommand.d.ts +19 -0
  18. package/dist-types/commands/DeleteAppCommand.d.ts +14 -0
  19. package/dist-types/commands/DeleteBaiduChannelCommand.d.ts +18 -0
  20. package/dist-types/commands/DeleteCampaignCommand.d.ts +385 -0
  21. package/dist-types/commands/DeleteEmailChannelCommand.d.ts +22 -0
  22. package/dist-types/commands/DeleteEmailTemplateCommand.d.ts +9 -0
  23. package/dist-types/commands/DeleteEndpointCommand.d.ts +51 -0
  24. package/dist-types/commands/DeleteEventStreamCommand.d.ts +13 -0
  25. package/dist-types/commands/DeleteGcmChannelCommand.d.ts +18 -0
  26. package/dist-types/commands/DeleteInAppTemplateCommand.d.ts +9 -0
  27. package/dist-types/commands/DeleteJourneyCommand.d.ts +383 -0
  28. package/dist-types/commands/DeletePushTemplateCommand.d.ts +9 -0
  29. package/dist-types/commands/DeleteRecommenderConfigurationCommand.d.ts +21 -0
  30. package/dist-types/commands/DeleteSegmentCommand.d.ts +158 -0
  31. package/dist-types/commands/DeleteSmsChannelCommand.d.ts +21 -0
  32. package/dist-types/commands/DeleteSmsTemplateCommand.d.ts +9 -0
  33. package/dist-types/commands/DeleteUserEndpointsCommand.d.ts +55 -0
  34. package/dist-types/commands/DeleteVoiceChannelCommand.d.ts +17 -0
  35. package/dist-types/commands/DeleteVoiceTemplateCommand.d.ts +9 -0
  36. package/dist-types/commands/GetAdmChannelCommand.d.ts +17 -0
  37. package/dist-types/commands/GetApnsChannelCommand.d.ts +19 -0
  38. package/dist-types/commands/GetApnsSandboxChannelCommand.d.ts +19 -0
  39. package/dist-types/commands/GetApnsVoipChannelCommand.d.ts +19 -0
  40. package/dist-types/commands/GetApnsVoipSandboxChannelCommand.d.ts +19 -0
  41. package/dist-types/commands/GetAppCommand.d.ts +14 -0
  42. package/dist-types/commands/GetApplicationDateRangeKpiCommand.d.ts +32 -0
  43. package/dist-types/commands/GetApplicationSettingsCommand.d.ts +25 -0
  44. package/dist-types/commands/GetAppsCommand.d.ts +19 -0
  45. package/dist-types/commands/GetBaiduChannelCommand.d.ts +18 -0
  46. package/dist-types/commands/GetCampaignActivitiesCommand.d.ts +28 -0
  47. package/dist-types/commands/GetCampaignCommand.d.ts +385 -0
  48. package/dist-types/commands/GetCampaignDateRangeKpiCommand.d.ts +33 -0
  49. package/dist-types/commands/GetCampaignVersionCommand.d.ts +385 -0
  50. package/dist-types/commands/GetCampaignVersionsCommand.d.ts +390 -0
  51. package/dist-types/commands/GetCampaignsCommand.d.ts +390 -0
  52. package/dist-types/commands/GetChannelsCommand.d.ts +20 -0
  53. package/dist-types/commands/GetEmailChannelCommand.d.ts +22 -0
  54. package/dist-types/commands/GetEmailTemplateCommand.d.ts +22 -0
  55. package/dist-types/commands/GetEndpointCommand.d.ts +51 -0
  56. package/dist-types/commands/GetEventStreamCommand.d.ts +13 -0
  57. package/dist-types/commands/GetExportJobCommand.d.ts +27 -0
  58. package/dist-types/commands/GetExportJobsCommand.d.ts +32 -0
  59. package/dist-types/commands/GetGcmChannelCommand.d.ts +18 -0
  60. package/dist-types/commands/GetImportJobCommand.d.ts +31 -0
  61. package/dist-types/commands/GetImportJobsCommand.d.ts +36 -0
  62. package/dist-types/commands/GetInAppMessagesCommand.d.ts +112 -0
  63. package/dist-types/commands/GetInAppTemplateCommand.d.ts +78 -0
  64. package/dist-types/commands/GetJourneyCommand.d.ts +383 -0
  65. package/dist-types/commands/GetJourneyDateRangeKpiCommand.d.ts +33 -0
  66. package/dist-types/commands/GetJourneyExecutionActivityMetricsCommand.d.ts +15 -0
  67. package/dist-types/commands/GetJourneyExecutionMetricsCommand.d.ts +13 -0
  68. package/dist-types/commands/GetJourneyRunExecutionActivityMetricsCommand.d.ts +16 -0
  69. package/dist-types/commands/GetJourneyRunExecutionMetricsCommand.d.ts +14 -0
  70. package/dist-types/commands/GetJourneyRunsCommand.d.ts +16 -0
  71. package/dist-types/commands/GetPushTemplateCommand.d.ts +68 -0
  72. package/dist-types/commands/GetRecommenderConfigurationCommand.d.ts +21 -0
  73. package/dist-types/commands/GetRecommenderConfigurationsCommand.d.ts +26 -0
  74. package/dist-types/commands/GetSegmentCommand.d.ts +158 -0
  75. package/dist-types/commands/GetSegmentExportJobsCommand.d.ts +32 -0
  76. package/dist-types/commands/GetSegmentImportJobsCommand.d.ts +36 -0
  77. package/dist-types/commands/GetSegmentVersionCommand.d.ts +158 -0
  78. package/dist-types/commands/GetSegmentVersionsCommand.d.ts +163 -0
  79. package/dist-types/commands/GetSegmentsCommand.d.ts +163 -0
  80. package/dist-types/commands/GetSmsChannelCommand.d.ts +21 -0
  81. package/dist-types/commands/GetSmsTemplateCommand.d.ts +20 -0
  82. package/dist-types/commands/GetUserEndpointsCommand.d.ts +55 -0
  83. package/dist-types/commands/GetVoiceChannelCommand.d.ts +17 -0
  84. package/dist-types/commands/GetVoiceTemplateCommand.d.ts +21 -0
  85. package/dist-types/commands/ListJourneysCommand.d.ts +388 -0
  86. package/dist-types/commands/ListTagsForResourceCommand.d.ts +10 -0
  87. package/dist-types/commands/ListTemplateVersionsCommand.d.ts +21 -0
  88. package/dist-types/commands/ListTemplatesCommand.d.ts +23 -0
  89. package/dist-types/commands/PhoneNumberValidateCommand.d.ts +21 -0
  90. package/dist-types/commands/PutEventStreamCommand.d.ts +13 -0
  91. package/dist-types/commands/PutEventsCommand.d.ts +21 -0
  92. package/dist-types/commands/RemoveAttributesCommand.d.ts +12 -0
  93. package/dist-types/commands/SendMessagesCommand.d.ts +28 -0
  94. package/dist-types/commands/SendOTPMessageCommand.d.ts +28 -0
  95. package/dist-types/commands/SendUsersMessagesCommand.d.ts +21 -0
  96. package/dist-types/commands/TagResourceCommand.d.ts +4 -0
  97. package/dist-types/commands/UntagResourceCommand.d.ts +4 -0
  98. package/dist-types/commands/UpdateAdmChannelCommand.d.ts +17 -0
  99. package/dist-types/commands/UpdateApnsChannelCommand.d.ts +19 -0
  100. package/dist-types/commands/UpdateApnsSandboxChannelCommand.d.ts +19 -0
  101. package/dist-types/commands/UpdateApnsVoipChannelCommand.d.ts +19 -0
  102. package/dist-types/commands/UpdateApnsVoipSandboxChannelCommand.d.ts +19 -0
  103. package/dist-types/commands/UpdateApplicationSettingsCommand.d.ts +25 -0
  104. package/dist-types/commands/UpdateBaiduChannelCommand.d.ts +18 -0
  105. package/dist-types/commands/UpdateCampaignCommand.d.ts +385 -0
  106. package/dist-types/commands/UpdateEmailChannelCommand.d.ts +22 -0
  107. package/dist-types/commands/UpdateEmailTemplateCommand.d.ts +9 -0
  108. package/dist-types/commands/UpdateEndpointCommand.d.ts +9 -0
  109. package/dist-types/commands/UpdateEndpointsBatchCommand.d.ts +9 -0
  110. package/dist-types/commands/UpdateGcmChannelCommand.d.ts +18 -0
  111. package/dist-types/commands/UpdateInAppTemplateCommand.d.ts +9 -0
  112. package/dist-types/commands/UpdateJourneyCommand.d.ts +383 -0
  113. package/dist-types/commands/UpdateJourneyStateCommand.d.ts +383 -0
  114. package/dist-types/commands/UpdatePushTemplateCommand.d.ts +9 -0
  115. package/dist-types/commands/UpdateRecommenderConfigurationCommand.d.ts +21 -0
  116. package/dist-types/commands/UpdateSegmentCommand.d.ts +158 -0
  117. package/dist-types/commands/UpdateSmsChannelCommand.d.ts +21 -0
  118. package/dist-types/commands/UpdateSmsTemplateCommand.d.ts +9 -0
  119. package/dist-types/commands/UpdateTemplateActiveVersionCommand.d.ts +9 -0
  120. package/dist-types/commands/UpdateVoiceChannelCommand.d.ts +17 -0
  121. package/dist-types/commands/UpdateVoiceTemplateCommand.d.ts +9 -0
  122. package/dist-types/commands/VerifyOTPMessageCommand.d.ts +8 -0
  123. package/package.json +16 -16
@@ -33,6 +33,392 @@ export interface ListJourneysCommandOutput extends ListJourneysResponse, __Metad
33
33
  * };
34
34
  * const command = new ListJourneysCommand(input);
35
35
  * const response = await client.send(command);
36
+ * // { // ListJourneysResponse
37
+ * // JourneysResponse: { // JourneysResponse
38
+ * // Item: [ // ListOfJourneyResponse // required
39
+ * // { // JourneyResponse
40
+ * // Activities: { // MapOfActivity
41
+ * // "<keys>": { // Activity
42
+ * // CUSTOM: { // CustomMessageActivity
43
+ * // DeliveryUri: "STRING_VALUE",
44
+ * // EndpointTypes: [ // ListOf__EndpointTypesElement
45
+ * // "PUSH" || "GCM" || "APNS" || "APNS_SANDBOX" || "APNS_VOIP" || "APNS_VOIP_SANDBOX" || "ADM" || "SMS" || "VOICE" || "EMAIL" || "BAIDU" || "CUSTOM" || "IN_APP",
46
+ * // ],
47
+ * // MessageConfig: { // JourneyCustomMessage
48
+ * // Data: "STRING_VALUE",
49
+ * // },
50
+ * // NextActivity: "STRING_VALUE",
51
+ * // TemplateName: "STRING_VALUE",
52
+ * // TemplateVersion: "STRING_VALUE",
53
+ * // },
54
+ * // ConditionalSplit: { // ConditionalSplitActivity
55
+ * // Condition: { // Condition
56
+ * // Conditions: [ // ListOfSimpleCondition
57
+ * // { // SimpleCondition
58
+ * // EventCondition: { // EventCondition
59
+ * // Dimensions: { // EventDimensions
60
+ * // Attributes: { // MapOfAttributeDimension
61
+ * // "<keys>": { // AttributeDimension
62
+ * // AttributeType: "INCLUSIVE" || "EXCLUSIVE" || "CONTAINS" || "BEFORE" || "AFTER" || "ON" || "BETWEEN",
63
+ * // Values: [ // ListOf__string // required
64
+ * // "STRING_VALUE",
65
+ * // ],
66
+ * // },
67
+ * // },
68
+ * // EventType: { // SetDimension
69
+ * // DimensionType: "INCLUSIVE" || "EXCLUSIVE",
70
+ * // Values: [ // required
71
+ * // "STRING_VALUE",
72
+ * // ],
73
+ * // },
74
+ * // Metrics: { // MapOfMetricDimension
75
+ * // "<keys>": { // MetricDimension
76
+ * // ComparisonOperator: "STRING_VALUE", // required
77
+ * // Value: Number("double"), // required
78
+ * // },
79
+ * // },
80
+ * // },
81
+ * // MessageActivity: "STRING_VALUE",
82
+ * // },
83
+ * // SegmentCondition: { // SegmentCondition
84
+ * // SegmentId: "STRING_VALUE", // required
85
+ * // },
86
+ * // SegmentDimensions: { // SegmentDimensions
87
+ * // Attributes: {
88
+ * // "<keys>": {
89
+ * // AttributeType: "INCLUSIVE" || "EXCLUSIVE" || "CONTAINS" || "BEFORE" || "AFTER" || "ON" || "BETWEEN",
90
+ * // Values: [ // required
91
+ * // "STRING_VALUE",
92
+ * // ],
93
+ * // },
94
+ * // },
95
+ * // Behavior: { // SegmentBehaviors
96
+ * // Recency: { // RecencyDimension
97
+ * // Duration: "HR_24" || "DAY_7" || "DAY_14" || "DAY_30", // required
98
+ * // RecencyType: "ACTIVE" || "INACTIVE", // required
99
+ * // },
100
+ * // },
101
+ * // Demographic: { // SegmentDemographics
102
+ * // AppVersion: {
103
+ * // DimensionType: "INCLUSIVE" || "EXCLUSIVE",
104
+ * // Values: [ // required
105
+ * // "STRING_VALUE",
106
+ * // ],
107
+ * // },
108
+ * // Channel: {
109
+ * // DimensionType: "INCLUSIVE" || "EXCLUSIVE",
110
+ * // Values: [ // required
111
+ * // "STRING_VALUE",
112
+ * // ],
113
+ * // },
114
+ * // DeviceType: {
115
+ * // DimensionType: "INCLUSIVE" || "EXCLUSIVE",
116
+ * // Values: "<ListOf__string>", // required
117
+ * // },
118
+ * // Make: {
119
+ * // DimensionType: "INCLUSIVE" || "EXCLUSIVE",
120
+ * // Values: "<ListOf__string>", // required
121
+ * // },
122
+ * // Model: "<SetDimension>",
123
+ * // Platform: "<SetDimension>",
124
+ * // },
125
+ * // Location: { // SegmentLocation
126
+ * // Country: "<SetDimension>",
127
+ * // GPSPoint: { // GPSPointDimension
128
+ * // Coordinates: { // GPSCoordinates
129
+ * // Latitude: Number("double"), // required
130
+ * // Longitude: Number("double"), // required
131
+ * // },
132
+ * // RangeInKilometers: Number("double"),
133
+ * // },
134
+ * // },
135
+ * // Metrics: {
136
+ * // "<keys>": {
137
+ * // ComparisonOperator: "STRING_VALUE", // required
138
+ * // Value: Number("double"), // required
139
+ * // },
140
+ * // },
141
+ * // UserAttributes: {
142
+ * // "<keys>": {
143
+ * // AttributeType: "INCLUSIVE" || "EXCLUSIVE" || "CONTAINS" || "BEFORE" || "AFTER" || "ON" || "BETWEEN",
144
+ * // Values: "<ListOf__string>", // required
145
+ * // },
146
+ * // },
147
+ * // },
148
+ * // },
149
+ * // ],
150
+ * // Operator: "ALL" || "ANY",
151
+ * // },
152
+ * // EvaluationWaitTime: { // WaitTime
153
+ * // WaitFor: "STRING_VALUE",
154
+ * // WaitUntil: "STRING_VALUE",
155
+ * // },
156
+ * // FalseActivity: "STRING_VALUE",
157
+ * // TrueActivity: "STRING_VALUE",
158
+ * // },
159
+ * // Description: "STRING_VALUE",
160
+ * // EMAIL: { // EmailMessageActivity
161
+ * // MessageConfig: { // JourneyEmailMessage
162
+ * // FromAddress: "STRING_VALUE",
163
+ * // },
164
+ * // NextActivity: "STRING_VALUE",
165
+ * // TemplateName: "STRING_VALUE",
166
+ * // TemplateVersion: "STRING_VALUE",
167
+ * // },
168
+ * // Holdout: { // HoldoutActivity
169
+ * // NextActivity: "STRING_VALUE",
170
+ * // Percentage: Number("int"), // required
171
+ * // },
172
+ * // MultiCondition: { // MultiConditionalSplitActivity
173
+ * // Branches: [ // ListOfMultiConditionalBranch
174
+ * // { // MultiConditionalBranch
175
+ * // Condition: {
176
+ * // EventCondition: {
177
+ * // Dimensions: {
178
+ * // Attributes: {
179
+ * // "<keys>": {
180
+ * // AttributeType: "INCLUSIVE" || "EXCLUSIVE" || "CONTAINS" || "BEFORE" || "AFTER" || "ON" || "BETWEEN",
181
+ * // Values: "<ListOf__string>", // required
182
+ * // },
183
+ * // },
184
+ * // EventType: "<SetDimension>",
185
+ * // Metrics: {
186
+ * // "<keys>": {
187
+ * // ComparisonOperator: "STRING_VALUE", // required
188
+ * // Value: Number("double"), // required
189
+ * // },
190
+ * // },
191
+ * // },
192
+ * // MessageActivity: "STRING_VALUE",
193
+ * // },
194
+ * // SegmentCondition: {
195
+ * // SegmentId: "STRING_VALUE", // required
196
+ * // },
197
+ * // SegmentDimensions: {
198
+ * // Attributes: {
199
+ * // "<keys>": {
200
+ * // AttributeType: "INCLUSIVE" || "EXCLUSIVE" || "CONTAINS" || "BEFORE" || "AFTER" || "ON" || "BETWEEN",
201
+ * // Values: "<ListOf__string>", // required
202
+ * // },
203
+ * // },
204
+ * // Behavior: {
205
+ * // Recency: {
206
+ * // Duration: "HR_24" || "DAY_7" || "DAY_14" || "DAY_30", // required
207
+ * // RecencyType: "ACTIVE" || "INACTIVE", // required
208
+ * // },
209
+ * // },
210
+ * // Demographic: {
211
+ * // AppVersion: "<SetDimension>",
212
+ * // Channel: "<SetDimension>",
213
+ * // DeviceType: "<SetDimension>",
214
+ * // Make: "<SetDimension>",
215
+ * // Model: "<SetDimension>",
216
+ * // Platform: "<SetDimension>",
217
+ * // },
218
+ * // Location: {
219
+ * // Country: "<SetDimension>",
220
+ * // GPSPoint: {
221
+ * // Coordinates: {
222
+ * // Latitude: Number("double"), // required
223
+ * // Longitude: Number("double"), // required
224
+ * // },
225
+ * // RangeInKilometers: Number("double"),
226
+ * // },
227
+ * // },
228
+ * // Metrics: {
229
+ * // "<keys>": {
230
+ * // ComparisonOperator: "STRING_VALUE", // required
231
+ * // Value: Number("double"), // required
232
+ * // },
233
+ * // },
234
+ * // UserAttributes: "<MapOfAttributeDimension>",
235
+ * // },
236
+ * // },
237
+ * // NextActivity: "STRING_VALUE",
238
+ * // },
239
+ * // ],
240
+ * // DefaultActivity: "STRING_VALUE",
241
+ * // EvaluationWaitTime: {
242
+ * // WaitFor: "STRING_VALUE",
243
+ * // WaitUntil: "STRING_VALUE",
244
+ * // },
245
+ * // },
246
+ * // PUSH: { // PushMessageActivity
247
+ * // MessageConfig: { // JourneyPushMessage
248
+ * // TimeToLive: "STRING_VALUE",
249
+ * // },
250
+ * // NextActivity: "STRING_VALUE",
251
+ * // TemplateName: "STRING_VALUE",
252
+ * // TemplateVersion: "STRING_VALUE",
253
+ * // },
254
+ * // RandomSplit: { // RandomSplitActivity
255
+ * // Branches: [ // ListOfRandomSplitEntry
256
+ * // { // RandomSplitEntry
257
+ * // NextActivity: "STRING_VALUE",
258
+ * // Percentage: Number("int"),
259
+ * // },
260
+ * // ],
261
+ * // },
262
+ * // SMS: { // SMSMessageActivity
263
+ * // MessageConfig: { // JourneySMSMessage
264
+ * // MessageType: "TRANSACTIONAL" || "PROMOTIONAL",
265
+ * // OriginationNumber: "STRING_VALUE",
266
+ * // SenderId: "STRING_VALUE",
267
+ * // EntityId: "STRING_VALUE",
268
+ * // TemplateId: "STRING_VALUE",
269
+ * // },
270
+ * // NextActivity: "STRING_VALUE",
271
+ * // TemplateName: "STRING_VALUE",
272
+ * // TemplateVersion: "STRING_VALUE",
273
+ * // },
274
+ * // Wait: { // WaitActivity
275
+ * // NextActivity: "STRING_VALUE",
276
+ * // WaitTime: {
277
+ * // WaitFor: "STRING_VALUE",
278
+ * // WaitUntil: "STRING_VALUE",
279
+ * // },
280
+ * // },
281
+ * // ContactCenter: { // ContactCenterActivity
282
+ * // NextActivity: "STRING_VALUE",
283
+ * // },
284
+ * // },
285
+ * // },
286
+ * // ApplicationId: "STRING_VALUE", // required
287
+ * // CreationDate: "STRING_VALUE",
288
+ * // Id: "STRING_VALUE", // required
289
+ * // LastModifiedDate: "STRING_VALUE",
290
+ * // Limits: { // JourneyLimits
291
+ * // DailyCap: Number("int"),
292
+ * // EndpointReentryCap: Number("int"),
293
+ * // MessagesPerSecond: Number("int"),
294
+ * // EndpointReentryInterval: "STRING_VALUE",
295
+ * // },
296
+ * // LocalTime: true || false,
297
+ * // Name: "STRING_VALUE", // required
298
+ * // QuietTime: { // QuietTime
299
+ * // End: "STRING_VALUE",
300
+ * // Start: "STRING_VALUE",
301
+ * // },
302
+ * // RefreshFrequency: "STRING_VALUE",
303
+ * // Schedule: { // JourneySchedule
304
+ * // EndTime: new Date("TIMESTAMP"),
305
+ * // StartTime: new Date("TIMESTAMP"),
306
+ * // Timezone: "STRING_VALUE",
307
+ * // },
308
+ * // StartActivity: "STRING_VALUE",
309
+ * // StartCondition: { // StartCondition
310
+ * // Description: "STRING_VALUE",
311
+ * // EventStartCondition: { // EventStartCondition
312
+ * // EventFilter: { // EventFilter
313
+ * // Dimensions: {
314
+ * // Attributes: "<MapOfAttributeDimension>",
315
+ * // EventType: "<SetDimension>",
316
+ * // Metrics: "<MapOfMetricDimension>",
317
+ * // },
318
+ * // FilterType: "SYSTEM" || "ENDPOINT", // required
319
+ * // },
320
+ * // SegmentId: "STRING_VALUE",
321
+ * // },
322
+ * // SegmentStartCondition: {
323
+ * // SegmentId: "STRING_VALUE", // required
324
+ * // },
325
+ * // },
326
+ * // State: "DRAFT" || "ACTIVE" || "COMPLETED" || "CANCELLED" || "CLOSED" || "PAUSED",
327
+ * // tags: { // MapOf__string
328
+ * // "<keys>": "STRING_VALUE",
329
+ * // },
330
+ * // WaitForQuietTime: true || false,
331
+ * // RefreshOnSegmentUpdate: true || false,
332
+ * // JourneyChannelSettings: { // JourneyChannelSettings
333
+ * // ConnectCampaignArn: "STRING_VALUE",
334
+ * // ConnectCampaignExecutionRoleArn: "STRING_VALUE",
335
+ * // },
336
+ * // SendingSchedule: true || false,
337
+ * // OpenHours: { // OpenHours
338
+ * // EMAIL: { // MapOfListOfOpenHoursRules
339
+ * // "<keys>": [ // ListOfOpenHoursRules
340
+ * // { // OpenHoursRule
341
+ * // StartTime: "STRING_VALUE",
342
+ * // EndTime: "STRING_VALUE",
343
+ * // },
344
+ * // ],
345
+ * // },
346
+ * // SMS: {
347
+ * // "<keys>": [
348
+ * // {
349
+ * // StartTime: "STRING_VALUE",
350
+ * // EndTime: "STRING_VALUE",
351
+ * // },
352
+ * // ],
353
+ * // },
354
+ * // PUSH: {
355
+ * // "<keys>": [
356
+ * // {
357
+ * // StartTime: "STRING_VALUE",
358
+ * // EndTime: "STRING_VALUE",
359
+ * // },
360
+ * // ],
361
+ * // },
362
+ * // VOICE: {
363
+ * // "<keys>": [
364
+ * // {
365
+ * // StartTime: "STRING_VALUE",
366
+ * // EndTime: "STRING_VALUE",
367
+ * // },
368
+ * // ],
369
+ * // },
370
+ * // CUSTOM: {
371
+ * // "<keys>": [
372
+ * // {
373
+ * // StartTime: "STRING_VALUE",
374
+ * // EndTime: "STRING_VALUE",
375
+ * // },
376
+ * // ],
377
+ * // },
378
+ * // },
379
+ * // ClosedDays: { // ClosedDays
380
+ * // EMAIL: [ // ListOfClosedDaysRules
381
+ * // { // ClosedDaysRule
382
+ * // Name: "STRING_VALUE",
383
+ * // StartDateTime: "STRING_VALUE",
384
+ * // EndDateTime: "STRING_VALUE",
385
+ * // },
386
+ * // ],
387
+ * // SMS: [
388
+ * // {
389
+ * // Name: "STRING_VALUE",
390
+ * // StartDateTime: "STRING_VALUE",
391
+ * // EndDateTime: "STRING_VALUE",
392
+ * // },
393
+ * // ],
394
+ * // PUSH: [
395
+ * // {
396
+ * // Name: "STRING_VALUE",
397
+ * // StartDateTime: "STRING_VALUE",
398
+ * // EndDateTime: "STRING_VALUE",
399
+ * // },
400
+ * // ],
401
+ * // VOICE: [
402
+ * // {
403
+ * // Name: "STRING_VALUE",
404
+ * // StartDateTime: "STRING_VALUE",
405
+ * // EndDateTime: "STRING_VALUE",
406
+ * // },
407
+ * // ],
408
+ * // CUSTOM: [
409
+ * // {
410
+ * // Name: "STRING_VALUE",
411
+ * // StartDateTime: "STRING_VALUE",
412
+ * // EndDateTime: "STRING_VALUE",
413
+ * // },
414
+ * // ],
415
+ * // },
416
+ * // },
417
+ * // ],
418
+ * // NextToken: "STRING_VALUE",
419
+ * // },
420
+ * // };
421
+ *
36
422
  * ```
37
423
  *
38
424
  * @param ListJourneysCommandInput - {@link ListJourneysCommandInput}
@@ -62,6 +448,8 @@ export interface ListJourneysCommandOutput extends ListJourneysResponse, __Metad
62
448
  * @throws {@link TooManyRequestsException} (client fault)
63
449
  * <p>Provides information about an API request or response.</p>
64
450
  *
451
+ * @throws {@link PinpointServiceException}
452
+ * <p>Base exception class for all service exceptions from Pinpoint service.</p>
65
453
  *
66
454
  */
67
455
  export declare class ListJourneysCommand extends $Command<ListJourneysCommandInput, ListJourneysCommandOutput, PinpointClientResolvedConfig> {
@@ -31,6 +31,14 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
31
31
  * };
32
32
  * const command = new ListTagsForResourceCommand(input);
33
33
  * const response = await client.send(command);
34
+ * // { // ListTagsForResourceResponse
35
+ * // TagsModel: { // TagsModel
36
+ * // tags: { // MapOf__string // required
37
+ * // "<keys>": "STRING_VALUE",
38
+ * // },
39
+ * // },
40
+ * // };
41
+ *
34
42
  * ```
35
43
  *
36
44
  * @param ListTagsForResourceCommandInput - {@link ListTagsForResourceCommandInput}
@@ -39,6 +47,8 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
39
47
  * @see {@link ListTagsForResourceCommandOutput} for command's `response` shape.
40
48
  * @see {@link PinpointClientResolvedConfig | config} for PinpointClient's `config` shape.
41
49
  *
50
+ * @throws {@link PinpointServiceException}
51
+ * <p>Base exception class for all service exceptions from Pinpoint service.</p>
42
52
  *
43
53
  */
44
54
  export declare class ListTagsForResourceCommand extends $Command<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, PinpointClientResolvedConfig> {
@@ -34,6 +34,25 @@ export interface ListTemplateVersionsCommandOutput extends ListTemplateVersionsR
34
34
  * };
35
35
  * const command = new ListTemplateVersionsCommand(input);
36
36
  * const response = await client.send(command);
37
+ * // { // ListTemplateVersionsResponse
38
+ * // TemplateVersionsResponse: { // TemplateVersionsResponse
39
+ * // Item: [ // ListOfTemplateVersionResponse // required
40
+ * // { // TemplateVersionResponse
41
+ * // CreationDate: "STRING_VALUE", // required
42
+ * // DefaultSubstitutions: "STRING_VALUE",
43
+ * // LastModifiedDate: "STRING_VALUE", // required
44
+ * // TemplateDescription: "STRING_VALUE",
45
+ * // TemplateName: "STRING_VALUE", // required
46
+ * // TemplateType: "STRING_VALUE", // required
47
+ * // Version: "STRING_VALUE",
48
+ * // },
49
+ * // ],
50
+ * // Message: "STRING_VALUE",
51
+ * // NextToken: "STRING_VALUE",
52
+ * // RequestID: "STRING_VALUE",
53
+ * // },
54
+ * // };
55
+ *
37
56
  * ```
38
57
  *
39
58
  * @param ListTemplateVersionsCommandInput - {@link ListTemplateVersionsCommandInput}
@@ -63,6 +82,8 @@ export interface ListTemplateVersionsCommandOutput extends ListTemplateVersionsR
63
82
  * @throws {@link TooManyRequestsException} (client fault)
64
83
  * <p>Provides information about an API request or response.</p>
65
84
  *
85
+ * @throws {@link PinpointServiceException}
86
+ * <p>Base exception class for all service exceptions from Pinpoint service.</p>
66
87
  *
67
88
  */
68
89
  export declare class ListTemplateVersionsCommand extends $Command<ListTemplateVersionsCommandInput, ListTemplateVersionsCommandOutput, PinpointClientResolvedConfig> {
@@ -34,6 +34,27 @@ export interface ListTemplatesCommandOutput extends ListTemplatesResponse, __Met
34
34
  * };
35
35
  * const command = new ListTemplatesCommand(input);
36
36
  * const response = await client.send(command);
37
+ * // { // ListTemplatesResponse
38
+ * // TemplatesResponse: { // TemplatesResponse
39
+ * // Item: [ // ListOfTemplateResponse // required
40
+ * // { // TemplateResponse
41
+ * // Arn: "STRING_VALUE",
42
+ * // CreationDate: "STRING_VALUE", // required
43
+ * // DefaultSubstitutions: "STRING_VALUE",
44
+ * // LastModifiedDate: "STRING_VALUE", // required
45
+ * // tags: { // MapOf__string
46
+ * // "<keys>": "STRING_VALUE",
47
+ * // },
48
+ * // TemplateDescription: "STRING_VALUE",
49
+ * // TemplateName: "STRING_VALUE", // required
50
+ * // TemplateType: "EMAIL" || "SMS" || "VOICE" || "PUSH" || "INAPP", // required
51
+ * // Version: "STRING_VALUE",
52
+ * // },
53
+ * // ],
54
+ * // NextToken: "STRING_VALUE",
55
+ * // },
56
+ * // };
57
+ *
37
58
  * ```
38
59
  *
39
60
  * @param ListTemplatesCommandInput - {@link ListTemplatesCommandInput}
@@ -57,6 +78,8 @@ export interface ListTemplatesCommandOutput extends ListTemplatesResponse, __Met
57
78
  * @throws {@link TooManyRequestsException} (client fault)
58
79
  * <p>Provides information about an API request or response.</p>
59
80
  *
81
+ * @throws {@link PinpointServiceException}
82
+ * <p>Base exception class for all service exceptions from Pinpoint service.</p>
60
83
  *
61
84
  */
62
85
  export declare class ListTemplatesCommand extends $Command<ListTemplatesCommandInput, ListTemplatesCommandOutput, PinpointClientResolvedConfig> {
@@ -34,6 +34,25 @@ export interface PhoneNumberValidateCommandOutput extends PhoneNumberValidateRes
34
34
  * };
35
35
  * const command = new PhoneNumberValidateCommand(input);
36
36
  * const response = await client.send(command);
37
+ * // { // PhoneNumberValidateResponse
38
+ * // NumberValidateResponse: { // NumberValidateResponse
39
+ * // Carrier: "STRING_VALUE",
40
+ * // City: "STRING_VALUE",
41
+ * // CleansedPhoneNumberE164: "STRING_VALUE",
42
+ * // CleansedPhoneNumberNational: "STRING_VALUE",
43
+ * // Country: "STRING_VALUE",
44
+ * // CountryCodeIso2: "STRING_VALUE",
45
+ * // CountryCodeNumeric: "STRING_VALUE",
46
+ * // County: "STRING_VALUE",
47
+ * // OriginalCountryCodeIso2: "STRING_VALUE",
48
+ * // OriginalPhoneNumber: "STRING_VALUE",
49
+ * // PhoneType: "STRING_VALUE",
50
+ * // PhoneTypeCode: Number("int"),
51
+ * // Timezone: "STRING_VALUE",
52
+ * // ZipCode: "STRING_VALUE",
53
+ * // },
54
+ * // };
55
+ *
37
56
  * ```
38
57
  *
39
58
  * @param PhoneNumberValidateCommandInput - {@link PhoneNumberValidateCommandInput}
@@ -63,6 +82,8 @@ export interface PhoneNumberValidateCommandOutput extends PhoneNumberValidateRes
63
82
  * @throws {@link TooManyRequestsException} (client fault)
64
83
  * <p>Provides information about an API request or response.</p>
65
84
  *
85
+ * @throws {@link PinpointServiceException}
86
+ * <p>Base exception class for all service exceptions from Pinpoint service.</p>
66
87
  *
67
88
  */
68
89
  export declare class PhoneNumberValidateCommand extends $Command<PhoneNumberValidateCommandInput, PhoneNumberValidateCommandOutput, PinpointClientResolvedConfig> {
@@ -35,6 +35,17 @@ export interface PutEventStreamCommandOutput extends PutEventStreamResponse, __M
35
35
  * };
36
36
  * const command = new PutEventStreamCommand(input);
37
37
  * const response = await client.send(command);
38
+ * // { // PutEventStreamResponse
39
+ * // EventStream: { // EventStream
40
+ * // ApplicationId: "STRING_VALUE", // required
41
+ * // DestinationStreamArn: "STRING_VALUE", // required
42
+ * // ExternalId: "STRING_VALUE",
43
+ * // LastModifiedDate: "STRING_VALUE",
44
+ * // LastUpdatedBy: "STRING_VALUE",
45
+ * // RoleArn: "STRING_VALUE", // required
46
+ * // },
47
+ * // };
48
+ *
38
49
  * ```
39
50
  *
40
51
  * @param PutEventStreamCommandInput - {@link PutEventStreamCommandInput}
@@ -64,6 +75,8 @@ export interface PutEventStreamCommandOutput extends PutEventStreamResponse, __M
64
75
  * @throws {@link TooManyRequestsException} (client fault)
65
76
  * <p>Provides information about an API request or response.</p>
66
77
  *
78
+ * @throws {@link PinpointServiceException}
79
+ * <p>Base exception class for all service exceptions from Pinpoint service.</p>
67
80
  *
68
81
  */
69
82
  export declare class PutEventStreamCommand extends $Command<PutEventStreamCommandInput, PutEventStreamCommandOutput, PinpointClientResolvedConfig> {
@@ -102,6 +102,25 @@ export interface PutEventsCommandOutput extends PutEventsResponse, __MetadataBea
102
102
  * };
103
103
  * const command = new PutEventsCommand(input);
104
104
  * const response = await client.send(command);
105
+ * // { // PutEventsResponse
106
+ * // EventsResponse: { // EventsResponse
107
+ * // Results: { // MapOfItemResponse
108
+ * // "<keys>": { // ItemResponse
109
+ * // EndpointItemResponse: { // EndpointItemResponse
110
+ * // Message: "STRING_VALUE",
111
+ * // StatusCode: Number("int"),
112
+ * // },
113
+ * // EventsItemResponse: { // MapOfEventItemResponse
114
+ * // "<keys>": { // EventItemResponse
115
+ * // Message: "STRING_VALUE",
116
+ * // StatusCode: Number("int"),
117
+ * // },
118
+ * // },
119
+ * // },
120
+ * // },
121
+ * // },
122
+ * // };
123
+ *
105
124
  * ```
106
125
  *
107
126
  * @param PutEventsCommandInput - {@link PutEventsCommandInput}
@@ -131,6 +150,8 @@ export interface PutEventsCommandOutput extends PutEventsResponse, __MetadataBea
131
150
  * @throws {@link TooManyRequestsException} (client fault)
132
151
  * <p>Provides information about an API request or response.</p>
133
152
  *
153
+ * @throws {@link PinpointServiceException}
154
+ * <p>Base exception class for all service exceptions from Pinpoint service.</p>
134
155
  *
135
156
  */
136
157
  export declare class PutEventsCommand extends $Command<PutEventsCommandInput, PutEventsCommandOutput, PinpointClientResolvedConfig> {
@@ -37,6 +37,16 @@ export interface RemoveAttributesCommandOutput extends RemoveAttributesResponse,
37
37
  * };
38
38
  * const command = new RemoveAttributesCommand(input);
39
39
  * const response = await client.send(command);
40
+ * // { // RemoveAttributesResponse
41
+ * // AttributesResource: { // AttributesResource
42
+ * // ApplicationId: "STRING_VALUE", // required
43
+ * // AttributeType: "STRING_VALUE", // required
44
+ * // Attributes: [ // ListOf__string
45
+ * // "STRING_VALUE",
46
+ * // ],
47
+ * // },
48
+ * // };
49
+ *
40
50
  * ```
41
51
  *
42
52
  * @param RemoveAttributesCommandInput - {@link RemoveAttributesCommandInput}
@@ -66,6 +76,8 @@ export interface RemoveAttributesCommandOutput extends RemoveAttributesResponse,
66
76
  * @throws {@link TooManyRequestsException} (client fault)
67
77
  * <p>Provides information about an API request or response.</p>
68
78
  *
79
+ * @throws {@link PinpointServiceException}
80
+ * <p>Base exception class for all service exceptions from Pinpoint service.</p>
69
81
  *
70
82
  */
71
83
  export declare class RemoveAttributesCommand extends $Command<RemoveAttributesCommandInput, RemoveAttributesCommandOutput, PinpointClientResolvedConfig> {