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

Description

Returns a list of resource metadata for a given list of crawler names. After calling the ListCrawlers operation, you can call this operation to access the data to which you have been granted permissions. This operation supports all IAM permissions, including permission conditions that uses tags.

Synopsis

Creating a Request

data BatchGetCrawlers Source #

See: newBatchGetCrawlers smart constructor.

Constructors

BatchGetCrawlers' 

Fields

  • crawlerNames :: [Text]

    A list of crawler names, which might be the names returned from the ListCrawlers operation.

Instances

Instances details
Eq BatchGetCrawlers Source # 
Instance details

Defined in Amazonka.Glue.BatchGetCrawlers

Read BatchGetCrawlers Source # 
Instance details

Defined in Amazonka.Glue.BatchGetCrawlers

Show BatchGetCrawlers Source # 
Instance details

Defined in Amazonka.Glue.BatchGetCrawlers

Generic BatchGetCrawlers Source # 
Instance details

Defined in Amazonka.Glue.BatchGetCrawlers

Associated Types

type Rep BatchGetCrawlers :: Type -> Type #

NFData BatchGetCrawlers Source # 
Instance details

Defined in Amazonka.Glue.BatchGetCrawlers

Methods

rnf :: BatchGetCrawlers -> () #

Hashable BatchGetCrawlers Source # 
Instance details

Defined in Amazonka.Glue.BatchGetCrawlers

ToJSON BatchGetCrawlers Source # 
Instance details

Defined in Amazonka.Glue.BatchGetCrawlers

AWSRequest BatchGetCrawlers Source # 
Instance details

Defined in Amazonka.Glue.BatchGetCrawlers

Associated Types

type AWSResponse BatchGetCrawlers #

ToHeaders BatchGetCrawlers Source # 
Instance details

Defined in Amazonka.Glue.BatchGetCrawlers

ToPath BatchGetCrawlers Source # 
Instance details

Defined in Amazonka.Glue.BatchGetCrawlers

ToQuery BatchGetCrawlers Source # 
Instance details

Defined in Amazonka.Glue.BatchGetCrawlers

type Rep BatchGetCrawlers Source # 
Instance details

Defined in Amazonka.Glue.BatchGetCrawlers

type Rep BatchGetCrawlers = D1 ('MetaData "BatchGetCrawlers" "Amazonka.Glue.BatchGetCrawlers" "libZSservicesZSamazonka-glueZSamazonka-glue" 'False) (C1 ('MetaCons "BatchGetCrawlers'" 'PrefixI 'True) (S1 ('MetaSel ('Just "crawlerNames") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [Text])))
type AWSResponse BatchGetCrawlers Source # 
Instance details

Defined in Amazonka.Glue.BatchGetCrawlers

newBatchGetCrawlers :: BatchGetCrawlers Source #

Create a value of BatchGetCrawlers 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:crawlerNames:BatchGetCrawlers', batchGetCrawlers_crawlerNames - A list of crawler names, which might be the names returned from the ListCrawlers operation.

Request Lenses

batchGetCrawlers_crawlerNames :: Lens' BatchGetCrawlers [Text] Source #

A list of crawler names, which might be the names returned from the ListCrawlers operation.

Destructuring the Response

data BatchGetCrawlersResponse Source #

See: newBatchGetCrawlersResponse smart constructor.

Constructors

BatchGetCrawlersResponse' 

Fields

Instances

Instances details
Eq BatchGetCrawlersResponse Source # 
Instance details

Defined in Amazonka.Glue.BatchGetCrawlers

Read BatchGetCrawlersResponse Source # 
Instance details

Defined in Amazonka.Glue.BatchGetCrawlers

Show BatchGetCrawlersResponse Source # 
Instance details

Defined in Amazonka.Glue.BatchGetCrawlers

Generic BatchGetCrawlersResponse Source # 
Instance details

Defined in Amazonka.Glue.BatchGetCrawlers

Associated Types

type Rep BatchGetCrawlersResponse :: Type -> Type #

NFData BatchGetCrawlersResponse Source # 
Instance details

Defined in Amazonka.Glue.BatchGetCrawlers

type Rep BatchGetCrawlersResponse Source # 
Instance details

Defined in Amazonka.Glue.BatchGetCrawlers

type Rep BatchGetCrawlersResponse = D1 ('MetaData "BatchGetCrawlersResponse" "Amazonka.Glue.BatchGetCrawlers" "libZSservicesZSamazonka-glueZSamazonka-glue" 'False) (C1 ('MetaCons "BatchGetCrawlersResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "crawlersNotFound") '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))))

newBatchGetCrawlersResponse Source #

Create a value of BatchGetCrawlersResponse 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:crawlersNotFound:BatchGetCrawlersResponse', batchGetCrawlersResponse_crawlersNotFound - A list of names of crawlers that were not found.

$sel:crawlers:BatchGetCrawlersResponse', batchGetCrawlersResponse_crawlers - A list of crawler definitions.

$sel:httpStatus:BatchGetCrawlersResponse', batchGetCrawlersResponse_httpStatus - The response's http status code.

Response Lenses

batchGetCrawlersResponse_crawlersNotFound :: Lens' BatchGetCrawlersResponse (Maybe [Text]) Source #

A list of names of crawlers that were not found.