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.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
ToJSON BatchGetCrawlers Source # 
Instance details

Defined in Amazonka.Glue.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

AWSRequest BatchGetCrawlers Source # 
Instance details

Defined in Amazonka.Glue.BatchGetCrawlers

Associated Types

type AWSResponse BatchGetCrawlers #

Generic BatchGetCrawlers Source # 
Instance details

Defined in Amazonka.Glue.BatchGetCrawlers

Associated Types

type Rep BatchGetCrawlers :: Type -> Type #

Read BatchGetCrawlers Source # 
Instance details

Defined in Amazonka.Glue.BatchGetCrawlers

Show BatchGetCrawlers Source # 
Instance details

Defined in Amazonka.Glue.BatchGetCrawlers

NFData BatchGetCrawlers Source # 
Instance details

Defined in Amazonka.Glue.BatchGetCrawlers

Methods

rnf :: BatchGetCrawlers -> () #

Eq BatchGetCrawlers Source # 
Instance details

Defined in Amazonka.Glue.BatchGetCrawlers

Hashable BatchGetCrawlers Source # 
Instance details

Defined in Amazonka.Glue.BatchGetCrawlers

type AWSResponse 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" "amazonka-glue-2.0-7miPWwBHdfn8N8SvbpLgE0" 'False) (C1 ('MetaCons "BatchGetCrawlers'" 'PrefixI 'True) (S1 ('MetaSel ('Just "crawlerNames") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [Text])))

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
Generic BatchGetCrawlersResponse Source # 
Instance details

Defined in Amazonka.Glue.BatchGetCrawlers

Associated Types

type Rep BatchGetCrawlersResponse :: Type -> Type #

Read BatchGetCrawlersResponse Source # 
Instance details

Defined in Amazonka.Glue.BatchGetCrawlers

Show BatchGetCrawlersResponse Source # 
Instance details

Defined in Amazonka.Glue.BatchGetCrawlers

NFData BatchGetCrawlersResponse Source # 
Instance details

Defined in Amazonka.Glue.BatchGetCrawlers

Eq 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" "amazonka-glue-2.0-7miPWwBHdfn8N8SvbpLgE0" 'False) (C1 ('MetaCons "BatchGetCrawlersResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "crawlers") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Crawler])) :*: (S1 ('MetaSel ('Just "crawlersNotFound") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: 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:crawlers:BatchGetCrawlersResponse', batchGetCrawlersResponse_crawlers - A list of crawler definitions.

$sel:crawlersNotFound:BatchGetCrawlersResponse', batchGetCrawlersResponse_crawlersNotFound - A list of names of crawlers that were not found.

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