aws-sdk-ec2instanceconnect 1.35.0 → 1.36.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-ec2instanceconnect/client.rb +1 -1
- data/lib/aws-sdk-ec2instanceconnect/plugins/endpoints.rb +3 -2
- data/lib/aws-sdk-ec2instanceconnect.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 742d3c7c209452965fce1124fbe4d7ea935d608cd401ae241b0eb1182a824a19
|
4
|
+
data.tar.gz: 870ca3149ea0c0f1bc1bc3df60cefba8aa35814d6869d7435c05a7c0c4eebc1c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 30def9b24e96e5bdbdc5754f41fab763f47438a26a2f0f78b89293e2529980650c7894f6f2db00d48657bfcab0979361b4ff6bf4292780928f50c7704e67158c
|
7
|
+
data.tar.gz: 825e5f0cb15d698c41d581ecb4a39ae77113260e09f46e77ceeec0e52e779846a2c952a242c2a26f8d25ee5dfa2efb41138ab39993deba6ca5a37b4f2a72a7d9
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.36.0
|
@@ -537,7 +537,7 @@ module Aws::EC2InstanceConnect
|
|
537
537
|
params: params,
|
538
538
|
config: config)
|
539
539
|
context[:gem_name] = 'aws-sdk-ec2instanceconnect'
|
540
|
-
context[:gem_version] = '1.
|
540
|
+
context[:gem_version] = '1.36.0'
|
541
541
|
Seahorse::Client::Request.new(handlers, context)
|
542
542
|
end
|
543
543
|
|
@@ -25,16 +25,17 @@ module Aws::EC2InstanceConnect
|
|
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-ec2instanceconnect
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.36.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
|