libZSservicesZSamazonka-mediapackageZSamazonka-mediapackage
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.MediaPackage.ListOriginEndpoints

Description

Returns a collection of OriginEndpoint records.

This operation returns paginated results.

Synopsis

Creating a Request

data ListOriginEndpoints Source #

See: newListOriginEndpoints smart constructor.

Constructors

ListOriginEndpoints' 

Fields

  • channelId :: Maybe Text

    When specified, the request will return only OriginEndpoints associated with the given Channel ID.

  • nextToken :: Maybe Text

    A token used to resume pagination from the end of a previous request.

  • maxResults :: Maybe Natural

    The upper bound on the number of records to return.

Instances

Instances details
Eq ListOriginEndpoints Source # 
Instance details

Defined in Amazonka.MediaPackage.ListOriginEndpoints

Read ListOriginEndpoints Source # 
Instance details

Defined in Amazonka.MediaPackage.ListOriginEndpoints

Show ListOriginEndpoints Source # 
Instance details

Defined in Amazonka.MediaPackage.ListOriginEndpoints

Generic ListOriginEndpoints Source # 
Instance details

Defined in Amazonka.MediaPackage.ListOriginEndpoints

Associated Types

type Rep ListOriginEndpoints :: Type -> Type #

NFData ListOriginEndpoints Source # 
Instance details

Defined in Amazonka.MediaPackage.ListOriginEndpoints

Methods

rnf :: ListOriginEndpoints -> () #

Hashable ListOriginEndpoints Source # 
Instance details

Defined in Amazonka.MediaPackage.ListOriginEndpoints

AWSPager ListOriginEndpoints Source # 
Instance details

Defined in Amazonka.MediaPackage.ListOriginEndpoints

AWSRequest ListOriginEndpoints Source # 
Instance details

Defined in Amazonka.MediaPackage.ListOriginEndpoints

Associated Types

type AWSResponse ListOriginEndpoints #

ToHeaders ListOriginEndpoints Source # 
Instance details

Defined in Amazonka.MediaPackage.ListOriginEndpoints

ToPath ListOriginEndpoints Source # 
Instance details

Defined in Amazonka.MediaPackage.ListOriginEndpoints

ToQuery ListOriginEndpoints Source # 
Instance details

Defined in Amazonka.MediaPackage.ListOriginEndpoints

type Rep ListOriginEndpoints Source # 
Instance details

Defined in Amazonka.MediaPackage.ListOriginEndpoints

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

Defined in Amazonka.MediaPackage.ListOriginEndpoints

newListOriginEndpoints :: ListOriginEndpoints Source #

Create a value of ListOriginEndpoints 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:channelId:ListOriginEndpoints', listOriginEndpoints_channelId - When specified, the request will return only OriginEndpoints associated with the given Channel ID.

$sel:nextToken:ListOriginEndpoints', listOriginEndpoints_nextToken - A token used to resume pagination from the end of a previous request.

$sel:maxResults:ListOriginEndpoints', listOriginEndpoints_maxResults - The upper bound on the number of records to return.

Request Lenses

listOriginEndpoints_channelId :: Lens' ListOriginEndpoints (Maybe Text) Source #

When specified, the request will return only OriginEndpoints associated with the given Channel ID.

listOriginEndpoints_nextToken :: Lens' ListOriginEndpoints (Maybe Text) Source #

A token used to resume pagination from the end of a previous request.

listOriginEndpoints_maxResults :: Lens' ListOriginEndpoints (Maybe Natural) Source #

The upper bound on the number of records to return.

Destructuring the Response

data ListOriginEndpointsResponse Source #

See: newListOriginEndpointsResponse smart constructor.

Constructors

ListOriginEndpointsResponse' 

Fields

Instances

Instances details
Eq ListOriginEndpointsResponse Source # 
Instance details

Defined in Amazonka.MediaPackage.ListOriginEndpoints

Read ListOriginEndpointsResponse Source # 
Instance details

Defined in Amazonka.MediaPackage.ListOriginEndpoints

Show ListOriginEndpointsResponse Source # 
Instance details

Defined in Amazonka.MediaPackage.ListOriginEndpoints

Generic ListOriginEndpointsResponse Source # 
Instance details

Defined in Amazonka.MediaPackage.ListOriginEndpoints

Associated Types

type Rep ListOriginEndpointsResponse :: Type -> Type #

NFData ListOriginEndpointsResponse Source # 
Instance details

Defined in Amazonka.MediaPackage.ListOriginEndpoints

type Rep ListOriginEndpointsResponse Source # 
Instance details

Defined in Amazonka.MediaPackage.ListOriginEndpoints

type Rep ListOriginEndpointsResponse = D1 ('MetaData "ListOriginEndpointsResponse" "Amazonka.MediaPackage.ListOriginEndpoints" "libZSservicesZSamazonka-mediapackageZSamazonka-mediapackage" 'False) (C1 ('MetaCons "ListOriginEndpointsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "originEndpoints") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [OriginEndpoint])) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newListOriginEndpointsResponse Source #

Create a value of ListOriginEndpointsResponse 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:originEndpoints:ListOriginEndpointsResponse', listOriginEndpointsResponse_originEndpoints - A list of OriginEndpoint records.

$sel:nextToken:ListOriginEndpoints', listOriginEndpointsResponse_nextToken - A token that can be used to resume pagination from the end of the collection.

$sel:httpStatus:ListOriginEndpointsResponse', listOriginEndpointsResponse_httpStatus - The response's http status code.

Response Lenses

listOriginEndpointsResponse_nextToken :: Lens' ListOriginEndpointsResponse (Maybe Text) Source #

A token that can be used to resume pagination from the end of the collection.