aws-sdk-ssmsap 1.14.0 → 1.15.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: 5feab00e287c8cca6f23d2970bb3a1ed0367671494e17a519d5b0bef0a70e686
4
- data.tar.gz: 0f56e23b386ce1b49c2f2b4325fbca457f44d55e3d4624215613b528cb143a19
3
+ metadata.gz: c77646069b319b69fc461b5f32d14f21381e454949533e6551f07029a46cef30
4
+ data.tar.gz: e538c7d41ddcff7516c33324ee2071f68ef472ee695b105535afd9a2004dce7a
5
5
  SHA512:
6
- metadata.gz: f3d744eba4cce6a61f7842c85f27d8e6210bd8127ad51cc54015fc237f216460eec6cb01c992dda5bd0753081e6df847a4cdfbb8ca0a90e52827c03af87927a8
7
- data.tar.gz: b424b6a5236a8c0b8dbab03828af0648acebd01e8687c8717e7dc2a4c23d110160e9d16d217603e910752dd4cadc9d33bb5a88e19e072c60fafc94c64257e67e
6
+ metadata.gz: 6d80b505b6ef526d334316f83f112703b2f23585716147e0acd7a10e931578f9225b4582d56f170c7268ed1cc3bc552947811e60251d73a3cd14715af2c787ed
7
+ data.tar.gz: b3f08c855deea86a82d3ea78e20059ac39560205034f8e93a1a65b96c0fc87cd86b3b1fef5451acb3ffe87599416a7a9fba278097db1c3e9729588a3769f1624
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.15.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.14.0 (2023-11-22)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.14.0
1
+ 1.15.0
@@ -1233,7 +1233,7 @@ module Aws::SsmSap
1233
1233
  params: params,
1234
1234
  config: config)
1235
1235
  context[:gem_name] = 'aws-sdk-ssmsap'
1236
- context[:gem_version] = '1.14.0'
1236
+ context[:gem_version] = '1.15.0'
1237
1237
  Seahorse::Client::Request.new(handlers, context)
1238
1238
  end
1239
1239
 
@@ -25,16 +25,17 @@ module Aws::SsmSap
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-ssmsap/customizations'
52
52
  # @!group service
53
53
  module Aws::SsmSap
54
54
 
55
- GEM_VERSION = '1.14.0'
55
+ GEM_VERSION = '1.15.0'
56
56
 
57
57
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-ssmsap
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.14.0
4
+ version: 1.15.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