aws-sdk-signer 1.76.0 → 1.77.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: dbe8dbf97639bc389c9d77f2fbade9a41d6e67250f446e7d98d60578dba54ec3
4
- data.tar.gz: 52aebc337d0e43e92c1cad4ff6dfc0699fee1f306a6bbab4e60fe2c18fe2e218
3
+ metadata.gz: f1c1427f249418ed3a4d596d965dace7fb27958d3dda0a9d1035c078f56d28fe
4
+ data.tar.gz: 62d3639fe9fa614d910eea1ad873f3ac5fb562d9eebada3fa695787c4580b002
5
5
  SHA512:
6
- metadata.gz: 4d2d1ff0f58ba7e3c86aa8b84a781f24396e60c5ecd7d2543091c9330f4300195214bca9fc4364030e652227a20d3a1a9bc76af484535547ff4628828499a0c8
7
- data.tar.gz: c9d4156d7229e46aebf8c9663781896f2a0eab12b2ace4d5040b6a6e81ad824db1fd6fd81a17c80a220c491a125d3d9bbb00802612b265d9e83f498b081ed70d
6
+ metadata.gz: c97d72563dc561fd431f640fb62583ff437be00691da30f4574ee0e5a3da1c9618751465952ef8bde77ee3116f86c27a8a34f5636e069bbb082c515baae5ec06
7
+ data.tar.gz: 1e46ea8ad7e7c9d48c6ba0942db2021861d25345ed69e60dc122ae2f60774ba7727e2159768c882e8ff6e798418d060c2a35e0adc62676754c4bf5f38669748d
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.77.0 (2025-10-17)
5
+ ------------------
6
+
7
+ * Feature - Update endpoint ruleset parameters casing
8
+
4
9
  1.76.0 (2025-08-26)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.76.0
1
+ 1.77.0
@@ -1549,7 +1549,7 @@ module Aws::Signer
1549
1549
  tracer: tracer
1550
1550
  )
1551
1551
  context[:gem_name] = 'aws-sdk-signer'
1552
- context[:gem_version] = '1.76.0'
1552
+ context[:gem_version] = '1.77.0'
1553
1553
  Seahorse::Client::Request.new(handlers, context)
1554
1554
  end
1555
1555
 
@@ -13,22 +13,22 @@ module Aws::Signer
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,
@@ -55,7 +55,7 @@ module Aws::Signer
55
55
  autoload :EndpointProvider, 'aws-sdk-signer/endpoint_provider'
56
56
  autoload :Endpoints, 'aws-sdk-signer/endpoints'
57
57
 
58
- GEM_VERSION = '1.76.0'
58
+ GEM_VERSION = '1.77.0'
59
59
 
60
60
  end
61
61
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-signer
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.76.0
4
+ version: 1.77.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services