aws-sdk-secretsmanager 1.130.0 → 1.132.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: 8a56f2260732234ab957260edc33303730ef2fa8c33d3fb6469033c175860552
4
- data.tar.gz: 524c9478699f99cfd7cb726d0cca905be072b5b8646cc29e3170189cfebe83c8
3
+ metadata.gz: 073a4e56181f04ddd2e9f927a618e1ec6705353a4196240b751c831eff5f3411
4
+ data.tar.gz: 1d2e21b129389e53f77107323df35be34117eed84eb9734c1f0eb76775411554
5
5
  SHA512:
6
- metadata.gz: b78ea5db864dd07e60c3da4656293b9cda79970322f850c1481b7ce6684cea3f657e10f7a47c57dca98ec7702033414717f1ce59eea9fc69d254b8e9bdb02bf4
7
- data.tar.gz: 96ab732d627815f8b35a9a86fc7dfed6a4299d3dd73311a3654a222101977a7442e5105f32bf953ace2b9487236e1b2facc7780911072a4d13ef5d447d1dbde8
6
+ metadata.gz: 1df06cce4fd1dad6ddec68603336194addab442e4f8a2596178c78ab3e03fe60f4681da4fefaa9e85d3ee3d3c167052d85a22d9fbbd647a207165b325a9f5972
7
+ data.tar.gz: 37a6e742132348b16cc5ec2768681ec152851fc4604d6582cc9a04de1a3b04fa58e9d59f8663dd0142c535174c83663beb925ce8651a32e2b9f5d9312dbefc79
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.132.0 (2026-05-21)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
9
+ 1.131.0 (2026-05-19)
10
+ ------------------
11
+
12
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
13
+
4
14
  1.130.0 (2026-05-13)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.130.0
1
+ 1.132.0
@@ -199,7 +199,7 @@ module Aws::SecretsManager
199
199
  # the required types.
200
200
  #
201
201
  # @option options [Boolean] :correct_clock_skew (true)
202
- # Used only in `standard` and adaptive retry modes. Specifies whether to apply
202
+ # Used only in `standard` and `adaptive` retry modes. Specifies whether to apply
203
203
  # a clock skew correction and retry requests with skewed client clocks.
204
204
  #
205
205
  # @option options [String] :defaults_mode ("legacy")
@@ -323,17 +323,15 @@ module Aws::SecretsManager
323
323
  # @option options [String] :retry_mode ("legacy")
324
324
  # Specifies which retry algorithm to use. Values are:
325
325
  #
326
- # * `legacy` - The pre-existing retry behavior. This is default value if
327
- # no retry mode is provided.
326
+ # * `legacy` - The pre-existing retry behavior. This is the default
327
+ # value if no retry mode is provided.
328
328
  #
329
329
  # * `standard` - A standardized set of retry rules across the AWS SDKs.
330
330
  # This includes support for retry quotas, which limit the number of
331
331
  # unsuccessful retries a client can make.
332
332
  #
333
- # * `adaptive` - An experimental retry mode that includes all the
334
- # functionality of `standard` mode along with automatic client side
335
- # throttling. This is a provisional mode that may change behavior
336
- # in the future.
333
+ # * `adaptive` - A retry mode that includes all the functionality of
334
+ # `standard` mode along with automatic client side throttling.
337
335
  #
338
336
  # @option options [String] :sdk_ua_app_id
339
337
  # A unique and opaque application ID that is appended to the
@@ -3512,7 +3510,7 @@ module Aws::SecretsManager
3512
3510
  tracer: tracer
3513
3511
  )
3514
3512
  context[:gem_name] = 'aws-sdk-secretsmanager'
3515
- context[:gem_version] = '1.130.0'
3513
+ context[:gem_version] = '1.132.0'
3516
3514
  Seahorse::Client::Request.new(handlers, context)
3517
3515
  end
3518
3516
 
@@ -54,7 +54,7 @@ module Aws::SecretsManager
54
54
  autoload :EndpointProvider, 'aws-sdk-secretsmanager/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-secretsmanager/endpoints'
56
56
 
57
- GEM_VERSION = '1.130.0'
57
+ GEM_VERSION = '1.132.0'
58
58
 
59
59
  end
60
60
 
data/sig/client.rbs CHANGED
@@ -92,7 +92,7 @@ module Aws
92
92
  {
93
93
  key: ("description" | "name" | "tag-key" | "tag-value" | "primary-region" | "owning-service" | "all")?,
94
94
  values: Array[::String]?
95
- },
95
+ }
96
96
  ],
97
97
  ?max_results: ::Integer,
98
98
  ?next_token: ::String
@@ -130,13 +130,13 @@ module Aws
130
130
  {
131
131
  key: ::String?,
132
132
  value: ::String?
133
- },
133
+ }
134
134
  ],
135
135
  ?add_replica_regions: Array[
136
136
  {
137
137
  region: ::String?,
138
138
  kms_key_id: ::String?
139
- },
139
+ }
140
140
  ],
141
141
  ?force_overwrite_replica_secret: bool,
142
142
  ?type: ::String
@@ -275,7 +275,7 @@ module Aws
275
275
  {
276
276
  key: ("description" | "name" | "tag-key" | "tag-value" | "primary-region" | "owning-service" | "all")?,
277
277
  values: Array[::String]?
278
- },
278
+ }
279
279
  ],
280
280
  ?sort_order: ("asc" | "desc"),
281
281
  ?sort_by: ("created-date" | "last-accessed-date" | "last-changed-date" | "name")
@@ -337,7 +337,7 @@ module Aws
337
337
  {
338
338
  region: ::String?,
339
339
  kms_key_id: ::String?
340
- },
340
+ }
341
341
  ],
342
342
  ?force_overwrite_replica_secret: bool
343
343
  ) -> _ReplicateSecretToRegionsResponseSuccess
@@ -374,7 +374,7 @@ module Aws
374
374
  {
375
375
  key: ::String?,
376
376
  value: ::String?
377
- },
377
+ }
378
378
  ],
379
379
  ?external_secret_rotation_role_arn: ::String,
380
380
  ?rotate_immediately: bool
@@ -398,7 +398,7 @@ module Aws
398
398
  {
399
399
  key: ::String?,
400
400
  value: ::String?
401
- },
401
+ }
402
402
  ]
403
403
  ) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
404
404
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-secretsmanager
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.130.0
4
+ version: 1.132.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.247.0
21
+ version: 3.248.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.247.0
31
+ version: 3.248.0
32
32
  - !ruby/object:Gem::Dependency
33
33
  name: aws-sigv4
34
34
  requirement: !ruby/object:Gem::Requirement