aws-sdk-codeguruprofiler 1.59.0 → 1.60.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: ee20e4979f1d1d27d7b736b208f4a3a90a7df9376b95f8760c57d29276b3c7d5
4
- data.tar.gz: 6b770b3c53b48461bca4091705319121ec9723b009a05942c9ea70918a14e69c
3
+ metadata.gz: 6285ed3ae3f0c4d23cab0a9e437bede88b70045d7e0b33a592fa90dc2abf233f
4
+ data.tar.gz: 78c5c40e3e4b6c5665e9dd73a268534b0534128730a3596571ca39e8cf24b045
5
5
  SHA512:
6
- metadata.gz: 5bedc95f69db6d6d6013f4fd34478209e8b5d2fbc49b24d2d77b11c62f668a31900c3acbf4c29f6284a966da7af29e6deed0f778485e21cf7acf60cf8c1893e4
7
- data.tar.gz: c0fb243a3de95496a1cb45d12c2de2cf8e1349e2eccec9bebea1e23e1f96a140d93a043ce70ef4e14af55455d9cfb6ef7761acd8842a7ed4bb56198f46830b7b
6
+ metadata.gz: e33957190b095636672194741545beed8c34fd196d04cc45ba7f3f53e150b8912d9289612731446f75d8e9bbb7be5da7eb33ebc5493bf1a1f17fa2d3b7c44e52
7
+ data.tar.gz: 8cd9a82ea9b9e58837e74cd87bb22aca6294b7775c45441b4fd79cfeaa7b79c7c40d6ff15a6442bfc0445bda905a4f041c5f92f156e1a117cb9cbfdb74354aa8
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.60.0 (2025-08-27)
5
+ ------------------
6
+
7
+ * Feature - Remove incorrect endpoint tests
8
+
4
9
  1.59.0 (2025-08-26)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.59.0
1
+ 1.60.0
@@ -1787,7 +1787,7 @@ module Aws::CodeGuruProfiler
1787
1787
  tracer: tracer
1788
1788
  )
1789
1789
  context[:gem_name] = 'aws-sdk-codeguruprofiler'
1790
- context[:gem_version] = '1.59.0'
1790
+ context[:gem_version] = '1.60.0'
1791
1791
  Seahorse::Client::Request.new(handlers, context)
1792
1792
  end
1793
1793
 
@@ -28,7 +28,7 @@ module Aws::CodeGuruProfiler
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://codeguru-profiler-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::CodeGuruProfiler
54
54
  autoload :EndpointProvider, 'aws-sdk-codeguruprofiler/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-codeguruprofiler/endpoints'
56
56
 
57
- GEM_VERSION = '1.59.0'
57
+ GEM_VERSION = '1.60.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-codeguruprofiler
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.59.0
4
+ version: 1.60.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services