aws-sdk-rekognition 1.18.0 → 1.19.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
  SHA1:
3
- metadata.gz: 7f24ddac47f320869e78a045c586a2c7577f3189
4
- data.tar.gz: 3ad843cb358bd28372ed2134ef8229695b483d0c
3
+ metadata.gz: 5725674cc45e1b5e3a810ba72db8d520b43096c2
4
+ data.tar.gz: 1ab365af7f89500e37162fa7136f61a51782e3d2
5
5
  SHA512:
6
- metadata.gz: 0b7dcb0434ac00e294b2a6b4aa67135bc0dc6ebe039b3cc4af65c9748235a92c25e663f54277a5862c3561ef4310c7adf207dde2148ccc63fed3d501fc33c693
7
- data.tar.gz: 6223f3dfdb4d9996f76cd1a4cbbd45364e577a760c1d5ad880fd68c527780ae68ad7b24eabe8e30ccc89901ba2b4fa79a76f7d542fae489d302996a2920c96f6
6
+ metadata.gz: 6ed051e6970351a5fb0bdf5642d9305f9f6e267a7bff309bb4c5aa9a0c81e7f68a5f941d5a3ad726aca7e09c6b05c385977471ccdfaa09b1da29b794a4d390bf
7
+ data.tar.gz: 5077990de8673f882f5c58513f0f38964450b9b2a83d50169841177a2a91b61943f2e4fca266275a44ca2ecda391aec065cda0d066f1ec272bc17e08fe7d49f8
@@ -42,6 +42,6 @@ require_relative 'aws-sdk-rekognition/customizations'
42
42
  # @service
43
43
  module Aws::Rekognition
44
44
 
45
- GEM_VERSION = '1.18.0'
45
+ GEM_VERSION = '1.19.0'
46
46
 
47
47
  end
@@ -1478,15 +1478,15 @@ module Aws::Rekognition
1478
1478
  # Video analysis started by StartContentModeration.
1479
1479
  #
1480
1480
  # Content moderation analysis of a video is an asynchronous operation.
1481
- # You start analysis by calling StartContentModeration. which returns a
1481
+ # You start analysis by calling StartContentModeration which returns a
1482
1482
  # job identifier (`JobId`). When analysis finishes, Amazon Rekognition
1483
1483
  # Video publishes a completion status to the Amazon Simple Notification
1484
1484
  # Service topic registered in the initial call to
1485
1485
  # `StartContentModeration`. To get the results of the content moderation
1486
1486
  # analysis, first check that the status value published to the Amazon
1487
- # SNS topic is `SUCCEEDED`. If so, call `GetCelebrityDetection` and pass
1487
+ # SNS topic is `SUCCEEDED`. If so, call `GetContentModeration` and pass
1488
1488
  # the job identifier (`JobId`) from the initial call to
1489
- # `StartCelebrityDetection`.
1489
+ # `StartContentModeration`.
1490
1490
  #
1491
1491
  # For more information, see Working with Stored Videos in the Amazon
1492
1492
  # Rekognition Devlopers Guide.
@@ -3709,7 +3709,7 @@ module Aws::Rekognition
3709
3709
  params: params,
3710
3710
  config: config)
3711
3711
  context[:gem_name] = 'aws-sdk-rekognition'
3712
- context[:gem_version] = '1.18.0'
3712
+ context[:gem_version] = '1.19.0'
3713
3713
  Seahorse::Client::Request.new(handlers, context)
3714
3714
  end
3715
3715
 
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.18.0
4
+ version: 1.19.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: 2019-02-13 00:00:00.000000000 Z
11
+ date: 2019-03-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core