aws-sdk-lookoutforvision 1.40.0 → 1.42.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: e30e0c5b0aa575e9ffcf78ef373aef9d73063195b0fd58be83e984363138ec8a
4
- data.tar.gz: 38050b2a070d359a64fb025905d3219fbda9f2102f08c7c0cbc738b84f451e6c
3
+ metadata.gz: e16eae619353b82034874756ca502a674f41a44391e592aab589cdac3ddde3cb
4
+ data.tar.gz: 071504723fadce4c1282bab651cece28901d069a73a13b3bcf986a4944a776d2
5
5
  SHA512:
6
- metadata.gz: b796045ea8376b51bd9fc8e4fce3e56c4435d1069321e834fda39ac1232b8e33c1a39a0a60a80e574c21ceac70e234b07e9f087be7bc465e954b728413c6e6d7
7
- data.tar.gz: 4f96bcb6469de4ca52b98f2a53ab6fad81fec0da4d625d7301e22a5089ef83f2528d75fe85b76c2e681c06e185b1cef12fcdd8e2a1de639563ccb1f84954a285
6
+ metadata.gz: 4c01786162cc25324041b3eba4246c86d95cab55fef2dba7fd47af8ff2a7a607d552177c89df7a32e6798093058ae9dd9bb84172cb6110815198b57ec68042e8
7
+ data.tar.gz: 757fc213c38c1022bdfe1984b02dbc1526a0dbfb4eecc30833fa51ae0e61bd1331e85f919765fd3d738ab62020936a88ed2c81741b76ba095d25563bbaa037a5
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
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
+
9
+ 1.41.0 (2024-09-23)
10
+ ------------------
11
+
12
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
13
+
4
14
  1.40.0 (2024-09-20)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.40.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.40.0'
1902
+ context[:gem_version] = '1.42.0'
1905
1903
  Seahorse::Client::Request.new(handlers, context)
1906
1904
  end
1907
1905
 
@@ -7,6 +7,7 @@
7
7
  #
8
8
  # WARNING ABOUT GENERATED CODE
9
9
 
10
+
10
11
  module Aws::LookoutforVision
11
12
  # @api private
12
13
  module ClientApi
@@ -2073,3 +2073,4 @@ module Aws::LookoutforVision
2073
2073
 
2074
2074
  end
2075
2075
  end
2076
+
@@ -11,16 +11,7 @@
11
11
  require 'aws-sdk-core'
12
12
  require 'aws-sigv4'
13
13
 
14
- require_relative 'aws-sdk-lookoutforvision/types'
15
- require_relative 'aws-sdk-lookoutforvision/client_api'
16
- require_relative 'aws-sdk-lookoutforvision/plugins/endpoints.rb'
17
- require_relative 'aws-sdk-lookoutforvision/client'
18
- require_relative 'aws-sdk-lookoutforvision/errors'
19
- require_relative 'aws-sdk-lookoutforvision/resource'
20
- require_relative 'aws-sdk-lookoutforvision/endpoint_parameters'
21
- require_relative 'aws-sdk-lookoutforvision/endpoint_provider'
22
- require_relative 'aws-sdk-lookoutforvision/endpoints'
23
- require_relative 'aws-sdk-lookoutforvision/customizations'
14
+ Aws::Plugins::GlobalConfiguration.add_identifier(:lookoutforvision)
24
15
 
25
16
  # This module provides support for Amazon Lookout for Vision. This module is available in the
26
17
  # `aws-sdk-lookoutforvision` gem.
@@ -51,7 +42,20 @@ require_relative 'aws-sdk-lookoutforvision/customizations'
51
42
  #
52
43
  # @!group service
53
44
  module Aws::LookoutforVision
45
+ autoload :Types, 'aws-sdk-lookoutforvision/types'
46
+ autoload :ClientApi, 'aws-sdk-lookoutforvision/client_api'
47
+ module Plugins
48
+ autoload :Endpoints, 'aws-sdk-lookoutforvision/plugins/endpoints.rb'
49
+ end
50
+ autoload :Client, 'aws-sdk-lookoutforvision/client'
51
+ autoload :Errors, 'aws-sdk-lookoutforvision/errors'
52
+ autoload :Resource, 'aws-sdk-lookoutforvision/resource'
53
+ autoload :EndpointParameters, 'aws-sdk-lookoutforvision/endpoint_parameters'
54
+ autoload :EndpointProvider, 'aws-sdk-lookoutforvision/endpoint_provider'
55
+ autoload :Endpoints, 'aws-sdk-lookoutforvision/endpoints'
54
56
 
55
- GEM_VERSION = '1.40.0'
57
+ GEM_VERSION = '1.42.0'
56
58
 
57
59
  end
60
+
61
+ require_relative 'aws-sdk-lookoutforvision/customizations'
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.40.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-20 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