aws-sdk-eksauth 1.19.0 → 1.20.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: 8050c2f685a9a571bf374c71a01a00b9778a6609dc6b0e6a72e05cef2d253e1e
4
- data.tar.gz: 9186083b55ccab6f916c2e23af9312b06596ebc98218f602c45d61676b47f5b6
3
+ metadata.gz: fca719bdb61f468a45da6d3b3ce556b08bf6a54bd918cfb13e09a0c54256f2d7
4
+ data.tar.gz: 8c83ef3d0acba3d04e9815a661d7680cb193fbb18c6f681bef7b8c453b4a5640
5
5
  SHA512:
6
- metadata.gz: eeaadbca0ce6a6b67016258913a500f3e933f9384e118b4a7a12d3f01d8d0950a101d783cd13e6c1cb5042baa4d6ffe940757734701376c35c887c3418046e23
7
- data.tar.gz: 2407631b3e53f6a9839edec7970971c1da64b270920fe73ee568e0145bb30362db91e3864a8b64ef182a8b8b39e475b7801f39aa0aeff2023c56ea2df6005427
6
+ metadata.gz: 1611f20b38e00b3a1ed28919c99b018e98d49e9331e9221a9e849540504133d4dacbb19a8ed3ee1f92e1b4956e03bfa860be963f1b2b1c6004525bdca0d36155
7
+ data.tar.gz: 5257c81f1488f4274167d4a4fa9ec7b8d7e7aa5eb1362bac1e1634a35302dccbd9975627a9a5c11ba31a8ca41b49122e43fda50bbfbd0db2b6995413326ac738
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.20.0 (2025-05-12)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.19.0 (2025-05-01)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.19.0
1
+ 1.20.0
@@ -200,8 +200,7 @@ module Aws::EKSAuth
200
200
  # accepted modes and the configuration defaults that are included.
201
201
  #
202
202
  # @option options [Boolean] :disable_host_prefix_injection (false)
203
- # Set to true to disable SDK automatically adding host prefix
204
- # to default service endpoint when available.
203
+ # When `true`, the SDK will not prepend the modeled host prefix to the endpoint.
205
204
  #
206
205
  # @option options [Boolean] :disable_request_compression (false)
207
206
  # When set to 'true' the request body will not be compressed
@@ -540,7 +539,7 @@ module Aws::EKSAuth
540
539
  tracer: tracer
541
540
  )
542
541
  context[:gem_name] = 'aws-sdk-eksauth'
543
- context[:gem_version] = '1.19.0'
542
+ context[:gem_version] = '1.20.0'
544
543
  Seahorse::Client::Request.new(handlers, context)
545
544
  end
546
545
 
@@ -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.19.0'
58
+ GEM_VERSION = '1.20.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.19.0
4
+ version: 1.20.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services