aws-sdk-lookoutforvision 1.55.0 → 1.57.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: 25b274ac88a13b21f5233760ef3661aaf79ec0e00f30455b2eeb7c504f287007
4
- data.tar.gz: 4d17dfa6d81eb04839ccb88036f7abba223ba254c18bdb676dffcce1dee06fa7
3
+ metadata.gz: ad16c21e643d17f4b4d2c6e2d1a3b2e8146475fa5c293b35fb0abb7b070bd03f
4
+ data.tar.gz: 8f8fc785965fa86b604652071c33a8a4ccf0c02088f8ad010960bd106aa06dce
5
5
  SHA512:
6
- metadata.gz: 0a87de8185d6973b19d3ff564dc1d8b3058c3dc4264461dd7dbd6d11cc930f76cc47da0dadd0c8993cb0ee29ea405699b418f515df1e38cd17d901594a9621f1
7
- data.tar.gz: 339440734c9a90a4ae595644fd43178fc3a260911cdfc06ce23d2a307c6fe3a23655c3788e2a777cb74142e7f4e3ebf88893f51da9acb23e4327c82b77b26a0f
6
+ metadata.gz: 026fb4d4ace742393911b8446dad926755f4f911cc72553d70ce7851663d5a44f3007f9626c57f9c8bf9f8b530d0416477ee694f73345ff9bf495ef744982836
7
+ data.tar.gz: 32b1ffa57d2b6e7148d72fabbf5612d812e299e352c0bdabd5a6fb7eb0957becf993b4f3e34688371455902daa66ae1725ed59fe05d40d8f789ecb3730d540fc
data/CHANGELOG.md CHANGED
@@ -1,6 +1,18 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.57.0 (2025-10-30)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
9
+ * Feature - Lookout for Vision has been removed from the SDK because it has been discontinued.
10
+
11
+ 1.56.0 (2025-10-24)
12
+ ------------------
13
+
14
+ * Feature - Update endpoint ruleset parameters casing
15
+
4
16
  1.55.0 (2025-10-21)
5
17
  ------------------
6
18
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.55.0
1
+ 1.57.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.55.0'
1931
+ context[:gem_version] = '1.57.0'
1932
1932
  Seahorse::Client::Request.new(handlers, context)
1933
1933
  end
1934
1934
 
@@ -13,22 +13,22 @@ module Aws::LookoutforVision
13
13
  # @!attribute region
14
14
  # The AWS region used to dispatch the request.
15
15
  #
16
- # @return [String]
16
+ # @return [string]
17
17
  #
18
18
  # @!attribute use_dual_stack
19
19
  # When true, use the dual-stack endpoint. If the configured endpoint does not support dual-stack, dispatching the request MAY return an error.
20
20
  #
21
- # @return [Boolean]
21
+ # @return [boolean]
22
22
  #
23
23
  # @!attribute use_fips
24
24
  # When true, send this request to the FIPS-compliant regional endpoint. If the configured endpoint does not have a FIPS compliant endpoint, dispatching the request will return an error.
25
25
  #
26
- # @return [Boolean]
26
+ # @return [boolean]
27
27
  #
28
28
  # @!attribute endpoint
29
29
  # Override the endpoint used to send this request
30
30
  #
31
- # @return [String]
31
+ # @return [string]
32
32
  #
33
33
  EndpointParameters = Struct.new(
34
34
  :region,
@@ -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.55.0'
57
+ GEM_VERSION = '1.57.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.55.0
4
+ version: 1.57.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
@@ -43,8 +43,8 @@ dependencies:
43
43
  - - "~>"
44
44
  - !ruby/object:Gem::Version
45
45
  version: '1.5'
46
- description: Official AWS Ruby gem for Amazon Lookout for Vision. This gem is part
47
- of the AWS SDK for Ruby.
46
+ description: "[DEPRECATED] Official AWS Ruby gem for Amazon Lookout for Vision. This
47
+ gem is part of the AWS SDK for Ruby."
48
48
  email:
49
49
  - aws-dr-rubygems@amazon.com
50
50
  executables: []
@@ -76,6 +76,7 @@ licenses:
76
76
  metadata:
77
77
  source_code_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-lookoutforvision
78
78
  changelog_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-lookoutforvision/CHANGELOG.md
79
+ post_install_message: "*** aws-sdk-lookoutforvision is deprecated ***"
79
80
  rdoc_options: []
80
81
  require_paths:
81
82
  - lib