aws-sdk-iotanalytics 1.85.0 → 1.87.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: c8324232f7eb8eab4f708483bddc8027e24833148a199cac1a99090e6db8676c
4
+ data.tar.gz: 440e4910aecb58ed04a8d6dec4b7c072b30507261ca8dc14099365def8b09e5b
5
5
  SHA512:
6
- metadata.gz: 68c73adebbaf93cde4f99f2223dd6fd330924d5a726aa34fd7e2aa071e9b6ccadb212b6b6292be7d57be06fb1224d850eecebc37b1324ba80d104a926238c201
7
- data.tar.gz: 89a4552ec6c7dce9787aaab3896943ca7acf59af149f893c2ab0e9f96faaab50686065181e997ddd269320eb4f4db8202c05e4185baf22055a377ae70b421b7d
6
+ metadata.gz: fa53dd414d52fcc86e1fd2028ad7fea221b5f0514386a672a974903e73cefd7c14c0fa3bf85bd9090b0b8e7d21bedd72b63331bb8d2ae5885468356225323ffc
7
+ data.tar.gz: 4fb59ef4618150168cd89a836df1ec22c22a995bef82b047c2d05540d2cb0a64d3d484bd583279f0ef4a9cb4ec7339f926dd4366c1a8c5c6c3b7fc61df1df7ec
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.87.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.86.0 (2025-08-22)
10
+ ------------------
11
+
12
+ * Feature - Remove incorrect endpoint tests
13
+
4
14
  1.85.0 (2025-08-04)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.85.0
1
+ 1.87.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.87.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.87.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.87.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