aws-sdk-iotthingsgraph 1.59.0 → 1.60.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: 83c9f6087422a4707c63713875db942a0df6cff7599f63cd4382ce92e6061058
4
+ data.tar.gz: f35fca12146a6e3e89d4972bd09b04d35329f2f3bd4b85a5202fcf0dee8679b9
5
5
  SHA512:
6
- metadata.gz: eb128524c9a468f8d1d0cd4ef05e1b69c3d5207631b4e8c6df62350d184379c987372a07f566635302802ff54e4f2d09ffb7adf5c55a629b29213962fa9732e1
7
- data.tar.gz: f1330e411759fef450e8cf361300fe65d327d58e61ffc4f8d7592abb65c9d46e76aa6114a9783a176194633c82bd3ff696c4d20febe13fe701080986c16c084b
6
+ metadata.gz: 19636e25f41554b1a1c7f16a4a0031bc5f06ed8335d29544c6bc021ad8be65895eb1dec5ff3fbf52621d1945db062c1cd549637deef510ae3864c0bbb13f0468
7
+ data.tar.gz: 7cbece19619996ce1d6aab5b4581933389771d7a448f0d8e09b4d94c227560bcd1eb23a94c004c199974c8d3f73a29f7d5e0f7f160e2af39deb91b28e60fa229
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.60.0 (2025-08-21)
5
+ ------------------
6
+
7
+ * Feature - Remove incorrect endpoint tests
8
+
4
9
  1.59.0 (2025-08-04)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.59.0
1
+ 1.60.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.60.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.60.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.60.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services