@aws-sdk/client-pinpoint 3.325.0 → 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 +3 -3
@@ -34,6 +34,394 @@ export interface GetCampaignVersionsCommandOutput extends GetCampaignVersionsRes
34
34
  * };
35
35
  * const command = new GetCampaignVersionsCommand(input);
36
36
  * const response = await client.send(command);
37
+ * // { // GetCampaignVersionsResponse
38
+ * // CampaignsResponse: { // CampaignsResponse
39
+ * // Item: [ // ListOfCampaignResponse // required
40
+ * // { // CampaignResponse
41
+ * // AdditionalTreatments: [ // ListOfTreatmentResource
42
+ * // { // TreatmentResource
43
+ * // CustomDeliveryConfiguration: { // CustomDeliveryConfiguration
44
+ * // DeliveryUri: "STRING_VALUE", // required
45
+ * // EndpointTypes: [ // ListOf__EndpointTypesElement
46
+ * // "PUSH" || "GCM" || "APNS" || "APNS_SANDBOX" || "APNS_VOIP" || "APNS_VOIP_SANDBOX" || "ADM" || "SMS" || "VOICE" || "EMAIL" || "BAIDU" || "CUSTOM" || "IN_APP",
47
+ * // ],
48
+ * // },
49
+ * // Id: "STRING_VALUE", // required
50
+ * // MessageConfiguration: { // MessageConfiguration
51
+ * // ADMMessage: { // Message
52
+ * // Action: "OPEN_APP" || "DEEP_LINK" || "URL",
53
+ * // Body: "STRING_VALUE",
54
+ * // ImageIconUrl: "STRING_VALUE",
55
+ * // ImageSmallIconUrl: "STRING_VALUE",
56
+ * // ImageUrl: "STRING_VALUE",
57
+ * // JsonBody: "STRING_VALUE",
58
+ * // MediaUrl: "STRING_VALUE",
59
+ * // RawContent: "STRING_VALUE",
60
+ * // SilentPush: true || false,
61
+ * // TimeToLive: Number("int"),
62
+ * // Title: "STRING_VALUE",
63
+ * // Url: "STRING_VALUE",
64
+ * // },
65
+ * // APNSMessage: {
66
+ * // Action: "OPEN_APP" || "DEEP_LINK" || "URL",
67
+ * // Body: "STRING_VALUE",
68
+ * // ImageIconUrl: "STRING_VALUE",
69
+ * // ImageSmallIconUrl: "STRING_VALUE",
70
+ * // ImageUrl: "STRING_VALUE",
71
+ * // JsonBody: "STRING_VALUE",
72
+ * // MediaUrl: "STRING_VALUE",
73
+ * // RawContent: "STRING_VALUE",
74
+ * // SilentPush: true || false,
75
+ * // TimeToLive: Number("int"),
76
+ * // Title: "STRING_VALUE",
77
+ * // Url: "STRING_VALUE",
78
+ * // },
79
+ * // BaiduMessage: {
80
+ * // Action: "OPEN_APP" || "DEEP_LINK" || "URL",
81
+ * // Body: "STRING_VALUE",
82
+ * // ImageIconUrl: "STRING_VALUE",
83
+ * // ImageSmallIconUrl: "STRING_VALUE",
84
+ * // ImageUrl: "STRING_VALUE",
85
+ * // JsonBody: "STRING_VALUE",
86
+ * // MediaUrl: "STRING_VALUE",
87
+ * // RawContent: "STRING_VALUE",
88
+ * // SilentPush: true || false,
89
+ * // TimeToLive: Number("int"),
90
+ * // Title: "STRING_VALUE",
91
+ * // Url: "STRING_VALUE",
92
+ * // },
93
+ * // CustomMessage: { // CampaignCustomMessage
94
+ * // Data: "STRING_VALUE",
95
+ * // },
96
+ * // DefaultMessage: {
97
+ * // Action: "OPEN_APP" || "DEEP_LINK" || "URL",
98
+ * // Body: "STRING_VALUE",
99
+ * // ImageIconUrl: "STRING_VALUE",
100
+ * // ImageSmallIconUrl: "STRING_VALUE",
101
+ * // ImageUrl: "STRING_VALUE",
102
+ * // JsonBody: "STRING_VALUE",
103
+ * // MediaUrl: "STRING_VALUE",
104
+ * // RawContent: "STRING_VALUE",
105
+ * // SilentPush: true || false,
106
+ * // TimeToLive: Number("int"),
107
+ * // Title: "STRING_VALUE",
108
+ * // Url: "STRING_VALUE",
109
+ * // },
110
+ * // EmailMessage: { // CampaignEmailMessage
111
+ * // Body: "STRING_VALUE",
112
+ * // FromAddress: "STRING_VALUE",
113
+ * // HtmlBody: "STRING_VALUE",
114
+ * // Title: "STRING_VALUE",
115
+ * // },
116
+ * // GCMMessage: {
117
+ * // Action: "OPEN_APP" || "DEEP_LINK" || "URL",
118
+ * // Body: "STRING_VALUE",
119
+ * // ImageIconUrl: "STRING_VALUE",
120
+ * // ImageSmallIconUrl: "STRING_VALUE",
121
+ * // ImageUrl: "STRING_VALUE",
122
+ * // JsonBody: "STRING_VALUE",
123
+ * // MediaUrl: "STRING_VALUE",
124
+ * // RawContent: "STRING_VALUE",
125
+ * // SilentPush: true || false,
126
+ * // TimeToLive: Number("int"),
127
+ * // Title: "STRING_VALUE",
128
+ * // Url: "STRING_VALUE",
129
+ * // },
130
+ * // SMSMessage: { // CampaignSmsMessage
131
+ * // Body: "STRING_VALUE",
132
+ * // MessageType: "TRANSACTIONAL" || "PROMOTIONAL",
133
+ * // OriginationNumber: "STRING_VALUE",
134
+ * // SenderId: "STRING_VALUE",
135
+ * // EntityId: "STRING_VALUE",
136
+ * // TemplateId: "STRING_VALUE",
137
+ * // },
138
+ * // InAppMessage: { // CampaignInAppMessage
139
+ * // Body: "STRING_VALUE",
140
+ * // Content: [ // ListOfInAppMessageContent
141
+ * // { // InAppMessageContent
142
+ * // BackgroundColor: "STRING_VALUE",
143
+ * // BodyConfig: { // InAppMessageBodyConfig
144
+ * // Alignment: "LEFT" || "CENTER" || "RIGHT", // required
145
+ * // Body: "STRING_VALUE", // required
146
+ * // TextColor: "STRING_VALUE", // required
147
+ * // },
148
+ * // HeaderConfig: { // InAppMessageHeaderConfig
149
+ * // Alignment: "LEFT" || "CENTER" || "RIGHT", // required
150
+ * // Header: "STRING_VALUE", // required
151
+ * // TextColor: "STRING_VALUE", // required
152
+ * // },
153
+ * // ImageUrl: "STRING_VALUE",
154
+ * // PrimaryBtn: { // InAppMessageButton
155
+ * // Android: { // OverrideButtonConfiguration
156
+ * // ButtonAction: "LINK" || "DEEP_LINK" || "CLOSE", // required
157
+ * // Link: "STRING_VALUE",
158
+ * // },
159
+ * // DefaultConfig: { // DefaultButtonConfiguration
160
+ * // BackgroundColor: "STRING_VALUE",
161
+ * // BorderRadius: Number("int"),
162
+ * // ButtonAction: "LINK" || "DEEP_LINK" || "CLOSE", // required
163
+ * // Link: "STRING_VALUE",
164
+ * // Text: "STRING_VALUE", // required
165
+ * // TextColor: "STRING_VALUE",
166
+ * // },
167
+ * // IOS: {
168
+ * // ButtonAction: "LINK" || "DEEP_LINK" || "CLOSE", // required
169
+ * // Link: "STRING_VALUE",
170
+ * // },
171
+ * // Web: {
172
+ * // ButtonAction: "LINK" || "DEEP_LINK" || "CLOSE", // required
173
+ * // Link: "STRING_VALUE",
174
+ * // },
175
+ * // },
176
+ * // SecondaryBtn: {
177
+ * // Android: {
178
+ * // ButtonAction: "LINK" || "DEEP_LINK" || "CLOSE", // required
179
+ * // Link: "STRING_VALUE",
180
+ * // },
181
+ * // DefaultConfig: {
182
+ * // BackgroundColor: "STRING_VALUE",
183
+ * // BorderRadius: Number("int"),
184
+ * // ButtonAction: "LINK" || "DEEP_LINK" || "CLOSE", // required
185
+ * // Link: "STRING_VALUE",
186
+ * // Text: "STRING_VALUE", // required
187
+ * // TextColor: "STRING_VALUE",
188
+ * // },
189
+ * // IOS: {
190
+ * // ButtonAction: "LINK" || "DEEP_LINK" || "CLOSE", // required
191
+ * // Link: "STRING_VALUE",
192
+ * // },
193
+ * // Web: "<OverrideButtonConfiguration>",
194
+ * // },
195
+ * // },
196
+ * // ],
197
+ * // CustomConfig: { // MapOf__string
198
+ * // "<keys>": "STRING_VALUE",
199
+ * // },
200
+ * // Layout: "BOTTOM_BANNER" || "TOP_BANNER" || "OVERLAYS" || "MOBILE_FEED" || "MIDDLE_BANNER" || "CAROUSEL",
201
+ * // },
202
+ * // },
203
+ * // Schedule: { // Schedule
204
+ * // EndTime: "STRING_VALUE",
205
+ * // EventFilter: { // CampaignEventFilter
206
+ * // Dimensions: { // EventDimensions
207
+ * // Attributes: { // MapOfAttributeDimension
208
+ * // "<keys>": { // AttributeDimension
209
+ * // AttributeType: "INCLUSIVE" || "EXCLUSIVE" || "CONTAINS" || "BEFORE" || "AFTER" || "ON" || "BETWEEN",
210
+ * // Values: [ // ListOf__string // required
211
+ * // "STRING_VALUE",
212
+ * // ],
213
+ * // },
214
+ * // },
215
+ * // EventType: { // SetDimension
216
+ * // DimensionType: "INCLUSIVE" || "EXCLUSIVE",
217
+ * // Values: [ // required
218
+ * // "STRING_VALUE",
219
+ * // ],
220
+ * // },
221
+ * // Metrics: { // MapOfMetricDimension
222
+ * // "<keys>": { // MetricDimension
223
+ * // ComparisonOperator: "STRING_VALUE", // required
224
+ * // Value: Number("double"), // required
225
+ * // },
226
+ * // },
227
+ * // },
228
+ * // FilterType: "SYSTEM" || "ENDPOINT", // required
229
+ * // },
230
+ * // Frequency: "ONCE" || "HOURLY" || "DAILY" || "WEEKLY" || "MONTHLY" || "EVENT" || "IN_APP_EVENT",
231
+ * // IsLocalTime: true || false,
232
+ * // QuietTime: { // QuietTime
233
+ * // End: "STRING_VALUE",
234
+ * // Start: "STRING_VALUE",
235
+ * // },
236
+ * // StartTime: "STRING_VALUE", // required
237
+ * // Timezone: "STRING_VALUE",
238
+ * // },
239
+ * // SizePercent: Number("int"), // required
240
+ * // State: { // CampaignState
241
+ * // CampaignStatus: "SCHEDULED" || "EXECUTING" || "PENDING_NEXT_RUN" || "COMPLETED" || "PAUSED" || "DELETED" || "INVALID",
242
+ * // },
243
+ * // TemplateConfiguration: { // TemplateConfiguration
244
+ * // EmailTemplate: { // Template
245
+ * // Name: "STRING_VALUE",
246
+ * // Version: "STRING_VALUE",
247
+ * // },
248
+ * // PushTemplate: {
249
+ * // Name: "STRING_VALUE",
250
+ * // Version: "STRING_VALUE",
251
+ * // },
252
+ * // SMSTemplate: {
253
+ * // Name: "STRING_VALUE",
254
+ * // Version: "STRING_VALUE",
255
+ * // },
256
+ * // VoiceTemplate: {
257
+ * // Name: "STRING_VALUE",
258
+ * // Version: "STRING_VALUE",
259
+ * // },
260
+ * // },
261
+ * // TreatmentDescription: "STRING_VALUE",
262
+ * // TreatmentName: "STRING_VALUE",
263
+ * // },
264
+ * // ],
265
+ * // ApplicationId: "STRING_VALUE", // required
266
+ * // Arn: "STRING_VALUE", // required
267
+ * // CreationDate: "STRING_VALUE", // required
268
+ * // CustomDeliveryConfiguration: {
269
+ * // DeliveryUri: "STRING_VALUE", // required
270
+ * // EndpointTypes: [
271
+ * // "PUSH" || "GCM" || "APNS" || "APNS_SANDBOX" || "APNS_VOIP" || "APNS_VOIP_SANDBOX" || "ADM" || "SMS" || "VOICE" || "EMAIL" || "BAIDU" || "CUSTOM" || "IN_APP",
272
+ * // ],
273
+ * // },
274
+ * // DefaultState: {
275
+ * // CampaignStatus: "SCHEDULED" || "EXECUTING" || "PENDING_NEXT_RUN" || "COMPLETED" || "PAUSED" || "DELETED" || "INVALID",
276
+ * // },
277
+ * // Description: "STRING_VALUE",
278
+ * // HoldoutPercent: Number("int"),
279
+ * // Hook: { // CampaignHook
280
+ * // LambdaFunctionName: "STRING_VALUE",
281
+ * // Mode: "DELIVERY" || "FILTER",
282
+ * // WebUrl: "STRING_VALUE",
283
+ * // },
284
+ * // Id: "STRING_VALUE", // required
285
+ * // IsPaused: true || false,
286
+ * // LastModifiedDate: "STRING_VALUE", // required
287
+ * // Limits: { // CampaignLimits
288
+ * // Daily: Number("int"),
289
+ * // MaximumDuration: Number("int"),
290
+ * // MessagesPerSecond: Number("int"),
291
+ * // Total: Number("int"),
292
+ * // Session: Number("int"),
293
+ * // },
294
+ * // MessageConfiguration: {
295
+ * // ADMMessage: "<Message>",
296
+ * // APNSMessage: "<Message>",
297
+ * // BaiduMessage: "<Message>",
298
+ * // CustomMessage: {
299
+ * // Data: "STRING_VALUE",
300
+ * // },
301
+ * // DefaultMessage: "<Message>",
302
+ * // EmailMessage: {
303
+ * // Body: "STRING_VALUE",
304
+ * // FromAddress: "STRING_VALUE",
305
+ * // HtmlBody: "STRING_VALUE",
306
+ * // Title: "STRING_VALUE",
307
+ * // },
308
+ * // GCMMessage: "<Message>",
309
+ * // SMSMessage: {
310
+ * // Body: "STRING_VALUE",
311
+ * // MessageType: "TRANSACTIONAL" || "PROMOTIONAL",
312
+ * // OriginationNumber: "STRING_VALUE",
313
+ * // SenderId: "STRING_VALUE",
314
+ * // EntityId: "STRING_VALUE",
315
+ * // TemplateId: "STRING_VALUE",
316
+ * // },
317
+ * // InAppMessage: {
318
+ * // Body: "STRING_VALUE",
319
+ * // Content: [
320
+ * // {
321
+ * // BackgroundColor: "STRING_VALUE",
322
+ * // BodyConfig: {
323
+ * // Alignment: "LEFT" || "CENTER" || "RIGHT", // required
324
+ * // Body: "STRING_VALUE", // required
325
+ * // TextColor: "STRING_VALUE", // required
326
+ * // },
327
+ * // HeaderConfig: {
328
+ * // Alignment: "LEFT" || "CENTER" || "RIGHT", // required
329
+ * // Header: "STRING_VALUE", // required
330
+ * // TextColor: "STRING_VALUE", // required
331
+ * // },
332
+ * // ImageUrl: "STRING_VALUE",
333
+ * // PrimaryBtn: {
334
+ * // Android: "<OverrideButtonConfiguration>",
335
+ * // DefaultConfig: {
336
+ * // BackgroundColor: "STRING_VALUE",
337
+ * // BorderRadius: Number("int"),
338
+ * // ButtonAction: "LINK" || "DEEP_LINK" || "CLOSE", // required
339
+ * // Link: "STRING_VALUE",
340
+ * // Text: "STRING_VALUE", // required
341
+ * // TextColor: "STRING_VALUE",
342
+ * // },
343
+ * // IOS: "<OverrideButtonConfiguration>",
344
+ * // Web: "<OverrideButtonConfiguration>",
345
+ * // },
346
+ * // SecondaryBtn: {
347
+ * // Android: "<OverrideButtonConfiguration>",
348
+ * // DefaultConfig: {
349
+ * // BackgroundColor: "STRING_VALUE",
350
+ * // BorderRadius: Number("int"),
351
+ * // ButtonAction: "LINK" || "DEEP_LINK" || "CLOSE", // required
352
+ * // Link: "STRING_VALUE",
353
+ * // Text: "STRING_VALUE", // required
354
+ * // TextColor: "STRING_VALUE",
355
+ * // },
356
+ * // IOS: "<OverrideButtonConfiguration>",
357
+ * // Web: "<OverrideButtonConfiguration>",
358
+ * // },
359
+ * // },
360
+ * // ],
361
+ * // CustomConfig: {
362
+ * // "<keys>": "STRING_VALUE",
363
+ * // },
364
+ * // Layout: "BOTTOM_BANNER" || "TOP_BANNER" || "OVERLAYS" || "MOBILE_FEED" || "MIDDLE_BANNER" || "CAROUSEL",
365
+ * // },
366
+ * // },
367
+ * // Name: "STRING_VALUE",
368
+ * // Schedule: {
369
+ * // EndTime: "STRING_VALUE",
370
+ * // EventFilter: {
371
+ * // Dimensions: {
372
+ * // Attributes: {
373
+ * // "<keys>": {
374
+ * // AttributeType: "INCLUSIVE" || "EXCLUSIVE" || "CONTAINS" || "BEFORE" || "AFTER" || "ON" || "BETWEEN",
375
+ * // Values: "<ListOf__string>", // required
376
+ * // },
377
+ * // },
378
+ * // EventType: {
379
+ * // DimensionType: "INCLUSIVE" || "EXCLUSIVE",
380
+ * // Values: "<ListOf__string>", // required
381
+ * // },
382
+ * // Metrics: {
383
+ * // "<keys>": {
384
+ * // ComparisonOperator: "STRING_VALUE", // required
385
+ * // Value: Number("double"), // required
386
+ * // },
387
+ * // },
388
+ * // },
389
+ * // FilterType: "SYSTEM" || "ENDPOINT", // required
390
+ * // },
391
+ * // Frequency: "ONCE" || "HOURLY" || "DAILY" || "WEEKLY" || "MONTHLY" || "EVENT" || "IN_APP_EVENT",
392
+ * // IsLocalTime: true || false,
393
+ * // QuietTime: {
394
+ * // End: "STRING_VALUE",
395
+ * // Start: "STRING_VALUE",
396
+ * // },
397
+ * // StartTime: "STRING_VALUE", // required
398
+ * // Timezone: "STRING_VALUE",
399
+ * // },
400
+ * // SegmentId: "STRING_VALUE", // required
401
+ * // SegmentVersion: Number("int"), // required
402
+ * // State: {
403
+ * // CampaignStatus: "SCHEDULED" || "EXECUTING" || "PENDING_NEXT_RUN" || "COMPLETED" || "PAUSED" || "DELETED" || "INVALID",
404
+ * // },
405
+ * // tags: "<MapOf__string>",
406
+ * // TemplateConfiguration: {
407
+ * // EmailTemplate: {
408
+ * // Name: "STRING_VALUE",
409
+ * // Version: "STRING_VALUE",
410
+ * // },
411
+ * // PushTemplate: "<Template>",
412
+ * // SMSTemplate: "<Template>",
413
+ * // VoiceTemplate: "<Template>",
414
+ * // },
415
+ * // TreatmentDescription: "STRING_VALUE",
416
+ * // TreatmentName: "STRING_VALUE",
417
+ * // Version: Number("int"),
418
+ * // Priority: Number("int"),
419
+ * // },
420
+ * // ],
421
+ * // NextToken: "STRING_VALUE",
422
+ * // },
423
+ * // };
424
+ *
37
425
  * ```
38
426
  *
39
427
  * @param GetCampaignVersionsCommandInput - {@link GetCampaignVersionsCommandInput}
@@ -63,6 +451,8 @@ export interface GetCampaignVersionsCommandOutput extends GetCampaignVersionsRes
63
451
  * @throws {@link TooManyRequestsException} (client fault)
64
452
  * <p>Provides information about an API request or response.</p>
65
453
  *
454
+ * @throws {@link PinpointServiceException}
455
+ * <p>Base exception class for all service exceptions from Pinpoint service.</p>
66
456
  *
67
457
  */
68
458
  export declare class GetCampaignVersionsCommand extends $Command<GetCampaignVersionsCommandInput, GetCampaignVersionsCommandOutput, PinpointClientResolvedConfig> {