amazonka-glue-1.6.1: Amazon Glue 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.Glue.GetDevEndpoints

Contents

Description

Retrieves all the DevEndpoints in this AWS account.

This operation returns paginated results.

Synopsis

Creating a Request

getDevEndpoints :: GetDevEndpoints Source #

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

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

  • gdeNextToken - A continuation token, if this is a continuation call.
  • gdeMaxResults - The maximum size of information to return.

data GetDevEndpoints Source #

See: getDevEndpoints smart constructor.

Instances
Eq GetDevEndpoints Source # 
Instance details

Defined in Network.AWS.Glue.GetDevEndpoints

Data GetDevEndpoints Source # 
Instance details

Defined in Network.AWS.Glue.GetDevEndpoints

Methods

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

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

toConstr :: GetDevEndpoints -> Constr #

dataTypeOf :: GetDevEndpoints -> DataType #

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

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

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

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

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

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

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

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

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

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

Read GetDevEndpoints Source # 
Instance details

Defined in Network.AWS.Glue.GetDevEndpoints

Show GetDevEndpoints Source # 
Instance details

Defined in Network.AWS.Glue.GetDevEndpoints

Generic GetDevEndpoints Source # 
Instance details

Defined in Network.AWS.Glue.GetDevEndpoints

Associated Types

type Rep GetDevEndpoints :: Type -> Type #

Hashable GetDevEndpoints Source # 
Instance details

Defined in Network.AWS.Glue.GetDevEndpoints

ToJSON GetDevEndpoints Source # 
Instance details

Defined in Network.AWS.Glue.GetDevEndpoints

AWSPager GetDevEndpoints Source # 
Instance details

Defined in Network.AWS.Glue.GetDevEndpoints

AWSRequest GetDevEndpoints Source # 
Instance details

Defined in Network.AWS.Glue.GetDevEndpoints

Associated Types

type Rs GetDevEndpoints :: Type #

ToHeaders GetDevEndpoints Source # 
Instance details

Defined in Network.AWS.Glue.GetDevEndpoints

ToPath GetDevEndpoints Source # 
Instance details

Defined in Network.AWS.Glue.GetDevEndpoints

ToQuery GetDevEndpoints Source # 
Instance details

Defined in Network.AWS.Glue.GetDevEndpoints

NFData GetDevEndpoints Source # 
Instance details

Defined in Network.AWS.Glue.GetDevEndpoints

Methods

rnf :: GetDevEndpoints -> () #

type Rep GetDevEndpoints Source # 
Instance details

Defined in Network.AWS.Glue.GetDevEndpoints

type Rep GetDevEndpoints = D1 (MetaData "GetDevEndpoints" "Network.AWS.Glue.GetDevEndpoints" "amazonka-glue-1.6.1-4wrowkj7LqMExQlCyUUmWF" False) (C1 (MetaCons "GetDevEndpoints'" PrefixI True) (S1 (MetaSel (Just "_gdeNextToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_gdeMaxResults") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Nat))))
type Rs GetDevEndpoints Source # 
Instance details

Defined in Network.AWS.Glue.GetDevEndpoints

Request Lenses

gdeNextToken :: Lens' GetDevEndpoints (Maybe Text) Source #

A continuation token, if this is a continuation call.

gdeMaxResults :: Lens' GetDevEndpoints (Maybe Natural) Source #

The maximum size of information to return.

Destructuring the Response

getDevEndpointsResponse Source #

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

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

data GetDevEndpointsResponse Source #

See: getDevEndpointsResponse smart constructor.

Instances
Eq GetDevEndpointsResponse Source # 
Instance details

Defined in Network.AWS.Glue.GetDevEndpoints

Data GetDevEndpointsResponse Source # 
Instance details

Defined in Network.AWS.Glue.GetDevEndpoints

Methods

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

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

toConstr :: GetDevEndpointsResponse -> Constr #

dataTypeOf :: GetDevEndpointsResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Read GetDevEndpointsResponse Source # 
Instance details

Defined in Network.AWS.Glue.GetDevEndpoints

Show GetDevEndpointsResponse Source # 
Instance details

Defined in Network.AWS.Glue.GetDevEndpoints

Generic GetDevEndpointsResponse Source # 
Instance details

Defined in Network.AWS.Glue.GetDevEndpoints

Associated Types

type Rep GetDevEndpointsResponse :: Type -> Type #

NFData GetDevEndpointsResponse Source # 
Instance details

Defined in Network.AWS.Glue.GetDevEndpoints

Methods

rnf :: GetDevEndpointsResponse -> () #

type Rep GetDevEndpointsResponse Source # 
Instance details

Defined in Network.AWS.Glue.GetDevEndpoints

type Rep GetDevEndpointsResponse = D1 (MetaData "GetDevEndpointsResponse" "Network.AWS.Glue.GetDevEndpoints" "amazonka-glue-1.6.1-4wrowkj7LqMExQlCyUUmWF" False) (C1 (MetaCons "GetDevEndpointsResponse'" PrefixI True) (S1 (MetaSel (Just "_gdersNextToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 (MetaSel (Just "_gdersDevEndpoints") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [DevEndpoint])) :*: S1 (MetaSel (Just "_gdersResponseStatus") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Int))))

Response Lenses

gdersNextToken :: Lens' GetDevEndpointsResponse (Maybe Text) Source #

A continuation token, if not all DevEndpoint definitions have yet been returned.

gdersDevEndpoints :: Lens' GetDevEndpointsResponse [DevEndpoint] Source #

A list of DevEndpoint definitions.