libZSservicesZSamazonka-ivsZSamazonka-ivs
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.IVS.Types.PlaybackKeyPair

Description

 
Synopsis

Documentation

data PlaybackKeyPair Source #

A key pair used to sign and validate a playback authorization token.

See: newPlaybackKeyPair smart constructor.

Constructors

PlaybackKeyPair' 

Fields

Instances

Instances details
Eq PlaybackKeyPair Source # 
Instance details

Defined in Amazonka.IVS.Types.PlaybackKeyPair

Read PlaybackKeyPair Source # 
Instance details

Defined in Amazonka.IVS.Types.PlaybackKeyPair

Show PlaybackKeyPair Source # 
Instance details

Defined in Amazonka.IVS.Types.PlaybackKeyPair

Generic PlaybackKeyPair Source # 
Instance details

Defined in Amazonka.IVS.Types.PlaybackKeyPair

Associated Types

type Rep PlaybackKeyPair :: Type -> Type #

NFData PlaybackKeyPair Source # 
Instance details

Defined in Amazonka.IVS.Types.PlaybackKeyPair

Methods

rnf :: PlaybackKeyPair -> () #

Hashable PlaybackKeyPair Source # 
Instance details

Defined in Amazonka.IVS.Types.PlaybackKeyPair

FromJSON PlaybackKeyPair Source # 
Instance details

Defined in Amazonka.IVS.Types.PlaybackKeyPair

type Rep PlaybackKeyPair Source # 
Instance details

Defined in Amazonka.IVS.Types.PlaybackKeyPair

type Rep PlaybackKeyPair = D1 ('MetaData "PlaybackKeyPair" "Amazonka.IVS.Types.PlaybackKeyPair" "libZSservicesZSamazonka-ivsZSamazonka-ivs" 'False) (C1 ('MetaCons "PlaybackKeyPair'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "arn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "fingerprint") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text))))))

newPlaybackKeyPair :: PlaybackKeyPair Source #

Create a value of PlaybackKeyPair 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:PlaybackKeyPair', playbackKeyPair_arn - Key-pair ARN.

$sel:fingerprint:PlaybackKeyPair', playbackKeyPair_fingerprint - Key-pair identifier.

$sel:name:PlaybackKeyPair', playbackKeyPair_name - Playback-key-pair name. The value does not need to be unique.

$sel:tags:PlaybackKeyPair', playbackKeyPair_tags - Array of 1-50 maps, each of the form string:string (key:value).

playbackKeyPair_name :: Lens' PlaybackKeyPair (Maybe Text) Source #

Playback-key-pair name. The value does not need to be unique.

playbackKeyPair_tags :: Lens' PlaybackKeyPair (Maybe (HashMap Text Text)) Source #

Array of 1-50 maps, each of the form string:string (key:value).