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 PlaybackKeyPairSummary = PlaybackKeyPairSummary' {}
- newPlaybackKeyPairSummary :: PlaybackKeyPairSummary
- playbackKeyPairSummary_arn :: Lens' PlaybackKeyPairSummary (Maybe Text)
- playbackKeyPairSummary_name :: Lens' PlaybackKeyPairSummary (Maybe Text)
- playbackKeyPairSummary_tags :: Lens' PlaybackKeyPairSummary (Maybe (HashMap Text Text))
Documentation
data PlaybackKeyPairSummary Source #
Summary information about a playback key pair.
See: newPlaybackKeyPairSummary
smart constructor.
Instances
newPlaybackKeyPairSummary :: PlaybackKeyPairSummary Source #
Create a value of PlaybackKeyPairSummary
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:PlaybackKeyPairSummary'
, playbackKeyPairSummary_arn
- Key-pair ARN.
$sel:name:PlaybackKeyPairSummary'
, playbackKeyPairSummary_name
- Playback-key-pair name. The value does not need to be unique.
$sel:tags:PlaybackKeyPairSummary'
, playbackKeyPairSummary_tags
- Array of 1-50 maps, each of the form string:string (key:value)
.
playbackKeyPairSummary_arn :: Lens' PlaybackKeyPairSummary (Maybe Text) Source #
Key-pair ARN.
playbackKeyPairSummary_name :: Lens' PlaybackKeyPairSummary (Maybe Text) Source #
Playback-key-pair name. The value does not need to be unique.
playbackKeyPairSummary_tags :: Lens' PlaybackKeyPairSummary (Maybe (HashMap Text Text)) Source #
Array of 1-50 maps, each of the form string:string (key:value)
.