@aws-sdk/client-sesv2 3.169.0 → 3.170.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.
- package/CHANGELOG.md +8 -0
- package/dist-types/ts3.4/SESv2.d.ts +1588 -410
- package/dist-types/ts3.4/SESv2Client.d.ts +615 -154
- package/dist-types/ts3.4/commands/CreateConfigurationSetCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateConfigurationSetEventDestinationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateContactCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/CreateContactListCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/CreateCustomVerificationEmailTemplateCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateDedicatedIpPoolCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateDeliverabilityTestReportCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateEmailIdentityCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/CreateEmailIdentityPolicyCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateEmailTemplateCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/CreateImportJobCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteConfigurationSetCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteConfigurationSetEventDestinationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteContactCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteContactListCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/DeleteCustomVerificationEmailTemplateCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteDedicatedIpPoolCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteEmailIdentityCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/DeleteEmailIdentityPolicyCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteEmailTemplateCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/DeleteSuppressedDestinationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetAccountCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/GetBlacklistReportsCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/GetConfigurationSetCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/GetConfigurationSetEventDestinationsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetContactCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/GetContactListCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/GetCustomVerificationEmailTemplateCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetDedicatedIpCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/GetDedicatedIpsCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/GetDeliverabilityDashboardOptionsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetDeliverabilityTestReportCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetDomainDeliverabilityCampaignCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetDomainStatisticsReportCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetEmailIdentityCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/GetEmailIdentityPoliciesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetEmailTemplateCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/GetImportJobCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/GetSuppressedDestinationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListConfigurationSetsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListContactListsCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListContactsCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListCustomVerificationEmailTemplatesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListDedicatedIpPoolsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListDeliverabilityTestReportsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListDomainDeliverabilityCampaignsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListEmailIdentitiesCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ListEmailTemplatesCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ListImportJobsCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListSuppressedDestinationsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/PutAccountDedicatedIpWarmupAttributesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/PutAccountDetailsCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/PutAccountSendingAttributesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/PutAccountSuppressionAttributesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/PutConfigurationSetDeliveryOptionsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/PutConfigurationSetReputationOptionsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/PutConfigurationSetSendingOptionsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/PutConfigurationSetSuppressionOptionsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/PutConfigurationSetTrackingOptionsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/PutDedicatedIpInPoolCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/PutDedicatedIpWarmupAttributesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/PutDeliverabilityDashboardOptionCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/PutEmailIdentityConfigurationSetAttributesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/PutEmailIdentityDkimAttributesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/PutEmailIdentityDkimSigningAttributesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/PutEmailIdentityFeedbackAttributesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/PutEmailIdentityMailFromAttributesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/PutSuppressedDestinationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/SendBulkEmailCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/SendCustomVerificationEmailCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/SendEmailCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/TestRenderEmailTemplateCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpdateConfigurationSetEventDestinationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateContactCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpdateContactListCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/UpdateCustomVerificationEmailTemplateCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateEmailIdentityPolicyCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateEmailTemplateCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/index.d.ts +81 -81
- package/dist-types/ts3.4/endpoints.d.ts +2 -2
- package/dist-types/ts3.4/index.d.ts +6 -6
- package/dist-types/ts3.4/models/SESv2ServiceException.d.ts +8 -6
- package/dist-types/ts3.4/models/index.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +2523 -2310
- package/dist-types/ts3.4/pagination/GetDedicatedIpsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -6
- package/dist-types/ts3.4/pagination/ListConfigurationSetsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListContactListsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListContactsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListCustomVerificationEmailTemplatesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListDedicatedIpPoolsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListDeliverabilityTestReportsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListDomainDeliverabilityCampaignsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListEmailIdentitiesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListEmailTemplatesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListImportJobsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListSuppressedDestinationsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/index.d.ts +13 -13
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +977 -245
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +66 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +66 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +67 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -11
- package/package.json +34 -34
|
@@ -1,2310 +1,2523 @@
|
|
|
1
|
-
import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
|
|
2
|
-
import { SESv2ServiceException as __BaseException } from "./SESv2ServiceException";
|
|
3
|
-
export declare enum ContactLanguage {
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
}
|
|
7
|
-
export declare enum MailType {
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
}
|
|
11
|
-
export declare enum ReviewStatus {
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
}
|
|
17
|
-
|
|
18
|
-
export interface ReviewDetails {
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
}
|
|
46
|
-
|
|
47
|
-
export declare class AlreadyExistsException extends __BaseException {
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
}
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
}
|
|
96
|
-
|
|
97
|
-
export interface BulkEmailContent {
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
}
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
}
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
export
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
}
|
|
299
|
-
|
|
300
|
-
export declare class
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
export declare
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
export
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
|
|
362
|
-
|
|
363
|
-
|
|
364
|
-
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
|
|
373
|
-
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
}
|
|
390
|
-
|
|
391
|
-
export interface
|
|
392
|
-
|
|
393
|
-
|
|
394
|
-
|
|
395
|
-
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
|
|
400
|
-
|
|
401
|
-
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
|
|
407
|
-
|
|
408
|
-
|
|
409
|
-
|
|
410
|
-
|
|
411
|
-
|
|
412
|
-
|
|
413
|
-
|
|
414
|
-
|
|
415
|
-
|
|
416
|
-
|
|
417
|
-
|
|
418
|
-
|
|
419
|
-
|
|
420
|
-
|
|
421
|
-
|
|
422
|
-
|
|
423
|
-
|
|
424
|
-
|
|
425
|
-
|
|
426
|
-
|
|
427
|
-
|
|
428
|
-
|
|
429
|
-
|
|
430
|
-
|
|
431
|
-
|
|
432
|
-
|
|
433
|
-
|
|
434
|
-
|
|
435
|
-
|
|
436
|
-
|
|
437
|
-
|
|
438
|
-
|
|
439
|
-
|
|
440
|
-
|
|
441
|
-
|
|
442
|
-
export
|
|
443
|
-
|
|
444
|
-
|
|
445
|
-
}
|
|
446
|
-
|
|
447
|
-
export interface
|
|
448
|
-
|
|
449
|
-
|
|
450
|
-
|
|
451
|
-
|
|
452
|
-
|
|
453
|
-
|
|
454
|
-
|
|
455
|
-
|
|
456
|
-
|
|
457
|
-
|
|
458
|
-
|
|
459
|
-
|
|
460
|
-
|
|
461
|
-
|
|
462
|
-
|
|
463
|
-
|
|
464
|
-
|
|
465
|
-
|
|
466
|
-
|
|
467
|
-
|
|
468
|
-
|
|
469
|
-
|
|
470
|
-
|
|
471
|
-
|
|
472
|
-
|
|
473
|
-
|
|
474
|
-
|
|
475
|
-
|
|
476
|
-
|
|
477
|
-
|
|
478
|
-
|
|
479
|
-
|
|
480
|
-
|
|
481
|
-
|
|
482
|
-
|
|
483
|
-
}
|
|
484
|
-
|
|
485
|
-
export
|
|
486
|
-
|
|
487
|
-
|
|
488
|
-
|
|
489
|
-
|
|
490
|
-
|
|
491
|
-
|
|
492
|
-
|
|
493
|
-
|
|
494
|
-
|
|
495
|
-
|
|
496
|
-
|
|
497
|
-
|
|
498
|
-
|
|
499
|
-
|
|
500
|
-
|
|
501
|
-
|
|
502
|
-
|
|
503
|
-
|
|
504
|
-
|
|
505
|
-
|
|
506
|
-
|
|
507
|
-
|
|
508
|
-
|
|
509
|
-
|
|
510
|
-
|
|
511
|
-
|
|
512
|
-
|
|
513
|
-
|
|
514
|
-
|
|
515
|
-
|
|
516
|
-
|
|
517
|
-
|
|
518
|
-
|
|
519
|
-
|
|
520
|
-
|
|
521
|
-
|
|
522
|
-
|
|
523
|
-
|
|
524
|
-
|
|
525
|
-
|
|
526
|
-
|
|
527
|
-
|
|
528
|
-
}
|
|
529
|
-
export declare enum
|
|
530
|
-
|
|
531
|
-
|
|
532
|
-
|
|
533
|
-
|
|
534
|
-
|
|
535
|
-
|
|
536
|
-
|
|
537
|
-
|
|
538
|
-
|
|
539
|
-
|
|
540
|
-
|
|
541
|
-
|
|
542
|
-
|
|
543
|
-
|
|
544
|
-
|
|
545
|
-
|
|
546
|
-
|
|
547
|
-
|
|
548
|
-
|
|
549
|
-
|
|
550
|
-
|
|
551
|
-
|
|
552
|
-
|
|
553
|
-
|
|
554
|
-
|
|
555
|
-
|
|
556
|
-
|
|
557
|
-
|
|
558
|
-
|
|
559
|
-
|
|
560
|
-
|
|
561
|
-
|
|
562
|
-
|
|
563
|
-
|
|
564
|
-
|
|
565
|
-
|
|
566
|
-
|
|
567
|
-
|
|
568
|
-
|
|
569
|
-
|
|
570
|
-
|
|
571
|
-
|
|
572
|
-
|
|
573
|
-
|
|
574
|
-
|
|
575
|
-
|
|
576
|
-
|
|
577
|
-
|
|
578
|
-
|
|
579
|
-
|
|
580
|
-
|
|
581
|
-
|
|
582
|
-
|
|
583
|
-
|
|
584
|
-
|
|
585
|
-
|
|
586
|
-
|
|
587
|
-
|
|
588
|
-
|
|
589
|
-
|
|
590
|
-
|
|
591
|
-
}
|
|
592
|
-
|
|
593
|
-
export interface
|
|
594
|
-
|
|
595
|
-
|
|
596
|
-
|
|
597
|
-
|
|
598
|
-
|
|
599
|
-
|
|
600
|
-
|
|
601
|
-
}
|
|
602
|
-
|
|
603
|
-
|
|
604
|
-
|
|
605
|
-
|
|
606
|
-
|
|
607
|
-
|
|
608
|
-
|
|
609
|
-
|
|
610
|
-
|
|
611
|
-
|
|
612
|
-
|
|
613
|
-
|
|
614
|
-
|
|
615
|
-
|
|
616
|
-
|
|
617
|
-
|
|
618
|
-
|
|
619
|
-
|
|
620
|
-
|
|
621
|
-
|
|
622
|
-
|
|
623
|
-
|
|
624
|
-
|
|
625
|
-
|
|
626
|
-
|
|
627
|
-
|
|
628
|
-
|
|
629
|
-
|
|
630
|
-
|
|
631
|
-
|
|
632
|
-
|
|
633
|
-
|
|
634
|
-
|
|
635
|
-
}
|
|
636
|
-
|
|
637
|
-
export interface
|
|
638
|
-
|
|
639
|
-
|
|
640
|
-
|
|
641
|
-
|
|
642
|
-
|
|
643
|
-
|
|
644
|
-
|
|
645
|
-
|
|
646
|
-
|
|
647
|
-
|
|
648
|
-
|
|
649
|
-
|
|
650
|
-
|
|
651
|
-
|
|
652
|
-
|
|
653
|
-
|
|
654
|
-
|
|
655
|
-
|
|
656
|
-
|
|
657
|
-
|
|
658
|
-
|
|
659
|
-
|
|
660
|
-
|
|
661
|
-
|
|
662
|
-
|
|
663
|
-
|
|
664
|
-
|
|
665
|
-
|
|
666
|
-
|
|
667
|
-
|
|
668
|
-
|
|
669
|
-
|
|
670
|
-
|
|
671
|
-
|
|
672
|
-
|
|
673
|
-
|
|
674
|
-
|
|
675
|
-
|
|
676
|
-
|
|
677
|
-
}
|
|
678
|
-
|
|
679
|
-
|
|
680
|
-
|
|
681
|
-
|
|
682
|
-
|
|
683
|
-
|
|
684
|
-
|
|
685
|
-
|
|
686
|
-
|
|
687
|
-
export
|
|
688
|
-
|
|
689
|
-
|
|
690
|
-
|
|
691
|
-
|
|
692
|
-
|
|
693
|
-
|
|
694
|
-
|
|
695
|
-
|
|
696
|
-
|
|
697
|
-
|
|
698
|
-
|
|
699
|
-
|
|
700
|
-
|
|
701
|
-
|
|
702
|
-
|
|
703
|
-
|
|
704
|
-
|
|
705
|
-
|
|
706
|
-
|
|
707
|
-
|
|
708
|
-
|
|
709
|
-
|
|
710
|
-
|
|
711
|
-
|
|
712
|
-
|
|
713
|
-
|
|
714
|
-
|
|
715
|
-
|
|
716
|
-
|
|
717
|
-
|
|
718
|
-
|
|
719
|
-
}
|
|
720
|
-
export
|
|
721
|
-
|
|
722
|
-
|
|
723
|
-
|
|
724
|
-
|
|
725
|
-
|
|
726
|
-
export interface
|
|
727
|
-
|
|
728
|
-
|
|
729
|
-
|
|
730
|
-
|
|
731
|
-
|
|
732
|
-
|
|
733
|
-
|
|
734
|
-
|
|
735
|
-
|
|
736
|
-
|
|
737
|
-
|
|
738
|
-
}
|
|
739
|
-
|
|
740
|
-
export interface
|
|
741
|
-
|
|
742
|
-
|
|
743
|
-
|
|
744
|
-
|
|
745
|
-
|
|
746
|
-
|
|
747
|
-
|
|
748
|
-
|
|
749
|
-
|
|
750
|
-
|
|
751
|
-
|
|
752
|
-
|
|
753
|
-
|
|
754
|
-
|
|
755
|
-
|
|
756
|
-
|
|
757
|
-
|
|
758
|
-
|
|
759
|
-
|
|
760
|
-
|
|
761
|
-
|
|
762
|
-
|
|
763
|
-
|
|
764
|
-
|
|
765
|
-
|
|
766
|
-
|
|
767
|
-
|
|
768
|
-
|
|
769
|
-
|
|
770
|
-
|
|
771
|
-
|
|
772
|
-
|
|
773
|
-
|
|
774
|
-
|
|
775
|
-
|
|
776
|
-
|
|
777
|
-
|
|
778
|
-
|
|
779
|
-
|
|
780
|
-
|
|
781
|
-
|
|
782
|
-
|
|
783
|
-
|
|
784
|
-
export
|
|
785
|
-
|
|
786
|
-
|
|
787
|
-
|
|
788
|
-
}
|
|
789
|
-
|
|
790
|
-
export interface
|
|
791
|
-
|
|
792
|
-
|
|
793
|
-
|
|
794
|
-
|
|
795
|
-
|
|
796
|
-
|
|
797
|
-
|
|
798
|
-
|
|
799
|
-
|
|
800
|
-
|
|
801
|
-
|
|
802
|
-
|
|
803
|
-
|
|
804
|
-
|
|
805
|
-
|
|
806
|
-
|
|
807
|
-
|
|
808
|
-
|
|
809
|
-
|
|
810
|
-
|
|
811
|
-
|
|
812
|
-
|
|
813
|
-
|
|
814
|
-
|
|
815
|
-
|
|
816
|
-
|
|
817
|
-
|
|
818
|
-
|
|
819
|
-
|
|
820
|
-
|
|
821
|
-
|
|
822
|
-
|
|
823
|
-
|
|
824
|
-
|
|
825
|
-
|
|
826
|
-
|
|
827
|
-
|
|
828
|
-
|
|
829
|
-
|
|
830
|
-
|
|
831
|
-
|
|
832
|
-
|
|
833
|
-
|
|
834
|
-
|
|
835
|
-
|
|
836
|
-
|
|
837
|
-
|
|
838
|
-
|
|
839
|
-
|
|
840
|
-
|
|
841
|
-
|
|
842
|
-
|
|
843
|
-
|
|
844
|
-
|
|
845
|
-
|
|
846
|
-
|
|
847
|
-
|
|
848
|
-
|
|
849
|
-
|
|
850
|
-
|
|
851
|
-
|
|
852
|
-
|
|
853
|
-
|
|
854
|
-
|
|
855
|
-
|
|
856
|
-
|
|
857
|
-
|
|
858
|
-
|
|
859
|
-
|
|
860
|
-
|
|
861
|
-
|
|
862
|
-
|
|
863
|
-
|
|
864
|
-
|
|
865
|
-
|
|
866
|
-
|
|
867
|
-
|
|
868
|
-
|
|
869
|
-
|
|
870
|
-
|
|
871
|
-
|
|
872
|
-
|
|
873
|
-
|
|
874
|
-
|
|
875
|
-
|
|
876
|
-
|
|
877
|
-
|
|
878
|
-
|
|
879
|
-
|
|
880
|
-
|
|
881
|
-
}
|
|
882
|
-
|
|
883
|
-
|
|
884
|
-
|
|
885
|
-
|
|
886
|
-
|
|
887
|
-
|
|
888
|
-
|
|
889
|
-
|
|
890
|
-
|
|
891
|
-
|
|
892
|
-
|
|
893
|
-
|
|
894
|
-
|
|
895
|
-
|
|
896
|
-
|
|
897
|
-
|
|
898
|
-
}
|
|
899
|
-
|
|
900
|
-
|
|
901
|
-
|
|
902
|
-
|
|
903
|
-
|
|
904
|
-
|
|
905
|
-
|
|
906
|
-
|
|
907
|
-
|
|
908
|
-
|
|
909
|
-
|
|
910
|
-
|
|
911
|
-
|
|
912
|
-
|
|
913
|
-
|
|
914
|
-
|
|
915
|
-
|
|
916
|
-
|
|
917
|
-
|
|
918
|
-
|
|
919
|
-
|
|
920
|
-
|
|
921
|
-
|
|
922
|
-
|
|
923
|
-
|
|
924
|
-
|
|
925
|
-
|
|
926
|
-
|
|
927
|
-
|
|
928
|
-
|
|
929
|
-
|
|
930
|
-
|
|
931
|
-
|
|
932
|
-
|
|
933
|
-
|
|
934
|
-
|
|
935
|
-
|
|
936
|
-
|
|
937
|
-
|
|
938
|
-
|
|
939
|
-
|
|
940
|
-
|
|
941
|
-
|
|
942
|
-
|
|
943
|
-
|
|
944
|
-
|
|
945
|
-
|
|
946
|
-
|
|
947
|
-
|
|
948
|
-
|
|
949
|
-
|
|
950
|
-
|
|
951
|
-
|
|
952
|
-
|
|
953
|
-
|
|
954
|
-
|
|
955
|
-
|
|
956
|
-
|
|
957
|
-
|
|
958
|
-
export interface
|
|
959
|
-
|
|
960
|
-
|
|
961
|
-
|
|
962
|
-
|
|
963
|
-
|
|
964
|
-
|
|
965
|
-
|
|
966
|
-
|
|
967
|
-
|
|
968
|
-
|
|
969
|
-
|
|
970
|
-
|
|
971
|
-
|
|
972
|
-
|
|
973
|
-
|
|
974
|
-
|
|
975
|
-
|
|
976
|
-
|
|
977
|
-
|
|
978
|
-
|
|
979
|
-
|
|
980
|
-
|
|
981
|
-
|
|
982
|
-
|
|
983
|
-
|
|
984
|
-
|
|
985
|
-
|
|
986
|
-
export interface
|
|
987
|
-
|
|
988
|
-
|
|
989
|
-
|
|
990
|
-
|
|
991
|
-
|
|
992
|
-
|
|
993
|
-
|
|
994
|
-
|
|
995
|
-
|
|
996
|
-
|
|
997
|
-
|
|
998
|
-
|
|
999
|
-
|
|
1000
|
-
|
|
1001
|
-
|
|
1002
|
-
|
|
1003
|
-
|
|
1004
|
-
|
|
1005
|
-
|
|
1006
|
-
|
|
1007
|
-
|
|
1008
|
-
|
|
1009
|
-
|
|
1010
|
-
|
|
1011
|
-
|
|
1012
|
-
|
|
1013
|
-
|
|
1014
|
-
|
|
1015
|
-
|
|
1016
|
-
|
|
1017
|
-
|
|
1018
|
-
|
|
1019
|
-
|
|
1020
|
-
|
|
1021
|
-
|
|
1022
|
-
|
|
1023
|
-
|
|
1024
|
-
|
|
1025
|
-
|
|
1026
|
-
|
|
1027
|
-
|
|
1028
|
-
|
|
1029
|
-
|
|
1030
|
-
|
|
1031
|
-
|
|
1032
|
-
|
|
1033
|
-
|
|
1034
|
-
|
|
1035
|
-
|
|
1036
|
-
|
|
1037
|
-
|
|
1038
|
-
|
|
1039
|
-
|
|
1040
|
-
|
|
1041
|
-
|
|
1042
|
-
|
|
1043
|
-
|
|
1044
|
-
|
|
1045
|
-
|
|
1046
|
-
|
|
1047
|
-
|
|
1048
|
-
|
|
1049
|
-
|
|
1050
|
-
|
|
1051
|
-
|
|
1052
|
-
|
|
1053
|
-
|
|
1054
|
-
|
|
1055
|
-
|
|
1056
|
-
|
|
1057
|
-
|
|
1058
|
-
|
|
1059
|
-
|
|
1060
|
-
|
|
1061
|
-
|
|
1062
|
-
|
|
1063
|
-
|
|
1064
|
-
|
|
1065
|
-
|
|
1066
|
-
|
|
1067
|
-
|
|
1068
|
-
|
|
1069
|
-
|
|
1070
|
-
|
|
1071
|
-
|
|
1072
|
-
|
|
1073
|
-
|
|
1074
|
-
|
|
1075
|
-
|
|
1076
|
-
|
|
1077
|
-
|
|
1078
|
-
|
|
1079
|
-
|
|
1080
|
-
|
|
1081
|
-
|
|
1082
|
-
|
|
1083
|
-
|
|
1084
|
-
|
|
1085
|
-
|
|
1086
|
-
}
|
|
1087
|
-
|
|
1088
|
-
export interface
|
|
1089
|
-
|
|
1090
|
-
|
|
1091
|
-
|
|
1092
|
-
|
|
1093
|
-
|
|
1094
|
-
|
|
1095
|
-
|
|
1096
|
-
|
|
1097
|
-
|
|
1098
|
-
|
|
1099
|
-
|
|
1100
|
-
|
|
1101
|
-
|
|
1102
|
-
|
|
1103
|
-
|
|
1104
|
-
|
|
1105
|
-
|
|
1106
|
-
|
|
1107
|
-
|
|
1108
|
-
|
|
1109
|
-
|
|
1110
|
-
|
|
1111
|
-
|
|
1112
|
-
|
|
1113
|
-
|
|
1114
|
-
|
|
1115
|
-
|
|
1116
|
-
|
|
1117
|
-
|
|
1118
|
-
|
|
1119
|
-
|
|
1120
|
-
|
|
1121
|
-
|
|
1122
|
-
|
|
1123
|
-
|
|
1124
|
-
|
|
1125
|
-
|
|
1126
|
-
|
|
1127
|
-
|
|
1128
|
-
|
|
1129
|
-
|
|
1130
|
-
|
|
1131
|
-
|
|
1132
|
-
|
|
1133
|
-
|
|
1134
|
-
|
|
1135
|
-
|
|
1136
|
-
|
|
1137
|
-
|
|
1138
|
-
|
|
1139
|
-
|
|
1140
|
-
|
|
1141
|
-
|
|
1142
|
-
|
|
1143
|
-
|
|
1144
|
-
|
|
1145
|
-
|
|
1146
|
-
|
|
1147
|
-
|
|
1148
|
-
|
|
1149
|
-
|
|
1150
|
-
|
|
1151
|
-
|
|
1152
|
-
|
|
1153
|
-
|
|
1154
|
-
|
|
1155
|
-
|
|
1156
|
-
|
|
1157
|
-
|
|
1158
|
-
|
|
1159
|
-
|
|
1160
|
-
|
|
1161
|
-
|
|
1162
|
-
|
|
1163
|
-
|
|
1164
|
-
|
|
1165
|
-
|
|
1166
|
-
|
|
1167
|
-
|
|
1168
|
-
|
|
1169
|
-
|
|
1170
|
-
|
|
1171
|
-
|
|
1172
|
-
|
|
1173
|
-
|
|
1174
|
-
|
|
1175
|
-
|
|
1176
|
-
|
|
1177
|
-
|
|
1178
|
-
|
|
1179
|
-
|
|
1180
|
-
|
|
1181
|
-
|
|
1182
|
-
|
|
1183
|
-
}
|
|
1184
|
-
|
|
1185
|
-
|
|
1186
|
-
|
|
1187
|
-
|
|
1188
|
-
}
|
|
1189
|
-
|
|
1190
|
-
|
|
1191
|
-
|
|
1192
|
-
|
|
1193
|
-
|
|
1194
|
-
|
|
1195
|
-
|
|
1196
|
-
|
|
1197
|
-
|
|
1198
|
-
|
|
1199
|
-
|
|
1200
|
-
|
|
1201
|
-
export
|
|
1202
|
-
|
|
1203
|
-
|
|
1204
|
-
|
|
1205
|
-
|
|
1206
|
-
|
|
1207
|
-
|
|
1208
|
-
|
|
1209
|
-
|
|
1210
|
-
|
|
1211
|
-
|
|
1212
|
-
|
|
1213
|
-
|
|
1214
|
-
|
|
1215
|
-
|
|
1216
|
-
|
|
1217
|
-
|
|
1218
|
-
|
|
1219
|
-
|
|
1220
|
-
|
|
1221
|
-
|
|
1222
|
-
|
|
1223
|
-
|
|
1224
|
-
|
|
1225
|
-
|
|
1226
|
-
|
|
1227
|
-
|
|
1228
|
-
|
|
1229
|
-
|
|
1230
|
-
|
|
1231
|
-
|
|
1232
|
-
|
|
1233
|
-
|
|
1234
|
-
|
|
1235
|
-
|
|
1236
|
-
|
|
1237
|
-
|
|
1238
|
-
|
|
1239
|
-
|
|
1240
|
-
|
|
1241
|
-
|
|
1242
|
-
|
|
1243
|
-
|
|
1244
|
-
|
|
1245
|
-
|
|
1246
|
-
|
|
1247
|
-
|
|
1248
|
-
|
|
1249
|
-
|
|
1250
|
-
|
|
1251
|
-
|
|
1252
|
-
|
|
1253
|
-
|
|
1254
|
-
|
|
1255
|
-
}
|
|
1256
|
-
|
|
1257
|
-
export interface
|
|
1258
|
-
|
|
1259
|
-
|
|
1260
|
-
|
|
1261
|
-
|
|
1262
|
-
|
|
1263
|
-
|
|
1264
|
-
|
|
1265
|
-
|
|
1266
|
-
|
|
1267
|
-
|
|
1268
|
-
|
|
1269
|
-
|
|
1270
|
-
|
|
1271
|
-
|
|
1272
|
-
|
|
1273
|
-
|
|
1274
|
-
|
|
1275
|
-
|
|
1276
|
-
|
|
1277
|
-
|
|
1278
|
-
|
|
1279
|
-
}
|
|
1280
|
-
|
|
1281
|
-
export
|
|
1282
|
-
|
|
1283
|
-
|
|
1284
|
-
|
|
1285
|
-
|
|
1286
|
-
|
|
1287
|
-
|
|
1288
|
-
|
|
1289
|
-
|
|
1290
|
-
|
|
1291
|
-
|
|
1292
|
-
|
|
1293
|
-
|
|
1294
|
-
|
|
1295
|
-
|
|
1296
|
-
|
|
1297
|
-
|
|
1298
|
-
|
|
1299
|
-
|
|
1300
|
-
|
|
1301
|
-
|
|
1302
|
-
|
|
1303
|
-
|
|
1304
|
-
|
|
1305
|
-
|
|
1306
|
-
|
|
1307
|
-
export interface
|
|
1308
|
-
|
|
1309
|
-
|
|
1310
|
-
|
|
1311
|
-
|
|
1312
|
-
|
|
1313
|
-
|
|
1314
|
-
|
|
1315
|
-
|
|
1316
|
-
|
|
1317
|
-
|
|
1318
|
-
|
|
1319
|
-
|
|
1320
|
-
|
|
1321
|
-
|
|
1322
|
-
|
|
1323
|
-
|
|
1324
|
-
|
|
1325
|
-
|
|
1326
|
-
|
|
1327
|
-
|
|
1328
|
-
|
|
1329
|
-
|
|
1330
|
-
|
|
1331
|
-
|
|
1332
|
-
|
|
1333
|
-
|
|
1334
|
-
|
|
1335
|
-
|
|
1336
|
-
|
|
1337
|
-
|
|
1338
|
-
|
|
1339
|
-
|
|
1340
|
-
|
|
1341
|
-
|
|
1342
|
-
|
|
1343
|
-
|
|
1344
|
-
export interface
|
|
1345
|
-
|
|
1346
|
-
|
|
1347
|
-
|
|
1348
|
-
|
|
1349
|
-
}
|
|
1350
|
-
|
|
1351
|
-
export interface
|
|
1352
|
-
|
|
1353
|
-
|
|
1354
|
-
|
|
1355
|
-
|
|
1356
|
-
|
|
1357
|
-
|
|
1358
|
-
|
|
1359
|
-
|
|
1360
|
-
|
|
1361
|
-
|
|
1362
|
-
|
|
1363
|
-
|
|
1364
|
-
|
|
1365
|
-
|
|
1366
|
-
|
|
1367
|
-
|
|
1368
|
-
|
|
1369
|
-
|
|
1370
|
-
|
|
1371
|
-
|
|
1372
|
-
|
|
1373
|
-
|
|
1374
|
-
|
|
1375
|
-
|
|
1376
|
-
|
|
1377
|
-
}
|
|
1378
|
-
|
|
1379
|
-
export interface
|
|
1380
|
-
|
|
1381
|
-
|
|
1382
|
-
|
|
1383
|
-
|
|
1384
|
-
|
|
1385
|
-
|
|
1386
|
-
|
|
1387
|
-
|
|
1388
|
-
|
|
1389
|
-
|
|
1390
|
-
|
|
1391
|
-
|
|
1392
|
-
|
|
1393
|
-
|
|
1394
|
-
|
|
1395
|
-
|
|
1396
|
-
|
|
1397
|
-
|
|
1398
|
-
|
|
1399
|
-
|
|
1400
|
-
|
|
1401
|
-
|
|
1402
|
-
|
|
1403
|
-
|
|
1404
|
-
|
|
1405
|
-
|
|
1406
|
-
|
|
1407
|
-
|
|
1408
|
-
|
|
1409
|
-
|
|
1410
|
-
|
|
1411
|
-
|
|
1412
|
-
|
|
1413
|
-
|
|
1414
|
-
|
|
1415
|
-
|
|
1416
|
-
|
|
1417
|
-
|
|
1418
|
-
|
|
1419
|
-
|
|
1420
|
-
|
|
1421
|
-
|
|
1422
|
-
|
|
1423
|
-
|
|
1424
|
-
|
|
1425
|
-
}
|
|
1426
|
-
|
|
1427
|
-
export interface
|
|
1428
|
-
|
|
1429
|
-
|
|
1430
|
-
|
|
1431
|
-
|
|
1432
|
-
|
|
1433
|
-
|
|
1434
|
-
|
|
1435
|
-
|
|
1436
|
-
|
|
1437
|
-
|
|
1438
|
-
|
|
1439
|
-
|
|
1440
|
-
|
|
1441
|
-
}
|
|
1442
|
-
|
|
1443
|
-
export interface
|
|
1444
|
-
|
|
1445
|
-
|
|
1446
|
-
|
|
1447
|
-
|
|
1448
|
-
|
|
1449
|
-
|
|
1450
|
-
|
|
1451
|
-
|
|
1452
|
-
|
|
1453
|
-
|
|
1454
|
-
|
|
1455
|
-
}
|
|
1456
|
-
|
|
1457
|
-
export interface
|
|
1458
|
-
|
|
1459
|
-
|
|
1460
|
-
|
|
1461
|
-
|
|
1462
|
-
|
|
1463
|
-
|
|
1464
|
-
|
|
1465
|
-
|
|
1466
|
-
|
|
1467
|
-
|
|
1468
|
-
|
|
1469
|
-
|
|
1470
|
-
|
|
1471
|
-
|
|
1472
|
-
|
|
1473
|
-
|
|
1474
|
-
|
|
1475
|
-
|
|
1476
|
-
|
|
1477
|
-
|
|
1478
|
-
|
|
1479
|
-
|
|
1480
|
-
|
|
1481
|
-
|
|
1482
|
-
|
|
1483
|
-
|
|
1484
|
-
|
|
1485
|
-
|
|
1486
|
-
|
|
1487
|
-
|
|
1488
|
-
|
|
1489
|
-
export interface
|
|
1490
|
-
|
|
1491
|
-
|
|
1492
|
-
|
|
1493
|
-
|
|
1494
|
-
|
|
1495
|
-
|
|
1496
|
-
|
|
1497
|
-
}
|
|
1498
|
-
|
|
1499
|
-
export interface
|
|
1500
|
-
|
|
1501
|
-
|
|
1502
|
-
|
|
1503
|
-
|
|
1504
|
-
|
|
1505
|
-
|
|
1506
|
-
|
|
1507
|
-
|
|
1508
|
-
|
|
1509
|
-
|
|
1510
|
-
|
|
1511
|
-
|
|
1512
|
-
|
|
1513
|
-
|
|
1514
|
-
|
|
1515
|
-
|
|
1516
|
-
|
|
1517
|
-
|
|
1518
|
-
|
|
1519
|
-
|
|
1520
|
-
|
|
1521
|
-
|
|
1522
|
-
|
|
1523
|
-
|
|
1524
|
-
|
|
1525
|
-
|
|
1526
|
-
|
|
1527
|
-
|
|
1528
|
-
|
|
1529
|
-
|
|
1530
|
-
|
|
1531
|
-
|
|
1532
|
-
|
|
1533
|
-
|
|
1534
|
-
|
|
1535
|
-
|
|
1536
|
-
|
|
1537
|
-
|
|
1538
|
-
|
|
1539
|
-
|
|
1540
|
-
|
|
1541
|
-
|
|
1542
|
-
|
|
1543
|
-
|
|
1544
|
-
|
|
1545
|
-
|
|
1546
|
-
|
|
1547
|
-
|
|
1548
|
-
|
|
1549
|
-
|
|
1550
|
-
|
|
1551
|
-
|
|
1552
|
-
|
|
1553
|
-
|
|
1554
|
-
|
|
1555
|
-
|
|
1556
|
-
|
|
1557
|
-
|
|
1558
|
-
|
|
1559
|
-
|
|
1560
|
-
|
|
1561
|
-
|
|
1562
|
-
|
|
1563
|
-
}
|
|
1564
|
-
|
|
1565
|
-
export interface
|
|
1566
|
-
|
|
1567
|
-
|
|
1568
|
-
export interface
|
|
1569
|
-
|
|
1570
|
-
|
|
1571
|
-
|
|
1572
|
-
|
|
1573
|
-
}
|
|
1574
|
-
|
|
1575
|
-
export interface
|
|
1576
|
-
|
|
1577
|
-
|
|
1578
|
-
|
|
1579
|
-
|
|
1580
|
-
|
|
1581
|
-
|
|
1582
|
-
|
|
1583
|
-
}
|
|
1584
|
-
|
|
1585
|
-
|
|
1586
|
-
|
|
1587
|
-
|
|
1588
|
-
|
|
1589
|
-
|
|
1590
|
-
|
|
1591
|
-
|
|
1592
|
-
|
|
1593
|
-
|
|
1594
|
-
|
|
1595
|
-
|
|
1596
|
-
|
|
1597
|
-
|
|
1598
|
-
|
|
1599
|
-
|
|
1600
|
-
|
|
1601
|
-
|
|
1602
|
-
|
|
1603
|
-
|
|
1604
|
-
|
|
1605
|
-
|
|
1606
|
-
|
|
1607
|
-
|
|
1608
|
-
|
|
1609
|
-
|
|
1610
|
-
|
|
1611
|
-
|
|
1612
|
-
|
|
1613
|
-
|
|
1614
|
-
|
|
1615
|
-
|
|
1616
|
-
|
|
1617
|
-
|
|
1618
|
-
|
|
1619
|
-
|
|
1620
|
-
|
|
1621
|
-
|
|
1622
|
-
|
|
1623
|
-
|
|
1624
|
-
|
|
1625
|
-
|
|
1626
|
-
|
|
1627
|
-
|
|
1628
|
-
|
|
1629
|
-
|
|
1630
|
-
|
|
1631
|
-
|
|
1632
|
-
|
|
1633
|
-
}
|
|
1634
|
-
|
|
1635
|
-
export interface
|
|
1636
|
-
|
|
1637
|
-
|
|
1638
|
-
|
|
1639
|
-
|
|
1640
|
-
|
|
1641
|
-
|
|
1642
|
-
|
|
1643
|
-
|
|
1644
|
-
|
|
1645
|
-
}
|
|
1646
|
-
|
|
1647
|
-
export interface
|
|
1648
|
-
|
|
1649
|
-
|
|
1650
|
-
|
|
1651
|
-
|
|
1652
|
-
|
|
1653
|
-
|
|
1654
|
-
|
|
1655
|
-
|
|
1656
|
-
|
|
1657
|
-
|
|
1658
|
-
|
|
1659
|
-
|
|
1660
|
-
|
|
1661
|
-
|
|
1662
|
-
|
|
1663
|
-
|
|
1664
|
-
|
|
1665
|
-
|
|
1666
|
-
|
|
1667
|
-
|
|
1668
|
-
|
|
1669
|
-
|
|
1670
|
-
|
|
1671
|
-
|
|
1672
|
-
|
|
1673
|
-
export
|
|
1674
|
-
|
|
1675
|
-
|
|
1676
|
-
|
|
1677
|
-
|
|
1678
|
-
|
|
1679
|
-
|
|
1680
|
-
|
|
1681
|
-
|
|
1682
|
-
|
|
1683
|
-
export
|
|
1684
|
-
|
|
1685
|
-
|
|
1686
|
-
|
|
1687
|
-
|
|
1688
|
-
|
|
1689
|
-
|
|
1690
|
-
|
|
1691
|
-
|
|
1692
|
-
|
|
1693
|
-
|
|
1694
|
-
|
|
1695
|
-
|
|
1696
|
-
|
|
1697
|
-
|
|
1698
|
-
|
|
1699
|
-
|
|
1700
|
-
|
|
1701
|
-
|
|
1702
|
-
|
|
1703
|
-
|
|
1704
|
-
|
|
1705
|
-
|
|
1706
|
-
|
|
1707
|
-
|
|
1708
|
-
|
|
1709
|
-
|
|
1710
|
-
|
|
1711
|
-
|
|
1712
|
-
|
|
1713
|
-
|
|
1714
|
-
|
|
1715
|
-
|
|
1716
|
-
|
|
1717
|
-
|
|
1718
|
-
|
|
1719
|
-
|
|
1720
|
-
|
|
1721
|
-
export
|
|
1722
|
-
|
|
1723
|
-
|
|
1724
|
-
|
|
1725
|
-
|
|
1726
|
-
|
|
1727
|
-
|
|
1728
|
-
|
|
1729
|
-
|
|
1730
|
-
|
|
1731
|
-
|
|
1732
|
-
|
|
1733
|
-
|
|
1734
|
-
|
|
1735
|
-
|
|
1736
|
-
|
|
1737
|
-
|
|
1738
|
-
|
|
1739
|
-
|
|
1740
|
-
|
|
1741
|
-
|
|
1742
|
-
|
|
1743
|
-
|
|
1744
|
-
|
|
1745
|
-
|
|
1746
|
-
|
|
1747
|
-
|
|
1748
|
-
|
|
1749
|
-
|
|
1750
|
-
|
|
1751
|
-
|
|
1752
|
-
|
|
1753
|
-
|
|
1754
|
-
|
|
1755
|
-
|
|
1756
|
-
|
|
1757
|
-
|
|
1758
|
-
|
|
1759
|
-
export
|
|
1760
|
-
|
|
1761
|
-
|
|
1762
|
-
|
|
1763
|
-
|
|
1764
|
-
|
|
1765
|
-
|
|
1766
|
-
|
|
1767
|
-
|
|
1768
|
-
|
|
1769
|
-
|
|
1770
|
-
|
|
1771
|
-
|
|
1772
|
-
|
|
1773
|
-
|
|
1774
|
-
|
|
1775
|
-
|
|
1776
|
-
|
|
1777
|
-
|
|
1778
|
-
|
|
1779
|
-
export
|
|
1780
|
-
|
|
1781
|
-
|
|
1782
|
-
|
|
1783
|
-
|
|
1784
|
-
|
|
1785
|
-
|
|
1786
|
-
|
|
1787
|
-
|
|
1788
|
-
|
|
1789
|
-
|
|
1790
|
-
|
|
1791
|
-
|
|
1792
|
-
|
|
1793
|
-
export
|
|
1794
|
-
|
|
1795
|
-
|
|
1796
|
-
|
|
1797
|
-
|
|
1798
|
-
|
|
1799
|
-
|
|
1800
|
-
|
|
1801
|
-
|
|
1802
|
-
|
|
1803
|
-
|
|
1804
|
-
|
|
1805
|
-
export
|
|
1806
|
-
|
|
1807
|
-
export
|
|
1808
|
-
|
|
1809
|
-
|
|
1810
|
-
|
|
1811
|
-
|
|
1812
|
-
|
|
1813
|
-
|
|
1814
|
-
|
|
1815
|
-
export
|
|
1816
|
-
|
|
1817
|
-
|
|
1818
|
-
|
|
1819
|
-
|
|
1820
|
-
|
|
1821
|
-
|
|
1822
|
-
|
|
1823
|
-
|
|
1824
|
-
|
|
1825
|
-
|
|
1826
|
-
|
|
1827
|
-
|
|
1828
|
-
|
|
1829
|
-
|
|
1830
|
-
|
|
1831
|
-
|
|
1832
|
-
|
|
1833
|
-
|
|
1834
|
-
|
|
1835
|
-
|
|
1836
|
-
|
|
1837
|
-
|
|
1838
|
-
|
|
1839
|
-
|
|
1840
|
-
|
|
1841
|
-
|
|
1842
|
-
|
|
1843
|
-
|
|
1844
|
-
|
|
1845
|
-
|
|
1846
|
-
|
|
1847
|
-
|
|
1848
|
-
|
|
1849
|
-
|
|
1850
|
-
|
|
1851
|
-
|
|
1852
|
-
|
|
1853
|
-
|
|
1854
|
-
|
|
1855
|
-
export
|
|
1856
|
-
|
|
1857
|
-
|
|
1858
|
-
|
|
1859
|
-
|
|
1860
|
-
|
|
1861
|
-
|
|
1862
|
-
|
|
1863
|
-
|
|
1864
|
-
|
|
1865
|
-
|
|
1866
|
-
|
|
1867
|
-
|
|
1868
|
-
|
|
1869
|
-
|
|
1870
|
-
|
|
1871
|
-
|
|
1872
|
-
|
|
1873
|
-
|
|
1874
|
-
|
|
1875
|
-
|
|
1876
|
-
|
|
1877
|
-
|
|
1878
|
-
|
|
1879
|
-
|
|
1880
|
-
|
|
1881
|
-
|
|
1882
|
-
|
|
1883
|
-
|
|
1884
|
-
|
|
1885
|
-
|
|
1886
|
-
|
|
1887
|
-
|
|
1888
|
-
|
|
1889
|
-
|
|
1890
|
-
|
|
1891
|
-
|
|
1892
|
-
|
|
1893
|
-
|
|
1894
|
-
|
|
1895
|
-
|
|
1896
|
-
|
|
1897
|
-
|
|
1898
|
-
|
|
1899
|
-
|
|
1900
|
-
|
|
1901
|
-
|
|
1902
|
-
|
|
1903
|
-
|
|
1904
|
-
|
|
1905
|
-
|
|
1906
|
-
|
|
1907
|
-
|
|
1908
|
-
|
|
1909
|
-
|
|
1910
|
-
|
|
1911
|
-
|
|
1912
|
-
|
|
1913
|
-
|
|
1914
|
-
|
|
1915
|
-
|
|
1916
|
-
|
|
1917
|
-
|
|
1918
|
-
|
|
1919
|
-
|
|
1920
|
-
|
|
1921
|
-
|
|
1922
|
-
|
|
1923
|
-
|
|
1924
|
-
|
|
1925
|
-
|
|
1926
|
-
|
|
1927
|
-
|
|
1928
|
-
|
|
1929
|
-
|
|
1930
|
-
|
|
1931
|
-
|
|
1932
|
-
|
|
1933
|
-
|
|
1934
|
-
|
|
1935
|
-
|
|
1936
|
-
|
|
1937
|
-
|
|
1938
|
-
|
|
1939
|
-
|
|
1940
|
-
|
|
1941
|
-
|
|
1942
|
-
|
|
1943
|
-
|
|
1944
|
-
|
|
1945
|
-
|
|
1946
|
-
|
|
1947
|
-
|
|
1948
|
-
|
|
1949
|
-
|
|
1950
|
-
|
|
1951
|
-
|
|
1952
|
-
|
|
1953
|
-
|
|
1954
|
-
|
|
1955
|
-
|
|
1956
|
-
|
|
1957
|
-
|
|
1958
|
-
|
|
1959
|
-
|
|
1960
|
-
|
|
1961
|
-
|
|
1962
|
-
|
|
1963
|
-
|
|
1964
|
-
|
|
1965
|
-
|
|
1966
|
-
|
|
1967
|
-
|
|
1968
|
-
|
|
1969
|
-
|
|
1970
|
-
|
|
1971
|
-
|
|
1972
|
-
|
|
1973
|
-
|
|
1974
|
-
|
|
1975
|
-
|
|
1976
|
-
|
|
1977
|
-
|
|
1978
|
-
|
|
1979
|
-
|
|
1980
|
-
|
|
1981
|
-
|
|
1982
|
-
|
|
1983
|
-
|
|
1984
|
-
|
|
1985
|
-
|
|
1986
|
-
|
|
1987
|
-
|
|
1988
|
-
|
|
1989
|
-
|
|
1990
|
-
|
|
1991
|
-
|
|
1992
|
-
|
|
1993
|
-
|
|
1994
|
-
|
|
1995
|
-
|
|
1996
|
-
|
|
1997
|
-
|
|
1998
|
-
|
|
1999
|
-
|
|
2000
|
-
|
|
2001
|
-
|
|
2002
|
-
|
|
2003
|
-
|
|
2004
|
-
|
|
2005
|
-
|
|
2006
|
-
|
|
2007
|
-
|
|
2008
|
-
|
|
2009
|
-
|
|
2010
|
-
|
|
2011
|
-
|
|
2012
|
-
|
|
2013
|
-
|
|
2014
|
-
|
|
2015
|
-
|
|
2016
|
-
|
|
2017
|
-
|
|
2018
|
-
|
|
2019
|
-
|
|
2020
|
-
|
|
2021
|
-
|
|
2022
|
-
|
|
2023
|
-
|
|
2024
|
-
|
|
2025
|
-
|
|
2026
|
-
|
|
2027
|
-
|
|
2028
|
-
|
|
2029
|
-
|
|
2030
|
-
|
|
2031
|
-
|
|
2032
|
-
|
|
2033
|
-
|
|
2034
|
-
|
|
2035
|
-
|
|
2036
|
-
|
|
2037
|
-
|
|
2038
|
-
|
|
2039
|
-
|
|
2040
|
-
|
|
2041
|
-
|
|
2042
|
-
|
|
2043
|
-
|
|
2044
|
-
|
|
2045
|
-
|
|
2046
|
-
|
|
2047
|
-
|
|
2048
|
-
|
|
2049
|
-
|
|
2050
|
-
|
|
2051
|
-
|
|
2052
|
-
|
|
2053
|
-
|
|
2054
|
-
|
|
2055
|
-
|
|
2056
|
-
|
|
2057
|
-
|
|
2058
|
-
|
|
2059
|
-
|
|
2060
|
-
|
|
2061
|
-
|
|
2062
|
-
|
|
2063
|
-
|
|
2064
|
-
|
|
2065
|
-
|
|
2066
|
-
|
|
2067
|
-
|
|
2068
|
-
|
|
2069
|
-
|
|
2070
|
-
|
|
2071
|
-
|
|
2072
|
-
|
|
2073
|
-
|
|
2074
|
-
|
|
2075
|
-
|
|
2076
|
-
|
|
2077
|
-
|
|
2078
|
-
|
|
2079
|
-
|
|
2080
|
-
|
|
2081
|
-
|
|
2082
|
-
|
|
2083
|
-
|
|
2084
|
-
|
|
2085
|
-
|
|
2086
|
-
|
|
2087
|
-
|
|
2088
|
-
|
|
2089
|
-
|
|
2090
|
-
|
|
2091
|
-
|
|
2092
|
-
|
|
2093
|
-
|
|
2094
|
-
|
|
2095
|
-
|
|
2096
|
-
|
|
2097
|
-
|
|
2098
|
-
|
|
2099
|
-
|
|
2100
|
-
|
|
2101
|
-
|
|
2102
|
-
|
|
2103
|
-
|
|
2104
|
-
|
|
2105
|
-
|
|
2106
|
-
|
|
2107
|
-
|
|
2108
|
-
|
|
2109
|
-
|
|
2110
|
-
|
|
2111
|
-
|
|
2112
|
-
|
|
2113
|
-
|
|
2114
|
-
|
|
2115
|
-
|
|
2116
|
-
|
|
2117
|
-
|
|
2118
|
-
|
|
2119
|
-
|
|
2120
|
-
|
|
2121
|
-
|
|
2122
|
-
|
|
2123
|
-
|
|
2124
|
-
|
|
2125
|
-
|
|
2126
|
-
|
|
2127
|
-
|
|
2128
|
-
|
|
2129
|
-
|
|
2130
|
-
|
|
2131
|
-
|
|
2132
|
-
|
|
2133
|
-
|
|
2134
|
-
|
|
2135
|
-
|
|
2136
|
-
|
|
2137
|
-
|
|
2138
|
-
|
|
2139
|
-
|
|
2140
|
-
|
|
2141
|
-
|
|
2142
|
-
|
|
2143
|
-
|
|
2144
|
-
|
|
2145
|
-
|
|
2146
|
-
|
|
2147
|
-
|
|
2148
|
-
|
|
2149
|
-
|
|
2150
|
-
|
|
2151
|
-
|
|
2152
|
-
|
|
2153
|
-
|
|
2154
|
-
|
|
2155
|
-
|
|
2156
|
-
|
|
2157
|
-
|
|
2158
|
-
|
|
2159
|
-
|
|
2160
|
-
|
|
2161
|
-
|
|
2162
|
-
|
|
2163
|
-
|
|
2164
|
-
|
|
2165
|
-
|
|
2166
|
-
|
|
2167
|
-
|
|
2168
|
-
|
|
2169
|
-
|
|
2170
|
-
|
|
2171
|
-
|
|
2172
|
-
|
|
2173
|
-
|
|
2174
|
-
|
|
2175
|
-
|
|
2176
|
-
|
|
2177
|
-
|
|
2178
|
-
|
|
2179
|
-
|
|
2180
|
-
|
|
2181
|
-
|
|
2182
|
-
|
|
2183
|
-
|
|
2184
|
-
|
|
2185
|
-
|
|
2186
|
-
|
|
2187
|
-
|
|
2188
|
-
|
|
2189
|
-
|
|
2190
|
-
|
|
2191
|
-
|
|
2192
|
-
|
|
2193
|
-
|
|
2194
|
-
|
|
2195
|
-
|
|
2196
|
-
|
|
2197
|
-
|
|
2198
|
-
|
|
2199
|
-
|
|
2200
|
-
|
|
2201
|
-
|
|
2202
|
-
|
|
2203
|
-
|
|
2204
|
-
|
|
2205
|
-
|
|
2206
|
-
|
|
2207
|
-
|
|
2208
|
-
|
|
2209
|
-
|
|
2210
|
-
|
|
2211
|
-
|
|
2212
|
-
|
|
2213
|
-
|
|
2214
|
-
|
|
2215
|
-
|
|
2216
|
-
|
|
2217
|
-
|
|
2218
|
-
|
|
2219
|
-
|
|
2220
|
-
|
|
2221
|
-
|
|
2222
|
-
|
|
2223
|
-
|
|
2224
|
-
|
|
2225
|
-
|
|
2226
|
-
|
|
2227
|
-
|
|
2228
|
-
|
|
2229
|
-
|
|
2230
|
-
|
|
2231
|
-
|
|
2232
|
-
|
|
2233
|
-
|
|
2234
|
-
|
|
2235
|
-
|
|
2236
|
-
|
|
2237
|
-
|
|
2238
|
-
|
|
2239
|
-
|
|
2240
|
-
|
|
2241
|
-
|
|
2242
|
-
|
|
2243
|
-
|
|
2244
|
-
|
|
2245
|
-
|
|
2246
|
-
|
|
2247
|
-
|
|
2248
|
-
|
|
2249
|
-
|
|
2250
|
-
|
|
2251
|
-
|
|
2252
|
-
|
|
2253
|
-
|
|
2254
|
-
|
|
2255
|
-
|
|
2256
|
-
|
|
2257
|
-
|
|
2258
|
-
|
|
2259
|
-
|
|
2260
|
-
|
|
2261
|
-
|
|
2262
|
-
|
|
2263
|
-
|
|
2264
|
-
|
|
2265
|
-
|
|
2266
|
-
|
|
2267
|
-
|
|
2268
|
-
|
|
2269
|
-
|
|
2270
|
-
|
|
2271
|
-
|
|
2272
|
-
|
|
2273
|
-
|
|
2274
|
-
|
|
2275
|
-
|
|
2276
|
-
|
|
2277
|
-
|
|
2278
|
-
|
|
2279
|
-
|
|
2280
|
-
|
|
2281
|
-
|
|
2282
|
-
|
|
2283
|
-
|
|
2284
|
-
|
|
2285
|
-
|
|
2286
|
-
|
|
2287
|
-
|
|
2288
|
-
|
|
2289
|
-
|
|
2290
|
-
|
|
2291
|
-
|
|
2292
|
-
|
|
2293
|
-
|
|
2294
|
-
|
|
2295
|
-
|
|
2296
|
-
|
|
2297
|
-
|
|
2298
|
-
|
|
2299
|
-
|
|
2300
|
-
|
|
2301
|
-
|
|
2302
|
-
|
|
2303
|
-
|
|
2304
|
-
|
|
2305
|
-
|
|
2306
|
-
|
|
2307
|
-
|
|
2308
|
-
|
|
2309
|
-
|
|
2310
|
-
|
|
1
|
+
import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { SESv2ServiceException as __BaseException } from "./SESv2ServiceException";
|
|
3
|
+
export declare enum ContactLanguage {
|
|
4
|
+
EN = "EN",
|
|
5
|
+
JA = "JA",
|
|
6
|
+
}
|
|
7
|
+
export declare enum MailType {
|
|
8
|
+
MARKETING = "MARKETING",
|
|
9
|
+
TRANSACTIONAL = "TRANSACTIONAL",
|
|
10
|
+
}
|
|
11
|
+
export declare enum ReviewStatus {
|
|
12
|
+
DENIED = "DENIED",
|
|
13
|
+
FAILED = "FAILED",
|
|
14
|
+
GRANTED = "GRANTED",
|
|
15
|
+
PENDING = "PENDING",
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
export interface ReviewDetails {
|
|
19
|
+
Status?: ReviewStatus | string;
|
|
20
|
+
|
|
21
|
+
CaseId?: string;
|
|
22
|
+
}
|
|
23
|
+
|
|
24
|
+
export interface AccountDetails {
|
|
25
|
+
MailType?: MailType | string;
|
|
26
|
+
|
|
27
|
+
WebsiteURL?: string;
|
|
28
|
+
|
|
29
|
+
ContactLanguage?: ContactLanguage | string;
|
|
30
|
+
|
|
31
|
+
UseCaseDescription?: string;
|
|
32
|
+
|
|
33
|
+
AdditionalContactEmailAddresses?: string[];
|
|
34
|
+
|
|
35
|
+
ReviewDetails?: ReviewDetails;
|
|
36
|
+
}
|
|
37
|
+
|
|
38
|
+
export declare class AccountSuspendedException extends __BaseException {
|
|
39
|
+
readonly name: "AccountSuspendedException";
|
|
40
|
+
readonly $fault: "client";
|
|
41
|
+
|
|
42
|
+
constructor(
|
|
43
|
+
opts: __ExceptionOptionType<AccountSuspendedException, __BaseException>
|
|
44
|
+
);
|
|
45
|
+
}
|
|
46
|
+
|
|
47
|
+
export declare class AlreadyExistsException extends __BaseException {
|
|
48
|
+
readonly name: "AlreadyExistsException";
|
|
49
|
+
readonly $fault: "client";
|
|
50
|
+
|
|
51
|
+
constructor(
|
|
52
|
+
opts: __ExceptionOptionType<AlreadyExistsException, __BaseException>
|
|
53
|
+
);
|
|
54
|
+
}
|
|
55
|
+
|
|
56
|
+
export declare class BadRequestException extends __BaseException {
|
|
57
|
+
readonly name: "BadRequestException";
|
|
58
|
+
readonly $fault: "client";
|
|
59
|
+
|
|
60
|
+
constructor(
|
|
61
|
+
opts: __ExceptionOptionType<BadRequestException, __BaseException>
|
|
62
|
+
);
|
|
63
|
+
}
|
|
64
|
+
export declare enum BehaviorOnMxFailure {
|
|
65
|
+
REJECT_MESSAGE = "REJECT_MESSAGE",
|
|
66
|
+
USE_DEFAULT_VALUE = "USE_DEFAULT_VALUE",
|
|
67
|
+
}
|
|
68
|
+
|
|
69
|
+
export interface BlacklistEntry {
|
|
70
|
+
RblName?: string;
|
|
71
|
+
|
|
72
|
+
ListingTime?: Date;
|
|
73
|
+
|
|
74
|
+
Description?: string;
|
|
75
|
+
}
|
|
76
|
+
|
|
77
|
+
export interface Content {
|
|
78
|
+
Data: string | undefined;
|
|
79
|
+
|
|
80
|
+
Charset?: string;
|
|
81
|
+
}
|
|
82
|
+
|
|
83
|
+
export interface Body {
|
|
84
|
+
Text?: Content;
|
|
85
|
+
|
|
86
|
+
Html?: Content;
|
|
87
|
+
}
|
|
88
|
+
|
|
89
|
+
export interface Template {
|
|
90
|
+
TemplateName?: string;
|
|
91
|
+
|
|
92
|
+
TemplateArn?: string;
|
|
93
|
+
|
|
94
|
+
TemplateData?: string;
|
|
95
|
+
}
|
|
96
|
+
|
|
97
|
+
export interface BulkEmailContent {
|
|
98
|
+
Template?: Template;
|
|
99
|
+
}
|
|
100
|
+
|
|
101
|
+
export interface Destination {
|
|
102
|
+
ToAddresses?: string[];
|
|
103
|
+
|
|
104
|
+
CcAddresses?: string[];
|
|
105
|
+
|
|
106
|
+
BccAddresses?: string[];
|
|
107
|
+
}
|
|
108
|
+
|
|
109
|
+
export interface ReplacementTemplate {
|
|
110
|
+
ReplacementTemplateData?: string;
|
|
111
|
+
}
|
|
112
|
+
|
|
113
|
+
export interface ReplacementEmailContent {
|
|
114
|
+
ReplacementTemplate?: ReplacementTemplate;
|
|
115
|
+
}
|
|
116
|
+
|
|
117
|
+
export interface MessageTag {
|
|
118
|
+
Name: string | undefined;
|
|
119
|
+
|
|
120
|
+
Value: string | undefined;
|
|
121
|
+
}
|
|
122
|
+
export interface BulkEmailEntry {
|
|
123
|
+
Destination: Destination | undefined;
|
|
124
|
+
|
|
125
|
+
ReplacementTags?: MessageTag[];
|
|
126
|
+
|
|
127
|
+
ReplacementEmailContent?: ReplacementEmailContent;
|
|
128
|
+
}
|
|
129
|
+
export declare enum BulkEmailStatus {
|
|
130
|
+
ACCOUNT_DAILY_QUOTA_EXCEEDED = "ACCOUNT_DAILY_QUOTA_EXCEEDED",
|
|
131
|
+
ACCOUNT_SENDING_PAUSED = "ACCOUNT_SENDING_PAUSED",
|
|
132
|
+
ACCOUNT_SUSPENDED = "ACCOUNT_SUSPENDED",
|
|
133
|
+
ACCOUNT_THROTTLED = "ACCOUNT_THROTTLED",
|
|
134
|
+
CONFIGURATION_SET_NOT_FOUND = "CONFIGURATION_SET_NOT_FOUND",
|
|
135
|
+
CONFIGURATION_SET_SENDING_PAUSED = "CONFIGURATION_SET_SENDING_PAUSED",
|
|
136
|
+
FAILED = "FAILED",
|
|
137
|
+
INVALID_PARAMETER = "INVALID_PARAMETER",
|
|
138
|
+
INVALID_SENDING_POOL_NAME = "INVALID_SENDING_POOL_NAME",
|
|
139
|
+
MAIL_FROM_DOMAIN_NOT_VERIFIED = "MAIL_FROM_DOMAIN_NOT_VERIFIED",
|
|
140
|
+
MESSAGE_REJECTED = "MESSAGE_REJECTED",
|
|
141
|
+
SUCCESS = "SUCCESS",
|
|
142
|
+
TEMPLATE_NOT_FOUND = "TEMPLATE_NOT_FOUND",
|
|
143
|
+
TRANSIENT_FAILURE = "TRANSIENT_FAILURE",
|
|
144
|
+
}
|
|
145
|
+
|
|
146
|
+
export interface BulkEmailEntryResult {
|
|
147
|
+
Status?: BulkEmailStatus | string;
|
|
148
|
+
|
|
149
|
+
Error?: string;
|
|
150
|
+
|
|
151
|
+
MessageId?: string;
|
|
152
|
+
}
|
|
153
|
+
export declare enum DimensionValueSource {
|
|
154
|
+
EMAIL_HEADER = "EMAIL_HEADER",
|
|
155
|
+
LINK_TAG = "LINK_TAG",
|
|
156
|
+
MESSAGE_TAG = "MESSAGE_TAG",
|
|
157
|
+
}
|
|
158
|
+
|
|
159
|
+
export interface CloudWatchDimensionConfiguration {
|
|
160
|
+
DimensionName: string | undefined;
|
|
161
|
+
|
|
162
|
+
DimensionValueSource: DimensionValueSource | string | undefined;
|
|
163
|
+
|
|
164
|
+
DefaultDimensionValue: string | undefined;
|
|
165
|
+
}
|
|
166
|
+
|
|
167
|
+
export interface CloudWatchDestination {
|
|
168
|
+
DimensionConfigurations: CloudWatchDimensionConfiguration[] | undefined;
|
|
169
|
+
}
|
|
170
|
+
|
|
171
|
+
export declare class ConcurrentModificationException extends __BaseException {
|
|
172
|
+
readonly name: "ConcurrentModificationException";
|
|
173
|
+
readonly $fault: "server";
|
|
174
|
+
|
|
175
|
+
constructor(
|
|
176
|
+
opts: __ExceptionOptionType<
|
|
177
|
+
ConcurrentModificationException,
|
|
178
|
+
__BaseException
|
|
179
|
+
>
|
|
180
|
+
);
|
|
181
|
+
}
|
|
182
|
+
|
|
183
|
+
export declare class ConflictException extends __BaseException {
|
|
184
|
+
readonly name: "ConflictException";
|
|
185
|
+
readonly $fault: "client";
|
|
186
|
+
|
|
187
|
+
constructor(opts: __ExceptionOptionType<ConflictException, __BaseException>);
|
|
188
|
+
}
|
|
189
|
+
export declare enum SubscriptionStatus {
|
|
190
|
+
OPT_IN = "OPT_IN",
|
|
191
|
+
OPT_OUT = "OPT_OUT",
|
|
192
|
+
}
|
|
193
|
+
|
|
194
|
+
export interface TopicPreference {
|
|
195
|
+
TopicName: string | undefined;
|
|
196
|
+
|
|
197
|
+
SubscriptionStatus: SubscriptionStatus | string | undefined;
|
|
198
|
+
}
|
|
199
|
+
|
|
200
|
+
export interface Contact {
|
|
201
|
+
EmailAddress?: string;
|
|
202
|
+
|
|
203
|
+
TopicPreferences?: TopicPreference[];
|
|
204
|
+
|
|
205
|
+
TopicDefaultPreferences?: TopicPreference[];
|
|
206
|
+
|
|
207
|
+
UnsubscribeAll?: boolean;
|
|
208
|
+
|
|
209
|
+
LastUpdatedTimestamp?: Date;
|
|
210
|
+
}
|
|
211
|
+
|
|
212
|
+
export interface ContactList {
|
|
213
|
+
ContactListName?: string;
|
|
214
|
+
|
|
215
|
+
LastUpdatedTimestamp?: Date;
|
|
216
|
+
}
|
|
217
|
+
export declare enum ContactListImportAction {
|
|
218
|
+
DELETE = "DELETE",
|
|
219
|
+
PUT = "PUT",
|
|
220
|
+
}
|
|
221
|
+
|
|
222
|
+
export interface ContactListDestination {
|
|
223
|
+
ContactListName: string | undefined;
|
|
224
|
+
|
|
225
|
+
ContactListImportAction: ContactListImportAction | string | undefined;
|
|
226
|
+
}
|
|
227
|
+
export declare enum TlsPolicy {
|
|
228
|
+
OPTIONAL = "OPTIONAL",
|
|
229
|
+
REQUIRE = "REQUIRE",
|
|
230
|
+
}
|
|
231
|
+
|
|
232
|
+
export interface DeliveryOptions {
|
|
233
|
+
TlsPolicy?: TlsPolicy | string;
|
|
234
|
+
|
|
235
|
+
SendingPoolName?: string;
|
|
236
|
+
}
|
|
237
|
+
|
|
238
|
+
export interface ReputationOptions {
|
|
239
|
+
ReputationMetricsEnabled?: boolean;
|
|
240
|
+
|
|
241
|
+
LastFreshStart?: Date;
|
|
242
|
+
}
|
|
243
|
+
|
|
244
|
+
export interface SendingOptions {
|
|
245
|
+
SendingEnabled?: boolean;
|
|
246
|
+
}
|
|
247
|
+
export declare enum SuppressionListReason {
|
|
248
|
+
BOUNCE = "BOUNCE",
|
|
249
|
+
COMPLAINT = "COMPLAINT",
|
|
250
|
+
}
|
|
251
|
+
|
|
252
|
+
export interface SuppressionOptions {
|
|
253
|
+
SuppressedReasons?: (SuppressionListReason | string)[];
|
|
254
|
+
}
|
|
255
|
+
|
|
256
|
+
export interface Tag {
|
|
257
|
+
Key: string | undefined;
|
|
258
|
+
|
|
259
|
+
Value: string | undefined;
|
|
260
|
+
}
|
|
261
|
+
|
|
262
|
+
export interface TrackingOptions {
|
|
263
|
+
CustomRedirectDomain: string | undefined;
|
|
264
|
+
}
|
|
265
|
+
|
|
266
|
+
export interface CreateConfigurationSetRequest {
|
|
267
|
+
ConfigurationSetName: string | undefined;
|
|
268
|
+
|
|
269
|
+
TrackingOptions?: TrackingOptions;
|
|
270
|
+
|
|
271
|
+
DeliveryOptions?: DeliveryOptions;
|
|
272
|
+
|
|
273
|
+
ReputationOptions?: ReputationOptions;
|
|
274
|
+
|
|
275
|
+
SendingOptions?: SendingOptions;
|
|
276
|
+
|
|
277
|
+
Tags?: Tag[];
|
|
278
|
+
|
|
279
|
+
SuppressionOptions?: SuppressionOptions;
|
|
280
|
+
}
|
|
281
|
+
|
|
282
|
+
export interface CreateConfigurationSetResponse {}
|
|
283
|
+
|
|
284
|
+
export declare class LimitExceededException extends __BaseException {
|
|
285
|
+
readonly name: "LimitExceededException";
|
|
286
|
+
readonly $fault: "client";
|
|
287
|
+
|
|
288
|
+
constructor(
|
|
289
|
+
opts: __ExceptionOptionType<LimitExceededException, __BaseException>
|
|
290
|
+
);
|
|
291
|
+
}
|
|
292
|
+
|
|
293
|
+
export declare class NotFoundException extends __BaseException {
|
|
294
|
+
readonly name: "NotFoundException";
|
|
295
|
+
readonly $fault: "client";
|
|
296
|
+
|
|
297
|
+
constructor(opts: __ExceptionOptionType<NotFoundException, __BaseException>);
|
|
298
|
+
}
|
|
299
|
+
|
|
300
|
+
export declare class TooManyRequestsException extends __BaseException {
|
|
301
|
+
readonly name: "TooManyRequestsException";
|
|
302
|
+
readonly $fault: "client";
|
|
303
|
+
|
|
304
|
+
constructor(
|
|
305
|
+
opts: __ExceptionOptionType<TooManyRequestsException, __BaseException>
|
|
306
|
+
);
|
|
307
|
+
}
|
|
308
|
+
|
|
309
|
+
export interface KinesisFirehoseDestination {
|
|
310
|
+
IamRoleArn: string | undefined;
|
|
311
|
+
|
|
312
|
+
DeliveryStreamArn: string | undefined;
|
|
313
|
+
}
|
|
314
|
+
export declare enum EventType {
|
|
315
|
+
BOUNCE = "BOUNCE",
|
|
316
|
+
CLICK = "CLICK",
|
|
317
|
+
COMPLAINT = "COMPLAINT",
|
|
318
|
+
DELIVERY = "DELIVERY",
|
|
319
|
+
DELIVERY_DELAY = "DELIVERY_DELAY",
|
|
320
|
+
OPEN = "OPEN",
|
|
321
|
+
REJECT = "REJECT",
|
|
322
|
+
RENDERING_FAILURE = "RENDERING_FAILURE",
|
|
323
|
+
SEND = "SEND",
|
|
324
|
+
SUBSCRIPTION = "SUBSCRIPTION",
|
|
325
|
+
}
|
|
326
|
+
|
|
327
|
+
export interface PinpointDestination {
|
|
328
|
+
ApplicationArn?: string;
|
|
329
|
+
}
|
|
330
|
+
|
|
331
|
+
export interface SnsDestination {
|
|
332
|
+
TopicArn: string | undefined;
|
|
333
|
+
}
|
|
334
|
+
|
|
335
|
+
export interface EventDestinationDefinition {
|
|
336
|
+
Enabled?: boolean;
|
|
337
|
+
|
|
338
|
+
MatchingEventTypes?: (EventType | string)[];
|
|
339
|
+
|
|
340
|
+
KinesisFirehoseDestination?: KinesisFirehoseDestination;
|
|
341
|
+
|
|
342
|
+
CloudWatchDestination?: CloudWatchDestination;
|
|
343
|
+
|
|
344
|
+
SnsDestination?: SnsDestination;
|
|
345
|
+
|
|
346
|
+
PinpointDestination?: PinpointDestination;
|
|
347
|
+
}
|
|
348
|
+
|
|
349
|
+
export interface CreateConfigurationSetEventDestinationRequest {
|
|
350
|
+
ConfigurationSetName: string | undefined;
|
|
351
|
+
|
|
352
|
+
EventDestinationName: string | undefined;
|
|
353
|
+
|
|
354
|
+
EventDestination: EventDestinationDefinition | undefined;
|
|
355
|
+
}
|
|
356
|
+
|
|
357
|
+
export interface CreateConfigurationSetEventDestinationResponse {}
|
|
358
|
+
export interface CreateContactRequest {
|
|
359
|
+
ContactListName: string | undefined;
|
|
360
|
+
|
|
361
|
+
EmailAddress: string | undefined;
|
|
362
|
+
|
|
363
|
+
TopicPreferences?: TopicPreference[];
|
|
364
|
+
|
|
365
|
+
UnsubscribeAll?: boolean;
|
|
366
|
+
|
|
367
|
+
AttributesData?: string;
|
|
368
|
+
}
|
|
369
|
+
export interface CreateContactResponse {}
|
|
370
|
+
|
|
371
|
+
export interface Topic {
|
|
372
|
+
TopicName: string | undefined;
|
|
373
|
+
|
|
374
|
+
DisplayName: string | undefined;
|
|
375
|
+
|
|
376
|
+
Description?: string;
|
|
377
|
+
|
|
378
|
+
DefaultSubscriptionStatus: SubscriptionStatus | string | undefined;
|
|
379
|
+
}
|
|
380
|
+
export interface CreateContactListRequest {
|
|
381
|
+
ContactListName: string | undefined;
|
|
382
|
+
|
|
383
|
+
Topics?: Topic[];
|
|
384
|
+
|
|
385
|
+
Description?: string;
|
|
386
|
+
|
|
387
|
+
Tags?: Tag[];
|
|
388
|
+
}
|
|
389
|
+
export interface CreateContactListResponse {}
|
|
390
|
+
|
|
391
|
+
export interface CreateCustomVerificationEmailTemplateRequest {
|
|
392
|
+
TemplateName: string | undefined;
|
|
393
|
+
|
|
394
|
+
FromEmailAddress: string | undefined;
|
|
395
|
+
|
|
396
|
+
TemplateSubject: string | undefined;
|
|
397
|
+
|
|
398
|
+
TemplateContent: string | undefined;
|
|
399
|
+
|
|
400
|
+
SuccessRedirectionURL: string | undefined;
|
|
401
|
+
|
|
402
|
+
FailureRedirectionURL: string | undefined;
|
|
403
|
+
}
|
|
404
|
+
|
|
405
|
+
export interface CreateCustomVerificationEmailTemplateResponse {}
|
|
406
|
+
|
|
407
|
+
export interface CreateDedicatedIpPoolRequest {
|
|
408
|
+
PoolName: string | undefined;
|
|
409
|
+
|
|
410
|
+
Tags?: Tag[];
|
|
411
|
+
}
|
|
412
|
+
|
|
413
|
+
export interface CreateDedicatedIpPoolResponse {}
|
|
414
|
+
|
|
415
|
+
export interface RawMessage {
|
|
416
|
+
Data: Uint8Array | undefined;
|
|
417
|
+
}
|
|
418
|
+
|
|
419
|
+
export interface Message {
|
|
420
|
+
Subject: Content | undefined;
|
|
421
|
+
|
|
422
|
+
Body: Body | undefined;
|
|
423
|
+
}
|
|
424
|
+
|
|
425
|
+
export interface EmailContent {
|
|
426
|
+
Simple?: Message;
|
|
427
|
+
|
|
428
|
+
Raw?: RawMessage;
|
|
429
|
+
|
|
430
|
+
Template?: Template;
|
|
431
|
+
}
|
|
432
|
+
|
|
433
|
+
export interface CreateDeliverabilityTestReportRequest {
|
|
434
|
+
ReportName?: string;
|
|
435
|
+
|
|
436
|
+
FromEmailAddress: string | undefined;
|
|
437
|
+
|
|
438
|
+
Content: EmailContent | undefined;
|
|
439
|
+
|
|
440
|
+
Tags?: Tag[];
|
|
441
|
+
}
|
|
442
|
+
export declare enum DeliverabilityTestStatus {
|
|
443
|
+
COMPLETED = "COMPLETED",
|
|
444
|
+
IN_PROGRESS = "IN_PROGRESS",
|
|
445
|
+
}
|
|
446
|
+
|
|
447
|
+
export interface CreateDeliverabilityTestReportResponse {
|
|
448
|
+
ReportId: string | undefined;
|
|
449
|
+
|
|
450
|
+
DeliverabilityTestStatus: DeliverabilityTestStatus | string | undefined;
|
|
451
|
+
}
|
|
452
|
+
|
|
453
|
+
export declare class MailFromDomainNotVerifiedException extends __BaseException {
|
|
454
|
+
readonly name: "MailFromDomainNotVerifiedException";
|
|
455
|
+
readonly $fault: "client";
|
|
456
|
+
|
|
457
|
+
constructor(
|
|
458
|
+
opts: __ExceptionOptionType<
|
|
459
|
+
MailFromDomainNotVerifiedException,
|
|
460
|
+
__BaseException
|
|
461
|
+
>
|
|
462
|
+
);
|
|
463
|
+
}
|
|
464
|
+
|
|
465
|
+
export declare class MessageRejected extends __BaseException {
|
|
466
|
+
readonly name: "MessageRejected";
|
|
467
|
+
readonly $fault: "client";
|
|
468
|
+
|
|
469
|
+
constructor(opts: __ExceptionOptionType<MessageRejected, __BaseException>);
|
|
470
|
+
}
|
|
471
|
+
|
|
472
|
+
export declare class SendingPausedException extends __BaseException {
|
|
473
|
+
readonly name: "SendingPausedException";
|
|
474
|
+
readonly $fault: "client";
|
|
475
|
+
|
|
476
|
+
constructor(
|
|
477
|
+
opts: __ExceptionOptionType<SendingPausedException, __BaseException>
|
|
478
|
+
);
|
|
479
|
+
}
|
|
480
|
+
export declare enum DkimSigningKeyLength {
|
|
481
|
+
RSA_1024_BIT = "RSA_1024_BIT",
|
|
482
|
+
RSA_2048_BIT = "RSA_2048_BIT",
|
|
483
|
+
}
|
|
484
|
+
|
|
485
|
+
export interface DkimSigningAttributes {
|
|
486
|
+
DomainSigningSelector?: string;
|
|
487
|
+
|
|
488
|
+
DomainSigningPrivateKey?: string;
|
|
489
|
+
|
|
490
|
+
NextSigningKeyLength?: DkimSigningKeyLength | string;
|
|
491
|
+
}
|
|
492
|
+
|
|
493
|
+
export interface CreateEmailIdentityRequest {
|
|
494
|
+
EmailIdentity: string | undefined;
|
|
495
|
+
|
|
496
|
+
Tags?: Tag[];
|
|
497
|
+
|
|
498
|
+
DkimSigningAttributes?: DkimSigningAttributes;
|
|
499
|
+
|
|
500
|
+
ConfigurationSetName?: string;
|
|
501
|
+
}
|
|
502
|
+
export declare enum DkimSigningAttributesOrigin {
|
|
503
|
+
AWS_SES = "AWS_SES",
|
|
504
|
+
EXTERNAL = "EXTERNAL",
|
|
505
|
+
}
|
|
506
|
+
export declare enum DkimStatus {
|
|
507
|
+
FAILED = "FAILED",
|
|
508
|
+
NOT_STARTED = "NOT_STARTED",
|
|
509
|
+
PENDING = "PENDING",
|
|
510
|
+
SUCCESS = "SUCCESS",
|
|
511
|
+
TEMPORARY_FAILURE = "TEMPORARY_FAILURE",
|
|
512
|
+
}
|
|
513
|
+
|
|
514
|
+
export interface DkimAttributes {
|
|
515
|
+
SigningEnabled?: boolean;
|
|
516
|
+
|
|
517
|
+
Status?: DkimStatus | string;
|
|
518
|
+
|
|
519
|
+
Tokens?: string[];
|
|
520
|
+
|
|
521
|
+
SigningAttributesOrigin?: DkimSigningAttributesOrigin | string;
|
|
522
|
+
|
|
523
|
+
NextSigningKeyLength?: DkimSigningKeyLength | string;
|
|
524
|
+
|
|
525
|
+
CurrentSigningKeyLength?: DkimSigningKeyLength | string;
|
|
526
|
+
|
|
527
|
+
LastKeyGenerationTimestamp?: Date;
|
|
528
|
+
}
|
|
529
|
+
export declare enum IdentityType {
|
|
530
|
+
DOMAIN = "DOMAIN",
|
|
531
|
+
EMAIL_ADDRESS = "EMAIL_ADDRESS",
|
|
532
|
+
MANAGED_DOMAIN = "MANAGED_DOMAIN",
|
|
533
|
+
}
|
|
534
|
+
|
|
535
|
+
export interface CreateEmailIdentityResponse {
|
|
536
|
+
IdentityType?: IdentityType | string;
|
|
537
|
+
|
|
538
|
+
VerifiedForSendingStatus?: boolean;
|
|
539
|
+
|
|
540
|
+
DkimAttributes?: DkimAttributes;
|
|
541
|
+
}
|
|
542
|
+
|
|
543
|
+
export interface CreateEmailIdentityPolicyRequest {
|
|
544
|
+
EmailIdentity: string | undefined;
|
|
545
|
+
|
|
546
|
+
PolicyName: string | undefined;
|
|
547
|
+
|
|
548
|
+
Policy: string | undefined;
|
|
549
|
+
}
|
|
550
|
+
|
|
551
|
+
export interface CreateEmailIdentityPolicyResponse {}
|
|
552
|
+
|
|
553
|
+
export interface EmailTemplateContent {
|
|
554
|
+
Subject?: string;
|
|
555
|
+
|
|
556
|
+
Text?: string;
|
|
557
|
+
|
|
558
|
+
Html?: string;
|
|
559
|
+
}
|
|
560
|
+
|
|
561
|
+
export interface CreateEmailTemplateRequest {
|
|
562
|
+
TemplateName: string | undefined;
|
|
563
|
+
|
|
564
|
+
TemplateContent: EmailTemplateContent | undefined;
|
|
565
|
+
}
|
|
566
|
+
|
|
567
|
+
export interface CreateEmailTemplateResponse {}
|
|
568
|
+
export declare enum DataFormat {
|
|
569
|
+
CSV = "CSV",
|
|
570
|
+
JSON = "JSON",
|
|
571
|
+
}
|
|
572
|
+
|
|
573
|
+
export interface ImportDataSource {
|
|
574
|
+
S3Url: string | undefined;
|
|
575
|
+
|
|
576
|
+
DataFormat: DataFormat | string | undefined;
|
|
577
|
+
}
|
|
578
|
+
export declare enum SuppressionListImportAction {
|
|
579
|
+
DELETE = "DELETE",
|
|
580
|
+
PUT = "PUT",
|
|
581
|
+
}
|
|
582
|
+
|
|
583
|
+
export interface SuppressionListDestination {
|
|
584
|
+
SuppressionListImportAction: SuppressionListImportAction | string | undefined;
|
|
585
|
+
}
|
|
586
|
+
|
|
587
|
+
export interface ImportDestination {
|
|
588
|
+
SuppressionListDestination?: SuppressionListDestination;
|
|
589
|
+
|
|
590
|
+
ContactListDestination?: ContactListDestination;
|
|
591
|
+
}
|
|
592
|
+
|
|
593
|
+
export interface CreateImportJobRequest {
|
|
594
|
+
ImportDestination: ImportDestination | undefined;
|
|
595
|
+
|
|
596
|
+
ImportDataSource: ImportDataSource | undefined;
|
|
597
|
+
}
|
|
598
|
+
|
|
599
|
+
export interface CreateImportJobResponse {
|
|
600
|
+
JobId?: string;
|
|
601
|
+
}
|
|
602
|
+
|
|
603
|
+
export interface CustomVerificationEmailTemplateMetadata {
|
|
604
|
+
TemplateName?: string;
|
|
605
|
+
|
|
606
|
+
FromEmailAddress?: string;
|
|
607
|
+
|
|
608
|
+
TemplateSubject?: string;
|
|
609
|
+
|
|
610
|
+
SuccessRedirectionURL?: string;
|
|
611
|
+
|
|
612
|
+
FailureRedirectionURL?: string;
|
|
613
|
+
}
|
|
614
|
+
|
|
615
|
+
export interface DomainIspPlacement {
|
|
616
|
+
IspName?: string;
|
|
617
|
+
|
|
618
|
+
InboxRawCount?: number;
|
|
619
|
+
|
|
620
|
+
SpamRawCount?: number;
|
|
621
|
+
|
|
622
|
+
InboxPercentage?: number;
|
|
623
|
+
|
|
624
|
+
SpamPercentage?: number;
|
|
625
|
+
}
|
|
626
|
+
|
|
627
|
+
export interface VolumeStatistics {
|
|
628
|
+
InboxRawCount?: number;
|
|
629
|
+
|
|
630
|
+
SpamRawCount?: number;
|
|
631
|
+
|
|
632
|
+
ProjectedInbox?: number;
|
|
633
|
+
|
|
634
|
+
ProjectedSpam?: number;
|
|
635
|
+
}
|
|
636
|
+
|
|
637
|
+
export interface DailyVolume {
|
|
638
|
+
StartDate?: Date;
|
|
639
|
+
|
|
640
|
+
VolumeStatistics?: VolumeStatistics;
|
|
641
|
+
|
|
642
|
+
DomainIspPlacements?: DomainIspPlacement[];
|
|
643
|
+
}
|
|
644
|
+
export declare enum WarmupStatus {
|
|
645
|
+
DONE = "DONE",
|
|
646
|
+
IN_PROGRESS = "IN_PROGRESS",
|
|
647
|
+
}
|
|
648
|
+
|
|
649
|
+
export interface DedicatedIp {
|
|
650
|
+
Ip: string | undefined;
|
|
651
|
+
|
|
652
|
+
WarmupStatus: WarmupStatus | string | undefined;
|
|
653
|
+
|
|
654
|
+
WarmupPercentage: number | undefined;
|
|
655
|
+
|
|
656
|
+
PoolName?: string;
|
|
657
|
+
}
|
|
658
|
+
|
|
659
|
+
export interface DeleteConfigurationSetRequest {
|
|
660
|
+
ConfigurationSetName: string | undefined;
|
|
661
|
+
}
|
|
662
|
+
|
|
663
|
+
export interface DeleteConfigurationSetResponse {}
|
|
664
|
+
|
|
665
|
+
export interface DeleteConfigurationSetEventDestinationRequest {
|
|
666
|
+
ConfigurationSetName: string | undefined;
|
|
667
|
+
|
|
668
|
+
EventDestinationName: string | undefined;
|
|
669
|
+
}
|
|
670
|
+
|
|
671
|
+
export interface DeleteConfigurationSetEventDestinationResponse {}
|
|
672
|
+
export interface DeleteContactRequest {
|
|
673
|
+
ContactListName: string | undefined;
|
|
674
|
+
|
|
675
|
+
EmailAddress: string | undefined;
|
|
676
|
+
}
|
|
677
|
+
export interface DeleteContactResponse {}
|
|
678
|
+
export interface DeleteContactListRequest {
|
|
679
|
+
ContactListName: string | undefined;
|
|
680
|
+
}
|
|
681
|
+
export interface DeleteContactListResponse {}
|
|
682
|
+
|
|
683
|
+
export interface DeleteCustomVerificationEmailTemplateRequest {
|
|
684
|
+
TemplateName: string | undefined;
|
|
685
|
+
}
|
|
686
|
+
|
|
687
|
+
export interface DeleteCustomVerificationEmailTemplateResponse {}
|
|
688
|
+
|
|
689
|
+
export interface DeleteDedicatedIpPoolRequest {
|
|
690
|
+
PoolName: string | undefined;
|
|
691
|
+
}
|
|
692
|
+
|
|
693
|
+
export interface DeleteDedicatedIpPoolResponse {}
|
|
694
|
+
|
|
695
|
+
export interface DeleteEmailIdentityRequest {
|
|
696
|
+
EmailIdentity: string | undefined;
|
|
697
|
+
}
|
|
698
|
+
|
|
699
|
+
export interface DeleteEmailIdentityResponse {}
|
|
700
|
+
|
|
701
|
+
export interface DeleteEmailIdentityPolicyRequest {
|
|
702
|
+
EmailIdentity: string | undefined;
|
|
703
|
+
|
|
704
|
+
PolicyName: string | undefined;
|
|
705
|
+
}
|
|
706
|
+
|
|
707
|
+
export interface DeleteEmailIdentityPolicyResponse {}
|
|
708
|
+
|
|
709
|
+
export interface DeleteEmailTemplateRequest {
|
|
710
|
+
TemplateName: string | undefined;
|
|
711
|
+
}
|
|
712
|
+
|
|
713
|
+
export interface DeleteEmailTemplateResponse {}
|
|
714
|
+
|
|
715
|
+
export interface DeleteSuppressedDestinationRequest {
|
|
716
|
+
EmailAddress: string | undefined;
|
|
717
|
+
}
|
|
718
|
+
|
|
719
|
+
export interface DeleteSuppressedDestinationResponse {}
|
|
720
|
+
export declare enum DeliverabilityDashboardAccountStatus {
|
|
721
|
+
ACTIVE = "ACTIVE",
|
|
722
|
+
DISABLED = "DISABLED",
|
|
723
|
+
PENDING_EXPIRATION = "PENDING_EXPIRATION",
|
|
724
|
+
}
|
|
725
|
+
|
|
726
|
+
export interface DeliverabilityTestReport {
|
|
727
|
+
ReportId?: string;
|
|
728
|
+
|
|
729
|
+
ReportName?: string;
|
|
730
|
+
|
|
731
|
+
Subject?: string;
|
|
732
|
+
|
|
733
|
+
FromEmailAddress?: string;
|
|
734
|
+
|
|
735
|
+
CreateDate?: Date;
|
|
736
|
+
|
|
737
|
+
DeliverabilityTestStatus?: DeliverabilityTestStatus | string;
|
|
738
|
+
}
|
|
739
|
+
|
|
740
|
+
export interface DomainDeliverabilityCampaign {
|
|
741
|
+
CampaignId?: string;
|
|
742
|
+
|
|
743
|
+
ImageUrl?: string;
|
|
744
|
+
|
|
745
|
+
Subject?: string;
|
|
746
|
+
|
|
747
|
+
FromAddress?: string;
|
|
748
|
+
|
|
749
|
+
SendingIps?: string[];
|
|
750
|
+
|
|
751
|
+
FirstSeenDateTime?: Date;
|
|
752
|
+
|
|
753
|
+
LastSeenDateTime?: Date;
|
|
754
|
+
|
|
755
|
+
InboxCount?: number;
|
|
756
|
+
|
|
757
|
+
SpamCount?: number;
|
|
758
|
+
|
|
759
|
+
ReadRate?: number;
|
|
760
|
+
|
|
761
|
+
DeleteRate?: number;
|
|
762
|
+
|
|
763
|
+
ReadDeleteRate?: number;
|
|
764
|
+
|
|
765
|
+
ProjectedVolume?: number;
|
|
766
|
+
|
|
767
|
+
Esps?: string[];
|
|
768
|
+
}
|
|
769
|
+
|
|
770
|
+
export interface InboxPlacementTrackingOption {
|
|
771
|
+
Global?: boolean;
|
|
772
|
+
|
|
773
|
+
TrackedIsps?: string[];
|
|
774
|
+
}
|
|
775
|
+
|
|
776
|
+
export interface DomainDeliverabilityTrackingOption {
|
|
777
|
+
Domain?: string;
|
|
778
|
+
|
|
779
|
+
SubscriptionStartDate?: Date;
|
|
780
|
+
|
|
781
|
+
InboxPlacementTrackingOption?: InboxPlacementTrackingOption;
|
|
782
|
+
}
|
|
783
|
+
|
|
784
|
+
export interface EmailTemplateMetadata {
|
|
785
|
+
TemplateName?: string;
|
|
786
|
+
|
|
787
|
+
CreatedTimestamp?: Date;
|
|
788
|
+
}
|
|
789
|
+
|
|
790
|
+
export interface EventDestination {
|
|
791
|
+
Name: string | undefined;
|
|
792
|
+
|
|
793
|
+
Enabled?: boolean;
|
|
794
|
+
|
|
795
|
+
MatchingEventTypes: (EventType | string)[] | undefined;
|
|
796
|
+
|
|
797
|
+
KinesisFirehoseDestination?: KinesisFirehoseDestination;
|
|
798
|
+
|
|
799
|
+
CloudWatchDestination?: CloudWatchDestination;
|
|
800
|
+
|
|
801
|
+
SnsDestination?: SnsDestination;
|
|
802
|
+
|
|
803
|
+
PinpointDestination?: PinpointDestination;
|
|
804
|
+
}
|
|
805
|
+
|
|
806
|
+
export interface FailureInfo {
|
|
807
|
+
FailedRecordsS3Url?: string;
|
|
808
|
+
|
|
809
|
+
ErrorMessage?: string;
|
|
810
|
+
}
|
|
811
|
+
|
|
812
|
+
export interface GetAccountRequest {}
|
|
813
|
+
|
|
814
|
+
export interface SendQuota {
|
|
815
|
+
Max24HourSend?: number;
|
|
816
|
+
|
|
817
|
+
MaxSendRate?: number;
|
|
818
|
+
|
|
819
|
+
SentLast24Hours?: number;
|
|
820
|
+
}
|
|
821
|
+
|
|
822
|
+
export interface SuppressionAttributes {
|
|
823
|
+
SuppressedReasons?: (SuppressionListReason | string)[];
|
|
824
|
+
}
|
|
825
|
+
|
|
826
|
+
export interface GetAccountResponse {
|
|
827
|
+
DedicatedIpAutoWarmupEnabled?: boolean;
|
|
828
|
+
|
|
829
|
+
EnforcementStatus?: string;
|
|
830
|
+
|
|
831
|
+
ProductionAccessEnabled?: boolean;
|
|
832
|
+
|
|
833
|
+
SendQuota?: SendQuota;
|
|
834
|
+
|
|
835
|
+
SendingEnabled?: boolean;
|
|
836
|
+
|
|
837
|
+
SuppressionAttributes?: SuppressionAttributes;
|
|
838
|
+
|
|
839
|
+
Details?: AccountDetails;
|
|
840
|
+
}
|
|
841
|
+
|
|
842
|
+
export interface GetBlacklistReportsRequest {
|
|
843
|
+
BlacklistItemNames: string[] | undefined;
|
|
844
|
+
}
|
|
845
|
+
|
|
846
|
+
export interface GetBlacklistReportsResponse {
|
|
847
|
+
BlacklistReport: Record<string, BlacklistEntry[]> | undefined;
|
|
848
|
+
}
|
|
849
|
+
|
|
850
|
+
export interface GetConfigurationSetRequest {
|
|
851
|
+
ConfigurationSetName: string | undefined;
|
|
852
|
+
}
|
|
853
|
+
|
|
854
|
+
export interface GetConfigurationSetResponse {
|
|
855
|
+
ConfigurationSetName?: string;
|
|
856
|
+
|
|
857
|
+
TrackingOptions?: TrackingOptions;
|
|
858
|
+
|
|
859
|
+
DeliveryOptions?: DeliveryOptions;
|
|
860
|
+
|
|
861
|
+
ReputationOptions?: ReputationOptions;
|
|
862
|
+
|
|
863
|
+
SendingOptions?: SendingOptions;
|
|
864
|
+
|
|
865
|
+
Tags?: Tag[];
|
|
866
|
+
|
|
867
|
+
SuppressionOptions?: SuppressionOptions;
|
|
868
|
+
}
|
|
869
|
+
|
|
870
|
+
export interface GetConfigurationSetEventDestinationsRequest {
|
|
871
|
+
ConfigurationSetName: string | undefined;
|
|
872
|
+
}
|
|
873
|
+
|
|
874
|
+
export interface GetConfigurationSetEventDestinationsResponse {
|
|
875
|
+
EventDestinations?: EventDestination[];
|
|
876
|
+
}
|
|
877
|
+
export interface GetContactRequest {
|
|
878
|
+
ContactListName: string | undefined;
|
|
879
|
+
|
|
880
|
+
EmailAddress: string | undefined;
|
|
881
|
+
}
|
|
882
|
+
export interface GetContactResponse {
|
|
883
|
+
ContactListName?: string;
|
|
884
|
+
|
|
885
|
+
EmailAddress?: string;
|
|
886
|
+
|
|
887
|
+
TopicPreferences?: TopicPreference[];
|
|
888
|
+
|
|
889
|
+
TopicDefaultPreferences?: TopicPreference[];
|
|
890
|
+
|
|
891
|
+
UnsubscribeAll?: boolean;
|
|
892
|
+
|
|
893
|
+
AttributesData?: string;
|
|
894
|
+
|
|
895
|
+
CreatedTimestamp?: Date;
|
|
896
|
+
|
|
897
|
+
LastUpdatedTimestamp?: Date;
|
|
898
|
+
}
|
|
899
|
+
export interface GetContactListRequest {
|
|
900
|
+
ContactListName: string | undefined;
|
|
901
|
+
}
|
|
902
|
+
export interface GetContactListResponse {
|
|
903
|
+
ContactListName?: string;
|
|
904
|
+
|
|
905
|
+
Topics?: Topic[];
|
|
906
|
+
|
|
907
|
+
Description?: string;
|
|
908
|
+
|
|
909
|
+
CreatedTimestamp?: Date;
|
|
910
|
+
|
|
911
|
+
LastUpdatedTimestamp?: Date;
|
|
912
|
+
|
|
913
|
+
Tags?: Tag[];
|
|
914
|
+
}
|
|
915
|
+
|
|
916
|
+
export interface GetCustomVerificationEmailTemplateRequest {
|
|
917
|
+
TemplateName: string | undefined;
|
|
918
|
+
}
|
|
919
|
+
|
|
920
|
+
export interface GetCustomVerificationEmailTemplateResponse {
|
|
921
|
+
TemplateName?: string;
|
|
922
|
+
|
|
923
|
+
FromEmailAddress?: string;
|
|
924
|
+
|
|
925
|
+
TemplateSubject?: string;
|
|
926
|
+
|
|
927
|
+
TemplateContent?: string;
|
|
928
|
+
|
|
929
|
+
SuccessRedirectionURL?: string;
|
|
930
|
+
|
|
931
|
+
FailureRedirectionURL?: string;
|
|
932
|
+
}
|
|
933
|
+
|
|
934
|
+
export interface GetDedicatedIpRequest {
|
|
935
|
+
Ip: string | undefined;
|
|
936
|
+
}
|
|
937
|
+
|
|
938
|
+
export interface GetDedicatedIpResponse {
|
|
939
|
+
DedicatedIp?: DedicatedIp;
|
|
940
|
+
}
|
|
941
|
+
|
|
942
|
+
export interface GetDedicatedIpsRequest {
|
|
943
|
+
PoolName?: string;
|
|
944
|
+
|
|
945
|
+
NextToken?: string;
|
|
946
|
+
|
|
947
|
+
PageSize?: number;
|
|
948
|
+
}
|
|
949
|
+
|
|
950
|
+
export interface GetDedicatedIpsResponse {
|
|
951
|
+
DedicatedIps?: DedicatedIp[];
|
|
952
|
+
|
|
953
|
+
NextToken?: string;
|
|
954
|
+
}
|
|
955
|
+
|
|
956
|
+
export interface GetDeliverabilityDashboardOptionsRequest {}
|
|
957
|
+
|
|
958
|
+
export interface GetDeliverabilityDashboardOptionsResponse {
|
|
959
|
+
DashboardEnabled: boolean | undefined;
|
|
960
|
+
|
|
961
|
+
SubscriptionExpiryDate?: Date;
|
|
962
|
+
|
|
963
|
+
AccountStatus?: DeliverabilityDashboardAccountStatus | string;
|
|
964
|
+
|
|
965
|
+
ActiveSubscribedDomains?: DomainDeliverabilityTrackingOption[];
|
|
966
|
+
|
|
967
|
+
PendingExpirationSubscribedDomains?: DomainDeliverabilityTrackingOption[];
|
|
968
|
+
}
|
|
969
|
+
|
|
970
|
+
export interface GetDeliverabilityTestReportRequest {
|
|
971
|
+
ReportId: string | undefined;
|
|
972
|
+
}
|
|
973
|
+
|
|
974
|
+
export interface PlacementStatistics {
|
|
975
|
+
InboxPercentage?: number;
|
|
976
|
+
|
|
977
|
+
SpamPercentage?: number;
|
|
978
|
+
|
|
979
|
+
MissingPercentage?: number;
|
|
980
|
+
|
|
981
|
+
SpfPercentage?: number;
|
|
982
|
+
|
|
983
|
+
DkimPercentage?: number;
|
|
984
|
+
}
|
|
985
|
+
|
|
986
|
+
export interface IspPlacement {
|
|
987
|
+
IspName?: string;
|
|
988
|
+
|
|
989
|
+
PlacementStatistics?: PlacementStatistics;
|
|
990
|
+
}
|
|
991
|
+
|
|
992
|
+
export interface GetDeliverabilityTestReportResponse {
|
|
993
|
+
DeliverabilityTestReport: DeliverabilityTestReport | undefined;
|
|
994
|
+
|
|
995
|
+
OverallPlacement: PlacementStatistics | undefined;
|
|
996
|
+
|
|
997
|
+
IspPlacements: IspPlacement[] | undefined;
|
|
998
|
+
|
|
999
|
+
Message?: string;
|
|
1000
|
+
|
|
1001
|
+
Tags?: Tag[];
|
|
1002
|
+
}
|
|
1003
|
+
|
|
1004
|
+
export interface GetDomainDeliverabilityCampaignRequest {
|
|
1005
|
+
CampaignId: string | undefined;
|
|
1006
|
+
}
|
|
1007
|
+
|
|
1008
|
+
export interface GetDomainDeliverabilityCampaignResponse {
|
|
1009
|
+
DomainDeliverabilityCampaign: DomainDeliverabilityCampaign | undefined;
|
|
1010
|
+
}
|
|
1011
|
+
|
|
1012
|
+
export interface GetDomainStatisticsReportRequest {
|
|
1013
|
+
Domain: string | undefined;
|
|
1014
|
+
|
|
1015
|
+
StartDate: Date | undefined;
|
|
1016
|
+
|
|
1017
|
+
EndDate: Date | undefined;
|
|
1018
|
+
}
|
|
1019
|
+
|
|
1020
|
+
export interface OverallVolume {
|
|
1021
|
+
VolumeStatistics?: VolumeStatistics;
|
|
1022
|
+
|
|
1023
|
+
ReadRatePercent?: number;
|
|
1024
|
+
|
|
1025
|
+
DomainIspPlacements?: DomainIspPlacement[];
|
|
1026
|
+
}
|
|
1027
|
+
|
|
1028
|
+
export interface GetDomainStatisticsReportResponse {
|
|
1029
|
+
OverallVolume: OverallVolume | undefined;
|
|
1030
|
+
|
|
1031
|
+
DailyVolumes: DailyVolume[] | undefined;
|
|
1032
|
+
}
|
|
1033
|
+
|
|
1034
|
+
export interface GetEmailIdentityRequest {
|
|
1035
|
+
EmailIdentity: string | undefined;
|
|
1036
|
+
}
|
|
1037
|
+
export declare enum MailFromDomainStatus {
|
|
1038
|
+
FAILED = "FAILED",
|
|
1039
|
+
PENDING = "PENDING",
|
|
1040
|
+
SUCCESS = "SUCCESS",
|
|
1041
|
+
TEMPORARY_FAILURE = "TEMPORARY_FAILURE",
|
|
1042
|
+
}
|
|
1043
|
+
|
|
1044
|
+
export interface MailFromAttributes {
|
|
1045
|
+
MailFromDomain: string | undefined;
|
|
1046
|
+
|
|
1047
|
+
MailFromDomainStatus: MailFromDomainStatus | string | undefined;
|
|
1048
|
+
|
|
1049
|
+
BehaviorOnMxFailure: BehaviorOnMxFailure | string | undefined;
|
|
1050
|
+
}
|
|
1051
|
+
|
|
1052
|
+
export interface GetEmailIdentityResponse {
|
|
1053
|
+
IdentityType?: IdentityType | string;
|
|
1054
|
+
|
|
1055
|
+
FeedbackForwardingStatus?: boolean;
|
|
1056
|
+
|
|
1057
|
+
VerifiedForSendingStatus?: boolean;
|
|
1058
|
+
|
|
1059
|
+
DkimAttributes?: DkimAttributes;
|
|
1060
|
+
|
|
1061
|
+
MailFromAttributes?: MailFromAttributes;
|
|
1062
|
+
|
|
1063
|
+
Policies?: Record<string, string>;
|
|
1064
|
+
|
|
1065
|
+
Tags?: Tag[];
|
|
1066
|
+
|
|
1067
|
+
ConfigurationSetName?: string;
|
|
1068
|
+
}
|
|
1069
|
+
|
|
1070
|
+
export interface GetEmailIdentityPoliciesRequest {
|
|
1071
|
+
EmailIdentity: string | undefined;
|
|
1072
|
+
}
|
|
1073
|
+
|
|
1074
|
+
export interface GetEmailIdentityPoliciesResponse {
|
|
1075
|
+
Policies?: Record<string, string>;
|
|
1076
|
+
}
|
|
1077
|
+
|
|
1078
|
+
export interface GetEmailTemplateRequest {
|
|
1079
|
+
TemplateName: string | undefined;
|
|
1080
|
+
}
|
|
1081
|
+
|
|
1082
|
+
export interface GetEmailTemplateResponse {
|
|
1083
|
+
TemplateName: string | undefined;
|
|
1084
|
+
|
|
1085
|
+
TemplateContent: EmailTemplateContent | undefined;
|
|
1086
|
+
}
|
|
1087
|
+
|
|
1088
|
+
export interface GetImportJobRequest {
|
|
1089
|
+
JobId: string | undefined;
|
|
1090
|
+
}
|
|
1091
|
+
export declare enum JobStatus {
|
|
1092
|
+
COMPLETED = "COMPLETED",
|
|
1093
|
+
CREATED = "CREATED",
|
|
1094
|
+
FAILED = "FAILED",
|
|
1095
|
+
PROCESSING = "PROCESSING",
|
|
1096
|
+
}
|
|
1097
|
+
|
|
1098
|
+
export interface GetImportJobResponse {
|
|
1099
|
+
JobId?: string;
|
|
1100
|
+
|
|
1101
|
+
ImportDestination?: ImportDestination;
|
|
1102
|
+
|
|
1103
|
+
ImportDataSource?: ImportDataSource;
|
|
1104
|
+
|
|
1105
|
+
FailureInfo?: FailureInfo;
|
|
1106
|
+
|
|
1107
|
+
JobStatus?: JobStatus | string;
|
|
1108
|
+
|
|
1109
|
+
CreatedTimestamp?: Date;
|
|
1110
|
+
|
|
1111
|
+
CompletedTimestamp?: Date;
|
|
1112
|
+
|
|
1113
|
+
ProcessedRecordsCount?: number;
|
|
1114
|
+
|
|
1115
|
+
FailedRecordsCount?: number;
|
|
1116
|
+
}
|
|
1117
|
+
|
|
1118
|
+
export interface GetSuppressedDestinationRequest {
|
|
1119
|
+
EmailAddress: string | undefined;
|
|
1120
|
+
}
|
|
1121
|
+
|
|
1122
|
+
export interface SuppressedDestinationAttributes {
|
|
1123
|
+
MessageId?: string;
|
|
1124
|
+
|
|
1125
|
+
FeedbackId?: string;
|
|
1126
|
+
}
|
|
1127
|
+
|
|
1128
|
+
export interface SuppressedDestination {
|
|
1129
|
+
EmailAddress: string | undefined;
|
|
1130
|
+
|
|
1131
|
+
Reason: SuppressionListReason | string | undefined;
|
|
1132
|
+
|
|
1133
|
+
LastUpdateTime: Date | undefined;
|
|
1134
|
+
|
|
1135
|
+
Attributes?: SuppressedDestinationAttributes;
|
|
1136
|
+
}
|
|
1137
|
+
|
|
1138
|
+
export interface GetSuppressedDestinationResponse {
|
|
1139
|
+
SuppressedDestination: SuppressedDestination | undefined;
|
|
1140
|
+
}
|
|
1141
|
+
|
|
1142
|
+
export interface IdentityInfo {
|
|
1143
|
+
IdentityType?: IdentityType | string;
|
|
1144
|
+
|
|
1145
|
+
IdentityName?: string;
|
|
1146
|
+
|
|
1147
|
+
SendingEnabled?: boolean;
|
|
1148
|
+
}
|
|
1149
|
+
export declare enum ImportDestinationType {
|
|
1150
|
+
CONTACT_LIST = "CONTACT_LIST",
|
|
1151
|
+
SUPPRESSION_LIST = "SUPPRESSION_LIST",
|
|
1152
|
+
}
|
|
1153
|
+
|
|
1154
|
+
export interface ImportJobSummary {
|
|
1155
|
+
JobId?: string;
|
|
1156
|
+
|
|
1157
|
+
ImportDestination?: ImportDestination;
|
|
1158
|
+
|
|
1159
|
+
JobStatus?: JobStatus | string;
|
|
1160
|
+
|
|
1161
|
+
CreatedTimestamp?: Date;
|
|
1162
|
+
}
|
|
1163
|
+
|
|
1164
|
+
export declare class InvalidNextTokenException extends __BaseException {
|
|
1165
|
+
readonly name: "InvalidNextTokenException";
|
|
1166
|
+
readonly $fault: "client";
|
|
1167
|
+
|
|
1168
|
+
constructor(
|
|
1169
|
+
opts: __ExceptionOptionType<InvalidNextTokenException, __BaseException>
|
|
1170
|
+
);
|
|
1171
|
+
}
|
|
1172
|
+
|
|
1173
|
+
export interface ListConfigurationSetsRequest {
|
|
1174
|
+
NextToken?: string;
|
|
1175
|
+
|
|
1176
|
+
PageSize?: number;
|
|
1177
|
+
}
|
|
1178
|
+
|
|
1179
|
+
export interface ListConfigurationSetsResponse {
|
|
1180
|
+
ConfigurationSets?: string[];
|
|
1181
|
+
|
|
1182
|
+
NextToken?: string;
|
|
1183
|
+
}
|
|
1184
|
+
export interface ListContactListsRequest {
|
|
1185
|
+
PageSize?: number;
|
|
1186
|
+
|
|
1187
|
+
NextToken?: string;
|
|
1188
|
+
}
|
|
1189
|
+
export interface ListContactListsResponse {
|
|
1190
|
+
ContactLists?: ContactList[];
|
|
1191
|
+
|
|
1192
|
+
NextToken?: string;
|
|
1193
|
+
}
|
|
1194
|
+
|
|
1195
|
+
export interface TopicFilter {
|
|
1196
|
+
TopicName?: string;
|
|
1197
|
+
|
|
1198
|
+
UseDefaultIfPreferenceUnavailable?: boolean;
|
|
1199
|
+
}
|
|
1200
|
+
|
|
1201
|
+
export interface ListContactsFilter {
|
|
1202
|
+
FilteredStatus?: SubscriptionStatus | string;
|
|
1203
|
+
|
|
1204
|
+
TopicFilter?: TopicFilter;
|
|
1205
|
+
}
|
|
1206
|
+
export interface ListContactsRequest {
|
|
1207
|
+
ContactListName: string | undefined;
|
|
1208
|
+
|
|
1209
|
+
Filter?: ListContactsFilter;
|
|
1210
|
+
|
|
1211
|
+
PageSize?: number;
|
|
1212
|
+
|
|
1213
|
+
NextToken?: string;
|
|
1214
|
+
}
|
|
1215
|
+
export interface ListContactsResponse {
|
|
1216
|
+
Contacts?: Contact[];
|
|
1217
|
+
|
|
1218
|
+
NextToken?: string;
|
|
1219
|
+
}
|
|
1220
|
+
|
|
1221
|
+
export interface ListCustomVerificationEmailTemplatesRequest {
|
|
1222
|
+
NextToken?: string;
|
|
1223
|
+
|
|
1224
|
+
PageSize?: number;
|
|
1225
|
+
}
|
|
1226
|
+
|
|
1227
|
+
export interface ListCustomVerificationEmailTemplatesResponse {
|
|
1228
|
+
CustomVerificationEmailTemplates?: CustomVerificationEmailTemplateMetadata[];
|
|
1229
|
+
|
|
1230
|
+
NextToken?: string;
|
|
1231
|
+
}
|
|
1232
|
+
|
|
1233
|
+
export interface ListDedicatedIpPoolsRequest {
|
|
1234
|
+
NextToken?: string;
|
|
1235
|
+
|
|
1236
|
+
PageSize?: number;
|
|
1237
|
+
}
|
|
1238
|
+
|
|
1239
|
+
export interface ListDedicatedIpPoolsResponse {
|
|
1240
|
+
DedicatedIpPools?: string[];
|
|
1241
|
+
|
|
1242
|
+
NextToken?: string;
|
|
1243
|
+
}
|
|
1244
|
+
|
|
1245
|
+
export interface ListDeliverabilityTestReportsRequest {
|
|
1246
|
+
NextToken?: string;
|
|
1247
|
+
|
|
1248
|
+
PageSize?: number;
|
|
1249
|
+
}
|
|
1250
|
+
|
|
1251
|
+
export interface ListDeliverabilityTestReportsResponse {
|
|
1252
|
+
DeliverabilityTestReports: DeliverabilityTestReport[] | undefined;
|
|
1253
|
+
|
|
1254
|
+
NextToken?: string;
|
|
1255
|
+
}
|
|
1256
|
+
|
|
1257
|
+
export interface ListDomainDeliverabilityCampaignsRequest {
|
|
1258
|
+
StartDate: Date | undefined;
|
|
1259
|
+
|
|
1260
|
+
EndDate: Date | undefined;
|
|
1261
|
+
|
|
1262
|
+
SubscribedDomain: string | undefined;
|
|
1263
|
+
|
|
1264
|
+
NextToken?: string;
|
|
1265
|
+
|
|
1266
|
+
PageSize?: number;
|
|
1267
|
+
}
|
|
1268
|
+
|
|
1269
|
+
export interface ListDomainDeliverabilityCampaignsResponse {
|
|
1270
|
+
DomainDeliverabilityCampaigns: DomainDeliverabilityCampaign[] | undefined;
|
|
1271
|
+
|
|
1272
|
+
NextToken?: string;
|
|
1273
|
+
}
|
|
1274
|
+
|
|
1275
|
+
export interface ListEmailIdentitiesRequest {
|
|
1276
|
+
NextToken?: string;
|
|
1277
|
+
|
|
1278
|
+
PageSize?: number;
|
|
1279
|
+
}
|
|
1280
|
+
|
|
1281
|
+
export interface ListEmailIdentitiesResponse {
|
|
1282
|
+
EmailIdentities?: IdentityInfo[];
|
|
1283
|
+
|
|
1284
|
+
NextToken?: string;
|
|
1285
|
+
}
|
|
1286
|
+
|
|
1287
|
+
export interface ListEmailTemplatesRequest {
|
|
1288
|
+
NextToken?: string;
|
|
1289
|
+
|
|
1290
|
+
PageSize?: number;
|
|
1291
|
+
}
|
|
1292
|
+
|
|
1293
|
+
export interface ListEmailTemplatesResponse {
|
|
1294
|
+
TemplatesMetadata?: EmailTemplateMetadata[];
|
|
1295
|
+
|
|
1296
|
+
NextToken?: string;
|
|
1297
|
+
}
|
|
1298
|
+
|
|
1299
|
+
export interface ListImportJobsRequest {
|
|
1300
|
+
ImportDestinationType?: ImportDestinationType | string;
|
|
1301
|
+
|
|
1302
|
+
NextToken?: string;
|
|
1303
|
+
|
|
1304
|
+
PageSize?: number;
|
|
1305
|
+
}
|
|
1306
|
+
|
|
1307
|
+
export interface ListImportJobsResponse {
|
|
1308
|
+
ImportJobs?: ImportJobSummary[];
|
|
1309
|
+
|
|
1310
|
+
NextToken?: string;
|
|
1311
|
+
}
|
|
1312
|
+
|
|
1313
|
+
export interface ListManagementOptions {
|
|
1314
|
+
ContactListName: string | undefined;
|
|
1315
|
+
|
|
1316
|
+
TopicName?: string;
|
|
1317
|
+
}
|
|
1318
|
+
|
|
1319
|
+
export interface ListSuppressedDestinationsRequest {
|
|
1320
|
+
Reasons?: (SuppressionListReason | string)[];
|
|
1321
|
+
|
|
1322
|
+
StartDate?: Date;
|
|
1323
|
+
|
|
1324
|
+
EndDate?: Date;
|
|
1325
|
+
|
|
1326
|
+
NextToken?: string;
|
|
1327
|
+
|
|
1328
|
+
PageSize?: number;
|
|
1329
|
+
}
|
|
1330
|
+
|
|
1331
|
+
export interface SuppressedDestinationSummary {
|
|
1332
|
+
EmailAddress: string | undefined;
|
|
1333
|
+
|
|
1334
|
+
Reason: SuppressionListReason | string | undefined;
|
|
1335
|
+
|
|
1336
|
+
LastUpdateTime: Date | undefined;
|
|
1337
|
+
}
|
|
1338
|
+
|
|
1339
|
+
export interface ListSuppressedDestinationsResponse {
|
|
1340
|
+
SuppressedDestinationSummaries?: SuppressedDestinationSummary[];
|
|
1341
|
+
|
|
1342
|
+
NextToken?: string;
|
|
1343
|
+
}
|
|
1344
|
+
export interface ListTagsForResourceRequest {
|
|
1345
|
+
ResourceArn: string | undefined;
|
|
1346
|
+
}
|
|
1347
|
+
export interface ListTagsForResourceResponse {
|
|
1348
|
+
Tags: Tag[] | undefined;
|
|
1349
|
+
}
|
|
1350
|
+
|
|
1351
|
+
export interface PutAccountDedicatedIpWarmupAttributesRequest {
|
|
1352
|
+
AutoWarmupEnabled?: boolean;
|
|
1353
|
+
}
|
|
1354
|
+
|
|
1355
|
+
export interface PutAccountDedicatedIpWarmupAttributesResponse {}
|
|
1356
|
+
|
|
1357
|
+
export interface PutAccountDetailsRequest {
|
|
1358
|
+
MailType: MailType | string | undefined;
|
|
1359
|
+
|
|
1360
|
+
WebsiteURL: string | undefined;
|
|
1361
|
+
|
|
1362
|
+
ContactLanguage?: ContactLanguage | string;
|
|
1363
|
+
|
|
1364
|
+
UseCaseDescription: string | undefined;
|
|
1365
|
+
|
|
1366
|
+
AdditionalContactEmailAddresses?: string[];
|
|
1367
|
+
|
|
1368
|
+
ProductionAccessEnabled?: boolean;
|
|
1369
|
+
}
|
|
1370
|
+
|
|
1371
|
+
export interface PutAccountDetailsResponse {}
|
|
1372
|
+
|
|
1373
|
+
export interface PutAccountSendingAttributesRequest {
|
|
1374
|
+
SendingEnabled?: boolean;
|
|
1375
|
+
}
|
|
1376
|
+
|
|
1377
|
+
export interface PutAccountSendingAttributesResponse {}
|
|
1378
|
+
|
|
1379
|
+
export interface PutAccountSuppressionAttributesRequest {
|
|
1380
|
+
SuppressedReasons?: (SuppressionListReason | string)[];
|
|
1381
|
+
}
|
|
1382
|
+
|
|
1383
|
+
export interface PutAccountSuppressionAttributesResponse {}
|
|
1384
|
+
|
|
1385
|
+
export interface PutConfigurationSetDeliveryOptionsRequest {
|
|
1386
|
+
ConfigurationSetName: string | undefined;
|
|
1387
|
+
|
|
1388
|
+
TlsPolicy?: TlsPolicy | string;
|
|
1389
|
+
|
|
1390
|
+
SendingPoolName?: string;
|
|
1391
|
+
}
|
|
1392
|
+
|
|
1393
|
+
export interface PutConfigurationSetDeliveryOptionsResponse {}
|
|
1394
|
+
|
|
1395
|
+
export interface PutConfigurationSetReputationOptionsRequest {
|
|
1396
|
+
ConfigurationSetName: string | undefined;
|
|
1397
|
+
|
|
1398
|
+
ReputationMetricsEnabled?: boolean;
|
|
1399
|
+
}
|
|
1400
|
+
|
|
1401
|
+
export interface PutConfigurationSetReputationOptionsResponse {}
|
|
1402
|
+
|
|
1403
|
+
export interface PutConfigurationSetSendingOptionsRequest {
|
|
1404
|
+
ConfigurationSetName: string | undefined;
|
|
1405
|
+
|
|
1406
|
+
SendingEnabled?: boolean;
|
|
1407
|
+
}
|
|
1408
|
+
|
|
1409
|
+
export interface PutConfigurationSetSendingOptionsResponse {}
|
|
1410
|
+
|
|
1411
|
+
export interface PutConfigurationSetSuppressionOptionsRequest {
|
|
1412
|
+
ConfigurationSetName: string | undefined;
|
|
1413
|
+
|
|
1414
|
+
SuppressedReasons?: (SuppressionListReason | string)[];
|
|
1415
|
+
}
|
|
1416
|
+
|
|
1417
|
+
export interface PutConfigurationSetSuppressionOptionsResponse {}
|
|
1418
|
+
|
|
1419
|
+
export interface PutConfigurationSetTrackingOptionsRequest {
|
|
1420
|
+
ConfigurationSetName: string | undefined;
|
|
1421
|
+
|
|
1422
|
+
CustomRedirectDomain?: string;
|
|
1423
|
+
}
|
|
1424
|
+
|
|
1425
|
+
export interface PutConfigurationSetTrackingOptionsResponse {}
|
|
1426
|
+
|
|
1427
|
+
export interface PutDedicatedIpInPoolRequest {
|
|
1428
|
+
Ip: string | undefined;
|
|
1429
|
+
|
|
1430
|
+
DestinationPoolName: string | undefined;
|
|
1431
|
+
}
|
|
1432
|
+
|
|
1433
|
+
export interface PutDedicatedIpInPoolResponse {}
|
|
1434
|
+
|
|
1435
|
+
export interface PutDedicatedIpWarmupAttributesRequest {
|
|
1436
|
+
Ip: string | undefined;
|
|
1437
|
+
|
|
1438
|
+
WarmupPercentage: number | undefined;
|
|
1439
|
+
}
|
|
1440
|
+
|
|
1441
|
+
export interface PutDedicatedIpWarmupAttributesResponse {}
|
|
1442
|
+
|
|
1443
|
+
export interface PutDeliverabilityDashboardOptionRequest {
|
|
1444
|
+
DashboardEnabled: boolean | undefined;
|
|
1445
|
+
|
|
1446
|
+
SubscribedDomains?: DomainDeliverabilityTrackingOption[];
|
|
1447
|
+
}
|
|
1448
|
+
|
|
1449
|
+
export interface PutDeliverabilityDashboardOptionResponse {}
|
|
1450
|
+
|
|
1451
|
+
export interface PutEmailIdentityConfigurationSetAttributesRequest {
|
|
1452
|
+
EmailIdentity: string | undefined;
|
|
1453
|
+
|
|
1454
|
+
ConfigurationSetName?: string;
|
|
1455
|
+
}
|
|
1456
|
+
|
|
1457
|
+
export interface PutEmailIdentityConfigurationSetAttributesResponse {}
|
|
1458
|
+
|
|
1459
|
+
export interface PutEmailIdentityDkimAttributesRequest {
|
|
1460
|
+
EmailIdentity: string | undefined;
|
|
1461
|
+
|
|
1462
|
+
SigningEnabled?: boolean;
|
|
1463
|
+
}
|
|
1464
|
+
|
|
1465
|
+
export interface PutEmailIdentityDkimAttributesResponse {}
|
|
1466
|
+
|
|
1467
|
+
export interface PutEmailIdentityDkimSigningAttributesRequest {
|
|
1468
|
+
EmailIdentity: string | undefined;
|
|
1469
|
+
|
|
1470
|
+
SigningAttributesOrigin: DkimSigningAttributesOrigin | string | undefined;
|
|
1471
|
+
|
|
1472
|
+
SigningAttributes?: DkimSigningAttributes;
|
|
1473
|
+
}
|
|
1474
|
+
|
|
1475
|
+
export interface PutEmailIdentityDkimSigningAttributesResponse {
|
|
1476
|
+
DkimStatus?: DkimStatus | string;
|
|
1477
|
+
|
|
1478
|
+
DkimTokens?: string[];
|
|
1479
|
+
}
|
|
1480
|
+
|
|
1481
|
+
export interface PutEmailIdentityFeedbackAttributesRequest {
|
|
1482
|
+
EmailIdentity: string | undefined;
|
|
1483
|
+
|
|
1484
|
+
EmailForwardingEnabled?: boolean;
|
|
1485
|
+
}
|
|
1486
|
+
|
|
1487
|
+
export interface PutEmailIdentityFeedbackAttributesResponse {}
|
|
1488
|
+
|
|
1489
|
+
export interface PutEmailIdentityMailFromAttributesRequest {
|
|
1490
|
+
EmailIdentity: string | undefined;
|
|
1491
|
+
|
|
1492
|
+
MailFromDomain?: string;
|
|
1493
|
+
|
|
1494
|
+
BehaviorOnMxFailure?: BehaviorOnMxFailure | string;
|
|
1495
|
+
}
|
|
1496
|
+
|
|
1497
|
+
export interface PutEmailIdentityMailFromAttributesResponse {}
|
|
1498
|
+
|
|
1499
|
+
export interface PutSuppressedDestinationRequest {
|
|
1500
|
+
EmailAddress: string | undefined;
|
|
1501
|
+
|
|
1502
|
+
Reason: SuppressionListReason | string | undefined;
|
|
1503
|
+
}
|
|
1504
|
+
|
|
1505
|
+
export interface PutSuppressedDestinationResponse {}
|
|
1506
|
+
|
|
1507
|
+
export interface SendBulkEmailRequest {
|
|
1508
|
+
FromEmailAddress?: string;
|
|
1509
|
+
|
|
1510
|
+
FromEmailAddressIdentityArn?: string;
|
|
1511
|
+
|
|
1512
|
+
ReplyToAddresses?: string[];
|
|
1513
|
+
|
|
1514
|
+
FeedbackForwardingEmailAddress?: string;
|
|
1515
|
+
|
|
1516
|
+
FeedbackForwardingEmailAddressIdentityArn?: string;
|
|
1517
|
+
|
|
1518
|
+
DefaultEmailTags?: MessageTag[];
|
|
1519
|
+
|
|
1520
|
+
DefaultContent: BulkEmailContent | undefined;
|
|
1521
|
+
|
|
1522
|
+
BulkEmailEntries: BulkEmailEntry[] | undefined;
|
|
1523
|
+
|
|
1524
|
+
ConfigurationSetName?: string;
|
|
1525
|
+
}
|
|
1526
|
+
|
|
1527
|
+
export interface SendBulkEmailResponse {
|
|
1528
|
+
BulkEmailEntryResults: BulkEmailEntryResult[] | undefined;
|
|
1529
|
+
}
|
|
1530
|
+
|
|
1531
|
+
export interface SendCustomVerificationEmailRequest {
|
|
1532
|
+
EmailAddress: string | undefined;
|
|
1533
|
+
|
|
1534
|
+
TemplateName: string | undefined;
|
|
1535
|
+
|
|
1536
|
+
ConfigurationSetName?: string;
|
|
1537
|
+
}
|
|
1538
|
+
|
|
1539
|
+
export interface SendCustomVerificationEmailResponse {
|
|
1540
|
+
MessageId?: string;
|
|
1541
|
+
}
|
|
1542
|
+
|
|
1543
|
+
export interface SendEmailRequest {
|
|
1544
|
+
FromEmailAddress?: string;
|
|
1545
|
+
|
|
1546
|
+
FromEmailAddressIdentityArn?: string;
|
|
1547
|
+
|
|
1548
|
+
Destination?: Destination;
|
|
1549
|
+
|
|
1550
|
+
ReplyToAddresses?: string[];
|
|
1551
|
+
|
|
1552
|
+
FeedbackForwardingEmailAddress?: string;
|
|
1553
|
+
|
|
1554
|
+
FeedbackForwardingEmailAddressIdentityArn?: string;
|
|
1555
|
+
|
|
1556
|
+
Content: EmailContent | undefined;
|
|
1557
|
+
|
|
1558
|
+
EmailTags?: MessageTag[];
|
|
1559
|
+
|
|
1560
|
+
ConfigurationSetName?: string;
|
|
1561
|
+
|
|
1562
|
+
ListManagementOptions?: ListManagementOptions;
|
|
1563
|
+
}
|
|
1564
|
+
|
|
1565
|
+
export interface SendEmailResponse {
|
|
1566
|
+
MessageId?: string;
|
|
1567
|
+
}
|
|
1568
|
+
export interface TagResourceRequest {
|
|
1569
|
+
ResourceArn: string | undefined;
|
|
1570
|
+
|
|
1571
|
+
Tags: Tag[] | undefined;
|
|
1572
|
+
}
|
|
1573
|
+
export interface TagResourceResponse {}
|
|
1574
|
+
|
|
1575
|
+
export interface TestRenderEmailTemplateRequest {
|
|
1576
|
+
TemplateName: string | undefined;
|
|
1577
|
+
|
|
1578
|
+
TemplateData: string | undefined;
|
|
1579
|
+
}
|
|
1580
|
+
|
|
1581
|
+
export interface TestRenderEmailTemplateResponse {
|
|
1582
|
+
RenderedTemplate: string | undefined;
|
|
1583
|
+
}
|
|
1584
|
+
export interface UntagResourceRequest {
|
|
1585
|
+
ResourceArn: string | undefined;
|
|
1586
|
+
|
|
1587
|
+
TagKeys: string[] | undefined;
|
|
1588
|
+
}
|
|
1589
|
+
export interface UntagResourceResponse {}
|
|
1590
|
+
|
|
1591
|
+
export interface UpdateConfigurationSetEventDestinationRequest {
|
|
1592
|
+
ConfigurationSetName: string | undefined;
|
|
1593
|
+
|
|
1594
|
+
EventDestinationName: string | undefined;
|
|
1595
|
+
|
|
1596
|
+
EventDestination: EventDestinationDefinition | undefined;
|
|
1597
|
+
}
|
|
1598
|
+
|
|
1599
|
+
export interface UpdateConfigurationSetEventDestinationResponse {}
|
|
1600
|
+
export interface UpdateContactRequest {
|
|
1601
|
+
ContactListName: string | undefined;
|
|
1602
|
+
|
|
1603
|
+
EmailAddress: string | undefined;
|
|
1604
|
+
|
|
1605
|
+
TopicPreferences?: TopicPreference[];
|
|
1606
|
+
|
|
1607
|
+
UnsubscribeAll?: boolean;
|
|
1608
|
+
|
|
1609
|
+
AttributesData?: string;
|
|
1610
|
+
}
|
|
1611
|
+
export interface UpdateContactResponse {}
|
|
1612
|
+
export interface UpdateContactListRequest {
|
|
1613
|
+
ContactListName: string | undefined;
|
|
1614
|
+
|
|
1615
|
+
Topics?: Topic[];
|
|
1616
|
+
|
|
1617
|
+
Description?: string;
|
|
1618
|
+
}
|
|
1619
|
+
export interface UpdateContactListResponse {}
|
|
1620
|
+
|
|
1621
|
+
export interface UpdateCustomVerificationEmailTemplateRequest {
|
|
1622
|
+
TemplateName: string | undefined;
|
|
1623
|
+
|
|
1624
|
+
FromEmailAddress: string | undefined;
|
|
1625
|
+
|
|
1626
|
+
TemplateSubject: string | undefined;
|
|
1627
|
+
|
|
1628
|
+
TemplateContent: string | undefined;
|
|
1629
|
+
|
|
1630
|
+
SuccessRedirectionURL: string | undefined;
|
|
1631
|
+
|
|
1632
|
+
FailureRedirectionURL: string | undefined;
|
|
1633
|
+
}
|
|
1634
|
+
|
|
1635
|
+
export interface UpdateCustomVerificationEmailTemplateResponse {}
|
|
1636
|
+
|
|
1637
|
+
export interface UpdateEmailIdentityPolicyRequest {
|
|
1638
|
+
EmailIdentity: string | undefined;
|
|
1639
|
+
|
|
1640
|
+
PolicyName: string | undefined;
|
|
1641
|
+
|
|
1642
|
+
Policy: string | undefined;
|
|
1643
|
+
}
|
|
1644
|
+
|
|
1645
|
+
export interface UpdateEmailIdentityPolicyResponse {}
|
|
1646
|
+
|
|
1647
|
+
export interface UpdateEmailTemplateRequest {
|
|
1648
|
+
TemplateName: string | undefined;
|
|
1649
|
+
|
|
1650
|
+
TemplateContent: EmailTemplateContent | undefined;
|
|
1651
|
+
}
|
|
1652
|
+
|
|
1653
|
+
export interface UpdateEmailTemplateResponse {}
|
|
1654
|
+
|
|
1655
|
+
export declare const ReviewDetailsFilterSensitiveLog: (
|
|
1656
|
+
obj: ReviewDetails
|
|
1657
|
+
) => any;
|
|
1658
|
+
|
|
1659
|
+
export declare const AccountDetailsFilterSensitiveLog: (
|
|
1660
|
+
obj: AccountDetails
|
|
1661
|
+
) => any;
|
|
1662
|
+
|
|
1663
|
+
export declare const BlacklistEntryFilterSensitiveLog: (
|
|
1664
|
+
obj: BlacklistEntry
|
|
1665
|
+
) => any;
|
|
1666
|
+
|
|
1667
|
+
export declare const ContentFilterSensitiveLog: (obj: Content) => any;
|
|
1668
|
+
|
|
1669
|
+
export declare const BodyFilterSensitiveLog: (obj: Body) => any;
|
|
1670
|
+
|
|
1671
|
+
export declare const TemplateFilterSensitiveLog: (obj: Template) => any;
|
|
1672
|
+
|
|
1673
|
+
export declare const BulkEmailContentFilterSensitiveLog: (
|
|
1674
|
+
obj: BulkEmailContent
|
|
1675
|
+
) => any;
|
|
1676
|
+
|
|
1677
|
+
export declare const DestinationFilterSensitiveLog: (obj: Destination) => any;
|
|
1678
|
+
|
|
1679
|
+
export declare const ReplacementTemplateFilterSensitiveLog: (
|
|
1680
|
+
obj: ReplacementTemplate
|
|
1681
|
+
) => any;
|
|
1682
|
+
|
|
1683
|
+
export declare const ReplacementEmailContentFilterSensitiveLog: (
|
|
1684
|
+
obj: ReplacementEmailContent
|
|
1685
|
+
) => any;
|
|
1686
|
+
|
|
1687
|
+
export declare const MessageTagFilterSensitiveLog: (obj: MessageTag) => any;
|
|
1688
|
+
|
|
1689
|
+
export declare const BulkEmailEntryFilterSensitiveLog: (
|
|
1690
|
+
obj: BulkEmailEntry
|
|
1691
|
+
) => any;
|
|
1692
|
+
|
|
1693
|
+
export declare const BulkEmailEntryResultFilterSensitiveLog: (
|
|
1694
|
+
obj: BulkEmailEntryResult
|
|
1695
|
+
) => any;
|
|
1696
|
+
|
|
1697
|
+
export declare const CloudWatchDimensionConfigurationFilterSensitiveLog: (
|
|
1698
|
+
obj: CloudWatchDimensionConfiguration
|
|
1699
|
+
) => any;
|
|
1700
|
+
|
|
1701
|
+
export declare const CloudWatchDestinationFilterSensitiveLog: (
|
|
1702
|
+
obj: CloudWatchDestination
|
|
1703
|
+
) => any;
|
|
1704
|
+
|
|
1705
|
+
export declare const TopicPreferenceFilterSensitiveLog: (
|
|
1706
|
+
obj: TopicPreference
|
|
1707
|
+
) => any;
|
|
1708
|
+
|
|
1709
|
+
export declare const ContactFilterSensitiveLog: (obj: Contact) => any;
|
|
1710
|
+
|
|
1711
|
+
export declare const ContactListFilterSensitiveLog: (obj: ContactList) => any;
|
|
1712
|
+
|
|
1713
|
+
export declare const ContactListDestinationFilterSensitiveLog: (
|
|
1714
|
+
obj: ContactListDestination
|
|
1715
|
+
) => any;
|
|
1716
|
+
|
|
1717
|
+
export declare const DeliveryOptionsFilterSensitiveLog: (
|
|
1718
|
+
obj: DeliveryOptions
|
|
1719
|
+
) => any;
|
|
1720
|
+
|
|
1721
|
+
export declare const ReputationOptionsFilterSensitiveLog: (
|
|
1722
|
+
obj: ReputationOptions
|
|
1723
|
+
) => any;
|
|
1724
|
+
|
|
1725
|
+
export declare const SendingOptionsFilterSensitiveLog: (
|
|
1726
|
+
obj: SendingOptions
|
|
1727
|
+
) => any;
|
|
1728
|
+
|
|
1729
|
+
export declare const SuppressionOptionsFilterSensitiveLog: (
|
|
1730
|
+
obj: SuppressionOptions
|
|
1731
|
+
) => any;
|
|
1732
|
+
|
|
1733
|
+
export declare const TagFilterSensitiveLog: (obj: Tag) => any;
|
|
1734
|
+
|
|
1735
|
+
export declare const TrackingOptionsFilterSensitiveLog: (
|
|
1736
|
+
obj: TrackingOptions
|
|
1737
|
+
) => any;
|
|
1738
|
+
|
|
1739
|
+
export declare const CreateConfigurationSetRequestFilterSensitiveLog: (
|
|
1740
|
+
obj: CreateConfigurationSetRequest
|
|
1741
|
+
) => any;
|
|
1742
|
+
|
|
1743
|
+
export declare const CreateConfigurationSetResponseFilterSensitiveLog: (
|
|
1744
|
+
obj: CreateConfigurationSetResponse
|
|
1745
|
+
) => any;
|
|
1746
|
+
|
|
1747
|
+
export declare const KinesisFirehoseDestinationFilterSensitiveLog: (
|
|
1748
|
+
obj: KinesisFirehoseDestination
|
|
1749
|
+
) => any;
|
|
1750
|
+
|
|
1751
|
+
export declare const PinpointDestinationFilterSensitiveLog: (
|
|
1752
|
+
obj: PinpointDestination
|
|
1753
|
+
) => any;
|
|
1754
|
+
|
|
1755
|
+
export declare const SnsDestinationFilterSensitiveLog: (
|
|
1756
|
+
obj: SnsDestination
|
|
1757
|
+
) => any;
|
|
1758
|
+
|
|
1759
|
+
export declare const EventDestinationDefinitionFilterSensitiveLog: (
|
|
1760
|
+
obj: EventDestinationDefinition
|
|
1761
|
+
) => any;
|
|
1762
|
+
|
|
1763
|
+
export declare const CreateConfigurationSetEventDestinationRequestFilterSensitiveLog: (
|
|
1764
|
+
obj: CreateConfigurationSetEventDestinationRequest
|
|
1765
|
+
) => any;
|
|
1766
|
+
|
|
1767
|
+
export declare const CreateConfigurationSetEventDestinationResponseFilterSensitiveLog: (
|
|
1768
|
+
obj: CreateConfigurationSetEventDestinationResponse
|
|
1769
|
+
) => any;
|
|
1770
|
+
|
|
1771
|
+
export declare const CreateContactRequestFilterSensitiveLog: (
|
|
1772
|
+
obj: CreateContactRequest
|
|
1773
|
+
) => any;
|
|
1774
|
+
|
|
1775
|
+
export declare const CreateContactResponseFilterSensitiveLog: (
|
|
1776
|
+
obj: CreateContactResponse
|
|
1777
|
+
) => any;
|
|
1778
|
+
|
|
1779
|
+
export declare const TopicFilterSensitiveLog: (obj: Topic) => any;
|
|
1780
|
+
|
|
1781
|
+
export declare const CreateContactListRequestFilterSensitiveLog: (
|
|
1782
|
+
obj: CreateContactListRequest
|
|
1783
|
+
) => any;
|
|
1784
|
+
|
|
1785
|
+
export declare const CreateContactListResponseFilterSensitiveLog: (
|
|
1786
|
+
obj: CreateContactListResponse
|
|
1787
|
+
) => any;
|
|
1788
|
+
|
|
1789
|
+
export declare const CreateCustomVerificationEmailTemplateRequestFilterSensitiveLog: (
|
|
1790
|
+
obj: CreateCustomVerificationEmailTemplateRequest
|
|
1791
|
+
) => any;
|
|
1792
|
+
|
|
1793
|
+
export declare const CreateCustomVerificationEmailTemplateResponseFilterSensitiveLog: (
|
|
1794
|
+
obj: CreateCustomVerificationEmailTemplateResponse
|
|
1795
|
+
) => any;
|
|
1796
|
+
|
|
1797
|
+
export declare const CreateDedicatedIpPoolRequestFilterSensitiveLog: (
|
|
1798
|
+
obj: CreateDedicatedIpPoolRequest
|
|
1799
|
+
) => any;
|
|
1800
|
+
|
|
1801
|
+
export declare const CreateDedicatedIpPoolResponseFilterSensitiveLog: (
|
|
1802
|
+
obj: CreateDedicatedIpPoolResponse
|
|
1803
|
+
) => any;
|
|
1804
|
+
|
|
1805
|
+
export declare const RawMessageFilterSensitiveLog: (obj: RawMessage) => any;
|
|
1806
|
+
|
|
1807
|
+
export declare const MessageFilterSensitiveLog: (obj: Message) => any;
|
|
1808
|
+
|
|
1809
|
+
export declare const EmailContentFilterSensitiveLog: (obj: EmailContent) => any;
|
|
1810
|
+
|
|
1811
|
+
export declare const CreateDeliverabilityTestReportRequestFilterSensitiveLog: (
|
|
1812
|
+
obj: CreateDeliverabilityTestReportRequest
|
|
1813
|
+
) => any;
|
|
1814
|
+
|
|
1815
|
+
export declare const CreateDeliverabilityTestReportResponseFilterSensitiveLog: (
|
|
1816
|
+
obj: CreateDeliverabilityTestReportResponse
|
|
1817
|
+
) => any;
|
|
1818
|
+
|
|
1819
|
+
export declare const DkimSigningAttributesFilterSensitiveLog: (
|
|
1820
|
+
obj: DkimSigningAttributes
|
|
1821
|
+
) => any;
|
|
1822
|
+
|
|
1823
|
+
export declare const CreateEmailIdentityRequestFilterSensitiveLog: (
|
|
1824
|
+
obj: CreateEmailIdentityRequest
|
|
1825
|
+
) => any;
|
|
1826
|
+
|
|
1827
|
+
export declare const DkimAttributesFilterSensitiveLog: (
|
|
1828
|
+
obj: DkimAttributes
|
|
1829
|
+
) => any;
|
|
1830
|
+
|
|
1831
|
+
export declare const CreateEmailIdentityResponseFilterSensitiveLog: (
|
|
1832
|
+
obj: CreateEmailIdentityResponse
|
|
1833
|
+
) => any;
|
|
1834
|
+
|
|
1835
|
+
export declare const CreateEmailIdentityPolicyRequestFilterSensitiveLog: (
|
|
1836
|
+
obj: CreateEmailIdentityPolicyRequest
|
|
1837
|
+
) => any;
|
|
1838
|
+
|
|
1839
|
+
export declare const CreateEmailIdentityPolicyResponseFilterSensitiveLog: (
|
|
1840
|
+
obj: CreateEmailIdentityPolicyResponse
|
|
1841
|
+
) => any;
|
|
1842
|
+
|
|
1843
|
+
export declare const EmailTemplateContentFilterSensitiveLog: (
|
|
1844
|
+
obj: EmailTemplateContent
|
|
1845
|
+
) => any;
|
|
1846
|
+
|
|
1847
|
+
export declare const CreateEmailTemplateRequestFilterSensitiveLog: (
|
|
1848
|
+
obj: CreateEmailTemplateRequest
|
|
1849
|
+
) => any;
|
|
1850
|
+
|
|
1851
|
+
export declare const CreateEmailTemplateResponseFilterSensitiveLog: (
|
|
1852
|
+
obj: CreateEmailTemplateResponse
|
|
1853
|
+
) => any;
|
|
1854
|
+
|
|
1855
|
+
export declare const ImportDataSourceFilterSensitiveLog: (
|
|
1856
|
+
obj: ImportDataSource
|
|
1857
|
+
) => any;
|
|
1858
|
+
|
|
1859
|
+
export declare const SuppressionListDestinationFilterSensitiveLog: (
|
|
1860
|
+
obj: SuppressionListDestination
|
|
1861
|
+
) => any;
|
|
1862
|
+
|
|
1863
|
+
export declare const ImportDestinationFilterSensitiveLog: (
|
|
1864
|
+
obj: ImportDestination
|
|
1865
|
+
) => any;
|
|
1866
|
+
|
|
1867
|
+
export declare const CreateImportJobRequestFilterSensitiveLog: (
|
|
1868
|
+
obj: CreateImportJobRequest
|
|
1869
|
+
) => any;
|
|
1870
|
+
|
|
1871
|
+
export declare const CreateImportJobResponseFilterSensitiveLog: (
|
|
1872
|
+
obj: CreateImportJobResponse
|
|
1873
|
+
) => any;
|
|
1874
|
+
|
|
1875
|
+
export declare const CustomVerificationEmailTemplateMetadataFilterSensitiveLog: (
|
|
1876
|
+
obj: CustomVerificationEmailTemplateMetadata
|
|
1877
|
+
) => any;
|
|
1878
|
+
|
|
1879
|
+
export declare const DomainIspPlacementFilterSensitiveLog: (
|
|
1880
|
+
obj: DomainIspPlacement
|
|
1881
|
+
) => any;
|
|
1882
|
+
|
|
1883
|
+
export declare const VolumeStatisticsFilterSensitiveLog: (
|
|
1884
|
+
obj: VolumeStatistics
|
|
1885
|
+
) => any;
|
|
1886
|
+
|
|
1887
|
+
export declare const DailyVolumeFilterSensitiveLog: (obj: DailyVolume) => any;
|
|
1888
|
+
|
|
1889
|
+
export declare const DedicatedIpFilterSensitiveLog: (obj: DedicatedIp) => any;
|
|
1890
|
+
|
|
1891
|
+
export declare const DeleteConfigurationSetRequestFilterSensitiveLog: (
|
|
1892
|
+
obj: DeleteConfigurationSetRequest
|
|
1893
|
+
) => any;
|
|
1894
|
+
|
|
1895
|
+
export declare const DeleteConfigurationSetResponseFilterSensitiveLog: (
|
|
1896
|
+
obj: DeleteConfigurationSetResponse
|
|
1897
|
+
) => any;
|
|
1898
|
+
|
|
1899
|
+
export declare const DeleteConfigurationSetEventDestinationRequestFilterSensitiveLog: (
|
|
1900
|
+
obj: DeleteConfigurationSetEventDestinationRequest
|
|
1901
|
+
) => any;
|
|
1902
|
+
|
|
1903
|
+
export declare const DeleteConfigurationSetEventDestinationResponseFilterSensitiveLog: (
|
|
1904
|
+
obj: DeleteConfigurationSetEventDestinationResponse
|
|
1905
|
+
) => any;
|
|
1906
|
+
|
|
1907
|
+
export declare const DeleteContactRequestFilterSensitiveLog: (
|
|
1908
|
+
obj: DeleteContactRequest
|
|
1909
|
+
) => any;
|
|
1910
|
+
|
|
1911
|
+
export declare const DeleteContactResponseFilterSensitiveLog: (
|
|
1912
|
+
obj: DeleteContactResponse
|
|
1913
|
+
) => any;
|
|
1914
|
+
|
|
1915
|
+
export declare const DeleteContactListRequestFilterSensitiveLog: (
|
|
1916
|
+
obj: DeleteContactListRequest
|
|
1917
|
+
) => any;
|
|
1918
|
+
|
|
1919
|
+
export declare const DeleteContactListResponseFilterSensitiveLog: (
|
|
1920
|
+
obj: DeleteContactListResponse
|
|
1921
|
+
) => any;
|
|
1922
|
+
|
|
1923
|
+
export declare const DeleteCustomVerificationEmailTemplateRequestFilterSensitiveLog: (
|
|
1924
|
+
obj: DeleteCustomVerificationEmailTemplateRequest
|
|
1925
|
+
) => any;
|
|
1926
|
+
|
|
1927
|
+
export declare const DeleteCustomVerificationEmailTemplateResponseFilterSensitiveLog: (
|
|
1928
|
+
obj: DeleteCustomVerificationEmailTemplateResponse
|
|
1929
|
+
) => any;
|
|
1930
|
+
|
|
1931
|
+
export declare const DeleteDedicatedIpPoolRequestFilterSensitiveLog: (
|
|
1932
|
+
obj: DeleteDedicatedIpPoolRequest
|
|
1933
|
+
) => any;
|
|
1934
|
+
|
|
1935
|
+
export declare const DeleteDedicatedIpPoolResponseFilterSensitiveLog: (
|
|
1936
|
+
obj: DeleteDedicatedIpPoolResponse
|
|
1937
|
+
) => any;
|
|
1938
|
+
|
|
1939
|
+
export declare const DeleteEmailIdentityRequestFilterSensitiveLog: (
|
|
1940
|
+
obj: DeleteEmailIdentityRequest
|
|
1941
|
+
) => any;
|
|
1942
|
+
|
|
1943
|
+
export declare const DeleteEmailIdentityResponseFilterSensitiveLog: (
|
|
1944
|
+
obj: DeleteEmailIdentityResponse
|
|
1945
|
+
) => any;
|
|
1946
|
+
|
|
1947
|
+
export declare const DeleteEmailIdentityPolicyRequestFilterSensitiveLog: (
|
|
1948
|
+
obj: DeleteEmailIdentityPolicyRequest
|
|
1949
|
+
) => any;
|
|
1950
|
+
|
|
1951
|
+
export declare const DeleteEmailIdentityPolicyResponseFilterSensitiveLog: (
|
|
1952
|
+
obj: DeleteEmailIdentityPolicyResponse
|
|
1953
|
+
) => any;
|
|
1954
|
+
|
|
1955
|
+
export declare const DeleteEmailTemplateRequestFilterSensitiveLog: (
|
|
1956
|
+
obj: DeleteEmailTemplateRequest
|
|
1957
|
+
) => any;
|
|
1958
|
+
|
|
1959
|
+
export declare const DeleteEmailTemplateResponseFilterSensitiveLog: (
|
|
1960
|
+
obj: DeleteEmailTemplateResponse
|
|
1961
|
+
) => any;
|
|
1962
|
+
|
|
1963
|
+
export declare const DeleteSuppressedDestinationRequestFilterSensitiveLog: (
|
|
1964
|
+
obj: DeleteSuppressedDestinationRequest
|
|
1965
|
+
) => any;
|
|
1966
|
+
|
|
1967
|
+
export declare const DeleteSuppressedDestinationResponseFilterSensitiveLog: (
|
|
1968
|
+
obj: DeleteSuppressedDestinationResponse
|
|
1969
|
+
) => any;
|
|
1970
|
+
|
|
1971
|
+
export declare const DeliverabilityTestReportFilterSensitiveLog: (
|
|
1972
|
+
obj: DeliverabilityTestReport
|
|
1973
|
+
) => any;
|
|
1974
|
+
|
|
1975
|
+
export declare const DomainDeliverabilityCampaignFilterSensitiveLog: (
|
|
1976
|
+
obj: DomainDeliverabilityCampaign
|
|
1977
|
+
) => any;
|
|
1978
|
+
|
|
1979
|
+
export declare const InboxPlacementTrackingOptionFilterSensitiveLog: (
|
|
1980
|
+
obj: InboxPlacementTrackingOption
|
|
1981
|
+
) => any;
|
|
1982
|
+
|
|
1983
|
+
export declare const DomainDeliverabilityTrackingOptionFilterSensitiveLog: (
|
|
1984
|
+
obj: DomainDeliverabilityTrackingOption
|
|
1985
|
+
) => any;
|
|
1986
|
+
|
|
1987
|
+
export declare const EmailTemplateMetadataFilterSensitiveLog: (
|
|
1988
|
+
obj: EmailTemplateMetadata
|
|
1989
|
+
) => any;
|
|
1990
|
+
|
|
1991
|
+
export declare const EventDestinationFilterSensitiveLog: (
|
|
1992
|
+
obj: EventDestination
|
|
1993
|
+
) => any;
|
|
1994
|
+
|
|
1995
|
+
export declare const FailureInfoFilterSensitiveLog: (obj: FailureInfo) => any;
|
|
1996
|
+
|
|
1997
|
+
export declare const GetAccountRequestFilterSensitiveLog: (
|
|
1998
|
+
obj: GetAccountRequest
|
|
1999
|
+
) => any;
|
|
2000
|
+
|
|
2001
|
+
export declare const SendQuotaFilterSensitiveLog: (obj: SendQuota) => any;
|
|
2002
|
+
|
|
2003
|
+
export declare const SuppressionAttributesFilterSensitiveLog: (
|
|
2004
|
+
obj: SuppressionAttributes
|
|
2005
|
+
) => any;
|
|
2006
|
+
|
|
2007
|
+
export declare const GetAccountResponseFilterSensitiveLog: (
|
|
2008
|
+
obj: GetAccountResponse
|
|
2009
|
+
) => any;
|
|
2010
|
+
|
|
2011
|
+
export declare const GetBlacklistReportsRequestFilterSensitiveLog: (
|
|
2012
|
+
obj: GetBlacklistReportsRequest
|
|
2013
|
+
) => any;
|
|
2014
|
+
|
|
2015
|
+
export declare const GetBlacklistReportsResponseFilterSensitiveLog: (
|
|
2016
|
+
obj: GetBlacklistReportsResponse
|
|
2017
|
+
) => any;
|
|
2018
|
+
|
|
2019
|
+
export declare const GetConfigurationSetRequestFilterSensitiveLog: (
|
|
2020
|
+
obj: GetConfigurationSetRequest
|
|
2021
|
+
) => any;
|
|
2022
|
+
|
|
2023
|
+
export declare const GetConfigurationSetResponseFilterSensitiveLog: (
|
|
2024
|
+
obj: GetConfigurationSetResponse
|
|
2025
|
+
) => any;
|
|
2026
|
+
|
|
2027
|
+
export declare const GetConfigurationSetEventDestinationsRequestFilterSensitiveLog: (
|
|
2028
|
+
obj: GetConfigurationSetEventDestinationsRequest
|
|
2029
|
+
) => any;
|
|
2030
|
+
|
|
2031
|
+
export declare const GetConfigurationSetEventDestinationsResponseFilterSensitiveLog: (
|
|
2032
|
+
obj: GetConfigurationSetEventDestinationsResponse
|
|
2033
|
+
) => any;
|
|
2034
|
+
|
|
2035
|
+
export declare const GetContactRequestFilterSensitiveLog: (
|
|
2036
|
+
obj: GetContactRequest
|
|
2037
|
+
) => any;
|
|
2038
|
+
|
|
2039
|
+
export declare const GetContactResponseFilterSensitiveLog: (
|
|
2040
|
+
obj: GetContactResponse
|
|
2041
|
+
) => any;
|
|
2042
|
+
|
|
2043
|
+
export declare const GetContactListRequestFilterSensitiveLog: (
|
|
2044
|
+
obj: GetContactListRequest
|
|
2045
|
+
) => any;
|
|
2046
|
+
|
|
2047
|
+
export declare const GetContactListResponseFilterSensitiveLog: (
|
|
2048
|
+
obj: GetContactListResponse
|
|
2049
|
+
) => any;
|
|
2050
|
+
|
|
2051
|
+
export declare const GetCustomVerificationEmailTemplateRequestFilterSensitiveLog: (
|
|
2052
|
+
obj: GetCustomVerificationEmailTemplateRequest
|
|
2053
|
+
) => any;
|
|
2054
|
+
|
|
2055
|
+
export declare const GetCustomVerificationEmailTemplateResponseFilterSensitiveLog: (
|
|
2056
|
+
obj: GetCustomVerificationEmailTemplateResponse
|
|
2057
|
+
) => any;
|
|
2058
|
+
|
|
2059
|
+
export declare const GetDedicatedIpRequestFilterSensitiveLog: (
|
|
2060
|
+
obj: GetDedicatedIpRequest
|
|
2061
|
+
) => any;
|
|
2062
|
+
|
|
2063
|
+
export declare const GetDedicatedIpResponseFilterSensitiveLog: (
|
|
2064
|
+
obj: GetDedicatedIpResponse
|
|
2065
|
+
) => any;
|
|
2066
|
+
|
|
2067
|
+
export declare const GetDedicatedIpsRequestFilterSensitiveLog: (
|
|
2068
|
+
obj: GetDedicatedIpsRequest
|
|
2069
|
+
) => any;
|
|
2070
|
+
|
|
2071
|
+
export declare const GetDedicatedIpsResponseFilterSensitiveLog: (
|
|
2072
|
+
obj: GetDedicatedIpsResponse
|
|
2073
|
+
) => any;
|
|
2074
|
+
|
|
2075
|
+
export declare const GetDeliverabilityDashboardOptionsRequestFilterSensitiveLog: (
|
|
2076
|
+
obj: GetDeliverabilityDashboardOptionsRequest
|
|
2077
|
+
) => any;
|
|
2078
|
+
|
|
2079
|
+
export declare const GetDeliverabilityDashboardOptionsResponseFilterSensitiveLog: (
|
|
2080
|
+
obj: GetDeliverabilityDashboardOptionsResponse
|
|
2081
|
+
) => any;
|
|
2082
|
+
|
|
2083
|
+
export declare const GetDeliverabilityTestReportRequestFilterSensitiveLog: (
|
|
2084
|
+
obj: GetDeliverabilityTestReportRequest
|
|
2085
|
+
) => any;
|
|
2086
|
+
|
|
2087
|
+
export declare const PlacementStatisticsFilterSensitiveLog: (
|
|
2088
|
+
obj: PlacementStatistics
|
|
2089
|
+
) => any;
|
|
2090
|
+
|
|
2091
|
+
export declare const IspPlacementFilterSensitiveLog: (obj: IspPlacement) => any;
|
|
2092
|
+
|
|
2093
|
+
export declare const GetDeliverabilityTestReportResponseFilterSensitiveLog: (
|
|
2094
|
+
obj: GetDeliverabilityTestReportResponse
|
|
2095
|
+
) => any;
|
|
2096
|
+
|
|
2097
|
+
export declare const GetDomainDeliverabilityCampaignRequestFilterSensitiveLog: (
|
|
2098
|
+
obj: GetDomainDeliverabilityCampaignRequest
|
|
2099
|
+
) => any;
|
|
2100
|
+
|
|
2101
|
+
export declare const GetDomainDeliverabilityCampaignResponseFilterSensitiveLog: (
|
|
2102
|
+
obj: GetDomainDeliverabilityCampaignResponse
|
|
2103
|
+
) => any;
|
|
2104
|
+
|
|
2105
|
+
export declare const GetDomainStatisticsReportRequestFilterSensitiveLog: (
|
|
2106
|
+
obj: GetDomainStatisticsReportRequest
|
|
2107
|
+
) => any;
|
|
2108
|
+
|
|
2109
|
+
export declare const OverallVolumeFilterSensitiveLog: (
|
|
2110
|
+
obj: OverallVolume
|
|
2111
|
+
) => any;
|
|
2112
|
+
|
|
2113
|
+
export declare const GetDomainStatisticsReportResponseFilterSensitiveLog: (
|
|
2114
|
+
obj: GetDomainStatisticsReportResponse
|
|
2115
|
+
) => any;
|
|
2116
|
+
|
|
2117
|
+
export declare const GetEmailIdentityRequestFilterSensitiveLog: (
|
|
2118
|
+
obj: GetEmailIdentityRequest
|
|
2119
|
+
) => any;
|
|
2120
|
+
|
|
2121
|
+
export declare const MailFromAttributesFilterSensitiveLog: (
|
|
2122
|
+
obj: MailFromAttributes
|
|
2123
|
+
) => any;
|
|
2124
|
+
|
|
2125
|
+
export declare const GetEmailIdentityResponseFilterSensitiveLog: (
|
|
2126
|
+
obj: GetEmailIdentityResponse
|
|
2127
|
+
) => any;
|
|
2128
|
+
|
|
2129
|
+
export declare const GetEmailIdentityPoliciesRequestFilterSensitiveLog: (
|
|
2130
|
+
obj: GetEmailIdentityPoliciesRequest
|
|
2131
|
+
) => any;
|
|
2132
|
+
|
|
2133
|
+
export declare const GetEmailIdentityPoliciesResponseFilterSensitiveLog: (
|
|
2134
|
+
obj: GetEmailIdentityPoliciesResponse
|
|
2135
|
+
) => any;
|
|
2136
|
+
|
|
2137
|
+
export declare const GetEmailTemplateRequestFilterSensitiveLog: (
|
|
2138
|
+
obj: GetEmailTemplateRequest
|
|
2139
|
+
) => any;
|
|
2140
|
+
|
|
2141
|
+
export declare const GetEmailTemplateResponseFilterSensitiveLog: (
|
|
2142
|
+
obj: GetEmailTemplateResponse
|
|
2143
|
+
) => any;
|
|
2144
|
+
|
|
2145
|
+
export declare const GetImportJobRequestFilterSensitiveLog: (
|
|
2146
|
+
obj: GetImportJobRequest
|
|
2147
|
+
) => any;
|
|
2148
|
+
|
|
2149
|
+
export declare const GetImportJobResponseFilterSensitiveLog: (
|
|
2150
|
+
obj: GetImportJobResponse
|
|
2151
|
+
) => any;
|
|
2152
|
+
|
|
2153
|
+
export declare const GetSuppressedDestinationRequestFilterSensitiveLog: (
|
|
2154
|
+
obj: GetSuppressedDestinationRequest
|
|
2155
|
+
) => any;
|
|
2156
|
+
|
|
2157
|
+
export declare const SuppressedDestinationAttributesFilterSensitiveLog: (
|
|
2158
|
+
obj: SuppressedDestinationAttributes
|
|
2159
|
+
) => any;
|
|
2160
|
+
|
|
2161
|
+
export declare const SuppressedDestinationFilterSensitiveLog: (
|
|
2162
|
+
obj: SuppressedDestination
|
|
2163
|
+
) => any;
|
|
2164
|
+
|
|
2165
|
+
export declare const GetSuppressedDestinationResponseFilterSensitiveLog: (
|
|
2166
|
+
obj: GetSuppressedDestinationResponse
|
|
2167
|
+
) => any;
|
|
2168
|
+
|
|
2169
|
+
export declare const IdentityInfoFilterSensitiveLog: (obj: IdentityInfo) => any;
|
|
2170
|
+
|
|
2171
|
+
export declare const ImportJobSummaryFilterSensitiveLog: (
|
|
2172
|
+
obj: ImportJobSummary
|
|
2173
|
+
) => any;
|
|
2174
|
+
|
|
2175
|
+
export declare const ListConfigurationSetsRequestFilterSensitiveLog: (
|
|
2176
|
+
obj: ListConfigurationSetsRequest
|
|
2177
|
+
) => any;
|
|
2178
|
+
|
|
2179
|
+
export declare const ListConfigurationSetsResponseFilterSensitiveLog: (
|
|
2180
|
+
obj: ListConfigurationSetsResponse
|
|
2181
|
+
) => any;
|
|
2182
|
+
|
|
2183
|
+
export declare const ListContactListsRequestFilterSensitiveLog: (
|
|
2184
|
+
obj: ListContactListsRequest
|
|
2185
|
+
) => any;
|
|
2186
|
+
|
|
2187
|
+
export declare const ListContactListsResponseFilterSensitiveLog: (
|
|
2188
|
+
obj: ListContactListsResponse
|
|
2189
|
+
) => any;
|
|
2190
|
+
|
|
2191
|
+
export declare const TopicFilterFilterSensitiveLog: (obj: TopicFilter) => any;
|
|
2192
|
+
|
|
2193
|
+
export declare const ListContactsFilterFilterSensitiveLog: (
|
|
2194
|
+
obj: ListContactsFilter
|
|
2195
|
+
) => any;
|
|
2196
|
+
|
|
2197
|
+
export declare const ListContactsRequestFilterSensitiveLog: (
|
|
2198
|
+
obj: ListContactsRequest
|
|
2199
|
+
) => any;
|
|
2200
|
+
|
|
2201
|
+
export declare const ListContactsResponseFilterSensitiveLog: (
|
|
2202
|
+
obj: ListContactsResponse
|
|
2203
|
+
) => any;
|
|
2204
|
+
|
|
2205
|
+
export declare const ListCustomVerificationEmailTemplatesRequestFilterSensitiveLog: (
|
|
2206
|
+
obj: ListCustomVerificationEmailTemplatesRequest
|
|
2207
|
+
) => any;
|
|
2208
|
+
|
|
2209
|
+
export declare const ListCustomVerificationEmailTemplatesResponseFilterSensitiveLog: (
|
|
2210
|
+
obj: ListCustomVerificationEmailTemplatesResponse
|
|
2211
|
+
) => any;
|
|
2212
|
+
|
|
2213
|
+
export declare const ListDedicatedIpPoolsRequestFilterSensitiveLog: (
|
|
2214
|
+
obj: ListDedicatedIpPoolsRequest
|
|
2215
|
+
) => any;
|
|
2216
|
+
|
|
2217
|
+
export declare const ListDedicatedIpPoolsResponseFilterSensitiveLog: (
|
|
2218
|
+
obj: ListDedicatedIpPoolsResponse
|
|
2219
|
+
) => any;
|
|
2220
|
+
|
|
2221
|
+
export declare const ListDeliverabilityTestReportsRequestFilterSensitiveLog: (
|
|
2222
|
+
obj: ListDeliverabilityTestReportsRequest
|
|
2223
|
+
) => any;
|
|
2224
|
+
|
|
2225
|
+
export declare const ListDeliverabilityTestReportsResponseFilterSensitiveLog: (
|
|
2226
|
+
obj: ListDeliverabilityTestReportsResponse
|
|
2227
|
+
) => any;
|
|
2228
|
+
|
|
2229
|
+
export declare const ListDomainDeliverabilityCampaignsRequestFilterSensitiveLog: (
|
|
2230
|
+
obj: ListDomainDeliverabilityCampaignsRequest
|
|
2231
|
+
) => any;
|
|
2232
|
+
|
|
2233
|
+
export declare const ListDomainDeliverabilityCampaignsResponseFilterSensitiveLog: (
|
|
2234
|
+
obj: ListDomainDeliverabilityCampaignsResponse
|
|
2235
|
+
) => any;
|
|
2236
|
+
|
|
2237
|
+
export declare const ListEmailIdentitiesRequestFilterSensitiveLog: (
|
|
2238
|
+
obj: ListEmailIdentitiesRequest
|
|
2239
|
+
) => any;
|
|
2240
|
+
|
|
2241
|
+
export declare const ListEmailIdentitiesResponseFilterSensitiveLog: (
|
|
2242
|
+
obj: ListEmailIdentitiesResponse
|
|
2243
|
+
) => any;
|
|
2244
|
+
|
|
2245
|
+
export declare const ListEmailTemplatesRequestFilterSensitiveLog: (
|
|
2246
|
+
obj: ListEmailTemplatesRequest
|
|
2247
|
+
) => any;
|
|
2248
|
+
|
|
2249
|
+
export declare const ListEmailTemplatesResponseFilterSensitiveLog: (
|
|
2250
|
+
obj: ListEmailTemplatesResponse
|
|
2251
|
+
) => any;
|
|
2252
|
+
|
|
2253
|
+
export declare const ListImportJobsRequestFilterSensitiveLog: (
|
|
2254
|
+
obj: ListImportJobsRequest
|
|
2255
|
+
) => any;
|
|
2256
|
+
|
|
2257
|
+
export declare const ListImportJobsResponseFilterSensitiveLog: (
|
|
2258
|
+
obj: ListImportJobsResponse
|
|
2259
|
+
) => any;
|
|
2260
|
+
|
|
2261
|
+
export declare const ListManagementOptionsFilterSensitiveLog: (
|
|
2262
|
+
obj: ListManagementOptions
|
|
2263
|
+
) => any;
|
|
2264
|
+
|
|
2265
|
+
export declare const ListSuppressedDestinationsRequestFilterSensitiveLog: (
|
|
2266
|
+
obj: ListSuppressedDestinationsRequest
|
|
2267
|
+
) => any;
|
|
2268
|
+
|
|
2269
|
+
export declare const SuppressedDestinationSummaryFilterSensitiveLog: (
|
|
2270
|
+
obj: SuppressedDestinationSummary
|
|
2271
|
+
) => any;
|
|
2272
|
+
|
|
2273
|
+
export declare const ListSuppressedDestinationsResponseFilterSensitiveLog: (
|
|
2274
|
+
obj: ListSuppressedDestinationsResponse
|
|
2275
|
+
) => any;
|
|
2276
|
+
|
|
2277
|
+
export declare const ListTagsForResourceRequestFilterSensitiveLog: (
|
|
2278
|
+
obj: ListTagsForResourceRequest
|
|
2279
|
+
) => any;
|
|
2280
|
+
|
|
2281
|
+
export declare const ListTagsForResourceResponseFilterSensitiveLog: (
|
|
2282
|
+
obj: ListTagsForResourceResponse
|
|
2283
|
+
) => any;
|
|
2284
|
+
|
|
2285
|
+
export declare const PutAccountDedicatedIpWarmupAttributesRequestFilterSensitiveLog: (
|
|
2286
|
+
obj: PutAccountDedicatedIpWarmupAttributesRequest
|
|
2287
|
+
) => any;
|
|
2288
|
+
|
|
2289
|
+
export declare const PutAccountDedicatedIpWarmupAttributesResponseFilterSensitiveLog: (
|
|
2290
|
+
obj: PutAccountDedicatedIpWarmupAttributesResponse
|
|
2291
|
+
) => any;
|
|
2292
|
+
|
|
2293
|
+
export declare const PutAccountDetailsRequestFilterSensitiveLog: (
|
|
2294
|
+
obj: PutAccountDetailsRequest
|
|
2295
|
+
) => any;
|
|
2296
|
+
|
|
2297
|
+
export declare const PutAccountDetailsResponseFilterSensitiveLog: (
|
|
2298
|
+
obj: PutAccountDetailsResponse
|
|
2299
|
+
) => any;
|
|
2300
|
+
|
|
2301
|
+
export declare const PutAccountSendingAttributesRequestFilterSensitiveLog: (
|
|
2302
|
+
obj: PutAccountSendingAttributesRequest
|
|
2303
|
+
) => any;
|
|
2304
|
+
|
|
2305
|
+
export declare const PutAccountSendingAttributesResponseFilterSensitiveLog: (
|
|
2306
|
+
obj: PutAccountSendingAttributesResponse
|
|
2307
|
+
) => any;
|
|
2308
|
+
|
|
2309
|
+
export declare const PutAccountSuppressionAttributesRequestFilterSensitiveLog: (
|
|
2310
|
+
obj: PutAccountSuppressionAttributesRequest
|
|
2311
|
+
) => any;
|
|
2312
|
+
|
|
2313
|
+
export declare const PutAccountSuppressionAttributesResponseFilterSensitiveLog: (
|
|
2314
|
+
obj: PutAccountSuppressionAttributesResponse
|
|
2315
|
+
) => any;
|
|
2316
|
+
|
|
2317
|
+
export declare const PutConfigurationSetDeliveryOptionsRequestFilterSensitiveLog: (
|
|
2318
|
+
obj: PutConfigurationSetDeliveryOptionsRequest
|
|
2319
|
+
) => any;
|
|
2320
|
+
|
|
2321
|
+
export declare const PutConfigurationSetDeliveryOptionsResponseFilterSensitiveLog: (
|
|
2322
|
+
obj: PutConfigurationSetDeliveryOptionsResponse
|
|
2323
|
+
) => any;
|
|
2324
|
+
|
|
2325
|
+
export declare const PutConfigurationSetReputationOptionsRequestFilterSensitiveLog: (
|
|
2326
|
+
obj: PutConfigurationSetReputationOptionsRequest
|
|
2327
|
+
) => any;
|
|
2328
|
+
|
|
2329
|
+
export declare const PutConfigurationSetReputationOptionsResponseFilterSensitiveLog: (
|
|
2330
|
+
obj: PutConfigurationSetReputationOptionsResponse
|
|
2331
|
+
) => any;
|
|
2332
|
+
|
|
2333
|
+
export declare const PutConfigurationSetSendingOptionsRequestFilterSensitiveLog: (
|
|
2334
|
+
obj: PutConfigurationSetSendingOptionsRequest
|
|
2335
|
+
) => any;
|
|
2336
|
+
|
|
2337
|
+
export declare const PutConfigurationSetSendingOptionsResponseFilterSensitiveLog: (
|
|
2338
|
+
obj: PutConfigurationSetSendingOptionsResponse
|
|
2339
|
+
) => any;
|
|
2340
|
+
|
|
2341
|
+
export declare const PutConfigurationSetSuppressionOptionsRequestFilterSensitiveLog: (
|
|
2342
|
+
obj: PutConfigurationSetSuppressionOptionsRequest
|
|
2343
|
+
) => any;
|
|
2344
|
+
|
|
2345
|
+
export declare const PutConfigurationSetSuppressionOptionsResponseFilterSensitiveLog: (
|
|
2346
|
+
obj: PutConfigurationSetSuppressionOptionsResponse
|
|
2347
|
+
) => any;
|
|
2348
|
+
|
|
2349
|
+
export declare const PutConfigurationSetTrackingOptionsRequestFilterSensitiveLog: (
|
|
2350
|
+
obj: PutConfigurationSetTrackingOptionsRequest
|
|
2351
|
+
) => any;
|
|
2352
|
+
|
|
2353
|
+
export declare const PutConfigurationSetTrackingOptionsResponseFilterSensitiveLog: (
|
|
2354
|
+
obj: PutConfigurationSetTrackingOptionsResponse
|
|
2355
|
+
) => any;
|
|
2356
|
+
|
|
2357
|
+
export declare const PutDedicatedIpInPoolRequestFilterSensitiveLog: (
|
|
2358
|
+
obj: PutDedicatedIpInPoolRequest
|
|
2359
|
+
) => any;
|
|
2360
|
+
|
|
2361
|
+
export declare const PutDedicatedIpInPoolResponseFilterSensitiveLog: (
|
|
2362
|
+
obj: PutDedicatedIpInPoolResponse
|
|
2363
|
+
) => any;
|
|
2364
|
+
|
|
2365
|
+
export declare const PutDedicatedIpWarmupAttributesRequestFilterSensitiveLog: (
|
|
2366
|
+
obj: PutDedicatedIpWarmupAttributesRequest
|
|
2367
|
+
) => any;
|
|
2368
|
+
|
|
2369
|
+
export declare const PutDedicatedIpWarmupAttributesResponseFilterSensitiveLog: (
|
|
2370
|
+
obj: PutDedicatedIpWarmupAttributesResponse
|
|
2371
|
+
) => any;
|
|
2372
|
+
|
|
2373
|
+
export declare const PutDeliverabilityDashboardOptionRequestFilterSensitiveLog: (
|
|
2374
|
+
obj: PutDeliverabilityDashboardOptionRequest
|
|
2375
|
+
) => any;
|
|
2376
|
+
|
|
2377
|
+
export declare const PutDeliverabilityDashboardOptionResponseFilterSensitiveLog: (
|
|
2378
|
+
obj: PutDeliverabilityDashboardOptionResponse
|
|
2379
|
+
) => any;
|
|
2380
|
+
|
|
2381
|
+
export declare const PutEmailIdentityConfigurationSetAttributesRequestFilterSensitiveLog: (
|
|
2382
|
+
obj: PutEmailIdentityConfigurationSetAttributesRequest
|
|
2383
|
+
) => any;
|
|
2384
|
+
|
|
2385
|
+
export declare const PutEmailIdentityConfigurationSetAttributesResponseFilterSensitiveLog: (
|
|
2386
|
+
obj: PutEmailIdentityConfigurationSetAttributesResponse
|
|
2387
|
+
) => any;
|
|
2388
|
+
|
|
2389
|
+
export declare const PutEmailIdentityDkimAttributesRequestFilterSensitiveLog: (
|
|
2390
|
+
obj: PutEmailIdentityDkimAttributesRequest
|
|
2391
|
+
) => any;
|
|
2392
|
+
|
|
2393
|
+
export declare const PutEmailIdentityDkimAttributesResponseFilterSensitiveLog: (
|
|
2394
|
+
obj: PutEmailIdentityDkimAttributesResponse
|
|
2395
|
+
) => any;
|
|
2396
|
+
|
|
2397
|
+
export declare const PutEmailIdentityDkimSigningAttributesRequestFilterSensitiveLog: (
|
|
2398
|
+
obj: PutEmailIdentityDkimSigningAttributesRequest
|
|
2399
|
+
) => any;
|
|
2400
|
+
|
|
2401
|
+
export declare const PutEmailIdentityDkimSigningAttributesResponseFilterSensitiveLog: (
|
|
2402
|
+
obj: PutEmailIdentityDkimSigningAttributesResponse
|
|
2403
|
+
) => any;
|
|
2404
|
+
|
|
2405
|
+
export declare const PutEmailIdentityFeedbackAttributesRequestFilterSensitiveLog: (
|
|
2406
|
+
obj: PutEmailIdentityFeedbackAttributesRequest
|
|
2407
|
+
) => any;
|
|
2408
|
+
|
|
2409
|
+
export declare const PutEmailIdentityFeedbackAttributesResponseFilterSensitiveLog: (
|
|
2410
|
+
obj: PutEmailIdentityFeedbackAttributesResponse
|
|
2411
|
+
) => any;
|
|
2412
|
+
|
|
2413
|
+
export declare const PutEmailIdentityMailFromAttributesRequestFilterSensitiveLog: (
|
|
2414
|
+
obj: PutEmailIdentityMailFromAttributesRequest
|
|
2415
|
+
) => any;
|
|
2416
|
+
|
|
2417
|
+
export declare const PutEmailIdentityMailFromAttributesResponseFilterSensitiveLog: (
|
|
2418
|
+
obj: PutEmailIdentityMailFromAttributesResponse
|
|
2419
|
+
) => any;
|
|
2420
|
+
|
|
2421
|
+
export declare const PutSuppressedDestinationRequestFilterSensitiveLog: (
|
|
2422
|
+
obj: PutSuppressedDestinationRequest
|
|
2423
|
+
) => any;
|
|
2424
|
+
|
|
2425
|
+
export declare const PutSuppressedDestinationResponseFilterSensitiveLog: (
|
|
2426
|
+
obj: PutSuppressedDestinationResponse
|
|
2427
|
+
) => any;
|
|
2428
|
+
|
|
2429
|
+
export declare const SendBulkEmailRequestFilterSensitiveLog: (
|
|
2430
|
+
obj: SendBulkEmailRequest
|
|
2431
|
+
) => any;
|
|
2432
|
+
|
|
2433
|
+
export declare const SendBulkEmailResponseFilterSensitiveLog: (
|
|
2434
|
+
obj: SendBulkEmailResponse
|
|
2435
|
+
) => any;
|
|
2436
|
+
|
|
2437
|
+
export declare const SendCustomVerificationEmailRequestFilterSensitiveLog: (
|
|
2438
|
+
obj: SendCustomVerificationEmailRequest
|
|
2439
|
+
) => any;
|
|
2440
|
+
|
|
2441
|
+
export declare const SendCustomVerificationEmailResponseFilterSensitiveLog: (
|
|
2442
|
+
obj: SendCustomVerificationEmailResponse
|
|
2443
|
+
) => any;
|
|
2444
|
+
|
|
2445
|
+
export declare const SendEmailRequestFilterSensitiveLog: (
|
|
2446
|
+
obj: SendEmailRequest
|
|
2447
|
+
) => any;
|
|
2448
|
+
|
|
2449
|
+
export declare const SendEmailResponseFilterSensitiveLog: (
|
|
2450
|
+
obj: SendEmailResponse
|
|
2451
|
+
) => any;
|
|
2452
|
+
|
|
2453
|
+
export declare const TagResourceRequestFilterSensitiveLog: (
|
|
2454
|
+
obj: TagResourceRequest
|
|
2455
|
+
) => any;
|
|
2456
|
+
|
|
2457
|
+
export declare const TagResourceResponseFilterSensitiveLog: (
|
|
2458
|
+
obj: TagResourceResponse
|
|
2459
|
+
) => any;
|
|
2460
|
+
|
|
2461
|
+
export declare const TestRenderEmailTemplateRequestFilterSensitiveLog: (
|
|
2462
|
+
obj: TestRenderEmailTemplateRequest
|
|
2463
|
+
) => any;
|
|
2464
|
+
|
|
2465
|
+
export declare const TestRenderEmailTemplateResponseFilterSensitiveLog: (
|
|
2466
|
+
obj: TestRenderEmailTemplateResponse
|
|
2467
|
+
) => any;
|
|
2468
|
+
|
|
2469
|
+
export declare const UntagResourceRequestFilterSensitiveLog: (
|
|
2470
|
+
obj: UntagResourceRequest
|
|
2471
|
+
) => any;
|
|
2472
|
+
|
|
2473
|
+
export declare const UntagResourceResponseFilterSensitiveLog: (
|
|
2474
|
+
obj: UntagResourceResponse
|
|
2475
|
+
) => any;
|
|
2476
|
+
|
|
2477
|
+
export declare const UpdateConfigurationSetEventDestinationRequestFilterSensitiveLog: (
|
|
2478
|
+
obj: UpdateConfigurationSetEventDestinationRequest
|
|
2479
|
+
) => any;
|
|
2480
|
+
|
|
2481
|
+
export declare const UpdateConfigurationSetEventDestinationResponseFilterSensitiveLog: (
|
|
2482
|
+
obj: UpdateConfigurationSetEventDestinationResponse
|
|
2483
|
+
) => any;
|
|
2484
|
+
|
|
2485
|
+
export declare const UpdateContactRequestFilterSensitiveLog: (
|
|
2486
|
+
obj: UpdateContactRequest
|
|
2487
|
+
) => any;
|
|
2488
|
+
|
|
2489
|
+
export declare const UpdateContactResponseFilterSensitiveLog: (
|
|
2490
|
+
obj: UpdateContactResponse
|
|
2491
|
+
) => any;
|
|
2492
|
+
|
|
2493
|
+
export declare const UpdateContactListRequestFilterSensitiveLog: (
|
|
2494
|
+
obj: UpdateContactListRequest
|
|
2495
|
+
) => any;
|
|
2496
|
+
|
|
2497
|
+
export declare const UpdateContactListResponseFilterSensitiveLog: (
|
|
2498
|
+
obj: UpdateContactListResponse
|
|
2499
|
+
) => any;
|
|
2500
|
+
|
|
2501
|
+
export declare const UpdateCustomVerificationEmailTemplateRequestFilterSensitiveLog: (
|
|
2502
|
+
obj: UpdateCustomVerificationEmailTemplateRequest
|
|
2503
|
+
) => any;
|
|
2504
|
+
|
|
2505
|
+
export declare const UpdateCustomVerificationEmailTemplateResponseFilterSensitiveLog: (
|
|
2506
|
+
obj: UpdateCustomVerificationEmailTemplateResponse
|
|
2507
|
+
) => any;
|
|
2508
|
+
|
|
2509
|
+
export declare const UpdateEmailIdentityPolicyRequestFilterSensitiveLog: (
|
|
2510
|
+
obj: UpdateEmailIdentityPolicyRequest
|
|
2511
|
+
) => any;
|
|
2512
|
+
|
|
2513
|
+
export declare const UpdateEmailIdentityPolicyResponseFilterSensitiveLog: (
|
|
2514
|
+
obj: UpdateEmailIdentityPolicyResponse
|
|
2515
|
+
) => any;
|
|
2516
|
+
|
|
2517
|
+
export declare const UpdateEmailTemplateRequestFilterSensitiveLog: (
|
|
2518
|
+
obj: UpdateEmailTemplateRequest
|
|
2519
|
+
) => any;
|
|
2520
|
+
|
|
2521
|
+
export declare const UpdateEmailTemplateResponseFilterSensitiveLog: (
|
|
2522
|
+
obj: UpdateEmailTemplateResponse
|
|
2523
|
+
) => any;
|