aws-sdk-snowball 1.93.0 → 1.94.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: 64b5368f8e3ee3d3525906f119f0cc47c0d44eb91a07ae81bef26fa079d8d026
4
- data.tar.gz: 5d7b7bc5a79c8ca065c15d62a8a5b320d4ebf71158bea49414be718dde75f3d9
3
+ metadata.gz: e81e9e75098e3e26ecf47690e69e1cb70bd8b7bcf1383f219079f81b19cc446c
4
+ data.tar.gz: 3320132b63741e21f1e9a58bb290d220a8b28d1ef0704c7863d7ff52ccb7ba73
5
5
  SHA512:
6
- metadata.gz: 5ec0f5ac212943ebd4c532952c39bfc2eb5ccdab7be4d3daa50f4b9c442991458c2745bb3ac237ef8faed415bc2fb7ee60973654175fc179fb033ed3164002ae
7
- data.tar.gz: a573a63e5e3100955904ddaa8c81efe55379ec6a6bf33de649341228358d360a165898fb04290492dad1a894ae29b1ecf3a93952743689a8c38944585afb7e9c
6
+ metadata.gz: c1e9ba7bea03d3f863ea2fa1acd6002f16e10d16252beaf79d8b68472dcf50c080fb793fe4f9d9f01389ab14ec6ce3bb2ab87a332fad2cd4b731fd192d7afda3
7
+ data.tar.gz: 1597b5c7e0f183ebd3a33ef11f767cfdd9fb58dce1036ab1ab17080405012aae14f33ac21e7ef025603069e1412e249eb160150ba582297a509ed5ae4b846d92
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.94.0 (2025-10-31)
5
+ ------------------
6
+
7
+ * Feature - Update endpoint ruleset parameters casing
8
+
4
9
  1.93.0 (2025-10-21)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.93.0
1
+ 1.94.0
@@ -2974,7 +2974,7 @@ module Aws::Snowball
2974
2974
  tracer: tracer
2975
2975
  )
2976
2976
  context[:gem_name] = 'aws-sdk-snowball'
2977
- context[:gem_version] = '1.93.0'
2977
+ context[:gem_version] = '1.94.0'
2978
2978
  Seahorse::Client::Request.new(handlers, context)
2979
2979
  end
2980
2980
 
@@ -13,22 +13,22 @@ module Aws::Snowball
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::Snowball
54
54
  autoload :EndpointProvider, 'aws-sdk-snowball/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-snowball/endpoints'
56
56
 
57
- GEM_VERSION = '1.93.0'
57
+ GEM_VERSION = '1.94.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-snowball
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.93.0
4
+ version: 1.94.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services