aws-sdk-elasticinference 1.32.0 → 1.33.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: 5382ad8352f4cf34ce5097f2cc0f0c7866c473df2997c92c34429cf766186a9a
4
- data.tar.gz: 464ac77073d122c597a331f1068533028c65862bc3eb8a757ebf3e3ea6dd5088
3
+ metadata.gz: 1bcf1a2fc75eeb134cbb07146f231e660aeeca170f4f471079fbfcfa5f95d5c9
4
+ data.tar.gz: a70c3670f02c37ac331fec18cbfa64586287ec4f7147c964237ccb9bc76d8c96
5
5
  SHA512:
6
- metadata.gz: '0588fc17da25d53716672d036352469099e71be85ec255c3f6857071440865a32cc8c1a507856919a0182b32f4c13f7f4f46889a0437be1a88181f7dcedd7757'
7
- data.tar.gz: 71524a3a690c2840ee09750e334f10ccee21a70dfea4d786716205d1957f2d323c777bfea7f021a70e579759b456ad84c4e53e440ca6abdfc11609a3ba3120f8
6
+ metadata.gz: f636b60c3961a4930c12c63aa2420b09adcdfd2314c58ba741e5b9f3d2f79d7edb8f819a2ceb6f238bf58fae60ba8b13e6e03ac51d7b4373006218363b18b003
7
+ data.tar.gz: 4185da5afa695fc330b7e6f30cf4fdbedde12ce051ed16eec790c4f107e5391f16c83d66c760b8b67ca3422c63bd8f59aaeb32149e9c195720a36a2c5157f93e
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.33.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.32.0 (2023-11-22)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.32.0
1
+ 1.33.0
@@ -668,7 +668,7 @@ module Aws::ElasticInference
668
668
  params: params,
669
669
  config: config)
670
670
  context[:gem_name] = 'aws-sdk-elasticinference'
671
- context[:gem_version] = '1.32.0'
671
+ context[:gem_version] = '1.33.0'
672
672
  Seahorse::Client::Request.new(handlers, context)
673
673
  end
674
674
 
@@ -25,16 +25,17 @@ module Aws::ElasticInference
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-elasticinference/customizations'
52
52
  # @!group service
53
53
  module Aws::ElasticInference
54
54
 
55
- GEM_VERSION = '1.32.0'
55
+ GEM_VERSION = '1.33.0'
56
56
 
57
57
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-elasticinference
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.32.0
4
+ version: 1.33.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