aws-sdk-lookoutforvision 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: 704dc31786c7f6ab46de7d3d4dc310ff4833bc91e63013b0a97d0700dbc9726f
4
- data.tar.gz: ed16f2495fa65d26fee5889716ae83367c549805f935301cb0ac3b010a3a69eb
3
+ metadata.gz: f63b3decfc2f7e0ec534758811a0a9972cbf669ee72f6d241b45bdca355fec78
4
+ data.tar.gz: 57fd91597b72155745a76769a0809adb1e1081d1a64d5990e89da742281393bf
5
5
  SHA512:
6
- metadata.gz: 68e1c0ffb657a30f206b03d6cfd43887ed61ecc19a69c4a14c42ee3a437316f6c7a9203aa084a9de4684176763ab447e2442c7071456003de2734860ad5fde3b
7
- data.tar.gz: 9c447302b7bbe772ab26ccf6931f7cbd92bac75a7d6feb44ec7ac09ece7b0d3f7d4faa99dfe4038388371cf1ded12ecdddc695e84c64e9780d18c5d0062a8bcb
6
+ metadata.gz: 4907ab5f17ef3d77a09f8f9782afaaa527d0ee3f60208299075290f059a3850c3cf552089cb68e5bf77942ee2fcf77c0d4b82bb8882211bf7a1e3ee1cdc1b922
7
+ data.tar.gz: 05e873e1d920d02e8668aa179faa5d12b3f8caf75356b4dca86a8c1ec1e1fb3ae343bd45a52ab635b2a8a66ccc9f7b14c53b62d6196fbe48dc3c642f53b75f8e
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.54.0 (2025-08-26)
5
+ ------------------
6
+
7
+ * Feature - Remove incorrect endpoint tests
8
+
4
9
  1.53.0 (2025-08-04)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.53.0
1
+ 1.54.0
@@ -1928,7 +1928,7 @@ module Aws::LookoutforVision
1928
1928
  tracer: tracer
1929
1929
  )
1930
1930
  context[:gem_name] = 'aws-sdk-lookoutforvision'
1931
- context[:gem_version] = '1.53.0'
1931
+ context[:gem_version] = '1.54.0'
1932
1932
  Seahorse::Client::Request.new(handlers, context)
1933
1933
  end
1934
1934
 
@@ -28,7 +28,7 @@ module Aws::LookoutforVision
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://lookoutvision-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::LookoutforVision
54
54
  autoload :EndpointProvider, 'aws-sdk-lookoutforvision/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-lookoutforvision/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-lookoutforvision
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
@@ -18,7 +18,7 @@ dependencies:
18
18
  version: '3'
19
19
  - - ">="
20
20
  - !ruby/object:Gem::Version
21
- version: 3.228.0
21
+ version: 3.231.0
22
22
  type: :runtime
23
23
  prerelease: false
24
24
  version_requirements: !ruby/object:Gem::Requirement
@@ -28,7 +28,7 @@ dependencies:
28
28
  version: '3'
29
29
  - - ">="
30
30
  - !ruby/object:Gem::Version
31
- version: 3.228.0
31
+ version: 3.231.0
32
32
  - !ruby/object:Gem::Dependency
33
33
  name: aws-sigv4
34
34
  requirement: !ruby/object:Gem::Requirement