aws-sdk-recyclebin 1.53.0 → 1.55.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: 5f56b181b91c72adaaad1c58b19a2e189c2dd4274a50edfe03fadbd71f467cfb
4
- data.tar.gz: 362e61f36a0ddf9d6062d224423e4797a0c3a205dbd2334bd4b16e4af1a25193
3
+ metadata.gz: 61186e34520df8d533aec08a799cf4ff53b04947ff393bf35c684d014ecbd9d4
4
+ data.tar.gz: d2b4049eece8d22d18d752e7b9249bd16e1296a8f9594c2d26ee85f1a9d080e0
5
5
  SHA512:
6
- metadata.gz: ef9e543c21902ea52aad3b3e7ebabbd05684bc332a29b43ccae470b531ca3fa0ff5d0b67df036492242a709bdce73db7cb77ee0485bbcde8b3c1f6e15624d250
7
- data.tar.gz: e5525f0aa0d9853540adefb8784481cd8fdd83784838c6dea0e11c51c810870cec532eac5df7ea3ece9185648d895673d7a68ef62384a38fdcdb33d5d3596a05
6
+ metadata.gz: bdd34d54781983216d1de7580e03dc492cf4c5c4b36f5094b4f02b5828ae88cfb58a405c16dba31f3a96246aa186c7dc383f489dedab67cca11c22598da67f9f
7
+ data.tar.gz: 3f7821ebdc640702ea9d02edf676e13db02a82e88da8d4c687743c410a84da221afcd4615563ac84f5cd72b58533c3e86bd01f243cc4152ed6ba3b421c5b3591
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.55.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.54.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.53.0 (2026-05-13)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.53.0
1
+ 1.55.0
@@ -199,7 +199,7 @@ module Aws::RecycleBin
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::RecycleBin
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
@@ -1142,7 +1140,7 @@ module Aws::RecycleBin
1142
1140
  tracer: tracer
1143
1141
  )
1144
1142
  context[:gem_name] = 'aws-sdk-recyclebin'
1145
- context[:gem_version] = '1.53.0'
1143
+ context[:gem_version] = '1.55.0'
1146
1144
  Seahorse::Client::Request.new(handlers, context)
1147
1145
  end
1148
1146
 
@@ -54,7 +54,7 @@ module Aws::RecycleBin
54
54
  autoload :EndpointProvider, 'aws-sdk-recyclebin/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-recyclebin/endpoints'
56
56
 
57
- GEM_VERSION = '1.53.0'
57
+ GEM_VERSION = '1.55.0'
58
58
 
59
59
  end
60
60
 
data/sig/client.rbs CHANGED
@@ -103,14 +103,14 @@ module Aws
103
103
  {
104
104
  key: ::String,
105
105
  value: ::String
106
- },
106
+ }
107
107
  ],
108
108
  resource_type: ("EBS_SNAPSHOT" | "EC2_IMAGE" | "EBS_VOLUME"),
109
109
  ?resource_tags: Array[
110
110
  {
111
111
  resource_tag_key: ::String,
112
112
  resource_tag_value: ::String?
113
- },
113
+ }
114
114
  ],
115
115
  ?lock_configuration: {
116
116
  unlock_delay: {
@@ -122,7 +122,7 @@ module Aws
122
122
  {
123
123
  resource_tag_key: ::String,
124
124
  resource_tag_value: ::String?
125
- },
125
+ }
126
126
  ]
127
127
  ) -> _CreateRuleResponseSuccess
128
128
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateRuleResponseSuccess
@@ -170,14 +170,14 @@ module Aws
170
170
  {
171
171
  resource_tag_key: ::String,
172
172
  resource_tag_value: ::String?
173
- },
173
+ }
174
174
  ],
175
175
  ?lock_state: ("locked" | "pending_unlock" | "unlocked"),
176
176
  ?exclude_resource_tags: Array[
177
177
  {
178
178
  resource_tag_key: ::String,
179
179
  resource_tag_value: ::String?
180
- },
180
+ }
181
181
  ]
182
182
  ) -> _ListRulesResponseSuccess
183
183
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListRulesResponseSuccess
@@ -227,7 +227,7 @@ module Aws
227
227
  {
228
228
  key: ::String,
229
229
  value: ::String
230
- },
230
+ }
231
231
  ]
232
232
  ) -> _TagResourceResponseSuccess
233
233
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _TagResourceResponseSuccess
@@ -288,13 +288,13 @@ module Aws
288
288
  {
289
289
  resource_tag_key: ::String,
290
290
  resource_tag_value: ::String?
291
- },
291
+ }
292
292
  ],
293
293
  ?exclude_resource_tags: Array[
294
294
  {
295
295
  resource_tag_key: ::String,
296
296
  resource_tag_value: ::String?
297
- },
297
+ }
298
298
  ]
299
299
  ) -> _UpdateRuleResponseSuccess
300
300
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateRuleResponseSuccess
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-recyclebin
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.53.0
4
+ version: 1.55.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