| 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 |
Amazonka.IoT.Types.StreamInfo
Description
Synopsis
- data StreamInfo = StreamInfo' {}
- newStreamInfo :: StreamInfo
- streamInfo_createdAt :: Lens' StreamInfo (Maybe UTCTime)
- streamInfo_description :: Lens' StreamInfo (Maybe Text)
- streamInfo_files :: Lens' StreamInfo (Maybe (NonEmpty StreamFile))
- streamInfo_lastUpdatedAt :: Lens' StreamInfo (Maybe UTCTime)
- streamInfo_roleArn :: Lens' StreamInfo (Maybe Text)
- streamInfo_streamArn :: Lens' StreamInfo (Maybe Text)
- streamInfo_streamId :: Lens' StreamInfo (Maybe Text)
- streamInfo_streamVersion :: Lens' StreamInfo (Maybe Natural)
Documentation
data StreamInfo Source #
Information about a stream.
See: newStreamInfo smart constructor.
Constructors
| StreamInfo' | |
Fields
| |
Instances
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:createdAt:StreamInfo', streamInfo_createdAt - The date when the stream was created.
$sel:description:StreamInfo', streamInfo_description - The description of the stream.
$sel:files:StreamInfo', streamInfo_files - The files to stream.
$sel:lastUpdatedAt:StreamInfo', streamInfo_lastUpdatedAt - The date when the stream was last updated.
$sel:roleArn:StreamInfo', streamInfo_roleArn - An IAM role IoT assumes to access your S3 files.
$sel:streamArn:StreamInfo', streamInfo_streamArn - The stream ARN.
$sel:streamId:StreamInfo', streamInfo_streamId - The stream ID.
$sel:streamVersion:StreamInfo', streamInfo_streamVersion - The stream version.
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_files :: Lens' StreamInfo (Maybe (NonEmpty StreamFile)) Source #
The files to stream.
streamInfo_lastUpdatedAt :: Lens' StreamInfo (Maybe UTCTime) Source #
The date when the stream was last updated.
streamInfo_roleArn :: Lens' StreamInfo (Maybe Text) Source #
An IAM role IoT assumes to access your S3 files.
streamInfo_streamArn :: Lens' StreamInfo (Maybe Text) Source #
The stream ARN.
streamInfo_streamId :: Lens' StreamInfo (Maybe Text) Source #
The stream ID.
streamInfo_streamVersion :: Lens' StreamInfo (Maybe Natural) Source #
The stream version.