aws-sdk-iotanalytics 1.85.0 → 1.86.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: 0e48c0e75a293e874966d86591df7ec5e3161b2655b3298e1fdddae2dd2cc745
4
- data.tar.gz: 6a26bc0ec81c6060ee5da6674a08899ff17cdb2997cf6ad5b54ed0f3cb8ae0df
3
+ metadata.gz: d7169e1511dbfb750d35ecf0486b64e76b2d5411775449f84e5c27946d9449c1
4
+ data.tar.gz: '011827af289c4069e78aa43c6950753aaad88e5d885a754c38bb452cea489545'
5
5
  SHA512:
6
- metadata.gz: 68c73adebbaf93cde4f99f2223dd6fd330924d5a726aa34fd7e2aa071e9b6ccadb212b6b6292be7d57be06fb1224d850eecebc37b1324ba80d104a926238c201
7
- data.tar.gz: 89a4552ec6c7dce9787aaab3896943ca7acf59af149f893c2ab0e9f96faaab50686065181e997ddd269320eb4f4db8202c05e4185baf22055a377ae70b421b7d
6
+ metadata.gz: 155945543e15cc1b21f88f7e4221abca9cfeec00cfd1b35af939db4ea8f311bfd5f2b8688585a031b4c1f97b7c2893bb75519db2d6d71e3b7f5d936d82d43d5a
7
+ data.tar.gz: 39c624b7ea7db4f9c3caa922156a57fb165ff0b4acb975a92981a4532ab5c6d98ae62467338e86ebbf527a53cc76d6baa832a5439e0875408c53275274622fb6
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.86.0 (2025-08-22)
5
+ ------------------
6
+
7
+ * Feature - Remove incorrect endpoint tests
8
+
4
9
  1.85.0 (2025-08-04)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.85.0
1
+ 1.86.0
@@ -2389,7 +2389,7 @@ module Aws::IoTAnalytics
2389
2389
  tracer: tracer
2390
2390
  )
2391
2391
  context[:gem_name] = 'aws-sdk-iotanalytics'
2392
- context[:gem_version] = '1.85.0'
2392
+ context[:gem_version] = '1.86.0'
2393
2393
  Seahorse::Client::Request.new(handlers, context)
2394
2394
  end
2395
2395
 
@@ -28,7 +28,7 @@ module Aws::IoTAnalytics
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://iotanalytics-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::IoTAnalytics
54
54
  autoload :EndpointProvider, 'aws-sdk-iotanalytics/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-iotanalytics/endpoints'
56
56
 
57
- GEM_VERSION = '1.85.0'
57
+ GEM_VERSION = '1.86.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-iotanalytics
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.85.0
4
+ version: 1.86.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services