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

Description

Gets summary information about stream keys for the specified channel.

This operation returns paginated results.

Synopsis

Creating a Request

data ListStreamKeys Source #

See: newListStreamKeys smart constructor.

Constructors

ListStreamKeys' 

Fields

Instances

Instances details
ToJSON ListStreamKeys Source # 
Instance details

Defined in Amazonka.IVS.ListStreamKeys

ToHeaders ListStreamKeys Source # 
Instance details

Defined in Amazonka.IVS.ListStreamKeys

ToPath ListStreamKeys Source # 
Instance details

Defined in Amazonka.IVS.ListStreamKeys

ToQuery ListStreamKeys Source # 
Instance details

Defined in Amazonka.IVS.ListStreamKeys

AWSPager ListStreamKeys Source # 
Instance details

Defined in Amazonka.IVS.ListStreamKeys

AWSRequest ListStreamKeys Source # 
Instance details

Defined in Amazonka.IVS.ListStreamKeys

Associated Types

type AWSResponse ListStreamKeys #

Generic ListStreamKeys Source # 
Instance details

Defined in Amazonka.IVS.ListStreamKeys

Associated Types

type Rep ListStreamKeys :: Type -> Type #

Read ListStreamKeys Source # 
Instance details

Defined in Amazonka.IVS.ListStreamKeys

Show ListStreamKeys Source # 
Instance details

Defined in Amazonka.IVS.ListStreamKeys

NFData ListStreamKeys Source # 
Instance details

Defined in Amazonka.IVS.ListStreamKeys

Methods

rnf :: ListStreamKeys -> () #

Eq ListStreamKeys Source # 
Instance details

Defined in Amazonka.IVS.ListStreamKeys

Hashable ListStreamKeys Source # 
Instance details

Defined in Amazonka.IVS.ListStreamKeys

type AWSResponse ListStreamKeys Source # 
Instance details

Defined in Amazonka.IVS.ListStreamKeys

type Rep ListStreamKeys Source # 
Instance details

Defined in Amazonka.IVS.ListStreamKeys

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

newListStreamKeys Source #

Create a value of ListStreamKeys 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:ListStreamKeys', listStreamKeys_maxResults - Maximum number of streamKeys to return. Default: 1.

ListStreamKeys, listStreamKeys_nextToken - The first stream key to retrieve. This is used for pagination; see the nextToken response field.

ListStreamKeys, listStreamKeys_channelArn - Channel ARN used to filter the list.

Request Lenses

listStreamKeys_maxResults :: Lens' ListStreamKeys (Maybe Natural) Source #

Maximum number of streamKeys to return. Default: 1.

listStreamKeys_nextToken :: Lens' ListStreamKeys (Maybe Text) Source #

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

listStreamKeys_channelArn :: Lens' ListStreamKeys Text Source #

Channel ARN used to filter the list.

Destructuring the Response

data ListStreamKeysResponse Source #

See: newListStreamKeysResponse smart constructor.

Constructors

ListStreamKeysResponse' 

Fields

Instances

Instances details
Generic ListStreamKeysResponse Source # 
Instance details

Defined in Amazonka.IVS.ListStreamKeys

Associated Types

type Rep ListStreamKeysResponse :: Type -> Type #

Read ListStreamKeysResponse Source # 
Instance details

Defined in Amazonka.IVS.ListStreamKeys

Show ListStreamKeysResponse Source # 
Instance details

Defined in Amazonka.IVS.ListStreamKeys

NFData ListStreamKeysResponse Source # 
Instance details

Defined in Amazonka.IVS.ListStreamKeys

Methods

rnf :: ListStreamKeysResponse -> () #

Eq ListStreamKeysResponse Source # 
Instance details

Defined in Amazonka.IVS.ListStreamKeys

type Rep ListStreamKeysResponse Source # 
Instance details

Defined in Amazonka.IVS.ListStreamKeys

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

newListStreamKeysResponse Source #

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

ListStreamKeys, listStreamKeysResponse_nextToken - If there are more stream keys than maxResults, use nextToken in the request to get the next set.

$sel:httpStatus:ListStreamKeysResponse', listStreamKeysResponse_httpStatus - The response's http status code.

$sel:streamKeys:ListStreamKeysResponse', listStreamKeysResponse_streamKeys - List of stream keys.

Response Lenses

listStreamKeysResponse_nextToken :: Lens' ListStreamKeysResponse (Maybe Text) Source #

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