aws-sdk-rekognition 1.18.0 → 1.19.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/lib/aws-sdk-rekognition.rb +1 -1
- data/lib/aws-sdk-rekognition/client.rb +4 -4
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 5725674cc45e1b5e3a810ba72db8d520b43096c2
|
|
4
|
+
data.tar.gz: 1ab365af7f89500e37162fa7136f61a51782e3d2
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 6ed051e6970351a5fb0bdf5642d9305f9f6e267a7bff309bb4c5aa9a0c81e7f68a5f941d5a3ad726aca7e09c6b05c385977471ccdfaa09b1da29b794a4d390bf
|
|
7
|
+
data.tar.gz: 5077990de8673f882f5c58513f0f38964450b9b2a83d50169841177a2a91b61943f2e4fca266275a44ca2ecda391aec065cda0d066f1ec272bc17e08fe7d49f8
|
data/lib/aws-sdk-rekognition.rb
CHANGED
|
@@ -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
|
|
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 `
|
|
1487
|
+
# SNS topic is `SUCCEEDED`. If so, call `GetContentModeration` and pass
|
|
1488
1488
|
# the job identifier (`JobId`) from the initial call to
|
|
1489
|
-
# `
|
|
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.
|
|
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.
|
|
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-
|
|
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
|