aws-sdk-eks 1.94.0 → 1.95.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: ad5b269beaffdb49c1f9ce8defb9b854f7b70dc47d158718fdd3aacff75f8a05
4
- data.tar.gz: 173972738f2bdbd604176c6acc02fd30b5741c452d6f84e658c64ff39f253eb7
3
+ metadata.gz: '0519cab8f2198e376da1b95cf54f0d811079c1b3c8f9dcb75960736efb152192'
4
+ data.tar.gz: 70cda89c987763bbd8625b3c3b2e9bf9656192edd39ec57cc01b348a8890d7e3
5
5
  SHA512:
6
- metadata.gz: 2c4dff5802ff09dead9dcb40ef6cf1d45def6f1a6558dc29e2c0c4fbd471fb9882e3d4e05f0044724ced65862291848cfd4f1177956554d440ff3f3b6e58f342
7
- data.tar.gz: e3b7ea6a899ba42bf9ed92773be07dbf05175d671584a6d06b81d42b40864f19ef7c6a5ebf5581d45c25aaac7ac130fadd463c9d8be0a2a4d1fb07b6d9b2a650
6
+ metadata.gz: 3beaf0555243a80e5461fdb7ddf2e93a63d5164f034236fd784c4f153031a74650e483afb134e24726edf98462f90a5a4a0358a3c35fbbacf0fd7f88e8143964
7
+ data.tar.gz: 3ef57d5647a82e2bd9fdbeaacf65264f40847defe48dc6aa4a3514d6108e70861429a9e1021f337443c47345b25d00ad87f9530a5b2ee4ba659dfe5d8a5e1361
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.95.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.94.0 (2023-11-27)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.94.0
1
+ 1.95.0
@@ -4210,7 +4210,7 @@ module Aws::EKS
4210
4210
  params: params,
4211
4211
  config: config)
4212
4212
  context[:gem_name] = 'aws-sdk-eks'
4213
- context[:gem_version] = '1.94.0'
4213
+ context[:gem_version] = '1.95.0'
4214
4214
  Seahorse::Client::Request.new(handlers, context)
4215
4215
  end
4216
4216
 
@@ -25,16 +25,17 @@ module Aws::EKS
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
 
data/lib/aws-sdk-eks.rb CHANGED
@@ -53,6 +53,6 @@ require_relative 'aws-sdk-eks/customizations'
53
53
  # @!group service
54
54
  module Aws::EKS
55
55
 
56
- GEM_VERSION = '1.94.0'
56
+ GEM_VERSION = '1.95.0'
57
57
 
58
58
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-eks
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.94.0
4
+ version: 1.95.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