aws-sdk-eksauth 1.0.0 → 1.1.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: eda554dbe44c8b7851964780bdeb99e7fa335d655e029868b928edc7a5e5cb01
4
- data.tar.gz: 50ab225404d767ba1a3ac43503b366e4ad1eb227704d2eebbc5daa7d8b55ac55
3
+ metadata.gz: cc453404db6527679046892dc4fdad3d359191e24e3578a0ec037e2c6593656c
4
+ data.tar.gz: fff3a95cc97cfa7956be0ab89a13eeaa66f7212ff9d9bde2620ed2e0d7357180
5
5
  SHA512:
6
- metadata.gz: 45db50190c676f4fe5fae908d831e13d1df5c9a9a6256651dd83c91608ca6ee91d7d5b31c836b7c8ff2b4e7446773254109a5a1592e009b0c8c1347228b704fc
7
- data.tar.gz: a1b153019795155d4590f09120052fb1f66f30626e1c1fb3a90017e3c42d2aa805f878420844e29457e0a6c26c1bbc8e8df1571403a0de5d4c59a260e113317e
6
+ metadata.gz: 0f19cc5ebbb732ec3659d74c61780ae03cd25928426d28f8ff1005ab22eaf7dcd5bcc6c45634e76e669a3950e619bd026fe4cff272594214d7134129f99f3290
7
+ data.tar.gz: 3f94808d310f9be16b4ccf819bb6b41c0eb6e30b2dddee1d8d3c71ceb4400667aed9d5bd797868189987f5a64a028347a10abcd36d0615e3a094bc6e1030233e
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.1.0 (2023-11-28)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.0.0 (2023-11-27)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.0
1
+ 1.1.0
@@ -453,7 +453,7 @@ module Aws::EKSAuth
453
453
  params: params,
454
454
  config: config)
455
455
  context[:gem_name] = 'aws-sdk-eksauth'
456
- context[:gem_version] = '1.0.0'
456
+ context[:gem_version] = '1.1.0'
457
457
  Seahorse::Client::Request.new(handlers, context)
458
458
  end
459
459
 
@@ -25,16 +25,17 @@ module Aws::EKSAuth
25
25
  # @api private
26
26
  class Handler < Seahorse::Client::Handler
27
27
  def call(context)
28
- # If endpoint was discovered, do not resolve or apply the endpoint.
29
28
  unless context[:discovered_endpoint]
30
29
  params = parameters_for_operation(context)
31
30
  endpoint = context.config.endpoint_provider.resolve_endpoint(params)
32
31
 
33
32
  context.http_request.endpoint = endpoint.url
34
33
  apply_endpoint_headers(context, endpoint.headers)
34
+
35
+ context[:endpoint_params] = params
36
+ context[:endpoint_properties] = endpoint.properties
35
37
  end
36
38
 
37
- context[:endpoint_params] = params
38
39
  context[:auth_scheme] =
39
40
  Aws::Endpoints.resolve_auth_scheme(context, endpoint)
40
41
 
@@ -53,6 +53,6 @@ require_relative 'aws-sdk-eksauth/customizations'
53
53
  # @!group service
54
54
  module Aws::EKSAuth
55
55
 
56
- GEM_VERSION = '1.0.0'
56
+ GEM_VERSION = '1.1.0'
57
57
 
58
58
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-eksauth
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.1.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-11-27 00:00:00.000000000 Z
11
+ date: 2023-11-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core