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