aws-sdk-s3outposts 1.26.0 → 1.27.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: be5c9330a21ba9ec5b51b1cd0025d0f853703cc0c93f4cfe45eac6112e51c9f9
4
- data.tar.gz: 545f8c3b675e3fade8a7bc54503060998cd037f484185b400aee2c9e0ce82c49
3
+ metadata.gz: c0c988fab3c59e2bb8066088e5409a577781daf83fd195b680b52f8738e70037
4
+ data.tar.gz: 245ead6887cbd1a36ee01cc3b7fc7a866f77b91c19046bbbc28a6b150b13b670
5
5
  SHA512:
6
- metadata.gz: b87785414d7b066377a54738ff8459373fa8f12fd539bd1650fae093e3ad3222b06884fcf538ee5ac549d263a363744ec3f0fb3036fc5f9918a766d547c54e31
7
- data.tar.gz: 1e5f177081285bcf9835e5ce6464c6483a050ae9935ea6998b664e9fe7790e3238603633f7a7de478fe5e3c66239d7434b524c1e6d18b8c6e6c26b444f12cb38
6
+ metadata.gz: df59581d40e421ccbdf37ea8d83e1e4a6eb30478f31fc977c62a540ea75fd0dfa786b7818094b62aa4a426e37e8976dc8ab6e0b2d27f8e43fa57c02deecb4c17
7
+ data.tar.gz: 032b365f2f8edd4c26ac27282248539f703df481b60988b87597627c2b8c7ef413c1ea7bec03f7cf870b5682834c525acd172091f268fb5f58909dc41bd16e33
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.27.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.26.0 (2023-11-22)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.26.0
1
+ 1.27.0
@@ -692,7 +692,7 @@ module Aws::S3Outposts
692
692
  params: params,
693
693
  config: config)
694
694
  context[:gem_name] = 'aws-sdk-s3outposts'
695
- context[:gem_version] = '1.26.0'
695
+ context[:gem_version] = '1.27.0'
696
696
  Seahorse::Client::Request.new(handlers, context)
697
697
  end
698
698
 
@@ -25,16 +25,17 @@ module Aws::S3Outposts
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-s3outposts/customizations'
52
52
  # @!group service
53
53
  module Aws::S3Outposts
54
54
 
55
- GEM_VERSION = '1.26.0'
55
+ GEM_VERSION = '1.27.0'
56
56
 
57
57
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-s3outposts
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.26.0
4
+ version: 1.27.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