aws-sdk-sesv2 1.72.0 → 1.73.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: 548267f2570202b421ae2b8845defd46c370d3cad5dc000dbefeb0dc80450337
4
- data.tar.gz: 8fff448855e4d4f4b9caa5537db2da07525ac038ce1536a5006873f4d9ac9552
3
+ metadata.gz: 308d7f4ec6e97009093b58c9410901a8b7c69fd3b28fce31f69517ed7b08d20e
4
+ data.tar.gz: '007091e70b9aa8c101971309989600d65b32f68cc509e184254014a7ec33c142'
5
5
  SHA512:
6
- metadata.gz: 8a1fecad8e1ed467ec4300376cee4bbc5d3e32d03c97fb2b9e6748b1d661aa0a2af9c66ee98d29c99d44b28d7ecb331104c1dfd4cbb48306f614742e38aa1b21
7
- data.tar.gz: 6cda358bc33743405e7af259e10ab25aee8e5dc4b7119436bcbbb21e3556c000e41e7d4bccd479fe47c434f6c2605e98f108345ef9f7585181751683296bfb8c
6
+ metadata.gz: f9dc0a83e428171ebdecc0b532c94637232a896f2032db9fdc3260c648cd3658e0c8bb59461bf5d93df323d892d7fec763675c42460acfa18c10a4bf873aa2c7
7
+ data.tar.gz: 199adbe79c7b79a61f5f0edecbad65e746f20619ae3a930dd437618554aa920cfb9f71748cd2c6d887d982b53de293495e7739f171cfef878e4118d4f257ea3a
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.73.0 (2025-03-31)
5
+ ------------------
6
+
7
+ * Feature - Add dual-stack support to global endpoints.
8
+
4
9
  1.72.0 (2025-02-19)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.72.0
1
+ 1.73.0
@@ -2999,6 +2999,10 @@ module Aws::SESV2
2999
2999
 
3000
3000
  # Lists all of the contact lists available.
3001
3001
  #
3002
+ # If your output includes a "NextToken" field with a string value,
3003
+ # this indicates there may be additional contacts on the filtered list -
3004
+ # regardless of the number of contacts returned.
3005
+ #
3002
3006
  # @option params [Integer] :page_size
3003
3007
  # Maximum number of contact lists to return at once. Use this parameter
3004
3008
  # to paginate results. If additional contact lists exist beyond the
@@ -5470,7 +5474,7 @@ module Aws::SESV2
5470
5474
  tracer: tracer
5471
5475
  )
5472
5476
  context[:gem_name] = 'aws-sdk-sesv2'
5473
- context[:gem_version] = '1.72.0'
5477
+ context[:gem_version] = '1.73.0'
5474
5478
  Seahorse::Client::Request.new(handlers, context)
5475
5479
  end
5476
5480
 
@@ -18,7 +18,7 @@ module Aws::SESV2
18
18
  end
19
19
  if Aws::Endpoints::Matchers.boolean_equals?(parameters.use_dual_stack, true)
20
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.#{partition_result['dualStackDnsSuffix']}", headers: {}, properties: {"authSchemes"=>[{"name"=>"sigv4a", "signingName"=>"ses", "signingRegionSet"=>["*"]}]})
21
+ 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
22
  end
23
23
  raise ArgumentError, "DualStack is enabled but this partition does not support DualStack"
24
24
  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.72.0'
57
+ GEM_VERSION = '1.73.0'
58
58
 
59
59
  end
60
60
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-sesv2
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.72.0
4
+ version: 1.73.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2025-02-19 00:00:00.000000000 Z
11
+ date: 2025-03-31 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core