aws-sdk-elasticloadbalancingv2 1.95.0 → 1.96.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 3daf4aaa54a16ea73d4dc3f38c4275049c8ee255f44aa2a03a86a0d60046fc2d
4
- data.tar.gz: a95d7fd19fa730d1534abb005d578d4d1e795dfb2edd8d9dbe35bea38fb2d48d
3
+ metadata.gz: b1dae355e8d221c94e0b17756fd42b421f315a0206db469de6e89113967e2c1e
4
+ data.tar.gz: 9527e793c5d1e202afb41d01be988a318cb5defab862657fb934ef9db836bf36
5
5
  SHA512:
6
- metadata.gz: d3d37e589de431351aa3215772ac15d780c26c381b0c716f28896424424191ffde7f772d1ddc5a9255e64891794b5435d43e0ffb5d655aef98717b4631f66004
7
- data.tar.gz: 4c46b2e3a7eb7da3dfe66810b42e75f56cfa6bad8e4ad75681162df0bfea9d3962d35e1825d3fb1a997196a9b416f1ccdd0a3bf6a3ae5b44a03db733343097e8
6
+ metadata.gz: 8ed711c1e3fac542689783c6b851ae3dbb016960994367f0d92f514becdd6189a6571fb8af7fe04010c571a502dad0a59d96b6ae2333e6e6fb00d2401dab2d12
7
+ data.tar.gz: c42c161f66603f1606923075901806e15bacf57cc42a689988607076a83705238aaf6c16addc9fc24c64b89973c58260c3e6e807ea6b5beb95ae4753b05c922e
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.96.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.95.0 (2023-11-27)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.95.0
1
+ 1.96.0
@@ -4831,7 +4831,7 @@ module Aws::ElasticLoadBalancingV2
4831
4831
  params: params,
4832
4832
  config: config)
4833
4833
  context[:gem_name] = 'aws-sdk-elasticloadbalancingv2'
4834
- context[:gem_version] = '1.95.0'
4834
+ context[:gem_version] = '1.96.0'
4835
4835
  Seahorse::Client::Request.new(handlers, context)
4836
4836
  end
4837
4837
 
@@ -25,16 +25,17 @@ module Aws::ElasticLoadBalancingV2
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-elasticloadbalancingv2/customizations'
53
53
  # @!group service
54
54
  module Aws::ElasticLoadBalancingV2
55
55
 
56
- GEM_VERSION = '1.95.0'
56
+ GEM_VERSION = '1.96.0'
57
57
 
58
58
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-elasticloadbalancingv2
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.95.0
4
+ version: 1.96.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