amazonka-glue-1.5.0: Amazon Glue SDK.

Copyright(c) 2013-2017 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 # 
Data GetDevEndpoint Source # 

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 # 
Show GetDevEndpoint Source # 
Generic GetDevEndpoint Source # 

Associated Types

type Rep GetDevEndpoint :: * -> * #

Hashable GetDevEndpoint Source # 
ToJSON GetDevEndpoint Source # 
NFData GetDevEndpoint Source # 

Methods

rnf :: GetDevEndpoint -> () #

AWSRequest GetDevEndpoint Source # 
ToQuery GetDevEndpoint Source # 
ToPath GetDevEndpoint Source # 
ToHeaders GetDevEndpoint Source # 
type Rep GetDevEndpoint Source # 
type Rep GetDevEndpoint = D1 (MetaData "GetDevEndpoint" "Network.AWS.Glue.GetDevEndpoint" "amazonka-glue-1.5.0-4Up8HzkFFhK6642ZlsxA7K" True) (C1 (MetaCons "GetDevEndpoint'" PrefixI True) (S1 (MetaSel (Just Symbol "_gdeEndpointName") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Text)))
type Rs GetDevEndpoint Source # 

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 # 
Data GetDevEndpointResponse Source # 

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 # 
Show GetDevEndpointResponse Source # 
Generic GetDevEndpointResponse Source # 
NFData GetDevEndpointResponse Source # 

Methods

rnf :: GetDevEndpointResponse -> () #

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

Response Lenses