aws-sdk-ssmquicksetup 1.13.0 → 1.14.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: 5395bba7c0589a57fe1fcdcd5e262b56f593dd6935388957cc57d164c6416993
4
- data.tar.gz: 0ed62205f63c2747e94c1ff2c093f916037d370d3ed56e56f54e16570c6ea703
3
+ metadata.gz: 010c586faca63825ab4a8b7dfdbe8556c29428946917d884b282894577cb82fa
4
+ data.tar.gz: d4012bdb25fb6776dfb2064009b90392f79dfb9e66c1b0a4ec9ae03a49dbbde5
5
5
  SHA512:
6
- metadata.gz: 574c745556829b8413d1902dcf3a3c2f40b062c0a48b15c70e721acc071e6df4454c558d4138c4a61fc5debbe19066de5bbf80b379255a57daa0a95ad9b297d4
7
- data.tar.gz: f87a413174e268a145eac7ef561c871d1a708cf3d2b6b00f31e21ebdffd044e1722fd6d50da267be074f159e113d77cd6dd37014e686bda4c7139d0244892ef0
6
+ metadata.gz: 5330183462ccbef338c054a9a3020a660e185700e47642356ca2fe4270781a0f75a5887507ab5d039e8f4b1de8c0cc2d24afbdd7d088649a1477d53ba790d6a2
7
+ data.tar.gz: 2807bd0202bc134df091032edfa5baae8908efd0e9e8fadb2ccb64b2d0c3a72845aeb9caf37b72ddac414e668b97f0d68dde34158bcd3f03c41a2489d493fb61
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.14.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.13.0 (2025-05-01)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.13.0
1
+ 1.14.0
@@ -200,8 +200,7 @@ module Aws::SSMQuickSetup
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
@@ -1034,7 +1033,7 @@ module Aws::SSMQuickSetup
1034
1033
  tracer: tracer
1035
1034
  )
1036
1035
  context[:gem_name] = 'aws-sdk-ssmquicksetup'
1037
- context[:gem_version] = '1.13.0'
1036
+ context[:gem_version] = '1.14.0'
1038
1037
  Seahorse::Client::Request.new(handlers, context)
1039
1038
  end
1040
1039
 
@@ -54,7 +54,7 @@ module Aws::SSMQuickSetup
54
54
  autoload :EndpointProvider, 'aws-sdk-ssmquicksetup/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-ssmquicksetup/endpoints'
56
56
 
57
- GEM_VERSION = '1.13.0'
57
+ GEM_VERSION = '1.14.0'
58
58
 
59
59
  end
60
60
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-ssmquicksetup
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.13.0
4
+ version: 1.14.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services