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

Description

 
Synopsis

Documentation

data RecorderConfig Source #

The recorder configuration consists of the local MediaSourceConfig details that are used as credentials to accesss the local media files streamed on the camera.

See: newRecorderConfig smart constructor.

Constructors

RecorderConfig' 

Fields

  • scheduleConfig :: Maybe ScheduleConfig

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

  • mediaSourceConfig :: MediaSourceConfig

    The configuration details that consist of the credentials required (MediaUriSecretArn and MediaUriType) to access the media files streamed to the camera.

Instances

Instances details
FromJSON RecorderConfig Source # 
Instance details

Defined in Amazonka.KinesisVideo.Types.RecorderConfig

ToJSON RecorderConfig Source # 
Instance details

Defined in Amazonka.KinesisVideo.Types.RecorderConfig

Generic RecorderConfig Source # 
Instance details

Defined in Amazonka.KinesisVideo.Types.RecorderConfig

Associated Types

type Rep RecorderConfig :: Type -> Type #

Show RecorderConfig Source # 
Instance details

Defined in Amazonka.KinesisVideo.Types.RecorderConfig

NFData RecorderConfig Source # 
Instance details

Defined in Amazonka.KinesisVideo.Types.RecorderConfig

Methods

rnf :: RecorderConfig -> () #

Eq RecorderConfig Source # 
Instance details

Defined in Amazonka.KinesisVideo.Types.RecorderConfig

Hashable RecorderConfig Source # 
Instance details

Defined in Amazonka.KinesisVideo.Types.RecorderConfig

type Rep RecorderConfig Source # 
Instance details

Defined in Amazonka.KinesisVideo.Types.RecorderConfig

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

newRecorderConfig Source #

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

$sel:mediaSourceConfig:RecorderConfig', recorderConfig_mediaSourceConfig - The configuration details that consist of the credentials required (MediaUriSecretArn and MediaUriType) to access the media files streamed to the camera.

recorderConfig_scheduleConfig :: Lens' RecorderConfig (Maybe ScheduleConfig) Source #

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

recorderConfig_mediaSourceConfig :: Lens' RecorderConfig MediaSourceConfig Source #

The configuration details that consist of the credentials required (MediaUriSecretArn and MediaUriType) to access the media files streamed to the camera.