aws-sdk-sesv2 1.74.0 → 1.76.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 +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-sesv2/client.rb +2 -3
- data/lib/aws-sdk-sesv2/client_api.rb +2 -2
- data/lib/aws-sdk-sesv2/endpoint_provider.rb +3 -3
- data/lib/aws-sdk-sesv2.rb +1 -1
- metadata +3 -6
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 5e95a8ea872bff781efb11640b76767a9bf8a045096c8f771ffac414af8700f0
|
4
|
+
data.tar.gz: 21b889acb1fec550070969ff4ce29584b94e26780e7a775db8dc953d698d255a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 4dd3e534575280c912aaa7b147260c2603c8498f1808cc3048aedeebea19a476d3b9b7ec03c6011efa56be0aca7f8348c3f84d434d568f26e265b11741203073
|
7
|
+
data.tar.gz: 9429599bcf9cfe053c57374a03dae2ad0beecd243b647c5eff72ecbc8be593e9af97d5d8e21a233bf7a4db0cebca2927e819bd3a5cd08e0fe9eedb5d50e7375d
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,16 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.76.0 (2025-05-12)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
8
|
+
|
9
|
+
1.75.0 (2025-05-01)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
13
|
+
|
4
14
|
1.74.0 (2025-04-03)
|
5
15
|
------------------
|
6
16
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.76.0
|
data/lib/aws-sdk-sesv2/client.rb
CHANGED
@@ -200,8 +200,7 @@ module Aws::SESV2
|
|
200
200
|
# accepted modes and the configuration defaults that are included.
|
201
201
|
#
|
202
202
|
# @option options [Boolean] :disable_host_prefix_injection (false)
|
203
|
-
#
|
204
|
-
# to default service endpoint when available.
|
203
|
+
# When `true`, the SDK will not prepend the modeled host prefix to the endpoint.
|
205
204
|
#
|
206
205
|
# @option options [Boolean] :disable_request_compression (false)
|
207
206
|
# When set to 'true' the request body will not be compressed
|
@@ -5529,7 +5528,7 @@ module Aws::SESV2
|
|
5529
5528
|
tracer: tracer
|
5530
5529
|
)
|
5531
5530
|
context[:gem_name] = 'aws-sdk-sesv2'
|
5532
|
-
context[:gem_version] = '1.
|
5531
|
+
context[:gem_version] = '1.76.0'
|
5533
5532
|
Seahorse::Client::Request.new(handlers, context)
|
5534
5533
|
end
|
5535
5534
|
|
@@ -1761,7 +1761,7 @@ module Aws::SESV2
|
|
1761
1761
|
SendBulkEmailRequest.add_member(:default_content, Shapes::ShapeRef.new(shape: BulkEmailContent, required: true, location_name: "DefaultContent"))
|
1762
1762
|
SendBulkEmailRequest.add_member(:bulk_email_entries, Shapes::ShapeRef.new(shape: BulkEmailEntryList, required: true, location_name: "BulkEmailEntries"))
|
1763
1763
|
SendBulkEmailRequest.add_member(:configuration_set_name, Shapes::ShapeRef.new(shape: ConfigurationSetName, location_name: "ConfigurationSetName"))
|
1764
|
-
SendBulkEmailRequest.add_member(:endpoint_id, Shapes::ShapeRef.new(shape: EndpointId, location_name: "EndpointId", metadata: {"contextParam"=>{"name"=>"EndpointId"}}))
|
1764
|
+
SendBulkEmailRequest.add_member(:endpoint_id, Shapes::ShapeRef.new(shape: EndpointId, location_name: "EndpointId", metadata: {"contextParam" => {"name" => "EndpointId"}}))
|
1765
1765
|
SendBulkEmailRequest.struct_class = Types::SendBulkEmailRequest
|
1766
1766
|
|
1767
1767
|
SendBulkEmailResponse.add_member(:bulk_email_entry_results, Shapes::ShapeRef.new(shape: BulkEmailEntryResultList, required: true, location_name: "BulkEmailEntryResults"))
|
@@ -1784,7 +1784,7 @@ module Aws::SESV2
|
|
1784
1784
|
SendEmailRequest.add_member(:content, Shapes::ShapeRef.new(shape: EmailContent, required: true, location_name: "Content"))
|
1785
1785
|
SendEmailRequest.add_member(:email_tags, Shapes::ShapeRef.new(shape: MessageTagList, location_name: "EmailTags"))
|
1786
1786
|
SendEmailRequest.add_member(:configuration_set_name, Shapes::ShapeRef.new(shape: ConfigurationSetName, location_name: "ConfigurationSetName"))
|
1787
|
-
SendEmailRequest.add_member(:endpoint_id, Shapes::ShapeRef.new(shape: EndpointId, location_name: "EndpointId", metadata: {"contextParam"=>{"name"=>"EndpointId"}}))
|
1787
|
+
SendEmailRequest.add_member(:endpoint_id, Shapes::ShapeRef.new(shape: EndpointId, location_name: "EndpointId", metadata: {"contextParam" => {"name" => "EndpointId"}}))
|
1788
1788
|
SendEmailRequest.add_member(:list_management_options, Shapes::ShapeRef.new(shape: ListManagementOptions, location_name: "ListManagementOptions"))
|
1789
1789
|
SendEmailRequest.struct_class = Types::SendEmailRequest
|
1790
1790
|
|
@@ -14,15 +14,15 @@ module Aws::SESV2
|
|
14
14
|
if Aws::Endpoints::Matchers.valid_host_label?(parameters.endpoint_id, true)
|
15
15
|
if Aws::Endpoints::Matchers.boolean_equals?(parameters.use_fips, false)
|
16
16
|
if Aws::Endpoints::Matchers.set?(parameters.endpoint)
|
17
|
-
return Aws::Endpoints::Endpoint.new(url: parameters.endpoint, headers: {}, properties: {"authSchemes"=>[{"name"=>"sigv4a", "signingName"=>"ses", "signingRegionSet"=>["*"]}]})
|
17
|
+
return Aws::Endpoints::Endpoint.new(url: parameters.endpoint, headers: {}, properties: {"authSchemes" => [{"name" => "sigv4a", "signingName" => "ses", "signingRegionSet" => ["*"]}]})
|
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.global.#{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
|
25
|
-
return Aws::Endpoints::Endpoint.new(url: "https://#{parameters.endpoint_id}.endpoints.email.#{partition_result['dnsSuffix']}", headers: {}, properties: {"authSchemes"=>[{"name"=>"sigv4a", "signingName"=>"ses", "signingRegionSet"=>["*"]}]})
|
25
|
+
return Aws::Endpoints::Endpoint.new(url: "https://#{parameters.endpoint_id}.endpoints.email.#{partition_result['dnsSuffix']}", headers: {}, properties: {"authSchemes" => [{"name" => "sigv4a", "signingName" => "ses", "signingRegionSet" => ["*"]}]})
|
26
26
|
end
|
27
27
|
raise ArgumentError, "Invalid Configuration: FIPS is not supported with multi-region endpoints"
|
28
28
|
end
|
data/lib/aws-sdk-sesv2.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,13 @@
|
|
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.76.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Amazon Web Services
|
8
|
-
autorequire:
|
9
8
|
bindir: bin
|
10
9
|
cert_chain: []
|
11
|
-
date:
|
10
|
+
date: 1980-01-02 00:00:00.000000000 Z
|
12
11
|
dependencies:
|
13
12
|
- !ruby/object:Gem::Dependency
|
14
13
|
name: aws-sdk-core
|
@@ -77,7 +76,6 @@ licenses:
|
|
77
76
|
metadata:
|
78
77
|
source_code_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-sesv2
|
79
78
|
changelog_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-sesv2/CHANGELOG.md
|
80
|
-
post_install_message:
|
81
79
|
rdoc_options: []
|
82
80
|
require_paths:
|
83
81
|
- lib
|
@@ -92,8 +90,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
92
90
|
- !ruby/object:Gem::Version
|
93
91
|
version: '0'
|
94
92
|
requirements: []
|
95
|
-
rubygems_version: 3.
|
96
|
-
signing_key:
|
93
|
+
rubygems_version: 3.6.7
|
97
94
|
specification_version: 4
|
98
95
|
summary: AWS SDK for Ruby - Amazon SES V2
|
99
96
|
test_files: []
|