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

Contents

Description

Retrieves metadata for a specified crawler.

Synopsis

Creating a Request

getCrawler Source #

Arguments

:: Text

gccName

-> GetCrawler 

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

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

  • gccName - Name of the crawler to retrieve metadata for.

data GetCrawler Source #

See: getCrawler smart constructor.

Instances
Eq GetCrawler Source # 
Instance details

Defined in Network.AWS.Glue.GetCrawler

Data GetCrawler Source # 
Instance details

Defined in Network.AWS.Glue.GetCrawler

Methods

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

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

toConstr :: GetCrawler -> Constr #

dataTypeOf :: GetCrawler -> DataType #

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

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

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

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

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

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

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

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

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

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

Read GetCrawler Source # 
Instance details

Defined in Network.AWS.Glue.GetCrawler

Show GetCrawler Source # 
Instance details

Defined in Network.AWS.Glue.GetCrawler

Generic GetCrawler Source # 
Instance details

Defined in Network.AWS.Glue.GetCrawler

Associated Types

type Rep GetCrawler :: Type -> Type #

Hashable GetCrawler Source # 
Instance details

Defined in Network.AWS.Glue.GetCrawler

ToJSON GetCrawler Source # 
Instance details

Defined in Network.AWS.Glue.GetCrawler

AWSRequest GetCrawler Source # 
Instance details

Defined in Network.AWS.Glue.GetCrawler

Associated Types

type Rs GetCrawler :: Type #

ToHeaders GetCrawler Source # 
Instance details

Defined in Network.AWS.Glue.GetCrawler

Methods

toHeaders :: GetCrawler -> [Header] #

ToPath GetCrawler Source # 
Instance details

Defined in Network.AWS.Glue.GetCrawler

ToQuery GetCrawler Source # 
Instance details

Defined in Network.AWS.Glue.GetCrawler

NFData GetCrawler Source # 
Instance details

Defined in Network.AWS.Glue.GetCrawler

Methods

rnf :: GetCrawler -> () #

type Rep GetCrawler Source # 
Instance details

Defined in Network.AWS.Glue.GetCrawler

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

Defined in Network.AWS.Glue.GetCrawler

Request Lenses

gccName :: Lens' GetCrawler Text Source #

Name of the crawler to retrieve metadata for.

Destructuring the Response

getCrawlerResponse Source #

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

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

data GetCrawlerResponse Source #

See: getCrawlerResponse smart constructor.

Instances
Eq GetCrawlerResponse Source # 
Instance details

Defined in Network.AWS.Glue.GetCrawler

Data GetCrawlerResponse Source # 
Instance details

Defined in Network.AWS.Glue.GetCrawler

Methods

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

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

toConstr :: GetCrawlerResponse -> Constr #

dataTypeOf :: GetCrawlerResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Read GetCrawlerResponse Source # 
Instance details

Defined in Network.AWS.Glue.GetCrawler

Show GetCrawlerResponse Source # 
Instance details

Defined in Network.AWS.Glue.GetCrawler

Generic GetCrawlerResponse Source # 
Instance details

Defined in Network.AWS.Glue.GetCrawler

Associated Types

type Rep GetCrawlerResponse :: Type -> Type #

NFData GetCrawlerResponse Source # 
Instance details

Defined in Network.AWS.Glue.GetCrawler

Methods

rnf :: GetCrawlerResponse -> () #

type Rep GetCrawlerResponse Source # 
Instance details

Defined in Network.AWS.Glue.GetCrawler

type Rep GetCrawlerResponse = D1 (MetaData "GetCrawlerResponse" "Network.AWS.Glue.GetCrawler" "amazonka-glue-1.6.1-4wrowkj7LqMExQlCyUUmWF" False) (C1 (MetaCons "GetCrawlerResponse'" PrefixI True) (S1 (MetaSel (Just "_getersCrawler") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Crawler)) :*: S1 (MetaSel (Just "_getersResponseStatus") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Int)))

Response Lenses

getersCrawler :: Lens' GetCrawlerResponse (Maybe Crawler) Source #

The metadata for the specified crawler.

getersResponseStatus :: Lens' GetCrawlerResponse Int Source #

  • - | The response status code.