aws-sdk-ioteventsdata 1.63.0 → 1.64.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: 8f3bd0c39cb4d234397d7ee5839b2b1085575780a9c562f8a4aa78b5835081b8
4
- data.tar.gz: e79147f14d30b63fdb2abceccae46b41c9dc117c612302e5a2dfda45147be0ac
3
+ metadata.gz: 5bd47d46be735c78d6eb7bfa6feaf3fba875e3c30ac477011a7ec2e129ae6987
4
+ data.tar.gz: a997dcd5cf0debb97170eeb976710969758247989971ae0509d90351d3c6ee5d
5
5
  SHA512:
6
- metadata.gz: eccdfaf10cbcc3358c98d191830003019a66700142f1a5b8182eff43760da1f931980df3ca2fa9f7240830f2074519a658f3c9f1ccc8d7cbf8c80d83c8b69008
7
- data.tar.gz: d2ee186d00e7ad2c2a8aaeb4f589e22e96fe36d08ce512f4f8ceca94c89c9d584e9498024c5e43aad80b0d21acea3e99281f2247c2757ccf5a9d88e020c5ec63
6
+ metadata.gz: 76bd371b78bfa05036a1e12b358806fae5cc37326ac266a8ed0f707aa8cb32e230cfba175e924f02c6cf4f051573c11769c43adf082488ee8ec2ac6a6cb2df26
7
+ data.tar.gz: fdb48af93cf3042bc096a1d4ae6e3371d5807f089c26c11c0c03c1378b1da1d2f4058a374d69697845be287970d4170dc7dc89dd8bb6042c7f3e1fbb8cfec28a
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.64.0 (2025-08-21)
5
+ ------------------
6
+
7
+ * Feature - Remove incorrect endpoint tests
8
+
4
9
  1.63.0 (2025-08-04)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.63.0
1
+ 1.64.0
@@ -1010,7 +1010,7 @@ module Aws::IoTEventsData
1010
1010
  tracer: tracer
1011
1011
  )
1012
1012
  context[:gem_name] = 'aws-sdk-ioteventsdata'
1013
- context[:gem_version] = '1.63.0'
1013
+ context[:gem_version] = '1.64.0'
1014
1014
  Seahorse::Client::Request.new(handlers, context)
1015
1015
  end
1016
1016
 
@@ -28,7 +28,7 @@ module Aws::IoTEventsData
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://data.iotevents-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::IoTEventsData
54
54
  autoload :EndpointProvider, 'aws-sdk-ioteventsdata/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-ioteventsdata/endpoints'
56
56
 
57
- GEM_VERSION = '1.63.0'
57
+ GEM_VERSION = '1.64.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-ioteventsdata
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.63.0
4
+ version: 1.64.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services