| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.Rekognition.Types.StreamProcessingStartSelector
Description
Documentation
data StreamProcessingStartSelector Source #
This is a required parameter for label detection stream processors and should not be used to start a face search stream processor.
See: newStreamProcessingStartSelector smart constructor.
Constructors
| StreamProcessingStartSelector' | |
Fields
| |
Instances
newStreamProcessingStartSelector :: StreamProcessingStartSelector Source #
Create a value of StreamProcessingStartSelector 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:kVSStreamStartSelector:StreamProcessingStartSelector', streamProcessingStartSelector_kVSStreamStartSelector - Specifies the starting point in the stream to start processing. This can
be done with a producer timestamp or a fragment number in a Kinesis
stream.
streamProcessingStartSelector_kVSStreamStartSelector :: Lens' StreamProcessingStartSelector (Maybe KinesisVideoStreamStartSelector) Source #
Specifies the starting point in the stream to start processing. This can be done with a producer timestamp or a fragment number in a Kinesis stream.