aws-sdk-iotsecuretunneling 1.52.0 → 1.53.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: 50160706514f7d470bedfeaa1125c4da886ab91cf6d6c3da022ae549b561ecd3
4
- data.tar.gz: 19ca683eb63adf7bf60fe09b9144b14d4756e0d3d41c0b4058df07d4e7101a66
3
+ metadata.gz: 4b05ad8cadb1c03a1e7587f21e5c5fb384fcc4aae417d9573c09c27af3640d83
4
+ data.tar.gz: bcfddad7ccf06db16bcb9f43eccef2e5814d5eec48181ecb095b0ef9fc13d780
5
5
  SHA512:
6
- metadata.gz: 0c7c6d6d5cda8531cf8f7dd5b3c0171526b915e8e209374687159126029e70cfde8ba8066ccda9f5f8de0dfeb937fd88a5b5949c1b0124cd641a4b0095f9b0c2
7
- data.tar.gz: 056e2be8c529a4150cbfa7b3518bf1a777d313f2834f61775088354934f0eb581619f48009bb071f390e3bb5c6673ba6950eb02fa56ab953a48e32526bfd0596
6
+ metadata.gz: f2bccc5b2eae759920301e28864c8896c0b29dcb84916987b3b28fbcfe83defd18bcf2f85a726c4936e21c2127f0539d17ac2eba5ac7bfd16ab53dc4e961f01b
7
+ data.tar.gz: e1f0b0930ae20e7218108cb0d7eaa805a34e406103aa220c85e5cbe3836f51d3db3ec869705c300ef5b867a3785f10718223185c4024f06b2481d3d539630230
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.53.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.52.0 (2025-05-01)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.52.0
1
+ 1.53.0
@@ -200,8 +200,7 @@ module Aws::IoTSecureTunneling
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
@@ -828,7 +827,7 @@ module Aws::IoTSecureTunneling
828
827
  tracer: tracer
829
828
  )
830
829
  context[:gem_name] = 'aws-sdk-iotsecuretunneling'
831
- context[:gem_version] = '1.52.0'
830
+ context[:gem_version] = '1.53.0'
832
831
  Seahorse::Client::Request.new(handlers, context)
833
832
  end
834
833
 
@@ -54,7 +54,7 @@ module Aws::IoTSecureTunneling
54
54
  autoload :EndpointProvider, 'aws-sdk-iotsecuretunneling/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-iotsecuretunneling/endpoints'
56
56
 
57
- GEM_VERSION = '1.52.0'
57
+ GEM_VERSION = '1.53.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-iotsecuretunneling
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.52.0
4
+ version: 1.53.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services