aws-sdk-cloudwatchevidently 1.44.0 → 1.46.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: e25a1d90a13c8d4736162b3860497fb2830b51b445c6038b93899f6782c96245
4
- data.tar.gz: 72218733dc23accfcca0e34cb11eb9611a7bfdfe0e86d475334955daa1da340b
3
+ metadata.gz: 8c206e89d36f057ce358bc186ec6ca5665e81d78d5fe835c64a266a5e972457d
4
+ data.tar.gz: 65fadfe23c666ac6f4e7bcb366d8cef08a5e1278bcc9904821d888d4e675405f
5
5
  SHA512:
6
- metadata.gz: 60a550f4a270df2c6234be416a48563e78f3c640747abdd3cc7e6fbff48a5170b278b126cb08b9ade6f3322d63647253fd1ae693bf68d65ab4ad4c0fe3f16810
7
- data.tar.gz: aae03032e9e9bb99f1d17d7f06b71049152ddcc547492111fb61da548faa9b0dc5f740da98af9c37f31d13550aaf8f094b2849f0868cac44cf534cfb442d572a
6
+ metadata.gz: 4165ccf5b4cd955e837fc9ba9b7312d4045d14d51cd89724b7974357a7def9b35d0f6da397f53675fd0b5a7f8bef780ca3f3335a29f5d2967bf35fd9615e730c
7
+ data.tar.gz: 7ab5c352f228a75069e5bc3483556ea51e9fc75138fc344d338c2deada43e7b5bcc06814676a6d2953544e4c16e17e160442c31e64a1b10910c81d0849776c12
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.46.0 (2025-08-27)
5
+ ------------------
6
+
7
+ * Feature - Remove incorrect endpoint tests
8
+
9
+ 1.45.0 (2025-08-26)
10
+ ------------------
11
+
12
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
13
+
4
14
  1.44.0 (2025-08-04)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.44.0
1
+ 1.46.0
@@ -3232,7 +3232,7 @@ module Aws::CloudWatchEvidently
3232
3232
  tracer: tracer
3233
3233
  )
3234
3234
  context[:gem_name] = 'aws-sdk-cloudwatchevidently'
3235
- context[:gem_version] = '1.44.0'
3235
+ context[:gem_version] = '1.46.0'
3236
3236
  Seahorse::Client::Request.new(handlers, context)
3237
3237
  end
3238
3238
 
@@ -28,7 +28,7 @@ module Aws::CloudWatchEvidently
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://evidently-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::CloudWatchEvidently
54
54
  autoload :EndpointProvider, 'aws-sdk-cloudwatchevidently/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-cloudwatchevidently/endpoints'
56
56
 
57
- GEM_VERSION = '1.44.0'
57
+ GEM_VERSION = '1.46.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-cloudwatchevidently
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.44.0
4
+ version: 1.46.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