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 +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-sesv2/client.rb +5 -1
- data/lib/aws-sdk-sesv2/endpoint_provider.rb +1 -1
- data/lib/aws-sdk-sesv2.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 308d7f4ec6e97009093b58c9410901a8b7c69fd3b28fce31f69517ed7b08d20e
|
4
|
+
data.tar.gz: '007091e70b9aa8c101971309989600d65b32f68cc509e184254014a7ec33c142'
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f9dc0a83e428171ebdecc0b532c94637232a896f2032db9fdc3260c648cd3658e0c8bb59461bf5d93df323d892d7fec763675c42460acfa18c10a4bf873aa2c7
|
7
|
+
data.tar.gz: 199adbe79c7b79a61f5f0edecbad65e746f20619ae3a930dd437618554aa920cfb9f71748cd2c6d887d982b53de293495e7739f171cfef878e4118d4f257ea3a
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.73.0
|
data/lib/aws-sdk-sesv2/client.rb
CHANGED
@@ -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.
|
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
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.
|
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-
|
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
|