aws-sdk-sesv2 1.81.0 → 1.82.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: 73502a22dc632de1d975f0b15380533e646848cb7c3aa45b45552f34f884dff0
4
- data.tar.gz: 9032547e4fe35e75083b3743f153dbb0dbdd491c1dd18705cf1e7afb94cf86a4
3
+ metadata.gz: 5c080afe980facb3191b5b1a124d8d1e33ebc0674e8cccf44ad2cd2041fbeed3
4
+ data.tar.gz: 243f5a6fecb2d3747369f32b73e3bfa11fe18a2f59611477ca4ffa5c3dca1853
5
5
  SHA512:
6
- metadata.gz: ba46a8cfbcf50adec20c66094ab9412f4a2a39477223d00a3cfd9f914cf1da9b325b2eb662b40b47d89497b6f652e9898c9ea1368941b2c519f802bf44162992
7
- data.tar.gz: 2385a4d77d8401de0cf8aa3ec80b5924871f1c35edbb7f05058f6a9c8b12dad579923bbbbdd47f0fd47b92c33c19a967c07627fc7df74eaced1789a245b8ed0e
6
+ metadata.gz: 1609277d333dcf780ff599430ba79dc756636cf6a62d3de5849048521e06a7a14d97768bdce9cab168bc2a133115e0e6f3e9a207925ad118ebaadccc98e58c86
7
+ data.tar.gz: 71859859d0cd13a8839d165d827c7a46cd036770f8609848549ec6955af0a511cca2875780aa66703150ee87eda7d70c07d5c5cde67a228593ca4ffd2e536bb1
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.82.0 (2025-08-04)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.81.0 (2025-07-31)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.81.0
1
+ 1.82.0
@@ -95,8 +95,8 @@ module Aws::SESV2
95
95
  # class name or an instance of a plugin class.
96
96
  #
97
97
  # @option options [required, Aws::CredentialProvider] :credentials
98
- # Your AWS credentials used for authentication. This can be an instance of any one of the
99
- # following classes:
98
+ # Your AWS credentials used for authentication. This can be any class that includes and implements
99
+ # `Aws::CredentialProvider`, or instance of any one of the following classes:
100
100
  #
101
101
  # * `Aws::Credentials` - Used for configuring static, non-refreshing
102
102
  # credentials.
@@ -124,8 +124,7 @@ module Aws::SESV2
124
124
  # * `Aws::CognitoIdentityCredentials` - Used for loading credentials
125
125
  # from the Cognito Identity service.
126
126
  #
127
- # When `:credentials` are not configured directly, the following
128
- # locations will be searched for credentials:
127
+ # When `:credentials` are not configured directly, the following locations will be searched for credentials:
129
128
  #
130
129
  # * `Aws.config[:credentials]`
131
130
  #
@@ -139,12 +138,10 @@ module Aws::SESV2
139
138
  #
140
139
  # * `~/.aws/config`
141
140
  #
142
- # * EC2/ECS IMDS instance profile - When used by default, the timeouts
143
- # are very aggressive. Construct and pass an instance of
144
- # `Aws::InstanceProfileCredentials` or `Aws::ECSCredentials` to
145
- # enable retries and extended timeouts. Instance profile credential
146
- # fetching can be disabled by setting `ENV['AWS_EC2_METADATA_DISABLED']`
147
- # to `true`.
141
+ # * EC2/ECS IMDS instance profile - When used by default, the timeouts are very aggressive.
142
+ # Construct and pass an instance of `Aws::InstanceProfileCredentials` or `Aws::ECSCredentials` to
143
+ # enable retries and extended timeouts. Instance profile credential fetching can be disabled by
144
+ # setting `ENV['AWS_EC2_METADATA_DISABLED']` to `true`.
148
145
  #
149
146
  # @option options [required, String] :region
150
147
  # The AWS region to connect to. The configured `:region` is
@@ -377,8 +374,8 @@ module Aws::SESV2
377
374
  # `Aws::Telemetry::OTelProvider` for telemetry provider.
378
375
  #
379
376
  # @option options [Aws::TokenProvider] :token_provider
380
- # Your Bearer token used for authentication. This can be an instance of any one of the
381
- # following classes:
377
+ # Your Bearer token used for authentication. This can be any class that includes and implements
378
+ # `Aws::TokenProvider`, or instance of any one of the following classes:
382
379
  #
383
380
  # * `Aws::StaticTokenProvider` - Used for configuring static, non-refreshing
384
381
  # tokens.
@@ -6117,7 +6114,7 @@ module Aws::SESV2
6117
6114
  tracer: tracer
6118
6115
  )
6119
6116
  context[:gem_name] = 'aws-sdk-sesv2'
6120
- context[:gem_version] = '1.81.0'
6117
+ context[:gem_version] = '1.82.0'
6121
6118
  Seahorse::Client::Request.new(handlers, context)
6122
6119
  end
6123
6120
 
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.81.0'
57
+ GEM_VERSION = '1.82.0'
58
58
 
59
59
  end
60
60
 
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.81.0
4
+ version: 1.82.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services