aws-sdk-lookoutforvision 1.43.0 → 1.44.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: 79b51482a3fb59b2a9e1ca90dacbcb4f880bffee5113ffda3477bf9bbd6180fe
4
- data.tar.gz: 56b96c1a3417f2e7eed2068c8075334ca51d0bf01e82c9b17e612bea5a33c5ac
3
+ metadata.gz: 0a8463b65615ae772cc13f19f1cc5d050554749f7b853a2cf5c8a03d8be159e8
4
+ data.tar.gz: 317437f71935401ce99dc432fe581a6bd59dab2b90f0bd02e15230a861b308f2
5
5
  SHA512:
6
- metadata.gz: 6ebde52faa85db0a731462ab3175c53a1fed8ab29b7726a07f91ed7e09e1b63ad2c960193c114e19a4833cd5d63d1bae56e7be795b356350906bf63113665ac7
7
- data.tar.gz: 50b780e6db91932289b6996301bf47f18f4b0d681654aff9f80bc269bc731252506b20ba45ac72880cf975c9c63d0f9224ea110430e1818b47e14688b13a4aa7
6
+ metadata.gz: a740ff5e97664ac924e8c754d03bc073ac299657ba01e1d209ec9d4dbab4d39527d9c047f75de67a29e6d43056dd05bf2279033fc61fb6086674835c97f21a21
7
+ data.tar.gz: c485f4294d8c44613a4280b8a0971d5d82ba225d4fef2a99e4ecf1a1472c642978ede5e3bd663245f0cc1fb18b9ce80afac2ce145128945d3b37d4e187d00e16
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.44.0 (2024-11-06)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.43.0 (2024-10-18)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.43.0
1
+ 1.44.0
@@ -1899,7 +1899,7 @@ module Aws::LookoutforVision
1899
1899
  tracer: tracer
1900
1900
  )
1901
1901
  context[:gem_name] = 'aws-sdk-lookoutforvision'
1902
- context[:gem_version] = '1.43.0'
1902
+ context[:gem_version] = '1.44.0'
1903
1903
  Seahorse::Client::Request.new(handlers, context)
1904
1904
  end
1905
1905
 
@@ -1929,11 +1929,10 @@ module Aws::LookoutforVision
1929
1929
  # the GreengrassConfiguration$CompilerOptions field. For example, you
1930
1930
  # can use the following compiler options for CPU:
1931
1931
  #
1932
- # * `mcpu`: CPU micro-architecture. For example, `\{'mcpu':
1933
- # 'skylake-avx512'\}`
1932
+ # * `mcpu`: CPU micro-architecture. For example, `{'mcpu':
1933
+ # 'skylake-avx512'}`
1934
1934
  #
1935
- # * `mattr`: CPU flags. For example, `\{'mattr': ['+neon',
1936
- # '+vfpv4']\}`
1935
+ # * `mattr`: CPU flags. For example, `{'mattr': ['+neon', '+vfpv4']}`
1937
1936
  # @return [String]
1938
1937
  #
1939
1938
  # @see http://docs.aws.amazon.com/goto/WebAPI/lookoutvision-2020-11-20/TargetPlatform AWS API Documentation
@@ -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.43.0'
57
+ GEM_VERSION = '1.44.0'
58
58
 
59
59
  end
60
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.43.0
4
+ version: 1.44.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-10-18 00:00:00.000000000 Z
11
+ date: 2024-11-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core