aws-sdk-sesv2 1.78.0 → 1.80.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: 70153865dc9e9003a8a3a03b45e09995e0c1a317141740aa0a3d2592562596e8
4
- data.tar.gz: 1d4d6fee65288931fba7d775e371321fa70cd8537d06b3c61a9d7e08d12bffe2
3
+ metadata.gz: 5feba0b14e472c717c7fb160d97bf225755f9eb484ae1cf7fe9f9a65414c78f4
4
+ data.tar.gz: 073c7ec1fd1ebe862fe3ad882969680c58664cc2c152f03edadb7c310bb516ff
5
5
  SHA512:
6
- metadata.gz: 44ed6bac6a1e72b48925df254bfba4cba204603e457a1ad4e41b4d80dc816a3e4e7b541dfcff724e23b1fba474a6723b9799ff9efa4df20f2ab8b999146f34d4
7
- data.tar.gz: dcd8b9df8cf6d17c696aee8c44af0643e9fcb98f2ff4bbefc7537abe378e9122f4b399344e27063714f49c1da9876e343fa59bad102e8bbdb1a03a0e3ac8452d
6
+ metadata.gz: ccdb2a93bb0202284ba7f0f948d27579ad811548f98ca135258f20ebd00a8d2b35e272c38a30f568caa6cfe007748737ae9178beb7846032eea0cf466b4534b3
7
+ data.tar.gz: e066e8c3fd1883f6d1a84e4fffeca1aa4d7ba25ff2885aac7df8156dbb5162fb26d27524839b02906a66089f0f3773baca7571e1de949b24280728cafc053c07
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.80.0 (2025-07-21)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
9
+ 1.79.0 (2025-07-18)
10
+ ------------------
11
+
12
+ * Feature - Added IP Visibility support for managed dedicated pools. Enhanced GetDedicatedIp and GetDedicatedIps APIs to return managed IP addresses.
13
+
4
14
  1.78.0 (2025-06-27)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.78.0
1
+ 1.80.0
@@ -95,7 +95,7 @@ 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. This can be an instance of any one of the
98
+ # Your AWS credentials used for authentication. This can be an instance of any one of the
99
99
  # following classes:
100
100
  #
101
101
  # * `Aws::Credentials` - Used for configuring static, non-refreshing
@@ -128,18 +128,23 @@ module Aws::SESV2
128
128
  # locations will be searched for credentials:
129
129
  #
130
130
  # * `Aws.config[:credentials]`
131
+ #
131
132
  # * The `:access_key_id`, `:secret_access_key`, `:session_token`, and
132
133
  # `:account_id` options.
133
- # * ENV['AWS_ACCESS_KEY_ID'], ENV['AWS_SECRET_ACCESS_KEY'],
134
- # ENV['AWS_SESSION_TOKEN'], and ENV['AWS_ACCOUNT_ID']
134
+ #
135
+ # * `ENV['AWS_ACCESS_KEY_ID']`, `ENV['AWS_SECRET_ACCESS_KEY']`,
136
+ # `ENV['AWS_SESSION_TOKEN']`, and `ENV['AWS_ACCOUNT_ID']`.
137
+ #
135
138
  # * `~/.aws/credentials`
139
+ #
136
140
  # * `~/.aws/config`
141
+ #
137
142
  # * EC2/ECS IMDS instance profile - When used by default, the timeouts
138
143
  # are very aggressive. Construct and pass an instance of
139
144
  # `Aws::InstanceProfileCredentials` or `Aws::ECSCredentials` to
140
145
  # enable retries and extended timeouts. Instance profile credential
141
- # fetching can be disabled by setting ENV['AWS_EC2_METADATA_DISABLED']
142
- # to true.
146
+ # fetching can be disabled by setting `ENV['AWS_EC2_METADATA_DISABLED']`
147
+ # to `true`.
143
148
  #
144
149
  # @option options [required, String] :region
145
150
  # The AWS region to connect to. The configured `:region` is
@@ -167,6 +172,11 @@ module Aws::SESV2
167
172
  # When false, the request will raise a `RetryCapacityNotAvailableError` and will
168
173
  # not retry instead of sleeping.
169
174
  #
175
+ # @option options [Array<String>] :auth_scheme_preference
176
+ # A list of preferred authentication schemes to use when making a request. Supported values are:
177
+ # `sigv4`, `sigv4a`, `httpBearerAuth`, and `noAuth`. When set using `ENV['AWS_AUTH_SCHEME_PREFERENCE']` or in
178
+ # shared config as `auth_scheme_preference`, the value should be a comma-separated list.
179
+ #
170
180
  # @option options [Boolean] :client_side_monitoring (false)
171
181
  # When `true`, client-side metrics will be collected for all API requests from
172
182
  # this client.
@@ -253,8 +263,8 @@ module Aws::SESV2
253
263
  # 4 times. Used in `standard` and `adaptive` retry modes.
254
264
  #
255
265
  # @option options [String] :profile ("default")
256
- # Used when loading credentials from the shared credentials file
257
- # at HOME/.aws/credentials. When not specified, 'default' is used.
266
+ # Used when loading credentials from the shared credentials file at `HOME/.aws/credentials`.
267
+ # When not specified, 'default' is used.
258
268
  #
259
269
  # @option options [String] :request_checksum_calculation ("when_supported")
260
270
  # Determines when a checksum will be calculated for request payloads. Values are:
@@ -367,7 +377,7 @@ module Aws::SESV2
367
377
  # `Aws::Telemetry::OTelProvider` for telemetry provider.
368
378
  #
369
379
  # @option options [Aws::TokenProvider] :token_provider
370
- # A Bearer Token Provider. This can be an instance of any one of the
380
+ # Your Bearer token used for authentication. This can be an instance of any one of the
371
381
  # following classes:
372
382
  #
373
383
  # * `Aws::StaticTokenProvider` - Used for configuring static, non-refreshing
@@ -2152,7 +2162,7 @@ module Aws::SESV2
2152
2162
  # @example Response structure
2153
2163
  #
2154
2164
  # resp.dedicated_ip.ip #=> String
2155
- # resp.dedicated_ip.warmup_status #=> String, one of "IN_PROGRESS", "DONE"
2165
+ # resp.dedicated_ip.warmup_status #=> String, one of "IN_PROGRESS", "DONE", "NOT_APPLICABLE"
2156
2166
  # resp.dedicated_ip.warmup_percentage #=> Integer
2157
2167
  # resp.dedicated_ip.pool_name #=> String
2158
2168
  #
@@ -2230,7 +2240,7 @@ module Aws::SESV2
2230
2240
  #
2231
2241
  # resp.dedicated_ips #=> Array
2232
2242
  # resp.dedicated_ips[0].ip #=> String
2233
- # resp.dedicated_ips[0].warmup_status #=> String, one of "IN_PROGRESS", "DONE"
2243
+ # resp.dedicated_ips[0].warmup_status #=> String, one of "IN_PROGRESS", "DONE", "NOT_APPLICABLE"
2234
2244
  # resp.dedicated_ips[0].warmup_percentage #=> Integer
2235
2245
  # resp.dedicated_ips[0].pool_name #=> String
2236
2246
  # resp.next_token #=> String
@@ -5528,7 +5538,7 @@ module Aws::SESV2
5528
5538
  tracer: tracer
5529
5539
  )
5530
5540
  context[:gem_name] = 'aws-sdk-sesv2'
5531
- context[:gem_version] = '1.78.0'
5541
+ context[:gem_version] = '1.80.0'
5532
5542
  Seahorse::Client::Request.new(handlers, context)
5533
5543
  end
5534
5544
 
@@ -1480,12 +1480,23 @@ module Aws::SESV2
1480
1480
  #
1481
1481
  # * `DONE` – The dedicated IP warm-up process is complete, and the IP
1482
1482
  # address is ready to use.
1483
+ #
1484
+ # * `NOT_APPLICABLE` – The warm-up status doesn't apply to this IP
1485
+ # address. This status is used for IP addresses in managed dedicated
1486
+ # IP pools, where Amazon SES automatically handles the warm-up
1487
+ # process.
1483
1488
  # @return [String]
1484
1489
  #
1485
1490
  # @!attribute [rw] warmup_percentage
1486
- # Indicates how complete the dedicated IP warm-up process is. When
1487
- # this value equals 1, the address has completed the warm-up process
1488
- # and is ready for use.
1491
+ # Indicates the progress of your dedicated IP warm-up:
1492
+ #
1493
+ # * `0-100` For standard dedicated IP addresses, this shows the
1494
+ # warm-up completion percentage. A value of 100 means the IP address
1495
+ # is fully warmed up and ready for use.
1496
+ #
1497
+ # * `-1` – Appears for IP addresses in managed dedicated pools where
1498
+ # Amazon SES automatically handles the warm-up process, making the
1499
+ # percentage not applicable.
1489
1500
  # @return [Integer]
1490
1501
  #
1491
1502
  # @!attribute [rw] pool_name
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.78.0'
57
+ GEM_VERSION = '1.80.0'
58
58
 
59
59
  end
60
60
 
data/sig/client.rbs CHANGED
@@ -18,6 +18,7 @@ module Aws
18
18
  ?account_id: String,
19
19
  ?active_endpoint_cache: bool,
20
20
  ?adaptive_retry_wait_to_fill: bool,
21
+ ?auth_scheme_preference: Array[String],
21
22
  ?client_side_monitoring: bool,
22
23
  ?client_side_monitoring_client_id: String,
23
24
  ?client_side_monitoring_host: String,
data/sig/resource.rbs CHANGED
@@ -18,6 +18,7 @@ module Aws
18
18
  ?account_id: String,
19
19
  ?active_endpoint_cache: bool,
20
20
  ?adaptive_retry_wait_to_fill: bool,
21
+ ?auth_scheme_preference: Array[String],
21
22
  ?client_side_monitoring: bool,
22
23
  ?client_side_monitoring_client_id: String,
23
24
  ?client_side_monitoring_host: String,
data/sig/types.rbs CHANGED
@@ -346,7 +346,7 @@ module Aws::SESV2
346
346
 
347
347
  class DedicatedIp
348
348
  attr_accessor ip: ::String
349
- attr_accessor warmup_status: ("IN_PROGRESS" | "DONE")
349
+ attr_accessor warmup_status: ("IN_PROGRESS" | "DONE" | "NOT_APPLICABLE")
350
350
  attr_accessor warmup_percentage: ::Integer
351
351
  attr_accessor pool_name: ::String
352
352
  SENSITIVE: []
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.78.0
4
+ version: 1.80.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
@@ -18,7 +18,7 @@ dependencies:
18
18
  version: '3'
19
19
  - - ">="
20
20
  - !ruby/object:Gem::Version
21
- version: 3.225.0
21
+ version: 3.227.0
22
22
  type: :runtime
23
23
  prerelease: false
24
24
  version_requirements: !ruby/object:Gem::Requirement
@@ -28,7 +28,7 @@ dependencies:
28
28
  version: '3'
29
29
  - - ">="
30
30
  - !ruby/object:Gem::Version
31
- version: 3.225.0
31
+ version: 3.227.0
32
32
  - !ruby/object:Gem::Dependency
33
33
  name: aws-sigv4
34
34
  requirement: !ruby/object:Gem::Requirement