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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: b1dae355e8d221c94e0b17756fd42b421f315a0206db469de6e89113967e2c1e
|
4
|
+
data.tar.gz: 9527e793c5d1e202afb41d01be988a318cb5defab862657fb934ef9db836bf36
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 8ed711c1e3fac542689783c6b851ae3dbb016960994367f0d92f514becdd6189a6571fb8af7fe04010c571a502dad0a59d96b6ae2333e6e6fb00d2401dab2d12
|
7
|
+
data.tar.gz: c42c161f66603f1606923075901806e15bacf57cc42a689988607076a83705238aaf6c16addc9fc24c64b89973c58260c3e6e807ea6b5beb95ae4753b05c922e
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
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.
|
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
|
|
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.
|
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-
|
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
|