libZSservicesZSamazonka-mediatailorZSamazonka-mediatailor
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.MediaTailor.ListChannels

Description

Retrieves a list of channels that are associated with this account.

This operation returns paginated results.

Synopsis

Creating a Request

data ListChannels Source #

See: newListChannels smart constructor.

Constructors

ListChannels' 

Fields

  • nextToken :: Maybe Text

    Pagination token from the GET list request. Use the token to fetch the next page of results.

  • maxResults :: Maybe Natural

    Upper bound on number of records to return. The maximum number of results is 100.

Instances

Instances details
Eq ListChannels Source # 
Instance details

Defined in Amazonka.MediaTailor.ListChannels

Read ListChannels Source # 
Instance details

Defined in Amazonka.MediaTailor.ListChannels

Show ListChannels Source # 
Instance details

Defined in Amazonka.MediaTailor.ListChannels

Generic ListChannels Source # 
Instance details

Defined in Amazonka.MediaTailor.ListChannels

Associated Types

type Rep ListChannels :: Type -> Type #

NFData ListChannels Source # 
Instance details

Defined in Amazonka.MediaTailor.ListChannels

Methods

rnf :: ListChannels -> () #

Hashable ListChannels Source # 
Instance details

Defined in Amazonka.MediaTailor.ListChannels

AWSPager ListChannels Source # 
Instance details

Defined in Amazonka.MediaTailor.ListChannels

AWSRequest ListChannels Source # 
Instance details

Defined in Amazonka.MediaTailor.ListChannels

Associated Types

type AWSResponse ListChannels #

ToHeaders ListChannels Source # 
Instance details

Defined in Amazonka.MediaTailor.ListChannels

ToPath ListChannels Source # 
Instance details

Defined in Amazonka.MediaTailor.ListChannels

ToQuery ListChannels Source # 
Instance details

Defined in Amazonka.MediaTailor.ListChannels

type Rep ListChannels Source # 
Instance details

Defined in Amazonka.MediaTailor.ListChannels

type Rep ListChannels = D1 ('MetaData "ListChannels" "Amazonka.MediaTailor.ListChannels" "libZSservicesZSamazonka-mediatailorZSamazonka-mediatailor" 'False) (C1 ('MetaCons "ListChannels'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural))))
type AWSResponse ListChannels Source # 
Instance details

Defined in Amazonka.MediaTailor.ListChannels

newListChannels :: ListChannels Source #

Create a value of ListChannels 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:nextToken:ListChannels', listChannels_nextToken - Pagination token from the GET list request. Use the token to fetch the next page of results.

$sel:maxResults:ListChannels', listChannels_maxResults - Upper bound on number of records to return. The maximum number of results is 100.

Request Lenses

listChannels_nextToken :: Lens' ListChannels (Maybe Text) Source #

Pagination token from the GET list request. Use the token to fetch the next page of results.

listChannels_maxResults :: Lens' ListChannels (Maybe Natural) Source #

Upper bound on number of records to return. The maximum number of results is 100.

Destructuring the Response

data ListChannelsResponse Source #

See: newListChannelsResponse smart constructor.

Constructors

ListChannelsResponse' 

Fields

  • items :: Maybe [Channel]

    An array of channels that are associated with this account.

  • nextToken :: Maybe Text

    Pagination token returned by the list request when results exceed the maximum allowed. Use the token to fetch the next page of results.

  • httpStatus :: Int

    The response's http status code.

Instances

Instances details
Eq ListChannelsResponse Source # 
Instance details

Defined in Amazonka.MediaTailor.ListChannels

Read ListChannelsResponse Source # 
Instance details

Defined in Amazonka.MediaTailor.ListChannels

Show ListChannelsResponse Source # 
Instance details

Defined in Amazonka.MediaTailor.ListChannels

Generic ListChannelsResponse Source # 
Instance details

Defined in Amazonka.MediaTailor.ListChannels

Associated Types

type Rep ListChannelsResponse :: Type -> Type #

NFData ListChannelsResponse Source # 
Instance details

Defined in Amazonka.MediaTailor.ListChannels

Methods

rnf :: ListChannelsResponse -> () #

type Rep ListChannelsResponse Source # 
Instance details

Defined in Amazonka.MediaTailor.ListChannels

type Rep ListChannelsResponse = D1 ('MetaData "ListChannelsResponse" "Amazonka.MediaTailor.ListChannels" "libZSservicesZSamazonka-mediatailorZSamazonka-mediatailor" 'False) (C1 ('MetaCons "ListChannelsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "items") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Channel])) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newListChannelsResponse Source #

Create a value of ListChannelsResponse 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:items:ListChannelsResponse', listChannelsResponse_items - An array of channels that are associated with this account.

$sel:nextToken:ListChannels', listChannelsResponse_nextToken - Pagination token returned by the list request when results exceed the maximum allowed. Use the token to fetch the next page of results.

$sel:httpStatus:ListChannelsResponse', listChannelsResponse_httpStatus - The response's http status code.

Response Lenses

listChannelsResponse_items :: Lens' ListChannelsResponse (Maybe [Channel]) Source #

An array of channels that are associated with this account.

listChannelsResponse_nextToken :: Lens' ListChannelsResponse (Maybe Text) Source #

Pagination token returned by the list request when results exceed the maximum allowed. Use the token to fetch the next page of results.