aws-sdk-glacier 1.84.0 → 1.85.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: d1d6d746c013eeccc83f8c077b797991d80ef3b336cea44370cc77a0d15271cc
4
- data.tar.gz: 21b62c6d131ae263ece0f35f444ae8e6a4fb004a8015c6f371e52d8de654b318
3
+ metadata.gz: 91f4cd648f5a78eac9df154c245e2fa692b32c4703b5597cb56720830f3c85a6
4
+ data.tar.gz: b280aee0a79693860bb74335c63f2deaacac0ed757b18ee462283cd88cb0e127
5
5
  SHA512:
6
- metadata.gz: 138fc64d720b6b3a8b58f75d8fe1a5651119f7f5fb8d67fe1e251f5416057057a60a384aae0ca1be7446b162f7c6e10048c5ec3b780c239c4c79d000036d1bb4
7
- data.tar.gz: 5025b940c21d41b07171a12e2b5710f1c2858c9b6e0d64978c5aba24e28fa8cd24382d7a45ae6a8607ec4b0cd874e6ee20b772eaadbd2a48504622bba69d32c0
6
+ metadata.gz: 32eef809c11db2c260e2415a8f96c5714053c0f123da8b8a7646dce66436db1454348bf1a029d01e8ff41cc3e3ccb7208799ca15728655f7049f3390a77b5e36
7
+ data.tar.gz: e90002a6121ebf76639242dfbd03d67ced7fef49d48e5295feca041f60937fe7db75a4a345085b8aba0e1932cfc5a7c76d0896de50be5561e2d035f2b61b0334
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.85.0 (2025-10-28)
5
+ ------------------
6
+
7
+ * Feature - Update endpoint ruleset parameters casing
8
+
4
9
  1.84.0 (2025-10-21)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.84.0
1
+ 1.85.0
@@ -3530,7 +3530,7 @@ module Aws::Glacier
3530
3530
  tracer: tracer
3531
3531
  )
3532
3532
  context[:gem_name] = 'aws-sdk-glacier'
3533
- context[:gem_version] = '1.84.0'
3533
+ context[:gem_version] = '1.85.0'
3534
3534
  Seahorse::Client::Request.new(handlers, context)
3535
3535
  end
3536
3536
 
@@ -13,22 +13,22 @@ module Aws::Glacier
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,
@@ -61,7 +61,7 @@ module Aws::Glacier
61
61
  autoload :Notification, 'aws-sdk-glacier/notification'
62
62
  autoload :Vault, 'aws-sdk-glacier/vault'
63
63
 
64
- GEM_VERSION = '1.84.0'
64
+ GEM_VERSION = '1.85.0'
65
65
 
66
66
  end
67
67
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-glacier
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.84.0
4
+ version: 1.85.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services