@aws-sdk/client-sesv2 3.953.0 → 3.955.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 (45) hide show
  1. package/README.md +8 -0
  2. package/dist-cjs/index.js +167 -19
  3. package/dist-es/SESv2.js +2 -0
  4. package/dist-es/commands/GetEmailAddressInsightsCommand.js +16 -0
  5. package/dist-es/commands/index.js +1 -0
  6. package/dist-es/index.js +2 -0
  7. package/dist-es/models/enums.js +14 -4
  8. package/dist-es/schemas/schemas_0.js +127 -15
  9. package/dist-types/SESv2.d.ts +7 -0
  10. package/dist-types/SESv2Client.d.ts +3 -2
  11. package/dist-types/commands/CreateConfigurationSetCommand.d.ts +8 -0
  12. package/dist-types/commands/CreateCustomVerificationEmailTemplateCommand.d.ts +6 -0
  13. package/dist-types/commands/CreateEmailTemplateCommand.d.ts +6 -0
  14. package/dist-types/commands/GetAccountCommand.d.ts +8 -0
  15. package/dist-types/commands/GetConfigurationSetCommand.d.ts +8 -0
  16. package/dist-types/commands/GetCustomVerificationEmailTemplateCommand.d.ts +6 -0
  17. package/dist-types/commands/GetEmailAddressInsightsCommand.d.ts +100 -0
  18. package/dist-types/commands/GetEmailTemplateCommand.d.ts +6 -0
  19. package/dist-types/commands/PutAccountSuppressionAttributesCommand.d.ts +8 -0
  20. package/dist-types/commands/PutConfigurationSetSuppressionOptionsCommand.d.ts +8 -0
  21. package/dist-types/commands/PutEmailIdentityMailFromAttributesCommand.d.ts +1 -1
  22. package/dist-types/commands/PutSuppressedDestinationCommand.d.ts +1 -1
  23. package/dist-types/commands/SendBulkEmailCommand.d.ts +1 -1
  24. package/dist-types/commands/SendCustomVerificationEmailCommand.d.ts +1 -1
  25. package/dist-types/commands/SendEmailCommand.d.ts +1 -2
  26. package/dist-types/commands/index.d.ts +1 -0
  27. package/dist-types/index.d.ts +2 -2
  28. package/dist-types/models/enums.d.ts +35 -9
  29. package/dist-types/models/models_0.d.ts +182 -322
  30. package/dist-types/models/models_1.d.ts +322 -2
  31. package/dist-types/schemas/schemas_0.d.ts +10 -0
  32. package/dist-types/ts3.4/SESv2.d.ts +17 -0
  33. package/dist-types/ts3.4/SESv2Client.d.ts +6 -0
  34. package/dist-types/ts3.4/commands/GetEmailAddressInsightsCommand.d.ts +51 -0
  35. package/dist-types/ts3.4/commands/PutEmailIdentityMailFromAttributesCommand.d.ts +1 -1
  36. package/dist-types/ts3.4/commands/PutSuppressedDestinationCommand.d.ts +1 -1
  37. package/dist-types/ts3.4/commands/SendBulkEmailCommand.d.ts +1 -1
  38. package/dist-types/ts3.4/commands/SendCustomVerificationEmailCommand.d.ts +1 -1
  39. package/dist-types/ts3.4/commands/SendEmailCommand.d.ts +1 -2
  40. package/dist-types/ts3.4/commands/index.d.ts +1 -0
  41. package/dist-types/ts3.4/models/enums.d.ts +19 -5
  42. package/dist-types/ts3.4/models/models_0.d.ts +44 -49
  43. package/dist-types/ts3.4/models/models_1.d.ts +62 -1
  44. package/dist-types/ts3.4/schemas/schemas_0.d.ts +10 -0
  45. package/package.json +11 -11
@@ -1,4 +1,4 @@
1
- import { AttachmentContentDisposition, AttachmentContentTransferEncoding, BehaviorOnMxFailure, BounceType, BulkEmailStatus, ContactLanguage, ContactListImportAction, DataFormat, DeliverabilityDashboardAccountStatus, DeliverabilityTestStatus, DeliveryEventType, DimensionValueSource, DkimSigningAttributesOrigin, DkimSigningKeyLength, DkimStatus, EngagementEventType, EventType, ExportSourceType, FeatureStatus, HttpsPolicy, IdentityType, ImportDestinationType, JobStatus, ListRecommendationsFilterKey, ListTenantResourcesFilterKey, MailFromDomainStatus, MailType, Metric, MetricAggregation, MetricDimensionName, MetricNamespace, QueryErrorCode, RecommendationImpact, RecommendationStatus, RecommendationType, ReputationEntityFilterKey, ReputationEntityType, ResourceType, ReviewStatus, ScalingMode, SendingStatus, Status, SubscriptionStatus, SuppressionListImportAction, SuppressionListReason, TlsPolicy, VerificationError, VerificationStatus, WarmupStatus } from "./enums";
1
+ import { AttachmentContentDisposition, AttachmentContentTransferEncoding, BehaviorOnMxFailure, BounceType, BulkEmailStatus, ContactLanguage, ContactListImportAction, DataFormat, DeliverabilityDashboardAccountStatus, DeliverabilityTestStatus, DeliveryEventType, DimensionValueSource, DkimSigningAttributesOrigin, DkimSigningKeyLength, DkimStatus, EmailAddressInsightsConfidenceVerdict, EngagementEventType, EventType, ExportSourceType, FeatureStatus, HttpsPolicy, IdentityType, ImportDestinationType, JobStatus, ListRecommendationsFilterKey, ListTenantResourcesFilterKey, MailFromDomainStatus, MailType, Metric, MetricAggregation, MetricDimensionName, MetricNamespace, QueryErrorCode, RecommendationImpact, RecommendationStatus, RecommendationType, ReputationEntityFilterKey, ReputationEntityType, ResourceType, ReviewStatus, ScalingMode, SendingStatus, Status, SubscriptionStatus, SuppressionConfidenceVerdictThreshold, SuppressionListImportAction, SuppressionListReason, TlsPolicy, VerificationError, VerificationStatus, WarmupStatus } from "./enums";
2
2
  /**
3
3
  * <p>An object that contains information about your account details review.</p>
4
4
  * @public
@@ -1046,6 +1046,47 @@ export interface SendingOptions {
1046
1046
  */
1047
1047
  SendingEnabled?: boolean | undefined;
1048
1048
  }
1049
+ /**
1050
+ * <p>Contains the confidence threshold settings for Auto Validation.</p>
1051
+ * @public
1052
+ */
1053
+ export interface SuppressionConfidenceThreshold {
1054
+ /**
1055
+ * <p>The confidence level threshold for suppression decisions.</p>
1056
+ * @public
1057
+ */
1058
+ ConfidenceVerdictThreshold: SuppressionConfidenceVerdictThreshold | undefined;
1059
+ }
1060
+ /**
1061
+ * <p>Contains Auto Validation settings, allowing you to suppress sending to specific destination(s)
1062
+ * if they do not meet required threshold. For details on Auto Validation, see <a href="https://docs.aws.amazon.com/ses/latest/DeveloperGuide/email-validation.html">Auto Validation</a>.</p>
1063
+ * @public
1064
+ */
1065
+ export interface SuppressionConditionThreshold {
1066
+ /**
1067
+ * <p>Indicates whether Auto Validation is enabled for suppression. Set to <code>ENABLED</code>
1068
+ * to enable the Auto Validation feature, or set to <code>DISABLED</code> to disable
1069
+ * it.</p>
1070
+ * @public
1071
+ */
1072
+ ConditionThresholdEnabled: FeatureStatus | undefined;
1073
+ /**
1074
+ * <p>The overall confidence threshold used to determine suppression decisions.</p>
1075
+ * @public
1076
+ */
1077
+ OverallConfidenceThreshold?: SuppressionConfidenceThreshold | undefined;
1078
+ }
1079
+ /**
1080
+ * <p>Contains validation options for email address suppression.</p>
1081
+ * @public
1082
+ */
1083
+ export interface SuppressionValidationOptions {
1084
+ /**
1085
+ * <p>Specifies the condition threshold settings for suppression validation.</p>
1086
+ * @public
1087
+ */
1088
+ ConditionThreshold: SuppressionConditionThreshold | undefined;
1089
+ }
1049
1090
  /**
1050
1091
  * <p>An object that contains information about the suppression list preferences for your
1051
1092
  * account.</p>
@@ -1073,6 +1114,11 @@ export interface SuppressionOptions {
1073
1114
  * @public
1074
1115
  */
1075
1116
  SuppressedReasons?: SuppressionListReason[] | undefined;
1117
+ /**
1118
+ * <p>Contains validation options for email address suppression.</p>
1119
+ * @public
1120
+ */
1121
+ ValidationOptions?: SuppressionValidationOptions | undefined;
1076
1122
  }
1077
1123
  /**
1078
1124
  * <p>An object that defines the tags that are associated with a resource.
@@ -1549,6 +1595,12 @@ export interface CreateCustomVerificationEmailTemplateRequest {
1549
1595
  * @public
1550
1596
  */
1551
1597
  TemplateContent: string | undefined;
1598
+ /**
1599
+ * <p>An array of objects that define the tags (keys and values) to associate with the
1600
+ * custom verification email template.</p>
1601
+ * @public
1602
+ */
1603
+ Tags?: Tag[] | undefined;
1552
1604
  /**
1553
1605
  * <p>The URL that the recipient of the verification email is sent to if his or her address
1554
1606
  * is successfully verified.</p>
@@ -2426,6 +2478,11 @@ export interface CreateEmailTemplateRequest {
2426
2478
  * @public
2427
2479
  */
2428
2480
  TemplateContent: EmailTemplateContent | undefined;
2481
+ /**
2482
+ * <p>An array of objects that define the tags (keys and values) to associate with the email template.</p>
2483
+ * @public
2484
+ */
2485
+ Tags?: Tag[] | undefined;
2429
2486
  }
2430
2487
  /**
2431
2488
  * <p>If the action is successful, the service sends back an HTTP 200 response with an empty
@@ -3655,6 +3712,53 @@ export interface DomainDeliverabilityTrackingOption {
3655
3712
  */
3656
3713
  InboxPlacementTrackingOption?: InboxPlacementTrackingOption | undefined;
3657
3714
  }
3715
+ /**
3716
+ * <p>Contains the overall validation verdict for an email address.</p>
3717
+ * @public
3718
+ */
3719
+ export interface EmailAddressInsightsVerdict {
3720
+ /**
3721
+ * <p>The confidence level of the validation verdict.</p>
3722
+ * @public
3723
+ */
3724
+ ConfidenceVerdict?: EmailAddressInsightsConfidenceVerdict | undefined;
3725
+ }
3726
+ /**
3727
+ * <p>Contains individual validation checks performed on an email address.</p>
3728
+ * @public
3729
+ */
3730
+ export interface EmailAddressInsightsMailboxEvaluations {
3731
+ /**
3732
+ * <p>Checks that the email address follows proper RFC standards and contains valid characters in the correct format.</p>
3733
+ * @public
3734
+ */
3735
+ HasValidSyntax?: EmailAddressInsightsVerdict | undefined;
3736
+ /**
3737
+ * <p>Checks that the domain exists, has valid DNS records, and is configured to receive email.</p>
3738
+ * @public
3739
+ */
3740
+ HasValidDnsRecords?: EmailAddressInsightsVerdict | undefined;
3741
+ /**
3742
+ * <p>Checks that the mailbox exists and can receive messages without actually sending an email.</p>
3743
+ * @public
3744
+ */
3745
+ MailboxExists?: EmailAddressInsightsVerdict | undefined;
3746
+ /**
3747
+ * <p>Identifies role-based addresses (such as admin@, support@, or info@) that may have lower engagement rates.</p>
3748
+ * @public
3749
+ */
3750
+ IsRoleAddress?: EmailAddressInsightsVerdict | undefined;
3751
+ /**
3752
+ * <p>Checks disposable or temporary email addresses that could negatively impact your sender reputation.</p>
3753
+ * @public
3754
+ */
3755
+ IsDisposable?: EmailAddressInsightsVerdict | undefined;
3756
+ /**
3757
+ * <p>Checks if the input appears to be random text.</p>
3758
+ * @public
3759
+ */
3760
+ IsRandomInput?: EmailAddressInsightsVerdict | undefined;
3761
+ }
3658
3762
  /**
3659
3763
  * <p>
3660
3764
  * Contains a <code>Bounce</code> object if the event type is <code>BOUNCE</code>.
@@ -4000,6 +4104,17 @@ export interface SendQuota {
4000
4104
  */
4001
4105
  SentLast24Hours?: number | undefined;
4002
4106
  }
4107
+ /**
4108
+ * <p>Structure containing validation attributes used for suppressing sending to specific destination on account level.</p>
4109
+ * @public
4110
+ */
4111
+ export interface SuppressionValidationAttributes {
4112
+ /**
4113
+ * <p>Specifies the condition threshold settings for account-level suppression.</p>
4114
+ * @public
4115
+ */
4116
+ ConditionThreshold: SuppressionConditionThreshold | undefined;
4117
+ }
4003
4118
  /**
4004
4119
  * <p>An object that contains information about the email address suppression preferences
4005
4120
  * for your account in the current Amazon Web Services Region.</p>
@@ -4027,6 +4142,11 @@ export interface SuppressionAttributes {
4027
4142
  * @public
4028
4143
  */
4029
4144
  SuppressedReasons?: SuppressionListReason[] | undefined;
4145
+ /**
4146
+ * <p>Structure containing validation attributes used for suppressing sending to specific destination on account level.</p>
4147
+ * @public
4148
+ */
4149
+ ValidationAttributes?: SuppressionValidationAttributes | undefined;
4030
4150
  }
4031
4151
  /**
4032
4152
  * <p>An object containing additional settings for your VDM configuration as applicable to
@@ -4430,6 +4550,12 @@ export interface GetCustomVerificationEmailTemplateResponse {
4430
4550
  * @public
4431
4551
  */
4432
4552
  TemplateContent?: string | undefined;
4553
+ /**
4554
+ * <p>An array of objects that define the tags (keys and values) that are associated with
4555
+ * the custom verification email template.</p>
4556
+ * @public
4557
+ */
4558
+ Tags?: Tag[] | undefined;
4433
4559
  /**
4434
4560
  * <p>The URL that the recipient of the verification email is sent to if his or her address
4435
4561
  * is successfully verified.</p>
@@ -4781,6 +4907,44 @@ export interface GetDomainStatisticsReportResponse {
4781
4907
  */
4782
4908
  DailyVolumes: DailyVolume[] | undefined;
4783
4909
  }
4910
+ /**
4911
+ * <p>A request to return validation insights about an email address.</p>
4912
+ * @public
4913
+ */
4914
+ export interface GetEmailAddressInsightsRequest {
4915
+ /**
4916
+ * <p>The email address to analyze for validation insights.</p>
4917
+ * @public
4918
+ */
4919
+ EmailAddress: string | undefined;
4920
+ }
4921
+ /**
4922
+ * <p>Contains detailed validation information about an email address.</p>
4923
+ * @public
4924
+ */
4925
+ export interface MailboxValidation {
4926
+ /**
4927
+ * <p>Overall validity assessment with a confidence verdict.</p>
4928
+ * @public
4929
+ */
4930
+ IsValid?: EmailAddressInsightsVerdict | undefined;
4931
+ /**
4932
+ * <p>Specific validation checks performed on the email address.</p>
4933
+ * @public
4934
+ */
4935
+ Evaluations?: EmailAddressInsightsMailboxEvaluations | undefined;
4936
+ }
4937
+ /**
4938
+ * <p>Validation insights about an email address.</p>
4939
+ * @public
4940
+ */
4941
+ export interface GetEmailAddressInsightsResponse {
4942
+ /**
4943
+ * <p>Detailed validation results for the email address.</p>
4944
+ * @public
4945
+ */
4946
+ MailboxValidation?: MailboxValidation | undefined;
4947
+ }
4784
4948
  /**
4785
4949
  * <p>A request to return details about an email identity.</p>
4786
4950
  * @public
@@ -5104,6 +5268,12 @@ export interface GetEmailTemplateResponse {
5104
5268
  * @public
5105
5269
  */
5106
5270
  TemplateContent: EmailTemplateContent | undefined;
5271
+ /**
5272
+ * <p>An array of objects that define the tags (keys and values) that are associated with
5273
+ * the email template.</p>
5274
+ * @public
5275
+ */
5276
+ Tags?: Tag[] | undefined;
5107
5277
  }
5108
5278
  /**
5109
5279
  * <p>Represents a request to retrieve information about an export job using the export job
@@ -6926,10 +7096,15 @@ export interface PutAccountSuppressionAttributesRequest {
6926
7096
  * @public
6927
7097
  */
6928
7098
  SuppressedReasons?: SuppressionListReason[] | undefined;
7099
+ /**
7100
+ * <p>An object that contains additional suppression attributes for your account.</p>
7101
+ * @public
7102
+ */
7103
+ ValidationAttributes?: SuppressionValidationAttributes | undefined;
6929
7104
  }
6930
7105
  /**
6931
7106
  * <p>An HTTP 200 response if the request succeeds, or an error message if the request
6932
- * fails.</p>
7107
+ * fails.</p>
6933
7108
  * @public
6934
7109
  */
6935
7110
  export interface PutAccountSuppressionAttributesResponse {
@@ -7097,6 +7272,11 @@ export interface PutConfigurationSetSuppressionOptionsRequest {
7097
7272
  * @public
7098
7273
  */
7099
7274
  SuppressedReasons?: SuppressionListReason[] | undefined;
7275
+ /**
7276
+ * <p>An object that contains information about the email address suppression preferences for the configuration set in the current Amazon Web Services Region.</p>
7277
+ * @public
7278
+ */
7279
+ ValidationOptions?: SuppressionValidationOptions | undefined;
7100
7280
  }
7101
7281
  /**
7102
7282
  * <p>An HTTP 200 response if the request succeeds, or an error message if the request
@@ -7469,323 +7649,3 @@ export interface PutEmailIdentityFeedbackAttributesRequest {
7469
7649
  */
7470
7650
  export interface PutEmailIdentityFeedbackAttributesResponse {
7471
7651
  }
7472
- /**
7473
- * <p>A request to configure the custom MAIL FROM domain for a verified identity.</p>
7474
- * @public
7475
- */
7476
- export interface PutEmailIdentityMailFromAttributesRequest {
7477
- /**
7478
- * <p>The verified email identity.</p>
7479
- * @public
7480
- */
7481
- EmailIdentity: string | undefined;
7482
- /**
7483
- * <p> The custom MAIL FROM domain that you want the verified identity to use. The MAIL FROM
7484
- * domain must meet the following criteria:</p>
7485
- * <ul>
7486
- * <li>
7487
- * <p>It has to be a subdomain of the verified identity.</p>
7488
- * </li>
7489
- * <li>
7490
- * <p>It can't be used to receive email.</p>
7491
- * </li>
7492
- * <li>
7493
- * <p>It can't be used in a "From" address if the MAIL FROM domain is a destination
7494
- * for feedback forwarding emails.</p>
7495
- * </li>
7496
- * </ul>
7497
- * @public
7498
- */
7499
- MailFromDomain?: string | undefined;
7500
- /**
7501
- * <p>The action to take if the required MX record isn't found when you send an email. When
7502
- * you set this value to <code>UseDefaultValue</code>, the mail is sent using
7503
- * <i>amazonses.com</i> as the MAIL FROM domain. When you set this value
7504
- * to <code>RejectMessage</code>, the Amazon SES API v2 returns a
7505
- * <code>MailFromDomainNotVerified</code> error, and doesn't attempt to deliver the
7506
- * email.</p>
7507
- * <p>These behaviors are taken when the custom MAIL FROM domain configuration is in the
7508
- * <code>Pending</code>, <code>Failed</code>, and <code>TemporaryFailure</code>
7509
- * states.</p>
7510
- * @public
7511
- */
7512
- BehaviorOnMxFailure?: BehaviorOnMxFailure | undefined;
7513
- }
7514
- /**
7515
- * <p>An HTTP 200 response if the request succeeds, or an error message if the request
7516
- * fails.</p>
7517
- * @public
7518
- */
7519
- export interface PutEmailIdentityMailFromAttributesResponse {
7520
- }
7521
- /**
7522
- * <p>A request to add an email destination to the suppression list for your account.</p>
7523
- * @public
7524
- */
7525
- export interface PutSuppressedDestinationRequest {
7526
- /**
7527
- * <p>The email address that should be added to the suppression list for your
7528
- * account.</p>
7529
- * @public
7530
- */
7531
- EmailAddress: string | undefined;
7532
- /**
7533
- * <p>The factors that should cause the email address to be added to the suppression list
7534
- * for your account.</p>
7535
- * @public
7536
- */
7537
- Reason: SuppressionListReason | undefined;
7538
- }
7539
- /**
7540
- * <p>An HTTP 200 response if the request succeeds, or an error message if the request
7541
- * fails.</p>
7542
- * @public
7543
- */
7544
- export interface PutSuppressedDestinationResponse {
7545
- }
7546
- /**
7547
- * <p>Represents a request to send email messages to multiple destinations using Amazon SES. For
7548
- * more information, see the <a href="https://docs.aws.amazon.com/ses/latest/DeveloperGuide/send-personalized-email-api.html">Amazon SES Developer
7549
- * Guide</a>.</p>
7550
- * @public
7551
- */
7552
- export interface SendBulkEmailRequest {
7553
- /**
7554
- * <p>The email address to use as the "From" address for the email. The address that you
7555
- * specify has to be verified.</p>
7556
- * @public
7557
- */
7558
- FromEmailAddress?: string | undefined;
7559
- /**
7560
- * <p>This parameter is used only for sending authorization. It is the ARN of the identity
7561
- * that is associated with the sending authorization policy that permits you to use the
7562
- * email address specified in the <code>FromEmailAddress</code> parameter.</p>
7563
- * <p>For example, if the owner of example.com (which has ARN
7564
- * arn:aws:ses:us-east-1:123456789012:identity/example.com) attaches a policy to it that
7565
- * authorizes you to use sender@example.com, then you would specify the
7566
- * <code>FromEmailAddressIdentityArn</code> to be
7567
- * arn:aws:ses:us-east-1:123456789012:identity/example.com, and the
7568
- * <code>FromEmailAddress</code> to be sender@example.com.</p>
7569
- * <p>For more information about sending authorization, see the <a href="https://docs.aws.amazon.com/ses/latest/DeveloperGuide/sending-authorization.html">Amazon SES Developer
7570
- * Guide</a>.</p>
7571
- * @public
7572
- */
7573
- FromEmailAddressIdentityArn?: string | undefined;
7574
- /**
7575
- * <p>The "Reply-to" email addresses for the message. When the recipient replies to the
7576
- * message, each Reply-to address receives the reply.</p>
7577
- * @public
7578
- */
7579
- ReplyToAddresses?: string[] | undefined;
7580
- /**
7581
- * <p>The address that you want bounce and complaint notifications to be sent to.</p>
7582
- * @public
7583
- */
7584
- FeedbackForwardingEmailAddress?: string | undefined;
7585
- /**
7586
- * <p>This parameter is used only for sending authorization. It is the ARN of the identity
7587
- * that is associated with the sending authorization policy that permits you to use the
7588
- * email address specified in the <code>FeedbackForwardingEmailAddress</code>
7589
- * parameter.</p>
7590
- * <p>For example, if the owner of example.com (which has ARN
7591
- * arn:aws:ses:us-east-1:123456789012:identity/example.com) attaches a policy to it that
7592
- * authorizes you to use feedback@example.com, then you would specify the
7593
- * <code>FeedbackForwardingEmailAddressIdentityArn</code> to be
7594
- * arn:aws:ses:us-east-1:123456789012:identity/example.com, and the
7595
- * <code>FeedbackForwardingEmailAddress</code> to be feedback@example.com.</p>
7596
- * <p>For more information about sending authorization, see the <a href="https://docs.aws.amazon.com/ses/latest/DeveloperGuide/sending-authorization.html">Amazon SES Developer
7597
- * Guide</a>.</p>
7598
- * @public
7599
- */
7600
- FeedbackForwardingEmailAddressIdentityArn?: string | undefined;
7601
- /**
7602
- * <p>A list of tags, in the form of name/value pairs, to apply to an email that you send
7603
- * using the <code>SendEmail</code> operation. Tags correspond to characteristics of the
7604
- * email that you define, so that you can publish email sending events.</p>
7605
- * @public
7606
- */
7607
- DefaultEmailTags?: MessageTag[] | undefined;
7608
- /**
7609
- * <p>An object that contains the body of the message. You can specify a template
7610
- * message.</p>
7611
- * @public
7612
- */
7613
- DefaultContent: BulkEmailContent | undefined;
7614
- /**
7615
- * <p>The list of bulk email entry objects.</p>
7616
- * @public
7617
- */
7618
- BulkEmailEntries: BulkEmailEntry[] | undefined;
7619
- /**
7620
- * <p>The name of the configuration set to use when sending the email.</p>
7621
- * @public
7622
- */
7623
- ConfigurationSetName?: string | undefined;
7624
- /**
7625
- * <p>The ID of the multi-region endpoint (global-endpoint).</p>
7626
- * @public
7627
- */
7628
- EndpointId?: string | undefined;
7629
- /**
7630
- * <p>The name of the tenant through which this bulk email will be sent.</p>
7631
- * <note>
7632
- * <p>
7633
- * The email sending operation will only succeed if all referenced resources
7634
- * (identities, configuration sets, and templates) are associated with this tenant.
7635
- * </p>
7636
- * </note>
7637
- * @public
7638
- */
7639
- TenantName?: string | undefined;
7640
- }
7641
- /**
7642
- * <p>The following data is returned in JSON format by the service.</p>
7643
- * @public
7644
- */
7645
- export interface SendBulkEmailResponse {
7646
- /**
7647
- * <p>One object per intended recipient. Check each response object and retry any messages
7648
- * with a failure status.</p>
7649
- * @public
7650
- */
7651
- BulkEmailEntryResults: BulkEmailEntryResult[] | undefined;
7652
- }
7653
- /**
7654
- * <p>Represents a request to send a custom verification email to a specified
7655
- * recipient.</p>
7656
- * @public
7657
- */
7658
- export interface SendCustomVerificationEmailRequest {
7659
- /**
7660
- * <p>The email address to verify.</p>
7661
- * @public
7662
- */
7663
- EmailAddress: string | undefined;
7664
- /**
7665
- * <p>The name of the custom verification email template to use when sending the
7666
- * verification email.</p>
7667
- * @public
7668
- */
7669
- TemplateName: string | undefined;
7670
- /**
7671
- * <p>Name of a configuration set to use when sending the verification email.</p>
7672
- * @public
7673
- */
7674
- ConfigurationSetName?: string | undefined;
7675
- }
7676
- /**
7677
- * <p>The following element is returned by the service.</p>
7678
- * @public
7679
- */
7680
- export interface SendCustomVerificationEmailResponse {
7681
- /**
7682
- * <p>The unique message identifier returned from the
7683
- * <code>SendCustomVerificationEmail</code> operation.</p>
7684
- * @public
7685
- */
7686
- MessageId?: string | undefined;
7687
- }
7688
- /**
7689
- * <p>Represents a request to send a single formatted email using Amazon SES. For more
7690
- * information, see the <a href="https://docs.aws.amazon.com/ses/latest/DeveloperGuide/send-email-formatted.html">Amazon SES Developer
7691
- * Guide</a>.</p>
7692
- * @public
7693
- */
7694
- export interface SendEmailRequest {
7695
- /**
7696
- * <p>The email address to use as the "From" address for the email. The address that you
7697
- * specify has to be verified.
7698
- * </p>
7699
- * @public
7700
- */
7701
- FromEmailAddress?: string | undefined;
7702
- /**
7703
- * <p>This parameter is used only for sending authorization. It is the ARN of the identity
7704
- * that is associated with the sending authorization policy that permits you to use the
7705
- * email address specified in the <code>FromEmailAddress</code> parameter.</p>
7706
- * <p>For example, if the owner of example.com (which has ARN
7707
- * arn:aws:ses:us-east-1:123456789012:identity/example.com) attaches a policy to it that
7708
- * authorizes you to use sender@example.com, then you would specify the
7709
- * <code>FromEmailAddressIdentityArn</code> to be
7710
- * arn:aws:ses:us-east-1:123456789012:identity/example.com, and the
7711
- * <code>FromEmailAddress</code> to be sender@example.com.</p>
7712
- * <p>For more information about sending authorization, see the <a href="https://docs.aws.amazon.com/ses/latest/DeveloperGuide/sending-authorization.html">Amazon SES Developer
7713
- * Guide</a>.</p>
7714
- * <p>For Raw emails, the <code>FromEmailAddressIdentityArn</code> value overrides the
7715
- * X-SES-SOURCE-ARN and X-SES-FROM-ARN headers specified in raw email message
7716
- * content.</p>
7717
- * @public
7718
- */
7719
- FromEmailAddressIdentityArn?: string | undefined;
7720
- /**
7721
- * <p>An object that contains the recipients of the email message.</p>
7722
- * @public
7723
- */
7724
- Destination?: Destination | undefined;
7725
- /**
7726
- * <p>The "Reply-to" email addresses for the message. When the recipient replies to the
7727
- * message, each Reply-to address receives the reply.</p>
7728
- * @public
7729
- */
7730
- ReplyToAddresses?: string[] | undefined;
7731
- /**
7732
- * <p>The address that you want bounce and complaint notifications to be sent to.</p>
7733
- * @public
7734
- */
7735
- FeedbackForwardingEmailAddress?: string | undefined;
7736
- /**
7737
- * <p>This parameter is used only for sending authorization. It is the ARN of the identity
7738
- * that is associated with the sending authorization policy that permits you to use the
7739
- * email address specified in the <code>FeedbackForwardingEmailAddress</code>
7740
- * parameter.</p>
7741
- * <p>For example, if the owner of example.com (which has ARN
7742
- * arn:aws:ses:us-east-1:123456789012:identity/example.com) attaches a policy to it that
7743
- * authorizes you to use feedback@example.com, then you would specify the
7744
- * <code>FeedbackForwardingEmailAddressIdentityArn</code> to be
7745
- * arn:aws:ses:us-east-1:123456789012:identity/example.com, and the
7746
- * <code>FeedbackForwardingEmailAddress</code> to be feedback@example.com.</p>
7747
- * <p>For more information about sending authorization, see the <a href="https://docs.aws.amazon.com/ses/latest/DeveloperGuide/sending-authorization.html">Amazon SES Developer
7748
- * Guide</a>.</p>
7749
- * @public
7750
- */
7751
- FeedbackForwardingEmailAddressIdentityArn?: string | undefined;
7752
- /**
7753
- * <p>An object that contains the body of the message. You can send either a Simple message,
7754
- * Raw message, or a Templated message.</p>
7755
- * @public
7756
- */
7757
- Content: EmailContent | undefined;
7758
- /**
7759
- * <p>A list of tags, in the form of name/value pairs, to apply to an email that you send
7760
- * using the <code>SendEmail</code> operation. Tags correspond to characteristics of the
7761
- * email that you define, so that you can publish email sending events. </p>
7762
- * @public
7763
- */
7764
- EmailTags?: MessageTag[] | undefined;
7765
- /**
7766
- * <p>The name of the configuration set to use when sending the email.</p>
7767
- * @public
7768
- */
7769
- ConfigurationSetName?: string | undefined;
7770
- /**
7771
- * <p>The ID of the multi-region endpoint (global-endpoint).</p>
7772
- * @public
7773
- */
7774
- EndpointId?: string | undefined;
7775
- /**
7776
- * <p>The name of the tenant through which this email will be sent.</p>
7777
- * <note>
7778
- * <p>The email sending operation will only succeed if all referenced resources
7779
- * (identities, configuration sets, and templates) are associated with this tenant.
7780
- * </p>
7781
- * </note>
7782
- * @public
7783
- */
7784
- TenantName?: string | undefined;
7785
- /**
7786
- * <p>An object used to specify a list or topic to which an email belongs, which will be
7787
- * used when a contact chooses to unsubscribe.</p>
7788
- * @public
7789
- */
7790
- ListManagementOptions?: ListManagementOptions | undefined;
7791
- }