libZSservicesZSamazonka-iotZSamazonka-iot
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.IoT.Types.StreamInfo

Description

 
Synopsis

Documentation

data StreamInfo Source #

Information about a stream.

See: newStreamInfo smart constructor.

Constructors

StreamInfo' 

Fields

Instances

Instances details
Eq StreamInfo Source # 
Instance details

Defined in Amazonka.IoT.Types.StreamInfo

Read StreamInfo Source # 
Instance details

Defined in Amazonka.IoT.Types.StreamInfo

Show StreamInfo Source # 
Instance details

Defined in Amazonka.IoT.Types.StreamInfo

Generic StreamInfo Source # 
Instance details

Defined in Amazonka.IoT.Types.StreamInfo

Associated Types

type Rep StreamInfo :: Type -> Type #

NFData StreamInfo Source # 
Instance details

Defined in Amazonka.IoT.Types.StreamInfo

Methods

rnf :: StreamInfo -> () #

Hashable StreamInfo Source # 
Instance details

Defined in Amazonka.IoT.Types.StreamInfo

FromJSON StreamInfo Source # 
Instance details

Defined in Amazonka.IoT.Types.StreamInfo

type Rep StreamInfo Source # 
Instance details

Defined in Amazonka.IoT.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:lastUpdatedAt:StreamInfo', streamInfo_lastUpdatedAt - The date when the stream was last updated.

$sel:createdAt:StreamInfo', streamInfo_createdAt - The date when the stream was created.

$sel:streamVersion:StreamInfo', streamInfo_streamVersion - The stream version.

$sel:streamArn:StreamInfo', streamInfo_streamArn - The stream ARN.

$sel:files:StreamInfo', streamInfo_files - The files to stream.

$sel:description:StreamInfo', streamInfo_description - The description of the stream.

$sel:streamId:StreamInfo', streamInfo_streamId - The stream ID.

$sel:roleArn:StreamInfo', streamInfo_roleArn - An IAM role IoT assumes to access your S3 files.

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

The date when the stream was last updated.

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

The date when the stream was created.

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

The description of the stream.

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

An IAM role IoT assumes to access your S3 files.