aws-sdk-sesv2 1.103.0 → 1.105.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: b74a939e959bd06eb3240fdb0fc306b332d657e6cb9d509e74c4448791873807
4
- data.tar.gz: efe1f518124a313b5ff0b4f9f65c3cd17c4a1483f9d41902762b313c345bfd88
3
+ metadata.gz: 1f546ee6cfb4fdc485ec83b729715ed51b26fc523053436c40371243495c405a
4
+ data.tar.gz: e3f944e5cb6068de7e24454d48fb4daae10f7c165a9efacc74d1cb75b41a0227
5
5
  SHA512:
6
- metadata.gz: 7ef97d8a42ba363caa15aa0d5ef44e5aebffebe95e7ad8b61aac5183ec2c790b2a1be40c5a19cb65d9425f422a61f28191444a1fdaf1450d378ddca7a16ed657
7
- data.tar.gz: cfcad1d4049839639fbd1555349ae64cff106a883d82937d37fa3c1992006a83f97fd06b93d016033cfce36429e6586e687b4576988a45280d333a4167e32611
6
+ metadata.gz: ab9c7991693db390623ffc646ab32f90755be8bf0e669699a3fe571588eacdebbcdb7e7f8ae5135f7f0663d27201cfc7d9cb0784f6e80b1bcdbabf328b304b20
7
+ data.tar.gz: fd6c921e0245e712e7af0dcd5436fce4a486a79b11a574c664ee0cdb48fdee6106d1f289a55f8c7bd08120b75bf4c38fccd18045e5d399646e29d1f588807f08
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.105.0 (2026-07-22)
5
+ ------------------
6
+
7
+ * Feature - Launching DEED and MREP in US GOV
8
+
9
+ 1.104.0 (2026-07-20)
10
+ ------------------
11
+
12
+ * Feature - Amazon SES introduces three new Pricing Plans (Essentials, Pro, Enterprise), which bundle SES features under one pricing umbrella. The new PutAccountPricingAttributes API lets the user set the account's plan, while current plan retrievalif done through the new PricingAttributes field on GetAccount.
13
+
4
14
  1.103.0 (2026-07-09)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.103.0
1
+ 1.105.0
@@ -1141,7 +1141,7 @@ module Aws::SESV2
1141
1141
  # domain_signing_selector: "Selector",
1142
1142
  # domain_signing_private_key: "PrivateKey",
1143
1143
  # next_signing_key_length: "RSA_1024_BIT", # accepts RSA_1024_BIT, RSA_2048_BIT
1144
- # domain_signing_attributes_origin: "AWS_SES", # accepts 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
1144
+ # domain_signing_attributes_origin: "AWS_SES", # accepts 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, AWS_SES_US_GOV_EAST_1, AWS_SES_US_GOV_WEST_1
1145
1145
  # },
1146
1146
  # configuration_set_name: "ConfigurationSetName",
1147
1147
  # })
@@ -1155,7 +1155,7 @@ module Aws::SESV2
1155
1155
  # resp.dkim_attributes.tokens #=> Array
1156
1156
  # resp.dkim_attributes.tokens[0] #=> String
1157
1157
  # resp.dkim_attributes.signing_hosted_zone #=> String
1158
- # 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"
1158
+ # 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", "AWS_SES_US_GOV_EAST_1", "AWS_SES_US_GOV_WEST_1"
1159
1159
  # resp.dkim_attributes.next_signing_key_length #=> String, one of "RSA_1024_BIT", "RSA_2048_BIT"
1160
1160
  # resp.dkim_attributes.current_signing_key_length #=> String, one of "RSA_1024_BIT", "RSA_2048_BIT"
1161
1161
  # resp.dkim_attributes.last_key_generation_timestamp #=> Time
@@ -1469,9 +1469,9 @@ module Aws::SESV2
1469
1469
  # The primary region is going to be the AWS-Region where the operation
1470
1470
  # is executed. The secondary region has to be provided in request's
1471
1471
  # parameters. From the data flow standpoint there is no difference
1472
- # between primary and secondary regions - sending traffic will be split
1473
- # equally between the two. The primary region is the region where the
1474
- # resource has been created and where it can be managed.
1472
+ # between primary and secondary regions - sending traffic is divided
1473
+ # between the two. The primary region is the region where the resource
1474
+ # has been created and where it can be managed.
1475
1475
  #
1476
1476
  # @option params [required, String] :endpoint_name
1477
1477
  # The name of the multi-region endpoint (global-endpoint).
@@ -2025,6 +2025,7 @@ module Aws::SESV2
2025
2025
  # * {Types::GetAccountResponse#suppression_attributes #suppression_attributes} => Types::SuppressionAttributes
2026
2026
  # * {Types::GetAccountResponse#details #details} => Types::AccountDetails
2027
2027
  # * {Types::GetAccountResponse#vdm_attributes #vdm_attributes} => Types::VdmAttributes
2028
+ # * {Types::GetAccountResponse#pricing_attributes #pricing_attributes} => Types::PricingAttributes
2028
2029
  #
2029
2030
  # @example Response structure
2030
2031
  #
@@ -2050,6 +2051,8 @@ module Aws::SESV2
2050
2051
  # resp.vdm_attributes.vdm_enabled #=> String, one of "ENABLED", "DISABLED"
2051
2052
  # resp.vdm_attributes.dashboard_attributes.engagement_metrics #=> String, one of "ENABLED", "DISABLED"
2052
2053
  # resp.vdm_attributes.guardian_attributes.optimized_shared_delivery #=> String, one of "ENABLED", "DISABLED"
2054
+ # resp.pricing_attributes.current_plan #=> String, one of "NONE", "ESSENTIALS", "PRO", "ENTERPRISE"
2055
+ # resp.pricing_attributes.next_plan #=> String, one of "NONE", "ESSENTIALS", "PRO", "ENTERPRISE"
2053
2056
  #
2054
2057
  # @see http://docs.aws.amazon.com/goto/WebAPI/sesv2-2019-09-27/GetAccount AWS API Documentation
2055
2058
  #
@@ -2792,7 +2795,7 @@ module Aws::SESV2
2792
2795
  # resp.dkim_attributes.tokens #=> Array
2793
2796
  # resp.dkim_attributes.tokens[0] #=> String
2794
2797
  # resp.dkim_attributes.signing_hosted_zone #=> String
2795
- # 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"
2798
+ # 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", "AWS_SES_US_GOV_EAST_1", "AWS_SES_US_GOV_WEST_1"
2796
2799
  # resp.dkim_attributes.next_signing_key_length #=> String, one of "RSA_1024_BIT", "RSA_2048_BIT"
2797
2800
  # resp.dkim_attributes.current_signing_key_length #=> String, one of "RSA_1024_BIT", "RSA_2048_BIT"
2798
2801
  # resp.dkim_attributes.last_key_generation_timestamp #=> Time
@@ -4531,6 +4534,43 @@ module Aws::SESV2
4531
4534
  req.send_request(options)
4532
4535
  end
4533
4536
 
4537
+ # Set the pricing plan for your Amazon SES account. Use this operation
4538
+ # to choose a billing plan that packages multiple Amazon SES features at
4539
+ # a single rate.
4540
+ #
4541
+ # @option params [required, String] :plan
4542
+ # The pricing plan to apply to your Amazon SES account. Can be one of
4543
+ # the following:
4544
+ #
4545
+ # * `NONE` – No pricing plan is applied; billing follows per-feature
4546
+ # pricing.
4547
+ #
4548
+ # * `ESSENTIALS` – Baseline Amazon SES capabilities and select premium
4549
+ # features.
4550
+ #
4551
+ # * `PRO` – Includes everything in `ESSENTIALS`, plus additional premium
4552
+ # features for growing senders.
4553
+ #
4554
+ # * `ENTERPRISE` – Includes everything in `PRO`, plus features intended
4555
+ # for large-scale senders.
4556
+ #
4557
+ # @return [Struct] Returns an empty {Seahorse::Client::Response response}.
4558
+ #
4559
+ # @example Request syntax with placeholder values
4560
+ #
4561
+ # resp = client.put_account_pricing_attributes({
4562
+ # plan: "NONE", # required, accepts NONE, ESSENTIALS, PRO, ENTERPRISE
4563
+ # })
4564
+ #
4565
+ # @see http://docs.aws.amazon.com/goto/WebAPI/sesv2-2019-09-27/PutAccountPricingAttributes AWS API Documentation
4566
+ #
4567
+ # @overload put_account_pricing_attributes(params = {})
4568
+ # @param [Hash] params ({})
4569
+ def put_account_pricing_attributes(params = {}, options = {})
4570
+ req = build_request(:put_account_pricing_attributes, params)
4571
+ req.send_request(options)
4572
+ end
4573
+
4534
4574
  # Enable or disable the ability of your account to send email.
4535
4575
  #
4536
4576
  # @option params [Boolean] :sending_enabled
@@ -5193,12 +5233,12 @@ module Aws::SESV2
5193
5233
  #
5194
5234
  # resp = client.put_email_identity_dkim_signing_attributes({
5195
5235
  # email_identity: "Identity", # required
5196
- # signing_attributes_origin: "AWS_SES", # required, accepts 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
5236
+ # signing_attributes_origin: "AWS_SES", # required, accepts 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, AWS_SES_US_GOV_EAST_1, AWS_SES_US_GOV_WEST_1
5197
5237
  # signing_attributes: {
5198
5238
  # domain_signing_selector: "Selector",
5199
5239
  # domain_signing_private_key: "PrivateKey",
5200
5240
  # next_signing_key_length: "RSA_1024_BIT", # accepts RSA_1024_BIT, RSA_2048_BIT
5201
- # domain_signing_attributes_origin: "AWS_SES", # accepts 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
5241
+ # domain_signing_attributes_origin: "AWS_SES", # accepts 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, AWS_SES_US_GOV_EAST_1, AWS_SES_US_GOV_WEST_1
5202
5242
  # },
5203
5243
  # })
5204
5244
  #
@@ -6384,7 +6424,7 @@ module Aws::SESV2
6384
6424
  tracer: tracer
6385
6425
  )
6386
6426
  context[:gem_name] = 'aws-sdk-sesv2'
6387
- context[:gem_version] = '1.103.0'
6427
+ context[:gem_version] = '1.105.0'
6388
6428
  Seahorse::Client::Request.new(handlers, context)
6389
6429
  end
6390
6430
 
@@ -413,6 +413,8 @@ module Aws::SESV2
413
413
  PolicyMap = Shapes::MapShape.new(name: 'PolicyMap')
414
414
  PolicyName = Shapes::StringShape.new(name: 'PolicyName')
415
415
  PoolName = Shapes::StringShape.new(name: 'PoolName')
416
+ PricingAttributes = Shapes::StructureShape.new(name: 'PricingAttributes')
417
+ PricingPlan = Shapes::StringShape.new(name: 'PricingPlan')
416
418
  PrimaryNameServer = Shapes::StringShape.new(name: 'PrimaryNameServer')
417
419
  PrivateKey = Shapes::StringShape.new(name: 'PrivateKey')
418
420
  ProcessedRecordsCount = Shapes::IntegerShape.new(name: 'ProcessedRecordsCount')
@@ -420,6 +422,8 @@ module Aws::SESV2
420
422
  PutAccountDedicatedIpWarmupAttributesResponse = Shapes::StructureShape.new(name: 'PutAccountDedicatedIpWarmupAttributesResponse')
421
423
  PutAccountDetailsRequest = Shapes::StructureShape.new(name: 'PutAccountDetailsRequest')
422
424
  PutAccountDetailsResponse = Shapes::StructureShape.new(name: 'PutAccountDetailsResponse')
425
+ PutAccountPricingAttributesRequest = Shapes::StructureShape.new(name: 'PutAccountPricingAttributesRequest')
426
+ PutAccountPricingAttributesResponse = Shapes::StructureShape.new(name: 'PutAccountPricingAttributesResponse')
423
427
  PutAccountSendingAttributesRequest = Shapes::StructureShape.new(name: 'PutAccountSendingAttributesRequest')
424
428
  PutAccountSendingAttributesResponse = Shapes::StructureShape.new(name: 'PutAccountSendingAttributesResponse')
425
429
  PutAccountSuppressionAttributesRequest = Shapes::StructureShape.new(name: 'PutAccountSuppressionAttributesRequest')
@@ -1164,6 +1168,7 @@ module Aws::SESV2
1164
1168
  GetAccountResponse.add_member(:suppression_attributes, Shapes::ShapeRef.new(shape: SuppressionAttributes, location_name: "SuppressionAttributes"))
1165
1169
  GetAccountResponse.add_member(:details, Shapes::ShapeRef.new(shape: AccountDetails, location_name: "Details"))
1166
1170
  GetAccountResponse.add_member(:vdm_attributes, Shapes::ShapeRef.new(shape: VdmAttributes, location_name: "VdmAttributes"))
1171
+ GetAccountResponse.add_member(:pricing_attributes, Shapes::ShapeRef.new(shape: PricingAttributes, location_name: "PricingAttributes"))
1167
1172
  GetAccountResponse.struct_class = Types::GetAccountResponse
1168
1173
 
1169
1174
  GetBlacklistReportsRequest.add_member(:blacklist_item_names, Shapes::ShapeRef.new(shape: BlacklistItemNames, required: true, location: "querystring", location_name: "BlacklistItemNames"))
@@ -1743,6 +1748,10 @@ module Aws::SESV2
1743
1748
  PolicyMap.key = Shapes::ShapeRef.new(shape: PolicyName)
1744
1749
  PolicyMap.value = Shapes::ShapeRef.new(shape: Policy)
1745
1750
 
1751
+ PricingAttributes.add_member(:current_plan, Shapes::ShapeRef.new(shape: PricingPlan, location_name: "CurrentPlan"))
1752
+ PricingAttributes.add_member(:next_plan, Shapes::ShapeRef.new(shape: PricingPlan, location_name: "NextPlan"))
1753
+ PricingAttributes.struct_class = Types::PricingAttributes
1754
+
1746
1755
  PutAccountDedicatedIpWarmupAttributesRequest.add_member(:auto_warmup_enabled, Shapes::ShapeRef.new(shape: Enabled, location_name: "AutoWarmupEnabled"))
1747
1756
  PutAccountDedicatedIpWarmupAttributesRequest.struct_class = Types::PutAccountDedicatedIpWarmupAttributesRequest
1748
1757
 
@@ -1758,6 +1767,11 @@ module Aws::SESV2
1758
1767
 
1759
1768
  PutAccountDetailsResponse.struct_class = Types::PutAccountDetailsResponse
1760
1769
 
1770
+ PutAccountPricingAttributesRequest.add_member(:plan, Shapes::ShapeRef.new(shape: PricingPlan, required: true, location_name: "Plan"))
1771
+ PutAccountPricingAttributesRequest.struct_class = Types::PutAccountPricingAttributesRequest
1772
+
1773
+ PutAccountPricingAttributesResponse.struct_class = Types::PutAccountPricingAttributesResponse
1774
+
1761
1775
  PutAccountSendingAttributesRequest.add_member(:sending_enabled, Shapes::ShapeRef.new(shape: Enabled, location_name: "SendingEnabled"))
1762
1776
  PutAccountSendingAttributesRequest.struct_class = Types::PutAccountSendingAttributesRequest
1763
1777
 
@@ -3225,6 +3239,17 @@ module Aws::SESV2
3225
3239
  o.errors << Shapes::ShapeRef.new(shape: ConflictException)
3226
3240
  end)
3227
3241
 
3242
+ api.add_operation(:put_account_pricing_attributes, Seahorse::Model::Operation.new.tap do |o|
3243
+ o.name = "PutAccountPricingAttributes"
3244
+ o.http_method = "PUT"
3245
+ o.http_request_uri = "/v2/email/account/pricing-attributes"
3246
+ o.input = Shapes::ShapeRef.new(shape: PutAccountPricingAttributesRequest)
3247
+ o.output = Shapes::ShapeRef.new(shape: PutAccountPricingAttributesResponse)
3248
+ o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
3249
+ o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
3250
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
3251
+ end)
3252
+
3228
3253
  api.add_operation(:put_account_sending_attributes, Seahorse::Model::Operation.new.tap do |o|
3229
3254
  o.name = "PutAccountSendingAttributes"
3230
3255
  o.http_method = "PUT"
@@ -16,13 +16,24 @@ module Aws::SESV2
16
16
  if Aws::Endpoints::Matchers.set?(parameters.endpoint)
17
17
  return Aws::Endpoints::Endpoint.new(url: parameters.endpoint, headers: {}, properties: {"authSchemes" => [{"name" => "sigv4a", "signingName" => "ses", "signingRegionSet" => ["*"]}]})
18
18
  end
19
- if Aws::Endpoints::Matchers.boolean_equals?(parameters.use_dual_stack, true)
19
+ if Aws::Endpoints::Matchers.string_equals?(Aws::Endpoints::Matchers.attr(partition_result, "name"), "aws-us-gov") && Aws::Endpoints::Matchers.boolean_equals?(parameters.use_dual_stack, true)
20
+ if Aws::Endpoints::Matchers.boolean_equals?(true, Aws::Endpoints::Matchers.attr(partition_result, "supportsDualStack"))
21
+ return Aws::Endpoints::Endpoint.new(url: "https://#{parameters.endpoint_id}.endpoints.email.us-gov.#{partition_result['dualStackDnsSuffix']}", headers: {}, properties: {"authSchemes" => [{"name" => "sigv4a", "signingName" => "ses", "signingRegionSet" => ["*"]}]})
22
+ end
23
+ raise ArgumentError, "DualStack is enabled but this partition does not support DualStack"
24
+ end
25
+ if Aws::Endpoints::Matchers.string_equals?(Aws::Endpoints::Matchers.attr(partition_result, "name"), "aws-us-gov")
26
+ return Aws::Endpoints::Endpoint.new(url: "https://#{parameters.endpoint_id}.endpoints.email.us-gov.#{partition_result['dnsSuffix']}", headers: {}, properties: {"authSchemes" => [{"name" => "sigv4a", "signingName" => "ses", "signingRegionSet" => ["*"]}]})
27
+ end
28
+ if Aws::Endpoints::Matchers.not(Aws::Endpoints::Matchers.string_equals?(Aws::Endpoints::Matchers.attr(partition_result, "name"), "aws-us-gov")) && Aws::Endpoints::Matchers.boolean_equals?(parameters.use_dual_stack, true)
20
29
  if Aws::Endpoints::Matchers.boolean_equals?(true, Aws::Endpoints::Matchers.attr(partition_result, "supportsDualStack"))
21
30
  return Aws::Endpoints::Endpoint.new(url: "https://#{parameters.endpoint_id}.endpoints.email.global.#{partition_result['dualStackDnsSuffix']}", headers: {}, properties: {"authSchemes" => [{"name" => "sigv4a", "signingName" => "ses", "signingRegionSet" => ["*"]}]})
22
31
  end
23
32
  raise ArgumentError, "DualStack is enabled but this partition does not support DualStack"
24
33
  end
25
- return Aws::Endpoints::Endpoint.new(url: "https://#{parameters.endpoint_id}.endpoints.email.#{partition_result['dnsSuffix']}", headers: {}, properties: {"authSchemes" => [{"name" => "sigv4a", "signingName" => "ses", "signingRegionSet" => ["*"]}]})
34
+ if Aws::Endpoints::Matchers.not(Aws::Endpoints::Matchers.string_equals?(Aws::Endpoints::Matchers.attr(partition_result, "name"), "aws-us-gov"))
35
+ return Aws::Endpoints::Endpoint.new(url: "https://#{parameters.endpoint_id}.endpoints.email.#{partition_result['dnsSuffix']}", headers: {}, properties: {"authSchemes" => [{"name" => "sigv4a", "signingName" => "ses", "signingRegionSet" => ["*"]}]})
36
+ end
26
37
  end
27
38
  raise ArgumentError, "Invalid Configuration: FIPS is not supported with multi-region endpoints"
28
39
  end
@@ -2362,6 +2362,16 @@ module Aws::SESV2
2362
2362
  # identity by replicating signing attributes from a parent identity
2363
2363
  # in US West (Oregon) region using Deterministic Easy-DKIM (DEED).
2364
2364
  #
2365
+ # * `AWS_SES_US_GOV_EAST_1` – Indicates that DKIM was configured for
2366
+ # the identity by replicating signing attributes from a parent
2367
+ # identity in AWS GovCloud (US-East) region using Deterministic
2368
+ # Easy-DKIM (DEED).
2369
+ #
2370
+ # * `AWS_SES_US_GOV_WEST_1` – Indicates that DKIM was configured for
2371
+ # the identity by replicating signing attributes from a parent
2372
+ # identity in AWS GovCloud (US-West) region using Deterministic
2373
+ # Easy-DKIM (DEED).
2374
+ #
2365
2375
  #
2366
2376
  #
2367
2377
  # [1]: https://docs.aws.amazon.com/ses/latest/DeveloperGuide/easy-dkim.html
@@ -2547,6 +2557,14 @@ module Aws::SESV2
2547
2557
  # replicating from a parent identity in US West (Oregon) region
2548
2558
  # using Deterministic Easy-DKIM (DEED).
2549
2559
  #
2560
+ # * `AWS_SES_US_GOV_EAST_1` – Configure DKIM for the identity by
2561
+ # replicating from a parent identity in AWS GovCloud (US-East)
2562
+ # region using Deterministic Easy-DKIM (DEED).
2563
+ #
2564
+ # * `AWS_SES_US_GOV_WEST_1` – Configure DKIM for the identity by
2565
+ # replicating from a parent identity in AWS GovCloud (US-West)
2566
+ # region using Deterministic Easy-DKIM (DEED).
2567
+ #
2550
2568
  #
2551
2569
  #
2552
2570
  # [1]: https://docs.aws.amazon.com/ses/latest/APIReference-V2/API_PutEmailIdentityDkimSigningAttributes.html#SES-PutEmailIdentityDkimSigningAttributes-request-SigningAttributesOrigin
@@ -3429,6 +3447,12 @@ module Aws::SESV2
3429
3447
  # The VDM attributes that apply to your Amazon SES account.
3430
3448
  # @return [Types::VdmAttributes]
3431
3449
  #
3450
+ # @!attribute [rw] pricing_attributes
3451
+ # The pricing attributes that apply to your Amazon SES account,
3452
+ # including the currently active pricing plan and any scheduled
3453
+ # change.
3454
+ # @return [Types::PricingAttributes]
3455
+ #
3432
3456
  # @see http://docs.aws.amazon.com/goto/WebAPI/sesv2-2019-09-27/GetAccountResponse AWS API Documentation
3433
3457
  #
3434
3458
  class GetAccountResponse < Struct.new(
@@ -3439,7 +3463,8 @@ module Aws::SESV2
3439
3463
  :sending_enabled,
3440
3464
  :suppression_attributes,
3441
3465
  :details,
3442
- :vdm_attributes)
3466
+ :vdm_attributes,
3467
+ :pricing_attributes)
3443
3468
  SENSITIVE = []
3444
3469
  include Aws::Structure
3445
3470
  end
@@ -6560,6 +6585,30 @@ module Aws::SESV2
6560
6585
  include Aws::Structure
6561
6586
  end
6562
6587
 
6588
+ # The pricing attributes that apply to your Amazon SES account,
6589
+ # including the currently active pricing plan and any scheduled change
6590
+ # for the next billing cycle.
6591
+ #
6592
+ # @!attribute [rw] current_plan
6593
+ # The pricing plan that is currently active on your Amazon SES
6594
+ # account.
6595
+ # @return [String]
6596
+ #
6597
+ # @!attribute [rw] next_plan
6598
+ # The pricing plan that will become active at the start of the next
6599
+ # billing cycle, if a scheduled change has been requested. This field
6600
+ # is empty when no scheduled change is pending.
6601
+ # @return [String]
6602
+ #
6603
+ # @see http://docs.aws.amazon.com/goto/WebAPI/sesv2-2019-09-27/PricingAttributes AWS API Documentation
6604
+ #
6605
+ class PricingAttributes < Struct.new(
6606
+ :current_plan,
6607
+ :next_plan)
6608
+ SENSITIVE = []
6609
+ include Aws::Structure
6610
+ end
6611
+
6563
6612
  # A request to enable or disable the automatic IP address warm-up
6564
6613
  # feature.
6565
6614
  #
@@ -6643,6 +6692,40 @@ module Aws::SESV2
6643
6692
  #
6644
6693
  class PutAccountDetailsResponse < Aws::EmptyStructure; end
6645
6694
 
6695
+ # A request to set the pricing plan for your Amazon SES account.
6696
+ #
6697
+ # @!attribute [rw] plan
6698
+ # The pricing plan to apply to your Amazon SES account. Can be one of
6699
+ # the following:
6700
+ #
6701
+ # * `NONE` – No pricing plan is applied; billing follows per-feature
6702
+ # pricing.
6703
+ #
6704
+ # * `ESSENTIALS` – Baseline Amazon SES capabilities and select premium
6705
+ # features.
6706
+ #
6707
+ # * `PRO` – Includes everything in `ESSENTIALS`, plus additional
6708
+ # premium features for growing senders.
6709
+ #
6710
+ # * `ENTERPRISE` – Includes everything in `PRO`, plus features
6711
+ # intended for large-scale senders.
6712
+ # @return [String]
6713
+ #
6714
+ # @see http://docs.aws.amazon.com/goto/WebAPI/sesv2-2019-09-27/PutAccountPricingAttributesRequest AWS API Documentation
6715
+ #
6716
+ class PutAccountPricingAttributesRequest < Struct.new(
6717
+ :plan)
6718
+ SENSITIVE = []
6719
+ include Aws::Structure
6720
+ end
6721
+
6722
+ # An HTTP 200 response if the request succeeds, or an error response if
6723
+ # the request fails.
6724
+ #
6725
+ # @see http://docs.aws.amazon.com/goto/WebAPI/sesv2-2019-09-27/PutAccountPricingAttributesResponse AWS API Documentation
6726
+ #
6727
+ class PutAccountPricingAttributesResponse < Aws::EmptyStructure; end
6728
+
6646
6729
  # A request to change the ability of your account to send email.
6647
6730
  #
6648
6731
  # @!attribute [rw] sending_enabled
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.103.0'
57
+ GEM_VERSION = '1.105.0'
58
58
 
59
59
  end
60
60
 
data/sig/client.rbs CHANGED
@@ -274,7 +274,7 @@ module Aws
274
274
  domain_signing_selector: ::String?,
275
275
  domain_signing_private_key: ::String?,
276
276
  next_signing_key_length: ("RSA_1024_BIT" | "RSA_2048_BIT")?,
277
- domain_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")?
277
+ domain_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" | "AWS_SES_US_GOV_EAST_1" | "AWS_SES_US_GOV_WEST_1")?
278
278
  },
279
279
  ?configuration_set_name: ::String
280
280
  ) -> _CreateEmailIdentityResponseSuccess
@@ -560,6 +560,7 @@ module Aws
560
560
  def suppression_attributes: () -> Types::SuppressionAttributes
561
561
  def details: () -> Types::AccountDetails
562
562
  def vdm_attributes: () -> Types::VdmAttributes
563
+ def pricing_attributes: () -> Types::PricingAttributes
563
564
  end
564
565
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/SESV2/Client.html#get_account-instance_method
565
566
  def get_account: (
@@ -1156,6 +1157,15 @@ module Aws
1156
1157
  ) -> _PutAccountDetailsResponseSuccess
1157
1158
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _PutAccountDetailsResponseSuccess
1158
1159
 
1160
+ interface _PutAccountPricingAttributesResponseSuccess
1161
+ include ::Seahorse::Client::_ResponseSuccess[Types::PutAccountPricingAttributesResponse]
1162
+ end
1163
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/SESV2/Client.html#put_account_pricing_attributes-instance_method
1164
+ def put_account_pricing_attributes: (
1165
+ plan: ("NONE" | "ESSENTIALS" | "PRO" | "ENTERPRISE")
1166
+ ) -> _PutAccountPricingAttributesResponseSuccess
1167
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _PutAccountPricingAttributesResponseSuccess
1168
+
1159
1169
  interface _PutAccountSendingAttributesResponseSuccess
1160
1170
  include ::Seahorse::Client::_ResponseSuccess[Types::PutAccountSendingAttributesResponse]
1161
1171
  end
@@ -1352,12 +1362,12 @@ module Aws
1352
1362
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/SESV2/Client.html#put_email_identity_dkim_signing_attributes-instance_method
1353
1363
  def put_email_identity_dkim_signing_attributes: (
1354
1364
  email_identity: ::String,
1355
- 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"),
1365
+ 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" | "AWS_SES_US_GOV_EAST_1" | "AWS_SES_US_GOV_WEST_1"),
1356
1366
  ?signing_attributes: {
1357
1367
  domain_signing_selector: ::String?,
1358
1368
  domain_signing_private_key: ::String?,
1359
1369
  next_signing_key_length: ("RSA_1024_BIT" | "RSA_2048_BIT")?,
1360
- domain_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")?
1370
+ domain_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" | "AWS_SES_US_GOV_EAST_1" | "AWS_SES_US_GOV_WEST_1")?
1361
1371
  }
1362
1372
  ) -> _PutEmailIdentityDkimSigningAttributesResponseSuccess
1363
1373
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _PutEmailIdentityDkimSigningAttributesResponseSuccess
data/sig/types.rbs CHANGED
@@ -532,7 +532,7 @@ module Aws::SESV2
532
532
  attr_accessor status: ("PENDING" | "SUCCESS" | "FAILED" | "TEMPORARY_FAILURE" | "NOT_STARTED")
533
533
  attr_accessor tokens: ::Array[::String]
534
534
  attr_accessor signing_hosted_zone: ::String
535
- 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")
535
+ 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" | "AWS_SES_US_GOV_EAST_1" | "AWS_SES_US_GOV_WEST_1")
536
536
  attr_accessor next_signing_key_length: ("RSA_1024_BIT" | "RSA_2048_BIT")
537
537
  attr_accessor current_signing_key_length: ("RSA_1024_BIT" | "RSA_2048_BIT")
538
538
  attr_accessor last_key_generation_timestamp: ::Time
@@ -543,7 +543,7 @@ module Aws::SESV2
543
543
  attr_accessor domain_signing_selector: ::String
544
544
  attr_accessor domain_signing_private_key: ::String
545
545
  attr_accessor next_signing_key_length: ("RSA_1024_BIT" | "RSA_2048_BIT")
546
- attr_accessor domain_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")
546
+ attr_accessor domain_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" | "AWS_SES_US_GOV_EAST_1" | "AWS_SES_US_GOV_WEST_1")
547
547
  SENSITIVE: [:domain_signing_private_key]
548
548
  end
549
549
 
@@ -708,6 +708,7 @@ module Aws::SESV2
708
708
  attr_accessor suppression_attributes: Types::SuppressionAttributes
709
709
  attr_accessor details: Types::AccountDetails
710
710
  attr_accessor vdm_attributes: Types::VdmAttributes
711
+ attr_accessor pricing_attributes: Types::PricingAttributes
711
712
  SENSITIVE: []
712
713
  end
713
714
 
@@ -1472,6 +1473,12 @@ module Aws::SESV2
1472
1473
  SENSITIVE: []
1473
1474
  end
1474
1475
 
1476
+ class PricingAttributes
1477
+ attr_accessor current_plan: ("NONE" | "ESSENTIALS" | "PRO" | "ENTERPRISE")
1478
+ attr_accessor next_plan: ("NONE" | "ESSENTIALS" | "PRO" | "ENTERPRISE")
1479
+ SENSITIVE: []
1480
+ end
1481
+
1475
1482
  class PutAccountDedicatedIpWarmupAttributesRequest
1476
1483
  attr_accessor auto_warmup_enabled: bool
1477
1484
  SENSITIVE: []
@@ -1493,6 +1500,14 @@ module Aws::SESV2
1493
1500
  class PutAccountDetailsResponse < Aws::EmptyStructure
1494
1501
  end
1495
1502
 
1503
+ class PutAccountPricingAttributesRequest
1504
+ attr_accessor plan: ("NONE" | "ESSENTIALS" | "PRO" | "ENTERPRISE")
1505
+ SENSITIVE: []
1506
+ end
1507
+
1508
+ class PutAccountPricingAttributesResponse < Aws::EmptyStructure
1509
+ end
1510
+
1496
1511
  class PutAccountSendingAttributesRequest
1497
1512
  attr_accessor sending_enabled: bool
1498
1513
  SENSITIVE: []
@@ -1642,7 +1657,7 @@ module Aws::SESV2
1642
1657
 
1643
1658
  class PutEmailIdentityDkimSigningAttributesRequest
1644
1659
  attr_accessor email_identity: ::String
1645
- 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")
1660
+ 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" | "AWS_SES_US_GOV_EAST_1" | "AWS_SES_US_GOV_WEST_1")
1646
1661
  attr_accessor signing_attributes: Types::DkimSigningAttributes
1647
1662
  SENSITIVE: []
1648
1663
  end
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.103.0
4
+ version: 1.105.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services