aws-sdk-appfabric 1.30.0 → 1.31.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: 6678107603facd39c152fcf3a3ec3206b6be1a346082487d01ddc3a535f90a98
4
- data.tar.gz: dc8c5365c841105d78e454a42c7874a5336735c96bcffe691630f9e6f9d7c15a
3
+ metadata.gz: 84279f49000f3002cade16f2b7ebf8881d438798398a676fd6066fb5fe787408
4
+ data.tar.gz: 752dbc133392c92c2d9e70a989be405ec30a8625f3fd4ea40ec8f6471f29495d
5
5
  SHA512:
6
- metadata.gz: dcbb936352f48d0496bc922887199c060dd06275e8e26631911c5eeebd34952c0d464a79f89198c41595a9b4430f10729203b765b0fa39da6238fe19e9aae33b
7
- data.tar.gz: 947d72799705818a6ee54876f8785998509b411f5d734255dd9e1ac2c1906c4238bdeb32e994cee1c2964a3a1d22ac0d81173e3506468bca62a89ece84a3971f
6
+ metadata.gz: f7506ac322d9f2c8c0b5b59512cc733d48335b963d72fff20d2e8e98dc7c8035d189d2286e1a8a69af3cd31f949d4f7616d851bf4098ec5c4720ffd8df5d3411
7
+ data.tar.gz: f4166e3f5ef2d693b6b9f22da8934a0132164fb1833710355f59564bab169e85c2797de7edaa550a1d4054ed42b82ca72b0730a370d3051082f3ace0db5046ee
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.31.0 (2025-08-21)
5
+ ------------------
6
+
7
+ * Feature - Remove incorrect endpoint tests
8
+
4
9
  1.30.0 (2025-08-04)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.30.0
1
+ 1.31.0
@@ -1836,7 +1836,7 @@ module Aws::AppFabric
1836
1836
  tracer: tracer
1837
1837
  )
1838
1838
  context[:gem_name] = 'aws-sdk-appfabric'
1839
- context[:gem_version] = '1.30.0'
1839
+ context[:gem_version] = '1.31.0'
1840
1840
  Seahorse::Client::Request.new(handlers, context)
1841
1841
  end
1842
1842
 
@@ -28,7 +28,7 @@ module Aws::AppFabric
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://appfabric-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::AppFabric
55
55
  autoload :EndpointProvider, 'aws-sdk-appfabric/endpoint_provider'
56
56
  autoload :Endpoints, 'aws-sdk-appfabric/endpoints'
57
57
 
58
- GEM_VERSION = '1.30.0'
58
+ GEM_VERSION = '1.31.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-appfabric
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.30.0
4
+ version: 1.31.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services