aws-sdk-lookoutforvision 1.41.0 → 1.42.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-lookoutforvision/client.rb +1 -3
- data/lib/aws-sdk-lookoutforvision.rb +3 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: e16eae619353b82034874756ca502a674f41a44391e592aab589cdac3ddde3cb
|
4
|
+
data.tar.gz: 071504723fadce4c1282bab651cece28901d069a73a13b3bcf986a4944a776d2
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 4c01786162cc25324041b3eba4246c86d95cab55fef2dba7fd47af8ff2a7a607d552177c89df7a32e6798093058ae9dd9bb84172cb6110815198b57ec68042e8
|
7
|
+
data.tar.gz: 757fc213c38c1022bdfe1984b02dbc1526a0dbfb4eecc30833fa51ae0e61bd1331e85f919765fd3d738ab62020936a88ed2c81741b76ba095d25563bbaa037a5
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.42.0
|
@@ -36,8 +36,6 @@ require 'aws-sdk-core/plugins/telemetry.rb'
|
|
36
36
|
require 'aws-sdk-core/plugins/sign.rb'
|
37
37
|
require 'aws-sdk-core/plugins/protocols/rest_json.rb'
|
38
38
|
|
39
|
-
Aws::Plugins::GlobalConfiguration.add_identifier(:lookoutforvision)
|
40
|
-
|
41
39
|
module Aws::LookoutforVision
|
42
40
|
# An API client for LookoutforVision. To construct a client, you need to configure a `:region` and `:credentials`.
|
43
41
|
#
|
@@ -1901,7 +1899,7 @@ module Aws::LookoutforVision
|
|
1901
1899
|
tracer: tracer
|
1902
1900
|
)
|
1903
1901
|
context[:gem_name] = 'aws-sdk-lookoutforvision'
|
1904
|
-
context[:gem_version] = '1.
|
1902
|
+
context[:gem_version] = '1.42.0'
|
1905
1903
|
Seahorse::Client::Request.new(handlers, context)
|
1906
1904
|
end
|
1907
1905
|
|
@@ -11,6 +11,8 @@
|
|
11
11
|
require 'aws-sdk-core'
|
12
12
|
require 'aws-sigv4'
|
13
13
|
|
14
|
+
Aws::Plugins::GlobalConfiguration.add_identifier(:lookoutforvision)
|
15
|
+
|
14
16
|
# This module provides support for Amazon Lookout for Vision. This module is available in the
|
15
17
|
# `aws-sdk-lookoutforvision` gem.
|
16
18
|
#
|
@@ -52,7 +54,7 @@ module Aws::LookoutforVision
|
|
52
54
|
autoload :EndpointProvider, 'aws-sdk-lookoutforvision/endpoint_provider'
|
53
55
|
autoload :Endpoints, 'aws-sdk-lookoutforvision/endpoints'
|
54
56
|
|
55
|
-
GEM_VERSION = '1.
|
57
|
+
GEM_VERSION = '1.42.0'
|
56
58
|
|
57
59
|
end
|
58
60
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-lookoutforvision
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.42.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Amazon Web Services
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2024-09-
|
11
|
+
date: 2024-09-24 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|