amazonka-kinesis-video-2.0: Amazon Kinesis Video Streams SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.KinesisVideo.Types.UploaderConfig

Description

 
Synopsis

Documentation

data UploaderConfig Source #

The configuration that consists of the ScheduleExpression and the DurationInMinutesdetails, that specify the scheduling to record from a camera, or local media file, onto the Edge Agent. If the ScheduleExpression is not provided, then the Edge Agent will always be in upload mode.

See: newUploaderConfig smart constructor.

Constructors

UploaderConfig' 

Fields

  • scheduleConfig :: ScheduleConfig

    The configuration that consists of the ScheduleExpression and the DurationInMinutesdetails that specify the scheduling to record from a camera, or local media file, onto the Edge Agent. If the ScheduleExpression is not provided, then the Edge Agent will always be in recording mode.

Instances

Instances details
FromJSON UploaderConfig Source # 
Instance details

Defined in Amazonka.KinesisVideo.Types.UploaderConfig

ToJSON UploaderConfig Source # 
Instance details

Defined in Amazonka.KinesisVideo.Types.UploaderConfig

Generic UploaderConfig Source # 
Instance details

Defined in Amazonka.KinesisVideo.Types.UploaderConfig

Associated Types

type Rep UploaderConfig :: Type -> Type #

Read UploaderConfig Source # 
Instance details

Defined in Amazonka.KinesisVideo.Types.UploaderConfig

Show UploaderConfig Source # 
Instance details

Defined in Amazonka.KinesisVideo.Types.UploaderConfig

NFData UploaderConfig Source # 
Instance details

Defined in Amazonka.KinesisVideo.Types.UploaderConfig

Methods

rnf :: UploaderConfig -> () #

Eq UploaderConfig Source # 
Instance details

Defined in Amazonka.KinesisVideo.Types.UploaderConfig

Hashable UploaderConfig Source # 
Instance details

Defined in Amazonka.KinesisVideo.Types.UploaderConfig

type Rep UploaderConfig Source # 
Instance details

Defined in Amazonka.KinesisVideo.Types.UploaderConfig

type Rep UploaderConfig = D1 ('MetaData "UploaderConfig" "Amazonka.KinesisVideo.Types.UploaderConfig" "amazonka-kinesis-video-2.0-5DR7d8jw2IyAvZJM3U7dwM" 'False) (C1 ('MetaCons "UploaderConfig'" 'PrefixI 'True) (S1 ('MetaSel ('Just "scheduleConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ScheduleConfig)))

newUploaderConfig Source #

Create a value of UploaderConfig 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:scheduleConfig:UploaderConfig', uploaderConfig_scheduleConfig - The configuration that consists of the ScheduleExpression and the DurationInMinutesdetails that specify the scheduling to record from a camera, or local media file, onto the Edge Agent. If the ScheduleExpression is not provided, then the Edge Agent will always be in recording mode.

uploaderConfig_scheduleConfig :: Lens' UploaderConfig ScheduleConfig Source #

The configuration that consists of the ScheduleExpression and the DurationInMinutesdetails that specify the scheduling to record from a camera, or local media file, onto the Edge Agent. If the ScheduleExpression is not provided, then the Edge Agent will always be in recording mode.