aws-sdk-rekognition 1.75.0 → 1.76.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: 03a15d9fdade83f88daa912b214a1cb18cb45f4a4012ce00fe78caada7e5c66f
4
- data.tar.gz: c5eb74c1bf776d04f714f9ca36aff31fc7df143ac430c2da3ea9392c019fc97a
3
+ metadata.gz: ce4a7406c22ecf39b8cc095427665a5baa81bd6c9fdd17eb5ec7fa394f42bb2f
4
+ data.tar.gz: 59cf14e4d9a3079b79fd90e9981e394097a6a26431af75d0bbb5a06d039594b6
5
5
  SHA512:
6
- metadata.gz: e3502bb38c997473f2703bbd0e028a4f2501b624b8bf29ca4307ef1d94d4f7533e015b48e77ba3f1457d5359db03521359974a41a82b3f131f02cc56118da0ad
7
- data.tar.gz: 8316c45137c2fdaf4dbf90d0ac785dcf9da5fdd285efed07708755b2e364912754014631ff2fbc03714fb2bebc7a97c7f6e8174600b718ec5161204720d46e49
6
+ metadata.gz: b115740ba3bcce4124dc558c4c3456761625aa6805159320718674abb065cc8add30bb99fc39c10fa0edfbc8ca81ec272eed2e982f741d8ce024e05804b7e3a3
7
+ data.tar.gz: 531258d062dd5eff60d4ff71f08de7e21b5412db51c4f686f3e56d1eec124da8df87ca6559ee26e1e94aa2e5785ebee40dce94d40f0b3becbb2e54df78d979f5
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.76.0 (2023-04-24)
5
+ ------------------
6
+
7
+ * Feature - Added new status result to Liveness session status.
8
+
4
9
  1.75.0 (2023-04-10)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.75.0
1
+ 1.76.0
@@ -905,9 +905,9 @@ module Aws::Rekognition
905
905
  # and get the results for a Face Liveness session. You can use the
906
906
  # `OutputConfig` option in the Settings parameter to provide an Amazon
907
907
  # S3 bucket location. The Amazon S3 bucket stores reference images and
908
- # audit images. You can use `AuditImagesLimit` to limit of audit images
909
- # returned. This number is between 0 and 4. By default, it is set to 0.
910
- # The limit is best effort and based on the duration of the
908
+ # audit images. You can use `AuditImagesLimit` to limit the number of
909
+ # audit images returned. This number is between 0 and 4. By default, it
910
+ # is set to 0. The limit is best effort and based on the duration of the
911
911
  # selfie-video.
912
912
  #
913
913
  # @option params [String] :kms_key_id
@@ -3342,7 +3342,7 @@ module Aws::Rekognition
3342
3342
  # @example Response structure
3343
3343
  #
3344
3344
  # resp.session_id #=> String
3345
- # resp.status #=> String, one of "CREATED", "IN_PROGRESS", "SUCCEEDED", "FAILED"
3345
+ # resp.status #=> String, one of "CREATED", "IN_PROGRESS", "SUCCEEDED", "FAILED", "EXPIRED"
3346
3346
  # resp.confidence #=> Float
3347
3347
  # resp.reference_image.bytes #=> String
3348
3348
  # resp.reference_image.s3_object.bucket #=> String
@@ -6687,7 +6687,7 @@ module Aws::Rekognition
6687
6687
  params: params,
6688
6688
  config: config)
6689
6689
  context[:gem_name] = 'aws-sdk-rekognition'
6690
- context[:gem_version] = '1.75.0'
6690
+ context[:gem_version] = '1.76.0'
6691
6691
  Seahorse::Client::Request.new(handlers, context)
6692
6692
  end
6693
6693
 
@@ -4405,7 +4405,7 @@ module Aws::Rekognition
4405
4405
  # @return [String]
4406
4406
  #
4407
4407
  # @!attribute [rw] s3_key_prefix
4408
- # The prefix appended to the output files for the Face Liveness
4408
+ # The prefix prepended to the output files for the Face Liveness
4409
4409
  # session results.
4410
4410
  # @return [String]
4411
4411
  #
@@ -53,6 +53,6 @@ require_relative 'aws-sdk-rekognition/customizations'
53
53
  # @!group service
54
54
  module Aws::Rekognition
55
55
 
56
- GEM_VERSION = '1.75.0'
56
+ GEM_VERSION = '1.76.0'
57
57
 
58
58
  end
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.75.0
4
+ version: 1.76.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-04-10 00:00:00.000000000 Z
11
+ date: 2023-04-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core