aws-sdk-sesv2 1.90.0 → 1.92.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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 0a469933046235cdb386fd4487311165e0e1fde8ce5acbd0280527eb38728ada
4
- data.tar.gz: 2a011e7f7291867a49372c239f7e6bd3924124a2d38ff33687a9158b6115ec4e
3
+ metadata.gz: 9480723391af58c85453ca139603ef8c3d292f450f407934db6dd454191e279f
4
+ data.tar.gz: 1acbb2bd48281a92ccce9707fc0417ae10ed3de836a423e710bb0f32f10547a3
5
5
  SHA512:
6
- metadata.gz: ab5bbf932848b48b4528d1d9f985f236b0262ebbc9e5286fcaf389f60311741024ec81b2d9494b839d9320da1308d7778d78931f4c24a01153413ddf8e0f2050
7
- data.tar.gz: cc7f0dc1aae14dbbfddba2a0facb0c1732696bfc24b69d5ec5484c3604db25d92b52bc64445c9d391867d1791b1cead24a916f6eb29756a9daf552b19a24f406
6
+ metadata.gz: d58a516e4f882d9faae59e461a163fbf81142312b1b19c7752142637540c2117d91f298fb505c99f5ad900ffc890389e6839966cddb99f9953b14af1d361a63d
7
+ data.tar.gz: c848f4ea5881810296de8aa3f71c995facaa19362b39b7533883e9aa21b6e8d1a575992af4af001b6608997104667ce143c07648f14a1d547a26c3cb1f3828b7
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.92.0 (2025-12-18)
5
+ ------------------
6
+
7
+ * Feature - Amazon SES introduces Email Validation feature which checks email addresses for syntax errors, domain validity, and risky addresses to help maintain deliverability and protect sender reputation. SES also adds resource tagging and ABAC support for EmailTemplates and CustomVerificationEmailTemplates.
8
+
9
+ 1.91.0 (2025-12-11)
10
+ ------------------
11
+
12
+ * Feature - Update GetEmailIdentity and CreateEmailIdentity response to include SigningHostedZone in DkimAttributes. Updated PutEmailIdentityDkimSigningAttributes Response to include SigningHostedZone.
13
+
4
14
  1.90.0 (2025-12-08)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.90.0
1
+ 1.92.0
@@ -634,6 +634,14 @@ module Aws::SESV2
634
634
  # ],
635
635
  # suppression_options: {
636
636
  # suppressed_reasons: ["BOUNCE"], # accepts BOUNCE, COMPLAINT
637
+ # validation_options: {
638
+ # condition_threshold: { # required
639
+ # condition_threshold_enabled: "ENABLED", # required, accepts ENABLED, DISABLED
640
+ # overall_confidence_threshold: {
641
+ # confidence_verdict_threshold: "MEDIUM", # required, accepts MEDIUM, HIGH, MANAGED
642
+ # },
643
+ # },
644
+ # },
637
645
  # },
638
646
  # vdm_options: {
639
647
  # dashboard_options: {
@@ -844,6 +852,10 @@ module Aws::SESV2
844
852
  #
845
853
  # [1]: https://docs.aws.amazon.com/ses/latest/dg/creating-identities.html#send-email-verify-address-custom-faq
846
854
  #
855
+ # @option params [Array<Types::Tag>] :tags
856
+ # An array of objects that define the tags (keys and values) to
857
+ # associate with the custom verification email template.
858
+ #
847
859
  # @option params [required, String] :success_redirection_url
848
860
  # The URL that the recipient of the verification email is sent to if his
849
861
  # or her address is successfully verified.
@@ -861,6 +873,12 @@ module Aws::SESV2
861
873
  # from_email_address: "EmailAddress", # required
862
874
  # template_subject: "EmailTemplateSubject", # required
863
875
  # template_content: "TemplateContent", # required
876
+ # tags: [
877
+ # {
878
+ # key: "TagKey", # required
879
+ # value: "TagValue", # required
880
+ # },
881
+ # ],
864
882
  # success_redirection_url: "SuccessRedirectionURL", # required
865
883
  # failure_redirection_url: "FailureRedirectionURL", # required
866
884
  # })
@@ -1135,6 +1153,7 @@ module Aws::SESV2
1135
1153
  # resp.dkim_attributes.status #=> String, one of "PENDING", "SUCCESS", "FAILED", "TEMPORARY_FAILURE", "NOT_STARTED"
1136
1154
  # resp.dkim_attributes.tokens #=> Array
1137
1155
  # resp.dkim_attributes.tokens[0] #=> String
1156
+ # resp.dkim_attributes.signing_hosted_zone #=> String
1138
1157
  # resp.dkim_attributes.signing_attributes_origin #=> String, one of "AWS_SES", "EXTERNAL", "AWS_SES_AF_SOUTH_1", "AWS_SES_EU_NORTH_1", "AWS_SES_AP_SOUTH_1", "AWS_SES_EU_WEST_3", "AWS_SES_EU_WEST_2", "AWS_SES_EU_SOUTH_1", "AWS_SES_EU_WEST_1", "AWS_SES_AP_NORTHEAST_3", "AWS_SES_AP_NORTHEAST_2", "AWS_SES_ME_SOUTH_1", "AWS_SES_AP_NORTHEAST_1", "AWS_SES_IL_CENTRAL_1", "AWS_SES_SA_EAST_1", "AWS_SES_CA_CENTRAL_1", "AWS_SES_AP_SOUTHEAST_1", "AWS_SES_AP_SOUTHEAST_2", "AWS_SES_AP_SOUTHEAST_3", "AWS_SES_EU_CENTRAL_1", "AWS_SES_US_EAST_1", "AWS_SES_US_EAST_2", "AWS_SES_US_WEST_1", "AWS_SES_US_WEST_2", "AWS_SES_ME_CENTRAL_1", "AWS_SES_AP_SOUTH_2", "AWS_SES_EU_CENTRAL_2", "AWS_SES_AP_SOUTHEAST_5", "AWS_SES_CA_WEST_1"
1139
1158
  # resp.dkim_attributes.next_signing_key_length #=> String, one of "RSA_1024_BIT", "RSA_2048_BIT"
1140
1159
  # resp.dkim_attributes.current_signing_key_length #=> String, one of "RSA_1024_BIT", "RSA_2048_BIT"
@@ -1223,6 +1242,10 @@ module Aws::SESV2
1223
1242
  # The content of the email template, composed of a subject line, an HTML
1224
1243
  # part, and a text-only part.
1225
1244
  #
1245
+ # @option params [Array<Types::Tag>] :tags
1246
+ # An array of objects that define the tags (keys and values) to
1247
+ # associate with the email template.
1248
+ #
1226
1249
  # @return [Struct] Returns an empty {Seahorse::Client::Response response}.
1227
1250
  #
1228
1251
  # @example Request syntax with placeholder values
@@ -1234,6 +1257,12 @@ module Aws::SESV2
1234
1257
  # text: "EmailTemplateText",
1235
1258
  # html: "EmailTemplateHtml",
1236
1259
  # },
1260
+ # tags: [
1261
+ # {
1262
+ # key: "TagKey", # required
1263
+ # value: "TagValue", # required
1264
+ # },
1265
+ # ],
1237
1266
  # })
1238
1267
  #
1239
1268
  # @see http://docs.aws.amazon.com/goto/WebAPI/sesv2-2019-09-27/CreateEmailTemplate AWS API Documentation
@@ -1979,6 +2008,8 @@ module Aws::SESV2
1979
2008
  # resp.sending_enabled #=> Boolean
1980
2009
  # resp.suppression_attributes.suppressed_reasons #=> Array
1981
2010
  # resp.suppression_attributes.suppressed_reasons[0] #=> String, one of "BOUNCE", "COMPLAINT"
2011
+ # resp.suppression_attributes.validation_attributes.condition_threshold.condition_threshold_enabled #=> String, one of "ENABLED", "DISABLED"
2012
+ # resp.suppression_attributes.validation_attributes.condition_threshold.overall_confidence_threshold.confidence_verdict_threshold #=> String, one of "MEDIUM", "HIGH", "MANAGED"
1982
2013
  # resp.details.mail_type #=> String, one of "MARKETING", "TRANSACTIONAL"
1983
2014
  # resp.details.website_url #=> String
1984
2015
  # resp.details.contact_language #=> String, one of "EN", "JA"
@@ -2082,6 +2113,8 @@ module Aws::SESV2
2082
2113
  # resp.tags[0].value #=> String
2083
2114
  # resp.suppression_options.suppressed_reasons #=> Array
2084
2115
  # resp.suppression_options.suppressed_reasons[0] #=> String, one of "BOUNCE", "COMPLAINT"
2116
+ # resp.suppression_options.validation_options.condition_threshold.condition_threshold_enabled #=> String, one of "ENABLED", "DISABLED"
2117
+ # resp.suppression_options.validation_options.condition_threshold.overall_confidence_threshold.confidence_verdict_threshold #=> String, one of "MEDIUM", "HIGH", "MANAGED"
2085
2118
  # resp.vdm_options.dashboard_options.engagement_metrics #=> String, one of "ENABLED", "DISABLED"
2086
2119
  # resp.vdm_options.guardian_options.optimized_shared_delivery #=> String, one of "ENABLED", "DISABLED"
2087
2120
  # resp.archiving_options.archive_arn #=> String
@@ -2261,6 +2294,7 @@ module Aws::SESV2
2261
2294
  # * {Types::GetCustomVerificationEmailTemplateResponse#from_email_address #from_email_address} => String
2262
2295
  # * {Types::GetCustomVerificationEmailTemplateResponse#template_subject #template_subject} => String
2263
2296
  # * {Types::GetCustomVerificationEmailTemplateResponse#template_content #template_content} => String
2297
+ # * {Types::GetCustomVerificationEmailTemplateResponse#tags #tags} => Array&lt;Types::Tag&gt;
2264
2298
  # * {Types::GetCustomVerificationEmailTemplateResponse#success_redirection_url #success_redirection_url} => String
2265
2299
  # * {Types::GetCustomVerificationEmailTemplateResponse#failure_redirection_url #failure_redirection_url} => String
2266
2300
  #
@@ -2276,6 +2310,9 @@ module Aws::SESV2
2276
2310
  # resp.from_email_address #=> String
2277
2311
  # resp.template_subject #=> String
2278
2312
  # resp.template_content #=> String
2313
+ # resp.tags #=> Array
2314
+ # resp.tags[0].key #=> String
2315
+ # resp.tags[0].value #=> String
2279
2316
  # resp.success_redirection_url #=> String
2280
2317
  # resp.failure_redirection_url #=> String
2281
2318
  #
@@ -2615,6 +2652,42 @@ module Aws::SESV2
2615
2652
  req.send_request(options)
2616
2653
  end
2617
2654
 
2655
+ # Provides validation insights about a specific email address, including
2656
+ # syntax validation, DNS record checks, mailbox existence, and other
2657
+ # deliverability factors.
2658
+ #
2659
+ # @option params [required, String] :email_address
2660
+ # The email address to analyze for validation insights.
2661
+ #
2662
+ # @return [Types::GetEmailAddressInsightsResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
2663
+ #
2664
+ # * {Types::GetEmailAddressInsightsResponse#mailbox_validation #mailbox_validation} => Types::MailboxValidation
2665
+ #
2666
+ # @example Request syntax with placeholder values
2667
+ #
2668
+ # resp = client.get_email_address_insights({
2669
+ # email_address: "EmailAddress", # required
2670
+ # })
2671
+ #
2672
+ # @example Response structure
2673
+ #
2674
+ # resp.mailbox_validation.is_valid.confidence_verdict #=> String, one of "LOW", "MEDIUM", "HIGH"
2675
+ # resp.mailbox_validation.evaluations.has_valid_syntax.confidence_verdict #=> String, one of "LOW", "MEDIUM", "HIGH"
2676
+ # resp.mailbox_validation.evaluations.has_valid_dns_records.confidence_verdict #=> String, one of "LOW", "MEDIUM", "HIGH"
2677
+ # resp.mailbox_validation.evaluations.mailbox_exists.confidence_verdict #=> String, one of "LOW", "MEDIUM", "HIGH"
2678
+ # resp.mailbox_validation.evaluations.is_role_address.confidence_verdict #=> String, one of "LOW", "MEDIUM", "HIGH"
2679
+ # resp.mailbox_validation.evaluations.is_disposable.confidence_verdict #=> String, one of "LOW", "MEDIUM", "HIGH"
2680
+ # resp.mailbox_validation.evaluations.is_random_input.confidence_verdict #=> String, one of "LOW", "MEDIUM", "HIGH"
2681
+ #
2682
+ # @see http://docs.aws.amazon.com/goto/WebAPI/sesv2-2019-09-27/GetEmailAddressInsights AWS API Documentation
2683
+ #
2684
+ # @overload get_email_address_insights(params = {})
2685
+ # @param [Hash] params ({})
2686
+ def get_email_address_insights(params = {}, options = {})
2687
+ req = build_request(:get_email_address_insights, params)
2688
+ req.send_request(options)
2689
+ end
2690
+
2618
2691
  # Provides information about a specific identity, including the
2619
2692
  # identity's verification status, sending authorization policies, its
2620
2693
  # DKIM authentication status, and its custom Mail-From settings.
@@ -2650,6 +2723,7 @@ module Aws::SESV2
2650
2723
  # resp.dkim_attributes.status #=> String, one of "PENDING", "SUCCESS", "FAILED", "TEMPORARY_FAILURE", "NOT_STARTED"
2651
2724
  # resp.dkim_attributes.tokens #=> Array
2652
2725
  # resp.dkim_attributes.tokens[0] #=> String
2726
+ # resp.dkim_attributes.signing_hosted_zone #=> String
2653
2727
  # resp.dkim_attributes.signing_attributes_origin #=> String, one of "AWS_SES", "EXTERNAL", "AWS_SES_AF_SOUTH_1", "AWS_SES_EU_NORTH_1", "AWS_SES_AP_SOUTH_1", "AWS_SES_EU_WEST_3", "AWS_SES_EU_WEST_2", "AWS_SES_EU_SOUTH_1", "AWS_SES_EU_WEST_1", "AWS_SES_AP_NORTHEAST_3", "AWS_SES_AP_NORTHEAST_2", "AWS_SES_ME_SOUTH_1", "AWS_SES_AP_NORTHEAST_1", "AWS_SES_IL_CENTRAL_1", "AWS_SES_SA_EAST_1", "AWS_SES_CA_CENTRAL_1", "AWS_SES_AP_SOUTHEAST_1", "AWS_SES_AP_SOUTHEAST_2", "AWS_SES_AP_SOUTHEAST_3", "AWS_SES_EU_CENTRAL_1", "AWS_SES_US_EAST_1", "AWS_SES_US_EAST_2", "AWS_SES_US_WEST_1", "AWS_SES_US_WEST_2", "AWS_SES_ME_CENTRAL_1", "AWS_SES_AP_SOUTH_2", "AWS_SES_EU_CENTRAL_2", "AWS_SES_AP_SOUTHEAST_5", "AWS_SES_CA_WEST_1"
2654
2728
  # resp.dkim_attributes.next_signing_key_length #=> String, one of "RSA_1024_BIT", "RSA_2048_BIT"
2655
2729
  # resp.dkim_attributes.current_signing_key_length #=> String, one of "RSA_1024_BIT", "RSA_2048_BIT"
@@ -2739,6 +2813,7 @@ module Aws::SESV2
2739
2813
  #
2740
2814
  # * {Types::GetEmailTemplateResponse#template_name #template_name} => String
2741
2815
  # * {Types::GetEmailTemplateResponse#template_content #template_content} => Types::EmailTemplateContent
2816
+ # * {Types::GetEmailTemplateResponse#tags #tags} => Array&lt;Types::Tag&gt;
2742
2817
  #
2743
2818
  # @example Request syntax with placeholder values
2744
2819
  #
@@ -2752,6 +2827,9 @@ module Aws::SESV2
2752
2827
  # resp.template_content.subject #=> String
2753
2828
  # resp.template_content.text #=> String
2754
2829
  # resp.template_content.html #=> String
2830
+ # resp.tags #=> Array
2831
+ # resp.tags[0].key #=> String
2832
+ # resp.tags[0].value #=> String
2755
2833
  #
2756
2834
  # @see http://docs.aws.amazon.com/goto/WebAPI/sesv2-2019-09-27/GetEmailTemplate AWS API Documentation
2757
2835
  #
@@ -4405,12 +4483,24 @@ module Aws::SESV2
4405
4483
  # for your account when a message sent to that address results in a
4406
4484
  # hard bounce.
4407
4485
  #
4486
+ # @option params [Types::SuppressionValidationAttributes] :validation_attributes
4487
+ # An object that contains additional suppression attributes for your
4488
+ # account.
4489
+ #
4408
4490
  # @return [Struct] Returns an empty {Seahorse::Client::Response response}.
4409
4491
  #
4410
4492
  # @example Request syntax with placeholder values
4411
4493
  #
4412
4494
  # resp = client.put_account_suppression_attributes({
4413
4495
  # suppressed_reasons: ["BOUNCE"], # accepts BOUNCE, COMPLAINT
4496
+ # validation_attributes: {
4497
+ # condition_threshold: { # required
4498
+ # condition_threshold_enabled: "ENABLED", # required, accepts ENABLED, DISABLED
4499
+ # overall_confidence_threshold: {
4500
+ # confidence_verdict_threshold: "MEDIUM", # required, accepts MEDIUM, HIGH, MANAGED
4501
+ # },
4502
+ # },
4503
+ # },
4414
4504
  # })
4415
4505
  #
4416
4506
  # @see http://docs.aws.amazon.com/goto/WebAPI/sesv2-2019-09-27/PutAccountSuppressionAttributes AWS API Documentation
@@ -4623,6 +4713,11 @@ module Aws::SESV2
4623
4713
  # for your account when a message sent to that address results in a
4624
4714
  # hard bounce.
4625
4715
  #
4716
+ # @option params [Types::SuppressionValidationOptions] :validation_options
4717
+ # An object that contains information about the email address
4718
+ # suppression preferences for the configuration set in the current
4719
+ # Amazon Web Services Region.
4720
+ #
4626
4721
  # @return [Struct] Returns an empty {Seahorse::Client::Response response}.
4627
4722
  #
4628
4723
  # @example Request syntax with placeholder values
@@ -4630,6 +4725,14 @@ module Aws::SESV2
4630
4725
  # resp = client.put_configuration_set_suppression_options({
4631
4726
  # configuration_set_name: "ConfigurationSetName", # required
4632
4727
  # suppressed_reasons: ["BOUNCE"], # accepts BOUNCE, COMPLAINT
4728
+ # validation_options: {
4729
+ # condition_threshold: { # required
4730
+ # condition_threshold_enabled: "ENABLED", # required, accepts ENABLED, DISABLED
4731
+ # overall_confidence_threshold: {
4732
+ # confidence_verdict_threshold: "MEDIUM", # required, accepts MEDIUM, HIGH, MANAGED
4733
+ # },
4734
+ # },
4735
+ # },
4633
4736
  # })
4634
4737
  #
4635
4738
  # @see http://docs.aws.amazon.com/goto/WebAPI/sesv2-2019-09-27/PutConfigurationSetSuppressionOptions AWS API Documentation
@@ -4979,6 +5082,7 @@ module Aws::SESV2
4979
5082
  #
4980
5083
  # * {Types::PutEmailIdentityDkimSigningAttributesResponse#dkim_status #dkim_status} => String
4981
5084
  # * {Types::PutEmailIdentityDkimSigningAttributesResponse#dkim_tokens #dkim_tokens} => Array&lt;String&gt;
5085
+ # * {Types::PutEmailIdentityDkimSigningAttributesResponse#signing_hosted_zone #signing_hosted_zone} => String
4982
5086
  #
4983
5087
  # @example Request syntax with placeholder values
4984
5088
  #
@@ -4998,6 +5102,7 @@ module Aws::SESV2
4998
5102
  # resp.dkim_status #=> String, one of "PENDING", "SUCCESS", "FAILED", "TEMPORARY_FAILURE", "NOT_STARTED"
4999
5103
  # resp.dkim_tokens #=> Array
5000
5104
  # resp.dkim_tokens[0] #=> String
5105
+ # resp.signing_hosted_zone #=> String
5001
5106
  #
5002
5107
  # @see http://docs.aws.amazon.com/goto/WebAPI/sesv2-2019-09-27/PutEmailIdentityDkimSigningAttributes AWS API Documentation
5003
5108
  #
@@ -6114,7 +6219,7 @@ module Aws::SESV2
6114
6219
  tracer: tracer
6115
6220
  )
6116
6221
  context[:gem_name] = 'aws-sdk-sesv2'
6117
- context[:gem_version] = '1.90.0'
6222
+ context[:gem_version] = '1.92.0'
6118
6223
  Seahorse::Client::Request.new(handlers, context)
6119
6224
  end
6120
6225
 
@@ -176,6 +176,9 @@ module Aws::SESV2
176
176
  DomainIspPlacements = Shapes::ListShape.new(name: 'DomainIspPlacements')
177
177
  EmailAddress = Shapes::StringShape.new(name: 'EmailAddress')
178
178
  EmailAddressFilterList = Shapes::ListShape.new(name: 'EmailAddressFilterList')
179
+ EmailAddressInsightsConfidenceVerdict = Shapes::StringShape.new(name: 'EmailAddressInsightsConfidenceVerdict')
180
+ EmailAddressInsightsMailboxEvaluations = Shapes::StructureShape.new(name: 'EmailAddressInsightsMailboxEvaluations')
181
+ EmailAddressInsightsVerdict = Shapes::StructureShape.new(name: 'EmailAddressInsightsVerdict')
179
182
  EmailAddressList = Shapes::ListShape.new(name: 'EmailAddressList')
180
183
  EmailContent = Shapes::StructureShape.new(name: 'EmailContent')
181
184
  EmailInsights = Shapes::StructureShape.new(name: 'EmailInsights')
@@ -252,6 +255,8 @@ module Aws::SESV2
252
255
  GetDomainDeliverabilityCampaignResponse = Shapes::StructureShape.new(name: 'GetDomainDeliverabilityCampaignResponse')
253
256
  GetDomainStatisticsReportRequest = Shapes::StructureShape.new(name: 'GetDomainStatisticsReportRequest')
254
257
  GetDomainStatisticsReportResponse = Shapes::StructureShape.new(name: 'GetDomainStatisticsReportResponse')
258
+ GetEmailAddressInsightsRequest = Shapes::StructureShape.new(name: 'GetEmailAddressInsightsRequest')
259
+ GetEmailAddressInsightsResponse = Shapes::StructureShape.new(name: 'GetEmailAddressInsightsResponse')
255
260
  GetEmailIdentityPoliciesRequest = Shapes::StructureShape.new(name: 'GetEmailIdentityPoliciesRequest')
256
261
  GetEmailIdentityPoliciesResponse = Shapes::StructureShape.new(name: 'GetEmailIdentityPoliciesResponse')
257
262
  GetEmailIdentityRequest = Shapes::StructureShape.new(name: 'GetEmailIdentityRequest')
@@ -274,6 +279,7 @@ module Aws::SESV2
274
279
  GetTenantResponse = Shapes::StructureShape.new(name: 'GetTenantResponse')
275
280
  GuardianAttributes = Shapes::StructureShape.new(name: 'GuardianAttributes')
276
281
  GuardianOptions = Shapes::StructureShape.new(name: 'GuardianOptions')
282
+ HostedZone = Shapes::StringShape.new(name: 'HostedZone')
277
283
  HttpsPolicy = Shapes::StringShape.new(name: 'HttpsPolicy')
278
284
  Identity = Shapes::StringShape.new(name: 'Identity')
279
285
  IdentityInfo = Shapes::StructureShape.new(name: 'IdentityInfo')
@@ -360,6 +366,7 @@ module Aws::SESV2
360
366
  MailFromDomainNotVerifiedException = Shapes::StructureShape.new(name: 'MailFromDomainNotVerifiedException')
361
367
  MailFromDomainStatus = Shapes::StringShape.new(name: 'MailFromDomainStatus')
362
368
  MailType = Shapes::StringShape.new(name: 'MailType')
369
+ MailboxValidation = Shapes::StructureShape.new(name: 'MailboxValidation')
363
370
  Max24HourSend = Shapes::FloatShape.new(name: 'Max24HourSend')
364
371
  MaxDeliverySeconds = Shapes::IntegerShape.new(name: 'MaxDeliverySeconds')
365
372
  MaxItems = Shapes::IntegerShape.new(name: 'MaxItems')
@@ -519,11 +526,16 @@ module Aws::SESV2
519
526
  SuppressedDestinationSummaries = Shapes::ListShape.new(name: 'SuppressedDestinationSummaries')
520
527
  SuppressedDestinationSummary = Shapes::StructureShape.new(name: 'SuppressedDestinationSummary')
521
528
  SuppressionAttributes = Shapes::StructureShape.new(name: 'SuppressionAttributes')
529
+ SuppressionConditionThreshold = Shapes::StructureShape.new(name: 'SuppressionConditionThreshold')
530
+ SuppressionConfidenceThreshold = Shapes::StructureShape.new(name: 'SuppressionConfidenceThreshold')
531
+ SuppressionConfidenceVerdictThreshold = Shapes::StringShape.new(name: 'SuppressionConfidenceVerdictThreshold')
522
532
  SuppressionListDestination = Shapes::StructureShape.new(name: 'SuppressionListDestination')
523
533
  SuppressionListImportAction = Shapes::StringShape.new(name: 'SuppressionListImportAction')
524
534
  SuppressionListReason = Shapes::StringShape.new(name: 'SuppressionListReason')
525
535
  SuppressionListReasons = Shapes::ListShape.new(name: 'SuppressionListReasons')
526
536
  SuppressionOptions = Shapes::StructureShape.new(name: 'SuppressionOptions')
537
+ SuppressionValidationAttributes = Shapes::StructureShape.new(name: 'SuppressionValidationAttributes')
538
+ SuppressionValidationOptions = Shapes::StructureShape.new(name: 'SuppressionValidationOptions')
527
539
  Tag = Shapes::StructureShape.new(name: 'Tag')
528
540
  TagKey = Shapes::StringShape.new(name: 'TagKey')
529
541
  TagKeyList = Shapes::ListShape.new(name: 'TagKeyList')
@@ -755,6 +767,7 @@ module Aws::SESV2
755
767
  CreateCustomVerificationEmailTemplateRequest.add_member(:from_email_address, Shapes::ShapeRef.new(shape: EmailAddress, required: true, location_name: "FromEmailAddress"))
756
768
  CreateCustomVerificationEmailTemplateRequest.add_member(:template_subject, Shapes::ShapeRef.new(shape: EmailTemplateSubject, required: true, location_name: "TemplateSubject"))
757
769
  CreateCustomVerificationEmailTemplateRequest.add_member(:template_content, Shapes::ShapeRef.new(shape: TemplateContent, required: true, location_name: "TemplateContent"))
770
+ CreateCustomVerificationEmailTemplateRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
758
771
  CreateCustomVerificationEmailTemplateRequest.add_member(:success_redirection_url, Shapes::ShapeRef.new(shape: SuccessRedirectionURL, required: true, location_name: "SuccessRedirectionURL"))
759
772
  CreateCustomVerificationEmailTemplateRequest.add_member(:failure_redirection_url, Shapes::ShapeRef.new(shape: FailureRedirectionURL, required: true, location_name: "FailureRedirectionURL"))
760
773
  CreateCustomVerificationEmailTemplateRequest.struct_class = Types::CreateCustomVerificationEmailTemplateRequest
@@ -798,6 +811,7 @@ module Aws::SESV2
798
811
 
799
812
  CreateEmailTemplateRequest.add_member(:template_name, Shapes::ShapeRef.new(shape: EmailTemplateName, required: true, location_name: "TemplateName"))
800
813
  CreateEmailTemplateRequest.add_member(:template_content, Shapes::ShapeRef.new(shape: EmailTemplateContent, required: true, location_name: "TemplateContent"))
814
+ CreateEmailTemplateRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
801
815
  CreateEmailTemplateRequest.struct_class = Types::CreateEmailTemplateRequest
802
816
 
803
817
  CreateEmailTemplateResponse.struct_class = Types::CreateEmailTemplateResponse
@@ -976,6 +990,7 @@ module Aws::SESV2
976
990
  DkimAttributes.add_member(:signing_enabled, Shapes::ShapeRef.new(shape: Enabled, location_name: "SigningEnabled"))
977
991
  DkimAttributes.add_member(:status, Shapes::ShapeRef.new(shape: DkimStatus, location_name: "Status"))
978
992
  DkimAttributes.add_member(:tokens, Shapes::ShapeRef.new(shape: DnsTokenList, location_name: "Tokens"))
993
+ DkimAttributes.add_member(:signing_hosted_zone, Shapes::ShapeRef.new(shape: HostedZone, location_name: "SigningHostedZone"))
979
994
  DkimAttributes.add_member(:signing_attributes_origin, Shapes::ShapeRef.new(shape: DkimSigningAttributesOrigin, location_name: "SigningAttributesOrigin"))
980
995
  DkimAttributes.add_member(:next_signing_key_length, Shapes::ShapeRef.new(shape: DkimSigningKeyLength, location_name: "NextSigningKeyLength"))
981
996
  DkimAttributes.add_member(:current_signing_key_length, Shapes::ShapeRef.new(shape: DkimSigningKeyLength, location_name: "CurrentSigningKeyLength"))
@@ -1026,6 +1041,17 @@ module Aws::SESV2
1026
1041
 
1027
1042
  EmailAddressFilterList.member = Shapes::ShapeRef.new(shape: InsightsEmailAddress)
1028
1043
 
1044
+ EmailAddressInsightsMailboxEvaluations.add_member(:has_valid_syntax, Shapes::ShapeRef.new(shape: EmailAddressInsightsVerdict, location_name: "HasValidSyntax"))
1045
+ EmailAddressInsightsMailboxEvaluations.add_member(:has_valid_dns_records, Shapes::ShapeRef.new(shape: EmailAddressInsightsVerdict, location_name: "HasValidDnsRecords"))
1046
+ EmailAddressInsightsMailboxEvaluations.add_member(:mailbox_exists, Shapes::ShapeRef.new(shape: EmailAddressInsightsVerdict, location_name: "MailboxExists"))
1047
+ EmailAddressInsightsMailboxEvaluations.add_member(:is_role_address, Shapes::ShapeRef.new(shape: EmailAddressInsightsVerdict, location_name: "IsRoleAddress"))
1048
+ EmailAddressInsightsMailboxEvaluations.add_member(:is_disposable, Shapes::ShapeRef.new(shape: EmailAddressInsightsVerdict, location_name: "IsDisposable"))
1049
+ EmailAddressInsightsMailboxEvaluations.add_member(:is_random_input, Shapes::ShapeRef.new(shape: EmailAddressInsightsVerdict, location_name: "IsRandomInput"))
1050
+ EmailAddressInsightsMailboxEvaluations.struct_class = Types::EmailAddressInsightsMailboxEvaluations
1051
+
1052
+ EmailAddressInsightsVerdict.add_member(:confidence_verdict, Shapes::ShapeRef.new(shape: EmailAddressInsightsConfidenceVerdict, location_name: "ConfidenceVerdict"))
1053
+ EmailAddressInsightsVerdict.struct_class = Types::EmailAddressInsightsVerdict
1054
+
1029
1055
  EmailAddressList.member = Shapes::ShapeRef.new(shape: EmailAddress)
1030
1056
 
1031
1057
  EmailContent.add_member(:simple, Shapes::ShapeRef.new(shape: Message, location_name: "Simple"))
@@ -1191,6 +1217,7 @@ module Aws::SESV2
1191
1217
  GetCustomVerificationEmailTemplateResponse.add_member(:from_email_address, Shapes::ShapeRef.new(shape: EmailAddress, location_name: "FromEmailAddress"))
1192
1218
  GetCustomVerificationEmailTemplateResponse.add_member(:template_subject, Shapes::ShapeRef.new(shape: EmailTemplateSubject, location_name: "TemplateSubject"))
1193
1219
  GetCustomVerificationEmailTemplateResponse.add_member(:template_content, Shapes::ShapeRef.new(shape: TemplateContent, location_name: "TemplateContent"))
1220
+ GetCustomVerificationEmailTemplateResponse.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
1194
1221
  GetCustomVerificationEmailTemplateResponse.add_member(:success_redirection_url, Shapes::ShapeRef.new(shape: SuccessRedirectionURL, location_name: "SuccessRedirectionURL"))
1195
1222
  GetCustomVerificationEmailTemplateResponse.add_member(:failure_redirection_url, Shapes::ShapeRef.new(shape: FailureRedirectionURL, location_name: "FailureRedirectionURL"))
1196
1223
  GetCustomVerificationEmailTemplateResponse.struct_class = Types::GetCustomVerificationEmailTemplateResponse
@@ -1250,6 +1277,12 @@ module Aws::SESV2
1250
1277
  GetDomainStatisticsReportResponse.add_member(:daily_volumes, Shapes::ShapeRef.new(shape: DailyVolumes, required: true, location_name: "DailyVolumes"))
1251
1278
  GetDomainStatisticsReportResponse.struct_class = Types::GetDomainStatisticsReportResponse
1252
1279
 
1280
+ GetEmailAddressInsightsRequest.add_member(:email_address, Shapes::ShapeRef.new(shape: EmailAddress, required: true, location_name: "EmailAddress"))
1281
+ GetEmailAddressInsightsRequest.struct_class = Types::GetEmailAddressInsightsRequest
1282
+
1283
+ GetEmailAddressInsightsResponse.add_member(:mailbox_validation, Shapes::ShapeRef.new(shape: MailboxValidation, location_name: "MailboxValidation"))
1284
+ GetEmailAddressInsightsResponse.struct_class = Types::GetEmailAddressInsightsResponse
1285
+
1253
1286
  GetEmailIdentityPoliciesRequest.add_member(:email_identity, Shapes::ShapeRef.new(shape: Identity, required: true, location: "uri", location_name: "EmailIdentity"))
1254
1287
  GetEmailIdentityPoliciesRequest.struct_class = Types::GetEmailIdentityPoliciesRequest
1255
1288
 
@@ -1276,6 +1309,7 @@ module Aws::SESV2
1276
1309
 
1277
1310
  GetEmailTemplateResponse.add_member(:template_name, Shapes::ShapeRef.new(shape: EmailTemplateName, required: true, location_name: "TemplateName"))
1278
1311
  GetEmailTemplateResponse.add_member(:template_content, Shapes::ShapeRef.new(shape: EmailTemplateContent, required: true, location_name: "TemplateContent"))
1312
+ GetEmailTemplateResponse.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
1279
1313
  GetEmailTemplateResponse.struct_class = Types::GetEmailTemplateResponse
1280
1314
 
1281
1315
  GetExportJobRequest.add_member(:job_id, Shapes::ShapeRef.new(shape: JobId, required: true, location: "uri", location_name: "JobId"))
@@ -1608,6 +1642,10 @@ module Aws::SESV2
1608
1642
 
1609
1643
  MailFromDomainNotVerifiedException.struct_class = Types::MailFromDomainNotVerifiedException
1610
1644
 
1645
+ MailboxValidation.add_member(:is_valid, Shapes::ShapeRef.new(shape: EmailAddressInsightsVerdict, location_name: "IsValid"))
1646
+ MailboxValidation.add_member(:evaluations, Shapes::ShapeRef.new(shape: EmailAddressInsightsMailboxEvaluations, location_name: "Evaluations"))
1647
+ MailboxValidation.struct_class = Types::MailboxValidation
1648
+
1611
1649
  Message.add_member(:subject, Shapes::ShapeRef.new(shape: Content, required: true, location_name: "Subject"))
1612
1650
  Message.add_member(:body, Shapes::ShapeRef.new(shape: Body, required: true, location_name: "Body"))
1613
1651
  Message.add_member(:headers, Shapes::ShapeRef.new(shape: MessageHeaderList, location_name: "Headers"))
@@ -1717,6 +1755,7 @@ module Aws::SESV2
1717
1755
  PutAccountSendingAttributesResponse.struct_class = Types::PutAccountSendingAttributesResponse
1718
1756
 
1719
1757
  PutAccountSuppressionAttributesRequest.add_member(:suppressed_reasons, Shapes::ShapeRef.new(shape: SuppressionListReasons, location_name: "SuppressedReasons"))
1758
+ PutAccountSuppressionAttributesRequest.add_member(:validation_attributes, Shapes::ShapeRef.new(shape: SuppressionValidationAttributes, location_name: "ValidationAttributes"))
1720
1759
  PutAccountSuppressionAttributesRequest.struct_class = Types::PutAccountSuppressionAttributesRequest
1721
1760
 
1722
1761
  PutAccountSuppressionAttributesResponse.struct_class = Types::PutAccountSuppressionAttributesResponse
@@ -1754,6 +1793,7 @@ module Aws::SESV2
1754
1793
 
1755
1794
  PutConfigurationSetSuppressionOptionsRequest.add_member(:configuration_set_name, Shapes::ShapeRef.new(shape: ConfigurationSetName, required: true, location: "uri", location_name: "ConfigurationSetName"))
1756
1795
  PutConfigurationSetSuppressionOptionsRequest.add_member(:suppressed_reasons, Shapes::ShapeRef.new(shape: SuppressionListReasons, location_name: "SuppressedReasons"))
1796
+ PutConfigurationSetSuppressionOptionsRequest.add_member(:validation_options, Shapes::ShapeRef.new(shape: SuppressionValidationOptions, location_name: "ValidationOptions"))
1757
1797
  PutConfigurationSetSuppressionOptionsRequest.struct_class = Types::PutConfigurationSetSuppressionOptionsRequest
1758
1798
 
1759
1799
  PutConfigurationSetSuppressionOptionsResponse.struct_class = Types::PutConfigurationSetSuppressionOptionsResponse
@@ -1814,6 +1854,7 @@ module Aws::SESV2
1814
1854
 
1815
1855
  PutEmailIdentityDkimSigningAttributesResponse.add_member(:dkim_status, Shapes::ShapeRef.new(shape: DkimStatus, location_name: "DkimStatus"))
1816
1856
  PutEmailIdentityDkimSigningAttributesResponse.add_member(:dkim_tokens, Shapes::ShapeRef.new(shape: DnsTokenList, location_name: "DkimTokens"))
1857
+ PutEmailIdentityDkimSigningAttributesResponse.add_member(:signing_hosted_zone, Shapes::ShapeRef.new(shape: HostedZone, location_name: "SigningHostedZone"))
1817
1858
  PutEmailIdentityDkimSigningAttributesResponse.struct_class = Types::PutEmailIdentityDkimSigningAttributesResponse
1818
1859
 
1819
1860
  PutEmailIdentityFeedbackAttributesRequest.add_member(:email_identity, Shapes::ShapeRef.new(shape: Identity, required: true, location: "uri", location_name: "EmailIdentity"))
@@ -1979,16 +2020,31 @@ module Aws::SESV2
1979
2020
  SuppressedDestinationSummary.struct_class = Types::SuppressedDestinationSummary
1980
2021
 
1981
2022
  SuppressionAttributes.add_member(:suppressed_reasons, Shapes::ShapeRef.new(shape: SuppressionListReasons, location_name: "SuppressedReasons"))
2023
+ SuppressionAttributes.add_member(:validation_attributes, Shapes::ShapeRef.new(shape: SuppressionValidationAttributes, location_name: "ValidationAttributes"))
1982
2024
  SuppressionAttributes.struct_class = Types::SuppressionAttributes
1983
2025
 
2026
+ SuppressionConditionThreshold.add_member(:condition_threshold_enabled, Shapes::ShapeRef.new(shape: FeatureStatus, required: true, location_name: "ConditionThresholdEnabled"))
2027
+ SuppressionConditionThreshold.add_member(:overall_confidence_threshold, Shapes::ShapeRef.new(shape: SuppressionConfidenceThreshold, location_name: "OverallConfidenceThreshold"))
2028
+ SuppressionConditionThreshold.struct_class = Types::SuppressionConditionThreshold
2029
+
2030
+ SuppressionConfidenceThreshold.add_member(:confidence_verdict_threshold, Shapes::ShapeRef.new(shape: SuppressionConfidenceVerdictThreshold, required: true, location_name: "ConfidenceVerdictThreshold"))
2031
+ SuppressionConfidenceThreshold.struct_class = Types::SuppressionConfidenceThreshold
2032
+
1984
2033
  SuppressionListDestination.add_member(:suppression_list_import_action, Shapes::ShapeRef.new(shape: SuppressionListImportAction, required: true, location_name: "SuppressionListImportAction"))
1985
2034
  SuppressionListDestination.struct_class = Types::SuppressionListDestination
1986
2035
 
1987
2036
  SuppressionListReasons.member = Shapes::ShapeRef.new(shape: SuppressionListReason)
1988
2037
 
1989
2038
  SuppressionOptions.add_member(:suppressed_reasons, Shapes::ShapeRef.new(shape: SuppressionListReasons, location_name: "SuppressedReasons"))
2039
+ SuppressionOptions.add_member(:validation_options, Shapes::ShapeRef.new(shape: SuppressionValidationOptions, location_name: "ValidationOptions"))
1990
2040
  SuppressionOptions.struct_class = Types::SuppressionOptions
1991
2041
 
2042
+ SuppressionValidationAttributes.add_member(:condition_threshold, Shapes::ShapeRef.new(shape: SuppressionConditionThreshold, required: true, location_name: "ConditionThreshold"))
2043
+ SuppressionValidationAttributes.struct_class = Types::SuppressionValidationAttributes
2044
+
2045
+ SuppressionValidationOptions.add_member(:condition_threshold, Shapes::ShapeRef.new(shape: SuppressionConditionThreshold, required: true, location_name: "ConditionThreshold"))
2046
+ SuppressionValidationOptions.struct_class = Types::SuppressionValidationOptions
2047
+
1992
2048
  Tag.add_member(:key, Shapes::ShapeRef.new(shape: TagKey, required: true, location_name: "Key"))
1993
2049
  Tag.add_member(:value, Shapes::ShapeRef.new(shape: TagValue, required: true, location_name: "Value"))
1994
2050
  Tag.struct_class = Types::Tag
@@ -2696,6 +2752,16 @@ module Aws::SESV2
2696
2752
  o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
2697
2753
  end)
2698
2754
 
2755
+ api.add_operation(:get_email_address_insights, Seahorse::Model::Operation.new.tap do |o|
2756
+ o.name = "GetEmailAddressInsights"
2757
+ o.http_method = "POST"
2758
+ o.http_request_uri = "/v2/email/email-address-insights/"
2759
+ o.input = Shapes::ShapeRef.new(shape: GetEmailAddressInsightsRequest)
2760
+ o.output = Shapes::ShapeRef.new(shape: GetEmailAddressInsightsResponse)
2761
+ o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
2762
+ o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
2763
+ end)
2764
+
2699
2765
  api.add_operation(:get_email_identity, Seahorse::Model::Operation.new.tap do |o|
2700
2766
  o.name = "GetEmailIdentity"
2701
2767
  o.http_method = "GET"
@@ -934,6 +934,11 @@ module Aws::SESV2
934
934
  # [1]: https://docs.aws.amazon.com/ses/latest/dg/creating-identities.html#send-email-verify-address-custom-faq
935
935
  # @return [String]
936
936
  #
937
+ # @!attribute [rw] tags
938
+ # An array of objects that define the tags (keys and values) to
939
+ # associate with the custom verification email template.
940
+ # @return [Array<Types::Tag>]
941
+ #
937
942
  # @!attribute [rw] success_redirection_url
938
943
  # The URL that the recipient of the verification email is sent to if
939
944
  # his or her address is successfully verified.
@@ -951,6 +956,7 @@ module Aws::SESV2
951
956
  :from_email_address,
952
957
  :template_subject,
953
958
  :template_content,
959
+ :tags,
954
960
  :success_redirection_url,
955
961
  :failure_redirection_url)
956
962
  SENSITIVE = []
@@ -1206,11 +1212,17 @@ module Aws::SESV2
1206
1212
  # HTML part, and a text-only part.
1207
1213
  # @return [Types::EmailTemplateContent]
1208
1214
  #
1215
+ # @!attribute [rw] tags
1216
+ # An array of objects that define the tags (keys and values) to
1217
+ # associate with the email template.
1218
+ # @return [Array<Types::Tag>]
1219
+ #
1209
1220
  # @see http://docs.aws.amazon.com/goto/WebAPI/sesv2-2019-09-27/CreateEmailTemplateRequest AWS API Documentation
1210
1221
  #
1211
1222
  class CreateEmailTemplateRequest < Struct.new(
1212
1223
  :template_name,
1213
- :template_content)
1224
+ :template_content,
1225
+ :tags)
1214
1226
  SENSITIVE = []
1215
1227
  include Aws::Structure
1216
1228
  end
@@ -2173,6 +2185,25 @@ module Aws::SESV2
2173
2185
  # [1]: https://docs.aws.amazon.com/ses/latest/DeveloperGuide/easy-dkim.html
2174
2186
  # @return [Array<String>]
2175
2187
  #
2188
+ # @!attribute [rw] signing_hosted_zone
2189
+ # The hosted zone where Amazon SES publishes the DKIM public key TXT
2190
+ # records for this email identity. This value indicates the DNS zone
2191
+ # that customers must reference when configuring their CNAME records
2192
+ # for DKIM authentication.
2193
+ #
2194
+ # When configuring DKIM for your domain, create CNAME records in your
2195
+ # DNS that point to the selectors in this hosted zone. For example:
2196
+ #
2197
+ # ` selector1._domainkey.yourdomain.com CNAME
2198
+ # selector1.<SigningHostedZone> `
2199
+ #
2200
+ # ` selector2._domainkey.yourdomain.com CNAME
2201
+ # selector2.<SigningHostedZone> `
2202
+ #
2203
+ # ` selector3._domainkey.yourdomain.com CNAME
2204
+ # selector3.<SigningHostedZone> `
2205
+ # @return [String]
2206
+ #
2176
2207
  # @!attribute [rw] signing_attributes_origin
2177
2208
  # A string that indicates how DKIM was configured for the identity.
2178
2209
  # These are the possible values:
@@ -2334,6 +2365,7 @@ module Aws::SESV2
2334
2365
  :signing_enabled,
2335
2366
  :status,
2336
2367
  :tokens,
2368
+ :signing_hosted_zone,
2337
2369
  :signing_attributes_origin,
2338
2370
  :next_signing_key_length,
2339
2371
  :current_signing_key_length,
@@ -2685,6 +2717,64 @@ module Aws::SESV2
2685
2717
  include Aws::Structure
2686
2718
  end
2687
2719
 
2720
+ # Contains individual validation checks performed on an email address.
2721
+ #
2722
+ # @!attribute [rw] has_valid_syntax
2723
+ # Checks that the email address follows proper RFC standards and
2724
+ # contains valid characters in the correct format.
2725
+ # @return [Types::EmailAddressInsightsVerdict]
2726
+ #
2727
+ # @!attribute [rw] has_valid_dns_records
2728
+ # Checks that the domain exists, has valid DNS records, and is
2729
+ # configured to receive email.
2730
+ # @return [Types::EmailAddressInsightsVerdict]
2731
+ #
2732
+ # @!attribute [rw] mailbox_exists
2733
+ # Checks that the mailbox exists and can receive messages without
2734
+ # actually sending an email.
2735
+ # @return [Types::EmailAddressInsightsVerdict]
2736
+ #
2737
+ # @!attribute [rw] is_role_address
2738
+ # Identifies role-based addresses (such as admin@, support@, or info@)
2739
+ # that may have lower engagement rates.
2740
+ # @return [Types::EmailAddressInsightsVerdict]
2741
+ #
2742
+ # @!attribute [rw] is_disposable
2743
+ # Checks disposable or temporary email addresses that could negatively
2744
+ # impact your sender reputation.
2745
+ # @return [Types::EmailAddressInsightsVerdict]
2746
+ #
2747
+ # @!attribute [rw] is_random_input
2748
+ # Checks if the input appears to be random text.
2749
+ # @return [Types::EmailAddressInsightsVerdict]
2750
+ #
2751
+ # @see http://docs.aws.amazon.com/goto/WebAPI/sesv2-2019-09-27/EmailAddressInsightsMailboxEvaluations AWS API Documentation
2752
+ #
2753
+ class EmailAddressInsightsMailboxEvaluations < Struct.new(
2754
+ :has_valid_syntax,
2755
+ :has_valid_dns_records,
2756
+ :mailbox_exists,
2757
+ :is_role_address,
2758
+ :is_disposable,
2759
+ :is_random_input)
2760
+ SENSITIVE = []
2761
+ include Aws::Structure
2762
+ end
2763
+
2764
+ # Contains the overall validation verdict for an email address.
2765
+ #
2766
+ # @!attribute [rw] confidence_verdict
2767
+ # The confidence level of the validation verdict.
2768
+ # @return [String]
2769
+ #
2770
+ # @see http://docs.aws.amazon.com/goto/WebAPI/sesv2-2019-09-27/EmailAddressInsightsVerdict AWS API Documentation
2771
+ #
2772
+ class EmailAddressInsightsVerdict < Struct.new(
2773
+ :confidence_verdict)
2774
+ SENSITIVE = []
2775
+ include Aws::Structure
2776
+ end
2777
+
2688
2778
  # An object that defines the entire content of the email, including the
2689
2779
  # message headers, body content, and attachments. For a simple email
2690
2780
  # message, you specify the subject and provide both text and HTML
@@ -3622,6 +3712,11 @@ module Aws::SESV2
3622
3712
  # The content of the custom verification email.
3623
3713
  # @return [String]
3624
3714
  #
3715
+ # @!attribute [rw] tags
3716
+ # An array of objects that define the tags (keys and values) that are
3717
+ # associated with the custom verification email template.
3718
+ # @return [Array<Types::Tag>]
3719
+ #
3625
3720
  # @!attribute [rw] success_redirection_url
3626
3721
  # The URL that the recipient of the verification email is sent to if
3627
3722
  # his or her address is successfully verified.
@@ -3639,6 +3734,7 @@ module Aws::SESV2
3639
3734
  :from_email_address,
3640
3735
  :template_subject,
3641
3736
  :template_content,
3737
+ :tags,
3642
3738
  :success_redirection_url,
3643
3739
  :failure_redirection_url)
3644
3740
  SENSITIVE = []
@@ -3969,6 +4065,34 @@ module Aws::SESV2
3969
4065
  include Aws::Structure
3970
4066
  end
3971
4067
 
4068
+ # A request to return validation insights about an email address.
4069
+ #
4070
+ # @!attribute [rw] email_address
4071
+ # The email address to analyze for validation insights.
4072
+ # @return [String]
4073
+ #
4074
+ # @see http://docs.aws.amazon.com/goto/WebAPI/sesv2-2019-09-27/GetEmailAddressInsightsRequest AWS API Documentation
4075
+ #
4076
+ class GetEmailAddressInsightsRequest < Struct.new(
4077
+ :email_address)
4078
+ SENSITIVE = []
4079
+ include Aws::Structure
4080
+ end
4081
+
4082
+ # Validation insights about an email address.
4083
+ #
4084
+ # @!attribute [rw] mailbox_validation
4085
+ # Detailed validation results for the email address.
4086
+ # @return [Types::MailboxValidation]
4087
+ #
4088
+ # @see http://docs.aws.amazon.com/goto/WebAPI/sesv2-2019-09-27/GetEmailAddressInsightsResponse AWS API Documentation
4089
+ #
4090
+ class GetEmailAddressInsightsResponse < Struct.new(
4091
+ :mailbox_validation)
4092
+ SENSITIVE = []
4093
+ include Aws::Structure
4094
+ end
4095
+
3972
4096
  # A request to return the policies of an email identity.
3973
4097
  #
3974
4098
  # @!attribute [rw] email_identity
@@ -4134,11 +4258,17 @@ module Aws::SESV2
4134
4258
  # HTML part, and a text-only part.
4135
4259
  # @return [Types::EmailTemplateContent]
4136
4260
  #
4261
+ # @!attribute [rw] tags
4262
+ # An array of objects that define the tags (keys and values) that are
4263
+ # associated with the email template.
4264
+ # @return [Array<Types::Tag>]
4265
+ #
4137
4266
  # @see http://docs.aws.amazon.com/goto/WebAPI/sesv2-2019-09-27/GetEmailTemplateResponse AWS API Documentation
4138
4267
  #
4139
4268
  class GetEmailTemplateResponse < Struct.new(
4140
4269
  :template_name,
4141
- :template_content)
4270
+ :template_content,
4271
+ :tags)
4142
4272
  SENSITIVE = []
4143
4273
  include Aws::Structure
4144
4274
  end
@@ -5923,6 +6053,25 @@ module Aws::SESV2
5923
6053
  #
5924
6054
  class MailFromDomainNotVerifiedException < Aws::EmptyStructure; end
5925
6055
 
6056
+ # Contains detailed validation information about an email address.
6057
+ #
6058
+ # @!attribute [rw] is_valid
6059
+ # Overall validity assessment with a confidence verdict.
6060
+ # @return [Types::EmailAddressInsightsVerdict]
6061
+ #
6062
+ # @!attribute [rw] evaluations
6063
+ # Specific validation checks performed on the email address.
6064
+ # @return [Types::EmailAddressInsightsMailboxEvaluations]
6065
+ #
6066
+ # @see http://docs.aws.amazon.com/goto/WebAPI/sesv2-2019-09-27/MailboxValidation AWS API Documentation
6067
+ #
6068
+ class MailboxValidation < Struct.new(
6069
+ :is_valid,
6070
+ :evaluations)
6071
+ SENSITIVE = []
6072
+ include Aws::Structure
6073
+ end
6074
+
5926
6075
  # Represents the email message that you're sending. The `Message`
5927
6076
  # object consists of a subject line and a message body.
5928
6077
  #
@@ -6497,10 +6646,16 @@ module Aws::SESV2
6497
6646
  # in a hard bounce.
6498
6647
  # @return [Array<String>]
6499
6648
  #
6649
+ # @!attribute [rw] validation_attributes
6650
+ # An object that contains additional suppression attributes for your
6651
+ # account.
6652
+ # @return [Types::SuppressionValidationAttributes]
6653
+ #
6500
6654
  # @see http://docs.aws.amazon.com/goto/WebAPI/sesv2-2019-09-27/PutAccountSuppressionAttributesRequest AWS API Documentation
6501
6655
  #
6502
6656
  class PutAccountSuppressionAttributesRequest < Struct.new(
6503
- :suppressed_reasons)
6657
+ :suppressed_reasons,
6658
+ :validation_attributes)
6504
6659
  SENSITIVE = []
6505
6660
  include Aws::Structure
6506
6661
  end
@@ -6684,11 +6839,18 @@ module Aws::SESV2
6684
6839
  # in a hard bounce.
6685
6840
  # @return [Array<String>]
6686
6841
  #
6842
+ # @!attribute [rw] validation_options
6843
+ # An object that contains information about the email address
6844
+ # suppression preferences for the configuration set in the current
6845
+ # Amazon Web Services Region.
6846
+ # @return [Types::SuppressionValidationOptions]
6847
+ #
6687
6848
  # @see http://docs.aws.amazon.com/goto/WebAPI/sesv2-2019-09-27/PutConfigurationSetSuppressionOptionsRequest AWS API Documentation
6688
6849
  #
6689
6850
  class PutConfigurationSetSuppressionOptionsRequest < Struct.new(
6690
6851
  :configuration_set_name,
6691
- :suppressed_reasons)
6852
+ :suppressed_reasons,
6853
+ :validation_options)
6692
6854
  SENSITIVE = []
6693
6855
  include Aws::Structure
6694
6856
  end
@@ -7056,11 +7218,31 @@ module Aws::SESV2
7056
7218
  # [1]: https://docs.aws.amazon.com/ses/latest/DeveloperGuide/easy-dkim.html
7057
7219
  # @return [Array<String>]
7058
7220
  #
7221
+ # @!attribute [rw] signing_hosted_zone
7222
+ # The hosted zone where Amazon SES publishes the DKIM public key TXT
7223
+ # records for this email identity. This value indicates the DNS zone
7224
+ # that customers must reference when configuring their CNAME records
7225
+ # for DKIM authentication.
7226
+ #
7227
+ # When configuring DKIM for your domain, create CNAME records in your
7228
+ # DNS that point to the selectors in this hosted zone. For example:
7229
+ #
7230
+ # ` selector1._domainkey.yourdomain.com CNAME
7231
+ # selector1.<SigningHostedZone> `
7232
+ #
7233
+ # ` selector2._domainkey.yourdomain.com CNAME
7234
+ # selector2.<SigningHostedZone> `
7235
+ #
7236
+ # ` selector3._domainkey.yourdomain.com CNAME
7237
+ # selector3.<SigningHostedZone> `
7238
+ # @return [String]
7239
+ #
7059
7240
  # @see http://docs.aws.amazon.com/goto/WebAPI/sesv2-2019-09-27/PutEmailIdentityDkimSigningAttributesResponse AWS API Documentation
7060
7241
  #
7061
7242
  class PutEmailIdentityDkimSigningAttributesResponse < Struct.new(
7062
7243
  :dkim_status,
7063
- :dkim_tokens)
7244
+ :dkim_tokens,
7245
+ :signing_hosted_zone)
7064
7246
  SENSITIVE = []
7065
7247
  include Aws::Structure
7066
7248
  end
@@ -8048,10 +8230,58 @@ module Aws::SESV2
8048
8230
  # in a hard bounce.
8049
8231
  # @return [Array<String>]
8050
8232
  #
8233
+ # @!attribute [rw] validation_attributes
8234
+ # Structure containing validation attributes used for suppressing
8235
+ # sending to specific destination on account level.
8236
+ # @return [Types::SuppressionValidationAttributes]
8237
+ #
8051
8238
  # @see http://docs.aws.amazon.com/goto/WebAPI/sesv2-2019-09-27/SuppressionAttributes AWS API Documentation
8052
8239
  #
8053
8240
  class SuppressionAttributes < Struct.new(
8054
- :suppressed_reasons)
8241
+ :suppressed_reasons,
8242
+ :validation_attributes)
8243
+ SENSITIVE = []
8244
+ include Aws::Structure
8245
+ end
8246
+
8247
+ # Contains Auto Validation settings, allowing you to suppress sending to
8248
+ # specific destination(s) if they do not meet required threshold. For
8249
+ # details on Auto Validation, see [Auto Validation][1].
8250
+ #
8251
+ #
8252
+ #
8253
+ # [1]: https://docs.aws.amazon.com/ses/latest/DeveloperGuide/email-validation.html
8254
+ #
8255
+ # @!attribute [rw] condition_threshold_enabled
8256
+ # Indicates whether Auto Validation is enabled for suppression. Set to
8257
+ # `ENABLED` to enable the Auto Validation feature, or set to
8258
+ # `DISABLED` to disable it.
8259
+ # @return [String]
8260
+ #
8261
+ # @!attribute [rw] overall_confidence_threshold
8262
+ # The overall confidence threshold used to determine suppression
8263
+ # decisions.
8264
+ # @return [Types::SuppressionConfidenceThreshold]
8265
+ #
8266
+ # @see http://docs.aws.amazon.com/goto/WebAPI/sesv2-2019-09-27/SuppressionConditionThreshold AWS API Documentation
8267
+ #
8268
+ class SuppressionConditionThreshold < Struct.new(
8269
+ :condition_threshold_enabled,
8270
+ :overall_confidence_threshold)
8271
+ SENSITIVE = []
8272
+ include Aws::Structure
8273
+ end
8274
+
8275
+ # Contains the confidence threshold settings for Auto Validation.
8276
+ #
8277
+ # @!attribute [rw] confidence_verdict_threshold
8278
+ # The confidence level threshold for suppression decisions.
8279
+ # @return [String]
8280
+ #
8281
+ # @see http://docs.aws.amazon.com/goto/WebAPI/sesv2-2019-09-27/SuppressionConfidenceThreshold AWS API Documentation
8282
+ #
8283
+ class SuppressionConfidenceThreshold < Struct.new(
8284
+ :confidence_verdict_threshold)
8055
8285
  SENSITIVE = []
8056
8286
  include Aws::Structure
8057
8287
  end
@@ -8093,10 +8323,46 @@ module Aws::SESV2
8093
8323
  # in a hard bounce.
8094
8324
  # @return [Array<String>]
8095
8325
  #
8326
+ # @!attribute [rw] validation_options
8327
+ # Contains validation options for email address suppression.
8328
+ # @return [Types::SuppressionValidationOptions]
8329
+ #
8096
8330
  # @see http://docs.aws.amazon.com/goto/WebAPI/sesv2-2019-09-27/SuppressionOptions AWS API Documentation
8097
8331
  #
8098
8332
  class SuppressionOptions < Struct.new(
8099
- :suppressed_reasons)
8333
+ :suppressed_reasons,
8334
+ :validation_options)
8335
+ SENSITIVE = []
8336
+ include Aws::Structure
8337
+ end
8338
+
8339
+ # Structure containing validation attributes used for suppressing
8340
+ # sending to specific destination on account level.
8341
+ #
8342
+ # @!attribute [rw] condition_threshold
8343
+ # Specifies the condition threshold settings for account-level
8344
+ # suppression.
8345
+ # @return [Types::SuppressionConditionThreshold]
8346
+ #
8347
+ # @see http://docs.aws.amazon.com/goto/WebAPI/sesv2-2019-09-27/SuppressionValidationAttributes AWS API Documentation
8348
+ #
8349
+ class SuppressionValidationAttributes < Struct.new(
8350
+ :condition_threshold)
8351
+ SENSITIVE = []
8352
+ include Aws::Structure
8353
+ end
8354
+
8355
+ # Contains validation options for email address suppression.
8356
+ #
8357
+ # @!attribute [rw] condition_threshold
8358
+ # Specifies the condition threshold settings for suppression
8359
+ # validation.
8360
+ # @return [Types::SuppressionConditionThreshold]
8361
+ #
8362
+ # @see http://docs.aws.amazon.com/goto/WebAPI/sesv2-2019-09-27/SuppressionValidationOptions AWS API Documentation
8363
+ #
8364
+ class SuppressionValidationOptions < Struct.new(
8365
+ :condition_threshold)
8100
8366
  SENSITIVE = []
8101
8367
  include Aws::Structure
8102
8368
  end
data/lib/aws-sdk-sesv2.rb CHANGED
@@ -54,7 +54,7 @@ module Aws::SESV2
54
54
  autoload :EndpointProvider, 'aws-sdk-sesv2/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-sesv2/endpoints'
56
56
 
57
- GEM_VERSION = '1.90.0'
57
+ GEM_VERSION = '1.92.0'
58
58
 
59
59
  end
60
60
 
data/sig/client.rbs CHANGED
@@ -136,7 +136,15 @@ module Aws
136
136
  },
137
137
  ],
138
138
  ?suppression_options: {
139
- suppressed_reasons: Array[("BOUNCE" | "COMPLAINT")]?
139
+ suppressed_reasons: Array[("BOUNCE" | "COMPLAINT")]?,
140
+ validation_options: {
141
+ condition_threshold: {
142
+ condition_threshold_enabled: ("ENABLED" | "DISABLED"),
143
+ overall_confidence_threshold: {
144
+ confidence_verdict_threshold: ("MEDIUM" | "HIGH" | "MANAGED")
145
+ }?
146
+ }
147
+ }?
140
148
  },
141
149
  ?vdm_options: {
142
150
  dashboard_options: {
@@ -239,6 +247,12 @@ module Aws
239
247
  from_email_address: ::String,
240
248
  template_subject: ::String,
241
249
  template_content: ::String,
250
+ ?tags: Array[
251
+ {
252
+ key: ::String,
253
+ value: ::String
254
+ },
255
+ ],
242
256
  success_redirection_url: ::String,
243
257
  failure_redirection_url: ::String
244
258
  ) -> _CreateCustomVerificationEmailTemplateResponseSuccess
@@ -389,7 +403,13 @@ module Aws
389
403
  subject: ::String?,
390
404
  text: ::String?,
391
405
  html: ::String?
392
- }
406
+ },
407
+ ?tags: Array[
408
+ {
409
+ key: ::String,
410
+ value: ::String
411
+ },
412
+ ]
393
413
  ) -> _CreateEmailTemplateResponseSuccess
394
414
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateEmailTemplateResponseSuccess
395
415
 
@@ -733,6 +753,7 @@ module Aws
733
753
  def from_email_address: () -> ::String
734
754
  def template_subject: () -> ::String
735
755
  def template_content: () -> ::String
756
+ def tags: () -> ::Array[Types::Tag]
736
757
  def success_redirection_url: () -> ::String
737
758
  def failure_redirection_url: () -> ::String
738
759
  end
@@ -825,6 +846,16 @@ module Aws
825
846
  ) -> _GetDomainStatisticsReportResponseSuccess
826
847
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetDomainStatisticsReportResponseSuccess
827
848
 
849
+ interface _GetEmailAddressInsightsResponseSuccess
850
+ include ::Seahorse::Client::_ResponseSuccess[Types::GetEmailAddressInsightsResponse]
851
+ def mailbox_validation: () -> Types::MailboxValidation
852
+ end
853
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/SESV2/Client.html#get_email_address_insights-instance_method
854
+ def get_email_address_insights: (
855
+ email_address: ::String
856
+ ) -> _GetEmailAddressInsightsResponseSuccess
857
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetEmailAddressInsightsResponseSuccess
858
+
828
859
  interface _GetEmailIdentityResponseSuccess
829
860
  include ::Seahorse::Client::_ResponseSuccess[Types::GetEmailIdentityResponse]
830
861
  def identity_type: () -> ("EMAIL_ADDRESS" | "DOMAIN" | "MANAGED_DOMAIN")
@@ -858,6 +889,7 @@ module Aws
858
889
  include ::Seahorse::Client::_ResponseSuccess[Types::GetEmailTemplateResponse]
859
890
  def template_name: () -> ::String
860
891
  def template_content: () -> Types::EmailTemplateContent
892
+ def tags: () -> ::Array[Types::Tag]
861
893
  end
862
894
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/SESV2/Client.html#get_email_template-instance_method
863
895
  def get_email_template: (
@@ -1246,7 +1278,15 @@ module Aws
1246
1278
  end
1247
1279
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/SESV2/Client.html#put_account_suppression_attributes-instance_method
1248
1280
  def put_account_suppression_attributes: (
1249
- ?suppressed_reasons: Array[("BOUNCE" | "COMPLAINT")]
1281
+ ?suppressed_reasons: Array[("BOUNCE" | "COMPLAINT")],
1282
+ ?validation_attributes: {
1283
+ condition_threshold: {
1284
+ condition_threshold_enabled: ("ENABLED" | "DISABLED"),
1285
+ overall_confidence_threshold: {
1286
+ confidence_verdict_threshold: ("MEDIUM" | "HIGH" | "MANAGED")
1287
+ }?
1288
+ }
1289
+ }
1250
1290
  ) -> _PutAccountSuppressionAttributesResponseSuccess
1251
1291
  | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _PutAccountSuppressionAttributesResponseSuccess
1252
1292
 
@@ -1315,7 +1355,15 @@ module Aws
1315
1355
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/SESV2/Client.html#put_configuration_set_suppression_options-instance_method
1316
1356
  def put_configuration_set_suppression_options: (
1317
1357
  configuration_set_name: ::String,
1318
- ?suppressed_reasons: Array[("BOUNCE" | "COMPLAINT")]
1358
+ ?suppressed_reasons: Array[("BOUNCE" | "COMPLAINT")],
1359
+ ?validation_options: {
1360
+ condition_threshold: {
1361
+ condition_threshold_enabled: ("ENABLED" | "DISABLED"),
1362
+ overall_confidence_threshold: {
1363
+ confidence_verdict_threshold: ("MEDIUM" | "HIGH" | "MANAGED")
1364
+ }?
1365
+ }
1366
+ }
1319
1367
  ) -> _PutConfigurationSetSuppressionOptionsResponseSuccess
1320
1368
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _PutConfigurationSetSuppressionOptionsResponseSuccess
1321
1369
 
@@ -1420,6 +1468,7 @@ module Aws
1420
1468
  include ::Seahorse::Client::_ResponseSuccess[Types::PutEmailIdentityDkimSigningAttributesResponse]
1421
1469
  def dkim_status: () -> ("PENDING" | "SUCCESS" | "FAILED" | "TEMPORARY_FAILURE" | "NOT_STARTED")
1422
1470
  def dkim_tokens: () -> ::Array[::String]
1471
+ def signing_hosted_zone: () -> ::String
1423
1472
  end
1424
1473
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/SESV2/Client.html#put_email_identity_dkim_signing_attributes-instance_method
1425
1474
  def put_email_identity_dkim_signing_attributes: (
data/sig/types.rbs CHANGED
@@ -217,6 +217,7 @@ module Aws::SESV2
217
217
  attr_accessor from_email_address: ::String
218
218
  attr_accessor template_subject: ::String
219
219
  attr_accessor template_content: ::String
220
+ attr_accessor tags: ::Array[Types::Tag]
220
221
  attr_accessor success_redirection_url: ::String
221
222
  attr_accessor failure_redirection_url: ::String
222
223
  SENSITIVE: []
@@ -277,6 +278,7 @@ module Aws::SESV2
277
278
  class CreateEmailTemplateRequest
278
279
  attr_accessor template_name: ::String
279
280
  attr_accessor template_content: Types::EmailTemplateContent
281
+ attr_accessor tags: ::Array[Types::Tag]
280
282
  SENSITIVE: []
281
283
  end
282
284
 
@@ -526,6 +528,7 @@ module Aws::SESV2
526
528
  attr_accessor signing_enabled: bool
527
529
  attr_accessor status: ("PENDING" | "SUCCESS" | "FAILED" | "TEMPORARY_FAILURE" | "NOT_STARTED")
528
530
  attr_accessor tokens: ::Array[::String]
531
+ attr_accessor signing_hosted_zone: ::String
529
532
  attr_accessor signing_attributes_origin: ("AWS_SES" | "EXTERNAL" | "AWS_SES_AF_SOUTH_1" | "AWS_SES_EU_NORTH_1" | "AWS_SES_AP_SOUTH_1" | "AWS_SES_EU_WEST_3" | "AWS_SES_EU_WEST_2" | "AWS_SES_EU_SOUTH_1" | "AWS_SES_EU_WEST_1" | "AWS_SES_AP_NORTHEAST_3" | "AWS_SES_AP_NORTHEAST_2" | "AWS_SES_ME_SOUTH_1" | "AWS_SES_AP_NORTHEAST_1" | "AWS_SES_IL_CENTRAL_1" | "AWS_SES_SA_EAST_1" | "AWS_SES_CA_CENTRAL_1" | "AWS_SES_AP_SOUTHEAST_1" | "AWS_SES_AP_SOUTHEAST_2" | "AWS_SES_AP_SOUTHEAST_3" | "AWS_SES_EU_CENTRAL_1" | "AWS_SES_US_EAST_1" | "AWS_SES_US_EAST_2" | "AWS_SES_US_WEST_1" | "AWS_SES_US_WEST_2" | "AWS_SES_ME_CENTRAL_1" | "AWS_SES_AP_SOUTH_2" | "AWS_SES_EU_CENTRAL_2" | "AWS_SES_AP_SOUTHEAST_5" | "AWS_SES_CA_WEST_1")
530
533
  attr_accessor next_signing_key_length: ("RSA_1024_BIT" | "RSA_2048_BIT")
531
534
  attr_accessor current_signing_key_length: ("RSA_1024_BIT" | "RSA_2048_BIT")
@@ -575,6 +578,21 @@ module Aws::SESV2
575
578
  SENSITIVE: []
576
579
  end
577
580
 
581
+ class EmailAddressInsightsMailboxEvaluations
582
+ attr_accessor has_valid_syntax: Types::EmailAddressInsightsVerdict
583
+ attr_accessor has_valid_dns_records: Types::EmailAddressInsightsVerdict
584
+ attr_accessor mailbox_exists: Types::EmailAddressInsightsVerdict
585
+ attr_accessor is_role_address: Types::EmailAddressInsightsVerdict
586
+ attr_accessor is_disposable: Types::EmailAddressInsightsVerdict
587
+ attr_accessor is_random_input: Types::EmailAddressInsightsVerdict
588
+ SENSITIVE: []
589
+ end
590
+
591
+ class EmailAddressInsightsVerdict
592
+ attr_accessor confidence_verdict: ("LOW" | "MEDIUM" | "HIGH")
593
+ SENSITIVE: []
594
+ end
595
+
578
596
  class EmailContent
579
597
  attr_accessor simple: Types::Message
580
598
  attr_accessor raw: Types::RawMessage
@@ -771,6 +789,7 @@ module Aws::SESV2
771
789
  attr_accessor from_email_address: ::String
772
790
  attr_accessor template_subject: ::String
773
791
  attr_accessor template_content: ::String
792
+ attr_accessor tags: ::Array[Types::Tag]
774
793
  attr_accessor success_redirection_url: ::String
775
794
  attr_accessor failure_redirection_url: ::String
776
795
  SENSITIVE: []
@@ -858,6 +877,16 @@ module Aws::SESV2
858
877
  SENSITIVE: []
859
878
  end
860
879
 
880
+ class GetEmailAddressInsightsRequest
881
+ attr_accessor email_address: ::String
882
+ SENSITIVE: []
883
+ end
884
+
885
+ class GetEmailAddressInsightsResponse
886
+ attr_accessor mailbox_validation: Types::MailboxValidation
887
+ SENSITIVE: []
888
+ end
889
+
861
890
  class GetEmailIdentityPoliciesRequest
862
891
  attr_accessor email_identity: ::String
863
892
  SENSITIVE: []
@@ -895,6 +924,7 @@ module Aws::SESV2
895
924
  class GetEmailTemplateResponse
896
925
  attr_accessor template_name: ::String
897
926
  attr_accessor template_content: Types::EmailTemplateContent
927
+ attr_accessor tags: ::Array[Types::Tag]
898
928
  SENSITIVE: []
899
929
  end
900
930
 
@@ -1332,6 +1362,12 @@ module Aws::SESV2
1332
1362
  class MailFromDomainNotVerifiedException < Aws::EmptyStructure
1333
1363
  end
1334
1364
 
1365
+ class MailboxValidation
1366
+ attr_accessor is_valid: Types::EmailAddressInsightsVerdict
1367
+ attr_accessor evaluations: Types::EmailAddressInsightsMailboxEvaluations
1368
+ SENSITIVE: []
1369
+ end
1370
+
1335
1371
  class Message
1336
1372
  attr_accessor subject: Types::Content
1337
1373
  attr_accessor body: Types::Body
@@ -1462,6 +1498,7 @@ module Aws::SESV2
1462
1498
 
1463
1499
  class PutAccountSuppressionAttributesRequest
1464
1500
  attr_accessor suppressed_reasons: ::Array[("BOUNCE" | "COMPLAINT")]
1501
+ attr_accessor validation_attributes: Types::SuppressionValidationAttributes
1465
1502
  SENSITIVE: []
1466
1503
  end
1467
1504
 
@@ -1517,6 +1554,7 @@ module Aws::SESV2
1517
1554
  class PutConfigurationSetSuppressionOptionsRequest
1518
1555
  attr_accessor configuration_set_name: ::String
1519
1556
  attr_accessor suppressed_reasons: ::Array[("BOUNCE" | "COMPLAINT")]
1557
+ attr_accessor validation_options: Types::SuppressionValidationOptions
1520
1558
  SENSITIVE: []
1521
1559
  end
1522
1560
 
@@ -1606,6 +1644,7 @@ module Aws::SESV2
1606
1644
  class PutEmailIdentityDkimSigningAttributesResponse
1607
1645
  attr_accessor dkim_status: ("PENDING" | "SUCCESS" | "FAILED" | "TEMPORARY_FAILURE" | "NOT_STARTED")
1608
1646
  attr_accessor dkim_tokens: ::Array[::String]
1647
+ attr_accessor signing_hosted_zone: ::String
1609
1648
  SENSITIVE: []
1610
1649
  end
1611
1650
 
@@ -1814,6 +1853,18 @@ module Aws::SESV2
1814
1853
 
1815
1854
  class SuppressionAttributes
1816
1855
  attr_accessor suppressed_reasons: ::Array[("BOUNCE" | "COMPLAINT")]
1856
+ attr_accessor validation_attributes: Types::SuppressionValidationAttributes
1857
+ SENSITIVE: []
1858
+ end
1859
+
1860
+ class SuppressionConditionThreshold
1861
+ attr_accessor condition_threshold_enabled: ("ENABLED" | "DISABLED")
1862
+ attr_accessor overall_confidence_threshold: Types::SuppressionConfidenceThreshold
1863
+ SENSITIVE: []
1864
+ end
1865
+
1866
+ class SuppressionConfidenceThreshold
1867
+ attr_accessor confidence_verdict_threshold: ("MEDIUM" | "HIGH" | "MANAGED")
1817
1868
  SENSITIVE: []
1818
1869
  end
1819
1870
 
@@ -1824,6 +1875,17 @@ module Aws::SESV2
1824
1875
 
1825
1876
  class SuppressionOptions
1826
1877
  attr_accessor suppressed_reasons: ::Array[("BOUNCE" | "COMPLAINT")]
1878
+ attr_accessor validation_options: Types::SuppressionValidationOptions
1879
+ SENSITIVE: []
1880
+ end
1881
+
1882
+ class SuppressionValidationAttributes
1883
+ attr_accessor condition_threshold: Types::SuppressionConditionThreshold
1884
+ SENSITIVE: []
1885
+ end
1886
+
1887
+ class SuppressionValidationOptions
1888
+ attr_accessor condition_threshold: Types::SuppressionConditionThreshold
1827
1889
  SENSITIVE: []
1828
1890
  end
1829
1891
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-sesv2
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.90.0
4
+ version: 1.92.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services