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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 2301f806f7ff051d343c3186c14a6685cfcdf056f16667bcdfec1c126dfb4c4a
4
- data.tar.gz: 024676c2c58b25b0da436f64f079da1849b2e4d62355b00c879efc29be4aaf82
3
+ metadata.gz: 03a4572519a47515ebd0a6642706f0cbdb4fd6a285821b631ca3e6e5c0adcb4b
4
+ data.tar.gz: eb207e8a664fbc1a3f3a3fe8d5efb7ffc6d9184fb7212bb7e63c81a1a49c52df
5
5
  SHA512:
6
- metadata.gz: 3d1acaf23d92ec44ab4e6b0182b741e8d826d38aaf87a0e1d63f3e310877a61bea2e7b9ccee3f13b3e9174bfd42f3f56063e86cc9685a87e5853d2097de6f325
7
- data.tar.gz: 2dc40c3aa1192a5cad533b95e4ff896ed8619f1070b17772ad9890557792e2aab7e514705bf574834a1ace70be1514214c8c004af8a296bd5725497e03900560
6
+ metadata.gz: 403dfcbdde840818eeaf92d14b2dd214e34ac0f9f764709bda4d2f11748b7f8aeffd40105a81d3ba4be59b6b833a3b15813af138f9db2f00e7b248fc12e2fdee
7
+ data.tar.gz: 6a6da55cd476c5debf1d4874cbe21f1f34f99f6718ea6595bdcd3108c91e451751c5ff053a2dceeeb328b516034fc46248921c29b3e07634d91386a196210127
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.195.0 (2025-05-12)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.194.0 (2025-05-01)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.194.0
1
+ 1.195.0
@@ -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
- # Set to true to disable SDK automatically adding host prefix
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.194.0'
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
@@ -55,7 +55,7 @@ module Aws::SSM
55
55
  autoload :EndpointProvider, 'aws-sdk-ssm/endpoint_provider'
56
56
  autoload :Endpoints, 'aws-sdk-ssm/endpoints'
57
57
 
58
- GEM_VERSION = '1.194.0'
58
+ GEM_VERSION = '1.195.0'
59
59
 
60
60
  end
61
61
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-ssm
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.194.0
4
+ version: 1.195.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services