aws-sdk-ec2instanceconnect 1.35.0 → 1.36.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: 507f5eaa8bee0da08b01ffe07fb0a013ce12cfbe21999a3421fc87d548c55d1a
4
- data.tar.gz: 00cf9ae97da2e925c4a2cfcea0947e79a5f12c2085be3221b04887133c2ad03f
3
+ metadata.gz: 742d3c7c209452965fce1124fbe4d7ea935d608cd401ae241b0eb1182a824a19
4
+ data.tar.gz: 870ca3149ea0c0f1bc1bc3df60cefba8aa35814d6869d7435c05a7c0c4eebc1c
5
5
  SHA512:
6
- metadata.gz: 421ad0b4989d099a5fe2e4ddf2ef0b43897a0e7a0e521020f7f9409aa511ced637a370b9b112e2c527c628bcfc06eea605b6bf754b59684cdec898d8a088d8f0
7
- data.tar.gz: 72cda22afa8363d53a79884108d91cf9bec8f23668d035137020b3f8bb69abe3af8abbf198ded71a9463efad3c02f8ef52c04fa06a292ac2c2e8fb6b28379f00
6
+ metadata.gz: 30def9b24e96e5bdbdc5754f41fab763f47438a26a2f0f78b89293e2529980650c7894f6f2db00d48657bfcab0979361b4ff6bf4292780928f50c7704e67158c
7
+ data.tar.gz: 825e5f0cb15d698c41d581ecb4a39ae77113260e09f46e77ceeec0e52e779846a2c952a242c2a26f8d25ee5dfa2efb41138ab39993deba6ca5a37b4f2a72a7d9
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.36.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.35.0 (2023-11-22)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.35.0
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.35.0'
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
 
@@ -52,6 +52,6 @@ require_relative 'aws-sdk-ec2instanceconnect/customizations'
52
52
  # @!group service
53
53
  module Aws::EC2InstanceConnect
54
54
 
55
- GEM_VERSION = '1.35.0'
55
+ GEM_VERSION = '1.36.0'
56
56
 
57
57
  end
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.35.0
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-22 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