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