aws-sdk-lookoutforvision 1.40.0 → 1.41.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: 203ce4593fb2280bd31a5382e7088a40e1b1664eaeb3a22c3b8b1a5202295a44
4
+ data.tar.gz: 7101965ecf05d8823932c2adaf6c14e5213a6edafbe5073091300aa4aadf830d
5
5
  SHA512:
6
- metadata.gz: b796045ea8376b51bd9fc8e4fce3e56c4435d1069321e834fda39ac1232b8e33c1a39a0a60a80e574c21ceac70e234b07e9f087be7bc465e954b728413c6e6d7
7
- data.tar.gz: 4f96bcb6469de4ca52b98f2a53ab6fad81fec0da4d625d7301e22a5089ef83f2528d75fe85b76c2e681c06e185b1cef12fcdd8e2a1de639563ccb1f84954a285
6
+ metadata.gz: 07aaad52aadac554f29f88af433dd3cfb4817e44bdab8250ee963e7bfc1a2779b1d4cd3ddeaeedcf5ff95cddf205bd431846e3becd7e28327c7f761a90ecbecc
7
+ data.tar.gz: 553c734962135e9fff0fbb2557fab3f7c59d92d3c508e92121137f5dd656af2b982bba72f69f849f682d3f8ee5165537e252f7b90401b46bb850a6ce337fc4b6
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.41.0 (2024-09-23)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.40.0 (2024-09-20)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.40.0
1
+ 1.41.0
@@ -1901,7 +1901,7 @@ module Aws::LookoutforVision
1901
1901
  tracer: tracer
1902
1902
  )
1903
1903
  context[:gem_name] = 'aws-sdk-lookoutforvision'
1904
- context[:gem_version] = '1.40.0'
1904
+ context[:gem_version] = '1.41.0'
1905
1905
  Seahorse::Client::Request.new(handlers, context)
1906
1906
  end
1907
1907
 
@@ -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,17 +11,6 @@
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'
24
-
25
14
  # This module provides support for Amazon Lookout for Vision. This module is available in the
26
15
  # `aws-sdk-lookoutforvision` gem.
27
16
  #
@@ -51,7 +40,20 @@ require_relative 'aws-sdk-lookoutforvision/customizations'
51
40
  #
52
41
  # @!group service
53
42
  module Aws::LookoutforVision
43
+ autoload :Types, 'aws-sdk-lookoutforvision/types'
44
+ autoload :ClientApi, 'aws-sdk-lookoutforvision/client_api'
45
+ module Plugins
46
+ autoload :Endpoints, 'aws-sdk-lookoutforvision/plugins/endpoints.rb'
47
+ end
48
+ autoload :Client, 'aws-sdk-lookoutforvision/client'
49
+ autoload :Errors, 'aws-sdk-lookoutforvision/errors'
50
+ autoload :Resource, 'aws-sdk-lookoutforvision/resource'
51
+ autoload :EndpointParameters, 'aws-sdk-lookoutforvision/endpoint_parameters'
52
+ autoload :EndpointProvider, 'aws-sdk-lookoutforvision/endpoint_provider'
53
+ autoload :Endpoints, 'aws-sdk-lookoutforvision/endpoints'
54
54
 
55
- GEM_VERSION = '1.40.0'
55
+ GEM_VERSION = '1.41.0'
56
56
 
57
57
  end
58
+
59
+ 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.41.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-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core