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

Description

Lists all the runs meeting the filter criteria, where a ruleset is evaluated against a data source.

Synopsis

Creating a Request

data ListDataQualityRulesetEvaluationRuns Source #

Constructors

ListDataQualityRulesetEvaluationRuns' 

Fields

Instances

Instances details
ToJSON ListDataQualityRulesetEvaluationRuns Source # 
Instance details

Defined in Amazonka.Glue.ListDataQualityRulesetEvaluationRuns

ToHeaders ListDataQualityRulesetEvaluationRuns Source # 
Instance details

Defined in Amazonka.Glue.ListDataQualityRulesetEvaluationRuns

ToPath ListDataQualityRulesetEvaluationRuns Source # 
Instance details

Defined in Amazonka.Glue.ListDataQualityRulesetEvaluationRuns

ToQuery ListDataQualityRulesetEvaluationRuns Source # 
Instance details

Defined in Amazonka.Glue.ListDataQualityRulesetEvaluationRuns

AWSRequest ListDataQualityRulesetEvaluationRuns Source # 
Instance details

Defined in Amazonka.Glue.ListDataQualityRulesetEvaluationRuns

Generic ListDataQualityRulesetEvaluationRuns Source # 
Instance details

Defined in Amazonka.Glue.ListDataQualityRulesetEvaluationRuns

Read ListDataQualityRulesetEvaluationRuns Source # 
Instance details

Defined in Amazonka.Glue.ListDataQualityRulesetEvaluationRuns

Show ListDataQualityRulesetEvaluationRuns Source # 
Instance details

Defined in Amazonka.Glue.ListDataQualityRulesetEvaluationRuns

NFData ListDataQualityRulesetEvaluationRuns Source # 
Instance details

Defined in Amazonka.Glue.ListDataQualityRulesetEvaluationRuns

Eq ListDataQualityRulesetEvaluationRuns Source # 
Instance details

Defined in Amazonka.Glue.ListDataQualityRulesetEvaluationRuns

Hashable ListDataQualityRulesetEvaluationRuns Source # 
Instance details

Defined in Amazonka.Glue.ListDataQualityRulesetEvaluationRuns

type AWSResponse ListDataQualityRulesetEvaluationRuns Source # 
Instance details

Defined in Amazonka.Glue.ListDataQualityRulesetEvaluationRuns

type Rep ListDataQualityRulesetEvaluationRuns Source # 
Instance details

Defined in Amazonka.Glue.ListDataQualityRulesetEvaluationRuns

type Rep ListDataQualityRulesetEvaluationRuns = D1 ('MetaData "ListDataQualityRulesetEvaluationRuns" "Amazonka.Glue.ListDataQualityRulesetEvaluationRuns" "amazonka-glue-2.0-7miPWwBHdfn8N8SvbpLgE0" 'False) (C1 ('MetaCons "ListDataQualityRulesetEvaluationRuns'" 'PrefixI 'True) (S1 ('MetaSel ('Just "filter'") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DataQualityRulesetEvaluationRunFilter)) :*: (S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newListDataQualityRulesetEvaluationRuns :: ListDataQualityRulesetEvaluationRuns Source #

Create a value of ListDataQualityRulesetEvaluationRuns 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:

ListDataQualityRulesetEvaluationRuns, listDataQualityRulesetEvaluationRuns_filter - The filter criteria.

$sel:maxResults:ListDataQualityRulesetEvaluationRuns', listDataQualityRulesetEvaluationRuns_maxResults - The maximum number of results to return.

ListDataQualityRulesetEvaluationRuns, listDataQualityRulesetEvaluationRuns_nextToken - A paginated token to offset the results.

Request Lenses

Destructuring the Response

data ListDataQualityRulesetEvaluationRunsResponse Source #

Constructors

ListDataQualityRulesetEvaluationRunsResponse' 

Fields

Instances

Instances details
Generic ListDataQualityRulesetEvaluationRunsResponse Source # 
Instance details

Defined in Amazonka.Glue.ListDataQualityRulesetEvaluationRuns

Read ListDataQualityRulesetEvaluationRunsResponse Source # 
Instance details

Defined in Amazonka.Glue.ListDataQualityRulesetEvaluationRuns

Show ListDataQualityRulesetEvaluationRunsResponse Source # 
Instance details

Defined in Amazonka.Glue.ListDataQualityRulesetEvaluationRuns

NFData ListDataQualityRulesetEvaluationRunsResponse Source # 
Instance details

Defined in Amazonka.Glue.ListDataQualityRulesetEvaluationRuns

Eq ListDataQualityRulesetEvaluationRunsResponse Source # 
Instance details

Defined in Amazonka.Glue.ListDataQualityRulesetEvaluationRuns

type Rep ListDataQualityRulesetEvaluationRunsResponse Source # 
Instance details

Defined in Amazonka.Glue.ListDataQualityRulesetEvaluationRuns

type Rep ListDataQualityRulesetEvaluationRunsResponse = D1 ('MetaData "ListDataQualityRulesetEvaluationRunsResponse" "Amazonka.Glue.ListDataQualityRulesetEvaluationRuns" "amazonka-glue-2.0-7miPWwBHdfn8N8SvbpLgE0" 'False) (C1 ('MetaCons "ListDataQualityRulesetEvaluationRunsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "runs") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [DataQualityRulesetEvaluationRunDescription])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newListDataQualityRulesetEvaluationRunsResponse Source #

Create a value of ListDataQualityRulesetEvaluationRunsResponse 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:

ListDataQualityRulesetEvaluationRuns, listDataQualityRulesetEvaluationRunsResponse_nextToken - A pagination token, if more results are available.

$sel:runs:ListDataQualityRulesetEvaluationRunsResponse', listDataQualityRulesetEvaluationRunsResponse_runs - A list of DataQualityRulesetEvaluationRunDescription objects representing data quality ruleset runs.

$sel:httpStatus:ListDataQualityRulesetEvaluationRunsResponse', listDataQualityRulesetEvaluationRunsResponse_httpStatus - The response's http status code.

Response Lenses

listDataQualityRulesetEvaluationRunsResponse_runs :: Lens' ListDataQualityRulesetEvaluationRunsResponse (Maybe [DataQualityRulesetEvaluationRunDescription]) Source #

A list of DataQualityRulesetEvaluationRunDescription objects representing data quality ruleset runs.