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 |
Documentation
data StreamKeySummary Source #
Summary information about a stream key.
See: newStreamKeySummary
smart constructor.
Instances
newStreamKeySummary :: StreamKeySummary Source #
Create a value of StreamKeySummary
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:arn:StreamKeySummary'
, streamKeySummary_arn
- Stream-key ARN.
$sel:channelArn:StreamKeySummary'
, streamKeySummary_channelArn
- Channel ARN for the stream.
$sel:tags:StreamKeySummary'
, streamKeySummary_tags
- Array of 1-50 maps, each of the form string:string (key:value)
.
streamKeySummary_arn :: Lens' StreamKeySummary (Maybe Text) Source #
Stream-key ARN.
streamKeySummary_channelArn :: Lens' StreamKeySummary (Maybe Text) Source #
Channel ARN for the stream.
streamKeySummary_tags :: Lens' StreamKeySummary (Maybe (HashMap Text Text)) Source #
Array of 1-50 maps, each of the form string:string (key:value)
.