@aws-sdk/client-sesv2 3.295.0 → 3.297.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 (105) hide show
  1. package/dist-types/SESv2.d.ts +87 -0
  2. package/dist-types/SESv2Client.d.ts +24 -4
  3. package/dist-types/commands/BatchGetMetricDataCommand.d.ts +16 -0
  4. package/dist-types/commands/CreateConfigurationSetCommand.d.ts +16 -0
  5. package/dist-types/commands/CreateConfigurationSetEventDestinationCommand.d.ts +16 -0
  6. package/dist-types/commands/CreateContactCommand.d.ts +16 -0
  7. package/dist-types/commands/CreateContactListCommand.d.ts +16 -0
  8. package/dist-types/commands/CreateCustomVerificationEmailTemplateCommand.d.ts +16 -0
  9. package/dist-types/commands/CreateDedicatedIpPoolCommand.d.ts +16 -0
  10. package/dist-types/commands/CreateDeliverabilityTestReportCommand.d.ts +16 -0
  11. package/dist-types/commands/CreateEmailIdentityCommand.d.ts +16 -0
  12. package/dist-types/commands/CreateEmailIdentityPolicyCommand.d.ts +16 -0
  13. package/dist-types/commands/CreateEmailTemplateCommand.d.ts +16 -0
  14. package/dist-types/commands/CreateImportJobCommand.d.ts +16 -0
  15. package/dist-types/commands/DeleteConfigurationSetCommand.d.ts +16 -0
  16. package/dist-types/commands/DeleteConfigurationSetEventDestinationCommand.d.ts +16 -0
  17. package/dist-types/commands/DeleteContactCommand.d.ts +16 -0
  18. package/dist-types/commands/DeleteContactListCommand.d.ts +16 -0
  19. package/dist-types/commands/DeleteCustomVerificationEmailTemplateCommand.d.ts +16 -0
  20. package/dist-types/commands/DeleteDedicatedIpPoolCommand.d.ts +16 -0
  21. package/dist-types/commands/DeleteEmailIdentityCommand.d.ts +16 -0
  22. package/dist-types/commands/DeleteEmailIdentityPolicyCommand.d.ts +16 -0
  23. package/dist-types/commands/DeleteEmailTemplateCommand.d.ts +16 -0
  24. package/dist-types/commands/DeleteSuppressedDestinationCommand.d.ts +16 -0
  25. package/dist-types/commands/GetAccountCommand.d.ts +16 -0
  26. package/dist-types/commands/GetBlacklistReportsCommand.d.ts +16 -0
  27. package/dist-types/commands/GetConfigurationSetCommand.d.ts +16 -0
  28. package/dist-types/commands/GetConfigurationSetEventDestinationsCommand.d.ts +16 -0
  29. package/dist-types/commands/GetContactCommand.d.ts +16 -0
  30. package/dist-types/commands/GetContactListCommand.d.ts +16 -0
  31. package/dist-types/commands/GetCustomVerificationEmailTemplateCommand.d.ts +16 -0
  32. package/dist-types/commands/GetDedicatedIpCommand.d.ts +16 -0
  33. package/dist-types/commands/GetDedicatedIpPoolCommand.d.ts +16 -0
  34. package/dist-types/commands/GetDedicatedIpsCommand.d.ts +16 -0
  35. package/dist-types/commands/GetDeliverabilityDashboardOptionsCommand.d.ts +16 -0
  36. package/dist-types/commands/GetDeliverabilityTestReportCommand.d.ts +16 -0
  37. package/dist-types/commands/GetDomainDeliverabilityCampaignCommand.d.ts +16 -0
  38. package/dist-types/commands/GetDomainStatisticsReportCommand.d.ts +16 -0
  39. package/dist-types/commands/GetEmailIdentityCommand.d.ts +16 -0
  40. package/dist-types/commands/GetEmailIdentityPoliciesCommand.d.ts +16 -0
  41. package/dist-types/commands/GetEmailTemplateCommand.d.ts +16 -0
  42. package/dist-types/commands/GetImportJobCommand.d.ts +16 -0
  43. package/dist-types/commands/GetSuppressedDestinationCommand.d.ts +16 -0
  44. package/dist-types/commands/ListConfigurationSetsCommand.d.ts +16 -0
  45. package/dist-types/commands/ListContactListsCommand.d.ts +16 -0
  46. package/dist-types/commands/ListContactsCommand.d.ts +16 -0
  47. package/dist-types/commands/ListCustomVerificationEmailTemplatesCommand.d.ts +16 -0
  48. package/dist-types/commands/ListDedicatedIpPoolsCommand.d.ts +16 -0
  49. package/dist-types/commands/ListDeliverabilityTestReportsCommand.d.ts +16 -0
  50. package/dist-types/commands/ListDomainDeliverabilityCampaignsCommand.d.ts +16 -0
  51. package/dist-types/commands/ListEmailIdentitiesCommand.d.ts +16 -0
  52. package/dist-types/commands/ListEmailTemplatesCommand.d.ts +16 -0
  53. package/dist-types/commands/ListImportJobsCommand.d.ts +16 -0
  54. package/dist-types/commands/ListRecommendationsCommand.d.ts +16 -0
  55. package/dist-types/commands/ListSuppressedDestinationsCommand.d.ts +16 -0
  56. package/dist-types/commands/ListTagsForResourceCommand.d.ts +16 -0
  57. package/dist-types/commands/PutAccountDedicatedIpWarmupAttributesCommand.d.ts +16 -0
  58. package/dist-types/commands/PutAccountDetailsCommand.d.ts +16 -0
  59. package/dist-types/commands/PutAccountSendingAttributesCommand.d.ts +16 -0
  60. package/dist-types/commands/PutAccountSuppressionAttributesCommand.d.ts +16 -0
  61. package/dist-types/commands/PutAccountVdmAttributesCommand.d.ts +16 -0
  62. package/dist-types/commands/PutConfigurationSetDeliveryOptionsCommand.d.ts +16 -0
  63. package/dist-types/commands/PutConfigurationSetReputationOptionsCommand.d.ts +16 -0
  64. package/dist-types/commands/PutConfigurationSetSendingOptionsCommand.d.ts +16 -0
  65. package/dist-types/commands/PutConfigurationSetSuppressionOptionsCommand.d.ts +16 -0
  66. package/dist-types/commands/PutConfigurationSetTrackingOptionsCommand.d.ts +16 -0
  67. package/dist-types/commands/PutConfigurationSetVdmOptionsCommand.d.ts +16 -0
  68. package/dist-types/commands/PutDedicatedIpInPoolCommand.d.ts +16 -0
  69. package/dist-types/commands/PutDedicatedIpWarmupAttributesCommand.d.ts +16 -0
  70. package/dist-types/commands/PutDeliverabilityDashboardOptionCommand.d.ts +16 -0
  71. package/dist-types/commands/PutEmailIdentityConfigurationSetAttributesCommand.d.ts +16 -0
  72. package/dist-types/commands/PutEmailIdentityDkimAttributesCommand.d.ts +16 -0
  73. package/dist-types/commands/PutEmailIdentityDkimSigningAttributesCommand.d.ts +16 -0
  74. package/dist-types/commands/PutEmailIdentityFeedbackAttributesCommand.d.ts +16 -0
  75. package/dist-types/commands/PutEmailIdentityMailFromAttributesCommand.d.ts +16 -0
  76. package/dist-types/commands/PutSuppressedDestinationCommand.d.ts +16 -0
  77. package/dist-types/commands/SendBulkEmailCommand.d.ts +16 -0
  78. package/dist-types/commands/SendCustomVerificationEmailCommand.d.ts +16 -0
  79. package/dist-types/commands/SendEmailCommand.d.ts +16 -0
  80. package/dist-types/commands/TagResourceCommand.d.ts +16 -0
  81. package/dist-types/commands/TestRenderEmailTemplateCommand.d.ts +16 -0
  82. package/dist-types/commands/UntagResourceCommand.d.ts +16 -0
  83. package/dist-types/commands/UpdateConfigurationSetEventDestinationCommand.d.ts +16 -0
  84. package/dist-types/commands/UpdateContactCommand.d.ts +16 -0
  85. package/dist-types/commands/UpdateContactListCommand.d.ts +16 -0
  86. package/dist-types/commands/UpdateCustomVerificationEmailTemplateCommand.d.ts +16 -0
  87. package/dist-types/commands/UpdateEmailIdentityPolicyCommand.d.ts +16 -0
  88. package/dist-types/commands/UpdateEmailTemplateCommand.d.ts +16 -0
  89. package/dist-types/models/SESv2ServiceException.d.ts +2 -0
  90. package/dist-types/models/models_0.d.ts +419 -0
  91. package/dist-types/pagination/GetDedicatedIpsPaginator.d.ts +3 -0
  92. package/dist-types/pagination/Interfaces.d.ts +3 -0
  93. package/dist-types/pagination/ListConfigurationSetsPaginator.d.ts +3 -0
  94. package/dist-types/pagination/ListContactListsPaginator.d.ts +3 -0
  95. package/dist-types/pagination/ListContactsPaginator.d.ts +3 -0
  96. package/dist-types/pagination/ListCustomVerificationEmailTemplatesPaginator.d.ts +3 -0
  97. package/dist-types/pagination/ListDedicatedIpPoolsPaginator.d.ts +3 -0
  98. package/dist-types/pagination/ListDeliverabilityTestReportsPaginator.d.ts +3 -0
  99. package/dist-types/pagination/ListDomainDeliverabilityCampaignsPaginator.d.ts +3 -0
  100. package/dist-types/pagination/ListEmailIdentitiesPaginator.d.ts +3 -0
  101. package/dist-types/pagination/ListEmailTemplatesPaginator.d.ts +3 -0
  102. package/dist-types/pagination/ListImportJobsPaginator.d.ts +3 -0
  103. package/dist-types/pagination/ListRecommendationsPaginator.d.ts +3 -0
  104. package/dist-types/pagination/ListSuppressedDestinationsPaginator.d.ts +3 -0
  105. package/package.json +29 -29
@@ -1,13 +1,22 @@
1
1
  import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
2
2
  import { SESv2ServiceException as __BaseException } from "./SESv2ServiceException";
3
+ /**
4
+ * @public
5
+ */
3
6
  export declare enum ContactLanguage {
4
7
  EN = "EN",
5
8
  JA = "JA"
6
9
  }
10
+ /**
11
+ * @public
12
+ */
7
13
  export declare enum MailType {
8
14
  MARKETING = "MARKETING",
9
15
  TRANSACTIONAL = "TRANSACTIONAL"
10
16
  }
17
+ /**
18
+ * @public
19
+ */
11
20
  export declare enum ReviewStatus {
12
21
  DENIED = "DENIED",
13
22
  FAILED = "FAILED",
@@ -15,6 +24,7 @@ export declare enum ReviewStatus {
15
24
  PENDING = "PENDING"
16
25
  }
17
26
  /**
27
+ * @public
18
28
  * <p>An object that contains information about your account details review.</p>
19
29
  */
20
30
  export interface ReviewDetails {
@@ -51,6 +61,7 @@ export interface ReviewDetails {
51
61
  CaseId?: string;
52
62
  }
53
63
  /**
64
+ * @public
54
65
  * <p>An object that contains information about your account details.</p>
55
66
  */
56
67
  export interface AccountDetails {
@@ -96,6 +107,7 @@ export interface AccountDetails {
96
107
  ReviewDetails?: ReviewDetails;
97
108
  }
98
109
  /**
110
+ * @public
99
111
  * <p>The message can't be sent because the account's ability to send email has been
100
112
  * permanently restricted.</p>
101
113
  */
@@ -108,6 +120,7 @@ export declare class AccountSuspendedException extends __BaseException {
108
120
  constructor(opts: __ExceptionOptionType<AccountSuspendedException, __BaseException>);
109
121
  }
110
122
  /**
123
+ * @public
111
124
  * <p>The resource specified in your request already exists.</p>
112
125
  */
113
126
  export declare class AlreadyExistsException extends __BaseException {
@@ -119,6 +132,7 @@ export declare class AlreadyExistsException extends __BaseException {
119
132
  constructor(opts: __ExceptionOptionType<AlreadyExistsException, __BaseException>);
120
133
  }
121
134
  /**
135
+ * @public
122
136
  * <p>The input you provided is invalid.</p>
123
137
  */
124
138
  export declare class BadRequestException extends __BaseException {
@@ -129,11 +143,17 @@ export declare class BadRequestException extends __BaseException {
129
143
  */
130
144
  constructor(opts: __ExceptionOptionType<BadRequestException, __BaseException>);
131
145
  }
146
+ /**
147
+ * @public
148
+ */
132
149
  export declare enum MetricDimensionName {
133
150
  CONFIGURATION_SET = "CONFIGURATION_SET",
134
151
  EMAIL_IDENTITY = "EMAIL_IDENTITY",
135
152
  ISP = "ISP"
136
153
  }
154
+ /**
155
+ * @public
156
+ */
137
157
  export declare enum Metric {
138
158
  CLICK = "CLICK",
139
159
  COMPLAINT = "COMPLAINT",
@@ -146,10 +166,14 @@ export declare enum Metric {
146
166
  SEND = "SEND",
147
167
  TRANSIENT_BOUNCE = "TRANSIENT_BOUNCE"
148
168
  }
169
+ /**
170
+ * @public
171
+ */
149
172
  export declare enum MetricNamespace {
150
173
  VDM = "VDM"
151
174
  }
152
175
  /**
176
+ * @public
153
177
  * <p>Represents a single metric data query to include in a batch.</p>
154
178
  */
155
179
  export interface BatchGetMetricDataQuery {
@@ -244,6 +268,7 @@ export interface BatchGetMetricDataQuery {
244
268
  EndDate: Date | undefined;
245
269
  }
246
270
  /**
271
+ * @public
247
272
  * <p>Represents a request to retrieve a batch of metric data.</p>
248
273
  */
249
274
  export interface BatchGetMetricDataRequest {
@@ -252,11 +277,15 @@ export interface BatchGetMetricDataRequest {
252
277
  */
253
278
  Queries: BatchGetMetricDataQuery[] | undefined;
254
279
  }
280
+ /**
281
+ * @public
282
+ */
255
283
  export declare enum QueryErrorCode {
256
284
  ACCESS_DENIED = "ACCESS_DENIED",
257
285
  INTERNAL_FAILURE = "INTERNAL_FAILURE"
258
286
  }
259
287
  /**
288
+ * @public
260
289
  * <p>An error corresponding to the unsuccessful processing of a single metric data query.</p>
261
290
  */
262
291
  export interface MetricDataError {
@@ -285,6 +314,7 @@ export interface MetricDataError {
285
314
  Message?: string;
286
315
  }
287
316
  /**
317
+ * @public
288
318
  * <p>The result of a single metric data query.</p>
289
319
  */
290
320
  export interface MetricDataResult {
@@ -302,6 +332,7 @@ export interface MetricDataResult {
302
332
  Values?: number[];
303
333
  }
304
334
  /**
335
+ * @public
305
336
  * <p>Represents the result of processing your metric data batch request</p>
306
337
  */
307
338
  export interface BatchGetMetricDataResponse {
@@ -315,6 +346,7 @@ export interface BatchGetMetricDataResponse {
315
346
  Errors?: MetricDataError[];
316
347
  }
317
348
  /**
349
+ * @public
318
350
  * <p>The request couldn't be processed because an error occurred with the Amazon SES API v2.</p>
319
351
  */
320
352
  export declare class InternalServiceErrorException extends __BaseException {
@@ -326,6 +358,7 @@ export declare class InternalServiceErrorException extends __BaseException {
326
358
  constructor(opts: __ExceptionOptionType<InternalServiceErrorException, __BaseException>);
327
359
  }
328
360
  /**
361
+ * @public
329
362
  * <p>The resource you attempted to access doesn't exist.</p>
330
363
  */
331
364
  export declare class NotFoundException extends __BaseException {
@@ -337,6 +370,7 @@ export declare class NotFoundException extends __BaseException {
337
370
  constructor(opts: __ExceptionOptionType<NotFoundException, __BaseException>);
338
371
  }
339
372
  /**
373
+ * @public
340
374
  * <p>Too many requests have been made to the operation.</p>
341
375
  */
342
376
  export declare class TooManyRequestsException extends __BaseException {
@@ -347,11 +381,15 @@ export declare class TooManyRequestsException extends __BaseException {
347
381
  */
348
382
  constructor(opts: __ExceptionOptionType<TooManyRequestsException, __BaseException>);
349
383
  }
384
+ /**
385
+ * @public
386
+ */
350
387
  export declare enum BehaviorOnMxFailure {
351
388
  REJECT_MESSAGE = "REJECT_MESSAGE",
352
389
  USE_DEFAULT_VALUE = "USE_DEFAULT_VALUE"
353
390
  }
354
391
  /**
392
+ * @public
355
393
  * <p>An object that contains information about a blacklisting event that impacts one of the
356
394
  * dedicated IP addresses that is associated with your account.</p>
357
395
  */
@@ -371,6 +409,7 @@ export interface BlacklistEntry {
371
409
  Description?: string;
372
410
  }
373
411
  /**
412
+ * @public
374
413
  * <p>An object that represents the content of the email, and optionally a character set
375
414
  * specification.</p>
376
415
  */
@@ -388,6 +427,7 @@ export interface Content {
388
427
  Charset?: string;
389
428
  }
390
429
  /**
430
+ * @public
391
431
  * <p>Represents the body of the email message.</p>
392
432
  */
393
433
  export interface Body {
@@ -405,6 +445,7 @@ export interface Body {
405
445
  Html?: Content;
406
446
  }
407
447
  /**
448
+ * @public
408
449
  * <p>An object that defines the email template to use for an email message, and the values
409
450
  * to use for any message variables in that template. An <i>email
410
451
  * template</i> is a type of message template that contains content that you
@@ -429,6 +470,7 @@ export interface Template {
429
470
  TemplateData?: string;
430
471
  }
431
472
  /**
473
+ * @public
432
474
  * <p>An object that contains the body of the message. You can specify a template
433
475
  * message.</p>
434
476
  */
@@ -439,6 +481,7 @@ export interface BulkEmailContent {
439
481
  Template?: Template;
440
482
  }
441
483
  /**
484
+ * @public
442
485
  * <p>An object that describes the recipients for an email.</p>
443
486
  * <note>
444
487
  * <p>Amazon SES does not support the SMTPUTF8 extension, as described in <a href="https://tools.ietf.org/html/rfc6531">RFC6531</a>. For this reason, the
@@ -467,6 +510,7 @@ export interface Destination {
467
510
  BccAddresses?: string[];
468
511
  }
469
512
  /**
513
+ * @public
470
514
  * <p>An object which contains <code>ReplacementTemplateData</code> to be used for a
471
515
  * specific <code>BulkEmailEntry</code>.</p>
472
516
  */
@@ -479,6 +523,7 @@ export interface ReplacementTemplate {
479
523
  ReplacementTemplateData?: string;
480
524
  }
481
525
  /**
526
+ * @public
482
527
  * <p>The <code>ReplaceEmailContent</code> object to be used for a specific
483
528
  * <code>BulkEmailEntry</code>. The <code>ReplacementTemplate</code> can be specified
484
529
  * within this object.</p>
@@ -491,6 +536,7 @@ export interface ReplacementEmailContent {
491
536
  ReplacementTemplate?: ReplacementTemplate;
492
537
  }
493
538
  /**
539
+ * @public
494
540
  * <p>Contains the name and value of a tag that you apply to an email. You can use message
495
541
  * tags when you publish email sending events.
496
542
  * </p>
@@ -525,6 +571,9 @@ export interface MessageTag {
525
571
  */
526
572
  Value: string | undefined;
527
573
  }
574
+ /**
575
+ * @public
576
+ */
528
577
  export interface BulkEmailEntry {
529
578
  /**
530
579
  * <p>Represents the destination of the message, consisting of To:, CC:, and BCC:
@@ -552,6 +601,9 @@ export interface BulkEmailEntry {
552
601
  */
553
602
  ReplacementEmailContent?: ReplacementEmailContent;
554
603
  }
604
+ /**
605
+ * @public
606
+ */
555
607
  export declare enum BulkEmailStatus {
556
608
  ACCOUNT_DAILY_QUOTA_EXCEEDED = "ACCOUNT_DAILY_QUOTA_EXCEEDED",
557
609
  ACCOUNT_SENDING_PAUSED = "ACCOUNT_SENDING_PAUSED",
@@ -569,6 +621,7 @@ export declare enum BulkEmailStatus {
569
621
  TRANSIENT_FAILURE = "TRANSIENT_FAILURE"
570
622
  }
571
623
  /**
624
+ * @public
572
625
  * <p>The result of the <code>SendBulkEmail</code> operation of each specified
573
626
  * <code>BulkEmailEntry</code>.</p>
574
627
  */
@@ -648,12 +701,16 @@ export interface BulkEmailEntryResult {
648
701
  */
649
702
  MessageId?: string;
650
703
  }
704
+ /**
705
+ * @public
706
+ */
651
707
  export declare enum DimensionValueSource {
652
708
  EMAIL_HEADER = "EMAIL_HEADER",
653
709
  LINK_TAG = "LINK_TAG",
654
710
  MESSAGE_TAG = "MESSAGE_TAG"
655
711
  }
656
712
  /**
713
+ * @public
657
714
  * <p>An object that defines the dimension configuration to use when you send email events
658
715
  * to Amazon CloudWatch.</p>
659
716
  */
@@ -697,6 +754,7 @@ export interface CloudWatchDimensionConfiguration {
697
754
  DefaultDimensionValue: string | undefined;
698
755
  }
699
756
  /**
757
+ * @public
700
758
  * <p>An object that defines an Amazon CloudWatch destination for email events. You can use Amazon CloudWatch to
701
759
  * monitor and gain insights on your email sending metrics.</p>
702
760
  */
@@ -708,6 +766,7 @@ export interface CloudWatchDestination {
708
766
  DimensionConfigurations: CloudWatchDimensionConfiguration[] | undefined;
709
767
  }
710
768
  /**
769
+ * @public
711
770
  * <p>The resource is being modified by another operation or thread.</p>
712
771
  */
713
772
  export declare class ConcurrentModificationException extends __BaseException {
@@ -719,6 +778,7 @@ export declare class ConcurrentModificationException extends __BaseException {
719
778
  constructor(opts: __ExceptionOptionType<ConcurrentModificationException, __BaseException>);
720
779
  }
721
780
  /**
781
+ * @public
722
782
  * <p>If there is already an ongoing account details update under review.</p>
723
783
  */
724
784
  export declare class ConflictException extends __BaseException {
@@ -729,11 +789,15 @@ export declare class ConflictException extends __BaseException {
729
789
  */
730
790
  constructor(opts: __ExceptionOptionType<ConflictException, __BaseException>);
731
791
  }
792
+ /**
793
+ * @public
794
+ */
732
795
  export declare enum SubscriptionStatus {
733
796
  OPT_IN = "OPT_IN",
734
797
  OPT_OUT = "OPT_OUT"
735
798
  }
736
799
  /**
800
+ * @public
737
801
  * <p>The contact's preference for being opted-in to or opted-out of a topic.</p>
738
802
  */
739
803
  export interface TopicPreference {
@@ -748,6 +812,7 @@ export interface TopicPreference {
748
812
  SubscriptionStatus: SubscriptionStatus | string | undefined;
749
813
  }
750
814
  /**
815
+ * @public
751
816
  * <p>A contact is the end-user who is receiving the email.</p>
752
817
  */
753
818
  export interface Contact {
@@ -774,6 +839,7 @@ export interface Contact {
774
839
  LastUpdatedTimestamp?: Date;
775
840
  }
776
841
  /**
842
+ * @public
777
843
  * <p>A list that contains contacts that have subscribed to a particular topic or
778
844
  * topics.</p>
779
845
  */
@@ -787,11 +853,15 @@ export interface ContactList {
787
853
  */
788
854
  LastUpdatedTimestamp?: Date;
789
855
  }
856
+ /**
857
+ * @public
858
+ */
790
859
  export declare enum ContactListImportAction {
791
860
  DELETE = "DELETE",
792
861
  PUT = "PUT"
793
862
  }
794
863
  /**
864
+ * @public
795
865
  * <p>An object that contains details about the action of a contact list.</p>
796
866
  */
797
867
  export interface ContactListDestination {
@@ -814,11 +884,15 @@ export interface ContactListDestination {
814
884
  */
815
885
  ContactListImportAction: ContactListImportAction | string | undefined;
816
886
  }
887
+ /**
888
+ * @public
889
+ */
817
890
  export declare enum TlsPolicy {
818
891
  OPTIONAL = "OPTIONAL",
819
892
  REQUIRE = "REQUIRE"
820
893
  }
821
894
  /**
895
+ * @public
822
896
  * <p>Used to associate a configuration set with a dedicated IP pool.</p>
823
897
  */
824
898
  export interface DeliveryOptions {
@@ -835,6 +909,7 @@ export interface DeliveryOptions {
835
909
  SendingPoolName?: string;
836
910
  }
837
911
  /**
912
+ * @public
838
913
  * <p>Enable or disable collection of reputation metrics for emails that you send using this
839
914
  * configuration set in the current Amazon Web Services Region. </p>
840
915
  */
@@ -853,6 +928,7 @@ export interface ReputationOptions {
853
928
  LastFreshStart?: Date;
854
929
  }
855
930
  /**
931
+ * @public
856
932
  * <p>Used to enable or disable email sending for messages that use this configuration set
857
933
  * in the current Amazon Web Services Region.</p>
858
934
  */
@@ -863,11 +939,15 @@ export interface SendingOptions {
863
939
  */
864
940
  SendingEnabled?: boolean;
865
941
  }
942
+ /**
943
+ * @public
944
+ */
866
945
  export declare enum SuppressionListReason {
867
946
  BOUNCE = "BOUNCE",
868
947
  COMPLAINT = "COMPLAINT"
869
948
  }
870
949
  /**
950
+ * @public
871
951
  * <p>An object that contains information about the suppression list preferences for your
872
952
  * account.</p>
873
953
  */
@@ -894,6 +974,7 @@ export interface SuppressionOptions {
894
974
  SuppressedReasons?: (SuppressionListReason | string)[];
895
975
  }
896
976
  /**
977
+ * @public
897
978
  * <p>An object that defines the tags that are associated with a resource.
898
979
  * A <i>tag</i> is a label that you optionally define and associate with
899
980
  * a resource. Tags can help you categorize and manage resources in different ways, such as
@@ -943,6 +1024,7 @@ export interface Tag {
943
1024
  Value: string | undefined;
944
1025
  }
945
1026
  /**
1027
+ * @public
946
1028
  * <p>An object that defines the tracking options for a configuration set. When you use the
947
1029
  * Amazon SES API v2 to send an email, it contains an invisible image that's used to track when
948
1030
  * recipients open your email. If your email contains links, those links are changed
@@ -957,11 +1039,15 @@ export interface TrackingOptions {
957
1039
  */
958
1040
  CustomRedirectDomain: string | undefined;
959
1041
  }
1042
+ /**
1043
+ * @public
1044
+ */
960
1045
  export declare enum FeatureStatus {
961
1046
  DISABLED = "DISABLED",
962
1047
  ENABLED = "ENABLED"
963
1048
  }
964
1049
  /**
1050
+ * @public
965
1051
  * <p>An object containing additional settings for your VDM configuration as applicable to
966
1052
  * the Dashboard.</p>
967
1053
  */
@@ -985,6 +1071,7 @@ export interface DashboardOptions {
985
1071
  EngagementMetrics?: FeatureStatus | string;
986
1072
  }
987
1073
  /**
1074
+ * @public
988
1075
  * <p>An object containing additional settings for your VDM configuration as applicable to
989
1076
  * the Guardian.</p>
990
1077
  */
@@ -1008,6 +1095,7 @@ export interface GuardianOptions {
1008
1095
  OptimizedSharedDelivery?: FeatureStatus | string;
1009
1096
  }
1010
1097
  /**
1098
+ * @public
1011
1099
  * <p>An object that defines the VDM settings that apply to emails that you send using the
1012
1100
  * configuration set.</p>
1013
1101
  */
@@ -1024,6 +1112,7 @@ export interface VdmOptions {
1024
1112
  GuardianOptions?: GuardianOptions;
1025
1113
  }
1026
1114
  /**
1115
+ * @public
1027
1116
  * <p>A request to create a configuration set.</p>
1028
1117
  */
1029
1118
  export interface CreateConfigurationSetRequest {
@@ -1069,12 +1158,14 @@ export interface CreateConfigurationSetRequest {
1069
1158
  VdmOptions?: VdmOptions;
1070
1159
  }
1071
1160
  /**
1161
+ * @public
1072
1162
  * <p>An HTTP 200 response if the request succeeds, or an error message if the request
1073
1163
  * fails.</p>
1074
1164
  */
1075
1165
  export interface CreateConfigurationSetResponse {
1076
1166
  }
1077
1167
  /**
1168
+ * @public
1078
1169
  * <p>There are too many instances of the specified resource type.</p>
1079
1170
  */
1080
1171
  export declare class LimitExceededException extends __BaseException {
@@ -1086,6 +1177,7 @@ export declare class LimitExceededException extends __BaseException {
1086
1177
  constructor(opts: __ExceptionOptionType<LimitExceededException, __BaseException>);
1087
1178
  }
1088
1179
  /**
1180
+ * @public
1089
1181
  * <p>An object that defines an Amazon Kinesis Data Firehose destination for email events. You can use Amazon Kinesis Data Firehose to
1090
1182
  * stream data to other services, such as Amazon S3 and Amazon Redshift.</p>
1091
1183
  */
@@ -1101,6 +1193,9 @@ export interface KinesisFirehoseDestination {
1101
1193
  */
1102
1194
  DeliveryStreamArn: string | undefined;
1103
1195
  }
1196
+ /**
1197
+ * @public
1198
+ */
1104
1199
  export declare enum EventType {
1105
1200
  BOUNCE = "BOUNCE",
1106
1201
  CLICK = "CLICK",
@@ -1114,6 +1209,7 @@ export declare enum EventType {
1114
1209
  SUBSCRIPTION = "SUBSCRIPTION"
1115
1210
  }
1116
1211
  /**
1212
+ * @public
1117
1213
  * <p>An object that defines an Amazon Pinpoint project destination for email events. You can send
1118
1214
  * email event data to a Amazon Pinpoint project to view metrics using the Transactional Messaging
1119
1215
  * dashboards that are built in to Amazon Pinpoint. For more information, see <a href="https://docs.aws.amazon.com/pinpoint/latest/userguide/analytics-transactional-messages.html">Transactional
@@ -1126,6 +1222,7 @@ export interface PinpointDestination {
1126
1222
  ApplicationArn?: string;
1127
1223
  }
1128
1224
  /**
1225
+ * @public
1129
1226
  * <p>An object that defines an Amazon SNS destination for email events. You can use Amazon SNS to
1130
1227
  * send notification when certain email events occur.</p>
1131
1228
  */
@@ -1137,6 +1234,7 @@ export interface SnsDestination {
1137
1234
  TopicArn: string | undefined;
1138
1235
  }
1139
1236
  /**
1237
+ * @public
1140
1238
  * <p>An object that defines the event destination. Specifically, it defines which services
1141
1239
  * receive events from emails sent using the configuration set that the event destination
1142
1240
  * is associated with. Also defines the types of events that are sent to the event
@@ -1180,6 +1278,7 @@ export interface EventDestinationDefinition {
1180
1278
  PinpointDestination?: PinpointDestination;
1181
1279
  }
1182
1280
  /**
1281
+ * @public
1183
1282
  * <p>A request to add an event destination to a configuration set.</p>
1184
1283
  */
1185
1284
  export interface CreateConfigurationSetEventDestinationRequest {
@@ -1197,11 +1296,15 @@ export interface CreateConfigurationSetEventDestinationRequest {
1197
1296
  EventDestination: EventDestinationDefinition | undefined;
1198
1297
  }
1199
1298
  /**
1299
+ * @public
1200
1300
  * <p>An HTTP 200 response if the request succeeds, or an error message if the request
1201
1301
  * fails.</p>
1202
1302
  */
1203
1303
  export interface CreateConfigurationSetEventDestinationResponse {
1204
1304
  }
1305
+ /**
1306
+ * @public
1307
+ */
1205
1308
  export interface CreateContactRequest {
1206
1309
  /**
1207
1310
  * <p>The name of the contact list to which the contact should be added.</p>
@@ -1225,9 +1328,13 @@ export interface CreateContactRequest {
1225
1328
  */
1226
1329
  AttributesData?: string;
1227
1330
  }
1331
+ /**
1332
+ * @public
1333
+ */
1228
1334
  export interface CreateContactResponse {
1229
1335
  }
1230
1336
  /**
1337
+ * @public
1231
1338
  * <p>An interest group, theme, or label within a list. Lists can have multiple
1232
1339
  * topics.</p>
1233
1340
  */
@@ -1250,6 +1357,9 @@ export interface Topic {
1250
1357
  */
1251
1358
  DefaultSubscriptionStatus: SubscriptionStatus | string | undefined;
1252
1359
  }
1360
+ /**
1361
+ * @public
1362
+ */
1253
1363
  export interface CreateContactListRequest {
1254
1364
  /**
1255
1365
  * <p>The name of the contact list.</p>
@@ -1269,9 +1379,13 @@ export interface CreateContactListRequest {
1269
1379
  */
1270
1380
  Tags?: Tag[];
1271
1381
  }
1382
+ /**
1383
+ * @public
1384
+ */
1272
1385
  export interface CreateContactListResponse {
1273
1386
  }
1274
1387
  /**
1388
+ * @public
1275
1389
  * <p>Represents a request to create a custom verification email template.</p>
1276
1390
  */
1277
1391
  export interface CreateCustomVerificationEmailTemplateRequest {
@@ -1306,16 +1420,21 @@ export interface CreateCustomVerificationEmailTemplateRequest {
1306
1420
  FailureRedirectionURL: string | undefined;
1307
1421
  }
1308
1422
  /**
1423
+ * @public
1309
1424
  * <p>If the action is successful, the service sends back an HTTP 200 response with an empty
1310
1425
  * HTTP body.</p>
1311
1426
  */
1312
1427
  export interface CreateCustomVerificationEmailTemplateResponse {
1313
1428
  }
1429
+ /**
1430
+ * @public
1431
+ */
1314
1432
  export declare enum ScalingMode {
1315
1433
  MANAGED = "MANAGED",
1316
1434
  STANDARD = "STANDARD"
1317
1435
  }
1318
1436
  /**
1437
+ * @public
1319
1438
  * <p>A request to create a new dedicated IP pool.</p>
1320
1439
  */
1321
1440
  export interface CreateDedicatedIpPoolRequest {
@@ -1334,12 +1453,14 @@ export interface CreateDedicatedIpPoolRequest {
1334
1453
  ScalingMode?: ScalingMode | string;
1335
1454
  }
1336
1455
  /**
1456
+ * @public
1337
1457
  * <p>An HTTP 200 response if the request succeeds, or an error message if the request
1338
1458
  * fails.</p>
1339
1459
  */
1340
1460
  export interface CreateDedicatedIpPoolResponse {
1341
1461
  }
1342
1462
  /**
1463
+ * @public
1343
1464
  * <p>Represents the raw content of an email message.</p>
1344
1465
  */
1345
1466
  export interface RawMessage {
@@ -1376,6 +1497,7 @@ export interface RawMessage {
1376
1497
  Data: Uint8Array | undefined;
1377
1498
  }
1378
1499
  /**
1500
+ * @public
1379
1501
  * <p>Represents the email message that you're sending. The <code>Message</code> object
1380
1502
  * consists of a subject line and a message body.</p>
1381
1503
  */
@@ -1393,6 +1515,7 @@ export interface Message {
1393
1515
  Body: Body | undefined;
1394
1516
  }
1395
1517
  /**
1518
+ * @public
1396
1519
  * <p>An object that defines the entire content of the email, including the message headers
1397
1520
  * and the body content. You can create a simple email message, in which you specify the
1398
1521
  * subject and the text and HTML versions of the message body. You can also create raw
@@ -1443,6 +1566,7 @@ export interface EmailContent {
1443
1566
  Template?: Template;
1444
1567
  }
1445
1568
  /**
1569
+ * @public
1446
1570
  * <p>A request to perform a predictive inbox placement test. Predictive inbox placement tests can help you predict how your messages will
1447
1571
  * be handled by various email providers around the world. When you perform a predictive inbox placement test, you
1448
1572
  * provide a sample message that contains the content that you plan to send to your
@@ -1471,11 +1595,15 @@ export interface CreateDeliverabilityTestReportRequest {
1471
1595
  */
1472
1596
  Tags?: Tag[];
1473
1597
  }
1598
+ /**
1599
+ * @public
1600
+ */
1474
1601
  export declare enum DeliverabilityTestStatus {
1475
1602
  COMPLETED = "COMPLETED",
1476
1603
  IN_PROGRESS = "IN_PROGRESS"
1477
1604
  }
1478
1605
  /**
1606
+ * @public
1479
1607
  * <p>Information about the predictive inbox placement test that you created.</p>
1480
1608
  */
1481
1609
  export interface CreateDeliverabilityTestReportResponse {
@@ -1492,6 +1620,7 @@ export interface CreateDeliverabilityTestReportResponse {
1492
1620
  DeliverabilityTestStatus: DeliverabilityTestStatus | string | undefined;
1493
1621
  }
1494
1622
  /**
1623
+ * @public
1495
1624
  * <p>The message can't be sent because the sending domain isn't verified.</p>
1496
1625
  */
1497
1626
  export declare class MailFromDomainNotVerifiedException extends __BaseException {
@@ -1503,6 +1632,7 @@ export declare class MailFromDomainNotVerifiedException extends __BaseException
1503
1632
  constructor(opts: __ExceptionOptionType<MailFromDomainNotVerifiedException, __BaseException>);
1504
1633
  }
1505
1634
  /**
1635
+ * @public
1506
1636
  * <p>The message can't be sent because it contains invalid content.</p>
1507
1637
  */
1508
1638
  export declare class MessageRejected extends __BaseException {
@@ -1514,6 +1644,7 @@ export declare class MessageRejected extends __BaseException {
1514
1644
  constructor(opts: __ExceptionOptionType<MessageRejected, __BaseException>);
1515
1645
  }
1516
1646
  /**
1647
+ * @public
1517
1648
  * <p>The message can't be sent because the account's ability to send email is currently
1518
1649
  * paused.</p>
1519
1650
  */
@@ -1525,11 +1656,15 @@ export declare class SendingPausedException extends __BaseException {
1525
1656
  */
1526
1657
  constructor(opts: __ExceptionOptionType<SendingPausedException, __BaseException>);
1527
1658
  }
1659
+ /**
1660
+ * @public
1661
+ */
1528
1662
  export declare enum DkimSigningKeyLength {
1529
1663
  RSA_1024_BIT = "RSA_1024_BIT",
1530
1664
  RSA_2048_BIT = "RSA_2048_BIT"
1531
1665
  }
1532
1666
  /**
1667
+ * @public
1533
1668
  * <p>An object that contains configuration for Bring Your Own DKIM (BYODKIM), or, for Easy DKIM</p>
1534
1669
  */
1535
1670
  export interface DkimSigningAttributes {
@@ -1550,6 +1685,7 @@ export interface DkimSigningAttributes {
1550
1685
  NextSigningKeyLength?: DkimSigningKeyLength | string;
1551
1686
  }
1552
1687
  /**
1688
+ * @public
1553
1689
  * <p>A request to begin the verification process for an email identity (an email address or
1554
1690
  * domain).</p>
1555
1691
  */
@@ -1578,10 +1714,16 @@ export interface CreateEmailIdentityRequest {
1578
1714
  */
1579
1715
  ConfigurationSetName?: string;
1580
1716
  }
1717
+ /**
1718
+ * @public
1719
+ */
1581
1720
  export declare enum DkimSigningAttributesOrigin {
1582
1721
  AWS_SES = "AWS_SES",
1583
1722
  EXTERNAL = "EXTERNAL"
1584
1723
  }
1724
+ /**
1725
+ * @public
1726
+ */
1585
1727
  export declare enum DkimStatus {
1586
1728
  FAILED = "FAILED",
1587
1729
  NOT_STARTED = "NOT_STARTED",
@@ -1590,6 +1732,7 @@ export declare enum DkimStatus {
1590
1732
  TEMPORARY_FAILURE = "TEMPORARY_FAILURE"
1591
1733
  }
1592
1734
  /**
1735
+ * @public
1593
1736
  * <p>An object that contains information about the DKIM authentication status for an email
1594
1737
  * identity.</p>
1595
1738
  * <p>Amazon SES determines the authentication status by searching for specific records in the
@@ -1683,12 +1826,16 @@ export interface DkimAttributes {
1683
1826
  */
1684
1827
  LastKeyGenerationTimestamp?: Date;
1685
1828
  }
1829
+ /**
1830
+ * @public
1831
+ */
1686
1832
  export declare enum IdentityType {
1687
1833
  DOMAIN = "DOMAIN",
1688
1834
  EMAIL_ADDRESS = "EMAIL_ADDRESS",
1689
1835
  MANAGED_DOMAIN = "MANAGED_DOMAIN"
1690
1836
  }
1691
1837
  /**
1838
+ * @public
1692
1839
  * <p>If the email identity is a domain, this object contains information about the DKIM
1693
1840
  * verification status for the domain.</p>
1694
1841
  * <p>If the email identity is an email address, this object is empty. </p>
@@ -1711,6 +1858,7 @@ export interface CreateEmailIdentityResponse {
1711
1858
  DkimAttributes?: DkimAttributes;
1712
1859
  }
1713
1860
  /**
1861
+ * @public
1714
1862
  * <p>Represents a request to create a sending authorization policy for an identity. Sending
1715
1863
  * authorization is an Amazon SES feature that enables you to authorize other senders to use
1716
1864
  * your identities. For information, see the <a href="https://docs.aws.amazon.com/ses/latest/DeveloperGuide/sending-authorization-identity-owner-tasks-management.html">Amazon SES Developer Guide</a>.</p>
@@ -1734,12 +1882,14 @@ export interface CreateEmailIdentityPolicyRequest {
1734
1882
  Policy: string | undefined;
1735
1883
  }
1736
1884
  /**
1885
+ * @public
1737
1886
  * <p>An HTTP 200 response if the request succeeds, or an error message if the request
1738
1887
  * fails.</p>
1739
1888
  */
1740
1889
  export interface CreateEmailIdentityPolicyResponse {
1741
1890
  }
1742
1891
  /**
1892
+ * @public
1743
1893
  * <p>The content of the email, composed of a subject line, an HTML part, and a text-only
1744
1894
  * part.</p>
1745
1895
  */
@@ -1759,6 +1909,7 @@ export interface EmailTemplateContent {
1759
1909
  Html?: string;
1760
1910
  }
1761
1911
  /**
1912
+ * @public
1762
1913
  * <p>Represents a request to create an email template. For more information, see the <a href="https://docs.aws.amazon.com/ses/latest/DeveloperGuide/send-personalized-email-api.html">Amazon SES
1763
1914
  * Developer Guide</a>.</p>
1764
1915
  */
@@ -1774,16 +1925,21 @@ export interface CreateEmailTemplateRequest {
1774
1925
  TemplateContent: EmailTemplateContent | undefined;
1775
1926
  }
1776
1927
  /**
1928
+ * @public
1777
1929
  * <p>If the action is successful, the service sends back an HTTP 200 response with an empty
1778
1930
  * HTTP body.</p>
1779
1931
  */
1780
1932
  export interface CreateEmailTemplateResponse {
1781
1933
  }
1934
+ /**
1935
+ * @public
1936
+ */
1782
1937
  export declare enum DataFormat {
1783
1938
  CSV = "CSV",
1784
1939
  JSON = "JSON"
1785
1940
  }
1786
1941
  /**
1942
+ * @public
1787
1943
  * <p>An object that contains details about the data source of the import job.</p>
1788
1944
  */
1789
1945
  export interface ImportDataSource {
@@ -1797,11 +1953,15 @@ export interface ImportDataSource {
1797
1953
  */
1798
1954
  DataFormat: DataFormat | string | undefined;
1799
1955
  }
1956
+ /**
1957
+ * @public
1958
+ */
1800
1959
  export declare enum SuppressionListImportAction {
1801
1960
  DELETE = "DELETE",
1802
1961
  PUT = "PUT"
1803
1962
  }
1804
1963
  /**
1964
+ * @public
1805
1965
  * <p>An object that contains details about the action of suppression list.</p>
1806
1966
  */
1807
1967
  export interface SuppressionListDestination {
@@ -1820,6 +1980,7 @@ export interface SuppressionListDestination {
1820
1980
  SuppressionListImportAction: SuppressionListImportAction | string | undefined;
1821
1981
  }
1822
1982
  /**
1983
+ * @public
1823
1984
  * <p>An object that contains details about the resource destination the import job is going
1824
1985
  * to target.</p>
1825
1986
  */
@@ -1834,6 +1995,7 @@ export interface ImportDestination {
1834
1995
  ContactListDestination?: ContactListDestination;
1835
1996
  }
1836
1997
  /**
1998
+ * @public
1837
1999
  * <p>Represents a request to create an import job from a data source for a data
1838
2000
  * destination.</p>
1839
2001
  */
@@ -1848,6 +2010,7 @@ export interface CreateImportJobRequest {
1848
2010
  ImportDataSource: ImportDataSource | undefined;
1849
2011
  }
1850
2012
  /**
2013
+ * @public
1851
2014
  * <p>An HTTP 200 response if the request succeeds, or an error message if the request
1852
2015
  * fails.</p>
1853
2016
  */
@@ -1858,6 +2021,7 @@ export interface CreateImportJobResponse {
1858
2021
  JobId?: string;
1859
2022
  }
1860
2023
  /**
2024
+ * @public
1861
2025
  * <p>Contains information about a custom verification email template.</p>
1862
2026
  */
1863
2027
  export interface CustomVerificationEmailTemplateMetadata {
@@ -1885,6 +2049,7 @@ export interface CustomVerificationEmailTemplateMetadata {
1885
2049
  FailureRedirectionURL?: string;
1886
2050
  }
1887
2051
  /**
2052
+ * @public
1888
2053
  * <p>An object that contains inbox placement data for email sent from one of your email
1889
2054
  * domains to a specific email provider.</p>
1890
2055
  */
@@ -1915,6 +2080,7 @@ export interface DomainIspPlacement {
1915
2080
  SpamPercentage?: number;
1916
2081
  }
1917
2082
  /**
2083
+ * @public
1918
2084
  * <p>An object that contains information about the amount of email that was delivered to
1919
2085
  * recipients.</p>
1920
2086
  */
@@ -1940,6 +2106,7 @@ export interface VolumeStatistics {
1940
2106
  ProjectedSpam?: number;
1941
2107
  }
1942
2108
  /**
2109
+ * @public
1943
2110
  * <p>An object that contains information about the volume of email sent on each day of the
1944
2111
  * analysis period.</p>
1945
2112
  */
@@ -1960,6 +2127,7 @@ export interface DailyVolume {
1960
2127
  DomainIspPlacements?: DomainIspPlacement[];
1961
2128
  }
1962
2129
  /**
2130
+ * @public
1963
2131
  * <p>An object containing additional settings for your VDM configuration as applicable to the Dashboard.</p>
1964
2132
  */
1965
2133
  export interface DashboardAttributes {
@@ -1978,11 +2146,15 @@ export interface DashboardAttributes {
1978
2146
  */
1979
2147
  EngagementMetrics?: FeatureStatus | string;
1980
2148
  }
2149
+ /**
2150
+ * @public
2151
+ */
1981
2152
  export declare enum WarmupStatus {
1982
2153
  DONE = "DONE",
1983
2154
  IN_PROGRESS = "IN_PROGRESS"
1984
2155
  }
1985
2156
  /**
2157
+ * @public
1986
2158
  * <p>Contains information about a dedicated IP address that is associated with your Amazon SES
1987
2159
  * account.</p>
1988
2160
  * <p>To learn more about requesting dedicated IP addresses, see <a href="https://docs.aws.amazon.com/ses/latest/DeveloperGuide/dedicated-ip-case.html">Requesting and Relinquishing
@@ -2022,6 +2194,7 @@ export interface DedicatedIp {
2022
2194
  PoolName?: string;
2023
2195
  }
2024
2196
  /**
2197
+ * @public
2025
2198
  * <p>Contains information about a dedicated IP pool.</p>
2026
2199
  */
2027
2200
  export interface DedicatedIpPool {
@@ -2045,6 +2218,7 @@ export interface DedicatedIpPool {
2045
2218
  ScalingMode: ScalingMode | string | undefined;
2046
2219
  }
2047
2220
  /**
2221
+ * @public
2048
2222
  * <p>A request to delete a configuration set.</p>
2049
2223
  */
2050
2224
  export interface DeleteConfigurationSetRequest {
@@ -2054,12 +2228,14 @@ export interface DeleteConfigurationSetRequest {
2054
2228
  ConfigurationSetName: string | undefined;
2055
2229
  }
2056
2230
  /**
2231
+ * @public
2057
2232
  * <p>An HTTP 200 response if the request succeeds, or an error message if the request
2058
2233
  * fails.</p>
2059
2234
  */
2060
2235
  export interface DeleteConfigurationSetResponse {
2061
2236
  }
2062
2237
  /**
2238
+ * @public
2063
2239
  * <p>A request to delete an event destination from a configuration set.</p>
2064
2240
  */
2065
2241
  export interface DeleteConfigurationSetEventDestinationRequest {
@@ -2074,11 +2250,15 @@ export interface DeleteConfigurationSetEventDestinationRequest {
2074
2250
  EventDestinationName: string | undefined;
2075
2251
  }
2076
2252
  /**
2253
+ * @public
2077
2254
  * <p>An HTTP 200 response if the request succeeds, or an error message if the request
2078
2255
  * fails.</p>
2079
2256
  */
2080
2257
  export interface DeleteConfigurationSetEventDestinationResponse {
2081
2258
  }
2259
+ /**
2260
+ * @public
2261
+ */
2082
2262
  export interface DeleteContactRequest {
2083
2263
  /**
2084
2264
  * <p>The name of the contact list from which the contact should be removed.</p>
@@ -2089,17 +2269,27 @@ export interface DeleteContactRequest {
2089
2269
  */
2090
2270
  EmailAddress: string | undefined;
2091
2271
  }
2272
+ /**
2273
+ * @public
2274
+ */
2092
2275
  export interface DeleteContactResponse {
2093
2276
  }
2277
+ /**
2278
+ * @public
2279
+ */
2094
2280
  export interface DeleteContactListRequest {
2095
2281
  /**
2096
2282
  * <p>The name of the contact list.</p>
2097
2283
  */
2098
2284
  ContactListName: string | undefined;
2099
2285
  }
2286
+ /**
2287
+ * @public
2288
+ */
2100
2289
  export interface DeleteContactListResponse {
2101
2290
  }
2102
2291
  /**
2292
+ * @public
2103
2293
  * <p>Represents a request to delete an existing custom verification email template.</p>
2104
2294
  */
2105
2295
  export interface DeleteCustomVerificationEmailTemplateRequest {
@@ -2109,12 +2299,14 @@ export interface DeleteCustomVerificationEmailTemplateRequest {
2109
2299
  TemplateName: string | undefined;
2110
2300
  }
2111
2301
  /**
2302
+ * @public
2112
2303
  * <p>If the action is successful, the service sends back an HTTP 200 response with an empty
2113
2304
  * HTTP body.</p>
2114
2305
  */
2115
2306
  export interface DeleteCustomVerificationEmailTemplateResponse {
2116
2307
  }
2117
2308
  /**
2309
+ * @public
2118
2310
  * <p>A request to delete a dedicated IP pool.</p>
2119
2311
  */
2120
2312
  export interface DeleteDedicatedIpPoolRequest {
@@ -2124,12 +2316,14 @@ export interface DeleteDedicatedIpPoolRequest {
2124
2316
  PoolName: string | undefined;
2125
2317
  }
2126
2318
  /**
2319
+ * @public
2127
2320
  * <p>An HTTP 200 response if the request succeeds, or an error message if the request
2128
2321
  * fails.</p>
2129
2322
  */
2130
2323
  export interface DeleteDedicatedIpPoolResponse {
2131
2324
  }
2132
2325
  /**
2326
+ * @public
2133
2327
  * <p>A request to delete an existing email identity. When you delete an identity, you lose
2134
2328
  * the ability to send email from that identity. You can restore your ability to send email
2135
2329
  * by completing the verification process for the identity again.</p>
@@ -2141,12 +2335,14 @@ export interface DeleteEmailIdentityRequest {
2141
2335
  EmailIdentity: string | undefined;
2142
2336
  }
2143
2337
  /**
2338
+ * @public
2144
2339
  * <p>An HTTP 200 response if the request succeeds, or an error message if the request
2145
2340
  * fails.</p>
2146
2341
  */
2147
2342
  export interface DeleteEmailIdentityResponse {
2148
2343
  }
2149
2344
  /**
2345
+ * @public
2150
2346
  * <p>Represents a request to delete a sending authorization policy for an identity. Sending
2151
2347
  * authorization is an Amazon SES feature that enables you to authorize other senders to
2152
2348
  * use your identities. For information, see the <a href="https://docs.aws.amazon.com/ses/latest/DeveloperGuide/sending-authorization-identity-owner-tasks-management.html">Amazon SES Developer Guide</a>.</p>
@@ -2164,12 +2360,14 @@ export interface DeleteEmailIdentityPolicyRequest {
2164
2360
  PolicyName: string | undefined;
2165
2361
  }
2166
2362
  /**
2363
+ * @public
2167
2364
  * <p>An HTTP 200 response if the request succeeds, or an error message if the request
2168
2365
  * fails.</p>
2169
2366
  */
2170
2367
  export interface DeleteEmailIdentityPolicyResponse {
2171
2368
  }
2172
2369
  /**
2370
+ * @public
2173
2371
  * <p>Represents a request to delete an email template. For more information, see the <a href="https://docs.aws.amazon.com/ses/latest/DeveloperGuide/send-personalized-email-api.html">Amazon SES Developer
2174
2372
  * Guide</a>.</p>
2175
2373
  */
@@ -2180,12 +2378,14 @@ export interface DeleteEmailTemplateRequest {
2180
2378
  TemplateName: string | undefined;
2181
2379
  }
2182
2380
  /**
2381
+ * @public
2183
2382
  * <p>If the action is successful, the service sends back an HTTP 200 response with an empty
2184
2383
  * HTTP body.</p>
2185
2384
  */
2186
2385
  export interface DeleteEmailTemplateResponse {
2187
2386
  }
2188
2387
  /**
2388
+ * @public
2189
2389
  * <p>A request to remove an email address from the suppression list for your
2190
2390
  * account.</p>
2191
2391
  */
@@ -2196,17 +2396,22 @@ export interface DeleteSuppressedDestinationRequest {
2196
2396
  EmailAddress: string | undefined;
2197
2397
  }
2198
2398
  /**
2399
+ * @public
2199
2400
  * <p>An HTTP 200 response if the request succeeds, or an error message if the request
2200
2401
  * fails.</p>
2201
2402
  */
2202
2403
  export interface DeleteSuppressedDestinationResponse {
2203
2404
  }
2405
+ /**
2406
+ * @public
2407
+ */
2204
2408
  export declare enum DeliverabilityDashboardAccountStatus {
2205
2409
  ACTIVE = "ACTIVE",
2206
2410
  DISABLED = "DISABLED",
2207
2411
  PENDING_EXPIRATION = "PENDING_EXPIRATION"
2208
2412
  }
2209
2413
  /**
2414
+ * @public
2210
2415
  * <p>An object that contains metadata related to a predictive inbox placement test.</p>
2211
2416
  */
2212
2417
  export interface DeliverabilityTestReport {
@@ -2239,6 +2444,7 @@ export interface DeliverabilityTestReport {
2239
2444
  DeliverabilityTestStatus?: DeliverabilityTestStatus | string;
2240
2445
  }
2241
2446
  /**
2447
+ * @public
2242
2448
  * <p>An object that contains the deliverability data for a specific campaign. This data is
2243
2449
  * available for a campaign only if the campaign sent email by using a domain that the
2244
2450
  * Deliverability dashboard is enabled for (<code>PutDeliverabilityDashboardOption</code>
@@ -2316,6 +2522,7 @@ export interface DomainDeliverabilityCampaign {
2316
2522
  Esps?: string[];
2317
2523
  }
2318
2524
  /**
2525
+ * @public
2319
2526
  * <p>An object that contains information about the inbox placement data settings for a
2320
2527
  * verified domain that’s associated with your Amazon Web Services account. This data is available only
2321
2528
  * if you enabled the Deliverability dashboard for the domain.</p>
@@ -2332,6 +2539,7 @@ export interface InboxPlacementTrackingOption {
2332
2539
  TrackedIsps?: string[];
2333
2540
  }
2334
2541
  /**
2542
+ * @public
2335
2543
  * <p>An object that contains information about the Deliverability dashboard subscription for a
2336
2544
  * verified domain that you use to send email and currently has an active Deliverability dashboard
2337
2545
  * subscription. If a Deliverability dashboard subscription is active for a domain, you gain access
@@ -2355,6 +2563,7 @@ export interface DomainDeliverabilityTrackingOption {
2355
2563
  InboxPlacementTrackingOption?: InboxPlacementTrackingOption;
2356
2564
  }
2357
2565
  /**
2566
+ * @public
2358
2567
  * <p>Contains information about an email template.</p>
2359
2568
  */
2360
2569
  export interface EmailTemplateMetadata {
@@ -2368,6 +2577,7 @@ export interface EmailTemplateMetadata {
2368
2577
  CreatedTimestamp?: Date;
2369
2578
  }
2370
2579
  /**
2580
+ * @public
2371
2581
  * <p>In the Amazon SES API v2, <i>events</i> include message sends, deliveries, opens,
2372
2582
  * clicks, bounces, complaints and delivery delays. <i>Event destinations</i>
2373
2583
  * are places that you can send information about these events to. For example, you can
@@ -2482,6 +2692,7 @@ export interface EventDestination {
2482
2692
  PinpointDestination?: PinpointDestination;
2483
2693
  }
2484
2694
  /**
2695
+ * @public
2485
2696
  * <p>An object that contains the failure details about an import job.</p>
2486
2697
  */
2487
2698
  export interface FailureInfo {
@@ -2496,12 +2707,14 @@ export interface FailureInfo {
2496
2707
  ErrorMessage?: string;
2497
2708
  }
2498
2709
  /**
2710
+ * @public
2499
2711
  * <p>A request to obtain information about the email-sending capabilities of your Amazon SES
2500
2712
  * account.</p>
2501
2713
  */
2502
2714
  export interface GetAccountRequest {
2503
2715
  }
2504
2716
  /**
2717
+ * @public
2505
2718
  * <p>An object that contains information about the per-day and per-second sending limits
2506
2719
  * for your Amazon SES account in the current Amazon Web Services Region.</p>
2507
2720
  */
@@ -2525,6 +2738,7 @@ export interface SendQuota {
2525
2738
  SentLast24Hours?: number;
2526
2739
  }
2527
2740
  /**
2741
+ * @public
2528
2742
  * <p>An object that contains information about the email address suppression preferences
2529
2743
  * for your account in the current Amazon Web Services Region.</p>
2530
2744
  */
@@ -2551,6 +2765,7 @@ export interface SuppressionAttributes {
2551
2765
  SuppressedReasons?: (SuppressionListReason | string)[];
2552
2766
  }
2553
2767
  /**
2768
+ * @public
2554
2769
  * <p>An object containing additional settings for your VDM configuration as applicable to the Guardian.</p>
2555
2770
  */
2556
2771
  export interface GuardianAttributes {
@@ -2570,6 +2785,7 @@ export interface GuardianAttributes {
2570
2785
  OptimizedSharedDelivery?: FeatureStatus | string;
2571
2786
  }
2572
2787
  /**
2788
+ * @public
2573
2789
  * <p>The VDM attributes that apply to your Amazon SES account.</p>
2574
2790
  */
2575
2791
  export interface VdmAttributes {
@@ -2597,6 +2813,7 @@ export interface VdmAttributes {
2597
2813
  GuardianAttributes?: GuardianAttributes;
2598
2814
  }
2599
2815
  /**
2816
+ * @public
2600
2817
  * <p>A list of details about the email-sending capabilities of your Amazon SES account in the
2601
2818
  * current Amazon Web Services Region.</p>
2602
2819
  */
@@ -2669,6 +2886,7 @@ export interface GetAccountResponse {
2669
2886
  VdmAttributes?: VdmAttributes;
2670
2887
  }
2671
2888
  /**
2889
+ * @public
2672
2890
  * <p>A request to retrieve a list of the blacklists that your dedicated IP addresses appear
2673
2891
  * on.</p>
2674
2892
  */
@@ -2681,6 +2899,7 @@ export interface GetBlacklistReportsRequest {
2681
2899
  BlacklistItemNames: string[] | undefined;
2682
2900
  }
2683
2901
  /**
2902
+ * @public
2684
2903
  * <p>An object that contains information about blacklist events.</p>
2685
2904
  */
2686
2905
  export interface GetBlacklistReportsResponse {
@@ -2691,6 +2910,7 @@ export interface GetBlacklistReportsResponse {
2691
2910
  BlacklistReport: Record<string, BlacklistEntry[]> | undefined;
2692
2911
  }
2693
2912
  /**
2913
+ * @public
2694
2914
  * <p>A request to obtain information about a configuration set.</p>
2695
2915
  */
2696
2916
  export interface GetConfigurationSetRequest {
@@ -2700,6 +2920,7 @@ export interface GetConfigurationSetRequest {
2700
2920
  ConfigurationSetName: string | undefined;
2701
2921
  }
2702
2922
  /**
2923
+ * @public
2703
2924
  * <p>Information about a configuration set.</p>
2704
2925
  */
2705
2926
  export interface GetConfigurationSetResponse {
@@ -2744,6 +2965,7 @@ export interface GetConfigurationSetResponse {
2744
2965
  VdmOptions?: VdmOptions;
2745
2966
  }
2746
2967
  /**
2968
+ * @public
2747
2969
  * <p>A request to obtain information about the event destinations for a configuration
2748
2970
  * set.</p>
2749
2971
  */
@@ -2754,6 +2976,7 @@ export interface GetConfigurationSetEventDestinationsRequest {
2754
2976
  ConfigurationSetName: string | undefined;
2755
2977
  }
2756
2978
  /**
2979
+ * @public
2757
2980
  * <p>Information about an event destination for a configuration set.</p>
2758
2981
  */
2759
2982
  export interface GetConfigurationSetEventDestinationsResponse {
@@ -2763,6 +2986,9 @@ export interface GetConfigurationSetEventDestinationsResponse {
2763
2986
  */
2764
2987
  EventDestinations?: EventDestination[];
2765
2988
  }
2989
+ /**
2990
+ * @public
2991
+ */
2766
2992
  export interface GetContactRequest {
2767
2993
  /**
2768
2994
  * <p>The name of the contact list to which the contact belongs.</p>
@@ -2773,6 +2999,9 @@ export interface GetContactRequest {
2773
2999
  */
2774
3000
  EmailAddress: string | undefined;
2775
3001
  }
3002
+ /**
3003
+ * @public
3004
+ */
2776
3005
  export interface GetContactResponse {
2777
3006
  /**
2778
3007
  * <p>The name of the contact list to which the contact belongs.</p>
@@ -2808,12 +3037,18 @@ export interface GetContactResponse {
2808
3037
  */
2809
3038
  LastUpdatedTimestamp?: Date;
2810
3039
  }
3040
+ /**
3041
+ * @public
3042
+ */
2811
3043
  export interface GetContactListRequest {
2812
3044
  /**
2813
3045
  * <p>The name of the contact list.</p>
2814
3046
  */
2815
3047
  ContactListName: string | undefined;
2816
3048
  }
3049
+ /**
3050
+ * @public
3051
+ */
2817
3052
  export interface GetContactListResponse {
2818
3053
  /**
2819
3054
  * <p>The name of the contact list.</p>
@@ -2842,6 +3077,7 @@ export interface GetContactListResponse {
2842
3077
  Tags?: Tag[];
2843
3078
  }
2844
3079
  /**
3080
+ * @public
2845
3081
  * <p>Represents a request to retrieve an existing custom verification email
2846
3082
  * template.</p>
2847
3083
  */
@@ -2852,6 +3088,7 @@ export interface GetCustomVerificationEmailTemplateRequest {
2852
3088
  TemplateName: string | undefined;
2853
3089
  }
2854
3090
  /**
3091
+ * @public
2855
3092
  * <p>The following elements are returned by the service.</p>
2856
3093
  */
2857
3094
  export interface GetCustomVerificationEmailTemplateResponse {
@@ -2883,6 +3120,7 @@ export interface GetCustomVerificationEmailTemplateResponse {
2883
3120
  FailureRedirectionURL?: string;
2884
3121
  }
2885
3122
  /**
3123
+ * @public
2886
3124
  * <p>A request to obtain more information about a dedicated IP address.</p>
2887
3125
  */
2888
3126
  export interface GetDedicatedIpRequest {
@@ -2893,6 +3131,7 @@ export interface GetDedicatedIpRequest {
2893
3131
  Ip: string | undefined;
2894
3132
  }
2895
3133
  /**
3134
+ * @public
2896
3135
  * <p>Information about a dedicated IP address.</p>
2897
3136
  */
2898
3137
  export interface GetDedicatedIpResponse {
@@ -2902,6 +3141,7 @@ export interface GetDedicatedIpResponse {
2902
3141
  DedicatedIp?: DedicatedIp;
2903
3142
  }
2904
3143
  /**
3144
+ * @public
2905
3145
  * <p>A request to obtain more information about a dedicated IP pool.</p>
2906
3146
  */
2907
3147
  export interface GetDedicatedIpPoolRequest {
@@ -2911,6 +3151,7 @@ export interface GetDedicatedIpPoolRequest {
2911
3151
  PoolName: string | undefined;
2912
3152
  }
2913
3153
  /**
3154
+ * @public
2914
3155
  * <p>The following element is returned by the service.</p>
2915
3156
  */
2916
3157
  export interface GetDedicatedIpPoolResponse {
@@ -2920,6 +3161,7 @@ export interface GetDedicatedIpPoolResponse {
2920
3161
  DedicatedIpPool?: DedicatedIpPool;
2921
3162
  }
2922
3163
  /**
3164
+ * @public
2923
3165
  * <p>A request to obtain more information about dedicated IP pools.</p>
2924
3166
  */
2925
3167
  export interface GetDedicatedIpsRequest {
@@ -2941,6 +3183,7 @@ export interface GetDedicatedIpsRequest {
2941
3183
  PageSize?: number;
2942
3184
  }
2943
3185
  /**
3186
+ * @public
2944
3187
  * <p>Information about the dedicated IP addresses that are associated with your Amazon Web Services
2945
3188
  * account.</p>
2946
3189
  */
@@ -2957,6 +3200,7 @@ export interface GetDedicatedIpsResponse {
2957
3200
  NextToken?: string;
2958
3201
  }
2959
3202
  /**
3203
+ * @public
2960
3204
  * <p>Retrieve information about the status of the Deliverability dashboard for your Amazon Web Services account.
2961
3205
  * When the Deliverability dashboard is enabled, you gain access to reputation, deliverability, and
2962
3206
  * other metrics for your domains. You also gain the ability to perform predictive inbox placement tests.</p>
@@ -2967,6 +3211,7 @@ export interface GetDedicatedIpsResponse {
2967
3211
  export interface GetDeliverabilityDashboardOptionsRequest {
2968
3212
  }
2969
3213
  /**
3214
+ * @public
2970
3215
  * <p>An object that shows the status of the Deliverability dashboard.</p>
2971
3216
  */
2972
3217
  export interface GetDeliverabilityDashboardOptionsResponse {
@@ -3002,6 +3247,7 @@ export interface GetDeliverabilityDashboardOptionsResponse {
3002
3247
  PendingExpirationSubscribedDomains?: DomainDeliverabilityTrackingOption[];
3003
3248
  }
3004
3249
  /**
3250
+ * @public
3005
3251
  * <p>A request to retrieve the results of a predictive inbox placement test.</p>
3006
3252
  */
3007
3253
  export interface GetDeliverabilityTestReportRequest {
@@ -3011,6 +3257,7 @@ export interface GetDeliverabilityTestReportRequest {
3011
3257
  ReportId: string | undefined;
3012
3258
  }
3013
3259
  /**
3260
+ * @public
3014
3261
  * <p>An object that contains inbox placement data for an email provider.</p>
3015
3262
  */
3016
3263
  export interface PlacementStatistics {
@@ -3040,6 +3287,7 @@ export interface PlacementStatistics {
3040
3287
  DkimPercentage?: number;
3041
3288
  }
3042
3289
  /**
3290
+ * @public
3043
3291
  * <p>An object that describes how email sent during the predictive inbox placement test was handled by a certain
3044
3292
  * email provider.</p>
3045
3293
  */
@@ -3054,6 +3302,7 @@ export interface IspPlacement {
3054
3302
  PlacementStatistics?: PlacementStatistics;
3055
3303
  }
3056
3304
  /**
3305
+ * @public
3057
3306
  * <p>The results of the predictive inbox placement test.</p>
3058
3307
  */
3059
3308
  export interface GetDeliverabilityTestReportResponse {
@@ -3084,6 +3333,7 @@ export interface GetDeliverabilityTestReportResponse {
3084
3333
  Tags?: Tag[];
3085
3334
  }
3086
3335
  /**
3336
+ * @public
3087
3337
  * <p>Retrieve all the deliverability data for a specific campaign. This data is available
3088
3338
  * for a campaign only if the campaign sent email by using a domain that the
3089
3339
  * Deliverability dashboard is enabled for (<code>PutDeliverabilityDashboardOption</code>
@@ -3097,6 +3347,7 @@ export interface GetDomainDeliverabilityCampaignRequest {
3097
3347
  CampaignId: string | undefined;
3098
3348
  }
3099
3349
  /**
3350
+ * @public
3100
3351
  * <p>An object that contains all the deliverability data for a specific campaign. This data
3101
3352
  * is available for a campaign only if the campaign sent email by using a domain that the
3102
3353
  * Deliverability dashboard is enabled for.</p>
@@ -3108,6 +3359,7 @@ export interface GetDomainDeliverabilityCampaignResponse {
3108
3359
  DomainDeliverabilityCampaign: DomainDeliverabilityCampaign | undefined;
3109
3360
  }
3110
3361
  /**
3362
+ * @public
3111
3363
  * <p>A request to obtain deliverability metrics for a domain.</p>
3112
3364
  */
3113
3365
  export interface GetDomainStatisticsReportRequest {
@@ -3128,6 +3380,7 @@ export interface GetDomainStatisticsReportRequest {
3128
3380
  EndDate: Date | undefined;
3129
3381
  }
3130
3382
  /**
3383
+ * @public
3131
3384
  * <p>An object that contains information about email that was sent from the selected
3132
3385
  * domain.</p>
3133
3386
  */
@@ -3149,6 +3402,7 @@ export interface OverallVolume {
3149
3402
  DomainIspPlacements?: DomainIspPlacement[];
3150
3403
  }
3151
3404
  /**
3405
+ * @public
3152
3406
  * <p>An object that includes statistics that are related to the domain that you
3153
3407
  * specified.</p>
3154
3408
  */
@@ -3167,6 +3421,7 @@ export interface GetDomainStatisticsReportResponse {
3167
3421
  DailyVolumes: DailyVolume[] | undefined;
3168
3422
  }
3169
3423
  /**
3424
+ * @public
3170
3425
  * <p>A request to return details about an email identity.</p>
3171
3426
  */
3172
3427
  export interface GetEmailIdentityRequest {
@@ -3175,6 +3430,9 @@ export interface GetEmailIdentityRequest {
3175
3430
  */
3176
3431
  EmailIdentity: string | undefined;
3177
3432
  }
3433
+ /**
3434
+ * @public
3435
+ */
3178
3436
  export declare enum MailFromDomainStatus {
3179
3437
  FAILED = "FAILED",
3180
3438
  PENDING = "PENDING",
@@ -3182,6 +3440,7 @@ export declare enum MailFromDomainStatus {
3182
3440
  TEMPORARY_FAILURE = "TEMPORARY_FAILURE"
3183
3441
  }
3184
3442
  /**
3443
+ * @public
3185
3444
  * <p>A list of attributes that are associated with a MAIL FROM domain.</p>
3186
3445
  */
3187
3446
  export interface MailFromAttributes {
@@ -3228,6 +3487,9 @@ export interface MailFromAttributes {
3228
3487
  */
3229
3488
  BehaviorOnMxFailure: BehaviorOnMxFailure | string | undefined;
3230
3489
  }
3490
+ /**
3491
+ * @public
3492
+ */
3231
3493
  export declare enum VerificationStatus {
3232
3494
  FAILED = "FAILED",
3233
3495
  NOT_STARTED = "NOT_STARTED",
@@ -3236,6 +3498,7 @@ export declare enum VerificationStatus {
3236
3498
  TEMPORARY_FAILURE = "TEMPORARY_FAILURE"
3237
3499
  }
3238
3500
  /**
3501
+ * @public
3239
3502
  * <p>Details about an email identity.</p>
3240
3503
  */
3241
3504
  export interface GetEmailIdentityResponse {
@@ -3315,6 +3578,7 @@ export interface GetEmailIdentityResponse {
3315
3578
  VerificationStatus?: VerificationStatus | string;
3316
3579
  }
3317
3580
  /**
3581
+ * @public
3318
3582
  * <p>A request to return the policies of an email identity.</p>
3319
3583
  */
3320
3584
  export interface GetEmailIdentityPoliciesRequest {
@@ -3324,6 +3588,7 @@ export interface GetEmailIdentityPoliciesRequest {
3324
3588
  EmailIdentity: string | undefined;
3325
3589
  }
3326
3590
  /**
3591
+ * @public
3327
3592
  * <p>Identity policies associated with email identity.</p>
3328
3593
  */
3329
3594
  export interface GetEmailIdentityPoliciesResponse {
@@ -3333,6 +3598,7 @@ export interface GetEmailIdentityPoliciesResponse {
3333
3598
  Policies?: Record<string, string>;
3334
3599
  }
3335
3600
  /**
3601
+ * @public
3336
3602
  * <p>Represents a request to display the template object (which includes the subject line,
3337
3603
  * HTML part and text part) for the template you specify.</p>
3338
3604
  */
@@ -3343,6 +3609,7 @@ export interface GetEmailTemplateRequest {
3343
3609
  TemplateName: string | undefined;
3344
3610
  }
3345
3611
  /**
3612
+ * @public
3346
3613
  * <p>The following element is returned by the service.</p>
3347
3614
  */
3348
3615
  export interface GetEmailTemplateResponse {
@@ -3357,6 +3624,7 @@ export interface GetEmailTemplateResponse {
3357
3624
  TemplateContent: EmailTemplateContent | undefined;
3358
3625
  }
3359
3626
  /**
3627
+ * @public
3360
3628
  * <p>Represents a request for information about an import job using the import job
3361
3629
  * ID.</p>
3362
3630
  */
@@ -3366,6 +3634,9 @@ export interface GetImportJobRequest {
3366
3634
  */
3367
3635
  JobId: string | undefined;
3368
3636
  }
3637
+ /**
3638
+ * @public
3639
+ */
3369
3640
  export declare enum JobStatus {
3370
3641
  COMPLETED = "COMPLETED",
3371
3642
  CREATED = "CREATED",
@@ -3373,6 +3644,7 @@ export declare enum JobStatus {
3373
3644
  PROCESSING = "PROCESSING"
3374
3645
  }
3375
3646
  /**
3647
+ * @public
3376
3648
  * <p>An HTTP 200 response if the request succeeds, or an error message if the request
3377
3649
  * fails.</p>
3378
3650
  */
@@ -3416,6 +3688,7 @@ export interface GetImportJobResponse {
3416
3688
  FailedRecordsCount?: number;
3417
3689
  }
3418
3690
  /**
3691
+ * @public
3419
3692
  * <p>A request to retrieve information about an email address that's on the suppression
3420
3693
  * list for your account.</p>
3421
3694
  */
@@ -3426,6 +3699,7 @@ export interface GetSuppressedDestinationRequest {
3426
3699
  EmailAddress: string | undefined;
3427
3700
  }
3428
3701
  /**
3702
+ * @public
3429
3703
  * <p>An object that contains additional attributes that are related an email address that
3430
3704
  * is on the suppression list for your account.</p>
3431
3705
  */
@@ -3442,6 +3716,7 @@ export interface SuppressedDestinationAttributes {
3442
3716
  FeedbackId?: string;
3443
3717
  }
3444
3718
  /**
3719
+ * @public
3445
3720
  * <p>An object that contains information about an email address that is on the suppression
3446
3721
  * list for your account.</p>
3447
3722
  */
@@ -3466,6 +3741,7 @@ export interface SuppressedDestination {
3466
3741
  Attributes?: SuppressedDestinationAttributes;
3467
3742
  }
3468
3743
  /**
3744
+ * @public
3469
3745
  * <p>Information about the suppressed email address.</p>
3470
3746
  */
3471
3747
  export interface GetSuppressedDestinationResponse {
@@ -3475,6 +3751,7 @@ export interface GetSuppressedDestinationResponse {
3475
3751
  SuppressedDestination: SuppressedDestination | undefined;
3476
3752
  }
3477
3753
  /**
3754
+ * @public
3478
3755
  * <p>Information about an email identity.</p>
3479
3756
  */
3480
3757
  export interface IdentityInfo {
@@ -3525,11 +3802,15 @@ export interface IdentityInfo {
3525
3802
  */
3526
3803
  VerificationStatus?: VerificationStatus | string;
3527
3804
  }
3805
+ /**
3806
+ * @public
3807
+ */
3528
3808
  export declare enum ImportDestinationType {
3529
3809
  CONTACT_LIST = "CONTACT_LIST",
3530
3810
  SUPPRESSION_LIST = "SUPPRESSION_LIST"
3531
3811
  }
3532
3812
  /**
3813
+ * @public
3533
3814
  * <p>A summary of the import job.</p>
3534
3815
  */
3535
3816
  export interface ImportJobSummary {
@@ -3561,6 +3842,7 @@ export interface ImportJobSummary {
3561
3842
  FailedRecordsCount?: number;
3562
3843
  }
3563
3844
  /**
3845
+ * @public
3564
3846
  * <p>The specified request includes an invalid or expired token.</p>
3565
3847
  */
3566
3848
  export declare class InvalidNextTokenException extends __BaseException {
@@ -3572,6 +3854,7 @@ export declare class InvalidNextTokenException extends __BaseException {
3572
3854
  constructor(opts: __ExceptionOptionType<InvalidNextTokenException, __BaseException>);
3573
3855
  }
3574
3856
  /**
3857
+ * @public
3575
3858
  * <p>A request to obtain a list of configuration sets for your Amazon SES account in the current
3576
3859
  * Amazon Web Services Region.</p>
3577
3860
  */
@@ -3590,6 +3873,7 @@ export interface ListConfigurationSetsRequest {
3590
3873
  PageSize?: number;
3591
3874
  }
3592
3875
  /**
3876
+ * @public
3593
3877
  * <p>A list of configuration sets in your Amazon SES account in the current Amazon Web Services Region.</p>
3594
3878
  */
3595
3879
  export interface ListConfigurationSetsResponse {
@@ -3606,6 +3890,9 @@ export interface ListConfigurationSetsResponse {
3606
3890
  */
3607
3891
  NextToken?: string;
3608
3892
  }
3893
+ /**
3894
+ * @public
3895
+ */
3609
3896
  export interface ListContactListsRequest {
3610
3897
  /**
3611
3898
  * <p>Maximum number of contact lists to return at once. Use this parameter to paginate
@@ -3623,6 +3910,9 @@ export interface ListContactListsRequest {
3623
3910
  */
3624
3911
  NextToken?: string;
3625
3912
  }
3913
+ /**
3914
+ * @public
3915
+ */
3626
3916
  export interface ListContactListsResponse {
3627
3917
  /**
3628
3918
  * <p>The available contact lists.</p>
@@ -3636,6 +3926,7 @@ export interface ListContactListsResponse {
3636
3926
  NextToken?: string;
3637
3927
  }
3638
3928
  /**
3929
+ * @public
3639
3930
  * <p>Used for filtering by a specific topic preference.</p>
3640
3931
  */
3641
3932
  export interface TopicFilter {
@@ -3650,6 +3941,7 @@ export interface TopicFilter {
3650
3941
  UseDefaultIfPreferenceUnavailable?: boolean;
3651
3942
  }
3652
3943
  /**
3944
+ * @public
3653
3945
  * <p>A filter that can be applied to a list of contacts.</p>
3654
3946
  */
3655
3947
  export interface ListContactsFilter {
@@ -3663,6 +3955,9 @@ export interface ListContactsFilter {
3663
3955
  */
3664
3956
  TopicFilter?: TopicFilter;
3665
3957
  }
3958
+ /**
3959
+ * @public
3960
+ */
3666
3961
  export interface ListContactsRequest {
3667
3962
  /**
3668
3963
  * <p>The name of the contact list.</p>
@@ -3688,6 +3983,9 @@ export interface ListContactsRequest {
3688
3983
  */
3689
3984
  NextToken?: string;
3690
3985
  }
3986
+ /**
3987
+ * @public
3988
+ */
3691
3989
  export interface ListContactsResponse {
3692
3990
  /**
3693
3991
  * <p>The contacts present in a specific contact list.</p>
@@ -3701,6 +3999,7 @@ export interface ListContactsResponse {
3701
3999
  NextToken?: string;
3702
4000
  }
3703
4001
  /**
4002
+ * @public
3704
4003
  * <p>Represents a request to list the existing custom verification email templates for your
3705
4004
  * account.</p>
3706
4005
  */
@@ -3722,6 +4021,7 @@ export interface ListCustomVerificationEmailTemplatesRequest {
3722
4021
  PageSize?: number;
3723
4022
  }
3724
4023
  /**
4024
+ * @public
3725
4025
  * <p>The following elements are returned by the service.</p>
3726
4026
  */
3727
4027
  export interface ListCustomVerificationEmailTemplatesResponse {
@@ -3738,6 +4038,7 @@ export interface ListCustomVerificationEmailTemplatesResponse {
3738
4038
  NextToken?: string;
3739
4039
  }
3740
4040
  /**
4041
+ * @public
3741
4042
  * <p>A request to obtain a list of dedicated IP pools.</p>
3742
4043
  */
3743
4044
  export interface ListDedicatedIpPoolsRequest {
@@ -3755,6 +4056,7 @@ export interface ListDedicatedIpPoolsRequest {
3755
4056
  PageSize?: number;
3756
4057
  }
3757
4058
  /**
4059
+ * @public
3758
4060
  * <p>A list of dedicated IP pools.</p>
3759
4061
  */
3760
4062
  export interface ListDedicatedIpPoolsResponse {
@@ -3771,6 +4073,7 @@ export interface ListDedicatedIpPoolsResponse {
3771
4073
  NextToken?: string;
3772
4074
  }
3773
4075
  /**
4076
+ * @public
3774
4077
  * <p>A request to list all of the predictive inbox placement tests that you've performed.</p>
3775
4078
  */
3776
4079
  export interface ListDeliverabilityTestReportsRequest {
@@ -3790,6 +4093,7 @@ export interface ListDeliverabilityTestReportsRequest {
3790
4093
  PageSize?: number;
3791
4094
  }
3792
4095
  /**
4096
+ * @public
3793
4097
  * <p>A list of the predictive inbox placement test reports that are available for your account, regardless of
3794
4098
  * whether or not those tests are complete.</p>
3795
4099
  */
@@ -3806,6 +4110,7 @@ export interface ListDeliverabilityTestReportsResponse {
3806
4110
  NextToken?: string;
3807
4111
  }
3808
4112
  /**
4113
+ * @public
3809
4114
  * <p>Retrieve deliverability data for all the campaigns that used a specific domain to send
3810
4115
  * email during a specified time range. This data is available for a domain only if you
3811
4116
  * enabled the Deliverability dashboard.</p>
@@ -3842,6 +4147,7 @@ export interface ListDomainDeliverabilityCampaignsRequest {
3842
4147
  PageSize?: number;
3843
4148
  }
3844
4149
  /**
4150
+ * @public
3845
4151
  * <p>An array of objects that provide deliverability data for all the campaigns that used a
3846
4152
  * specific domain to send email during a specified time range. This data is available for
3847
4153
  * a domain only if you enabled the Deliverability dashboard for the domain.</p>
@@ -3860,6 +4166,7 @@ export interface ListDomainDeliverabilityCampaignsResponse {
3860
4166
  NextToken?: string;
3861
4167
  }
3862
4168
  /**
4169
+ * @public
3863
4170
  * <p>A request to list all of the email identities associated with your Amazon Web Services account. This
3864
4171
  * list includes identities that you've already verified, identities that are unverified,
3865
4172
  * and identities that were verified in the past, but are no longer verified.</p>
@@ -3880,6 +4187,7 @@ export interface ListEmailIdentitiesRequest {
3880
4187
  PageSize?: number;
3881
4188
  }
3882
4189
  /**
4190
+ * @public
3883
4191
  * <p>A list of all of the identities that you've attempted to verify, regardless of whether
3884
4192
  * or not those identities were successfully verified.</p>
3885
4193
  */
@@ -3898,6 +4206,7 @@ export interface ListEmailIdentitiesResponse {
3898
4206
  NextToken?: string;
3899
4207
  }
3900
4208
  /**
4209
+ * @public
3901
4210
  * <p>Represents a request to list the email templates present in your Amazon SES account in the
3902
4211
  * current Amazon Web Services Region. For more information, see the <a href="https://docs.aws.amazon.com/ses/latest/DeveloperGuide/send-personalized-email-api.html">Amazon SES Developer
3903
4212
  * Guide</a>.</p>
@@ -3917,6 +4226,7 @@ export interface ListEmailTemplatesRequest {
3917
4226
  PageSize?: number;
3918
4227
  }
3919
4228
  /**
4229
+ * @public
3920
4230
  * <p>The following elements are returned by the service.</p>
3921
4231
  */
3922
4232
  export interface ListEmailTemplatesResponse {
@@ -3933,6 +4243,7 @@ export interface ListEmailTemplatesResponse {
3933
4243
  NextToken?: string;
3934
4244
  }
3935
4245
  /**
4246
+ * @public
3936
4247
  * <p>Represents a request to list all of the import jobs for a data destination within the
3937
4248
  * specified maximum number of import jobs.</p>
3938
4249
  */
@@ -3958,6 +4269,7 @@ export interface ListImportJobsRequest {
3958
4269
  PageSize?: number;
3959
4270
  }
3960
4271
  /**
4272
+ * @public
3961
4273
  * <p>An HTTP 200 response if the request succeeds, or an error message if the request
3962
4274
  * fails.</p>
3963
4275
  */
@@ -3974,6 +4286,7 @@ export interface ListImportJobsResponse {
3974
4286
  NextToken?: string;
3975
4287
  }
3976
4288
  /**
4289
+ * @public
3977
4290
  * <p>An object used to specify a list or topic to which an email belongs, which will be
3978
4291
  * used when a contact chooses to unsubscribe.</p>
3979
4292
  */
@@ -3987,6 +4300,9 @@ export interface ListManagementOptions {
3987
4300
  */
3988
4301
  TopicName?: string;
3989
4302
  }
4303
+ /**
4304
+ * @public
4305
+ */
3990
4306
  export declare enum ListRecommendationsFilterKey {
3991
4307
  IMPACT = "IMPACT",
3992
4308
  RESOURCE_ARN = "RESOURCE_ARN",
@@ -3994,6 +4310,7 @@ export declare enum ListRecommendationsFilterKey {
3994
4310
  TYPE = "TYPE"
3995
4311
  }
3996
4312
  /**
4313
+ * @public
3997
4314
  * <p>Represents a request to list the existing recommendations for your account.</p>
3998
4315
  */
3999
4316
  export interface ListRecommendationsRequest {
@@ -4019,14 +4336,23 @@ export interface ListRecommendationsRequest {
4019
4336
  */
4020
4337
  PageSize?: number;
4021
4338
  }
4339
+ /**
4340
+ * @public
4341
+ */
4022
4342
  export declare enum RecommendationImpact {
4023
4343
  HIGH = "HIGH",
4024
4344
  LOW = "LOW"
4025
4345
  }
4346
+ /**
4347
+ * @public
4348
+ */
4026
4349
  export declare enum RecommendationStatus {
4027
4350
  FIXED = "FIXED",
4028
4351
  OPEN = "OPEN"
4029
4352
  }
4353
+ /**
4354
+ * @public
4355
+ */
4030
4356
  export declare enum RecommendationType {
4031
4357
  BIMI = "BIMI",
4032
4358
  DKIM = "DKIM",
@@ -4034,6 +4360,7 @@ export declare enum RecommendationType {
4034
4360
  SPF = "SPF"
4035
4361
  }
4036
4362
  /**
4363
+ * @public
4037
4364
  * <p>A recommendation generated for your account.</p>
4038
4365
  */
4039
4366
  export interface Recommendation {
@@ -4072,6 +4399,7 @@ export interface Recommendation {
4072
4399
  Impact?: RecommendationImpact | string;
4073
4400
  }
4074
4401
  /**
4402
+ * @public
4075
4403
  * <p>Contains the response to your request to retrieve the list of recommendations for your account.</p>
4076
4404
  */
4077
4405
  export interface ListRecommendationsResponse {
@@ -4088,6 +4416,7 @@ export interface ListRecommendationsResponse {
4088
4416
  NextToken?: string;
4089
4417
  }
4090
4418
  /**
4419
+ * @public
4091
4420
  * <p>A request to obtain a list of email destinations that are on the suppression list for
4092
4421
  * your account.</p>
4093
4422
  */
@@ -4121,6 +4450,7 @@ export interface ListSuppressedDestinationsRequest {
4121
4450
  PageSize?: number;
4122
4451
  }
4123
4452
  /**
4453
+ * @public
4124
4454
  * <p>A summary that describes the suppressed email address.</p>
4125
4455
  */
4126
4456
  export interface SuppressedDestinationSummary {
@@ -4139,6 +4469,7 @@ export interface SuppressedDestinationSummary {
4139
4469
  LastUpdateTime: Date | undefined;
4140
4470
  }
4141
4471
  /**
4472
+ * @public
4142
4473
  * <p>A list of suppressed email addresses.</p>
4143
4474
  */
4144
4475
  export interface ListSuppressedDestinationsResponse {
@@ -4155,6 +4486,9 @@ export interface ListSuppressedDestinationsResponse {
4155
4486
  */
4156
4487
  NextToken?: string;
4157
4488
  }
4489
+ /**
4490
+ * @public
4491
+ */
4158
4492
  export interface ListTagsForResourceRequest {
4159
4493
  /**
4160
4494
  * <p>The Amazon Resource Name (ARN) of the resource that you want to retrieve tag
@@ -4162,6 +4496,9 @@ export interface ListTagsForResourceRequest {
4162
4496
  */
4163
4497
  ResourceArn: string | undefined;
4164
4498
  }
4499
+ /**
4500
+ * @public
4501
+ */
4165
4502
  export interface ListTagsForResourceResponse {
4166
4503
  /**
4167
4504
  * <p>An array that lists all the tags that are associated with the resource. Each tag
@@ -4171,6 +4508,7 @@ export interface ListTagsForResourceResponse {
4171
4508
  Tags: Tag[] | undefined;
4172
4509
  }
4173
4510
  /**
4511
+ * @public
4174
4512
  * <p>A request to enable or disable the automatic IP address warm-up feature.</p>
4175
4513
  */
4176
4514
  export interface PutAccountDedicatedIpWarmupAttributesRequest {
@@ -4183,12 +4521,14 @@ export interface PutAccountDedicatedIpWarmupAttributesRequest {
4183
4521
  AutoWarmupEnabled?: boolean;
4184
4522
  }
4185
4523
  /**
4524
+ * @public
4186
4525
  * <p>An HTTP 200 response if the request succeeds, or an error message if the request
4187
4526
  * fails.</p>
4188
4527
  */
4189
4528
  export interface PutAccountDedicatedIpWarmupAttributesResponse {
4190
4529
  }
4191
4530
  /**
4531
+ * @public
4192
4532
  * <p>A request to submit new account details.</p>
4193
4533
  */
4194
4534
  export interface PutAccountDetailsRequest {
@@ -4229,12 +4569,14 @@ export interface PutAccountDetailsRequest {
4229
4569
  ProductionAccessEnabled?: boolean;
4230
4570
  }
4231
4571
  /**
4572
+ * @public
4232
4573
  * <p>An HTTP 200 response if the request succeeds, or an error message if the request
4233
4574
  * fails.</p>
4234
4575
  */
4235
4576
  export interface PutAccountDetailsResponse {
4236
4577
  }
4237
4578
  /**
4579
+ * @public
4238
4580
  * <p>A request to change the ability of your account to send email.</p>
4239
4581
  */
4240
4582
  export interface PutAccountSendingAttributesRequest {
@@ -4249,12 +4591,14 @@ export interface PutAccountSendingAttributesRequest {
4249
4591
  SendingEnabled?: boolean;
4250
4592
  }
4251
4593
  /**
4594
+ * @public
4252
4595
  * <p>An HTTP 200 response if the request succeeds, or an error message if the request
4253
4596
  * fails.</p>
4254
4597
  */
4255
4598
  export interface PutAccountSendingAttributesResponse {
4256
4599
  }
4257
4600
  /**
4601
+ * @public
4258
4602
  * <p>A request to change your account's suppression preferences.</p>
4259
4603
  */
4260
4604
  export interface PutAccountSuppressionAttributesRequest {
@@ -4280,12 +4624,14 @@ export interface PutAccountSuppressionAttributesRequest {
4280
4624
  SuppressedReasons?: (SuppressionListReason | string)[];
4281
4625
  }
4282
4626
  /**
4627
+ * @public
4283
4628
  * <p>An HTTP 200 response if the request succeeds, or an error message if the request
4284
4629
  * fails.</p>
4285
4630
  */
4286
4631
  export interface PutAccountSuppressionAttributesResponse {
4287
4632
  }
4288
4633
  /**
4634
+ * @public
4289
4635
  * <p>A request to submit new account VDM attributes.</p>
4290
4636
  */
4291
4637
  export interface PutAccountVdmAttributesRequest {
@@ -4294,9 +4640,13 @@ export interface PutAccountVdmAttributesRequest {
4294
4640
  */
4295
4641
  VdmAttributes: VdmAttributes | undefined;
4296
4642
  }
4643
+ /**
4644
+ * @public
4645
+ */
4297
4646
  export interface PutAccountVdmAttributesResponse {
4298
4647
  }
4299
4648
  /**
4649
+ * @public
4300
4650
  * <p>A request to associate a configuration set with a dedicated IP pool.</p>
4301
4651
  */
4302
4652
  export interface PutConfigurationSetDeliveryOptionsRequest {
@@ -4317,12 +4667,14 @@ export interface PutConfigurationSetDeliveryOptionsRequest {
4317
4667
  SendingPoolName?: string;
4318
4668
  }
4319
4669
  /**
4670
+ * @public
4320
4671
  * <p>An HTTP 200 response if the request succeeds, or an error message if the request
4321
4672
  * fails.</p>
4322
4673
  */
4323
4674
  export interface PutConfigurationSetDeliveryOptionsResponse {
4324
4675
  }
4325
4676
  /**
4677
+ * @public
4326
4678
  * <p>A request to enable or disable tracking of reputation metrics for a configuration
4327
4679
  * set.</p>
4328
4680
  */
@@ -4339,12 +4691,14 @@ export interface PutConfigurationSetReputationOptionsRequest {
4339
4691
  ReputationMetricsEnabled?: boolean;
4340
4692
  }
4341
4693
  /**
4694
+ * @public
4342
4695
  * <p>An HTTP 200 response if the request succeeds, or an error message if the request
4343
4696
  * fails.</p>
4344
4697
  */
4345
4698
  export interface PutConfigurationSetReputationOptionsResponse {
4346
4699
  }
4347
4700
  /**
4701
+ * @public
4348
4702
  * <p>A request to enable or disable the ability of Amazon SES to send emails that use a specific
4349
4703
  * configuration set.</p>
4350
4704
  */
@@ -4360,12 +4714,14 @@ export interface PutConfigurationSetSendingOptionsRequest {
4360
4714
  SendingEnabled?: boolean;
4361
4715
  }
4362
4716
  /**
4717
+ * @public
4363
4718
  * <p>An HTTP 200 response if the request succeeds, or an error message if the request
4364
4719
  * fails.</p>
4365
4720
  */
4366
4721
  export interface PutConfigurationSetSendingOptionsResponse {
4367
4722
  }
4368
4723
  /**
4724
+ * @public
4369
4725
  * <p>A request to change the account suppression list preferences for a specific
4370
4726
  * configuration set.</p>
4371
4727
  */
@@ -4397,12 +4753,14 @@ export interface PutConfigurationSetSuppressionOptionsRequest {
4397
4753
  SuppressedReasons?: (SuppressionListReason | string)[];
4398
4754
  }
4399
4755
  /**
4756
+ * @public
4400
4757
  * <p>An HTTP 200 response if the request succeeds, or an error message if the request
4401
4758
  * fails.</p>
4402
4759
  */
4403
4760
  export interface PutConfigurationSetSuppressionOptionsResponse {
4404
4761
  }
4405
4762
  /**
4763
+ * @public
4406
4764
  * <p>A request to add a custom domain for tracking open and click events to a configuration
4407
4765
  * set.</p>
4408
4766
  */
@@ -4417,12 +4775,14 @@ export interface PutConfigurationSetTrackingOptionsRequest {
4417
4775
  CustomRedirectDomain?: string;
4418
4776
  }
4419
4777
  /**
4778
+ * @public
4420
4779
  * <p>An HTTP 200 response if the request succeeds, or an error message if the request
4421
4780
  * fails.</p>
4422
4781
  */
4423
4782
  export interface PutConfigurationSetTrackingOptionsResponse {
4424
4783
  }
4425
4784
  /**
4785
+ * @public
4426
4786
  * <p>A request to add specific VDM settings to a configuration set.</p>
4427
4787
  */
4428
4788
  export interface PutConfigurationSetVdmOptionsRequest {
@@ -4436,12 +4796,14 @@ export interface PutConfigurationSetVdmOptionsRequest {
4436
4796
  VdmOptions?: VdmOptions;
4437
4797
  }
4438
4798
  /**
4799
+ * @public
4439
4800
  * <p>An HTTP 200 response if the request succeeds, or an error message if the request
4440
4801
  * fails.</p>
4441
4802
  */
4442
4803
  export interface PutConfigurationSetVdmOptionsResponse {
4443
4804
  }
4444
4805
  /**
4806
+ * @public
4445
4807
  * <p>A request to move a dedicated IP address to a dedicated IP pool.</p>
4446
4808
  */
4447
4809
  export interface PutDedicatedIpInPoolRequest {
@@ -4457,12 +4819,14 @@ export interface PutDedicatedIpInPoolRequest {
4457
4819
  DestinationPoolName: string | undefined;
4458
4820
  }
4459
4821
  /**
4822
+ * @public
4460
4823
  * <p>An HTTP 200 response if the request succeeds, or an error message if the request
4461
4824
  * fails.</p>
4462
4825
  */
4463
4826
  export interface PutDedicatedIpInPoolResponse {
4464
4827
  }
4465
4828
  /**
4829
+ * @public
4466
4830
  * <p>A request to change the warm-up attributes for a dedicated IP address. This operation
4467
4831
  * is useful when you want to resume the warm-up process for an existing IP address.</p>
4468
4832
  */
@@ -4478,12 +4842,14 @@ export interface PutDedicatedIpWarmupAttributesRequest {
4478
4842
  WarmupPercentage: number | undefined;
4479
4843
  }
4480
4844
  /**
4845
+ * @public
4481
4846
  * <p>An HTTP 200 response if the request succeeds, or an error message if the request
4482
4847
  * fails.</p>
4483
4848
  */
4484
4849
  export interface PutDedicatedIpWarmupAttributesResponse {
4485
4850
  }
4486
4851
  /**
4852
+ * @public
4487
4853
  * <p>Enable or disable the Deliverability dashboard. When you enable the Deliverability dashboard, you gain
4488
4854
  * access to reputation, deliverability, and other metrics for the domains that you use to
4489
4855
  * send email using Amazon SES API v2. You also gain the ability to perform predictive inbox placement tests.</p>
@@ -4504,11 +4870,13 @@ export interface PutDeliverabilityDashboardOptionRequest {
4504
4870
  SubscribedDomains?: DomainDeliverabilityTrackingOption[];
4505
4871
  }
4506
4872
  /**
4873
+ * @public
4507
4874
  * <p>A response that indicates whether the Deliverability dashboard is enabled.</p>
4508
4875
  */
4509
4876
  export interface PutDeliverabilityDashboardOptionResponse {
4510
4877
  }
4511
4878
  /**
4879
+ * @public
4512
4880
  * <p>A request to associate a configuration set with an email identity.</p>
4513
4881
  */
4514
4882
  export interface PutEmailIdentityConfigurationSetAttributesRequest {
@@ -4522,12 +4890,14 @@ export interface PutEmailIdentityConfigurationSetAttributesRequest {
4522
4890
  ConfigurationSetName?: string;
4523
4891
  }
4524
4892
  /**
4893
+ * @public
4525
4894
  * <p>If the action is successful, the service sends back an HTTP 200 response with an empty
4526
4895
  * HTTP body.</p>
4527
4896
  */
4528
4897
  export interface PutEmailIdentityConfigurationSetAttributesResponse {
4529
4898
  }
4530
4899
  /**
4900
+ * @public
4531
4901
  * <p>A request to enable or disable DKIM signing of email that you send from an email
4532
4902
  * identity.</p>
4533
4903
  */
@@ -4545,12 +4915,14 @@ export interface PutEmailIdentityDkimAttributesRequest {
4545
4915
  SigningEnabled?: boolean;
4546
4916
  }
4547
4917
  /**
4918
+ * @public
4548
4919
  * <p>An HTTP 200 response if the request succeeds, or an error message if the request
4549
4920
  * fails.</p>
4550
4921
  */
4551
4922
  export interface PutEmailIdentityDkimAttributesResponse {
4552
4923
  }
4553
4924
  /**
4925
+ * @public
4554
4926
  * <p>A request to change the DKIM attributes for an email identity.</p>
4555
4927
  */
4556
4928
  export interface PutEmailIdentityDkimSigningAttributesRequest {
@@ -4583,6 +4955,7 @@ export interface PutEmailIdentityDkimSigningAttributesRequest {
4583
4955
  SigningAttributes?: DkimSigningAttributes;
4584
4956
  }
4585
4957
  /**
4958
+ * @public
4586
4959
  * <p>If the action is successful, the service sends back an HTTP 200 response.</p>
4587
4960
  * <p>The following data is returned in JSON format by the service.</p>
4588
4961
  */
@@ -4643,6 +5016,7 @@ export interface PutEmailIdentityDkimSigningAttributesResponse {
4643
5016
  DkimTokens?: string[];
4644
5017
  }
4645
5018
  /**
5019
+ * @public
4646
5020
  * <p>A request to set the attributes that control how bounce and complaint events are
4647
5021
  * processed.</p>
4648
5022
  */
@@ -4664,12 +5038,14 @@ export interface PutEmailIdentityFeedbackAttributesRequest {
4664
5038
  EmailForwardingEnabled?: boolean;
4665
5039
  }
4666
5040
  /**
5041
+ * @public
4667
5042
  * <p>An HTTP 200 response if the request succeeds, or an error message if the request
4668
5043
  * fails.</p>
4669
5044
  */
4670
5045
  export interface PutEmailIdentityFeedbackAttributesResponse {
4671
5046
  }
4672
5047
  /**
5048
+ * @public
4673
5049
  * <p>A request to configure the custom MAIL FROM domain for a verified identity.</p>
4674
5050
  */
4675
5051
  export interface PutEmailIdentityMailFromAttributesRequest {
@@ -4708,12 +5084,14 @@ export interface PutEmailIdentityMailFromAttributesRequest {
4708
5084
  BehaviorOnMxFailure?: BehaviorOnMxFailure | string;
4709
5085
  }
4710
5086
  /**
5087
+ * @public
4711
5088
  * <p>An HTTP 200 response if the request succeeds, or an error message if the request
4712
5089
  * fails.</p>
4713
5090
  */
4714
5091
  export interface PutEmailIdentityMailFromAttributesResponse {
4715
5092
  }
4716
5093
  /**
5094
+ * @public
4717
5095
  * <p>A request to add an email destination to the suppression list for your account.</p>
4718
5096
  */
4719
5097
  export interface PutSuppressedDestinationRequest {
@@ -4729,12 +5107,14 @@ export interface PutSuppressedDestinationRequest {
4729
5107
  Reason: SuppressionListReason | string | undefined;
4730
5108
  }
4731
5109
  /**
5110
+ * @public
4732
5111
  * <p>An HTTP 200 response if the request succeeds, or an error message if the request
4733
5112
  * fails.</p>
4734
5113
  */
4735
5114
  export interface PutSuppressedDestinationResponse {
4736
5115
  }
4737
5116
  /**
5117
+ * @public
4738
5118
  * <p>Represents a request to send email messages to multiple destinations using Amazon SES. For
4739
5119
  * more information, see the <a href="https://docs.aws.amazon.com/ses/latest/DeveloperGuide/send-personalized-email-api.html">Amazon SES Developer
4740
5120
  * Guide</a>.</p>
@@ -4804,6 +5184,7 @@ export interface SendBulkEmailRequest {
4804
5184
  ConfigurationSetName?: string;
4805
5185
  }
4806
5186
  /**
5187
+ * @public
4807
5188
  * <p>The following data is returned in JSON format by the service.</p>
4808
5189
  */
4809
5190
  export interface SendBulkEmailResponse {
@@ -4814,6 +5195,7 @@ export interface SendBulkEmailResponse {
4814
5195
  BulkEmailEntryResults: BulkEmailEntryResult[] | undefined;
4815
5196
  }
4816
5197
  /**
5198
+ * @public
4817
5199
  * <p>Represents a request to send a custom verification email to a specified
4818
5200
  * recipient.</p>
4819
5201
  */
@@ -4833,6 +5215,7 @@ export interface SendCustomVerificationEmailRequest {
4833
5215
  ConfigurationSetName?: string;
4834
5216
  }
4835
5217
  /**
5218
+ * @public
4836
5219
  * <p>The following element is returned by the service.</p>
4837
5220
  */
4838
5221
  export interface SendCustomVerificationEmailResponse {
@@ -4843,6 +5226,7 @@ export interface SendCustomVerificationEmailResponse {
4843
5226
  MessageId?: string;
4844
5227
  }
4845
5228
  /**
5229
+ * @public
4846
5230
  * <p>Represents a request to send a single formatted email using Amazon SES. For more
4847
5231
  * information, see the <a href="https://docs.aws.amazon.com/ses/latest/DeveloperGuide/send-email-formatted.html">Amazon SES Developer
4848
5232
  * Guide</a>.</p>
@@ -4921,6 +5305,7 @@ export interface SendEmailRequest {
4921
5305
  ListManagementOptions?: ListManagementOptions;
4922
5306
  }
4923
5307
  /**
5308
+ * @public
4924
5309
  * <p>A unique message ID that you receive when an email is accepted for sending.</p>
4925
5310
  */
4926
5311
  export interface SendEmailResponse {
@@ -4936,6 +5321,9 @@ export interface SendEmailResponse {
4936
5321
  */
4937
5322
  MessageId?: string;
4938
5323
  }
5324
+ /**
5325
+ * @public
5326
+ */
4939
5327
  export interface TagResourceRequest {
4940
5328
  /**
4941
5329
  * <p>The Amazon Resource Name (ARN) of the resource that you want to add one or more tags
@@ -4950,9 +5338,13 @@ export interface TagResourceRequest {
4950
5338
  */
4951
5339
  Tags: Tag[] | undefined;
4952
5340
  }
5341
+ /**
5342
+ * @public
5343
+ */
4953
5344
  export interface TagResourceResponse {
4954
5345
  }
4955
5346
  /**
5347
+ * @public
4956
5348
  * <p>>Represents a request to create a preview of the MIME content of an email when
4957
5349
  * provided with a template and a set of replacement data.</p>
4958
5350
  */
@@ -4969,6 +5361,7 @@ export interface TestRenderEmailTemplateRequest {
4969
5361
  TemplateData: string | undefined;
4970
5362
  }
4971
5363
  /**
5364
+ * @public
4972
5365
  * <p>The following element is returned by the service.</p>
4973
5366
  */
4974
5367
  export interface TestRenderEmailTemplateResponse {
@@ -4979,6 +5372,9 @@ export interface TestRenderEmailTemplateResponse {
4979
5372
  */
4980
5373
  RenderedTemplate: string | undefined;
4981
5374
  }
5375
+ /**
5376
+ * @public
5377
+ */
4982
5378
  export interface UntagResourceRequest {
4983
5379
  /**
4984
5380
  * <p>The Amazon Resource Name (ARN) of the resource that you want to remove one or more
@@ -4996,9 +5392,13 @@ export interface UntagResourceRequest {
4996
5392
  */
4997
5393
  TagKeys: string[] | undefined;
4998
5394
  }
5395
+ /**
5396
+ * @public
5397
+ */
4999
5398
  export interface UntagResourceResponse {
5000
5399
  }
5001
5400
  /**
5401
+ * @public
5002
5402
  * <p>A request to change the settings for an event destination for a configuration
5003
5403
  * set.</p>
5004
5404
  */
@@ -5018,11 +5418,15 @@ export interface UpdateConfigurationSetEventDestinationRequest {
5018
5418
  EventDestination: EventDestinationDefinition | undefined;
5019
5419
  }
5020
5420
  /**
5421
+ * @public
5021
5422
  * <p>An HTTP 200 response if the request succeeds, or an error message if the request
5022
5423
  * fails.</p>
5023
5424
  */
5024
5425
  export interface UpdateConfigurationSetEventDestinationResponse {
5025
5426
  }
5427
+ /**
5428
+ * @public
5429
+ */
5026
5430
  export interface UpdateContactRequest {
5027
5431
  /**
5028
5432
  * <p>The name of the contact list.</p>
@@ -5046,8 +5450,14 @@ export interface UpdateContactRequest {
5046
5450
  */
5047
5451
  AttributesData?: string;
5048
5452
  }
5453
+ /**
5454
+ * @public
5455
+ */
5049
5456
  export interface UpdateContactResponse {
5050
5457
  }
5458
+ /**
5459
+ * @public
5460
+ */
5051
5461
  export interface UpdateContactListRequest {
5052
5462
  /**
5053
5463
  * <p>The name of the contact list.</p>
@@ -5063,9 +5473,13 @@ export interface UpdateContactListRequest {
5063
5473
  */
5064
5474
  Description?: string;
5065
5475
  }
5476
+ /**
5477
+ * @public
5478
+ */
5066
5479
  export interface UpdateContactListResponse {
5067
5480
  }
5068
5481
  /**
5482
+ * @public
5069
5483
  * <p>Represents a request to update an existing custom verification email template.</p>
5070
5484
  */
5071
5485
  export interface UpdateCustomVerificationEmailTemplateRequest {
@@ -5100,12 +5514,14 @@ export interface UpdateCustomVerificationEmailTemplateRequest {
5100
5514
  FailureRedirectionURL: string | undefined;
5101
5515
  }
5102
5516
  /**
5517
+ * @public
5103
5518
  * <p>If the action is successful, the service sends back an HTTP 200 response with an empty
5104
5519
  * HTTP body.</p>
5105
5520
  */
5106
5521
  export interface UpdateCustomVerificationEmailTemplateResponse {
5107
5522
  }
5108
5523
  /**
5524
+ * @public
5109
5525
  * <p>Represents a request to update a sending authorization policy for an identity. Sending
5110
5526
  * authorization is an Amazon SES feature that enables you to authorize other senders to use
5111
5527
  * your identities. For information, see the <a href="https://docs.aws.amazon.com/ses/latest/DeveloperGuide/sending-authorization-identity-owner-tasks-management.html">Amazon SES Developer Guide</a>.</p>
@@ -5129,12 +5545,14 @@ export interface UpdateEmailIdentityPolicyRequest {
5129
5545
  Policy: string | undefined;
5130
5546
  }
5131
5547
  /**
5548
+ * @public
5132
5549
  * <p>An HTTP 200 response if the request succeeds, or an error message if the request
5133
5550
  * fails.</p>
5134
5551
  */
5135
5552
  export interface UpdateEmailIdentityPolicyResponse {
5136
5553
  }
5137
5554
  /**
5555
+ * @public
5138
5556
  * <p>Represents a request to update an email template. For more information, see the <a href="https://docs.aws.amazon.com/ses/latest/DeveloperGuide/send-personalized-email-api.html">Amazon SES
5139
5557
  * Developer Guide</a>.</p>
5140
5558
  */
@@ -5150,6 +5568,7 @@ export interface UpdateEmailTemplateRequest {
5150
5568
  TemplateContent: EmailTemplateContent | undefined;
5151
5569
  }
5152
5570
  /**
5571
+ * @public
5153
5572
  * <p>If the action is successful, the service sends back an HTTP 200 response with an empty
5154
5573
  * HTTP body.</p>
5155
5574
  */