libZSservicesZSamazonka-kinesis-videoZSamazonka-kinesis-video
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.KinesisVideo.Types.StreamInfo

Description

 
Synopsis

Documentation

data StreamInfo Source #

An object describing a Kinesis video stream.

See: newStreamInfo smart constructor.

Constructors

StreamInfo' 

Fields

Instances

Instances details
Eq StreamInfo Source # 
Instance details

Defined in Amazonka.KinesisVideo.Types.StreamInfo

Read StreamInfo Source # 
Instance details

Defined in Amazonka.KinesisVideo.Types.StreamInfo

Show StreamInfo Source # 
Instance details

Defined in Amazonka.KinesisVideo.Types.StreamInfo

Generic StreamInfo Source # 
Instance details

Defined in Amazonka.KinesisVideo.Types.StreamInfo

Associated Types

type Rep StreamInfo :: Type -> Type #

NFData StreamInfo Source # 
Instance details

Defined in Amazonka.KinesisVideo.Types.StreamInfo

Methods

rnf :: StreamInfo -> () #

Hashable StreamInfo Source # 
Instance details

Defined in Amazonka.KinesisVideo.Types.StreamInfo

FromJSON StreamInfo Source # 
Instance details

Defined in Amazonka.KinesisVideo.Types.StreamInfo

type Rep StreamInfo Source # 
Instance details

Defined in Amazonka.KinesisVideo.Types.StreamInfo

newStreamInfo :: StreamInfo Source #

Create a value of StreamInfo 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:creationTime:StreamInfo', streamInfo_creationTime - A time stamp that indicates when the stream was created.

$sel:status:StreamInfo', streamInfo_status - The status of the stream.

$sel:mediaType:StreamInfo', streamInfo_mediaType - The MediaType of the stream.

$sel:dataRetentionInHours:StreamInfo', streamInfo_dataRetentionInHours - How long the stream retains data, in hours.

$sel:streamARN:StreamInfo', streamInfo_streamARN - The Amazon Resource Name (ARN) of the stream.

$sel:kmsKeyId:StreamInfo', streamInfo_kmsKeyId - The ID of the AWS Key Management Service (AWS KMS) key that Kinesis Video Streams uses to encrypt data on the stream.

$sel:deviceName:StreamInfo', streamInfo_deviceName - The name of the device that is associated with the stream.

$sel:version:StreamInfo', streamInfo_version - The version of the stream.

$sel:streamName:StreamInfo', streamInfo_streamName - The name of the stream.

streamInfo_creationTime :: Lens' StreamInfo (Maybe UTCTime) Source #

A time stamp that indicates when the stream was created.

streamInfo_mediaType :: Lens' StreamInfo (Maybe Text) Source #

The MediaType of the stream.

streamInfo_dataRetentionInHours :: Lens' StreamInfo (Maybe Natural) Source #

How long the stream retains data, in hours.

streamInfo_streamARN :: Lens' StreamInfo (Maybe Text) Source #

The Amazon Resource Name (ARN) of the stream.

streamInfo_kmsKeyId :: Lens' StreamInfo (Maybe Text) Source #

The ID of the AWS Key Management Service (AWS KMS) key that Kinesis Video Streams uses to encrypt data on the stream.

streamInfo_deviceName :: Lens' StreamInfo (Maybe Text) Source #

The name of the device that is associated with the stream.

streamInfo_version :: Lens' StreamInfo (Maybe Text) Source #

The version of the stream.