amazonka-ivs-2.0: Amazon Interactive Video Service SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.IVS.Types.PlaybackKeyPairSummary

Description

 
Synopsis

Documentation

data PlaybackKeyPairSummary Source #

Summary information about a playback key pair.

See: newPlaybackKeyPairSummary smart constructor.

Constructors

PlaybackKeyPairSummary' 

Fields

  • arn :: Maybe Text

    Key-pair ARN.

  • name :: Maybe Text

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

  • tags :: Maybe (HashMap Text Text)

    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.

Instances

Instances details
FromJSON PlaybackKeyPairSummary Source # 
Instance details

Defined in Amazonka.IVS.Types.PlaybackKeyPairSummary

Generic PlaybackKeyPairSummary Source # 
Instance details

Defined in Amazonka.IVS.Types.PlaybackKeyPairSummary

Associated Types

type Rep PlaybackKeyPairSummary :: Type -> Type #

Read PlaybackKeyPairSummary Source # 
Instance details

Defined in Amazonka.IVS.Types.PlaybackKeyPairSummary

Show PlaybackKeyPairSummary Source # 
Instance details

Defined in Amazonka.IVS.Types.PlaybackKeyPairSummary

NFData PlaybackKeyPairSummary Source # 
Instance details

Defined in Amazonka.IVS.Types.PlaybackKeyPairSummary

Methods

rnf :: PlaybackKeyPairSummary -> () #

Eq PlaybackKeyPairSummary Source # 
Instance details

Defined in Amazonka.IVS.Types.PlaybackKeyPairSummary

Hashable PlaybackKeyPairSummary Source # 
Instance details

Defined in Amazonka.IVS.Types.PlaybackKeyPairSummary

type Rep PlaybackKeyPairSummary Source # 
Instance details

Defined in Amazonka.IVS.Types.PlaybackKeyPairSummary

type Rep PlaybackKeyPairSummary = D1 ('MetaData "PlaybackKeyPairSummary" "Amazonka.IVS.Types.PlaybackKeyPairSummary" "amazonka-ivs-2.0-1XuGgGDxNXQ7UL2Yr5LhmE" 'False) (C1 ('MetaCons "PlaybackKeyPairSummary'" 'PrefixI 'True) (S1 ('MetaSel ('Just "arn") '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))))))

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). 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.

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). 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.