aws-sdk-cloudtraildata 1.32.0 → 1.33.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: 872bf7b5e0be34920ed42bee3ae820b69a0410bb209377dd7ff2819bd18fc3e3
4
- data.tar.gz: ce85a25627deb5442589d6c17a93c532f7c58a5bf42ea00c1dd9819cd6a198d5
3
+ metadata.gz: af33936b39dbaa86f5d8a7a31550c46ac34cbceb4248606bb5a516be24e0c1d3
4
+ data.tar.gz: 805cbbfbaecbb560b27f31242246603ad339c0c3015e1e9a0ca87c3acbcfea36
5
5
  SHA512:
6
- metadata.gz: eef82f35b4b48710e2e6833622218d4dbdc799753481b940282caf4baa5f0164e4d8c89ebbf31e46fc8d11a6c67808081c974bb9867027d1982c6d83978f3960
7
- data.tar.gz: 254c4f0cdc5a2469a3066b5a8a1e973f3cea7517788b0630fcb754b982b51746dfe371ce76748316b8d5bdd35482b4ead900f280b3c4d2681a1301afdc27daec
6
+ metadata.gz: 9a2f961b0f1656186cf677528e12215b4192701e5ec803e1d03e459a7c2bd3912b8c6d207a21ace0651ec7d663359f71e6a9e29d2f303cf68bd768b9304470a3
7
+ data.tar.gz: a2c0af1f231ca9098504e857a56c0f1ba559812490243ecab9e23d9150f0df3f7f9d78fe73625afbba1a75f86ef4fc0e1387bb5045f8aef0e5d9fddf5dc8d127
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.33.0 (2025-08-25)
5
+ ------------------
6
+
7
+ * Feature - Remove incorrect endpoint tests
8
+
4
9
  1.32.0 (2025-08-04)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.32.0
1
+ 1.33.0
@@ -550,7 +550,7 @@ module Aws::CloudTrailData
550
550
  tracer: tracer
551
551
  )
552
552
  context[:gem_name] = 'aws-sdk-cloudtraildata'
553
- context[:gem_version] = '1.32.0'
553
+ context[:gem_version] = '1.33.0'
554
554
  Seahorse::Client::Request.new(handlers, context)
555
555
  end
556
556
 
@@ -28,7 +28,7 @@ module Aws::CloudTrailData
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://cloudtrail-data-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::CloudTrailData
54
54
  autoload :EndpointProvider, 'aws-sdk-cloudtraildata/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-cloudtraildata/endpoints'
56
56
 
57
- GEM_VERSION = '1.32.0'
57
+ GEM_VERSION = '1.33.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-cloudtraildata
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.32.0
4
+ version: 1.33.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services