aws-sdk-devopsguru 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: 0dab38b45692ac804d6a7f09018b844622a07375f26653f9ca57272feadd71d1
4
- data.tar.gz: e68cbb2cf2c4c626474708f04b182e7660ba51c1d961d26a7430bf43089dddae
3
+ metadata.gz: 8dd47e68103729de69ae9d40b5bdd8b098a695647e809a25a9f3d1a5ced128ef
4
+ data.tar.gz: 0df6b6e807c0303d4979dafdf3ea5e10773886c9a836eb91d5c418c78947a382
5
5
  SHA512:
6
- metadata.gz: 5528dc88122bc4f6e9b6484695f3571c10400d428dc48ecc6952f67d4991b099e6dbb5f852dbca69b8a160ccef1ebbe8b03dd990c8e66520e059d00c377be5eb
7
- data.tar.gz: a782faedc04187a1ac7bf1e391da2e6d1dbe7ca726c2740f34707625970741c45499d7b1c2233ea4338ac33c567e4c8d43fd287cde678cb8c7f1b0c6a438edce
6
+ metadata.gz: d2d2589e1ddae3e953c0ac48ab8600f2aefbf85d8c44374cb397aa68103be717f6ba15245ae017af7cacb3c473000bad26b28fc4ec2c065edb6d27169347fab8
7
+ data.tar.gz: 202c41e144593856b7db07257bd481f9f34cb9afd315aa856d67322e2e2d2ebf79a18265485337fc20ac5d01126fcd58d4b0cc32401021075aade3ceaf06437c
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.64.0 (2025-08-25)
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
@@ -2449,7 +2449,7 @@ module Aws::DevOpsGuru
2449
2449
  tracer: tracer
2450
2450
  )
2451
2451
  context[:gem_name] = 'aws-sdk-devopsguru'
2452
- context[:gem_version] = '1.63.0'
2452
+ context[:gem_version] = '1.64.0'
2453
2453
  Seahorse::Client::Request.new(handlers, context)
2454
2454
  end
2455
2455
 
@@ -28,7 +28,7 @@ module Aws::DevOpsGuru
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://devops-guru-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::DevOpsGuru
54
54
  autoload :EndpointProvider, 'aws-sdk-devopsguru/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-devopsguru/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-devopsguru
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