aws-sdk-proton 1.58.0 → 1.59.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: f5ad2fad66f684846120cbba88f080661d7f06ac7867bc32848e0b26143f56a0
4
- data.tar.gz: eb17293d0ef73dd65699c3ba06de664c13ba68b0e348ec7a2e61e8f9f7b53a5e
3
+ metadata.gz: d7d2bdc3a992dbe70101a2b316b107ea33bea0d58594a5e7636323b0062ce5f2
4
+ data.tar.gz: d346927ddd7c2f016ead99f784092323635338d058e5a52c7bfa162ca6971fa6
5
5
  SHA512:
6
- metadata.gz: f1b58972a193cd80b1a55cbeb15062b918dd5da49628710fb851681846fbb1cb1ac95ca1ac84925966fc12e543f4df7a8972ac62022af9009515112bfcfee701
7
- data.tar.gz: 9e67105b1add057b3916ad38ae08821ba8e9e1f093b26f85875dfd926a08985a08638ec0ce006be543662d091ba80d3894229c15a382e1245989bdc73ca8fa20
6
+ metadata.gz: 538b9d70e27db6d9f5b98c10c483993383f971f3356cdca20e16555a429f5e0caa30b26bfcd1c21755d9e48b1e1f42afb9e8b7cf09e5a5f67792bd48a1104f4e
7
+ data.tar.gz: ae10e19a99e5c9ecbe34d801f58b7fba9709f2f46777af0ecd8592cc81608e9c728310670c815cc76388152ef47ccd98849f18af1c564d9c35bfc9a5baf55855
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.59.0 (2025-08-22)
5
+ ------------------
6
+
7
+ * Feature - Remove incorrect endpoint tests
8
+
4
9
  1.58.0 (2025-08-04)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.58.0
1
+ 1.59.0
@@ -6186,7 +6186,7 @@ module Aws::Proton
6186
6186
  tracer: tracer
6187
6187
  )
6188
6188
  context[:gem_name] = 'aws-sdk-proton'
6189
- context[:gem_version] = '1.58.0'
6189
+ context[:gem_version] = '1.59.0'
6190
6190
  Seahorse::Client::Request.new(handlers, context)
6191
6191
  end
6192
6192
 
@@ -28,7 +28,7 @@ module Aws::Proton
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://proton-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"
@@ -55,7 +55,7 @@ module Aws::Proton
55
55
  autoload :EndpointProvider, 'aws-sdk-proton/endpoint_provider'
56
56
  autoload :Endpoints, 'aws-sdk-proton/endpoints'
57
57
 
58
- GEM_VERSION = '1.58.0'
58
+ GEM_VERSION = '1.59.0'
59
59
 
60
60
  end
61
61
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-proton
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.58.0
4
+ version: 1.59.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services