amazonka-mediapackage-1.6.0: Amazon Elemental MediaPackage SDK.

Copyright(c) 2013-2018 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone
LanguageHaskell2010

Network.AWS.MediaPackage.ListOriginEndpoints

Contents

Description

Returns a collection of OriginEndpoint records.

This operation returns paginated results.

Synopsis

Creating a Request

listOriginEndpoints :: ListOriginEndpoints Source #

Creates a value of ListOriginEndpoints with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

  • loeChannelId - When specified, the request will return only OriginEndpoints associated with the given Channel ID.
  • loeNextToken - A token used to resume pagination from the end of a previous request.
  • loeMaxResults - The upper bound on the number of records to return.

data ListOriginEndpoints Source #

See: listOriginEndpoints smart constructor.

Instances

Eq ListOriginEndpoints Source # 
Data ListOriginEndpoints Source # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> ListOriginEndpoints -> c ListOriginEndpoints #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c ListOriginEndpoints #

toConstr :: ListOriginEndpoints -> Constr #

dataTypeOf :: ListOriginEndpoints -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c ListOriginEndpoints) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c ListOriginEndpoints) #

gmapT :: (forall b. Data b => b -> b) -> ListOriginEndpoints -> ListOriginEndpoints #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> ListOriginEndpoints -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> ListOriginEndpoints -> r #

gmapQ :: (forall d. Data d => d -> u) -> ListOriginEndpoints -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> ListOriginEndpoints -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> ListOriginEndpoints -> m ListOriginEndpoints #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> ListOriginEndpoints -> m ListOriginEndpoints #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> ListOriginEndpoints -> m ListOriginEndpoints #

Read ListOriginEndpoints Source # 
Show ListOriginEndpoints Source # 
Generic ListOriginEndpoints Source # 
Hashable ListOriginEndpoints Source # 
NFData ListOriginEndpoints Source # 

Methods

rnf :: ListOriginEndpoints -> () #

AWSPager ListOriginEndpoints Source # 
AWSRequest ListOriginEndpoints Source # 
ToHeaders ListOriginEndpoints Source # 
ToPath ListOriginEndpoints Source # 
ToQuery ListOriginEndpoints Source # 
type Rep ListOriginEndpoints Source # 
type Rep ListOriginEndpoints = D1 * (MetaData "ListOriginEndpoints" "Network.AWS.MediaPackage.ListOriginEndpoints" "amazonka-mediapackage-1.6.0-FgnOM9h3HAK6TMeVGPpxSG" False) (C1 * (MetaCons "ListOriginEndpoints'" PrefixI True) ((:*:) * (S1 * (MetaSel (Just Symbol "_loeChannelId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe Text))) ((:*:) * (S1 * (MetaSel (Just Symbol "_loeNextToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe Text))) (S1 * (MetaSel (Just Symbol "_loeMaxResults") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe Nat))))))
type Rs ListOriginEndpoints Source # 

Request Lenses

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

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

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

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

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

The upper bound on the number of records to return.

Destructuring the Response

listOriginEndpointsResponse Source #

Creates a value of ListOriginEndpointsResponse with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

data ListOriginEndpointsResponse Source #

See: listOriginEndpointsResponse smart constructor.

Instances

Eq ListOriginEndpointsResponse Source # 
Data ListOriginEndpointsResponse Source # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> ListOriginEndpointsResponse -> c ListOriginEndpointsResponse #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c ListOriginEndpointsResponse #

toConstr :: ListOriginEndpointsResponse -> Constr #

dataTypeOf :: ListOriginEndpointsResponse -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c ListOriginEndpointsResponse) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c ListOriginEndpointsResponse) #

gmapT :: (forall b. Data b => b -> b) -> ListOriginEndpointsResponse -> ListOriginEndpointsResponse #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> ListOriginEndpointsResponse -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> ListOriginEndpointsResponse -> r #

gmapQ :: (forall d. Data d => d -> u) -> ListOriginEndpointsResponse -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> ListOriginEndpointsResponse -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> ListOriginEndpointsResponse -> m ListOriginEndpointsResponse #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> ListOriginEndpointsResponse -> m ListOriginEndpointsResponse #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> ListOriginEndpointsResponse -> m ListOriginEndpointsResponse #

Read ListOriginEndpointsResponse Source # 
Show ListOriginEndpointsResponse Source # 
Generic ListOriginEndpointsResponse Source # 
NFData ListOriginEndpointsResponse Source # 
type Rep ListOriginEndpointsResponse Source # 
type Rep ListOriginEndpointsResponse = D1 * (MetaData "ListOriginEndpointsResponse" "Network.AWS.MediaPackage.ListOriginEndpoints" "amazonka-mediapackage-1.6.0-FgnOM9h3HAK6TMeVGPpxSG" False) (C1 * (MetaCons "ListOriginEndpointsResponse'" PrefixI True) ((:*:) * (S1 * (MetaSel (Just Symbol "_loersOriginEndpoints") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe [OriginEndpoint]))) ((:*:) * (S1 * (MetaSel (Just Symbol "_loersNextToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe Text))) (S1 * (MetaSel (Just Symbol "_loersResponseStatus") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * Int)))))

Response Lenses

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

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