Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Synopsis
- data StreamInfo = StreamInfo' {}
- newStreamInfo :: StreamInfo
- streamInfo_lastUpdatedAt :: Lens' StreamInfo (Maybe UTCTime)
- streamInfo_createdAt :: Lens' StreamInfo (Maybe UTCTime)
- streamInfo_streamVersion :: Lens' StreamInfo (Maybe Natural)
- streamInfo_streamArn :: Lens' StreamInfo (Maybe Text)
- streamInfo_files :: Lens' StreamInfo (Maybe (NonEmpty StreamFile))
- streamInfo_description :: Lens' StreamInfo (Maybe Text)
- streamInfo_streamId :: Lens' StreamInfo (Maybe Text)
- streamInfo_roleArn :: Lens' StreamInfo (Maybe Text)
Documentation
data StreamInfo Source #
Information about a stream.
See: newStreamInfo
smart constructor.
StreamInfo' | |
|
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: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_streamVersion :: Lens' StreamInfo (Maybe Natural) Source #
The stream version.
streamInfo_streamArn :: Lens' StreamInfo (Maybe Text) Source #
The stream ARN.
streamInfo_files :: Lens' StreamInfo (Maybe (NonEmpty StreamFile)) Source #
The files to stream.
streamInfo_description :: Lens' StreamInfo (Maybe Text) Source #
The description of the stream.
streamInfo_streamId :: Lens' StreamInfo (Maybe Text) Source #
The stream ID.
streamInfo_roleArn :: Lens' StreamInfo (Maybe Text) Source #
An IAM role IoT assumes to access your S3 files.