amazonka-mediapackage-1.6.1: 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 # 
Instance details

Defined in Network.AWS.MediaPackage.ListOriginEndpoints

Data ListOriginEndpoints Source # 
Instance details

Defined in Network.AWS.MediaPackage.ListOriginEndpoints

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 # 
Instance details

Defined in Network.AWS.MediaPackage.ListOriginEndpoints

Show ListOriginEndpoints Source # 
Instance details

Defined in Network.AWS.MediaPackage.ListOriginEndpoints

Generic ListOriginEndpoints Source # 
Instance details

Defined in Network.AWS.MediaPackage.ListOriginEndpoints

Associated Types

type Rep ListOriginEndpoints :: Type -> Type #

Hashable ListOriginEndpoints Source # 
Instance details

Defined in Network.AWS.MediaPackage.ListOriginEndpoints

AWSPager ListOriginEndpoints Source # 
Instance details

Defined in Network.AWS.MediaPackage.ListOriginEndpoints

AWSRequest ListOriginEndpoints Source # 
Instance details

Defined in Network.AWS.MediaPackage.ListOriginEndpoints

Associated Types

type Rs ListOriginEndpoints :: Type #

ToHeaders ListOriginEndpoints Source # 
Instance details

Defined in Network.AWS.MediaPackage.ListOriginEndpoints

ToPath ListOriginEndpoints Source # 
Instance details

Defined in Network.AWS.MediaPackage.ListOriginEndpoints

ToQuery ListOriginEndpoints Source # 
Instance details

Defined in Network.AWS.MediaPackage.ListOriginEndpoints

NFData ListOriginEndpoints Source # 
Instance details

Defined in Network.AWS.MediaPackage.ListOriginEndpoints

Methods

rnf :: ListOriginEndpoints -> () #

type Rep ListOriginEndpoints Source # 
Instance details

Defined in Network.AWS.MediaPackage.ListOriginEndpoints

type Rep ListOriginEndpoints = D1 (MetaData "ListOriginEndpoints" "Network.AWS.MediaPackage.ListOriginEndpoints" "amazonka-mediapackage-1.6.1-8AxmiJJnVfmHmtFbaXxvVo" False) (C1 (MetaCons "ListOriginEndpoints'" PrefixI True) (S1 (MetaSel (Just "_loeChannelId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 (MetaSel (Just "_loeNextToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_loeMaxResults") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Nat)))))
type Rs ListOriginEndpoints Source # 
Instance details

Defined in Network.AWS.MediaPackage.ListOriginEndpoints

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 # 
Instance details

Defined in Network.AWS.MediaPackage.ListOriginEndpoints

Data ListOriginEndpointsResponse Source # 
Instance details

Defined in Network.AWS.MediaPackage.ListOriginEndpoints

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 # 
Instance details

Defined in Network.AWS.MediaPackage.ListOriginEndpoints

Show ListOriginEndpointsResponse Source # 
Instance details

Defined in Network.AWS.MediaPackage.ListOriginEndpoints

Generic ListOriginEndpointsResponse Source # 
Instance details

Defined in Network.AWS.MediaPackage.ListOriginEndpoints

Associated Types

type Rep ListOriginEndpointsResponse :: Type -> Type #

NFData ListOriginEndpointsResponse Source # 
Instance details

Defined in Network.AWS.MediaPackage.ListOriginEndpoints

type Rep ListOriginEndpointsResponse Source # 
Instance details

Defined in Network.AWS.MediaPackage.ListOriginEndpoints

type Rep ListOriginEndpointsResponse = D1 (MetaData "ListOriginEndpointsResponse" "Network.AWS.MediaPackage.ListOriginEndpoints" "amazonka-mediapackage-1.6.1-8AxmiJJnVfmHmtFbaXxvVo" False) (C1 (MetaCons "ListOriginEndpointsResponse'" PrefixI True) (S1 (MetaSel (Just "_loersOriginEndpoints") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [OriginEndpoint])) :*: (S1 (MetaSel (Just "_loersNextToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_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.