aws-sdk-iotthingsgraph 1.54.0 → 1.56.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: affdaf4ff3260dd7e54d4782542da6e4fc469566981805b3f78fd28f54add5b6
4
+ data.tar.gz: 7b5356136c2a6fff8706abcb6d26e628be366f5c50196073a8b50bad1e1b1a05
5
5
  SHA512:
6
- metadata.gz: a57fb37757b37beced32de44fc126ef21a1d8f725d3c062cb284d018499b709f39e045ed12b0203edebc0c29c6c69d2f3023e09bb6787f59d7362a6245b4aaf5
7
- data.tar.gz: 07dd4e48a601a04eb1f1acb40be421cfce8e7979aec32534b91a6632bdc4384058b1eeae1aed7875b7b12031e5e62060289bc3393c0b1e38df8d2727768f6f4a
6
+ metadata.gz: 54796045b0c931a74f5552f85df93a24a0d33a1e6dc6792a01f518013c52de2b2d62be05097f93de33a48a2688cc0925e4ff669fd1319cf651688f21cfe91b62
7
+ data.tar.gz: 45d185d540c4acd5d11bbb34566ebc553d4afb8f9d04b7cf546dd1c9cb7eaddad6077deb20c051f900d546302bc46275f5443a79314e8896b05e37d563fe934c
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.56.0 (2025-06-02)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
9
+ 1.55.0 (2025-05-12)
10
+ ------------------
11
+
12
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
13
+
4
14
  1.54.0 (2025-05-01)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.54.0
1
+ 1.56.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.56.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.56.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.56.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
@@ -18,7 +18,7 @@ dependencies:
18
18
  version: '3'
19
19
  - - ">="
20
20
  - !ruby/object:Gem::Version
21
- version: 3.216.0
21
+ version: 3.225.0
22
22
  type: :runtime
23
23
  prerelease: false
24
24
  version_requirements: !ruby/object:Gem::Requirement
@@ -28,7 +28,7 @@ dependencies:
28
28
  version: '3'
29
29
  - - ">="
30
30
  - !ruby/object:Gem::Version
31
- version: 3.216.0
31
+ version: 3.225.0
32
32
  - !ruby/object:Gem::Dependency
33
33
  name: aws-sigv4
34
34
  requirement: !ruby/object:Gem::Requirement
@@ -83,7 +83,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
83
83
  requirements:
84
84
  - - ">="
85
85
  - !ruby/object:Gem::Version
86
- version: '2.5'
86
+ version: '2.7'
87
87
  required_rubygems_version: !ruby/object:Gem::Requirement
88
88
  requirements:
89
89
  - - ">="