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

Description

Gets summary information about playback key pairs. For more information, see Setting Up Private Channels in the Amazon IVS User Guide.

This operation returns paginated results.

Synopsis

Creating a Request

data ListPlaybackKeyPairs Source #

See: newListPlaybackKeyPairs smart constructor.

Constructors

ListPlaybackKeyPairs' 

Fields

  • maxResults :: Maybe Natural

    Maximum number of key pairs to return. Default: your service quota or 100, whichever is smaller.

  • nextToken :: Maybe Text

    The first key pair to retrieve. This is used for pagination; see the nextToken response field.

Instances

Instances details
ToJSON ListPlaybackKeyPairs Source # 
Instance details

Defined in Amazonka.IVS.ListPlaybackKeyPairs

ToHeaders ListPlaybackKeyPairs Source # 
Instance details

Defined in Amazonka.IVS.ListPlaybackKeyPairs

ToPath ListPlaybackKeyPairs Source # 
Instance details

Defined in Amazonka.IVS.ListPlaybackKeyPairs

ToQuery ListPlaybackKeyPairs Source # 
Instance details

Defined in Amazonka.IVS.ListPlaybackKeyPairs

AWSPager ListPlaybackKeyPairs Source # 
Instance details

Defined in Amazonka.IVS.ListPlaybackKeyPairs

AWSRequest ListPlaybackKeyPairs Source # 
Instance details

Defined in Amazonka.IVS.ListPlaybackKeyPairs

Associated Types

type AWSResponse ListPlaybackKeyPairs #

Generic ListPlaybackKeyPairs Source # 
Instance details

Defined in Amazonka.IVS.ListPlaybackKeyPairs

Associated Types

type Rep ListPlaybackKeyPairs :: Type -> Type #

Read ListPlaybackKeyPairs Source # 
Instance details

Defined in Amazonka.IVS.ListPlaybackKeyPairs

Show ListPlaybackKeyPairs Source # 
Instance details

Defined in Amazonka.IVS.ListPlaybackKeyPairs

NFData ListPlaybackKeyPairs Source # 
Instance details

Defined in Amazonka.IVS.ListPlaybackKeyPairs

Methods

rnf :: ListPlaybackKeyPairs -> () #

Eq ListPlaybackKeyPairs Source # 
Instance details

Defined in Amazonka.IVS.ListPlaybackKeyPairs

Hashable ListPlaybackKeyPairs Source # 
Instance details

Defined in Amazonka.IVS.ListPlaybackKeyPairs

type AWSResponse ListPlaybackKeyPairs Source # 
Instance details

Defined in Amazonka.IVS.ListPlaybackKeyPairs

type Rep ListPlaybackKeyPairs Source # 
Instance details

Defined in Amazonka.IVS.ListPlaybackKeyPairs

type Rep ListPlaybackKeyPairs = D1 ('MetaData "ListPlaybackKeyPairs" "Amazonka.IVS.ListPlaybackKeyPairs" "amazonka-ivs-2.0-1XuGgGDxNXQ7UL2Yr5LhmE" 'False) (C1 ('MetaCons "ListPlaybackKeyPairs'" 'PrefixI 'True) (S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newListPlaybackKeyPairs :: ListPlaybackKeyPairs Source #

Create a value of ListPlaybackKeyPairs 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:maxResults:ListPlaybackKeyPairs', listPlaybackKeyPairs_maxResults - Maximum number of key pairs to return. Default: your service quota or 100, whichever is smaller.

ListPlaybackKeyPairs, listPlaybackKeyPairs_nextToken - The first key pair to retrieve. This is used for pagination; see the nextToken response field.

Request Lenses

listPlaybackKeyPairs_maxResults :: Lens' ListPlaybackKeyPairs (Maybe Natural) Source #

Maximum number of key pairs to return. Default: your service quota or 100, whichever is smaller.

listPlaybackKeyPairs_nextToken :: Lens' ListPlaybackKeyPairs (Maybe Text) Source #

The first key pair to retrieve. This is used for pagination; see the nextToken response field.

Destructuring the Response

data ListPlaybackKeyPairsResponse Source #

See: newListPlaybackKeyPairsResponse smart constructor.

Constructors

ListPlaybackKeyPairsResponse' 

Fields

Instances

Instances details
Generic ListPlaybackKeyPairsResponse Source # 
Instance details

Defined in Amazonka.IVS.ListPlaybackKeyPairs

Associated Types

type Rep ListPlaybackKeyPairsResponse :: Type -> Type #

Read ListPlaybackKeyPairsResponse Source # 
Instance details

Defined in Amazonka.IVS.ListPlaybackKeyPairs

Show ListPlaybackKeyPairsResponse Source # 
Instance details

Defined in Amazonka.IVS.ListPlaybackKeyPairs

NFData ListPlaybackKeyPairsResponse Source # 
Instance details

Defined in Amazonka.IVS.ListPlaybackKeyPairs

Eq ListPlaybackKeyPairsResponse Source # 
Instance details

Defined in Amazonka.IVS.ListPlaybackKeyPairs

type Rep ListPlaybackKeyPairsResponse Source # 
Instance details

Defined in Amazonka.IVS.ListPlaybackKeyPairs

type Rep ListPlaybackKeyPairsResponse = D1 ('MetaData "ListPlaybackKeyPairsResponse" "Amazonka.IVS.ListPlaybackKeyPairs" "amazonka-ivs-2.0-1XuGgGDxNXQ7UL2Yr5LhmE" 'False) (C1 ('MetaCons "ListPlaybackKeyPairsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "keyPairs") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [PlaybackKeyPairSummary]))))

newListPlaybackKeyPairsResponse Source #

Create a value of ListPlaybackKeyPairsResponse 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:

ListPlaybackKeyPairs, listPlaybackKeyPairsResponse_nextToken - If there are more key pairs than maxResults, use nextToken in the request to get the next set.

$sel:httpStatus:ListPlaybackKeyPairsResponse', listPlaybackKeyPairsResponse_httpStatus - The response's http status code.

$sel:keyPairs:ListPlaybackKeyPairsResponse', listPlaybackKeyPairsResponse_keyPairs - List of key pairs.

Response Lenses

listPlaybackKeyPairsResponse_nextToken :: Lens' ListPlaybackKeyPairsResponse (Maybe Text) Source #

If there are more key pairs than maxResults, use nextToken in the request to get the next set.