aws-sdk-oam 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: c015ff5d091c0ee50c09ee3ed88fc4f488e8cdaa888cdcde33dc04ccc0d8e6f5
4
- data.tar.gz: 7a3dd15b154872c616418b76e001345e32c9abade4025baa01336bf081c2e9c3
3
+ metadata.gz: 1765cfccb50c7a829ffc42194f298f2e40161bc9255f2338337f2d1e9dfdcfeb
4
+ data.tar.gz: c298663bef4baa655dc62839306fe718f65b2354b5c77c8c9353a391c0e93825
5
5
  SHA512:
6
- metadata.gz: 808c70bfccaffab0a96326c67b30e96e8819034a5d1dd9703114d0c6735d0b76b1d1e0e2ba41f6e405f11bdb995813eb8a5d7d420c8eb769aa2fdabd5aa8e73a
7
- data.tar.gz: 72dae4671413ba6f6dc1f8b192249e810c51ee3790266cd407e1a4148220ebdec6b85cdf1c8d3670a3cf04056e97f2530f17dea89a99a10cab4539861a6c5d30
6
+ metadata.gz: a55a85f47f08cc4770759994a1c03fd6a55968acc4085368777a69bc95957bfcb215fe049f8dccd6ecabe94c143f86c5b15ca6ffafdb8b9b16f7312380704a89
7
+ data.tar.gz: 2f1177a03fd20c7a7f5cd4f55d8c27b6fdb30162763bf5e997ffb3d7c8414b3972a1f5a0e5f057e93e71d49741a05d8cc0cd88a86b01f9224b19e25c89a174a4
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
@@ -1167,7 +1167,7 @@ module Aws::OAM
1167
1167
  params: params,
1168
1168
  config: config)
1169
1169
  context[:gem_name] = 'aws-sdk-oam'
1170
- context[:gem_version] = '1.10.0'
1170
+ context[:gem_version] = '1.11.0'
1171
1171
  Seahorse::Client::Request.new(handlers, context)
1172
1172
  end
1173
1173
 
@@ -25,16 +25,17 @@ module Aws::OAM
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-oam.rb CHANGED
@@ -52,6 +52,6 @@ require_relative 'aws-sdk-oam/customizations'
52
52
  # @!group service
53
53
  module Aws::OAM
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-oam
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