aws-sdk-sesv2 1.74.0 → 1.75.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: e7138eae018cc6f2ef3c66cbe71ed18c5282995fe4172581203eaf71adaa6901
4
- data.tar.gz: b8cceac33dc4448c40421766da2742660115e668abdab155fd4944bff71fd5bd
3
+ metadata.gz: 6861d65381cfddd1bd7d6874af440e5f36988b596e584fcda5bc4754140b45f8
4
+ data.tar.gz: 105d6f921913052b3eb9bca74404ceae60509be4356fb362a514185505e1b8bd
5
5
  SHA512:
6
- metadata.gz: 1780b41b69d5721bff7594006ff221b45a5e73d5d969a8398d092c39628143cdaa195dad61ba745f8675fb3e65624d09ccac1950e264c89297e869a78353dce6
7
- data.tar.gz: 24540db2b712561712d16619d483e82e068eac956e30b9f0bcd0ef6c8258ffb3b2d1ac8e7c2f09805094696576eaecd6f5e1ba11cb19f5729c593c3e313f4261
6
+ metadata.gz: 936ce6a8722a68d57f7199687eaa5d9e55a0cab350a544cfbec355872be3ecef3b6c2a57c0c5d4704e2042f2c381c2039a417646111c06fff5afa9f5d7155e10
7
+ data.tar.gz: ec8c8d7a6260a14d16bb5b8e50606671e301c3046ef20415e053affab0abbfdcccb77c41dba2a22872526d6b8a408b4904d3b769ca797a191c310b85a0cf38ec
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.75.0 (2025-05-01)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.74.0 (2025-04-03)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.74.0
1
+ 1.75.0
@@ -5529,7 +5529,7 @@ module Aws::SESV2
5529
5529
  tracer: tracer
5530
5530
  )
5531
5531
  context[:gem_name] = 'aws-sdk-sesv2'
5532
- context[:gem_version] = '1.74.0'
5532
+ context[:gem_version] = '1.75.0'
5533
5533
  Seahorse::Client::Request.new(handlers, context)
5534
5534
  end
5535
5535
 
@@ -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
@@ -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.74.0'
57
+ GEM_VERSION = '1.75.0'
58
58
 
59
59
  end
60
60
 
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.74.0
4
+ version: 1.75.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: 2025-04-03 00:00:00.000000000 Z
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.4.10
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: []