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 +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-ssmsap/client.rb +1 -1
- data/lib/aws-sdk-ssmsap/plugins/endpoints.rb +3 -2
- data/lib/aws-sdk-ssmsap.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: c77646069b319b69fc461b5f32d14f21381e454949533e6551f07029a46cef30
|
|
4
|
+
data.tar.gz: e538c7d41ddcff7516c33324ee2071f68ef472ee695b105535afd9a2004dce7a
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 6d80b505b6ef526d334316f83f112703b2f23585716147e0acd7a10e931578f9225b4582d56f170c7268ed1cc3bc552947811e60251d73a3cd14715af2c787ed
|
|
7
|
+
data.tar.gz: b3f08c855deea86a82d3ea78e20059ac39560205034f8e93a1a65b96c0fc87cd86b3b1fef5451acb3ffe87599416a7a9fba278097db1c3e9729588a3769f1624
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
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.
|
|
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
|
|
data/lib/aws-sdk-ssmsap.rb
CHANGED
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.
|
|
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-
|
|
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
|