aws-sdk-amplifybackend 1.53.0 → 1.54.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: 214b1fcabf771ca3fdf071eb509b8ea225c6e0f2641b682b27af73481f77743b
4
- data.tar.gz: d33f8cc913528f6a5534204a402dc1b3bce169c87dc320d2621becca789f430e
3
+ metadata.gz: a352630782a0a1117c37eae679f07af7cba43e82c5935dfebdd572c31e29ad60
4
+ data.tar.gz: dc2471eb93a5c56e0b5ec8acd64dcffc5413a377b6b51ef8b7d09153efae78cf
5
5
  SHA512:
6
- metadata.gz: 445b89ff05d61fbf84390a1e7473ee94e421d3a699df2776111339a72d337c6897c29c06aa86b68d7cf4c3a436e98f14c1567f9ce1f1322d32696a7c0f28b388
7
- data.tar.gz: 98be866ddc57ca6043940d00f8cd686f3e6c233f6a5d779f3bf76b712f6aa4a9e54494a9b84fb761aafa81a5ce4417c2a4d1f4628ffe23cda61e14e7979532b6
6
+ metadata.gz: 99b370b3b7ad3a42a37a7f6439692eb4557f42a57111cca1f30a3c5cecf51fd3cbda2c8eb7e7f9233eef06bca2839cdd4256c12f9594f0c5564c9707e6d72d2a
7
+ data.tar.gz: f62f5c19d1a7f3a40862426d4cd8cd2880ff5a1c497204069c200ddd9263d219fd2e2f592ad90fcc4d75fd6ea46b13197ae21b6b14f1ef5296ca690d67287423
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.54.0 (2025-08-27)
5
+ ------------------
6
+
7
+ * Feature - Remove incorrect endpoint tests
8
+
4
9
  1.53.0 (2025-08-26)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.53.0
1
+ 1.54.0
@@ -2174,7 +2174,7 @@ module Aws::AmplifyBackend
2174
2174
  tracer: tracer
2175
2175
  )
2176
2176
  context[:gem_name] = 'aws-sdk-amplifybackend'
2177
- context[:gem_version] = '1.53.0'
2177
+ context[:gem_version] = '1.54.0'
2178
2178
  Seahorse::Client::Request.new(handlers, context)
2179
2179
  end
2180
2180
 
@@ -28,7 +28,7 @@ module Aws::AmplifyBackend
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://amplifybackend-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::AmplifyBackend
54
54
  autoload :EndpointProvider, 'aws-sdk-amplifybackend/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-amplifybackend/endpoints'
56
56
 
57
- GEM_VERSION = '1.53.0'
57
+ GEM_VERSION = '1.54.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-amplifybackend
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.53.0
4
+ version: 1.54.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services