aws-sdk-ssm 1.194.0 → 1.195.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-ssm/client.rb +2 -3
- data/lib/aws-sdk-ssm.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 03a4572519a47515ebd0a6642706f0cbdb4fd6a285821b631ca3e6e5c0adcb4b
|
4
|
+
data.tar.gz: eb207e8a664fbc1a3f3a3fe8d5efb7ffc6d9184fb7212bb7e63c81a1a49c52df
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 403dfcbdde840818eeaf92d14b2dd214e34ac0f9f764709bda4d2f11748b7f8aeffd40105a81d3ba4be59b6b833a3b15813af138f9db2f00e7b248fc12e2fdee
|
7
|
+
data.tar.gz: 6a6da55cd476c5debf1d4874cbe21f1f34f99f6718ea6595bdcd3108c91e451751c5ff053a2dceeeb328b516034fc46248921c29b3e07634d91386a196210127
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.195.0
|
data/lib/aws-sdk-ssm/client.rb
CHANGED
@@ -200,8 +200,7 @@ module Aws::SSM
|
|
200
200
|
# accepted modes and the configuration defaults that are included.
|
201
201
|
#
|
202
202
|
# @option options [Boolean] :disable_host_prefix_injection (false)
|
203
|
-
#
|
204
|
-
# to default service endpoint when available.
|
203
|
+
# When `true`, the SDK will not prepend the modeled host prefix to the endpoint.
|
205
204
|
#
|
206
205
|
# @option options [Boolean] :disable_request_compression (false)
|
207
206
|
# When set to 'true' the request body will not be compressed
|
@@ -13451,7 +13450,7 @@ module Aws::SSM
|
|
13451
13450
|
tracer: tracer
|
13452
13451
|
)
|
13453
13452
|
context[:gem_name] = 'aws-sdk-ssm'
|
13454
|
-
context[:gem_version] = '1.
|
13453
|
+
context[:gem_version] = '1.195.0'
|
13455
13454
|
Seahorse::Client::Request.new(handlers, context)
|
13456
13455
|
end
|
13457
13456
|
|
data/lib/aws-sdk-ssm.rb
CHANGED