aws-sdk-recyclebin 1.45.0 → 1.46.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: 3132a8afc8e8f6f0734cde96230ee1b98b20e9425a5ab52b04a19ffbf8df6c6c
4
- data.tar.gz: 3f87f11f16930e3ff33a54445e33dd3afdc4209e1d114997d7368893506d081e
3
+ metadata.gz: bce25fdbc621e44080448959631cdaf1774932609acf17310c5a2909855e6c33
4
+ data.tar.gz: 4b768106ece185c06e324e3f285cb32027941d4fd3f7de24870e3da16259c307
5
5
  SHA512:
6
- metadata.gz: 51977f4d33c4b8416aec28397689921b3f1e8e10e50ae0532876478b8f77c0ede437e2a568047f9e29864e43854670869f2e53e76d78c0a2a0e260221e9909b4
7
- data.tar.gz: d2f3001a7539dce7c762dbbd5d72ad62522c71066149eb42927f5057a683277153b75094b01d7ba731020a7b6734c988997b24975a85a4fab5d45654c7a30503
6
+ metadata.gz: 1343508a9975c6bfb3cd56b93bbfa737f83eff54b62edea9d21ac025c692184dfb66b9e85c671fbe2efd7b70d7b97ca18b9568ec51a6c6d76ce62191fbb42ca0
7
+ data.tar.gz: dac38b0f1510f0420cab0af445456617754f9a1919ee3b6a1bf1bb7ca64d469ebbfac7e74e0843987dbc561d2fb304dcdb06f26bc007b3fa4375e172b2a5c111
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.46.0 (2025-10-27)
5
+ ------------------
6
+
7
+ * Feature - Update endpoint ruleset parameters casing
8
+
4
9
  1.45.0 (2025-10-21)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.45.0
1
+ 1.46.0
@@ -1131,7 +1131,7 @@ module Aws::RecycleBin
1131
1131
  tracer: tracer
1132
1132
  )
1133
1133
  context[:gem_name] = 'aws-sdk-recyclebin'
1134
- context[:gem_version] = '1.45.0'
1134
+ context[:gem_version] = '1.46.0'
1135
1135
  Seahorse::Client::Request.new(handlers, context)
1136
1136
  end
1137
1137
 
@@ -13,22 +13,22 @@ module Aws::RecycleBin
13
13
  # @!attribute region
14
14
  # The AWS region used to dispatch the request.
15
15
  #
16
- # @return [String]
16
+ # @return [string]
17
17
  #
18
18
  # @!attribute use_dual_stack
19
19
  # When true, use the dual-stack endpoint. If the configured endpoint does not support dual-stack, dispatching the request MAY return an error.
20
20
  #
21
- # @return [Boolean]
21
+ # @return [boolean]
22
22
  #
23
23
  # @!attribute use_fips
24
24
  # When true, send this request to the FIPS-compliant regional endpoint. If the configured endpoint does not have a FIPS compliant endpoint, dispatching the request will return an error.
25
25
  #
26
- # @return [Boolean]
26
+ # @return [boolean]
27
27
  #
28
28
  # @!attribute endpoint
29
29
  # Override the endpoint used to send this request
30
30
  #
31
- # @return [String]
31
+ # @return [string]
32
32
  #
33
33
  EndpointParameters = Struct.new(
34
34
  :region,
@@ -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.45.0'
57
+ GEM_VERSION = '1.46.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.45.0
4
+ version: 1.46.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services