aws-sdk-osis 1.10.0 → 1.11.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: 5ca49456121dcb1b70ebb55ff52e7a13be5ab7e63cdcb28cdfce2a89d813a83f
4
- data.tar.gz: 13113d7047f5dff3fa8ae8351d8feb643d93a8a4f4ae0964d3f222effd369441
3
+ metadata.gz: b2f7804f47ab07aa3d9398ab348d5b9556a2403ea7e0d29c5e13308a28ac0e69
4
+ data.tar.gz: 94ef2967313b74bc0864c04db9b3feb442ee718c59ddee103ecb164c3c6c820f
5
5
  SHA512:
6
- metadata.gz: cde60955a63bb8854ff5d3faa9575e996ba7b25fb74413cf481e14388b060003502195d481c81464f27f2216644d6b78f532b79c66ace1fe404e487629b21217
7
- data.tar.gz: 74b52f80f714354845ec01ffea4e067b8b4c8eaddd806fffe9cf429ce5821b429cdf4c0f28fa56c4fbee8f57dff960485276ba9b926530d1940e1ed3855654cf
6
+ metadata.gz: dc4daf0de99d2e40972a47e90776a2587339d60e61c4457f9806d50b5d8a336126387261b4b06190884d9b206ba31f42ea35297eb79fa871c6606d2e7b14bbc8
7
+ data.tar.gz: 21694170a94e6c539bb949ceb8a31f80c229a6b2d49de41ebefafd13a07102b5ce8b1ec9a085b0357da5265e6ae94ecfaa00c65297da0a5fce3c9fb7d127236d
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.11.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.10.0 (2023-11-22)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.10.0
1
+ 1.11.0
@@ -1123,7 +1123,7 @@ module Aws::OSIS
1123
1123
  params: params,
1124
1124
  config: config)
1125
1125
  context[:gem_name] = 'aws-sdk-osis'
1126
- context[:gem_version] = '1.10.0'
1126
+ context[:gem_version] = '1.11.0'
1127
1127
  Seahorse::Client::Request.new(handlers, context)
1128
1128
  end
1129
1129
 
@@ -25,16 +25,17 @@ module Aws::OSIS
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
 
data/lib/aws-sdk-osis.rb CHANGED
@@ -52,6 +52,6 @@ require_relative 'aws-sdk-osis/customizations'
52
52
  # @!group service
53
53
  module Aws::OSIS
54
54
 
55
- GEM_VERSION = '1.10.0'
55
+ GEM_VERSION = '1.11.0'
56
56
 
57
57
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-osis
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.10.0
4
+ version: 1.11.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