aws-sdk-recyclebin 1.38.0 → 1.40.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: 36377f58f0b86a2a6aa2c6e79a5f2bec4c011328398817202531da7540f443b4
4
- data.tar.gz: e84bee7bde6392cd4bb5d2cbd56098dae1c641ccfc735737c057e6ad64f5de2e
3
+ metadata.gz: 6318e15d4b3e40b4eb7e57ad5a0626f53ca8216f157a38dc8fb9dd544edf0c99
4
+ data.tar.gz: 22de2da9796e1f7cdc1e72fb11a4bdb04cadc5e1aa98d0f7bcf3d892ed3bd92a
5
5
  SHA512:
6
- metadata.gz: a152e9e31b5463f0566d29c79626ad248e862815f42617fa0e5a3904a5c4ee99c53612aab99bd0d6819a5b75c3b29d9b1259031a3cbd3d6fcecff0aec5169744
7
- data.tar.gz: 8221c51feb54df45a2d7cd29ea1991f2ec698d14a7b89e080de51e0fffc6ca67fd3a7274fa5dc1c2bdd8731dd9b5ece2dc3f81e8de9764c39f29f10aaf301478
6
+ metadata.gz: 227c9b3961f20b46cb4f52b85ffc5e49f651490307bcc8b6aa1225c9c6149538bf2138ff4994b584938c2ee75ebcd949b8c2bc298f9c6bd07343b5bb556d3298
7
+ data.tar.gz: c2285fee65fc88223030c739a0fb06e0a8d391bc1473f46248e5cb0a46c47bf0cdbd7aea196ebcf169ef64a18817ab3ddb5050a04576796a35074bfa6db4a55d
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.40.0 (2025-06-02)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
9
+ 1.39.0 (2025-05-12)
10
+ ------------------
11
+
12
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
13
+
4
14
  1.38.0 (2025-05-01)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.38.0
1
+ 1.40.0
@@ -200,8 +200,7 @@ module Aws::RecycleBin
200
200
  # accepted modes and the configuration defaults that are included.
201
201
  #
202
202
  # @option options [Boolean] :disable_host_prefix_injection (false)
203
- # Set to true to disable SDK automatically adding host prefix
204
- # to default service endpoint when available.
203
+ # When `true`, the SDK will not prepend the modeled host prefix to the endpoint.
205
204
  #
206
205
  # @option options [Boolean] :disable_request_compression (false)
207
206
  # When set to 'true' the request body will not be compressed
@@ -1125,7 +1124,7 @@ module Aws::RecycleBin
1125
1124
  tracer: tracer
1126
1125
  )
1127
1126
  context[:gem_name] = 'aws-sdk-recyclebin'
1128
- context[:gem_version] = '1.38.0'
1127
+ context[:gem_version] = '1.40.0'
1129
1128
  Seahorse::Client::Request.new(handlers, context)
1130
1129
  end
1131
1130
 
@@ -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.38.0'
57
+ GEM_VERSION = '1.40.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-recyclebin
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.38.0
4
+ version: 1.40.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.216.0
21
+ version: 3.225.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.216.0
31
+ version: 3.225.0
32
32
  - !ruby/object:Gem::Dependency
33
33
  name: aws-sigv4
34
34
  requirement: !ruby/object:Gem::Requirement
@@ -83,7 +83,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
83
83
  requirements:
84
84
  - - ">="
85
85
  - !ruby/object:Gem::Version
86
- version: '2.5'
86
+ version: '2.7'
87
87
  required_rubygems_version: !ruby/object:Gem::Requirement
88
88
  requirements:
89
89
  - - ">="