aws-sdk-lookoutforvision 1.23.0 → 1.24.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: 20dbb6061f6aeb80327380c88720719b2ce9b18bbc23de0d40e3420fee749d68
4
- data.tar.gz: f9b7cf24a233575c12d9a6ae4f09829f8dbbd7d4c7d31bf6d86576589bf8c039
3
+ metadata.gz: 50c4f1683cb43df486da0aeaf384fd2d86d6a118a673fe71ee4e26038e5f9cc2
4
+ data.tar.gz: 0651bd9985ea56be521aa1e2d66d852900b21f8f644ddc9528e5f55f85c5882e
5
5
  SHA512:
6
- metadata.gz: 54be2c774cb1807c1a556ff7869ab5f22c47cc0ecd4bf129fe5317f6204adb9f6cdaaf252e6a636ff19891c1aea61f18494d871e5cd9bd01f372149a8bfde4f3
7
- data.tar.gz: 1b6f3481077292a3c189140ebb1814419eba25545e2b0b9b4d7c52c416e74c805379226aa0451892bfb0e12bb634c6757741f995e1815c5e795876da11cf3259
6
+ metadata.gz: fd8f7f0c22a2bedd7dcea3ce5ca37f98a37c2b87c1537ac407d2794027649ca6a26dbf53e5c189b62a93e7822593c73ab23f94856ba33e92a6d42de3d6abba98
7
+ data.tar.gz: 62f0cf13165d9c3d2788babb911bd385528d6a20ab03146d052844c944552a169c0e77cd44d6d837b90ebcb3a7f10eecd1cd1d45467b5cb7286fb6aca317ecfa
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.24.0 (2023-07-11)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.23.0 (2023-07-06)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.23.0
1
+ 1.24.0
@@ -216,6 +216,10 @@ module Aws::LookoutforVision
216
216
  # @option options [Boolean] :endpoint_discovery (false)
217
217
  # When set to `true`, endpoint discovery will be enabled for operations when available.
218
218
  #
219
+ # @option options [Boolean] :ignore_configured_endpoint_urls
220
+ # Setting to true disables use of endpoint URLs provided via environment
221
+ # variables and the shared configuration file.
222
+ #
219
223
  # @option options [Aws::Log::Formatter] :log_formatter (Aws::Log::Formatter.default)
220
224
  # The log formatter.
221
225
  #
@@ -1831,7 +1835,7 @@ module Aws::LookoutforVision
1831
1835
  params: params,
1832
1836
  config: config)
1833
1837
  context[:gem_name] = 'aws-sdk-lookoutforvision'
1834
- context[:gem_version] = '1.23.0'
1838
+ context[:gem_version] = '1.24.0'
1835
1839
  Seahorse::Client::Request.new(handlers, context)
1836
1840
  end
1837
1841
 
@@ -52,6 +52,6 @@ require_relative 'aws-sdk-lookoutforvision/customizations'
52
52
  # @!group service
53
53
  module Aws::LookoutforVision
54
54
 
55
- GEM_VERSION = '1.23.0'
55
+ GEM_VERSION = '1.24.0'
56
56
 
57
57
  end
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.23.0
4
+ version: 1.24.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: 2023-07-06 00:00:00.000000000 Z
11
+ date: 2023-07-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core