@aws-sdk/client-pinpoint-email 3.296.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 (54) hide show
  1. package/dist-types/PinpointEmail.d.ts +43 -0
  2. package/dist-types/PinpointEmailClient.d.ts +24 -4
  3. package/dist-types/commands/CreateConfigurationSetCommand.d.ts +16 -0
  4. package/dist-types/commands/CreateConfigurationSetEventDestinationCommand.d.ts +16 -0
  5. package/dist-types/commands/CreateDedicatedIpPoolCommand.d.ts +16 -0
  6. package/dist-types/commands/CreateDeliverabilityTestReportCommand.d.ts +16 -0
  7. package/dist-types/commands/CreateEmailIdentityCommand.d.ts +16 -0
  8. package/dist-types/commands/DeleteConfigurationSetCommand.d.ts +16 -0
  9. package/dist-types/commands/DeleteConfigurationSetEventDestinationCommand.d.ts +16 -0
  10. package/dist-types/commands/DeleteDedicatedIpPoolCommand.d.ts +16 -0
  11. package/dist-types/commands/DeleteEmailIdentityCommand.d.ts +16 -0
  12. package/dist-types/commands/GetAccountCommand.d.ts +16 -0
  13. package/dist-types/commands/GetBlacklistReportsCommand.d.ts +16 -0
  14. package/dist-types/commands/GetConfigurationSetCommand.d.ts +16 -0
  15. package/dist-types/commands/GetConfigurationSetEventDestinationsCommand.d.ts +16 -0
  16. package/dist-types/commands/GetDedicatedIpCommand.d.ts +16 -0
  17. package/dist-types/commands/GetDedicatedIpsCommand.d.ts +16 -0
  18. package/dist-types/commands/GetDeliverabilityDashboardOptionsCommand.d.ts +16 -0
  19. package/dist-types/commands/GetDeliverabilityTestReportCommand.d.ts +16 -0
  20. package/dist-types/commands/GetDomainDeliverabilityCampaignCommand.d.ts +16 -0
  21. package/dist-types/commands/GetDomainStatisticsReportCommand.d.ts +16 -0
  22. package/dist-types/commands/GetEmailIdentityCommand.d.ts +16 -0
  23. package/dist-types/commands/ListConfigurationSetsCommand.d.ts +16 -0
  24. package/dist-types/commands/ListDedicatedIpPoolsCommand.d.ts +16 -0
  25. package/dist-types/commands/ListDeliverabilityTestReportsCommand.d.ts +16 -0
  26. package/dist-types/commands/ListDomainDeliverabilityCampaignsCommand.d.ts +16 -0
  27. package/dist-types/commands/ListEmailIdentitiesCommand.d.ts +16 -0
  28. package/dist-types/commands/ListTagsForResourceCommand.d.ts +16 -0
  29. package/dist-types/commands/PutAccountDedicatedIpWarmupAttributesCommand.d.ts +16 -0
  30. package/dist-types/commands/PutAccountSendingAttributesCommand.d.ts +16 -0
  31. package/dist-types/commands/PutConfigurationSetDeliveryOptionsCommand.d.ts +16 -0
  32. package/dist-types/commands/PutConfigurationSetReputationOptionsCommand.d.ts +16 -0
  33. package/dist-types/commands/PutConfigurationSetSendingOptionsCommand.d.ts +16 -0
  34. package/dist-types/commands/PutConfigurationSetTrackingOptionsCommand.d.ts +16 -0
  35. package/dist-types/commands/PutDedicatedIpInPoolCommand.d.ts +16 -0
  36. package/dist-types/commands/PutDedicatedIpWarmupAttributesCommand.d.ts +16 -0
  37. package/dist-types/commands/PutDeliverabilityDashboardOptionCommand.d.ts +16 -0
  38. package/dist-types/commands/PutEmailIdentityDkimAttributesCommand.d.ts +16 -0
  39. package/dist-types/commands/PutEmailIdentityFeedbackAttributesCommand.d.ts +16 -0
  40. package/dist-types/commands/PutEmailIdentityMailFromAttributesCommand.d.ts +16 -0
  41. package/dist-types/commands/SendEmailCommand.d.ts +16 -0
  42. package/dist-types/commands/TagResourceCommand.d.ts +16 -0
  43. package/dist-types/commands/UntagResourceCommand.d.ts +16 -0
  44. package/dist-types/commands/UpdateConfigurationSetEventDestinationCommand.d.ts +16 -0
  45. package/dist-types/models/PinpointEmailServiceException.d.ts +2 -0
  46. package/dist-types/models/models_0.d.ts +174 -0
  47. package/dist-types/pagination/GetDedicatedIpsPaginator.d.ts +3 -0
  48. package/dist-types/pagination/Interfaces.d.ts +3 -0
  49. package/dist-types/pagination/ListConfigurationSetsPaginator.d.ts +3 -0
  50. package/dist-types/pagination/ListDedicatedIpPoolsPaginator.d.ts +3 -0
  51. package/dist-types/pagination/ListDeliverabilityTestReportsPaginator.d.ts +3 -0
  52. package/dist-types/pagination/ListDomainDeliverabilityCampaignsPaginator.d.ts +3 -0
  53. package/dist-types/pagination/ListEmailIdentitiesPaginator.d.ts +3 -0
  54. package/package.json +3 -3
@@ -1,6 +1,7 @@
1
1
  import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
2
2
  import { PinpointEmailServiceException as __BaseException } from "./PinpointEmailServiceException";
3
3
  /**
4
+ * @public
4
5
  * <p>The message can't be sent because the account's ability to send email has been
5
6
  * permanently restricted.</p>
6
7
  */
@@ -13,6 +14,7 @@ export declare class AccountSuspendedException extends __BaseException {
13
14
  constructor(opts: __ExceptionOptionType<AccountSuspendedException, __BaseException>);
14
15
  }
15
16
  /**
17
+ * @public
16
18
  * <p>The resource specified in your request already exists.</p>
17
19
  */
18
20
  export declare class AlreadyExistsException extends __BaseException {
@@ -24,6 +26,7 @@ export declare class AlreadyExistsException extends __BaseException {
24
26
  constructor(opts: __ExceptionOptionType<AlreadyExistsException, __BaseException>);
25
27
  }
26
28
  /**
29
+ * @public
27
30
  * <p>The input you provided is invalid.</p>
28
31
  */
29
32
  export declare class BadRequestException extends __BaseException {
@@ -35,6 +38,7 @@ export declare class BadRequestException extends __BaseException {
35
38
  constructor(opts: __ExceptionOptionType<BadRequestException, __BaseException>);
36
39
  }
37
40
  /**
41
+ * @public
38
42
  * <p>The resource is being modified by another operation or thread.</p>
39
43
  */
40
44
  export declare class ConcurrentModificationException extends __BaseException {
@@ -45,11 +49,15 @@ export declare class ConcurrentModificationException extends __BaseException {
45
49
  */
46
50
  constructor(opts: __ExceptionOptionType<ConcurrentModificationException, __BaseException>);
47
51
  }
52
+ /**
53
+ * @public
54
+ */
48
55
  export declare enum TlsPolicy {
49
56
  OPTIONAL = "OPTIONAL",
50
57
  REQUIRE = "REQUIRE"
51
58
  }
52
59
  /**
60
+ * @public
53
61
  * <p>Used to associate a configuration set with a dedicated IP pool.</p>
54
62
  */
55
63
  export interface DeliveryOptions {
@@ -67,6 +75,7 @@ export interface DeliveryOptions {
67
75
  SendingPoolName?: string;
68
76
  }
69
77
  /**
78
+ * @public
70
79
  * <p>Enable or disable collection of reputation metrics for emails that you send using this
71
80
  * configuration set in the current AWS Region. </p>
72
81
  */
@@ -85,6 +94,7 @@ export interface ReputationOptions {
85
94
  LastFreshStart?: Date;
86
95
  }
87
96
  /**
97
+ * @public
88
98
  * <p>Used to enable or disable email sending for messages that use this configuration set
89
99
  * in the current AWS Region.</p>
90
100
  */
@@ -96,6 +106,7 @@ export interface SendingOptions {
96
106
  SendingEnabled?: boolean;
97
107
  }
98
108
  /**
109
+ * @public
99
110
  * <p>An object that defines the tags that are associated with a resource.
100
111
  * A <i>tag</i> is a label that you optionally define and associate with
101
112
  * a resource in Amazon Pinpoint. Tags can help you categorize and manage resources in different
@@ -145,6 +156,7 @@ export interface Tag {
145
156
  Value: string | undefined;
146
157
  }
147
158
  /**
159
+ * @public
148
160
  * <p>An object that defines the tracking options for a configuration set. When you use
149
161
  * Amazon Pinpoint to send an email, it contains an invisible image that's used to track when
150
162
  * recipients open your email. If your email contains links, those links are changed
@@ -160,6 +172,7 @@ export interface TrackingOptions {
160
172
  CustomRedirectDomain: string | undefined;
161
173
  }
162
174
  /**
175
+ * @public
163
176
  * <p>A request to create a configuration set.</p>
164
177
  */
165
178
  export interface CreateConfigurationSetRequest {
@@ -194,12 +207,14 @@ export interface CreateConfigurationSetRequest {
194
207
  Tags?: Tag[];
195
208
  }
196
209
  /**
210
+ * @public
197
211
  * <p>An HTTP 200 response if the request succeeds, or an error message if the request
198
212
  * fails.</p>
199
213
  */
200
214
  export interface CreateConfigurationSetResponse {
201
215
  }
202
216
  /**
217
+ * @public
203
218
  * <p>There are too many instances of the specified resource type.</p>
204
219
  */
205
220
  export declare class LimitExceededException extends __BaseException {
@@ -211,6 +226,7 @@ export declare class LimitExceededException extends __BaseException {
211
226
  constructor(opts: __ExceptionOptionType<LimitExceededException, __BaseException>);
212
227
  }
213
228
  /**
229
+ * @public
214
230
  * <p>The resource you attempted to access doesn't exist.</p>
215
231
  */
216
232
  export declare class NotFoundException extends __BaseException {
@@ -222,6 +238,7 @@ export declare class NotFoundException extends __BaseException {
222
238
  constructor(opts: __ExceptionOptionType<NotFoundException, __BaseException>);
223
239
  }
224
240
  /**
241
+ * @public
225
242
  * <p>Too many requests have been made to the operation.</p>
226
243
  */
227
244
  export declare class TooManyRequestsException extends __BaseException {
@@ -232,12 +249,16 @@ export declare class TooManyRequestsException extends __BaseException {
232
249
  */
233
250
  constructor(opts: __ExceptionOptionType<TooManyRequestsException, __BaseException>);
234
251
  }
252
+ /**
253
+ * @public
254
+ */
235
255
  export declare enum DimensionValueSource {
236
256
  EMAIL_HEADER = "EMAIL_HEADER",
237
257
  LINK_TAG = "LINK_TAG",
238
258
  MESSAGE_TAG = "MESSAGE_TAG"
239
259
  }
240
260
  /**
261
+ * @public
241
262
  * <p>An object that defines the dimension configuration to use when you send Amazon Pinpoint email
242
263
  * events to Amazon CloudWatch.</p>
243
264
  */
@@ -281,6 +302,7 @@ export interface CloudWatchDimensionConfiguration {
281
302
  DefaultDimensionValue: string | undefined;
282
303
  }
283
304
  /**
305
+ * @public
284
306
  * <p>An object that defines an Amazon CloudWatch destination for email events. You can use Amazon CloudWatch to
285
307
  * monitor and gain insights on your email sending metrics.</p>
286
308
  */
@@ -292,6 +314,7 @@ export interface CloudWatchDestination {
292
314
  DimensionConfigurations: CloudWatchDimensionConfiguration[] | undefined;
293
315
  }
294
316
  /**
317
+ * @public
295
318
  * <p>An object that defines an Amazon Kinesis Data Firehose destination for email events. You can use Amazon Kinesis Data Firehose to
296
319
  * stream data to other services, such as Amazon S3 and Amazon Redshift.</p>
297
320
  */
@@ -307,6 +330,9 @@ export interface KinesisFirehoseDestination {
307
330
  */
308
331
  DeliveryStreamArn: string | undefined;
309
332
  }
333
+ /**
334
+ * @public
335
+ */
310
336
  export declare enum EventType {
311
337
  BOUNCE = "BOUNCE",
312
338
  CLICK = "CLICK",
@@ -318,6 +344,7 @@ export declare enum EventType {
318
344
  SEND = "SEND"
319
345
  }
320
346
  /**
347
+ * @public
321
348
  * <p>An object that defines a Amazon Pinpoint destination for email events. You can use Amazon Pinpoint events
322
349
  * to create attributes in Amazon Pinpoint projects. You can use these attributes to create segments
323
350
  * for your campaigns.</p>
@@ -330,6 +357,7 @@ export interface PinpointDestination {
330
357
  ApplicationArn?: string;
331
358
  }
332
359
  /**
360
+ * @public
333
361
  * <p>An object that defines an Amazon SNS destination for email events. You can use Amazon SNS to
334
362
  * send notification when certain email events occur.</p>
335
363
  */
@@ -342,6 +370,7 @@ export interface SnsDestination {
342
370
  TopicArn: string | undefined;
343
371
  }
344
372
  /**
373
+ * @public
345
374
  * <p>An object that defines the event destination. Specifically, it defines which services
346
375
  * receive events from emails sent using the configuration set that the event destination
347
376
  * is associated with. Also defines the types of events that are sent to the event
@@ -384,6 +413,7 @@ export interface EventDestinationDefinition {
384
413
  PinpointDestination?: PinpointDestination;
385
414
  }
386
415
  /**
416
+ * @public
387
417
  * <p>A request to add an event destination to a configuration set.</p>
388
418
  */
389
419
  export interface CreateConfigurationSetEventDestinationRequest {
@@ -401,12 +431,14 @@ export interface CreateConfigurationSetEventDestinationRequest {
401
431
  EventDestination: EventDestinationDefinition | undefined;
402
432
  }
403
433
  /**
434
+ * @public
404
435
  * <p>An HTTP 200 response if the request succeeds, or an error message if the request
405
436
  * fails.</p>
406
437
  */
407
438
  export interface CreateConfigurationSetEventDestinationResponse {
408
439
  }
409
440
  /**
441
+ * @public
410
442
  * <p>A request to create a new dedicated IP pool.</p>
411
443
  */
412
444
  export interface CreateDedicatedIpPoolRequest {
@@ -421,12 +453,14 @@ export interface CreateDedicatedIpPoolRequest {
421
453
  Tags?: Tag[];
422
454
  }
423
455
  /**
456
+ * @public
424
457
  * <p>An HTTP 200 response if the request succeeds, or an error message if the request
425
458
  * fails.</p>
426
459
  */
427
460
  export interface CreateDedicatedIpPoolResponse {
428
461
  }
429
462
  /**
463
+ * @public
430
464
  * <p>The raw email message.</p>
431
465
  */
432
466
  export interface RawMessage {
@@ -464,6 +498,7 @@ export interface RawMessage {
464
498
  Data: Uint8Array | undefined;
465
499
  }
466
500
  /**
501
+ * @public
467
502
  * <p>An object that represents the content of the email, and optionally a character set
468
503
  * specification.</p>
469
504
  */
@@ -481,6 +516,7 @@ export interface Content {
481
516
  Charset?: string;
482
517
  }
483
518
  /**
519
+ * @public
484
520
  * <p>Represents the body of the email message.</p>
485
521
  */
486
522
  export interface Body {
@@ -498,6 +534,7 @@ export interface Body {
498
534
  Html?: Content;
499
535
  }
500
536
  /**
537
+ * @public
501
538
  * <p>Represents the email message that you're sending. The <code>Message</code> object
502
539
  * consists of a subject line and a message body.</p>
503
540
  */
@@ -514,6 +551,9 @@ export interface Message {
514
551
  */
515
552
  Body: Body | undefined;
516
553
  }
554
+ /**
555
+ * @public
556
+ */
517
557
  export interface Template {
518
558
  /**
519
559
  * <p>The Amazon Resource Name (ARN) of the template.</p>
@@ -525,6 +565,7 @@ export interface Template {
525
565
  TemplateData?: string;
526
566
  }
527
567
  /**
568
+ * @public
528
569
  * <p>An object that defines the entire content of the email, including the message headers
529
570
  * and the body content. You can create a simple email message, in which you specify the
530
571
  * subject and the text and HTML versions of the message body. You can also create raw
@@ -574,6 +615,7 @@ export interface EmailContent {
574
615
  Template?: Template;
575
616
  }
576
617
  /**
618
+ * @public
577
619
  * <p>A request to perform a predictive inbox placement test. Predictive inbox placement tests can help you predict how your messages will
578
620
  * be handled by various email providers around the world. When you perform a predictive inbox placement test, you
579
621
  * provide a sample message that contains the content that you plan to send to your
@@ -602,11 +644,15 @@ export interface CreateDeliverabilityTestReportRequest {
602
644
  */
603
645
  Tags?: Tag[];
604
646
  }
647
+ /**
648
+ * @public
649
+ */
605
650
  export declare enum DeliverabilityTestStatus {
606
651
  COMPLETED = "COMPLETED",
607
652
  IN_PROGRESS = "IN_PROGRESS"
608
653
  }
609
654
  /**
655
+ * @public
610
656
  * <p>Information about the predictive inbox placement test that you created.</p>
611
657
  */
612
658
  export interface CreateDeliverabilityTestReportResponse {
@@ -623,6 +669,7 @@ export interface CreateDeliverabilityTestReportResponse {
623
669
  DeliverabilityTestStatus: DeliverabilityTestStatus | string | undefined;
624
670
  }
625
671
  /**
672
+ * @public
626
673
  * <p>The message can't be sent because the sending domain isn't verified.</p>
627
674
  */
628
675
  export declare class MailFromDomainNotVerifiedException extends __BaseException {
@@ -634,6 +681,7 @@ export declare class MailFromDomainNotVerifiedException extends __BaseException
634
681
  constructor(opts: __ExceptionOptionType<MailFromDomainNotVerifiedException, __BaseException>);
635
682
  }
636
683
  /**
684
+ * @public
637
685
  * <p>The message can't be sent because it contains invalid content.</p>
638
686
  */
639
687
  export declare class MessageRejected extends __BaseException {
@@ -645,6 +693,7 @@ export declare class MessageRejected extends __BaseException {
645
693
  constructor(opts: __ExceptionOptionType<MessageRejected, __BaseException>);
646
694
  }
647
695
  /**
696
+ * @public
648
697
  * <p>The message can't be sent because the account's ability to send email is currently
649
698
  * paused.</p>
650
699
  */
@@ -657,6 +706,7 @@ export declare class SendingPausedException extends __BaseException {
657
706
  constructor(opts: __ExceptionOptionType<SendingPausedException, __BaseException>);
658
707
  }
659
708
  /**
709
+ * @public
660
710
  * <p>A request to begin the verification process for an email identity (an email address or
661
711
  * domain).</p>
662
712
  */
@@ -671,6 +721,9 @@ export interface CreateEmailIdentityRequest {
671
721
  */
672
722
  Tags?: Tag[];
673
723
  }
724
+ /**
725
+ * @public
726
+ */
674
727
  export declare enum DkimStatus {
675
728
  FAILED = "FAILED",
676
729
  NOT_STARTED = "NOT_STARTED",
@@ -679,6 +732,7 @@ export declare enum DkimStatus {
679
732
  TEMPORARY_FAILURE = "TEMPORARY_FAILURE"
680
733
  }
681
734
  /**
735
+ * @public
682
736
  * <p>An object that contains information about the DKIM configuration for an email
683
737
  * identity.</p>
684
738
  */
@@ -732,12 +786,16 @@ export interface DkimAttributes {
732
786
  */
733
787
  Tokens?: string[];
734
788
  }
789
+ /**
790
+ * @public
791
+ */
735
792
  export declare enum IdentityType {
736
793
  DOMAIN = "DOMAIN",
737
794
  EMAIL_ADDRESS = "EMAIL_ADDRESS",
738
795
  MANAGED_DOMAIN = "MANAGED_DOMAIN"
739
796
  }
740
797
  /**
798
+ * @public
741
799
  * <p>If the email identity is a domain, this object contains tokens that you can use to
742
800
  * create a set of CNAME records. To sucessfully verify your domain, you have to add these
743
801
  * records to the DNS configuration for your domain.</p>
@@ -762,6 +820,7 @@ export interface CreateEmailIdentityResponse {
762
820
  DkimAttributes?: DkimAttributes;
763
821
  }
764
822
  /**
823
+ * @public
765
824
  * <p>A request to delete a configuration set.</p>
766
825
  */
767
826
  export interface DeleteConfigurationSetRequest {
@@ -771,12 +830,14 @@ export interface DeleteConfigurationSetRequest {
771
830
  ConfigurationSetName: string | undefined;
772
831
  }
773
832
  /**
833
+ * @public
774
834
  * <p>An HTTP 200 response if the request succeeds, or an error message if the request
775
835
  * fails.</p>
776
836
  */
777
837
  export interface DeleteConfigurationSetResponse {
778
838
  }
779
839
  /**
840
+ * @public
780
841
  * <p>A request to delete an event destination from a configuration set.</p>
781
842
  */
782
843
  export interface DeleteConfigurationSetEventDestinationRequest {
@@ -791,12 +852,14 @@ export interface DeleteConfigurationSetEventDestinationRequest {
791
852
  EventDestinationName: string | undefined;
792
853
  }
793
854
  /**
855
+ * @public
794
856
  * <p>An HTTP 200 response if the request succeeds, or an error message if the request
795
857
  * fails.</p>
796
858
  */
797
859
  export interface DeleteConfigurationSetEventDestinationResponse {
798
860
  }
799
861
  /**
862
+ * @public
800
863
  * <p>A request to delete a dedicated IP pool.</p>
801
864
  */
802
865
  export interface DeleteDedicatedIpPoolRequest {
@@ -806,12 +869,14 @@ export interface DeleteDedicatedIpPoolRequest {
806
869
  PoolName: string | undefined;
807
870
  }
808
871
  /**
872
+ * @public
809
873
  * <p>An HTTP 200 response if the request succeeds, or an error message if the request
810
874
  * fails.</p>
811
875
  */
812
876
  export interface DeleteDedicatedIpPoolResponse {
813
877
  }
814
878
  /**
879
+ * @public
815
880
  * <p>A request to delete an existing email identity. When you delete an identity, you lose
816
881
  * the ability to use Amazon Pinpoint to send email from that identity. You can restore your ability
817
882
  * to send email by completing the verification process for the identity again.</p>
@@ -824,18 +889,21 @@ export interface DeleteEmailIdentityRequest {
824
889
  EmailIdentity: string | undefined;
825
890
  }
826
891
  /**
892
+ * @public
827
893
  * <p>An HTTP 200 response if the request succeeds, or an error message if the request
828
894
  * fails.</p>
829
895
  */
830
896
  export interface DeleteEmailIdentityResponse {
831
897
  }
832
898
  /**
899
+ * @public
833
900
  * <p>A request to obtain information about the email-sending capabilities of your Amazon Pinpoint
834
901
  * account.</p>
835
902
  */
836
903
  export interface GetAccountRequest {
837
904
  }
838
905
  /**
906
+ * @public
839
907
  * <p>An object that contains information about the per-day and per-second sending limits
840
908
  * for your Amazon Pinpoint account in the current AWS Region.</p>
841
909
  */
@@ -859,6 +927,7 @@ export interface SendQuota {
859
927
  SentLast24Hours?: number;
860
928
  }
861
929
  /**
930
+ * @public
862
931
  * <p>A list of details about the email-sending capabilities of your Amazon Pinpoint account in the
863
932
  * current AWS Region.</p>
864
933
  */
@@ -918,6 +987,7 @@ export interface GetAccountResponse {
918
987
  ProductionAccessEnabled?: boolean;
919
988
  }
920
989
  /**
990
+ * @public
921
991
  * <p>A request to retrieve a list of the blacklists that your dedicated IP addresses appear
922
992
  * on.</p>
923
993
  */
@@ -930,6 +1000,7 @@ export interface GetBlacklistReportsRequest {
930
1000
  BlacklistItemNames: string[] | undefined;
931
1001
  }
932
1002
  /**
1003
+ * @public
933
1004
  * <p>An object that contains information about a blacklisting event that impacts one of the
934
1005
  * dedicated IP addresses that is associated with your account.</p>
935
1006
  */
@@ -949,6 +1020,7 @@ export interface BlacklistEntry {
949
1020
  Description?: string;
950
1021
  }
951
1022
  /**
1023
+ * @public
952
1024
  * <p>An object that contains information about blacklist events.</p>
953
1025
  */
954
1026
  export interface GetBlacklistReportsResponse {
@@ -959,6 +1031,7 @@ export interface GetBlacklistReportsResponse {
959
1031
  BlacklistReport: Record<string, BlacklistEntry[]> | undefined;
960
1032
  }
961
1033
  /**
1034
+ * @public
962
1035
  * <p>A request to obtain information about a configuration set.</p>
963
1036
  */
964
1037
  export interface GetConfigurationSetRequest {
@@ -969,6 +1042,7 @@ export interface GetConfigurationSetRequest {
969
1042
  ConfigurationSetName: string | undefined;
970
1043
  }
971
1044
  /**
1045
+ * @public
972
1046
  * <p>Information about a configuration set.</p>
973
1047
  */
974
1048
  export interface GetConfigurationSetResponse {
@@ -1003,6 +1077,7 @@ export interface GetConfigurationSetResponse {
1003
1077
  Tags?: Tag[];
1004
1078
  }
1005
1079
  /**
1080
+ * @public
1006
1081
  * <p>A request to obtain information about the event destinations for a configuration
1007
1082
  * set.</p>
1008
1083
  */
@@ -1013,6 +1088,7 @@ export interface GetConfigurationSetEventDestinationsRequest {
1013
1088
  ConfigurationSetName: string | undefined;
1014
1089
  }
1015
1090
  /**
1091
+ * @public
1016
1092
  * <p>In Amazon Pinpoint, <i>events</i> include message sends, deliveries, opens,
1017
1093
  * clicks, bounces, and complaints. <i>Event destinations</i> are places that
1018
1094
  * you can send information about these events to. For example, you can send event data to
@@ -1059,6 +1135,7 @@ export interface EventDestination {
1059
1135
  PinpointDestination?: PinpointDestination;
1060
1136
  }
1061
1137
  /**
1138
+ * @public
1062
1139
  * <p>Information about an event destination for a configuration set.</p>
1063
1140
  */
1064
1141
  export interface GetConfigurationSetEventDestinationsResponse {
@@ -1069,6 +1146,7 @@ export interface GetConfigurationSetEventDestinationsResponse {
1069
1146
  EventDestinations?: EventDestination[];
1070
1147
  }
1071
1148
  /**
1149
+ * @public
1072
1150
  * <p>A request to obtain more information about a dedicated IP address.</p>
1073
1151
  */
1074
1152
  export interface GetDedicatedIpRequest {
@@ -1078,11 +1156,15 @@ export interface GetDedicatedIpRequest {
1078
1156
  */
1079
1157
  Ip: string | undefined;
1080
1158
  }
1159
+ /**
1160
+ * @public
1161
+ */
1081
1162
  export declare enum WarmupStatus {
1082
1163
  DONE = "DONE",
1083
1164
  IN_PROGRESS = "IN_PROGRESS"
1084
1165
  }
1085
1166
  /**
1167
+ * @public
1086
1168
  * <p>Contains information about a dedicated IP address that is associated with your Amazon Pinpoint
1087
1169
  * account.</p>
1088
1170
  * <p></p>
@@ -1120,6 +1202,7 @@ export interface DedicatedIp {
1120
1202
  PoolName?: string;
1121
1203
  }
1122
1204
  /**
1205
+ * @public
1123
1206
  * <p>Information about a dedicated IP address.</p>
1124
1207
  */
1125
1208
  export interface GetDedicatedIpResponse {
@@ -1129,6 +1212,7 @@ export interface GetDedicatedIpResponse {
1129
1212
  DedicatedIp?: DedicatedIp;
1130
1213
  }
1131
1214
  /**
1215
+ * @public
1132
1216
  * <p>A request to obtain more information about dedicated IP pools.</p>
1133
1217
  */
1134
1218
  export interface GetDedicatedIpsRequest {
@@ -1150,6 +1234,7 @@ export interface GetDedicatedIpsRequest {
1150
1234
  PageSize?: number;
1151
1235
  }
1152
1236
  /**
1237
+ * @public
1153
1238
  * <p>Information about the dedicated IP addresses that are associated with your Amazon Pinpoint
1154
1239
  * account.</p>
1155
1240
  */
@@ -1167,6 +1252,7 @@ export interface GetDedicatedIpsResponse {
1167
1252
  NextToken?: string;
1168
1253
  }
1169
1254
  /**
1255
+ * @public
1170
1256
  * <p>Retrieve information about the status of the Deliverability dashboard for your Amazon Pinpoint account.
1171
1257
  * When the Deliverability dashboard is enabled, you gain access to reputation, deliverability, and
1172
1258
  * other metrics for the domains that you use to send email using Amazon Pinpoint. You also gain the
@@ -1177,12 +1263,16 @@ export interface GetDedicatedIpsResponse {
1177
1263
  */
1178
1264
  export interface GetDeliverabilityDashboardOptionsRequest {
1179
1265
  }
1266
+ /**
1267
+ * @public
1268
+ */
1180
1269
  export declare enum DeliverabilityDashboardAccountStatus {
1181
1270
  ACTIVE = "ACTIVE",
1182
1271
  DISABLED = "DISABLED",
1183
1272
  PENDING_EXPIRATION = "PENDING_EXPIRATION"
1184
1273
  }
1185
1274
  /**
1275
+ * @public
1186
1276
  * <p>An object that contains information about the inbox placement data settings for a
1187
1277
  * verified domain that’s associated with your AWS account. This data is available only
1188
1278
  * if you enabled the Deliverability dashboard for the domain
@@ -1200,6 +1290,7 @@ export interface InboxPlacementTrackingOption {
1200
1290
  TrackedIsps?: string[];
1201
1291
  }
1202
1292
  /**
1293
+ * @public
1203
1294
  * <p>An object that contains information about the Deliverability dashboard subscription for a
1204
1295
  * verified domain that you use to send email and currently has an active Deliverability dashboard
1205
1296
  * subscription. If a Deliverability dashboard subscription is active for a domain, you gain access
@@ -1223,6 +1314,7 @@ export interface DomainDeliverabilityTrackingOption {
1223
1314
  InboxPlacementTrackingOption?: InboxPlacementTrackingOption;
1224
1315
  }
1225
1316
  /**
1317
+ * @public
1226
1318
  * <p>An object that shows the status of the Deliverability dashboard for your Amazon Pinpoint account.</p>
1227
1319
  */
1228
1320
  export interface GetDeliverabilityDashboardOptionsResponse {
@@ -1258,6 +1350,7 @@ export interface GetDeliverabilityDashboardOptionsResponse {
1258
1350
  PendingExpirationSubscribedDomains?: DomainDeliverabilityTrackingOption[];
1259
1351
  }
1260
1352
  /**
1353
+ * @public
1261
1354
  * <p>A request to retrieve the results of a predictive inbox placement test.</p>
1262
1355
  */
1263
1356
  export interface GetDeliverabilityTestReportRequest {
@@ -1267,6 +1360,7 @@ export interface GetDeliverabilityTestReportRequest {
1267
1360
  ReportId: string | undefined;
1268
1361
  }
1269
1362
  /**
1363
+ * @public
1270
1364
  * <p>An object that contains metadata related to a predictive inbox placement test.</p>
1271
1365
  */
1272
1366
  export interface DeliverabilityTestReport {
@@ -1299,6 +1393,7 @@ export interface DeliverabilityTestReport {
1299
1393
  DeliverabilityTestStatus?: DeliverabilityTestStatus | string;
1300
1394
  }
1301
1395
  /**
1396
+ * @public
1302
1397
  * <p>An object that contains inbox placement data for an email provider.</p>
1303
1398
  */
1304
1399
  export interface PlacementStatistics {
@@ -1328,6 +1423,7 @@ export interface PlacementStatistics {
1328
1423
  DkimPercentage?: number;
1329
1424
  }
1330
1425
  /**
1426
+ * @public
1331
1427
  * <p>An object that describes how email sent during the predictive inbox placement test was handled by a certain
1332
1428
  * email provider.</p>
1333
1429
  */
@@ -1342,6 +1438,7 @@ export interface IspPlacement {
1342
1438
  PlacementStatistics?: PlacementStatistics;
1343
1439
  }
1344
1440
  /**
1441
+ * @public
1345
1442
  * <p>The results of the predictive inbox placement test.</p>
1346
1443
  */
1347
1444
  export interface GetDeliverabilityTestReportResponse {
@@ -1372,6 +1469,7 @@ export interface GetDeliverabilityTestReportResponse {
1372
1469
  Tags?: Tag[];
1373
1470
  }
1374
1471
  /**
1472
+ * @public
1375
1473
  * <p>Retrieve all the deliverability data for a specific campaign. This data is available
1376
1474
  * for a campaign only if the campaign sent email by using a domain that the
1377
1475
  * Deliverability dashboard is enabled for (<code>PutDeliverabilityDashboardOption</code>
@@ -1387,6 +1485,7 @@ export interface GetDomainDeliverabilityCampaignRequest {
1387
1485
  CampaignId: string | undefined;
1388
1486
  }
1389
1487
  /**
1488
+ * @public
1390
1489
  * <p>An object that contains the deliverability data for a specific campaign. This data is
1391
1490
  * available for a campaign only if the campaign sent email by using a domain that the
1392
1491
  * Deliverability dashboard is enabled for (<code>PutDeliverabilityDashboardOption</code>
@@ -1466,6 +1565,7 @@ export interface DomainDeliverabilityCampaign {
1466
1565
  Esps?: string[];
1467
1566
  }
1468
1567
  /**
1568
+ * @public
1469
1569
  * <p>An object that contains all the deliverability data for a specific campaign. This data
1470
1570
  * is available for a campaign only if the campaign sent email by using a domain that the
1471
1571
  * Deliverability dashboard is enabled for (<code>PutDeliverabilityDashboardOption</code>
@@ -1478,6 +1578,7 @@ export interface GetDomainDeliverabilityCampaignResponse {
1478
1578
  DomainDeliverabilityCampaign: DomainDeliverabilityCampaign | undefined;
1479
1579
  }
1480
1580
  /**
1581
+ * @public
1481
1582
  * <p>A request to obtain deliverability metrics for a domain.</p>
1482
1583
  */
1483
1584
  export interface GetDomainStatisticsReportRequest {
@@ -1498,6 +1599,7 @@ export interface GetDomainStatisticsReportRequest {
1498
1599
  EndDate: Date | undefined;
1499
1600
  }
1500
1601
  /**
1602
+ * @public
1501
1603
  * <p>An object that contains inbox placement data for email sent from one of your email
1502
1604
  * domains to a specific email provider.</p>
1503
1605
  */
@@ -1528,6 +1630,7 @@ export interface DomainIspPlacement {
1528
1630
  SpamPercentage?: number;
1529
1631
  }
1530
1632
  /**
1633
+ * @public
1531
1634
  * <p>An object that contains information about the amount of email that was delivered to
1532
1635
  * recipients.</p>
1533
1636
  */
@@ -1553,6 +1656,7 @@ export interface VolumeStatistics {
1553
1656
  ProjectedSpam?: number;
1554
1657
  }
1555
1658
  /**
1659
+ * @public
1556
1660
  * <p>An object that contains information about the volume of email sent on each day of the
1557
1661
  * analysis period.</p>
1558
1662
  */
@@ -1573,6 +1677,7 @@ export interface DailyVolume {
1573
1677
  DomainIspPlacements?: DomainIspPlacement[];
1574
1678
  }
1575
1679
  /**
1680
+ * @public
1576
1681
  * <p>An object that contains information about email that was sent from the selected
1577
1682
  * domain.</p>
1578
1683
  */
@@ -1594,6 +1699,7 @@ export interface OverallVolume {
1594
1699
  DomainIspPlacements?: DomainIspPlacement[];
1595
1700
  }
1596
1701
  /**
1702
+ * @public
1597
1703
  * <p>An object that includes statistics that are related to the domain that you
1598
1704
  * specified.</p>
1599
1705
  */
@@ -1612,6 +1718,7 @@ export interface GetDomainStatisticsReportResponse {
1612
1718
  DailyVolumes: DailyVolume[] | undefined;
1613
1719
  }
1614
1720
  /**
1721
+ * @public
1615
1722
  * <p>A request to return details about an email identity.</p>
1616
1723
  */
1617
1724
  export interface GetEmailIdentityRequest {
@@ -1620,10 +1727,16 @@ export interface GetEmailIdentityRequest {
1620
1727
  */
1621
1728
  EmailIdentity: string | undefined;
1622
1729
  }
1730
+ /**
1731
+ * @public
1732
+ */
1623
1733
  export declare enum BehaviorOnMxFailure {
1624
1734
  REJECT_MESSAGE = "REJECT_MESSAGE",
1625
1735
  USE_DEFAULT_VALUE = "USE_DEFAULT_VALUE"
1626
1736
  }
1737
+ /**
1738
+ * @public
1739
+ */
1627
1740
  export declare enum MailFromDomainStatus {
1628
1741
  FAILED = "FAILED",
1629
1742
  PENDING = "PENDING",
@@ -1631,6 +1744,7 @@ export declare enum MailFromDomainStatus {
1631
1744
  TEMPORARY_FAILURE = "TEMPORARY_FAILURE"
1632
1745
  }
1633
1746
  /**
1747
+ * @public
1634
1748
  * <p>A list of attributes that are associated with a MAIL FROM domain.</p>
1635
1749
  */
1636
1750
  export interface MailFromAttributes {
@@ -1677,6 +1791,7 @@ export interface MailFromAttributes {
1677
1791
  BehaviorOnMxFailure: BehaviorOnMxFailure | string | undefined;
1678
1792
  }
1679
1793
  /**
1794
+ * @public
1680
1795
  * <p>Details about an email identity.</p>
1681
1796
  */
1682
1797
  export interface GetEmailIdentityResponse {
@@ -1720,6 +1835,7 @@ export interface GetEmailIdentityResponse {
1720
1835
  Tags?: Tag[];
1721
1836
  }
1722
1837
  /**
1838
+ * @public
1723
1839
  * <p>A request to obtain a list of configuration sets for your Amazon Pinpoint account in the current
1724
1840
  * AWS Region.</p>
1725
1841
  */
@@ -1738,6 +1854,7 @@ export interface ListConfigurationSetsRequest {
1738
1854
  PageSize?: number;
1739
1855
  }
1740
1856
  /**
1857
+ * @public
1741
1858
  * <p>A list of configuration sets in your Amazon Pinpoint account in the current AWS Region.</p>
1742
1859
  */
1743
1860
  export interface ListConfigurationSetsResponse {
@@ -1755,6 +1872,7 @@ export interface ListConfigurationSetsResponse {
1755
1872
  NextToken?: string;
1756
1873
  }
1757
1874
  /**
1875
+ * @public
1758
1876
  * <p>A request to obtain a list of dedicated IP pools.</p>
1759
1877
  */
1760
1878
  export interface ListDedicatedIpPoolsRequest {
@@ -1772,6 +1890,7 @@ export interface ListDedicatedIpPoolsRequest {
1772
1890
  PageSize?: number;
1773
1891
  }
1774
1892
  /**
1893
+ * @public
1775
1894
  * <p>A list of dedicated IP pools.</p>
1776
1895
  */
1777
1896
  export interface ListDedicatedIpPoolsResponse {
@@ -1788,6 +1907,7 @@ export interface ListDedicatedIpPoolsResponse {
1788
1907
  NextToken?: string;
1789
1908
  }
1790
1909
  /**
1910
+ * @public
1791
1911
  * <p>A request to list all of the predictive inbox placement tests that you've performed.</p>
1792
1912
  */
1793
1913
  export interface ListDeliverabilityTestReportsRequest {
@@ -1807,6 +1927,7 @@ export interface ListDeliverabilityTestReportsRequest {
1807
1927
  PageSize?: number;
1808
1928
  }
1809
1929
  /**
1930
+ * @public
1810
1931
  * <p>A list of the predictive inbox placement test reports that are available for your account, regardless of
1811
1932
  * whether or not those tests are complete.</p>
1812
1933
  */
@@ -1823,6 +1944,7 @@ export interface ListDeliverabilityTestReportsResponse {
1823
1944
  NextToken?: string;
1824
1945
  }
1825
1946
  /**
1947
+ * @public
1826
1948
  * <p>Retrieve deliverability data for all the campaigns that used a specific domain to send
1827
1949
  * email during a specified time range. This data is available for a domain only if you
1828
1950
  * enabled the Deliverability dashboard (<code>PutDeliverabilityDashboardOption</code> operation)
@@ -1860,6 +1982,7 @@ export interface ListDomainDeliverabilityCampaignsRequest {
1860
1982
  PageSize?: number;
1861
1983
  }
1862
1984
  /**
1985
+ * @public
1863
1986
  * <p>An array of objects that provide deliverability data for all the campaigns that used a
1864
1987
  * specific domain to send email during a specified time range. This data is available for
1865
1988
  * a domain only if you enabled the Deliverability dashboard
@@ -1879,6 +2002,7 @@ export interface ListDomainDeliverabilityCampaignsResponse {
1879
2002
  NextToken?: string;
1880
2003
  }
1881
2004
  /**
2005
+ * @public
1882
2006
  * <p>A request to list all of the email identities associated with your Amazon Pinpoint account. This
1883
2007
  * list includes identities that you've already verified, identities that are unverified,
1884
2008
  * and identities that were verified in the past, but are no longer verified.</p>
@@ -1899,6 +2023,7 @@ export interface ListEmailIdentitiesRequest {
1899
2023
  PageSize?: number;
1900
2024
  }
1901
2025
  /**
2026
+ * @public
1902
2027
  * <p>Information about an email identity.</p>
1903
2028
  */
1904
2029
  export interface IdentityInfo {
@@ -1934,6 +2059,7 @@ export interface IdentityInfo {
1934
2059
  SendingEnabled?: boolean;
1935
2060
  }
1936
2061
  /**
2062
+ * @public
1937
2063
  * <p>A list of all of the identities that you've attempted to verify for use with Amazon Pinpoint,
1938
2064
  * regardless of whether or not those identities were successfully verified.</p>
1939
2065
  */
@@ -1951,6 +2077,9 @@ export interface ListEmailIdentitiesResponse {
1951
2077
  */
1952
2078
  NextToken?: string;
1953
2079
  }
2080
+ /**
2081
+ * @public
2082
+ */
1954
2083
  export interface ListTagsForResourceRequest {
1955
2084
  /**
1956
2085
  * <p>The Amazon Resource Name (ARN) of the resource that you want to retrieve tag
@@ -1958,6 +2087,9 @@ export interface ListTagsForResourceRequest {
1958
2087
  */
1959
2088
  ResourceArn: string | undefined;
1960
2089
  }
2090
+ /**
2091
+ * @public
2092
+ */
1961
2093
  export interface ListTagsForResourceResponse {
1962
2094
  /**
1963
2095
  * <p>An array that lists all the tags that are associated with the resource. Each tag
@@ -1967,6 +2099,7 @@ export interface ListTagsForResourceResponse {
1967
2099
  Tags: Tag[] | undefined;
1968
2100
  }
1969
2101
  /**
2102
+ * @public
1970
2103
  * <p>A request to enable or disable the automatic IP address warm-up feature.</p>
1971
2104
  */
1972
2105
  export interface PutAccountDedicatedIpWarmupAttributesRequest {
@@ -1979,12 +2112,14 @@ export interface PutAccountDedicatedIpWarmupAttributesRequest {
1979
2112
  AutoWarmupEnabled?: boolean;
1980
2113
  }
1981
2114
  /**
2115
+ * @public
1982
2116
  * <p>An HTTP 200 response if the request succeeds, or an error message if the request
1983
2117
  * fails.</p>
1984
2118
  */
1985
2119
  export interface PutAccountDedicatedIpWarmupAttributesResponse {
1986
2120
  }
1987
2121
  /**
2122
+ * @public
1988
2123
  * <p>A request to change the ability of your account to send email.</p>
1989
2124
  */
1990
2125
  export interface PutAccountSendingAttributesRequest {
@@ -1999,12 +2134,14 @@ export interface PutAccountSendingAttributesRequest {
1999
2134
  SendingEnabled?: boolean;
2000
2135
  }
2001
2136
  /**
2137
+ * @public
2002
2138
  * <p>An HTTP 200 response if the request succeeds, or an error message if the request
2003
2139
  * fails.</p>
2004
2140
  */
2005
2141
  export interface PutAccountSendingAttributesResponse {
2006
2142
  }
2007
2143
  /**
2144
+ * @public
2008
2145
  * <p>A request to associate a configuration set with a dedicated IP pool.</p>
2009
2146
  */
2010
2147
  export interface PutConfigurationSetDeliveryOptionsRequest {
@@ -2027,12 +2164,14 @@ export interface PutConfigurationSetDeliveryOptionsRequest {
2027
2164
  SendingPoolName?: string;
2028
2165
  }
2029
2166
  /**
2167
+ * @public
2030
2168
  * <p>An HTTP 200 response if the request succeeds, or an error message if the request
2031
2169
  * fails.</p>
2032
2170
  */
2033
2171
  export interface PutConfigurationSetDeliveryOptionsResponse {
2034
2172
  }
2035
2173
  /**
2174
+ * @public
2036
2175
  * <p>A request to enable or disable tracking of reputation metrics for a configuration
2037
2176
  * set.</p>
2038
2177
  */
@@ -2050,12 +2189,14 @@ export interface PutConfigurationSetReputationOptionsRequest {
2050
2189
  ReputationMetricsEnabled?: boolean;
2051
2190
  }
2052
2191
  /**
2192
+ * @public
2053
2193
  * <p>An HTTP 200 response if the request succeeds, or an error message if the request
2054
2194
  * fails.</p>
2055
2195
  */
2056
2196
  export interface PutConfigurationSetReputationOptionsResponse {
2057
2197
  }
2058
2198
  /**
2199
+ * @public
2059
2200
  * <p>A request to enable or disable the ability of Amazon Pinpoint to send emails that use a specific
2060
2201
  * configuration set.</p>
2061
2202
  */
@@ -2072,12 +2213,14 @@ export interface PutConfigurationSetSendingOptionsRequest {
2072
2213
  SendingEnabled?: boolean;
2073
2214
  }
2074
2215
  /**
2216
+ * @public
2075
2217
  * <p>An HTTP 200 response if the request succeeds, or an error message if the request
2076
2218
  * fails.</p>
2077
2219
  */
2078
2220
  export interface PutConfigurationSetSendingOptionsResponse {
2079
2221
  }
2080
2222
  /**
2223
+ * @public
2081
2224
  * <p>A request to add a custom domain for tracking open and click events to a configuration
2082
2225
  * set.</p>
2083
2226
  */
@@ -2093,12 +2236,14 @@ export interface PutConfigurationSetTrackingOptionsRequest {
2093
2236
  CustomRedirectDomain?: string;
2094
2237
  }
2095
2238
  /**
2239
+ * @public
2096
2240
  * <p>An HTTP 200 response if the request succeeds, or an error message if the request
2097
2241
  * fails.</p>
2098
2242
  */
2099
2243
  export interface PutConfigurationSetTrackingOptionsResponse {
2100
2244
  }
2101
2245
  /**
2246
+ * @public
2102
2247
  * <p>A request to move a dedicated IP address to a dedicated IP pool.</p>
2103
2248
  */
2104
2249
  export interface PutDedicatedIpInPoolRequest {
@@ -2114,12 +2259,14 @@ export interface PutDedicatedIpInPoolRequest {
2114
2259
  DestinationPoolName: string | undefined;
2115
2260
  }
2116
2261
  /**
2262
+ * @public
2117
2263
  * <p>An HTTP 200 response if the request succeeds, or an error message if the request
2118
2264
  * fails.</p>
2119
2265
  */
2120
2266
  export interface PutDedicatedIpInPoolResponse {
2121
2267
  }
2122
2268
  /**
2269
+ * @public
2123
2270
  * <p>A request to change the warm-up attributes for a dedicated IP address. This operation
2124
2271
  * is useful when you want to resume the warm-up process for an existing IP address.</p>
2125
2272
  */
@@ -2135,12 +2282,14 @@ export interface PutDedicatedIpWarmupAttributesRequest {
2135
2282
  WarmupPercentage: number | undefined;
2136
2283
  }
2137
2284
  /**
2285
+ * @public
2138
2286
  * <p>An HTTP 200 response if the request succeeds, or an error message if the request
2139
2287
  * fails.</p>
2140
2288
  */
2141
2289
  export interface PutDedicatedIpWarmupAttributesResponse {
2142
2290
  }
2143
2291
  /**
2292
+ * @public
2144
2293
  * <p>Enable or disable the Deliverability dashboard for your Amazon Pinpoint account. When you enable the
2145
2294
  * Deliverability dashboard, you gain access to reputation, deliverability, and other metrics for
2146
2295
  * the domains that you use to send email using Amazon Pinpoint. You also gain the ability to perform
@@ -2162,12 +2311,14 @@ export interface PutDeliverabilityDashboardOptionRequest {
2162
2311
  SubscribedDomains?: DomainDeliverabilityTrackingOption[];
2163
2312
  }
2164
2313
  /**
2314
+ * @public
2165
2315
  * <p>A response that indicates whether the Deliverability dashboard is enabled for your Amazon Pinpoint
2166
2316
  * account.</p>
2167
2317
  */
2168
2318
  export interface PutDeliverabilityDashboardOptionResponse {
2169
2319
  }
2170
2320
  /**
2321
+ * @public
2171
2322
  * <p>A request to enable or disable DKIM signing of email that you send from an email
2172
2323
  * identity.</p>
2173
2324
  */
@@ -2185,12 +2336,14 @@ export interface PutEmailIdentityDkimAttributesRequest {
2185
2336
  SigningEnabled?: boolean;
2186
2337
  }
2187
2338
  /**
2339
+ * @public
2188
2340
  * <p>An HTTP 200 response if the request succeeds, or an error message if the request
2189
2341
  * fails.</p>
2190
2342
  */
2191
2343
  export interface PutEmailIdentityDkimAttributesResponse {
2192
2344
  }
2193
2345
  /**
2346
+ * @public
2194
2347
  * <p>A request to set the attributes that control how bounce and complaint events are
2195
2348
  * processed.</p>
2196
2349
  */
@@ -2214,12 +2367,14 @@ export interface PutEmailIdentityFeedbackAttributesRequest {
2214
2367
  EmailForwardingEnabled?: boolean;
2215
2368
  }
2216
2369
  /**
2370
+ * @public
2217
2371
  * <p>An HTTP 200 response if the request succeeds, or an error message if the request
2218
2372
  * fails.</p>
2219
2373
  */
2220
2374
  export interface PutEmailIdentityFeedbackAttributesResponse {
2221
2375
  }
2222
2376
  /**
2377
+ * @public
2223
2378
  * <p>A request to configure the custom MAIL FROM domain for a verified identity.</p>
2224
2379
  */
2225
2380
  export interface PutEmailIdentityMailFromAttributesRequest {
@@ -2258,12 +2413,14 @@ export interface PutEmailIdentityMailFromAttributesRequest {
2258
2413
  BehaviorOnMxFailure?: BehaviorOnMxFailure | string;
2259
2414
  }
2260
2415
  /**
2416
+ * @public
2261
2417
  * <p>An HTTP 200 response if the request succeeds, or an error message if the request
2262
2418
  * fails.</p>
2263
2419
  */
2264
2420
  export interface PutEmailIdentityMailFromAttributesResponse {
2265
2421
  }
2266
2422
  /**
2423
+ * @public
2267
2424
  * <p>An object that describes the recipients for an email.</p>
2268
2425
  */
2269
2426
  export interface Destination {
@@ -2284,6 +2441,7 @@ export interface Destination {
2284
2441
  BccAddresses?: string[];
2285
2442
  }
2286
2443
  /**
2444
+ * @public
2287
2445
  * <p>Contains the name and value of a tag that you apply to an email. You can use message
2288
2446
  * tags when you publish email sending events.
2289
2447
  * </p>
@@ -2319,6 +2477,7 @@ export interface MessageTag {
2319
2477
  Value: string | undefined;
2320
2478
  }
2321
2479
  /**
2480
+ * @public
2322
2481
  * <p>A request to send an email message.</p>
2323
2482
  */
2324
2483
  export interface SendEmailRequest {
@@ -2358,6 +2517,7 @@ export interface SendEmailRequest {
2358
2517
  ConfigurationSetName?: string;
2359
2518
  }
2360
2519
  /**
2520
+ * @public
2361
2521
  * <p>A unique message ID that you receive when Amazon Pinpoint accepts an email for sending.</p>
2362
2522
  */
2363
2523
  export interface SendEmailResponse {
@@ -2373,6 +2533,9 @@ export interface SendEmailResponse {
2373
2533
  */
2374
2534
  MessageId?: string;
2375
2535
  }
2536
+ /**
2537
+ * @public
2538
+ */
2376
2539
  export interface TagResourceRequest {
2377
2540
  /**
2378
2541
  * <p>The Amazon Resource Name (ARN) of the resource that you want to add one or more tags
@@ -2387,8 +2550,14 @@ export interface TagResourceRequest {
2387
2550
  */
2388
2551
  Tags: Tag[] | undefined;
2389
2552
  }
2553
+ /**
2554
+ * @public
2555
+ */
2390
2556
  export interface TagResourceResponse {
2391
2557
  }
2558
+ /**
2559
+ * @public
2560
+ */
2392
2561
  export interface UntagResourceRequest {
2393
2562
  /**
2394
2563
  * <p>The Amazon Resource Name (ARN) of the resource that you want to remove one or more
@@ -2406,9 +2575,13 @@ export interface UntagResourceRequest {
2406
2575
  */
2407
2576
  TagKeys: string[] | undefined;
2408
2577
  }
2578
+ /**
2579
+ * @public
2580
+ */
2409
2581
  export interface UntagResourceResponse {
2410
2582
  }
2411
2583
  /**
2584
+ * @public
2412
2585
  * <p>A request to change the settings for an event destination for a configuration
2413
2586
  * set.</p>
2414
2587
  */
@@ -2428,6 +2601,7 @@ export interface UpdateConfigurationSetEventDestinationRequest {
2428
2601
  EventDestination: EventDestinationDefinition | undefined;
2429
2602
  }
2430
2603
  /**
2604
+ * @public
2431
2605
  * <p>An HTTP 200 response if the request succeeds, or an error message if the request
2432
2606
  * fails.</p>
2433
2607
  */