| 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.IVS.Types.StreamKeySummary
Description
Documentation
data StreamKeySummary Source #
Summary information about a stream key.
See: newStreamKeySummary smart constructor.
Constructors
| StreamKeySummary' | |
Fields
| |
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). See
Tagging Amazon Web Services Resources
for more information, including restrictions that apply to tags and
"Tag naming limits and requirements"; Amazon IVS has no
service-specific constraints beyond what is documented there.
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). See
Tagging Amazon Web Services Resources
for more information, including restrictions that apply to tags and
"Tag naming limits and requirements"; Amazon IVS has no
service-specific constraints beyond what is documented there.