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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 203ce4593fb2280bd31a5382e7088a40e1b1664eaeb3a22c3b8b1a5202295a44
4
- data.tar.gz: 7101965ecf05d8823932c2adaf6c14e5213a6edafbe5073091300aa4aadf830d
3
+ metadata.gz: e16eae619353b82034874756ca502a674f41a44391e592aab589cdac3ddde3cb
4
+ data.tar.gz: 071504723fadce4c1282bab651cece28901d069a73a13b3bcf986a4944a776d2
5
5
  SHA512:
6
- metadata.gz: 07aaad52aadac554f29f88af433dd3cfb4817e44bdab8250ee963e7bfc1a2779b1d4cd3ddeaeedcf5ff95cddf205bd431846e3becd7e28327c7f761a90ecbecc
7
- data.tar.gz: 553c734962135e9fff0fbb2557fab3f7c59d92d3c508e92121137f5dd656af2b982bba72f69f849f682d3f8ee5165537e252f7b90401b46bb850a6ce337fc4b6
6
+ metadata.gz: 4c01786162cc25324041b3eba4246c86d95cab55fef2dba7fd47af8ff2a7a607d552177c89df7a32e6798093058ae9dd9bb84172cb6110815198b57ec68042e8
7
+ data.tar.gz: 757fc213c38c1022bdfe1984b02dbc1526a0dbfb4eecc30833fa51ae0e61bd1331e85f919765fd3d738ab62020936a88ed2c81741b76ba095d25563bbaa037a5
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.42.0 (2024-09-24)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.41.0 (2024-09-23)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.41.0
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.41.0'
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.41.0'
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.41.0
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-23 00:00:00.000000000 Z
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