amazonka-glue-2.0: Amazon Glue SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.Glue.GetCrawler

Description

Retrieves metadata for a specified crawler.

Synopsis

Creating a Request

data GetCrawler Source #

See: newGetCrawler smart constructor.

Constructors

GetCrawler' 

Fields

  • name :: Text

    The name of the crawler to retrieve metadata for.

Instances

Instances details
ToJSON GetCrawler Source # 
Instance details

Defined in Amazonka.Glue.GetCrawler

ToHeaders GetCrawler Source # 
Instance details

Defined in Amazonka.Glue.GetCrawler

Methods

toHeaders :: GetCrawler -> [Header] #

ToPath GetCrawler Source # 
Instance details

Defined in Amazonka.Glue.GetCrawler

ToQuery GetCrawler Source # 
Instance details

Defined in Amazonka.Glue.GetCrawler

AWSRequest GetCrawler Source # 
Instance details

Defined in Amazonka.Glue.GetCrawler

Associated Types

type AWSResponse GetCrawler #

Generic GetCrawler Source # 
Instance details

Defined in Amazonka.Glue.GetCrawler

Associated Types

type Rep GetCrawler :: Type -> Type #

Read GetCrawler Source # 
Instance details

Defined in Amazonka.Glue.GetCrawler

Show GetCrawler Source # 
Instance details

Defined in Amazonka.Glue.GetCrawler

NFData GetCrawler Source # 
Instance details

Defined in Amazonka.Glue.GetCrawler

Methods

rnf :: GetCrawler -> () #

Eq GetCrawler Source # 
Instance details

Defined in Amazonka.Glue.GetCrawler

Hashable GetCrawler Source # 
Instance details

Defined in Amazonka.Glue.GetCrawler

type AWSResponse GetCrawler Source # 
Instance details

Defined in Amazonka.Glue.GetCrawler

type Rep GetCrawler Source # 
Instance details

Defined in Amazonka.Glue.GetCrawler

type Rep GetCrawler = D1 ('MetaData "GetCrawler" "Amazonka.Glue.GetCrawler" "amazonka-glue-2.0-7miPWwBHdfn8N8SvbpLgE0" 'False) (C1 ('MetaCons "GetCrawler'" 'PrefixI 'True) (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newGetCrawler Source #

Arguments

:: Text

GetCrawler

-> GetCrawler 

Create a value of GetCrawler with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

GetCrawler, getCrawler_name - The name of the crawler to retrieve metadata for.

Request Lenses

getCrawler_name :: Lens' GetCrawler Text Source #

The name of the crawler to retrieve metadata for.

Destructuring the Response

data GetCrawlerResponse Source #

See: newGetCrawlerResponse smart constructor.

Constructors

GetCrawlerResponse' 

Fields

Instances

Instances details
Generic GetCrawlerResponse Source # 
Instance details

Defined in Amazonka.Glue.GetCrawler

Associated Types

type Rep GetCrawlerResponse :: Type -> Type #

Read GetCrawlerResponse Source # 
Instance details

Defined in Amazonka.Glue.GetCrawler

Show GetCrawlerResponse Source # 
Instance details

Defined in Amazonka.Glue.GetCrawler

NFData GetCrawlerResponse Source # 
Instance details

Defined in Amazonka.Glue.GetCrawler

Methods

rnf :: GetCrawlerResponse -> () #

Eq GetCrawlerResponse Source # 
Instance details

Defined in Amazonka.Glue.GetCrawler

type Rep GetCrawlerResponse Source # 
Instance details

Defined in Amazonka.Glue.GetCrawler

type Rep GetCrawlerResponse = D1 ('MetaData "GetCrawlerResponse" "Amazonka.Glue.GetCrawler" "amazonka-glue-2.0-7miPWwBHdfn8N8SvbpLgE0" 'False) (C1 ('MetaCons "GetCrawlerResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "crawler") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Crawler)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newGetCrawlerResponse Source #

Create a value of GetCrawlerResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:crawler:GetCrawlerResponse', getCrawlerResponse_crawler - The metadata for the specified crawler.

$sel:httpStatus:GetCrawlerResponse', getCrawlerResponse_httpStatus - The response's http status code.

Response Lenses

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

The metadata for the specified crawler.