| 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.Kinesis.Types.StreamSummary
Description
Synopsis
- data StreamSummary = StreamSummary' {}
- newStreamSummary :: Text -> Text -> StreamStatus -> StreamSummary
- streamSummary_streamCreationTimestamp :: Lens' StreamSummary (Maybe UTCTime)
- streamSummary_streamModeDetails :: Lens' StreamSummary (Maybe StreamModeDetails)
- streamSummary_streamName :: Lens' StreamSummary Text
- streamSummary_streamARN :: Lens' StreamSummary Text
- streamSummary_streamStatus :: Lens' StreamSummary StreamStatus
Documentation
data StreamSummary Source #
The summary of a stream.
See: newStreamSummary smart constructor.
Constructors
| StreamSummary' | |
Fields
| |
Instances
Arguments
| :: Text | |
| -> Text | |
| -> StreamStatus | |
| -> StreamSummary |
Create a value of StreamSummary 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:streamCreationTimestamp:StreamSummary', streamSummary_streamCreationTimestamp - The timestamp at which the stream was created.
$sel:streamModeDetails:StreamSummary', streamSummary_streamModeDetails - Undocumented member.
$sel:streamName:StreamSummary', streamSummary_streamName - The name of a stream.
$sel:streamARN:StreamSummary', streamSummary_streamARN - The ARN of the stream.
$sel:streamStatus:StreamSummary', streamSummary_streamStatus - The status of the stream.
streamSummary_streamCreationTimestamp :: Lens' StreamSummary (Maybe UTCTime) Source #
The timestamp at which the stream was created.
streamSummary_streamModeDetails :: Lens' StreamSummary (Maybe StreamModeDetails) Source #
Undocumented member.
streamSummary_streamName :: Lens' StreamSummary Text Source #
The name of a stream.
streamSummary_streamARN :: Lens' StreamSummary Text Source #
The ARN of the stream.
streamSummary_streamStatus :: Lens' StreamSummary StreamStatus Source #
The status of the stream.