aws-sdk-eksauth 1.26.0 → 1.27.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: 72803173f3f5599f73bc18d242890c477e60a47af8cda3c43f1825f8d9032ea5
4
- data.tar.gz: 969a32273bb8e32830ba48f82a9b3e611ddd14ecf825a52bdb41cd4e03747b51
3
+ metadata.gz: 49469099697244ac172cfee7236fb44500b029e77b29a7141e253df452dcdb2a
4
+ data.tar.gz: ff8434cf86ae1e6ac6f94b35165deb846884d88dbcaf7c35b983f822fa83583d
5
5
  SHA512:
6
- metadata.gz: d688d64cd4dfae18c1fa94187a38f2dfabc6dc611e0a35dd63e8148f8295ebb0b6e1e00336cf0c6f1698a9a685599739843b5e23469a36368ce6f2692454acc9
7
- data.tar.gz: 061f45f76c84b33ec5da27507e5313df8bd599187c508cc1f14731d76de6244d364b8c7e0a6d697d276b4baf26272ad922ff77b8402425a5cf02c28a722ccf8a
6
+ metadata.gz: cdeb045885cf3ee1a4a866512b49a5c8df676cfc5c05d95c2bea2d0d33b62aaeea448f0f9beceadc7a3f7cabbe93ec6d07deb1dfc78af7948344b0e6e1109bf5
7
+ data.tar.gz: c55568d9935a559c0083ca7d78db9925cf87c62b2439937c8549be474ad63a7a029656a61e9efbc077d9c00fb0785b2febe728ad046ac4ba646d4a6c5936427a
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.27.0 (2025-10-30)
5
+ ------------------
6
+
7
+ * Feature - Update endpoint ruleset parameters casing
8
+
4
9
  1.26.0 (2025-10-21)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.26.0
1
+ 1.27.0
@@ -546,7 +546,7 @@ module Aws::EKSAuth
546
546
  tracer: tracer
547
547
  )
548
548
  context[:gem_name] = 'aws-sdk-eksauth'
549
- context[:gem_version] = '1.26.0'
549
+ context[:gem_version] = '1.27.0'
550
550
  Seahorse::Client::Request.new(handlers, context)
551
551
  end
552
552
 
@@ -13,17 +13,17 @@ module Aws::EKSAuth
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_fips
19
19
  # 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.
20
20
  #
21
- # @return [Boolean]
21
+ # @return [boolean]
22
22
  #
23
23
  # @!attribute endpoint
24
24
  # Override the endpoint used to send this request
25
25
  #
26
- # @return [String]
26
+ # @return [string]
27
27
  #
28
28
  EndpointParameters = Struct.new(
29
29
  :region,
@@ -55,7 +55,7 @@ module Aws::EKSAuth
55
55
  autoload :EndpointProvider, 'aws-sdk-eksauth/endpoint_provider'
56
56
  autoload :Endpoints, 'aws-sdk-eksauth/endpoints'
57
57
 
58
- GEM_VERSION = '1.26.0'
58
+ GEM_VERSION = '1.27.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-eksauth
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.26.0
4
+ version: 1.27.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services