| 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.StreamSummary
Description
Synopsis
- data StreamSummary = StreamSummary' {}
- newStreamSummary :: StreamSummary
- streamSummary_description :: Lens' StreamSummary (Maybe Text)
- streamSummary_streamArn :: Lens' StreamSummary (Maybe Text)
- streamSummary_streamId :: Lens' StreamSummary (Maybe Text)
- streamSummary_streamVersion :: Lens' StreamSummary (Maybe Natural)
Documentation
data StreamSummary Source #
A summary of a stream.
See: newStreamSummary smart constructor.
Constructors
| StreamSummary' | |
Instances
newStreamSummary :: StreamSummary Source #
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:description:StreamSummary', streamSummary_description - A description of the stream.
$sel:streamArn:StreamSummary', streamSummary_streamArn - The stream ARN.
$sel:streamId:StreamSummary', streamSummary_streamId - The stream ID.
$sel:streamVersion:StreamSummary', streamSummary_streamVersion - The stream version.
streamSummary_description :: Lens' StreamSummary (Maybe Text) Source #
A description of the stream.
streamSummary_streamArn :: Lens' StreamSummary (Maybe Text) Source #
The stream ARN.
streamSummary_streamId :: Lens' StreamSummary (Maybe Text) Source #
The stream ID.
streamSummary_streamVersion :: Lens' StreamSummary (Maybe Natural) Source #
The stream version.