aws-sdk-sagemakergeospatial 1.11.0 → 1.12.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: ffb3ee6018a47274d4a242755072d78e6497ee86a4a30a072769d280717496d9
4
- data.tar.gz: a91b7acab7e353473ed2486bf1136de8bc80ee25cbbaa3ecf186ea69121aaadb
3
+ metadata.gz: 997be0dfd67b3301d4d0b071d1eb1a24d0ea0f921adaa6aa6582ab06d6b087fc
4
+ data.tar.gz: 7e4cc934d8d5cc80d00b24fedb19dfc874eb1d5a64561a8e4959b867782b0f6e
5
5
  SHA512:
6
- metadata.gz: cb5ded6ad2f269dd74e0a39c73ff72d6a1ba320b8685290760c9f3d731daa451bbad2f82c9f2216a1396ec3fdd44e2a48fe0d31f5f2c3b430ec168ed60d0f611
7
- data.tar.gz: b94ac11a6b7b0b93f4c7b4cd87efa66ad108c04b35071ae95b01cb9735da135b3521502395eb25cd8669ebdce220ccd66b57658ff5abf73a18a6f96f9c6dc4c6
6
+ metadata.gz: d56d4a87e085bd00e6a49226ea8df0a724f12f5cb992142aeb3ddd449349c5f718f8d92126239aa667f89fc29196c0eb39b0679cc2546963cb6f3b95c86ff771
7
+ data.tar.gz: 9a90406d3d2474c5a4b3ec91f79d7e8b2878e0900606623fddc08fc31ee6a4b889a0622b901abbee0b782f48f1640fefd4025bfafa1e91af71b42bd3a050e6e5
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.12.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.11.0 (2023-11-22)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.11.0
1
+ 1.12.0
@@ -1671,7 +1671,7 @@ module Aws::SageMakerGeospatial
1671
1671
  params: params,
1672
1672
  config: config)
1673
1673
  context[:gem_name] = 'aws-sdk-sagemakergeospatial'
1674
- context[:gem_version] = '1.11.0'
1674
+ context[:gem_version] = '1.12.0'
1675
1675
  Seahorse::Client::Request.new(handlers, context)
1676
1676
  end
1677
1677
 
@@ -25,16 +25,17 @@ module Aws::SageMakerGeospatial
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-sagemakergeospatial/customizations'
52
52
  # @!group service
53
53
  module Aws::SageMakerGeospatial
54
54
 
55
- GEM_VERSION = '1.11.0'
55
+ GEM_VERSION = '1.12.0'
56
56
 
57
57
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-sagemakergeospatial
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.11.0
4
+ version: 1.12.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