libZSservicesZSamazonka-rekognitionZSamazonka-rekognition
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.Rekognition.Types.StreamProcessorOutput

Description

 
Synopsis

Documentation

data StreamProcessorOutput Source #

Information 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.

See: newStreamProcessorOutput smart constructor.

Constructors

StreamProcessorOutput' 

Fields

Instances

Instances details
Eq StreamProcessorOutput Source # 
Instance details

Defined in Amazonka.Rekognition.Types.StreamProcessorOutput

Read StreamProcessorOutput Source # 
Instance details

Defined in Amazonka.Rekognition.Types.StreamProcessorOutput

Show StreamProcessorOutput Source # 
Instance details

Defined in Amazonka.Rekognition.Types.StreamProcessorOutput

Generic StreamProcessorOutput Source # 
Instance details

Defined in Amazonka.Rekognition.Types.StreamProcessorOutput

Associated Types

type Rep StreamProcessorOutput :: Type -> Type #

NFData StreamProcessorOutput Source # 
Instance details

Defined in Amazonka.Rekognition.Types.StreamProcessorOutput

Methods

rnf :: StreamProcessorOutput -> () #

Hashable StreamProcessorOutput Source # 
Instance details

Defined in Amazonka.Rekognition.Types.StreamProcessorOutput

ToJSON StreamProcessorOutput Source # 
Instance details

Defined in Amazonka.Rekognition.Types.StreamProcessorOutput

FromJSON StreamProcessorOutput Source # 
Instance details

Defined in Amazonka.Rekognition.Types.StreamProcessorOutput

type Rep StreamProcessorOutput Source # 
Instance details

Defined in Amazonka.Rekognition.Types.StreamProcessorOutput

type Rep StreamProcessorOutput = D1 ('MetaData "StreamProcessorOutput" "Amazonka.Rekognition.Types.StreamProcessorOutput" "libZSservicesZSamazonka-rekognitionZSamazonka-rekognition" 'False) (C1 ('MetaCons "StreamProcessorOutput'" 'PrefixI 'True) (S1 ('MetaSel ('Just "kinesisDataStream") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe KinesisDataStream))))

newStreamProcessorOutput :: StreamProcessorOutput Source #

Create a value of StreamProcessorOutput with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:kinesisDataStream:StreamProcessorOutput', streamProcessorOutput_kinesisDataStream - The Amazon Kinesis Data Streams stream to which the Amazon Rekognition stream processor streams the analysis results.

streamProcessorOutput_kinesisDataStream :: Lens' StreamProcessorOutput (Maybe KinesisDataStream) Source #

The Amazon Kinesis Data Streams stream to which the Amazon Rekognition stream processor streams the analysis results.