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 |
Documentation
data StreamProcessingStopSelector Source #
Specifies when to stop processing the stream. You can specify a maximum amount of time to process the video.
See: newStreamProcessingStopSelector
smart constructor.
StreamProcessingStopSelector' | |
|
Instances
ToJSON StreamProcessingStopSelector Source # | |
Generic StreamProcessingStopSelector Source # | |
Read StreamProcessingStopSelector Source # | |
Show StreamProcessingStopSelector Source # | |
NFData StreamProcessingStopSelector Source # | |
Defined in Amazonka.Rekognition.Types.StreamProcessingStopSelector rnf :: StreamProcessingStopSelector -> () # | |
Eq StreamProcessingStopSelector Source # | |
Hashable StreamProcessingStopSelector Source # | |
type Rep StreamProcessingStopSelector Source # | |
Defined in Amazonka.Rekognition.Types.StreamProcessingStopSelector type Rep StreamProcessingStopSelector = D1 ('MetaData "StreamProcessingStopSelector" "Amazonka.Rekognition.Types.StreamProcessingStopSelector" "amazonka-rekognition-2.0-EaCrS9R3rWADqefEZvOx5B" 'False) (C1 ('MetaCons "StreamProcessingStopSelector'" 'PrefixI 'True) (S1 ('MetaSel ('Just "maxDurationInSeconds") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)))) |
newStreamProcessingStopSelector :: StreamProcessingStopSelector Source #
Create a value of StreamProcessingStopSelector
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:maxDurationInSeconds:StreamProcessingStopSelector'
, streamProcessingStopSelector_maxDurationInSeconds
- Specifies the maximum amount of time in seconds that you want the stream
to be processed. The largest amount of time is 2 minutes. The default is
10 seconds.
streamProcessingStopSelector_maxDurationInSeconds :: Lens' StreamProcessingStopSelector (Maybe Natural) Source #
Specifies the maximum amount of time in seconds that you want the stream to be processed. The largest amount of time is 2 minutes. The default is 10 seconds.