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

Description

Retrieves metrics about specified crawlers.

This operation returns paginated results.

Synopsis

Creating a Request

data GetCrawlerMetrics Source #

See: newGetCrawlerMetrics smart constructor.

Constructors

GetCrawlerMetrics' 

Fields

Instances

Instances details
Eq GetCrawlerMetrics Source # 
Instance details

Defined in Amazonka.Glue.GetCrawlerMetrics

Read GetCrawlerMetrics Source # 
Instance details

Defined in Amazonka.Glue.GetCrawlerMetrics

Show GetCrawlerMetrics Source # 
Instance details

Defined in Amazonka.Glue.GetCrawlerMetrics

Generic GetCrawlerMetrics Source # 
Instance details

Defined in Amazonka.Glue.GetCrawlerMetrics

Associated Types

type Rep GetCrawlerMetrics :: Type -> Type #

NFData GetCrawlerMetrics Source # 
Instance details

Defined in Amazonka.Glue.GetCrawlerMetrics

Methods

rnf :: GetCrawlerMetrics -> () #

Hashable GetCrawlerMetrics Source # 
Instance details

Defined in Amazonka.Glue.GetCrawlerMetrics

ToJSON GetCrawlerMetrics Source # 
Instance details

Defined in Amazonka.Glue.GetCrawlerMetrics

AWSPager GetCrawlerMetrics Source # 
Instance details

Defined in Amazonka.Glue.GetCrawlerMetrics

AWSRequest GetCrawlerMetrics Source # 
Instance details

Defined in Amazonka.Glue.GetCrawlerMetrics

Associated Types

type AWSResponse GetCrawlerMetrics #

ToHeaders GetCrawlerMetrics Source # 
Instance details

Defined in Amazonka.Glue.GetCrawlerMetrics

ToPath GetCrawlerMetrics Source # 
Instance details

Defined in Amazonka.Glue.GetCrawlerMetrics

ToQuery GetCrawlerMetrics Source # 
Instance details

Defined in Amazonka.Glue.GetCrawlerMetrics

type Rep GetCrawlerMetrics Source # 
Instance details

Defined in Amazonka.Glue.GetCrawlerMetrics

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

Defined in Amazonka.Glue.GetCrawlerMetrics

newGetCrawlerMetrics :: GetCrawlerMetrics Source #

Create a value of GetCrawlerMetrics 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:GetCrawlerMetrics', getCrawlerMetrics_nextToken - A continuation token, if this is a continuation call.

$sel:maxResults:GetCrawlerMetrics', getCrawlerMetrics_maxResults - The maximum size of a list to return.

$sel:crawlerNameList:GetCrawlerMetrics', getCrawlerMetrics_crawlerNameList - A list of the names of crawlers about which to retrieve metrics.

Request Lenses

getCrawlerMetrics_nextToken :: Lens' GetCrawlerMetrics (Maybe Text) Source #

A continuation token, if this is a continuation call.

getCrawlerMetrics_maxResults :: Lens' GetCrawlerMetrics (Maybe Natural) Source #

The maximum size of a list to return.

getCrawlerMetrics_crawlerNameList :: Lens' GetCrawlerMetrics (Maybe [Text]) Source #

A list of the names of crawlers about which to retrieve metrics.

Destructuring the Response

data GetCrawlerMetricsResponse Source #

See: newGetCrawlerMetricsResponse smart constructor.

Constructors

GetCrawlerMetricsResponse' 

Fields

Instances

Instances details
Eq GetCrawlerMetricsResponse Source # 
Instance details

Defined in Amazonka.Glue.GetCrawlerMetrics

Read GetCrawlerMetricsResponse Source # 
Instance details

Defined in Amazonka.Glue.GetCrawlerMetrics

Show GetCrawlerMetricsResponse Source # 
Instance details

Defined in Amazonka.Glue.GetCrawlerMetrics

Generic GetCrawlerMetricsResponse Source # 
Instance details

Defined in Amazonka.Glue.GetCrawlerMetrics

Associated Types

type Rep GetCrawlerMetricsResponse :: Type -> Type #

NFData GetCrawlerMetricsResponse Source # 
Instance details

Defined in Amazonka.Glue.GetCrawlerMetrics

type Rep GetCrawlerMetricsResponse Source # 
Instance details

Defined in Amazonka.Glue.GetCrawlerMetrics

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

newGetCrawlerMetricsResponse Source #

Create a value of GetCrawlerMetricsResponse 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:crawlerMetricsList:GetCrawlerMetricsResponse', getCrawlerMetricsResponse_crawlerMetricsList - A list of metrics for the specified crawler.

$sel:nextToken:GetCrawlerMetrics', getCrawlerMetricsResponse_nextToken - A continuation token, if the returned list does not contain the last metric available.

$sel:httpStatus:GetCrawlerMetricsResponse', getCrawlerMetricsResponse_httpStatus - The response's http status code.

Response Lenses

getCrawlerMetricsResponse_nextToken :: Lens' GetCrawlerMetricsResponse (Maybe Text) Source #

A continuation token, if the returned list does not contain the last metric available.