Values.StreamProcessorOutputSourceInformation about the Amazon Kinesis Data Streams stream to which a Amazon Rekognition Video stream processor streams the results of a video analysis. For more information, see CreateStreamProcessor in the Amazon Rekognition Developer Guide.
type nonrec t = {kinesisDataStream : KinesisDataStream.t option;The Amazon Kinesis Data Streams stream to which the Amazon Rekognition stream processor streams the analysis results.
*)s3Destination : S3Destination.t option;The Amazon S3 bucket location to which Amazon Rekognition publishes the detailed inference results of a video analysis operation.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Structure of (string * [> `String of KinesisDataArn.t ]) list ])
list ]