aws-sdk-ssmguiconnect 1.1.0 → 1.2.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: 01bbd2f5e4cebc7d9a73e9b57bf04482ef858294894e01b33186044c7cdd132d
4
- data.tar.gz: 94aeaf93312fe5155cdab33cfdf06e8fb72a59fc3b824b59a3b9a7789fa29724
3
+ metadata.gz: 476a97f7c83e2374520762c330034dec189601e797514920489ab981009191e1
4
+ data.tar.gz: 90fcd7c9b304e7dba1d978cd40f52801ec545a5a60a4c4b70a62ae7b644d35a3
5
5
  SHA512:
6
- metadata.gz: e1d20fc1765c06ded5f8b53368f38e1798069255f9ad86aa0e7a9f7de88bb793b9a7b59bbc55746f05962f51b6bba0d2f5e5c818389da631165e4f4ca6bc9763
7
- data.tar.gz: 6a65fb83f605c27eb414a6496519489d87ad7d2c999b7edfc6c1c3a8d73a4f1a8d182ecae89b81e65ec340c51159092b061d8ffb1db08dd40cf03922653e7d43
6
+ metadata.gz: 96ade6ee815f6af083cd6f0315e3ba8796ebef67deb84530d0bc5559dabf2aa48880885395f10abf514bf60cb8018c2d98e4ce5402b305abd65c585184939906
7
+ data.tar.gz: cb3523d92576888d60e7ed4e12ee63fa460fa35393e9b2e3e5042f7b332c2d3e05181b33eb2e8254e68e2e9ec928259f775c8fe125f600c5dc7feb78c0864dfa
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.2.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.1.0 (2025-05-01)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.1.0
1
+ 1.2.0
@@ -200,8 +200,7 @@ module Aws::SSMGuiConnect
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
@@ -597,7 +596,7 @@ module Aws::SSMGuiConnect
597
596
  tracer: tracer
598
597
  )
599
598
  context[:gem_name] = 'aws-sdk-ssmguiconnect'
600
- context[:gem_version] = '1.1.0'
599
+ context[:gem_version] = '1.2.0'
601
600
  Seahorse::Client::Request.new(handlers, context)
602
601
  end
603
602
 
@@ -54,7 +54,7 @@ module Aws::SSMGuiConnect
54
54
  autoload :EndpointProvider, 'aws-sdk-ssmguiconnect/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-ssmguiconnect/endpoints'
56
56
 
57
- GEM_VERSION = '1.1.0'
57
+ GEM_VERSION = '1.2.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-ssmguiconnect
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.0
4
+ version: 1.2.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services