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

Description

 
Synopsis

Documentation

data StreamProcessorInput Source #

Information about the source streaming video.

See: newStreamProcessorInput smart constructor.

Constructors

StreamProcessorInput' 

Fields

Instances

Instances details
Eq StreamProcessorInput Source # 
Instance details

Defined in Amazonka.Rekognition.Types.StreamProcessorInput

Read StreamProcessorInput Source # 
Instance details

Defined in Amazonka.Rekognition.Types.StreamProcessorInput

Show StreamProcessorInput Source # 
Instance details

Defined in Amazonka.Rekognition.Types.StreamProcessorInput

Generic StreamProcessorInput Source # 
Instance details

Defined in Amazonka.Rekognition.Types.StreamProcessorInput

Associated Types

type Rep StreamProcessorInput :: Type -> Type #

NFData StreamProcessorInput Source # 
Instance details

Defined in Amazonka.Rekognition.Types.StreamProcessorInput

Methods

rnf :: StreamProcessorInput -> () #

Hashable StreamProcessorInput Source # 
Instance details

Defined in Amazonka.Rekognition.Types.StreamProcessorInput

ToJSON StreamProcessorInput Source # 
Instance details

Defined in Amazonka.Rekognition.Types.StreamProcessorInput

FromJSON StreamProcessorInput Source # 
Instance details

Defined in Amazonka.Rekognition.Types.StreamProcessorInput

type Rep StreamProcessorInput Source # 
Instance details

Defined in Amazonka.Rekognition.Types.StreamProcessorInput

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

newStreamProcessorInput :: StreamProcessorInput Source #

Create a value of StreamProcessorInput 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:kinesisVideoStream:StreamProcessorInput', streamProcessorInput_kinesisVideoStream - The Kinesis video stream input stream for the source streaming video.

streamProcessorInput_kinesisVideoStream :: Lens' StreamProcessorInput (Maybe KinesisVideoStream) Source #

The Kinesis video stream input stream for the source streaming video.