aws-sdk-outposts 1.50.0 → 1.51.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: 7649b97bc526ae9c1fae87857751df672c550cf4fe6cef68032d65e303da6a40
4
- data.tar.gz: afcf0e523150857bd04d7d79d689eff59e942638d50debd210b2342f4ebdd1c9
3
+ metadata.gz: 308e5c89e43a7de010a251fc167397ba54ac8d98c673c36355446fc53a96b498
4
+ data.tar.gz: 6af9053e5c10d67789d542f7d73bf7e0554701bf9f74e80c421ece21835bb77d
5
5
  SHA512:
6
- metadata.gz: e16a7f50b451d020e5a6bffcbfd211989036241893ac7010b4d48438dbd5821e870a8f701d64194589e19c94b582a3060f84172296b5e989156a9164a39519bb
7
- data.tar.gz: 8ae92b5d0d6d48d05fcbe30467ecf10a7be59cc6096f2ff9578a7024e9aeef06c249fe5c25536532acbe73264ab27b789172cba3a4418e28bfc59aab570eaa2f
6
+ metadata.gz: 8771e7384fd137a96d0c41ef830e39f889a9e7996046c1d23aa9ef54cd39fd9ed0eeb2795cd2fdbbd427dacac31a475d684c966281e3a4c001ecd0d988ec1e1c
7
+ data.tar.gz: 6d2f93ee5253112a3bcc467fdbf6f40cc147e095d601ebf7a95c6e48b92cf57188d473e3d1f34231b73a28d6ecfa839ee72509e8f2bed38be6f83d15ffd07207
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.51.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.50.0 (2023-11-22)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.50.0
1
+ 1.51.0
@@ -1833,7 +1833,7 @@ module Aws::Outposts
1833
1833
  params: params,
1834
1834
  config: config)
1835
1835
  context[:gem_name] = 'aws-sdk-outposts'
1836
- context[:gem_version] = '1.50.0'
1836
+ context[:gem_version] = '1.51.0'
1837
1837
  Seahorse::Client::Request.new(handlers, context)
1838
1838
  end
1839
1839
 
@@ -25,16 +25,17 @@ module Aws::Outposts
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-outposts/customizations'
52
52
  # @!group service
53
53
  module Aws::Outposts
54
54
 
55
- GEM_VERSION = '1.50.0'
55
+ GEM_VERSION = '1.51.0'
56
56
 
57
57
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-outposts
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.50.0
4
+ version: 1.51.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