libZSservicesZSamazonka-glueZSamazonka-glue
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.Glue.GetCrawlers

Description

Retrieves metadata for all crawlers defined in the customer account.

This operation returns paginated results.

Synopsis

Creating a Request

data GetCrawlers Source #

See: newGetCrawlers smart constructor.

Constructors

GetCrawlers' 

Fields

Instances

Instances details
Eq GetCrawlers Source # 
Instance details

Defined in Amazonka.Glue.GetCrawlers

Read GetCrawlers Source # 
Instance details

Defined in Amazonka.Glue.GetCrawlers

Show GetCrawlers Source # 
Instance details

Defined in Amazonka.Glue.GetCrawlers

Generic GetCrawlers Source # 
Instance details

Defined in Amazonka.Glue.GetCrawlers

Associated Types

type Rep GetCrawlers :: Type -> Type #

NFData GetCrawlers Source # 
Instance details

Defined in Amazonka.Glue.GetCrawlers

Methods

rnf :: GetCrawlers -> () #

Hashable GetCrawlers Source # 
Instance details

Defined in Amazonka.Glue.GetCrawlers

ToJSON GetCrawlers Source # 
Instance details

Defined in Amazonka.Glue.GetCrawlers

AWSPager GetCrawlers Source # 
Instance details

Defined in Amazonka.Glue.GetCrawlers

AWSRequest GetCrawlers Source # 
Instance details

Defined in Amazonka.Glue.GetCrawlers

Associated Types

type AWSResponse GetCrawlers #

ToHeaders GetCrawlers Source # 
Instance details

Defined in Amazonka.Glue.GetCrawlers

Methods

toHeaders :: GetCrawlers -> [Header] #

ToPath GetCrawlers Source # 
Instance details

Defined in Amazonka.Glue.GetCrawlers

ToQuery GetCrawlers Source # 
Instance details

Defined in Amazonka.Glue.GetCrawlers

type Rep GetCrawlers Source # 
Instance details

Defined in Amazonka.Glue.GetCrawlers

type Rep GetCrawlers = D1 ('MetaData "GetCrawlers" "Amazonka.Glue.GetCrawlers" "libZSservicesZSamazonka-glueZSamazonka-glue" 'False) (C1 ('MetaCons "GetCrawlers'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural))))
type AWSResponse GetCrawlers Source # 
Instance details

Defined in Amazonka.Glue.GetCrawlers

newGetCrawlers :: GetCrawlers Source #

Create a value of GetCrawlers 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:nextToken:GetCrawlers', getCrawlers_nextToken - A continuation token, if this is a continuation request.

$sel:maxResults:GetCrawlers', getCrawlers_maxResults - The number of crawlers to return on each call.

Request Lenses

getCrawlers_nextToken :: Lens' GetCrawlers (Maybe Text) Source #

A continuation token, if this is a continuation request.

getCrawlers_maxResults :: Lens' GetCrawlers (Maybe Natural) Source #

The number of crawlers to return on each call.

Destructuring the Response

data GetCrawlersResponse Source #

See: newGetCrawlersResponse smart constructor.

Constructors

GetCrawlersResponse' 

Fields

Instances

Instances details
Eq GetCrawlersResponse Source # 
Instance details

Defined in Amazonka.Glue.GetCrawlers

Read GetCrawlersResponse Source # 
Instance details

Defined in Amazonka.Glue.GetCrawlers

Show GetCrawlersResponse Source # 
Instance details

Defined in Amazonka.Glue.GetCrawlers

Generic GetCrawlersResponse Source # 
Instance details

Defined in Amazonka.Glue.GetCrawlers

Associated Types

type Rep GetCrawlersResponse :: Type -> Type #

NFData GetCrawlersResponse Source # 
Instance details

Defined in Amazonka.Glue.GetCrawlers

Methods

rnf :: GetCrawlersResponse -> () #

type Rep GetCrawlersResponse Source # 
Instance details

Defined in Amazonka.Glue.GetCrawlers

type Rep GetCrawlersResponse = D1 ('MetaData "GetCrawlersResponse" "Amazonka.Glue.GetCrawlers" "libZSservicesZSamazonka-glueZSamazonka-glue" 'False) (C1 ('MetaCons "GetCrawlersResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "crawlers") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Crawler])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newGetCrawlersResponse Source #

Create a value of GetCrawlersResponse 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:nextToken:GetCrawlers', getCrawlersResponse_nextToken - A continuation token, if the returned list has not reached the end of those defined in this customer account.

$sel:crawlers:GetCrawlersResponse', getCrawlersResponse_crawlers - A list of crawler metadata.

$sel:httpStatus:GetCrawlersResponse', getCrawlersResponse_httpStatus - The response's http status code.

Response Lenses

getCrawlersResponse_nextToken :: Lens' GetCrawlersResponse (Maybe Text) Source #

A continuation token, if the returned list has not reached the end of those defined in this customer account.