@aws-sdk/client-pinpoint-email 3.169.0 → 3.171.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 +16 -0
- package/dist-types/ts3.4/PinpointEmail.d.ts +796 -215
- package/dist-types/ts3.4/PinpointEmailClient.d.ts +357 -115
- package/dist-types/ts3.4/commands/CreateConfigurationSetCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreateConfigurationSetEventDestinationCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreateDedicatedIpPoolCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreateDeliverabilityTestReportCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreateEmailIdentityCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/DeleteConfigurationSetCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DeleteConfigurationSetEventDestinationCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DeleteDedicatedIpPoolCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DeleteEmailIdentityCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/GetAccountCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/GetBlacklistReportsCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/GetConfigurationSetCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/GetConfigurationSetEventDestinationsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetDedicatedIpCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/GetDedicatedIpsCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/GetDeliverabilityDashboardOptionsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetDeliverabilityTestReportCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetDomainDeliverabilityCampaignCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetDomainStatisticsReportCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetEmailIdentityCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/ListConfigurationSetsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListDedicatedIpPoolsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListDeliverabilityTestReportsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListDomainDeliverabilityCampaignsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListEmailIdentitiesCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/PutAccountDedicatedIpWarmupAttributesCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/PutAccountSendingAttributesCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/PutConfigurationSetDeliveryOptionsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/PutConfigurationSetReputationOptionsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/PutConfigurationSetSendingOptionsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/PutConfigurationSetTrackingOptionsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/PutDedicatedIpInPoolCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/PutDedicatedIpWarmupAttributesCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/PutDeliverabilityDashboardOptionCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/PutEmailIdentityDkimAttributesCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/PutEmailIdentityFeedbackAttributesCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/PutEmailIdentityMailFromAttributesCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/SendEmailCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/UpdateConfigurationSetEventDestinationCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/index.d.ts +42 -42
- 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/PinpointEmailServiceException.d.ts +7 -6
- package/dist-types/ts3.4/models/index.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +927 -1221
- package/dist-types/ts3.4/pagination/GetDedicatedIpsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
- package/dist-types/ts3.4/pagination/ListConfigurationSetsPaginator.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/index.d.ts +7 -7
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +509 -128
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +65 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +65 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +66 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +10 -11
- package/package.json +34 -34
|
@@ -1,1221 +1,927 @@
|
|
|
1
|
-
import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
|
|
2
|
-
import { PinpointEmailServiceException as __BaseException } from "./PinpointEmailServiceException";
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
}
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
}
|
|
17
|
-
|
|
18
|
-
|
|
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
|
-
|
|
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
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
export interface
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
export interface
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
}
|
|
131
|
-
export
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
export interface
|
|
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
|
-
export
|
|
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
|
-
export interface
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
}
|
|
240
|
-
export
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
export interface
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
export
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
export
|
|
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
|
-
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
export interface
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
}
|
|
314
|
-
|
|
315
|
-
export
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
}
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
export interface
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
|
|
346
|
-
|
|
347
|
-
export interface
|
|
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
|
-
}
|
|
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
|
-
|
|
443
|
-
|
|
444
|
-
|
|
445
|
-
|
|
446
|
-
|
|
447
|
-
|
|
448
|
-
|
|
449
|
-
|
|
450
|
-
|
|
451
|
-
|
|
452
|
-
|
|
453
|
-
|
|
454
|
-
|
|
455
|
-
|
|
456
|
-
|
|
457
|
-
|
|
458
|
-
|
|
459
|
-
|
|
460
|
-
|
|
461
|
-
|
|
462
|
-
|
|
463
|
-
|
|
464
|
-
|
|
465
|
-
|
|
466
|
-
|
|
467
|
-
|
|
468
|
-
|
|
469
|
-
export interface
|
|
470
|
-
|
|
471
|
-
|
|
472
|
-
|
|
473
|
-
|
|
474
|
-
|
|
475
|
-
|
|
476
|
-
export interface
|
|
477
|
-
|
|
478
|
-
|
|
479
|
-
|
|
480
|
-
|
|
481
|
-
|
|
482
|
-
|
|
483
|
-
|
|
484
|
-
export interface
|
|
485
|
-
|
|
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
|
-
export interface
|
|
514
|
-
|
|
515
|
-
|
|
516
|
-
}
|
|
517
|
-
|
|
518
|
-
export interface
|
|
519
|
-
|
|
520
|
-
|
|
521
|
-
|
|
522
|
-
|
|
523
|
-
|
|
524
|
-
|
|
525
|
-
|
|
526
|
-
|
|
527
|
-
|
|
528
|
-
|
|
529
|
-
|
|
530
|
-
|
|
531
|
-
}
|
|
532
|
-
|
|
533
|
-
export interface
|
|
534
|
-
|
|
535
|
-
|
|
536
|
-
|
|
537
|
-
|
|
538
|
-
|
|
539
|
-
|
|
540
|
-
|
|
541
|
-
|
|
542
|
-
|
|
543
|
-
|
|
544
|
-
|
|
545
|
-
|
|
546
|
-
|
|
547
|
-
|
|
548
|
-
|
|
549
|
-
|
|
550
|
-
|
|
551
|
-
}
|
|
552
|
-
|
|
553
|
-
export interface
|
|
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
|
-
|
|
594
|
-
|
|
595
|
-
|
|
596
|
-
|
|
597
|
-
|
|
598
|
-
|
|
599
|
-
|
|
600
|
-
|
|
601
|
-
|
|
602
|
-
export
|
|
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
|
-
|
|
638
|
-
|
|
639
|
-
|
|
640
|
-
|
|
641
|
-
|
|
642
|
-
|
|
643
|
-
|
|
644
|
-
|
|
645
|
-
|
|
646
|
-
|
|
647
|
-
|
|
648
|
-
|
|
649
|
-
export
|
|
650
|
-
|
|
651
|
-
|
|
652
|
-
|
|
653
|
-
|
|
654
|
-
|
|
655
|
-
|
|
656
|
-
|
|
657
|
-
|
|
658
|
-
|
|
659
|
-
|
|
660
|
-
|
|
661
|
-
|
|
662
|
-
|
|
663
|
-
|
|
664
|
-
|
|
665
|
-
|
|
666
|
-
|
|
667
|
-
|
|
668
|
-
|
|
669
|
-
export declare
|
|
670
|
-
|
|
671
|
-
|
|
672
|
-
|
|
673
|
-
|
|
674
|
-
|
|
675
|
-
|
|
676
|
-
|
|
677
|
-
|
|
678
|
-
|
|
679
|
-
|
|
680
|
-
|
|
681
|
-
|
|
682
|
-
|
|
683
|
-
|
|
684
|
-
|
|
685
|
-
|
|
686
|
-
|
|
687
|
-
|
|
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
|
-
export
|
|
719
|
-
|
|
720
|
-
|
|
721
|
-
|
|
722
|
-
|
|
723
|
-
|
|
724
|
-
|
|
725
|
-
export
|
|
726
|
-
|
|
727
|
-
|
|
728
|
-
|
|
729
|
-
|
|
730
|
-
|
|
731
|
-
|
|
732
|
-
|
|
733
|
-
|
|
734
|
-
|
|
735
|
-
|
|
736
|
-
|
|
737
|
-
|
|
738
|
-
|
|
739
|
-
|
|
740
|
-
|
|
741
|
-
|
|
742
|
-
|
|
743
|
-
|
|
744
|
-
|
|
745
|
-
|
|
746
|
-
export
|
|
747
|
-
|
|
748
|
-
|
|
749
|
-
|
|
750
|
-
|
|
751
|
-
|
|
752
|
-
|
|
753
|
-
|
|
754
|
-
|
|
755
|
-
|
|
756
|
-
|
|
757
|
-
|
|
758
|
-
|
|
759
|
-
export
|
|
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
|
-
|
|
785
|
-
|
|
786
|
-
|
|
787
|
-
|
|
788
|
-
|
|
789
|
-
|
|
790
|
-
|
|
791
|
-
|
|
792
|
-
|
|
793
|
-
|
|
794
|
-
|
|
795
|
-
|
|
796
|
-
|
|
797
|
-
|
|
798
|
-
|
|
799
|
-
|
|
800
|
-
|
|
801
|
-
|
|
802
|
-
export
|
|
803
|
-
|
|
804
|
-
|
|
805
|
-
export
|
|
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
|
-
export
|
|
843
|
-
|
|
844
|
-
|
|
845
|
-
export
|
|
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
|
-
export
|
|
873
|
-
|
|
874
|
-
|
|
875
|
-
export
|
|
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
|
-
export
|
|
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
|
-
Name: string | undefined;
|
|
929
|
-
|
|
930
|
-
Value: string | undefined;
|
|
931
|
-
}
|
|
932
|
-
|
|
933
|
-
export interface SendEmailRequest {
|
|
934
|
-
|
|
935
|
-
FromEmailAddress?: string;
|
|
936
|
-
|
|
937
|
-
Destination: Destination | undefined;
|
|
938
|
-
|
|
939
|
-
ReplyToAddresses?: string[];
|
|
940
|
-
|
|
941
|
-
FeedbackForwardingEmailAddress?: string;
|
|
942
|
-
|
|
943
|
-
Content: EmailContent | undefined;
|
|
944
|
-
|
|
945
|
-
EmailTags?: MessageTag[];
|
|
946
|
-
|
|
947
|
-
ConfigurationSetName?: string;
|
|
948
|
-
}
|
|
949
|
-
|
|
950
|
-
export interface SendEmailResponse {
|
|
951
|
-
|
|
952
|
-
MessageId?: string;
|
|
953
|
-
}
|
|
954
|
-
export interface TagResourceRequest {
|
|
955
|
-
|
|
956
|
-
ResourceArn: string | undefined;
|
|
957
|
-
|
|
958
|
-
Tags: Tag[] | undefined;
|
|
959
|
-
}
|
|
960
|
-
export interface TagResourceResponse {
|
|
961
|
-
}
|
|
962
|
-
export interface UntagResourceRequest {
|
|
963
|
-
|
|
964
|
-
ResourceArn: string | undefined;
|
|
965
|
-
|
|
966
|
-
TagKeys: string[] | undefined;
|
|
967
|
-
}
|
|
968
|
-
export interface UntagResourceResponse {
|
|
969
|
-
}
|
|
970
|
-
|
|
971
|
-
export interface UpdateConfigurationSetEventDestinationRequest {
|
|
972
|
-
|
|
973
|
-
ConfigurationSetName: string | undefined;
|
|
974
|
-
|
|
975
|
-
EventDestinationName: string | undefined;
|
|
976
|
-
|
|
977
|
-
EventDestination: EventDestinationDefinition | undefined;
|
|
978
|
-
}
|
|
979
|
-
|
|
980
|
-
export interface UpdateConfigurationSetEventDestinationResponse {
|
|
981
|
-
}
|
|
982
|
-
|
|
983
|
-
export declare const DeliveryOptionsFilterSensitiveLog: (obj: DeliveryOptions) => any;
|
|
984
|
-
|
|
985
|
-
export declare const ReputationOptionsFilterSensitiveLog: (obj: ReputationOptions) => any;
|
|
986
|
-
|
|
987
|
-
export declare const SendingOptionsFilterSensitiveLog: (obj: SendingOptions) => any;
|
|
988
|
-
|
|
989
|
-
export declare const TagFilterSensitiveLog: (obj: Tag) => any;
|
|
990
|
-
|
|
991
|
-
export declare const TrackingOptionsFilterSensitiveLog: (obj: TrackingOptions) => any;
|
|
992
|
-
|
|
993
|
-
export declare const CreateConfigurationSetRequestFilterSensitiveLog: (obj: CreateConfigurationSetRequest) => any;
|
|
994
|
-
|
|
995
|
-
export declare const CreateConfigurationSetResponseFilterSensitiveLog: (obj: CreateConfigurationSetResponse) => any;
|
|
996
|
-
|
|
997
|
-
export declare const CloudWatchDimensionConfigurationFilterSensitiveLog: (obj: CloudWatchDimensionConfiguration) => any;
|
|
998
|
-
|
|
999
|
-
export declare const CloudWatchDestinationFilterSensitiveLog: (obj: CloudWatchDestination) => any;
|
|
1000
|
-
|
|
1001
|
-
export declare const KinesisFirehoseDestinationFilterSensitiveLog: (obj: KinesisFirehoseDestination) => any;
|
|
1002
|
-
|
|
1003
|
-
export declare const PinpointDestinationFilterSensitiveLog: (obj: PinpointDestination) => any;
|
|
1004
|
-
|
|
1005
|
-
export declare const SnsDestinationFilterSensitiveLog: (obj: SnsDestination) => any;
|
|
1006
|
-
|
|
1007
|
-
export declare const EventDestinationDefinitionFilterSensitiveLog: (obj: EventDestinationDefinition) => any;
|
|
1008
|
-
|
|
1009
|
-
export declare const CreateConfigurationSetEventDestinationRequestFilterSensitiveLog: (obj: CreateConfigurationSetEventDestinationRequest) => any;
|
|
1010
|
-
|
|
1011
|
-
export declare const CreateConfigurationSetEventDestinationResponseFilterSensitiveLog: (obj: CreateConfigurationSetEventDestinationResponse) => any;
|
|
1012
|
-
|
|
1013
|
-
export declare const CreateDedicatedIpPoolRequestFilterSensitiveLog: (obj: CreateDedicatedIpPoolRequest) => any;
|
|
1014
|
-
|
|
1015
|
-
export declare const CreateDedicatedIpPoolResponseFilterSensitiveLog: (obj: CreateDedicatedIpPoolResponse) => any;
|
|
1016
|
-
|
|
1017
|
-
export declare const RawMessageFilterSensitiveLog: (obj: RawMessage) => any;
|
|
1018
|
-
|
|
1019
|
-
export declare const ContentFilterSensitiveLog: (obj: Content) => any;
|
|
1020
|
-
|
|
1021
|
-
export declare const BodyFilterSensitiveLog: (obj: Body) => any;
|
|
1022
|
-
|
|
1023
|
-
export declare const MessageFilterSensitiveLog: (obj: Message) => any;
|
|
1024
|
-
|
|
1025
|
-
export declare const TemplateFilterSensitiveLog: (obj: Template) => any;
|
|
1026
|
-
|
|
1027
|
-
export declare const EmailContentFilterSensitiveLog: (obj: EmailContent) => any;
|
|
1028
|
-
|
|
1029
|
-
export declare const CreateDeliverabilityTestReportRequestFilterSensitiveLog: (obj: CreateDeliverabilityTestReportRequest) => any;
|
|
1030
|
-
|
|
1031
|
-
export declare const CreateDeliverabilityTestReportResponseFilterSensitiveLog: (obj: CreateDeliverabilityTestReportResponse) => any;
|
|
1032
|
-
|
|
1033
|
-
export declare const CreateEmailIdentityRequestFilterSensitiveLog: (obj: CreateEmailIdentityRequest) => any;
|
|
1034
|
-
|
|
1035
|
-
export declare const DkimAttributesFilterSensitiveLog: (obj: DkimAttributes) => any;
|
|
1036
|
-
|
|
1037
|
-
export declare const CreateEmailIdentityResponseFilterSensitiveLog: (obj: CreateEmailIdentityResponse) => any;
|
|
1038
|
-
|
|
1039
|
-
export declare const DeleteConfigurationSetRequestFilterSensitiveLog: (obj: DeleteConfigurationSetRequest) => any;
|
|
1040
|
-
|
|
1041
|
-
export declare const DeleteConfigurationSetResponseFilterSensitiveLog: (obj: DeleteConfigurationSetResponse) => any;
|
|
1042
|
-
|
|
1043
|
-
export declare const DeleteConfigurationSetEventDestinationRequestFilterSensitiveLog: (obj: DeleteConfigurationSetEventDestinationRequest) => any;
|
|
1044
|
-
|
|
1045
|
-
export declare const DeleteConfigurationSetEventDestinationResponseFilterSensitiveLog: (obj: DeleteConfigurationSetEventDestinationResponse) => any;
|
|
1046
|
-
|
|
1047
|
-
export declare const DeleteDedicatedIpPoolRequestFilterSensitiveLog: (obj: DeleteDedicatedIpPoolRequest) => any;
|
|
1048
|
-
|
|
1049
|
-
export declare const DeleteDedicatedIpPoolResponseFilterSensitiveLog: (obj: DeleteDedicatedIpPoolResponse) => any;
|
|
1050
|
-
|
|
1051
|
-
export declare const DeleteEmailIdentityRequestFilterSensitiveLog: (obj: DeleteEmailIdentityRequest) => any;
|
|
1052
|
-
|
|
1053
|
-
export declare const DeleteEmailIdentityResponseFilterSensitiveLog: (obj: DeleteEmailIdentityResponse) => any;
|
|
1054
|
-
|
|
1055
|
-
export declare const GetAccountRequestFilterSensitiveLog: (obj: GetAccountRequest) => any;
|
|
1056
|
-
|
|
1057
|
-
export declare const SendQuotaFilterSensitiveLog: (obj: SendQuota) => any;
|
|
1058
|
-
|
|
1059
|
-
export declare const GetAccountResponseFilterSensitiveLog: (obj: GetAccountResponse) => any;
|
|
1060
|
-
|
|
1061
|
-
export declare const GetBlacklistReportsRequestFilterSensitiveLog: (obj: GetBlacklistReportsRequest) => any;
|
|
1062
|
-
|
|
1063
|
-
export declare const BlacklistEntryFilterSensitiveLog: (obj: BlacklistEntry) => any;
|
|
1064
|
-
|
|
1065
|
-
export declare const GetBlacklistReportsResponseFilterSensitiveLog: (obj: GetBlacklistReportsResponse) => any;
|
|
1066
|
-
|
|
1067
|
-
export declare const GetConfigurationSetRequestFilterSensitiveLog: (obj: GetConfigurationSetRequest) => any;
|
|
1068
|
-
|
|
1069
|
-
export declare const GetConfigurationSetResponseFilterSensitiveLog: (obj: GetConfigurationSetResponse) => any;
|
|
1070
|
-
|
|
1071
|
-
export declare const GetConfigurationSetEventDestinationsRequestFilterSensitiveLog: (obj: GetConfigurationSetEventDestinationsRequest) => any;
|
|
1072
|
-
|
|
1073
|
-
export declare const EventDestinationFilterSensitiveLog: (obj: EventDestination) => any;
|
|
1074
|
-
|
|
1075
|
-
export declare const GetConfigurationSetEventDestinationsResponseFilterSensitiveLog: (obj: GetConfigurationSetEventDestinationsResponse) => any;
|
|
1076
|
-
|
|
1077
|
-
export declare const GetDedicatedIpRequestFilterSensitiveLog: (obj: GetDedicatedIpRequest) => any;
|
|
1078
|
-
|
|
1079
|
-
export declare const DedicatedIpFilterSensitiveLog: (obj: DedicatedIp) => any;
|
|
1080
|
-
|
|
1081
|
-
export declare const GetDedicatedIpResponseFilterSensitiveLog: (obj: GetDedicatedIpResponse) => any;
|
|
1082
|
-
|
|
1083
|
-
export declare const GetDedicatedIpsRequestFilterSensitiveLog: (obj: GetDedicatedIpsRequest) => any;
|
|
1084
|
-
|
|
1085
|
-
export declare const GetDedicatedIpsResponseFilterSensitiveLog: (obj: GetDedicatedIpsResponse) => any;
|
|
1086
|
-
|
|
1087
|
-
export declare const GetDeliverabilityDashboardOptionsRequestFilterSensitiveLog: (obj: GetDeliverabilityDashboardOptionsRequest) => any;
|
|
1088
|
-
|
|
1089
|
-
export declare const InboxPlacementTrackingOptionFilterSensitiveLog: (obj: InboxPlacementTrackingOption) => any;
|
|
1090
|
-
|
|
1091
|
-
export declare const DomainDeliverabilityTrackingOptionFilterSensitiveLog: (obj: DomainDeliverabilityTrackingOption) => any;
|
|
1092
|
-
|
|
1093
|
-
export declare const GetDeliverabilityDashboardOptionsResponseFilterSensitiveLog: (obj: GetDeliverabilityDashboardOptionsResponse) => any;
|
|
1094
|
-
|
|
1095
|
-
export declare const GetDeliverabilityTestReportRequestFilterSensitiveLog: (obj: GetDeliverabilityTestReportRequest) => any;
|
|
1096
|
-
|
|
1097
|
-
export declare const DeliverabilityTestReportFilterSensitiveLog: (obj: DeliverabilityTestReport) => any;
|
|
1098
|
-
|
|
1099
|
-
export declare const PlacementStatisticsFilterSensitiveLog: (obj: PlacementStatistics) => any;
|
|
1100
|
-
|
|
1101
|
-
export declare const IspPlacementFilterSensitiveLog: (obj: IspPlacement) => any;
|
|
1102
|
-
|
|
1103
|
-
export declare const GetDeliverabilityTestReportResponseFilterSensitiveLog: (obj: GetDeliverabilityTestReportResponse) => any;
|
|
1104
|
-
|
|
1105
|
-
export declare const GetDomainDeliverabilityCampaignRequestFilterSensitiveLog: (obj: GetDomainDeliverabilityCampaignRequest) => any;
|
|
1106
|
-
|
|
1107
|
-
export declare const DomainDeliverabilityCampaignFilterSensitiveLog: (obj: DomainDeliverabilityCampaign) => any;
|
|
1108
|
-
|
|
1109
|
-
export declare const GetDomainDeliverabilityCampaignResponseFilterSensitiveLog: (obj: GetDomainDeliverabilityCampaignResponse) => any;
|
|
1110
|
-
|
|
1111
|
-
export declare const GetDomainStatisticsReportRequestFilterSensitiveLog: (obj: GetDomainStatisticsReportRequest) => any;
|
|
1112
|
-
|
|
1113
|
-
export declare const DomainIspPlacementFilterSensitiveLog: (obj: DomainIspPlacement) => any;
|
|
1114
|
-
|
|
1115
|
-
export declare const VolumeStatisticsFilterSensitiveLog: (obj: VolumeStatistics) => any;
|
|
1116
|
-
|
|
1117
|
-
export declare const DailyVolumeFilterSensitiveLog: (obj: DailyVolume) => any;
|
|
1118
|
-
|
|
1119
|
-
export declare const OverallVolumeFilterSensitiveLog: (obj: OverallVolume) => any;
|
|
1120
|
-
|
|
1121
|
-
export declare const GetDomainStatisticsReportResponseFilterSensitiveLog: (obj: GetDomainStatisticsReportResponse) => any;
|
|
1122
|
-
|
|
1123
|
-
export declare const GetEmailIdentityRequestFilterSensitiveLog: (obj: GetEmailIdentityRequest) => any;
|
|
1124
|
-
|
|
1125
|
-
export declare const MailFromAttributesFilterSensitiveLog: (obj: MailFromAttributes) => any;
|
|
1126
|
-
|
|
1127
|
-
export declare const GetEmailIdentityResponseFilterSensitiveLog: (obj: GetEmailIdentityResponse) => any;
|
|
1128
|
-
|
|
1129
|
-
export declare const ListConfigurationSetsRequestFilterSensitiveLog: (obj: ListConfigurationSetsRequest) => any;
|
|
1130
|
-
|
|
1131
|
-
export declare const ListConfigurationSetsResponseFilterSensitiveLog: (obj: ListConfigurationSetsResponse) => any;
|
|
1132
|
-
|
|
1133
|
-
export declare const ListDedicatedIpPoolsRequestFilterSensitiveLog: (obj: ListDedicatedIpPoolsRequest) => any;
|
|
1134
|
-
|
|
1135
|
-
export declare const ListDedicatedIpPoolsResponseFilterSensitiveLog: (obj: ListDedicatedIpPoolsResponse) => any;
|
|
1136
|
-
|
|
1137
|
-
export declare const ListDeliverabilityTestReportsRequestFilterSensitiveLog: (obj: ListDeliverabilityTestReportsRequest) => any;
|
|
1138
|
-
|
|
1139
|
-
export declare const ListDeliverabilityTestReportsResponseFilterSensitiveLog: (obj: ListDeliverabilityTestReportsResponse) => any;
|
|
1140
|
-
|
|
1141
|
-
export declare const ListDomainDeliverabilityCampaignsRequestFilterSensitiveLog: (obj: ListDomainDeliverabilityCampaignsRequest) => any;
|
|
1142
|
-
|
|
1143
|
-
export declare const ListDomainDeliverabilityCampaignsResponseFilterSensitiveLog: (obj: ListDomainDeliverabilityCampaignsResponse) => any;
|
|
1144
|
-
|
|
1145
|
-
export declare const ListEmailIdentitiesRequestFilterSensitiveLog: (obj: ListEmailIdentitiesRequest) => any;
|
|
1146
|
-
|
|
1147
|
-
export declare const IdentityInfoFilterSensitiveLog: (obj: IdentityInfo) => any;
|
|
1148
|
-
|
|
1149
|
-
export declare const ListEmailIdentitiesResponseFilterSensitiveLog: (obj: ListEmailIdentitiesResponse) => any;
|
|
1150
|
-
|
|
1151
|
-
export declare const ListTagsForResourceRequestFilterSensitiveLog: (obj: ListTagsForResourceRequest) => any;
|
|
1152
|
-
|
|
1153
|
-
export declare const ListTagsForResourceResponseFilterSensitiveLog: (obj: ListTagsForResourceResponse) => any;
|
|
1154
|
-
|
|
1155
|
-
export declare const PutAccountDedicatedIpWarmupAttributesRequestFilterSensitiveLog: (obj: PutAccountDedicatedIpWarmupAttributesRequest) => any;
|
|
1156
|
-
|
|
1157
|
-
export declare const PutAccountDedicatedIpWarmupAttributesResponseFilterSensitiveLog: (obj: PutAccountDedicatedIpWarmupAttributesResponse) => any;
|
|
1158
|
-
|
|
1159
|
-
export declare const PutAccountSendingAttributesRequestFilterSensitiveLog: (obj: PutAccountSendingAttributesRequest) => any;
|
|
1160
|
-
|
|
1161
|
-
export declare const PutAccountSendingAttributesResponseFilterSensitiveLog: (obj: PutAccountSendingAttributesResponse) => any;
|
|
1162
|
-
|
|
1163
|
-
export declare const PutConfigurationSetDeliveryOptionsRequestFilterSensitiveLog: (obj: PutConfigurationSetDeliveryOptionsRequest) => any;
|
|
1164
|
-
|
|
1165
|
-
export declare const PutConfigurationSetDeliveryOptionsResponseFilterSensitiveLog: (obj: PutConfigurationSetDeliveryOptionsResponse) => any;
|
|
1166
|
-
|
|
1167
|
-
export declare const PutConfigurationSetReputationOptionsRequestFilterSensitiveLog: (obj: PutConfigurationSetReputationOptionsRequest) => any;
|
|
1168
|
-
|
|
1169
|
-
export declare const PutConfigurationSetReputationOptionsResponseFilterSensitiveLog: (obj: PutConfigurationSetReputationOptionsResponse) => any;
|
|
1170
|
-
|
|
1171
|
-
export declare const PutConfigurationSetSendingOptionsRequestFilterSensitiveLog: (obj: PutConfigurationSetSendingOptionsRequest) => any;
|
|
1172
|
-
|
|
1173
|
-
export declare const PutConfigurationSetSendingOptionsResponseFilterSensitiveLog: (obj: PutConfigurationSetSendingOptionsResponse) => any;
|
|
1174
|
-
|
|
1175
|
-
export declare const PutConfigurationSetTrackingOptionsRequestFilterSensitiveLog: (obj: PutConfigurationSetTrackingOptionsRequest) => any;
|
|
1176
|
-
|
|
1177
|
-
export declare const PutConfigurationSetTrackingOptionsResponseFilterSensitiveLog: (obj: PutConfigurationSetTrackingOptionsResponse) => any;
|
|
1178
|
-
|
|
1179
|
-
export declare const PutDedicatedIpInPoolRequestFilterSensitiveLog: (obj: PutDedicatedIpInPoolRequest) => any;
|
|
1180
|
-
|
|
1181
|
-
export declare const PutDedicatedIpInPoolResponseFilterSensitiveLog: (obj: PutDedicatedIpInPoolResponse) => any;
|
|
1182
|
-
|
|
1183
|
-
export declare const PutDedicatedIpWarmupAttributesRequestFilterSensitiveLog: (obj: PutDedicatedIpWarmupAttributesRequest) => any;
|
|
1184
|
-
|
|
1185
|
-
export declare const PutDedicatedIpWarmupAttributesResponseFilterSensitiveLog: (obj: PutDedicatedIpWarmupAttributesResponse) => any;
|
|
1186
|
-
|
|
1187
|
-
export declare const PutDeliverabilityDashboardOptionRequestFilterSensitiveLog: (obj: PutDeliverabilityDashboardOptionRequest) => any;
|
|
1188
|
-
|
|
1189
|
-
export declare const PutDeliverabilityDashboardOptionResponseFilterSensitiveLog: (obj: PutDeliverabilityDashboardOptionResponse) => any;
|
|
1190
|
-
|
|
1191
|
-
export declare const PutEmailIdentityDkimAttributesRequestFilterSensitiveLog: (obj: PutEmailIdentityDkimAttributesRequest) => any;
|
|
1192
|
-
|
|
1193
|
-
export declare const PutEmailIdentityDkimAttributesResponseFilterSensitiveLog: (obj: PutEmailIdentityDkimAttributesResponse) => any;
|
|
1194
|
-
|
|
1195
|
-
export declare const PutEmailIdentityFeedbackAttributesRequestFilterSensitiveLog: (obj: PutEmailIdentityFeedbackAttributesRequest) => any;
|
|
1196
|
-
|
|
1197
|
-
export declare const PutEmailIdentityFeedbackAttributesResponseFilterSensitiveLog: (obj: PutEmailIdentityFeedbackAttributesResponse) => any;
|
|
1198
|
-
|
|
1199
|
-
export declare const PutEmailIdentityMailFromAttributesRequestFilterSensitiveLog: (obj: PutEmailIdentityMailFromAttributesRequest) => any;
|
|
1200
|
-
|
|
1201
|
-
export declare const PutEmailIdentityMailFromAttributesResponseFilterSensitiveLog: (obj: PutEmailIdentityMailFromAttributesResponse) => any;
|
|
1202
|
-
|
|
1203
|
-
export declare const DestinationFilterSensitiveLog: (obj: Destination) => any;
|
|
1204
|
-
|
|
1205
|
-
export declare const MessageTagFilterSensitiveLog: (obj: MessageTag) => any;
|
|
1206
|
-
|
|
1207
|
-
export declare const SendEmailRequestFilterSensitiveLog: (obj: SendEmailRequest) => any;
|
|
1208
|
-
|
|
1209
|
-
export declare const SendEmailResponseFilterSensitiveLog: (obj: SendEmailResponse) => any;
|
|
1210
|
-
|
|
1211
|
-
export declare const TagResourceRequestFilterSensitiveLog: (obj: TagResourceRequest) => any;
|
|
1212
|
-
|
|
1213
|
-
export declare const TagResourceResponseFilterSensitiveLog: (obj: TagResourceResponse) => any;
|
|
1214
|
-
|
|
1215
|
-
export declare const UntagResourceRequestFilterSensitiveLog: (obj: UntagResourceRequest) => any;
|
|
1216
|
-
|
|
1217
|
-
export declare const UntagResourceResponseFilterSensitiveLog: (obj: UntagResourceResponse) => any;
|
|
1218
|
-
|
|
1219
|
-
export declare const UpdateConfigurationSetEventDestinationRequestFilterSensitiveLog: (obj: UpdateConfigurationSetEventDestinationRequest) => any;
|
|
1220
|
-
|
|
1221
|
-
export declare const UpdateConfigurationSetEventDestinationResponseFilterSensitiveLog: (obj: UpdateConfigurationSetEventDestinationResponse) => any;
|
|
1
|
+
import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { PinpointEmailServiceException as __BaseException } from "./PinpointEmailServiceException";
|
|
3
|
+
export declare class AccountSuspendedException extends __BaseException {
|
|
4
|
+
readonly name: "AccountSuspendedException";
|
|
5
|
+
readonly $fault: "client";
|
|
6
|
+
constructor(
|
|
7
|
+
opts: __ExceptionOptionType<AccountSuspendedException, __BaseException>
|
|
8
|
+
);
|
|
9
|
+
}
|
|
10
|
+
export declare class AlreadyExistsException extends __BaseException {
|
|
11
|
+
readonly name: "AlreadyExistsException";
|
|
12
|
+
readonly $fault: "client";
|
|
13
|
+
constructor(
|
|
14
|
+
opts: __ExceptionOptionType<AlreadyExistsException, __BaseException>
|
|
15
|
+
);
|
|
16
|
+
}
|
|
17
|
+
export declare class BadRequestException extends __BaseException {
|
|
18
|
+
readonly name: "BadRequestException";
|
|
19
|
+
readonly $fault: "client";
|
|
20
|
+
constructor(
|
|
21
|
+
opts: __ExceptionOptionType<BadRequestException, __BaseException>
|
|
22
|
+
);
|
|
23
|
+
}
|
|
24
|
+
export declare class ConcurrentModificationException extends __BaseException {
|
|
25
|
+
readonly name: "ConcurrentModificationException";
|
|
26
|
+
readonly $fault: "server";
|
|
27
|
+
constructor(
|
|
28
|
+
opts: __ExceptionOptionType<
|
|
29
|
+
ConcurrentModificationException,
|
|
30
|
+
__BaseException
|
|
31
|
+
>
|
|
32
|
+
);
|
|
33
|
+
}
|
|
34
|
+
export declare enum TlsPolicy {
|
|
35
|
+
OPTIONAL = "OPTIONAL",
|
|
36
|
+
REQUIRE = "REQUIRE",
|
|
37
|
+
}
|
|
38
|
+
export interface DeliveryOptions {
|
|
39
|
+
TlsPolicy?: TlsPolicy | string;
|
|
40
|
+
SendingPoolName?: string;
|
|
41
|
+
}
|
|
42
|
+
export interface ReputationOptions {
|
|
43
|
+
ReputationMetricsEnabled?: boolean;
|
|
44
|
+
LastFreshStart?: Date;
|
|
45
|
+
}
|
|
46
|
+
export interface SendingOptions {
|
|
47
|
+
SendingEnabled?: boolean;
|
|
48
|
+
}
|
|
49
|
+
export interface Tag {
|
|
50
|
+
Key: string | undefined;
|
|
51
|
+
Value: string | undefined;
|
|
52
|
+
}
|
|
53
|
+
export interface TrackingOptions {
|
|
54
|
+
CustomRedirectDomain: string | undefined;
|
|
55
|
+
}
|
|
56
|
+
export interface CreateConfigurationSetRequest {
|
|
57
|
+
ConfigurationSetName: string | undefined;
|
|
58
|
+
TrackingOptions?: TrackingOptions;
|
|
59
|
+
DeliveryOptions?: DeliveryOptions;
|
|
60
|
+
ReputationOptions?: ReputationOptions;
|
|
61
|
+
SendingOptions?: SendingOptions;
|
|
62
|
+
Tags?: Tag[];
|
|
63
|
+
}
|
|
64
|
+
export interface CreateConfigurationSetResponse {}
|
|
65
|
+
export declare class LimitExceededException extends __BaseException {
|
|
66
|
+
readonly name: "LimitExceededException";
|
|
67
|
+
readonly $fault: "client";
|
|
68
|
+
constructor(
|
|
69
|
+
opts: __ExceptionOptionType<LimitExceededException, __BaseException>
|
|
70
|
+
);
|
|
71
|
+
}
|
|
72
|
+
export declare class NotFoundException extends __BaseException {
|
|
73
|
+
readonly name: "NotFoundException";
|
|
74
|
+
readonly $fault: "client";
|
|
75
|
+
constructor(opts: __ExceptionOptionType<NotFoundException, __BaseException>);
|
|
76
|
+
}
|
|
77
|
+
export declare class TooManyRequestsException extends __BaseException {
|
|
78
|
+
readonly name: "TooManyRequestsException";
|
|
79
|
+
readonly $fault: "client";
|
|
80
|
+
constructor(
|
|
81
|
+
opts: __ExceptionOptionType<TooManyRequestsException, __BaseException>
|
|
82
|
+
);
|
|
83
|
+
}
|
|
84
|
+
export declare enum DimensionValueSource {
|
|
85
|
+
EMAIL_HEADER = "EMAIL_HEADER",
|
|
86
|
+
LINK_TAG = "LINK_TAG",
|
|
87
|
+
MESSAGE_TAG = "MESSAGE_TAG",
|
|
88
|
+
}
|
|
89
|
+
export interface CloudWatchDimensionConfiguration {
|
|
90
|
+
DimensionName: string | undefined;
|
|
91
|
+
DimensionValueSource: DimensionValueSource | string | undefined;
|
|
92
|
+
DefaultDimensionValue: string | undefined;
|
|
93
|
+
}
|
|
94
|
+
export interface CloudWatchDestination {
|
|
95
|
+
DimensionConfigurations: CloudWatchDimensionConfiguration[] | undefined;
|
|
96
|
+
}
|
|
97
|
+
export interface KinesisFirehoseDestination {
|
|
98
|
+
IamRoleArn: string | undefined;
|
|
99
|
+
DeliveryStreamArn: string | undefined;
|
|
100
|
+
}
|
|
101
|
+
export declare enum EventType {
|
|
102
|
+
BOUNCE = "BOUNCE",
|
|
103
|
+
CLICK = "CLICK",
|
|
104
|
+
COMPLAINT = "COMPLAINT",
|
|
105
|
+
DELIVERY = "DELIVERY",
|
|
106
|
+
OPEN = "OPEN",
|
|
107
|
+
REJECT = "REJECT",
|
|
108
|
+
RENDERING_FAILURE = "RENDERING_FAILURE",
|
|
109
|
+
SEND = "SEND",
|
|
110
|
+
}
|
|
111
|
+
export interface PinpointDestination {
|
|
112
|
+
ApplicationArn?: string;
|
|
113
|
+
}
|
|
114
|
+
export interface SnsDestination {
|
|
115
|
+
TopicArn: string | undefined;
|
|
116
|
+
}
|
|
117
|
+
export interface EventDestinationDefinition {
|
|
118
|
+
Enabled?: boolean;
|
|
119
|
+
MatchingEventTypes?: (EventType | string)[];
|
|
120
|
+
KinesisFirehoseDestination?: KinesisFirehoseDestination;
|
|
121
|
+
CloudWatchDestination?: CloudWatchDestination;
|
|
122
|
+
SnsDestination?: SnsDestination;
|
|
123
|
+
PinpointDestination?: PinpointDestination;
|
|
124
|
+
}
|
|
125
|
+
export interface CreateConfigurationSetEventDestinationRequest {
|
|
126
|
+
ConfigurationSetName: string | undefined;
|
|
127
|
+
EventDestinationName: string | undefined;
|
|
128
|
+
EventDestination: EventDestinationDefinition | undefined;
|
|
129
|
+
}
|
|
130
|
+
export interface CreateConfigurationSetEventDestinationResponse {}
|
|
131
|
+
export interface CreateDedicatedIpPoolRequest {
|
|
132
|
+
PoolName: string | undefined;
|
|
133
|
+
Tags?: Tag[];
|
|
134
|
+
}
|
|
135
|
+
export interface CreateDedicatedIpPoolResponse {}
|
|
136
|
+
export interface RawMessage {
|
|
137
|
+
Data: Uint8Array | undefined;
|
|
138
|
+
}
|
|
139
|
+
export interface Content {
|
|
140
|
+
Data: string | undefined;
|
|
141
|
+
Charset?: string;
|
|
142
|
+
}
|
|
143
|
+
export interface Body {
|
|
144
|
+
Text?: Content;
|
|
145
|
+
Html?: Content;
|
|
146
|
+
}
|
|
147
|
+
export interface Message {
|
|
148
|
+
Subject: Content | undefined;
|
|
149
|
+
Body: Body | undefined;
|
|
150
|
+
}
|
|
151
|
+
export interface Template {
|
|
152
|
+
TemplateArn?: string;
|
|
153
|
+
TemplateData?: string;
|
|
154
|
+
}
|
|
155
|
+
export interface EmailContent {
|
|
156
|
+
Simple?: Message;
|
|
157
|
+
Raw?: RawMessage;
|
|
158
|
+
Template?: Template;
|
|
159
|
+
}
|
|
160
|
+
export interface CreateDeliverabilityTestReportRequest {
|
|
161
|
+
ReportName?: string;
|
|
162
|
+
FromEmailAddress: string | undefined;
|
|
163
|
+
Content: EmailContent | undefined;
|
|
164
|
+
Tags?: Tag[];
|
|
165
|
+
}
|
|
166
|
+
export declare enum DeliverabilityTestStatus {
|
|
167
|
+
COMPLETED = "COMPLETED",
|
|
168
|
+
IN_PROGRESS = "IN_PROGRESS",
|
|
169
|
+
}
|
|
170
|
+
export interface CreateDeliverabilityTestReportResponse {
|
|
171
|
+
ReportId: string | undefined;
|
|
172
|
+
DeliverabilityTestStatus: DeliverabilityTestStatus | string | undefined;
|
|
173
|
+
}
|
|
174
|
+
export declare class MailFromDomainNotVerifiedException extends __BaseException {
|
|
175
|
+
readonly name: "MailFromDomainNotVerifiedException";
|
|
176
|
+
readonly $fault: "client";
|
|
177
|
+
constructor(
|
|
178
|
+
opts: __ExceptionOptionType<
|
|
179
|
+
MailFromDomainNotVerifiedException,
|
|
180
|
+
__BaseException
|
|
181
|
+
>
|
|
182
|
+
);
|
|
183
|
+
}
|
|
184
|
+
export declare class MessageRejected extends __BaseException {
|
|
185
|
+
readonly name: "MessageRejected";
|
|
186
|
+
readonly $fault: "client";
|
|
187
|
+
constructor(opts: __ExceptionOptionType<MessageRejected, __BaseException>);
|
|
188
|
+
}
|
|
189
|
+
export declare class SendingPausedException extends __BaseException {
|
|
190
|
+
readonly name: "SendingPausedException";
|
|
191
|
+
readonly $fault: "client";
|
|
192
|
+
constructor(
|
|
193
|
+
opts: __ExceptionOptionType<SendingPausedException, __BaseException>
|
|
194
|
+
);
|
|
195
|
+
}
|
|
196
|
+
export interface CreateEmailIdentityRequest {
|
|
197
|
+
EmailIdentity: string | undefined;
|
|
198
|
+
Tags?: Tag[];
|
|
199
|
+
}
|
|
200
|
+
export declare enum DkimStatus {
|
|
201
|
+
FAILED = "FAILED",
|
|
202
|
+
NOT_STARTED = "NOT_STARTED",
|
|
203
|
+
PENDING = "PENDING",
|
|
204
|
+
SUCCESS = "SUCCESS",
|
|
205
|
+
TEMPORARY_FAILURE = "TEMPORARY_FAILURE",
|
|
206
|
+
}
|
|
207
|
+
export interface DkimAttributes {
|
|
208
|
+
SigningEnabled?: boolean;
|
|
209
|
+
Status?: DkimStatus | string;
|
|
210
|
+
Tokens?: string[];
|
|
211
|
+
}
|
|
212
|
+
export declare enum IdentityType {
|
|
213
|
+
DOMAIN = "DOMAIN",
|
|
214
|
+
EMAIL_ADDRESS = "EMAIL_ADDRESS",
|
|
215
|
+
MANAGED_DOMAIN = "MANAGED_DOMAIN",
|
|
216
|
+
}
|
|
217
|
+
export interface CreateEmailIdentityResponse {
|
|
218
|
+
IdentityType?: IdentityType | string;
|
|
219
|
+
VerifiedForSendingStatus?: boolean;
|
|
220
|
+
DkimAttributes?: DkimAttributes;
|
|
221
|
+
}
|
|
222
|
+
export interface DeleteConfigurationSetRequest {
|
|
223
|
+
ConfigurationSetName: string | undefined;
|
|
224
|
+
}
|
|
225
|
+
export interface DeleteConfigurationSetResponse {}
|
|
226
|
+
export interface DeleteConfigurationSetEventDestinationRequest {
|
|
227
|
+
ConfigurationSetName: string | undefined;
|
|
228
|
+
EventDestinationName: string | undefined;
|
|
229
|
+
}
|
|
230
|
+
export interface DeleteConfigurationSetEventDestinationResponse {}
|
|
231
|
+
export interface DeleteDedicatedIpPoolRequest {
|
|
232
|
+
PoolName: string | undefined;
|
|
233
|
+
}
|
|
234
|
+
export interface DeleteDedicatedIpPoolResponse {}
|
|
235
|
+
export interface DeleteEmailIdentityRequest {
|
|
236
|
+
EmailIdentity: string | undefined;
|
|
237
|
+
}
|
|
238
|
+
export interface DeleteEmailIdentityResponse {}
|
|
239
|
+
export interface GetAccountRequest {}
|
|
240
|
+
export interface SendQuota {
|
|
241
|
+
Max24HourSend?: number;
|
|
242
|
+
MaxSendRate?: number;
|
|
243
|
+
SentLast24Hours?: number;
|
|
244
|
+
}
|
|
245
|
+
export interface GetAccountResponse {
|
|
246
|
+
SendQuota?: SendQuota;
|
|
247
|
+
SendingEnabled?: boolean;
|
|
248
|
+
DedicatedIpAutoWarmupEnabled?: boolean;
|
|
249
|
+
EnforcementStatus?: string;
|
|
250
|
+
ProductionAccessEnabled?: boolean;
|
|
251
|
+
}
|
|
252
|
+
export interface GetBlacklistReportsRequest {
|
|
253
|
+
BlacklistItemNames: string[] | undefined;
|
|
254
|
+
}
|
|
255
|
+
export interface BlacklistEntry {
|
|
256
|
+
RblName?: string;
|
|
257
|
+
ListingTime?: Date;
|
|
258
|
+
Description?: string;
|
|
259
|
+
}
|
|
260
|
+
export interface GetBlacklistReportsResponse {
|
|
261
|
+
BlacklistReport: Record<string, BlacklistEntry[]> | undefined;
|
|
262
|
+
}
|
|
263
|
+
export interface GetConfigurationSetRequest {
|
|
264
|
+
ConfigurationSetName: string | undefined;
|
|
265
|
+
}
|
|
266
|
+
export interface GetConfigurationSetResponse {
|
|
267
|
+
ConfigurationSetName?: string;
|
|
268
|
+
TrackingOptions?: TrackingOptions;
|
|
269
|
+
DeliveryOptions?: DeliveryOptions;
|
|
270
|
+
ReputationOptions?: ReputationOptions;
|
|
271
|
+
SendingOptions?: SendingOptions;
|
|
272
|
+
Tags?: Tag[];
|
|
273
|
+
}
|
|
274
|
+
export interface GetConfigurationSetEventDestinationsRequest {
|
|
275
|
+
ConfigurationSetName: string | undefined;
|
|
276
|
+
}
|
|
277
|
+
export interface EventDestination {
|
|
278
|
+
Name: string | undefined;
|
|
279
|
+
Enabled?: boolean;
|
|
280
|
+
MatchingEventTypes: (EventType | string)[] | undefined;
|
|
281
|
+
KinesisFirehoseDestination?: KinesisFirehoseDestination;
|
|
282
|
+
CloudWatchDestination?: CloudWatchDestination;
|
|
283
|
+
SnsDestination?: SnsDestination;
|
|
284
|
+
PinpointDestination?: PinpointDestination;
|
|
285
|
+
}
|
|
286
|
+
export interface GetConfigurationSetEventDestinationsResponse {
|
|
287
|
+
EventDestinations?: EventDestination[];
|
|
288
|
+
}
|
|
289
|
+
export interface GetDedicatedIpRequest {
|
|
290
|
+
Ip: string | undefined;
|
|
291
|
+
}
|
|
292
|
+
export declare enum WarmupStatus {
|
|
293
|
+
DONE = "DONE",
|
|
294
|
+
IN_PROGRESS = "IN_PROGRESS",
|
|
295
|
+
}
|
|
296
|
+
export interface DedicatedIp {
|
|
297
|
+
Ip: string | undefined;
|
|
298
|
+
WarmupStatus: WarmupStatus | string | undefined;
|
|
299
|
+
WarmupPercentage: number | undefined;
|
|
300
|
+
PoolName?: string;
|
|
301
|
+
}
|
|
302
|
+
export interface GetDedicatedIpResponse {
|
|
303
|
+
DedicatedIp?: DedicatedIp;
|
|
304
|
+
}
|
|
305
|
+
export interface GetDedicatedIpsRequest {
|
|
306
|
+
PoolName?: string;
|
|
307
|
+
NextToken?: string;
|
|
308
|
+
PageSize?: number;
|
|
309
|
+
}
|
|
310
|
+
export interface GetDedicatedIpsResponse {
|
|
311
|
+
DedicatedIps?: DedicatedIp[];
|
|
312
|
+
NextToken?: string;
|
|
313
|
+
}
|
|
314
|
+
export interface GetDeliverabilityDashboardOptionsRequest {}
|
|
315
|
+
export declare enum DeliverabilityDashboardAccountStatus {
|
|
316
|
+
ACTIVE = "ACTIVE",
|
|
317
|
+
DISABLED = "DISABLED",
|
|
318
|
+
PENDING_EXPIRATION = "PENDING_EXPIRATION",
|
|
319
|
+
}
|
|
320
|
+
export interface InboxPlacementTrackingOption {
|
|
321
|
+
Global?: boolean;
|
|
322
|
+
TrackedIsps?: string[];
|
|
323
|
+
}
|
|
324
|
+
export interface DomainDeliverabilityTrackingOption {
|
|
325
|
+
Domain?: string;
|
|
326
|
+
SubscriptionStartDate?: Date;
|
|
327
|
+
InboxPlacementTrackingOption?: InboxPlacementTrackingOption;
|
|
328
|
+
}
|
|
329
|
+
export interface GetDeliverabilityDashboardOptionsResponse {
|
|
330
|
+
DashboardEnabled: boolean | undefined;
|
|
331
|
+
SubscriptionExpiryDate?: Date;
|
|
332
|
+
AccountStatus?: DeliverabilityDashboardAccountStatus | string;
|
|
333
|
+
ActiveSubscribedDomains?: DomainDeliverabilityTrackingOption[];
|
|
334
|
+
PendingExpirationSubscribedDomains?: DomainDeliverabilityTrackingOption[];
|
|
335
|
+
}
|
|
336
|
+
export interface GetDeliverabilityTestReportRequest {
|
|
337
|
+
ReportId: string | undefined;
|
|
338
|
+
}
|
|
339
|
+
export interface DeliverabilityTestReport {
|
|
340
|
+
ReportId?: string;
|
|
341
|
+
ReportName?: string;
|
|
342
|
+
Subject?: string;
|
|
343
|
+
FromEmailAddress?: string;
|
|
344
|
+
CreateDate?: Date;
|
|
345
|
+
DeliverabilityTestStatus?: DeliverabilityTestStatus | string;
|
|
346
|
+
}
|
|
347
|
+
export interface PlacementStatistics {
|
|
348
|
+
InboxPercentage?: number;
|
|
349
|
+
SpamPercentage?: number;
|
|
350
|
+
MissingPercentage?: number;
|
|
351
|
+
SpfPercentage?: number;
|
|
352
|
+
DkimPercentage?: number;
|
|
353
|
+
}
|
|
354
|
+
export interface IspPlacement {
|
|
355
|
+
IspName?: string;
|
|
356
|
+
PlacementStatistics?: PlacementStatistics;
|
|
357
|
+
}
|
|
358
|
+
export interface GetDeliverabilityTestReportResponse {
|
|
359
|
+
DeliverabilityTestReport: DeliverabilityTestReport | undefined;
|
|
360
|
+
OverallPlacement: PlacementStatistics | undefined;
|
|
361
|
+
IspPlacements: IspPlacement[] | undefined;
|
|
362
|
+
Message?: string;
|
|
363
|
+
Tags?: Tag[];
|
|
364
|
+
}
|
|
365
|
+
export interface GetDomainDeliverabilityCampaignRequest {
|
|
366
|
+
CampaignId: string | undefined;
|
|
367
|
+
}
|
|
368
|
+
export interface DomainDeliverabilityCampaign {
|
|
369
|
+
CampaignId?: string;
|
|
370
|
+
ImageUrl?: string;
|
|
371
|
+
Subject?: string;
|
|
372
|
+
FromAddress?: string;
|
|
373
|
+
SendingIps?: string[];
|
|
374
|
+
FirstSeenDateTime?: Date;
|
|
375
|
+
LastSeenDateTime?: Date;
|
|
376
|
+
InboxCount?: number;
|
|
377
|
+
SpamCount?: number;
|
|
378
|
+
ReadRate?: number;
|
|
379
|
+
DeleteRate?: number;
|
|
380
|
+
ReadDeleteRate?: number;
|
|
381
|
+
ProjectedVolume?: number;
|
|
382
|
+
Esps?: string[];
|
|
383
|
+
}
|
|
384
|
+
export interface GetDomainDeliverabilityCampaignResponse {
|
|
385
|
+
DomainDeliverabilityCampaign: DomainDeliverabilityCampaign | undefined;
|
|
386
|
+
}
|
|
387
|
+
export interface GetDomainStatisticsReportRequest {
|
|
388
|
+
Domain: string | undefined;
|
|
389
|
+
StartDate: Date | undefined;
|
|
390
|
+
EndDate: Date | undefined;
|
|
391
|
+
}
|
|
392
|
+
export interface DomainIspPlacement {
|
|
393
|
+
IspName?: string;
|
|
394
|
+
InboxRawCount?: number;
|
|
395
|
+
SpamRawCount?: number;
|
|
396
|
+
InboxPercentage?: number;
|
|
397
|
+
SpamPercentage?: number;
|
|
398
|
+
}
|
|
399
|
+
export interface VolumeStatistics {
|
|
400
|
+
InboxRawCount?: number;
|
|
401
|
+
SpamRawCount?: number;
|
|
402
|
+
ProjectedInbox?: number;
|
|
403
|
+
ProjectedSpam?: number;
|
|
404
|
+
}
|
|
405
|
+
export interface DailyVolume {
|
|
406
|
+
StartDate?: Date;
|
|
407
|
+
VolumeStatistics?: VolumeStatistics;
|
|
408
|
+
DomainIspPlacements?: DomainIspPlacement[];
|
|
409
|
+
}
|
|
410
|
+
export interface OverallVolume {
|
|
411
|
+
VolumeStatistics?: VolumeStatistics;
|
|
412
|
+
ReadRatePercent?: number;
|
|
413
|
+
DomainIspPlacements?: DomainIspPlacement[];
|
|
414
|
+
}
|
|
415
|
+
export interface GetDomainStatisticsReportResponse {
|
|
416
|
+
OverallVolume: OverallVolume | undefined;
|
|
417
|
+
DailyVolumes: DailyVolume[] | undefined;
|
|
418
|
+
}
|
|
419
|
+
export interface GetEmailIdentityRequest {
|
|
420
|
+
EmailIdentity: string | undefined;
|
|
421
|
+
}
|
|
422
|
+
export declare enum BehaviorOnMxFailure {
|
|
423
|
+
REJECT_MESSAGE = "REJECT_MESSAGE",
|
|
424
|
+
USE_DEFAULT_VALUE = "USE_DEFAULT_VALUE",
|
|
425
|
+
}
|
|
426
|
+
export declare enum MailFromDomainStatus {
|
|
427
|
+
FAILED = "FAILED",
|
|
428
|
+
PENDING = "PENDING",
|
|
429
|
+
SUCCESS = "SUCCESS",
|
|
430
|
+
TEMPORARY_FAILURE = "TEMPORARY_FAILURE",
|
|
431
|
+
}
|
|
432
|
+
export interface MailFromAttributes {
|
|
433
|
+
MailFromDomain: string | undefined;
|
|
434
|
+
MailFromDomainStatus: MailFromDomainStatus | string | undefined;
|
|
435
|
+
BehaviorOnMxFailure: BehaviorOnMxFailure | string | undefined;
|
|
436
|
+
}
|
|
437
|
+
export interface GetEmailIdentityResponse {
|
|
438
|
+
IdentityType?: IdentityType | string;
|
|
439
|
+
FeedbackForwardingStatus?: boolean;
|
|
440
|
+
VerifiedForSendingStatus?: boolean;
|
|
441
|
+
DkimAttributes?: DkimAttributes;
|
|
442
|
+
MailFromAttributes?: MailFromAttributes;
|
|
443
|
+
Tags?: Tag[];
|
|
444
|
+
}
|
|
445
|
+
export interface ListConfigurationSetsRequest {
|
|
446
|
+
NextToken?: string;
|
|
447
|
+
PageSize?: number;
|
|
448
|
+
}
|
|
449
|
+
export interface ListConfigurationSetsResponse {
|
|
450
|
+
ConfigurationSets?: string[];
|
|
451
|
+
NextToken?: string;
|
|
452
|
+
}
|
|
453
|
+
export interface ListDedicatedIpPoolsRequest {
|
|
454
|
+
NextToken?: string;
|
|
455
|
+
PageSize?: number;
|
|
456
|
+
}
|
|
457
|
+
export interface ListDedicatedIpPoolsResponse {
|
|
458
|
+
DedicatedIpPools?: string[];
|
|
459
|
+
NextToken?: string;
|
|
460
|
+
}
|
|
461
|
+
export interface ListDeliverabilityTestReportsRequest {
|
|
462
|
+
NextToken?: string;
|
|
463
|
+
PageSize?: number;
|
|
464
|
+
}
|
|
465
|
+
export interface ListDeliverabilityTestReportsResponse {
|
|
466
|
+
DeliverabilityTestReports: DeliverabilityTestReport[] | undefined;
|
|
467
|
+
NextToken?: string;
|
|
468
|
+
}
|
|
469
|
+
export interface ListDomainDeliverabilityCampaignsRequest {
|
|
470
|
+
StartDate: Date | undefined;
|
|
471
|
+
EndDate: Date | undefined;
|
|
472
|
+
SubscribedDomain: string | undefined;
|
|
473
|
+
NextToken?: string;
|
|
474
|
+
PageSize?: number;
|
|
475
|
+
}
|
|
476
|
+
export interface ListDomainDeliverabilityCampaignsResponse {
|
|
477
|
+
DomainDeliverabilityCampaigns: DomainDeliverabilityCampaign[] | undefined;
|
|
478
|
+
NextToken?: string;
|
|
479
|
+
}
|
|
480
|
+
export interface ListEmailIdentitiesRequest {
|
|
481
|
+
NextToken?: string;
|
|
482
|
+
PageSize?: number;
|
|
483
|
+
}
|
|
484
|
+
export interface IdentityInfo {
|
|
485
|
+
IdentityType?: IdentityType | string;
|
|
486
|
+
IdentityName?: string;
|
|
487
|
+
SendingEnabled?: boolean;
|
|
488
|
+
}
|
|
489
|
+
export interface ListEmailIdentitiesResponse {
|
|
490
|
+
EmailIdentities?: IdentityInfo[];
|
|
491
|
+
NextToken?: string;
|
|
492
|
+
}
|
|
493
|
+
export interface ListTagsForResourceRequest {
|
|
494
|
+
ResourceArn: string | undefined;
|
|
495
|
+
}
|
|
496
|
+
export interface ListTagsForResourceResponse {
|
|
497
|
+
Tags: Tag[] | undefined;
|
|
498
|
+
}
|
|
499
|
+
export interface PutAccountDedicatedIpWarmupAttributesRequest {
|
|
500
|
+
AutoWarmupEnabled?: boolean;
|
|
501
|
+
}
|
|
502
|
+
export interface PutAccountDedicatedIpWarmupAttributesResponse {}
|
|
503
|
+
export interface PutAccountSendingAttributesRequest {
|
|
504
|
+
SendingEnabled?: boolean;
|
|
505
|
+
}
|
|
506
|
+
export interface PutAccountSendingAttributesResponse {}
|
|
507
|
+
export interface PutConfigurationSetDeliveryOptionsRequest {
|
|
508
|
+
ConfigurationSetName: string | undefined;
|
|
509
|
+
TlsPolicy?: TlsPolicy | string;
|
|
510
|
+
SendingPoolName?: string;
|
|
511
|
+
}
|
|
512
|
+
export interface PutConfigurationSetDeliveryOptionsResponse {}
|
|
513
|
+
export interface PutConfigurationSetReputationOptionsRequest {
|
|
514
|
+
ConfigurationSetName: string | undefined;
|
|
515
|
+
ReputationMetricsEnabled?: boolean;
|
|
516
|
+
}
|
|
517
|
+
export interface PutConfigurationSetReputationOptionsResponse {}
|
|
518
|
+
export interface PutConfigurationSetSendingOptionsRequest {
|
|
519
|
+
ConfigurationSetName: string | undefined;
|
|
520
|
+
SendingEnabled?: boolean;
|
|
521
|
+
}
|
|
522
|
+
export interface PutConfigurationSetSendingOptionsResponse {}
|
|
523
|
+
export interface PutConfigurationSetTrackingOptionsRequest {
|
|
524
|
+
ConfigurationSetName: string | undefined;
|
|
525
|
+
CustomRedirectDomain?: string;
|
|
526
|
+
}
|
|
527
|
+
export interface PutConfigurationSetTrackingOptionsResponse {}
|
|
528
|
+
export interface PutDedicatedIpInPoolRequest {
|
|
529
|
+
Ip: string | undefined;
|
|
530
|
+
DestinationPoolName: string | undefined;
|
|
531
|
+
}
|
|
532
|
+
export interface PutDedicatedIpInPoolResponse {}
|
|
533
|
+
export interface PutDedicatedIpWarmupAttributesRequest {
|
|
534
|
+
Ip: string | undefined;
|
|
535
|
+
WarmupPercentage: number | undefined;
|
|
536
|
+
}
|
|
537
|
+
export interface PutDedicatedIpWarmupAttributesResponse {}
|
|
538
|
+
export interface PutDeliverabilityDashboardOptionRequest {
|
|
539
|
+
DashboardEnabled: boolean | undefined;
|
|
540
|
+
SubscribedDomains?: DomainDeliverabilityTrackingOption[];
|
|
541
|
+
}
|
|
542
|
+
export interface PutDeliverabilityDashboardOptionResponse {}
|
|
543
|
+
export interface PutEmailIdentityDkimAttributesRequest {
|
|
544
|
+
EmailIdentity: string | undefined;
|
|
545
|
+
SigningEnabled?: boolean;
|
|
546
|
+
}
|
|
547
|
+
export interface PutEmailIdentityDkimAttributesResponse {}
|
|
548
|
+
export interface PutEmailIdentityFeedbackAttributesRequest {
|
|
549
|
+
EmailIdentity: string | undefined;
|
|
550
|
+
EmailForwardingEnabled?: boolean;
|
|
551
|
+
}
|
|
552
|
+
export interface PutEmailIdentityFeedbackAttributesResponse {}
|
|
553
|
+
export interface PutEmailIdentityMailFromAttributesRequest {
|
|
554
|
+
EmailIdentity: string | undefined;
|
|
555
|
+
MailFromDomain?: string;
|
|
556
|
+
BehaviorOnMxFailure?: BehaviorOnMxFailure | string;
|
|
557
|
+
}
|
|
558
|
+
export interface PutEmailIdentityMailFromAttributesResponse {}
|
|
559
|
+
export interface Destination {
|
|
560
|
+
ToAddresses?: string[];
|
|
561
|
+
CcAddresses?: string[];
|
|
562
|
+
BccAddresses?: string[];
|
|
563
|
+
}
|
|
564
|
+
export interface MessageTag {
|
|
565
|
+
Name: string | undefined;
|
|
566
|
+
Value: string | undefined;
|
|
567
|
+
}
|
|
568
|
+
export interface SendEmailRequest {
|
|
569
|
+
FromEmailAddress?: string;
|
|
570
|
+
Destination: Destination | undefined;
|
|
571
|
+
ReplyToAddresses?: string[];
|
|
572
|
+
FeedbackForwardingEmailAddress?: string;
|
|
573
|
+
Content: EmailContent | undefined;
|
|
574
|
+
EmailTags?: MessageTag[];
|
|
575
|
+
ConfigurationSetName?: string;
|
|
576
|
+
}
|
|
577
|
+
export interface SendEmailResponse {
|
|
578
|
+
MessageId?: string;
|
|
579
|
+
}
|
|
580
|
+
export interface TagResourceRequest {
|
|
581
|
+
ResourceArn: string | undefined;
|
|
582
|
+
Tags: Tag[] | undefined;
|
|
583
|
+
}
|
|
584
|
+
export interface TagResourceResponse {}
|
|
585
|
+
export interface UntagResourceRequest {
|
|
586
|
+
ResourceArn: string | undefined;
|
|
587
|
+
TagKeys: string[] | undefined;
|
|
588
|
+
}
|
|
589
|
+
export interface UntagResourceResponse {}
|
|
590
|
+
export interface UpdateConfigurationSetEventDestinationRequest {
|
|
591
|
+
ConfigurationSetName: string | undefined;
|
|
592
|
+
EventDestinationName: string | undefined;
|
|
593
|
+
EventDestination: EventDestinationDefinition | undefined;
|
|
594
|
+
}
|
|
595
|
+
export interface UpdateConfigurationSetEventDestinationResponse {}
|
|
596
|
+
export declare const DeliveryOptionsFilterSensitiveLog: (
|
|
597
|
+
obj: DeliveryOptions
|
|
598
|
+
) => any;
|
|
599
|
+
export declare const ReputationOptionsFilterSensitiveLog: (
|
|
600
|
+
obj: ReputationOptions
|
|
601
|
+
) => any;
|
|
602
|
+
export declare const SendingOptionsFilterSensitiveLog: (
|
|
603
|
+
obj: SendingOptions
|
|
604
|
+
) => any;
|
|
605
|
+
export declare const TagFilterSensitiveLog: (obj: Tag) => any;
|
|
606
|
+
export declare const TrackingOptionsFilterSensitiveLog: (
|
|
607
|
+
obj: TrackingOptions
|
|
608
|
+
) => any;
|
|
609
|
+
export declare const CreateConfigurationSetRequestFilterSensitiveLog: (
|
|
610
|
+
obj: CreateConfigurationSetRequest
|
|
611
|
+
) => any;
|
|
612
|
+
export declare const CreateConfigurationSetResponseFilterSensitiveLog: (
|
|
613
|
+
obj: CreateConfigurationSetResponse
|
|
614
|
+
) => any;
|
|
615
|
+
export declare const CloudWatchDimensionConfigurationFilterSensitiveLog: (
|
|
616
|
+
obj: CloudWatchDimensionConfiguration
|
|
617
|
+
) => any;
|
|
618
|
+
export declare const CloudWatchDestinationFilterSensitiveLog: (
|
|
619
|
+
obj: CloudWatchDestination
|
|
620
|
+
) => any;
|
|
621
|
+
export declare const KinesisFirehoseDestinationFilterSensitiveLog: (
|
|
622
|
+
obj: KinesisFirehoseDestination
|
|
623
|
+
) => any;
|
|
624
|
+
export declare const PinpointDestinationFilterSensitiveLog: (
|
|
625
|
+
obj: PinpointDestination
|
|
626
|
+
) => any;
|
|
627
|
+
export declare const SnsDestinationFilterSensitiveLog: (
|
|
628
|
+
obj: SnsDestination
|
|
629
|
+
) => any;
|
|
630
|
+
export declare const EventDestinationDefinitionFilterSensitiveLog: (
|
|
631
|
+
obj: EventDestinationDefinition
|
|
632
|
+
) => any;
|
|
633
|
+
export declare const CreateConfigurationSetEventDestinationRequestFilterSensitiveLog: (
|
|
634
|
+
obj: CreateConfigurationSetEventDestinationRequest
|
|
635
|
+
) => any;
|
|
636
|
+
export declare const CreateConfigurationSetEventDestinationResponseFilterSensitiveLog: (
|
|
637
|
+
obj: CreateConfigurationSetEventDestinationResponse
|
|
638
|
+
) => any;
|
|
639
|
+
export declare const CreateDedicatedIpPoolRequestFilterSensitiveLog: (
|
|
640
|
+
obj: CreateDedicatedIpPoolRequest
|
|
641
|
+
) => any;
|
|
642
|
+
export declare const CreateDedicatedIpPoolResponseFilterSensitiveLog: (
|
|
643
|
+
obj: CreateDedicatedIpPoolResponse
|
|
644
|
+
) => any;
|
|
645
|
+
export declare const RawMessageFilterSensitiveLog: (obj: RawMessage) => any;
|
|
646
|
+
export declare const ContentFilterSensitiveLog: (obj: Content) => any;
|
|
647
|
+
export declare const BodyFilterSensitiveLog: (obj: Body) => any;
|
|
648
|
+
export declare const MessageFilterSensitiveLog: (obj: Message) => any;
|
|
649
|
+
export declare const TemplateFilterSensitiveLog: (obj: Template) => any;
|
|
650
|
+
export declare const EmailContentFilterSensitiveLog: (obj: EmailContent) => any;
|
|
651
|
+
export declare const CreateDeliverabilityTestReportRequestFilterSensitiveLog: (
|
|
652
|
+
obj: CreateDeliverabilityTestReportRequest
|
|
653
|
+
) => any;
|
|
654
|
+
export declare const CreateDeliverabilityTestReportResponseFilterSensitiveLog: (
|
|
655
|
+
obj: CreateDeliverabilityTestReportResponse
|
|
656
|
+
) => any;
|
|
657
|
+
export declare const CreateEmailIdentityRequestFilterSensitiveLog: (
|
|
658
|
+
obj: CreateEmailIdentityRequest
|
|
659
|
+
) => any;
|
|
660
|
+
export declare const DkimAttributesFilterSensitiveLog: (
|
|
661
|
+
obj: DkimAttributes
|
|
662
|
+
) => any;
|
|
663
|
+
export declare const CreateEmailIdentityResponseFilterSensitiveLog: (
|
|
664
|
+
obj: CreateEmailIdentityResponse
|
|
665
|
+
) => any;
|
|
666
|
+
export declare const DeleteConfigurationSetRequestFilterSensitiveLog: (
|
|
667
|
+
obj: DeleteConfigurationSetRequest
|
|
668
|
+
) => any;
|
|
669
|
+
export declare const DeleteConfigurationSetResponseFilterSensitiveLog: (
|
|
670
|
+
obj: DeleteConfigurationSetResponse
|
|
671
|
+
) => any;
|
|
672
|
+
export declare const DeleteConfigurationSetEventDestinationRequestFilterSensitiveLog: (
|
|
673
|
+
obj: DeleteConfigurationSetEventDestinationRequest
|
|
674
|
+
) => any;
|
|
675
|
+
export declare const DeleteConfigurationSetEventDestinationResponseFilterSensitiveLog: (
|
|
676
|
+
obj: DeleteConfigurationSetEventDestinationResponse
|
|
677
|
+
) => any;
|
|
678
|
+
export declare const DeleteDedicatedIpPoolRequestFilterSensitiveLog: (
|
|
679
|
+
obj: DeleteDedicatedIpPoolRequest
|
|
680
|
+
) => any;
|
|
681
|
+
export declare const DeleteDedicatedIpPoolResponseFilterSensitiveLog: (
|
|
682
|
+
obj: DeleteDedicatedIpPoolResponse
|
|
683
|
+
) => any;
|
|
684
|
+
export declare const DeleteEmailIdentityRequestFilterSensitiveLog: (
|
|
685
|
+
obj: DeleteEmailIdentityRequest
|
|
686
|
+
) => any;
|
|
687
|
+
export declare const DeleteEmailIdentityResponseFilterSensitiveLog: (
|
|
688
|
+
obj: DeleteEmailIdentityResponse
|
|
689
|
+
) => any;
|
|
690
|
+
export declare const GetAccountRequestFilterSensitiveLog: (
|
|
691
|
+
obj: GetAccountRequest
|
|
692
|
+
) => any;
|
|
693
|
+
export declare const SendQuotaFilterSensitiveLog: (obj: SendQuota) => any;
|
|
694
|
+
export declare const GetAccountResponseFilterSensitiveLog: (
|
|
695
|
+
obj: GetAccountResponse
|
|
696
|
+
) => any;
|
|
697
|
+
export declare const GetBlacklistReportsRequestFilterSensitiveLog: (
|
|
698
|
+
obj: GetBlacklistReportsRequest
|
|
699
|
+
) => any;
|
|
700
|
+
export declare const BlacklistEntryFilterSensitiveLog: (
|
|
701
|
+
obj: BlacklistEntry
|
|
702
|
+
) => any;
|
|
703
|
+
export declare const GetBlacklistReportsResponseFilterSensitiveLog: (
|
|
704
|
+
obj: GetBlacklistReportsResponse
|
|
705
|
+
) => any;
|
|
706
|
+
export declare const GetConfigurationSetRequestFilterSensitiveLog: (
|
|
707
|
+
obj: GetConfigurationSetRequest
|
|
708
|
+
) => any;
|
|
709
|
+
export declare const GetConfigurationSetResponseFilterSensitiveLog: (
|
|
710
|
+
obj: GetConfigurationSetResponse
|
|
711
|
+
) => any;
|
|
712
|
+
export declare const GetConfigurationSetEventDestinationsRequestFilterSensitiveLog: (
|
|
713
|
+
obj: GetConfigurationSetEventDestinationsRequest
|
|
714
|
+
) => any;
|
|
715
|
+
export declare const EventDestinationFilterSensitiveLog: (
|
|
716
|
+
obj: EventDestination
|
|
717
|
+
) => any;
|
|
718
|
+
export declare const GetConfigurationSetEventDestinationsResponseFilterSensitiveLog: (
|
|
719
|
+
obj: GetConfigurationSetEventDestinationsResponse
|
|
720
|
+
) => any;
|
|
721
|
+
export declare const GetDedicatedIpRequestFilterSensitiveLog: (
|
|
722
|
+
obj: GetDedicatedIpRequest
|
|
723
|
+
) => any;
|
|
724
|
+
export declare const DedicatedIpFilterSensitiveLog: (obj: DedicatedIp) => any;
|
|
725
|
+
export declare const GetDedicatedIpResponseFilterSensitiveLog: (
|
|
726
|
+
obj: GetDedicatedIpResponse
|
|
727
|
+
) => any;
|
|
728
|
+
export declare const GetDedicatedIpsRequestFilterSensitiveLog: (
|
|
729
|
+
obj: GetDedicatedIpsRequest
|
|
730
|
+
) => any;
|
|
731
|
+
export declare const GetDedicatedIpsResponseFilterSensitiveLog: (
|
|
732
|
+
obj: GetDedicatedIpsResponse
|
|
733
|
+
) => any;
|
|
734
|
+
export declare const GetDeliverabilityDashboardOptionsRequestFilterSensitiveLog: (
|
|
735
|
+
obj: GetDeliverabilityDashboardOptionsRequest
|
|
736
|
+
) => any;
|
|
737
|
+
export declare const InboxPlacementTrackingOptionFilterSensitiveLog: (
|
|
738
|
+
obj: InboxPlacementTrackingOption
|
|
739
|
+
) => any;
|
|
740
|
+
export declare const DomainDeliverabilityTrackingOptionFilterSensitiveLog: (
|
|
741
|
+
obj: DomainDeliverabilityTrackingOption
|
|
742
|
+
) => any;
|
|
743
|
+
export declare const GetDeliverabilityDashboardOptionsResponseFilterSensitiveLog: (
|
|
744
|
+
obj: GetDeliverabilityDashboardOptionsResponse
|
|
745
|
+
) => any;
|
|
746
|
+
export declare const GetDeliverabilityTestReportRequestFilterSensitiveLog: (
|
|
747
|
+
obj: GetDeliverabilityTestReportRequest
|
|
748
|
+
) => any;
|
|
749
|
+
export declare const DeliverabilityTestReportFilterSensitiveLog: (
|
|
750
|
+
obj: DeliverabilityTestReport
|
|
751
|
+
) => any;
|
|
752
|
+
export declare const PlacementStatisticsFilterSensitiveLog: (
|
|
753
|
+
obj: PlacementStatistics
|
|
754
|
+
) => any;
|
|
755
|
+
export declare const IspPlacementFilterSensitiveLog: (obj: IspPlacement) => any;
|
|
756
|
+
export declare const GetDeliverabilityTestReportResponseFilterSensitiveLog: (
|
|
757
|
+
obj: GetDeliverabilityTestReportResponse
|
|
758
|
+
) => any;
|
|
759
|
+
export declare const GetDomainDeliverabilityCampaignRequestFilterSensitiveLog: (
|
|
760
|
+
obj: GetDomainDeliverabilityCampaignRequest
|
|
761
|
+
) => any;
|
|
762
|
+
export declare const DomainDeliverabilityCampaignFilterSensitiveLog: (
|
|
763
|
+
obj: DomainDeliverabilityCampaign
|
|
764
|
+
) => any;
|
|
765
|
+
export declare const GetDomainDeliverabilityCampaignResponseFilterSensitiveLog: (
|
|
766
|
+
obj: GetDomainDeliverabilityCampaignResponse
|
|
767
|
+
) => any;
|
|
768
|
+
export declare const GetDomainStatisticsReportRequestFilterSensitiveLog: (
|
|
769
|
+
obj: GetDomainStatisticsReportRequest
|
|
770
|
+
) => any;
|
|
771
|
+
export declare const DomainIspPlacementFilterSensitiveLog: (
|
|
772
|
+
obj: DomainIspPlacement
|
|
773
|
+
) => any;
|
|
774
|
+
export declare const VolumeStatisticsFilterSensitiveLog: (
|
|
775
|
+
obj: VolumeStatistics
|
|
776
|
+
) => any;
|
|
777
|
+
export declare const DailyVolumeFilterSensitiveLog: (obj: DailyVolume) => any;
|
|
778
|
+
export declare const OverallVolumeFilterSensitiveLog: (
|
|
779
|
+
obj: OverallVolume
|
|
780
|
+
) => any;
|
|
781
|
+
export declare const GetDomainStatisticsReportResponseFilterSensitiveLog: (
|
|
782
|
+
obj: GetDomainStatisticsReportResponse
|
|
783
|
+
) => any;
|
|
784
|
+
export declare const GetEmailIdentityRequestFilterSensitiveLog: (
|
|
785
|
+
obj: GetEmailIdentityRequest
|
|
786
|
+
) => any;
|
|
787
|
+
export declare const MailFromAttributesFilterSensitiveLog: (
|
|
788
|
+
obj: MailFromAttributes
|
|
789
|
+
) => any;
|
|
790
|
+
export declare const GetEmailIdentityResponseFilterSensitiveLog: (
|
|
791
|
+
obj: GetEmailIdentityResponse
|
|
792
|
+
) => any;
|
|
793
|
+
export declare const ListConfigurationSetsRequestFilterSensitiveLog: (
|
|
794
|
+
obj: ListConfigurationSetsRequest
|
|
795
|
+
) => any;
|
|
796
|
+
export declare const ListConfigurationSetsResponseFilterSensitiveLog: (
|
|
797
|
+
obj: ListConfigurationSetsResponse
|
|
798
|
+
) => any;
|
|
799
|
+
export declare const ListDedicatedIpPoolsRequestFilterSensitiveLog: (
|
|
800
|
+
obj: ListDedicatedIpPoolsRequest
|
|
801
|
+
) => any;
|
|
802
|
+
export declare const ListDedicatedIpPoolsResponseFilterSensitiveLog: (
|
|
803
|
+
obj: ListDedicatedIpPoolsResponse
|
|
804
|
+
) => any;
|
|
805
|
+
export declare const ListDeliverabilityTestReportsRequestFilterSensitiveLog: (
|
|
806
|
+
obj: ListDeliverabilityTestReportsRequest
|
|
807
|
+
) => any;
|
|
808
|
+
export declare const ListDeliverabilityTestReportsResponseFilterSensitiveLog: (
|
|
809
|
+
obj: ListDeliverabilityTestReportsResponse
|
|
810
|
+
) => any;
|
|
811
|
+
export declare const ListDomainDeliverabilityCampaignsRequestFilterSensitiveLog: (
|
|
812
|
+
obj: ListDomainDeliverabilityCampaignsRequest
|
|
813
|
+
) => any;
|
|
814
|
+
export declare const ListDomainDeliverabilityCampaignsResponseFilterSensitiveLog: (
|
|
815
|
+
obj: ListDomainDeliverabilityCampaignsResponse
|
|
816
|
+
) => any;
|
|
817
|
+
export declare const ListEmailIdentitiesRequestFilterSensitiveLog: (
|
|
818
|
+
obj: ListEmailIdentitiesRequest
|
|
819
|
+
) => any;
|
|
820
|
+
export declare const IdentityInfoFilterSensitiveLog: (obj: IdentityInfo) => any;
|
|
821
|
+
export declare const ListEmailIdentitiesResponseFilterSensitiveLog: (
|
|
822
|
+
obj: ListEmailIdentitiesResponse
|
|
823
|
+
) => any;
|
|
824
|
+
export declare const ListTagsForResourceRequestFilterSensitiveLog: (
|
|
825
|
+
obj: ListTagsForResourceRequest
|
|
826
|
+
) => any;
|
|
827
|
+
export declare const ListTagsForResourceResponseFilterSensitiveLog: (
|
|
828
|
+
obj: ListTagsForResourceResponse
|
|
829
|
+
) => any;
|
|
830
|
+
export declare const PutAccountDedicatedIpWarmupAttributesRequestFilterSensitiveLog: (
|
|
831
|
+
obj: PutAccountDedicatedIpWarmupAttributesRequest
|
|
832
|
+
) => any;
|
|
833
|
+
export declare const PutAccountDedicatedIpWarmupAttributesResponseFilterSensitiveLog: (
|
|
834
|
+
obj: PutAccountDedicatedIpWarmupAttributesResponse
|
|
835
|
+
) => any;
|
|
836
|
+
export declare const PutAccountSendingAttributesRequestFilterSensitiveLog: (
|
|
837
|
+
obj: PutAccountSendingAttributesRequest
|
|
838
|
+
) => any;
|
|
839
|
+
export declare const PutAccountSendingAttributesResponseFilterSensitiveLog: (
|
|
840
|
+
obj: PutAccountSendingAttributesResponse
|
|
841
|
+
) => any;
|
|
842
|
+
export declare const PutConfigurationSetDeliveryOptionsRequestFilterSensitiveLog: (
|
|
843
|
+
obj: PutConfigurationSetDeliveryOptionsRequest
|
|
844
|
+
) => any;
|
|
845
|
+
export declare const PutConfigurationSetDeliveryOptionsResponseFilterSensitiveLog: (
|
|
846
|
+
obj: PutConfigurationSetDeliveryOptionsResponse
|
|
847
|
+
) => any;
|
|
848
|
+
export declare const PutConfigurationSetReputationOptionsRequestFilterSensitiveLog: (
|
|
849
|
+
obj: PutConfigurationSetReputationOptionsRequest
|
|
850
|
+
) => any;
|
|
851
|
+
export declare const PutConfigurationSetReputationOptionsResponseFilterSensitiveLog: (
|
|
852
|
+
obj: PutConfigurationSetReputationOptionsResponse
|
|
853
|
+
) => any;
|
|
854
|
+
export declare const PutConfigurationSetSendingOptionsRequestFilterSensitiveLog: (
|
|
855
|
+
obj: PutConfigurationSetSendingOptionsRequest
|
|
856
|
+
) => any;
|
|
857
|
+
export declare const PutConfigurationSetSendingOptionsResponseFilterSensitiveLog: (
|
|
858
|
+
obj: PutConfigurationSetSendingOptionsResponse
|
|
859
|
+
) => any;
|
|
860
|
+
export declare const PutConfigurationSetTrackingOptionsRequestFilterSensitiveLog: (
|
|
861
|
+
obj: PutConfigurationSetTrackingOptionsRequest
|
|
862
|
+
) => any;
|
|
863
|
+
export declare const PutConfigurationSetTrackingOptionsResponseFilterSensitiveLog: (
|
|
864
|
+
obj: PutConfigurationSetTrackingOptionsResponse
|
|
865
|
+
) => any;
|
|
866
|
+
export declare const PutDedicatedIpInPoolRequestFilterSensitiveLog: (
|
|
867
|
+
obj: PutDedicatedIpInPoolRequest
|
|
868
|
+
) => any;
|
|
869
|
+
export declare const PutDedicatedIpInPoolResponseFilterSensitiveLog: (
|
|
870
|
+
obj: PutDedicatedIpInPoolResponse
|
|
871
|
+
) => any;
|
|
872
|
+
export declare const PutDedicatedIpWarmupAttributesRequestFilterSensitiveLog: (
|
|
873
|
+
obj: PutDedicatedIpWarmupAttributesRequest
|
|
874
|
+
) => any;
|
|
875
|
+
export declare const PutDedicatedIpWarmupAttributesResponseFilterSensitiveLog: (
|
|
876
|
+
obj: PutDedicatedIpWarmupAttributesResponse
|
|
877
|
+
) => any;
|
|
878
|
+
export declare const PutDeliverabilityDashboardOptionRequestFilterSensitiveLog: (
|
|
879
|
+
obj: PutDeliverabilityDashboardOptionRequest
|
|
880
|
+
) => any;
|
|
881
|
+
export declare const PutDeliverabilityDashboardOptionResponseFilterSensitiveLog: (
|
|
882
|
+
obj: PutDeliverabilityDashboardOptionResponse
|
|
883
|
+
) => any;
|
|
884
|
+
export declare const PutEmailIdentityDkimAttributesRequestFilterSensitiveLog: (
|
|
885
|
+
obj: PutEmailIdentityDkimAttributesRequest
|
|
886
|
+
) => any;
|
|
887
|
+
export declare const PutEmailIdentityDkimAttributesResponseFilterSensitiveLog: (
|
|
888
|
+
obj: PutEmailIdentityDkimAttributesResponse
|
|
889
|
+
) => any;
|
|
890
|
+
export declare const PutEmailIdentityFeedbackAttributesRequestFilterSensitiveLog: (
|
|
891
|
+
obj: PutEmailIdentityFeedbackAttributesRequest
|
|
892
|
+
) => any;
|
|
893
|
+
export declare const PutEmailIdentityFeedbackAttributesResponseFilterSensitiveLog: (
|
|
894
|
+
obj: PutEmailIdentityFeedbackAttributesResponse
|
|
895
|
+
) => any;
|
|
896
|
+
export declare const PutEmailIdentityMailFromAttributesRequestFilterSensitiveLog: (
|
|
897
|
+
obj: PutEmailIdentityMailFromAttributesRequest
|
|
898
|
+
) => any;
|
|
899
|
+
export declare const PutEmailIdentityMailFromAttributesResponseFilterSensitiveLog: (
|
|
900
|
+
obj: PutEmailIdentityMailFromAttributesResponse
|
|
901
|
+
) => any;
|
|
902
|
+
export declare const DestinationFilterSensitiveLog: (obj: Destination) => any;
|
|
903
|
+
export declare const MessageTagFilterSensitiveLog: (obj: MessageTag) => any;
|
|
904
|
+
export declare const SendEmailRequestFilterSensitiveLog: (
|
|
905
|
+
obj: SendEmailRequest
|
|
906
|
+
) => any;
|
|
907
|
+
export declare const SendEmailResponseFilterSensitiveLog: (
|
|
908
|
+
obj: SendEmailResponse
|
|
909
|
+
) => any;
|
|
910
|
+
export declare const TagResourceRequestFilterSensitiveLog: (
|
|
911
|
+
obj: TagResourceRequest
|
|
912
|
+
) => any;
|
|
913
|
+
export declare const TagResourceResponseFilterSensitiveLog: (
|
|
914
|
+
obj: TagResourceResponse
|
|
915
|
+
) => any;
|
|
916
|
+
export declare const UntagResourceRequestFilterSensitiveLog: (
|
|
917
|
+
obj: UntagResourceRequest
|
|
918
|
+
) => any;
|
|
919
|
+
export declare const UntagResourceResponseFilterSensitiveLog: (
|
|
920
|
+
obj: UntagResourceResponse
|
|
921
|
+
) => any;
|
|
922
|
+
export declare const UpdateConfigurationSetEventDestinationRequestFilterSensitiveLog: (
|
|
923
|
+
obj: UpdateConfigurationSetEventDestinationRequest
|
|
924
|
+
) => any;
|
|
925
|
+
export declare const UpdateConfigurationSetEventDestinationResponseFilterSensitiveLog: (
|
|
926
|
+
obj: UpdateConfigurationSetEventDestinationResponse
|
|
927
|
+
) => any;
|