@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.
Files changed (65) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/dist-types/ts3.4/PinpointEmail.d.ts +796 -215
  3. package/dist-types/ts3.4/PinpointEmailClient.d.ts +357 -115
  4. package/dist-types/ts3.4/commands/CreateConfigurationSetCommand.d.ts +39 -17
  5. package/dist-types/ts3.4/commands/CreateConfigurationSetEventDestinationCommand.d.ts +39 -17
  6. package/dist-types/ts3.4/commands/CreateDedicatedIpPoolCommand.d.ts +39 -17
  7. package/dist-types/ts3.4/commands/CreateDeliverabilityTestReportCommand.d.ts +39 -17
  8. package/dist-types/ts3.4/commands/CreateEmailIdentityCommand.d.ts +36 -17
  9. package/dist-types/ts3.4/commands/DeleteConfigurationSetCommand.d.ts +39 -17
  10. package/dist-types/ts3.4/commands/DeleteConfigurationSetEventDestinationCommand.d.ts +39 -17
  11. package/dist-types/ts3.4/commands/DeleteDedicatedIpPoolCommand.d.ts +39 -17
  12. package/dist-types/ts3.4/commands/DeleteEmailIdentityCommand.d.ts +36 -17
  13. package/dist-types/ts3.4/commands/GetAccountCommand.d.ts +32 -17
  14. package/dist-types/ts3.4/commands/GetBlacklistReportsCommand.d.ts +36 -17
  15. package/dist-types/ts3.4/commands/GetConfigurationSetCommand.d.ts +36 -17
  16. package/dist-types/ts3.4/commands/GetConfigurationSetEventDestinationsCommand.d.ts +39 -17
  17. package/dist-types/ts3.4/commands/GetDedicatedIpCommand.d.ts +35 -17
  18. package/dist-types/ts3.4/commands/GetDedicatedIpsCommand.d.ts +35 -17
  19. package/dist-types/ts3.4/commands/GetDeliverabilityDashboardOptionsCommand.d.ts +39 -17
  20. package/dist-types/ts3.4/commands/GetDeliverabilityTestReportCommand.d.ts +39 -17
  21. package/dist-types/ts3.4/commands/GetDomainDeliverabilityCampaignCommand.d.ts +39 -17
  22. package/dist-types/ts3.4/commands/GetDomainStatisticsReportCommand.d.ts +39 -17
  23. package/dist-types/ts3.4/commands/GetEmailIdentityCommand.d.ts +35 -17
  24. package/dist-types/ts3.4/commands/ListConfigurationSetsCommand.d.ts +39 -17
  25. package/dist-types/ts3.4/commands/ListDedicatedIpPoolsCommand.d.ts +39 -17
  26. package/dist-types/ts3.4/commands/ListDeliverabilityTestReportsCommand.d.ts +39 -17
  27. package/dist-types/ts3.4/commands/ListDomainDeliverabilityCampaignsCommand.d.ts +39 -17
  28. package/dist-types/ts3.4/commands/ListEmailIdentitiesCommand.d.ts +36 -17
  29. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +36 -17
  30. package/dist-types/ts3.4/commands/PutAccountDedicatedIpWarmupAttributesCommand.d.ts +39 -17
  31. package/dist-types/ts3.4/commands/PutAccountSendingAttributesCommand.d.ts +39 -17
  32. package/dist-types/ts3.4/commands/PutConfigurationSetDeliveryOptionsCommand.d.ts +39 -17
  33. package/dist-types/ts3.4/commands/PutConfigurationSetReputationOptionsCommand.d.ts +39 -17
  34. package/dist-types/ts3.4/commands/PutConfigurationSetSendingOptionsCommand.d.ts +39 -17
  35. package/dist-types/ts3.4/commands/PutConfigurationSetTrackingOptionsCommand.d.ts +39 -17
  36. package/dist-types/ts3.4/commands/PutDedicatedIpInPoolCommand.d.ts +39 -17
  37. package/dist-types/ts3.4/commands/PutDedicatedIpWarmupAttributesCommand.d.ts +39 -17
  38. package/dist-types/ts3.4/commands/PutDeliverabilityDashboardOptionCommand.d.ts +39 -17
  39. package/dist-types/ts3.4/commands/PutEmailIdentityDkimAttributesCommand.d.ts +39 -17
  40. package/dist-types/ts3.4/commands/PutEmailIdentityFeedbackAttributesCommand.d.ts +39 -17
  41. package/dist-types/ts3.4/commands/PutEmailIdentityMailFromAttributesCommand.d.ts +39 -17
  42. package/dist-types/ts3.4/commands/SendEmailCommand.d.ts +32 -17
  43. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +32 -17
  44. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +35 -17
  45. package/dist-types/ts3.4/commands/UpdateConfigurationSetEventDestinationCommand.d.ts +39 -17
  46. package/dist-types/ts3.4/commands/index.d.ts +42 -42
  47. package/dist-types/ts3.4/endpoints.d.ts +2 -2
  48. package/dist-types/ts3.4/index.d.ts +6 -6
  49. package/dist-types/ts3.4/models/PinpointEmailServiceException.d.ts +7 -6
  50. package/dist-types/ts3.4/models/index.d.ts +1 -1
  51. package/dist-types/ts3.4/models/models_0.d.ts +927 -1221
  52. package/dist-types/ts3.4/pagination/GetDedicatedIpsPaginator.d.ts +11 -4
  53. package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
  54. package/dist-types/ts3.4/pagination/ListConfigurationSetsPaginator.d.ts +11 -4
  55. package/dist-types/ts3.4/pagination/ListDedicatedIpPoolsPaginator.d.ts +11 -4
  56. package/dist-types/ts3.4/pagination/ListDeliverabilityTestReportsPaginator.d.ts +11 -4
  57. package/dist-types/ts3.4/pagination/ListDomainDeliverabilityCampaignsPaginator.d.ts +11 -4
  58. package/dist-types/ts3.4/pagination/ListEmailIdentitiesPaginator.d.ts +11 -4
  59. package/dist-types/ts3.4/pagination/index.d.ts +7 -7
  60. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +509 -128
  61. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +65 -38
  62. package/dist-types/ts3.4/runtimeConfig.d.ts +65 -38
  63. package/dist-types/ts3.4/runtimeConfig.native.d.ts +66 -37
  64. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +10 -11
  65. 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
- export declare class AccountSuspendedException extends __BaseException {
5
- readonly name: "AccountSuspendedException";
6
- readonly $fault: "client";
7
-
8
- constructor(opts: __ExceptionOptionType<AccountSuspendedException, __BaseException>);
9
- }
10
-
11
- export declare class AlreadyExistsException extends __BaseException {
12
- readonly name: "AlreadyExistsException";
13
- readonly $fault: "client";
14
-
15
- constructor(opts: __ExceptionOptionType<AlreadyExistsException, __BaseException>);
16
- }
17
-
18
- export declare class BadRequestException extends __BaseException {
19
- readonly name: "BadRequestException";
20
- readonly $fault: "client";
21
-
22
- constructor(opts: __ExceptionOptionType<BadRequestException, __BaseException>);
23
- }
24
-
25
- export declare class ConcurrentModificationException extends __BaseException {
26
- readonly name: "ConcurrentModificationException";
27
- readonly $fault: "server";
28
-
29
- constructor(opts: __ExceptionOptionType<ConcurrentModificationException, __BaseException>);
30
- }
31
- export declare enum TlsPolicy {
32
- OPTIONAL = "OPTIONAL",
33
- REQUIRE = "REQUIRE"
34
- }
35
-
36
- export interface DeliveryOptions {
37
-
38
- TlsPolicy?: TlsPolicy | string;
39
-
40
- SendingPoolName?: string;
41
- }
42
-
43
- export interface ReputationOptions {
44
-
45
- ReputationMetricsEnabled?: boolean;
46
-
47
- LastFreshStart?: Date;
48
- }
49
-
50
- export interface SendingOptions {
51
-
52
- SendingEnabled?: boolean;
53
- }
54
-
55
- export interface Tag {
56
-
57
- Key: string | undefined;
58
-
59
- Value: string | undefined;
60
- }
61
-
62
- export interface TrackingOptions {
63
-
64
- CustomRedirectDomain: string | undefined;
65
- }
66
-
67
- export interface CreateConfigurationSetRequest {
68
-
69
- ConfigurationSetName: string | undefined;
70
-
71
- TrackingOptions?: TrackingOptions;
72
-
73
- DeliveryOptions?: DeliveryOptions;
74
-
75
- ReputationOptions?: ReputationOptions;
76
-
77
- SendingOptions?: SendingOptions;
78
-
79
- Tags?: Tag[];
80
- }
81
-
82
- export interface CreateConfigurationSetResponse {
83
- }
84
-
85
- export declare class LimitExceededException extends __BaseException {
86
- readonly name: "LimitExceededException";
87
- readonly $fault: "client";
88
-
89
- constructor(opts: __ExceptionOptionType<LimitExceededException, __BaseException>);
90
- }
91
-
92
- export declare class NotFoundException extends __BaseException {
93
- readonly name: "NotFoundException";
94
- readonly $fault: "client";
95
-
96
- constructor(opts: __ExceptionOptionType<NotFoundException, __BaseException>);
97
- }
98
-
99
- export declare class TooManyRequestsException extends __BaseException {
100
- readonly name: "TooManyRequestsException";
101
- readonly $fault: "client";
102
-
103
- constructor(opts: __ExceptionOptionType<TooManyRequestsException, __BaseException>);
104
- }
105
- export declare enum DimensionValueSource {
106
- EMAIL_HEADER = "EMAIL_HEADER",
107
- LINK_TAG = "LINK_TAG",
108
- MESSAGE_TAG = "MESSAGE_TAG"
109
- }
110
-
111
- export interface CloudWatchDimensionConfiguration {
112
-
113
- DimensionName: string | undefined;
114
-
115
- DimensionValueSource: DimensionValueSource | string | undefined;
116
-
117
- DefaultDimensionValue: string | undefined;
118
- }
119
-
120
- export interface CloudWatchDestination {
121
-
122
- DimensionConfigurations: CloudWatchDimensionConfiguration[] | undefined;
123
- }
124
-
125
- export interface KinesisFirehoseDestination {
126
-
127
- IamRoleArn: string | undefined;
128
-
129
- DeliveryStreamArn: string | undefined;
130
- }
131
- export declare enum EventType {
132
- BOUNCE = "BOUNCE",
133
- CLICK = "CLICK",
134
- COMPLAINT = "COMPLAINT",
135
- DELIVERY = "DELIVERY",
136
- OPEN = "OPEN",
137
- REJECT = "REJECT",
138
- RENDERING_FAILURE = "RENDERING_FAILURE",
139
- SEND = "SEND"
140
- }
141
-
142
- export interface PinpointDestination {
143
-
144
- ApplicationArn?: string;
145
- }
146
-
147
- export interface SnsDestination {
148
-
149
- TopicArn: string | undefined;
150
- }
151
-
152
- export interface EventDestinationDefinition {
153
-
154
- Enabled?: boolean;
155
-
156
- MatchingEventTypes?: (EventType | string)[];
157
-
158
- KinesisFirehoseDestination?: KinesisFirehoseDestination;
159
-
160
- CloudWatchDestination?: CloudWatchDestination;
161
-
162
- SnsDestination?: SnsDestination;
163
-
164
- PinpointDestination?: PinpointDestination;
165
- }
166
-
167
- export interface CreateConfigurationSetEventDestinationRequest {
168
-
169
- ConfigurationSetName: string | undefined;
170
-
171
- EventDestinationName: string | undefined;
172
-
173
- EventDestination: EventDestinationDefinition | undefined;
174
- }
175
-
176
- export interface CreateConfigurationSetEventDestinationResponse {
177
- }
178
-
179
- export interface CreateDedicatedIpPoolRequest {
180
-
181
- PoolName: string | undefined;
182
-
183
- Tags?: Tag[];
184
- }
185
-
186
- export interface CreateDedicatedIpPoolResponse {
187
- }
188
-
189
- export interface RawMessage {
190
-
191
- Data: Uint8Array | undefined;
192
- }
193
-
194
- export interface Content {
195
-
196
- Data: string | undefined;
197
-
198
- Charset?: string;
199
- }
200
-
201
- export interface Body {
202
-
203
- Text?: Content;
204
-
205
- Html?: Content;
206
- }
207
-
208
- export interface Message {
209
-
210
- Subject: Content | undefined;
211
-
212
- Body: Body | undefined;
213
- }
214
- export interface Template {
215
-
216
- TemplateArn?: string;
217
-
218
- TemplateData?: string;
219
- }
220
-
221
- export interface EmailContent {
222
-
223
- Simple?: Message;
224
-
225
- Raw?: RawMessage;
226
-
227
- Template?: Template;
228
- }
229
-
230
- export interface CreateDeliverabilityTestReportRequest {
231
-
232
- ReportName?: string;
233
-
234
- FromEmailAddress: string | undefined;
235
-
236
- Content: EmailContent | undefined;
237
-
238
- Tags?: Tag[];
239
- }
240
- export declare enum DeliverabilityTestStatus {
241
- COMPLETED = "COMPLETED",
242
- IN_PROGRESS = "IN_PROGRESS"
243
- }
244
-
245
- export interface CreateDeliverabilityTestReportResponse {
246
-
247
- ReportId: string | undefined;
248
-
249
- DeliverabilityTestStatus: DeliverabilityTestStatus | string | undefined;
250
- }
251
-
252
- export declare class MailFromDomainNotVerifiedException extends __BaseException {
253
- readonly name: "MailFromDomainNotVerifiedException";
254
- readonly $fault: "client";
255
-
256
- constructor(opts: __ExceptionOptionType<MailFromDomainNotVerifiedException, __BaseException>);
257
- }
258
-
259
- export declare class MessageRejected extends __BaseException {
260
- readonly name: "MessageRejected";
261
- readonly $fault: "client";
262
-
263
- constructor(opts: __ExceptionOptionType<MessageRejected, __BaseException>);
264
- }
265
-
266
- export declare class SendingPausedException extends __BaseException {
267
- readonly name: "SendingPausedException";
268
- readonly $fault: "client";
269
-
270
- constructor(opts: __ExceptionOptionType<SendingPausedException, __BaseException>);
271
- }
272
-
273
- export interface CreateEmailIdentityRequest {
274
-
275
- EmailIdentity: string | undefined;
276
-
277
- Tags?: Tag[];
278
- }
279
- export declare enum DkimStatus {
280
- FAILED = "FAILED",
281
- NOT_STARTED = "NOT_STARTED",
282
- PENDING = "PENDING",
283
- SUCCESS = "SUCCESS",
284
- TEMPORARY_FAILURE = "TEMPORARY_FAILURE"
285
- }
286
-
287
- export interface DkimAttributes {
288
-
289
- SigningEnabled?: boolean;
290
-
291
- Status?: DkimStatus | string;
292
-
293
- Tokens?: string[];
294
- }
295
- export declare enum IdentityType {
296
- DOMAIN = "DOMAIN",
297
- EMAIL_ADDRESS = "EMAIL_ADDRESS",
298
- MANAGED_DOMAIN = "MANAGED_DOMAIN"
299
- }
300
-
301
- export interface CreateEmailIdentityResponse {
302
-
303
- IdentityType?: IdentityType | string;
304
-
305
- VerifiedForSendingStatus?: boolean;
306
-
307
- DkimAttributes?: DkimAttributes;
308
- }
309
-
310
- export interface DeleteConfigurationSetRequest {
311
-
312
- ConfigurationSetName: string | undefined;
313
- }
314
-
315
- export interface DeleteConfigurationSetResponse {
316
- }
317
-
318
- export interface DeleteConfigurationSetEventDestinationRequest {
319
-
320
- ConfigurationSetName: string | undefined;
321
-
322
- EventDestinationName: string | undefined;
323
- }
324
-
325
- export interface DeleteConfigurationSetEventDestinationResponse {
326
- }
327
-
328
- export interface DeleteDedicatedIpPoolRequest {
329
-
330
- PoolName: string | undefined;
331
- }
332
-
333
- export interface DeleteDedicatedIpPoolResponse {
334
- }
335
-
336
- export interface DeleteEmailIdentityRequest {
337
-
338
- EmailIdentity: string | undefined;
339
- }
340
-
341
- export interface DeleteEmailIdentityResponse {
342
- }
343
-
344
- export interface GetAccountRequest {
345
- }
346
-
347
- export interface SendQuota {
348
-
349
- Max24HourSend?: number;
350
-
351
- MaxSendRate?: number;
352
-
353
- SentLast24Hours?: number;
354
- }
355
-
356
- export interface GetAccountResponse {
357
-
358
- SendQuota?: SendQuota;
359
-
360
- SendingEnabled?: boolean;
361
-
362
- DedicatedIpAutoWarmupEnabled?: boolean;
363
-
364
- EnforcementStatus?: string;
365
-
366
- ProductionAccessEnabled?: boolean;
367
- }
368
-
369
- export interface GetBlacklistReportsRequest {
370
-
371
- BlacklistItemNames: string[] | undefined;
372
- }
373
-
374
- export interface BlacklistEntry {
375
-
376
- RblName?: string;
377
-
378
- ListingTime?: Date;
379
-
380
- Description?: string;
381
- }
382
-
383
- export interface GetBlacklistReportsResponse {
384
-
385
- BlacklistReport: Record<string, BlacklistEntry[]> | undefined;
386
- }
387
-
388
- export interface GetConfigurationSetRequest {
389
-
390
- ConfigurationSetName: string | undefined;
391
- }
392
-
393
- export interface GetConfigurationSetResponse {
394
-
395
- ConfigurationSetName?: string;
396
-
397
- TrackingOptions?: TrackingOptions;
398
-
399
- DeliveryOptions?: DeliveryOptions;
400
-
401
- ReputationOptions?: ReputationOptions;
402
-
403
- SendingOptions?: SendingOptions;
404
-
405
- Tags?: Tag[];
406
- }
407
-
408
- export interface GetConfigurationSetEventDestinationsRequest {
409
-
410
- ConfigurationSetName: string | undefined;
411
- }
412
-
413
- export interface EventDestination {
414
-
415
- Name: string | undefined;
416
-
417
- Enabled?: boolean;
418
-
419
- MatchingEventTypes: (EventType | string)[] | undefined;
420
-
421
- KinesisFirehoseDestination?: KinesisFirehoseDestination;
422
-
423
- CloudWatchDestination?: CloudWatchDestination;
424
-
425
- SnsDestination?: SnsDestination;
426
-
427
- PinpointDestination?: PinpointDestination;
428
- }
429
-
430
- export interface GetConfigurationSetEventDestinationsResponse {
431
-
432
- EventDestinations?: EventDestination[];
433
- }
434
-
435
- export interface GetDedicatedIpRequest {
436
-
437
- Ip: string | undefined;
438
- }
439
- export declare enum WarmupStatus {
440
- DONE = "DONE",
441
- IN_PROGRESS = "IN_PROGRESS"
442
- }
443
-
444
- export interface DedicatedIp {
445
-
446
- Ip: string | undefined;
447
-
448
- WarmupStatus: WarmupStatus | string | undefined;
449
-
450
- WarmupPercentage: number | undefined;
451
-
452
- PoolName?: string;
453
- }
454
-
455
- export interface GetDedicatedIpResponse {
456
-
457
- DedicatedIp?: DedicatedIp;
458
- }
459
-
460
- export interface GetDedicatedIpsRequest {
461
-
462
- PoolName?: string;
463
-
464
- NextToken?: string;
465
-
466
- PageSize?: number;
467
- }
468
-
469
- export interface GetDedicatedIpsResponse {
470
-
471
- DedicatedIps?: DedicatedIp[];
472
-
473
- NextToken?: string;
474
- }
475
-
476
- export interface GetDeliverabilityDashboardOptionsRequest {
477
- }
478
- export declare enum DeliverabilityDashboardAccountStatus {
479
- ACTIVE = "ACTIVE",
480
- DISABLED = "DISABLED",
481
- PENDING_EXPIRATION = "PENDING_EXPIRATION"
482
- }
483
-
484
- export interface InboxPlacementTrackingOption {
485
-
486
- Global?: boolean;
487
-
488
- TrackedIsps?: string[];
489
- }
490
-
491
- export interface DomainDeliverabilityTrackingOption {
492
-
493
- Domain?: string;
494
-
495
- SubscriptionStartDate?: Date;
496
-
497
- InboxPlacementTrackingOption?: InboxPlacementTrackingOption;
498
- }
499
-
500
- export interface GetDeliverabilityDashboardOptionsResponse {
501
-
502
- DashboardEnabled: boolean | undefined;
503
-
504
- SubscriptionExpiryDate?: Date;
505
-
506
- AccountStatus?: DeliverabilityDashboardAccountStatus | string;
507
-
508
- ActiveSubscribedDomains?: DomainDeliverabilityTrackingOption[];
509
-
510
- PendingExpirationSubscribedDomains?: DomainDeliverabilityTrackingOption[];
511
- }
512
-
513
- export interface GetDeliverabilityTestReportRequest {
514
-
515
- ReportId: string | undefined;
516
- }
517
-
518
- export interface DeliverabilityTestReport {
519
-
520
- ReportId?: string;
521
-
522
- ReportName?: string;
523
-
524
- Subject?: string;
525
-
526
- FromEmailAddress?: string;
527
-
528
- CreateDate?: Date;
529
-
530
- DeliverabilityTestStatus?: DeliverabilityTestStatus | string;
531
- }
532
-
533
- export interface PlacementStatistics {
534
-
535
- InboxPercentage?: number;
536
-
537
- SpamPercentage?: number;
538
-
539
- MissingPercentage?: number;
540
-
541
- SpfPercentage?: number;
542
-
543
- DkimPercentage?: number;
544
- }
545
-
546
- export interface IspPlacement {
547
-
548
- IspName?: string;
549
-
550
- PlacementStatistics?: PlacementStatistics;
551
- }
552
-
553
- export interface GetDeliverabilityTestReportResponse {
554
-
555
- DeliverabilityTestReport: DeliverabilityTestReport | undefined;
556
-
557
- OverallPlacement: PlacementStatistics | undefined;
558
-
559
- IspPlacements: IspPlacement[] | undefined;
560
-
561
- Message?: string;
562
-
563
- Tags?: Tag[];
564
- }
565
-
566
- export interface GetDomainDeliverabilityCampaignRequest {
567
-
568
- CampaignId: string | undefined;
569
- }
570
-
571
- export interface DomainDeliverabilityCampaign {
572
-
573
- CampaignId?: string;
574
-
575
- ImageUrl?: string;
576
-
577
- Subject?: string;
578
-
579
- FromAddress?: string;
580
-
581
- SendingIps?: string[];
582
-
583
- FirstSeenDateTime?: Date;
584
-
585
- LastSeenDateTime?: Date;
586
-
587
- InboxCount?: number;
588
-
589
- SpamCount?: number;
590
-
591
- ReadRate?: number;
592
-
593
- DeleteRate?: number;
594
-
595
- ReadDeleteRate?: number;
596
-
597
- ProjectedVolume?: number;
598
-
599
- Esps?: string[];
600
- }
601
-
602
- export interface GetDomainDeliverabilityCampaignResponse {
603
-
604
- DomainDeliverabilityCampaign: DomainDeliverabilityCampaign | undefined;
605
- }
606
-
607
- export interface GetDomainStatisticsReportRequest {
608
-
609
- Domain: string | undefined;
610
-
611
- StartDate: Date | undefined;
612
-
613
- EndDate: Date | undefined;
614
- }
615
-
616
- export interface DomainIspPlacement {
617
-
618
- IspName?: string;
619
-
620
- InboxRawCount?: number;
621
-
622
- SpamRawCount?: number;
623
-
624
- InboxPercentage?: number;
625
-
626
- SpamPercentage?: number;
627
- }
628
-
629
- export interface VolumeStatistics {
630
-
631
- InboxRawCount?: number;
632
-
633
- SpamRawCount?: number;
634
-
635
- ProjectedInbox?: number;
636
-
637
- ProjectedSpam?: number;
638
- }
639
-
640
- export interface DailyVolume {
641
-
642
- StartDate?: Date;
643
-
644
- VolumeStatistics?: VolumeStatistics;
645
-
646
- DomainIspPlacements?: DomainIspPlacement[];
647
- }
648
-
649
- export interface OverallVolume {
650
-
651
- VolumeStatistics?: VolumeStatistics;
652
-
653
- ReadRatePercent?: number;
654
-
655
- DomainIspPlacements?: DomainIspPlacement[];
656
- }
657
-
658
- export interface GetDomainStatisticsReportResponse {
659
-
660
- OverallVolume: OverallVolume | undefined;
661
-
662
- DailyVolumes: DailyVolume[] | undefined;
663
- }
664
-
665
- export interface GetEmailIdentityRequest {
666
-
667
- EmailIdentity: string | undefined;
668
- }
669
- export declare enum BehaviorOnMxFailure {
670
- REJECT_MESSAGE = "REJECT_MESSAGE",
671
- USE_DEFAULT_VALUE = "USE_DEFAULT_VALUE"
672
- }
673
- export declare enum MailFromDomainStatus {
674
- FAILED = "FAILED",
675
- PENDING = "PENDING",
676
- SUCCESS = "SUCCESS",
677
- TEMPORARY_FAILURE = "TEMPORARY_FAILURE"
678
- }
679
-
680
- export interface MailFromAttributes {
681
-
682
- MailFromDomain: string | undefined;
683
-
684
- MailFromDomainStatus: MailFromDomainStatus | string | undefined;
685
-
686
- BehaviorOnMxFailure: BehaviorOnMxFailure | string | undefined;
687
- }
688
-
689
- export interface GetEmailIdentityResponse {
690
-
691
- IdentityType?: IdentityType | string;
692
-
693
- FeedbackForwardingStatus?: boolean;
694
-
695
- VerifiedForSendingStatus?: boolean;
696
-
697
- DkimAttributes?: DkimAttributes;
698
-
699
- MailFromAttributes?: MailFromAttributes;
700
-
701
- Tags?: Tag[];
702
- }
703
-
704
- export interface ListConfigurationSetsRequest {
705
-
706
- NextToken?: string;
707
-
708
- PageSize?: number;
709
- }
710
-
711
- export interface ListConfigurationSetsResponse {
712
-
713
- ConfigurationSets?: string[];
714
-
715
- NextToken?: string;
716
- }
717
-
718
- export interface ListDedicatedIpPoolsRequest {
719
-
720
- NextToken?: string;
721
-
722
- PageSize?: number;
723
- }
724
-
725
- export interface ListDedicatedIpPoolsResponse {
726
-
727
- DedicatedIpPools?: string[];
728
-
729
- NextToken?: string;
730
- }
731
-
732
- export interface ListDeliverabilityTestReportsRequest {
733
-
734
- NextToken?: string;
735
-
736
- PageSize?: number;
737
- }
738
-
739
- export interface ListDeliverabilityTestReportsResponse {
740
-
741
- DeliverabilityTestReports: DeliverabilityTestReport[] | undefined;
742
-
743
- NextToken?: string;
744
- }
745
-
746
- export interface ListDomainDeliverabilityCampaignsRequest {
747
-
748
- StartDate: Date | undefined;
749
-
750
- EndDate: Date | undefined;
751
-
752
- SubscribedDomain: string | undefined;
753
-
754
- NextToken?: string;
755
-
756
- PageSize?: number;
757
- }
758
-
759
- export interface ListDomainDeliverabilityCampaignsResponse {
760
-
761
- DomainDeliverabilityCampaigns: DomainDeliverabilityCampaign[] | undefined;
762
-
763
- NextToken?: string;
764
- }
765
-
766
- export interface ListEmailIdentitiesRequest {
767
-
768
- NextToken?: string;
769
-
770
- PageSize?: number;
771
- }
772
-
773
- export interface IdentityInfo {
774
-
775
- IdentityType?: IdentityType | string;
776
-
777
- IdentityName?: string;
778
-
779
- SendingEnabled?: boolean;
780
- }
781
-
782
- export interface ListEmailIdentitiesResponse {
783
-
784
- EmailIdentities?: IdentityInfo[];
785
-
786
- NextToken?: string;
787
- }
788
- export interface ListTagsForResourceRequest {
789
-
790
- ResourceArn: string | undefined;
791
- }
792
- export interface ListTagsForResourceResponse {
793
-
794
- Tags: Tag[] | undefined;
795
- }
796
-
797
- export interface PutAccountDedicatedIpWarmupAttributesRequest {
798
-
799
- AutoWarmupEnabled?: boolean;
800
- }
801
-
802
- export interface PutAccountDedicatedIpWarmupAttributesResponse {
803
- }
804
-
805
- export interface PutAccountSendingAttributesRequest {
806
-
807
- SendingEnabled?: boolean;
808
- }
809
-
810
- export interface PutAccountSendingAttributesResponse {
811
- }
812
-
813
- export interface PutConfigurationSetDeliveryOptionsRequest {
814
-
815
- ConfigurationSetName: string | undefined;
816
-
817
- TlsPolicy?: TlsPolicy | string;
818
-
819
- SendingPoolName?: string;
820
- }
821
-
822
- export interface PutConfigurationSetDeliveryOptionsResponse {
823
- }
824
-
825
- export interface PutConfigurationSetReputationOptionsRequest {
826
-
827
- ConfigurationSetName: string | undefined;
828
-
829
- ReputationMetricsEnabled?: boolean;
830
- }
831
-
832
- export interface PutConfigurationSetReputationOptionsResponse {
833
- }
834
-
835
- export interface PutConfigurationSetSendingOptionsRequest {
836
-
837
- ConfigurationSetName: string | undefined;
838
-
839
- SendingEnabled?: boolean;
840
- }
841
-
842
- export interface PutConfigurationSetSendingOptionsResponse {
843
- }
844
-
845
- export interface PutConfigurationSetTrackingOptionsRequest {
846
-
847
- ConfigurationSetName: string | undefined;
848
-
849
- CustomRedirectDomain?: string;
850
- }
851
-
852
- export interface PutConfigurationSetTrackingOptionsResponse {
853
- }
854
-
855
- export interface PutDedicatedIpInPoolRequest {
856
-
857
- Ip: string | undefined;
858
-
859
- DestinationPoolName: string | undefined;
860
- }
861
-
862
- export interface PutDedicatedIpInPoolResponse {
863
- }
864
-
865
- export interface PutDedicatedIpWarmupAttributesRequest {
866
-
867
- Ip: string | undefined;
868
-
869
- WarmupPercentage: number | undefined;
870
- }
871
-
872
- export interface PutDedicatedIpWarmupAttributesResponse {
873
- }
874
-
875
- export interface PutDeliverabilityDashboardOptionRequest {
876
-
877
- DashboardEnabled: boolean | undefined;
878
-
879
- SubscribedDomains?: DomainDeliverabilityTrackingOption[];
880
- }
881
-
882
- export interface PutDeliverabilityDashboardOptionResponse {
883
- }
884
-
885
- export interface PutEmailIdentityDkimAttributesRequest {
886
-
887
- EmailIdentity: string | undefined;
888
-
889
- SigningEnabled?: boolean;
890
- }
891
-
892
- export interface PutEmailIdentityDkimAttributesResponse {
893
- }
894
-
895
- export interface PutEmailIdentityFeedbackAttributesRequest {
896
-
897
- EmailIdentity: string | undefined;
898
-
899
- EmailForwardingEnabled?: boolean;
900
- }
901
-
902
- export interface PutEmailIdentityFeedbackAttributesResponse {
903
- }
904
-
905
- export interface PutEmailIdentityMailFromAttributesRequest {
906
-
907
- EmailIdentity: string | undefined;
908
-
909
- MailFromDomain?: string;
910
-
911
- BehaviorOnMxFailure?: BehaviorOnMxFailure | string;
912
- }
913
-
914
- export interface PutEmailIdentityMailFromAttributesResponse {
915
- }
916
-
917
- export interface Destination {
918
-
919
- ToAddresses?: string[];
920
-
921
- CcAddresses?: string[];
922
-
923
- BccAddresses?: string[];
924
- }
925
-
926
- export interface MessageTag {
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;