aws-sdk-rekognition 1.84.0 → 1.85.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 +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-rekognition/client.rb +5 -1
- data/lib/aws-sdk-rekognition.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 6e3dbf332c9b24f0604e584863e99f3824089858d3f324954bcf3708cafb68b4
|
|
4
|
+
data.tar.gz: 03ddfbb468b08282a4a8f37dc5ea6ff774527a2c92a0e194a185cc90734af9ff
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: b46888d53dea098c1f7d362abd2df2a467766b9c4cde7db0a152982e6b070f1fde5d97b4c7453f7795576fce957467a8d97f3a2b9bf00ac06984ca9b32c7af06
|
|
7
|
+
data.tar.gz: 109e9e986f3f03a4896bf31db75b7cbad07a248226f1bee115ea8e54e74695a3997ae7f3982bc29c792f4b9fe9233671e0802d3af035af5aa2d260d5ec6f2335
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.85.0
|
|
@@ -216,6 +216,10 @@ module Aws::Rekognition
|
|
|
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
|
#
|
|
@@ -7501,7 +7505,7 @@ module Aws::Rekognition
|
|
|
7501
7505
|
params: params,
|
|
7502
7506
|
config: config)
|
|
7503
7507
|
context[:gem_name] = 'aws-sdk-rekognition'
|
|
7504
|
-
context[:gem_version] = '1.
|
|
7508
|
+
context[:gem_version] = '1.85.0'
|
|
7505
7509
|
Seahorse::Client::Request.new(handlers, context)
|
|
7506
7510
|
end
|
|
7507
7511
|
|
data/lib/aws-sdk-rekognition.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: aws-sdk-rekognition
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.85.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-
|
|
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
|