aws-sdk-iotthingsgraph 1.59.0 → 1.61.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: 80bc7274555158e2295cd3a3acad94c4d533b4acf840ca600b974f74491037e1
4
- data.tar.gz: f6c73fd1e78b7dc6d4e71f385cfe9911b004399259f9845b77e6bd94a79abc3c
3
+ metadata.gz: a798fc4c516c73da86baab48d94d8e54877c8af9573028fc6a432c4e3261bbe7
4
+ data.tar.gz: f8791153695b8f9cb58aefd976863fe3455794a858f81ff8e2fdf60e2d667dc9
5
5
  SHA512:
6
- metadata.gz: eb128524c9a468f8d1d0cd4ef05e1b69c3d5207631b4e8c6df62350d184379c987372a07f566635302802ff54e4f2d09ffb7adf5c55a629b29213962fa9732e1
7
- data.tar.gz: f1330e411759fef450e8cf361300fe65d327d58e61ffc4f8d7592abb65c9d46e76aa6114a9783a176194633c82bd3ff696c4d20febe13fe701080986c16c084b
6
+ metadata.gz: e4c6a78ff004678c96e768392cb697cd45dd79e8ebcbff1d6ba7780e4ba50c4e83c1f19139752de5c58ce00bc55fd7a8c0b7bbe69a887de40012098bed054ec3
7
+ data.tar.gz: 0517c2f974d9bf2f4fc1dda33bee31a5e01447b05241db2ec9486197cd0450fc5ab0f5866c44ba88003ce8d07b524ca4403a805b47da5bba8e589c2fb03d5e34
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.61.0 (2025-08-26)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
9
+ 1.60.0 (2025-08-21)
10
+ ------------------
11
+
12
+ * Feature - Remove incorrect endpoint tests
13
+
4
14
  1.59.0 (2025-08-04)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.59.0
1
+ 1.61.0
@@ -2049,7 +2049,7 @@ module Aws::IoTThingsGraph
2049
2049
  tracer: tracer
2050
2050
  )
2051
2051
  context[:gem_name] = 'aws-sdk-iotthingsgraph'
2052
- context[:gem_version] = '1.59.0'
2052
+ context[:gem_version] = '1.61.0'
2053
2053
  Seahorse::Client::Request.new(handlers, context)
2054
2054
  end
2055
2055
 
@@ -28,7 +28,7 @@ module Aws::IoTThingsGraph
28
28
  raise ArgumentError, "FIPS and DualStack are enabled, but this partition does not support one or both"
29
29
  end
30
30
  if Aws::Endpoints::Matchers.boolean_equals?(parameters.use_fips, true)
31
- if Aws::Endpoints::Matchers.boolean_equals?(true, Aws::Endpoints::Matchers.attr(partition_result, "supportsFIPS"))
31
+ if Aws::Endpoints::Matchers.boolean_equals?(Aws::Endpoints::Matchers.attr(partition_result, "supportsFIPS"), true)
32
32
  return Aws::Endpoints::Endpoint.new(url: "https://iotthingsgraph-fips.#{parameters.region}.#{partition_result['dnsSuffix']}", headers: {}, properties: {})
33
33
  end
34
34
  raise ArgumentError, "FIPS is enabled but this partition does not support FIPS"
@@ -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.59.0'
57
+ GEM_VERSION = '1.61.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.59.0
4
+ version: 1.61.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.228.0
21
+ version: 3.231.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.228.0
31
+ version: 3.231.0
32
32
  - !ruby/object:Gem::Dependency
33
33
  name: aws-sigv4
34
34
  requirement: !ruby/object:Gem::Requirement