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.GetDevEndpoint

Contents

Description

Retrieves information about a specified DevEndpoint.

Synopsis

Creating a Request

getDevEndpoint Source #

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

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

  • gdeEndpointName - Name of the DevEndpoint for which to retrieve information.

data GetDevEndpoint Source #

See: getDevEndpoint smart constructor.

Instances
Eq GetDevEndpoint Source # 
Instance details

Defined in Network.AWS.Glue.GetDevEndpoint

Data GetDevEndpoint Source # 
Instance details

Defined in Network.AWS.Glue.GetDevEndpoint

Methods

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

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

toConstr :: GetDevEndpoint -> Constr #

dataTypeOf :: GetDevEndpoint -> DataType #

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

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

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

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

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

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

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

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

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

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

Read GetDevEndpoint Source # 
Instance details

Defined in Network.AWS.Glue.GetDevEndpoint

Show GetDevEndpoint Source # 
Instance details

Defined in Network.AWS.Glue.GetDevEndpoint

Generic GetDevEndpoint Source # 
Instance details

Defined in Network.AWS.Glue.GetDevEndpoint

Associated Types

type Rep GetDevEndpoint :: Type -> Type #

Hashable GetDevEndpoint Source # 
Instance details

Defined in Network.AWS.Glue.GetDevEndpoint

ToJSON GetDevEndpoint Source # 
Instance details

Defined in Network.AWS.Glue.GetDevEndpoint

AWSRequest GetDevEndpoint Source # 
Instance details

Defined in Network.AWS.Glue.GetDevEndpoint

Associated Types

type Rs GetDevEndpoint :: Type #

ToHeaders GetDevEndpoint Source # 
Instance details

Defined in Network.AWS.Glue.GetDevEndpoint

ToPath GetDevEndpoint Source # 
Instance details

Defined in Network.AWS.Glue.GetDevEndpoint

ToQuery GetDevEndpoint Source # 
Instance details

Defined in Network.AWS.Glue.GetDevEndpoint

NFData GetDevEndpoint Source # 
Instance details

Defined in Network.AWS.Glue.GetDevEndpoint

Methods

rnf :: GetDevEndpoint -> () #

type Rep GetDevEndpoint Source # 
Instance details

Defined in Network.AWS.Glue.GetDevEndpoint

type Rep GetDevEndpoint = D1 (MetaData "GetDevEndpoint" "Network.AWS.Glue.GetDevEndpoint" "amazonka-glue-1.6.1-4wrowkj7LqMExQlCyUUmWF" True) (C1 (MetaCons "GetDevEndpoint'" PrefixI True) (S1 (MetaSel (Just "_gdeEndpointName") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Text)))
type Rs GetDevEndpoint Source # 
Instance details

Defined in Network.AWS.Glue.GetDevEndpoint

Request Lenses

gdeEndpointName :: Lens' GetDevEndpoint Text Source #

Name of the DevEndpoint for which to retrieve information.

Destructuring the Response

getDevEndpointResponse Source #

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

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

data GetDevEndpointResponse Source #

See: getDevEndpointResponse smart constructor.

Instances
Eq GetDevEndpointResponse Source # 
Instance details

Defined in Network.AWS.Glue.GetDevEndpoint

Data GetDevEndpointResponse Source # 
Instance details

Defined in Network.AWS.Glue.GetDevEndpoint

Methods

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

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

toConstr :: GetDevEndpointResponse -> Constr #

dataTypeOf :: GetDevEndpointResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Read GetDevEndpointResponse Source # 
Instance details

Defined in Network.AWS.Glue.GetDevEndpoint

Show GetDevEndpointResponse Source # 
Instance details

Defined in Network.AWS.Glue.GetDevEndpoint

Generic GetDevEndpointResponse Source # 
Instance details

Defined in Network.AWS.Glue.GetDevEndpoint

Associated Types

type Rep GetDevEndpointResponse :: Type -> Type #

NFData GetDevEndpointResponse Source # 
Instance details

Defined in Network.AWS.Glue.GetDevEndpoint

Methods

rnf :: GetDevEndpointResponse -> () #

type Rep GetDevEndpointResponse Source # 
Instance details

Defined in Network.AWS.Glue.GetDevEndpoint

type Rep GetDevEndpointResponse = D1 (MetaData "GetDevEndpointResponse" "Network.AWS.Glue.GetDevEndpoint" "amazonka-glue-1.6.1-4wrowkj7LqMExQlCyUUmWF" False) (C1 (MetaCons "GetDevEndpointResponse'" PrefixI True) (S1 (MetaSel (Just "_gdedrsDevEndpoint") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe DevEndpoint)) :*: S1 (MetaSel (Just "_gdedrsResponseStatus") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Int)))

Response Lenses