aws-sdk-iotthingsgraph 1.54.0 → 1.55.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: 0ec16f98d5b9acdacb5a068e8b6dea6d9f44fac4ad2f193cdd9691bb8ef582e9
4
- data.tar.gz: 7b292de722641cc7b6572f2c8edf26c1ab4a4fef5894d99724399d1e9931846d
3
+ metadata.gz: 8bf4ceed2a761cee65729b0127aeb3d17fcaac8d3f253b1973bdc9795dc21e03
4
+ data.tar.gz: 65113971dfded88c5c20d8b3951989ba1521c08be1a535fb0b738b51e59ad0ee
5
5
  SHA512:
6
- metadata.gz: a57fb37757b37beced32de44fc126ef21a1d8f725d3c062cb284d018499b709f39e045ed12b0203edebc0c29c6c69d2f3023e09bb6787f59d7362a6245b4aaf5
7
- data.tar.gz: 07dd4e48a601a04eb1f1acb40be421cfce8e7979aec32534b91a6632bdc4384058b1eeae1aed7875b7b12031e5e62060289bc3393c0b1e38df8d2727768f6f4a
6
+ metadata.gz: ed81789270c666853ff8bd7e24b53706ca548ee5c193cba0f8046ac50da10088e0e6def75ebb8b62e9bfa050087c4c0cad7ff17de190b44399ab69a6ddb3a9e6
7
+ data.tar.gz: c6524fa8aade40dd6b960faa7f74bbc6beb7bfdbcf4f2e9580a3a31f61649c8e679e6141502bfe2c40025e22fc4f7f2ac102cf4b40887a51fa8f710f722fd221
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.55.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.54.0 (2025-05-01)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.54.0
1
+ 1.55.0
@@ -200,8 +200,7 @@ module Aws::IoTThingsGraph
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
@@ -2043,7 +2042,7 @@ module Aws::IoTThingsGraph
2043
2042
  tracer: tracer
2044
2043
  )
2045
2044
  context[:gem_name] = 'aws-sdk-iotthingsgraph'
2046
- context[:gem_version] = '1.54.0'
2045
+ context[:gem_version] = '1.55.0'
2047
2046
  Seahorse::Client::Request.new(handlers, context)
2048
2047
  end
2049
2048
 
@@ -54,7 +54,7 @@ module Aws::IoTThingsGraph
54
54
  autoload :EndpointProvider, 'aws-sdk-iotthingsgraph/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-iotthingsgraph/endpoints'
56
56
 
57
- GEM_VERSION = '1.54.0'
57
+ GEM_VERSION = '1.55.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-iotthingsgraph
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.54.0
4
+ version: 1.55.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services