| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.Glue.ListDataQualityRulesetEvaluationRuns
Description
Lists all the runs meeting the filter criteria, where a ruleset is evaluated against a data source.
Synopsis
- data ListDataQualityRulesetEvaluationRuns = ListDataQualityRulesetEvaluationRuns' {}
- newListDataQualityRulesetEvaluationRuns :: ListDataQualityRulesetEvaluationRuns
- listDataQualityRulesetEvaluationRuns_filter :: Lens' ListDataQualityRulesetEvaluationRuns (Maybe DataQualityRulesetEvaluationRunFilter)
- listDataQualityRulesetEvaluationRuns_maxResults :: Lens' ListDataQualityRulesetEvaluationRuns (Maybe Natural)
- listDataQualityRulesetEvaluationRuns_nextToken :: Lens' ListDataQualityRulesetEvaluationRuns (Maybe Text)
- data ListDataQualityRulesetEvaluationRunsResponse = ListDataQualityRulesetEvaluationRunsResponse' {}
- newListDataQualityRulesetEvaluationRunsResponse :: Int -> ListDataQualityRulesetEvaluationRunsResponse
- listDataQualityRulesetEvaluationRunsResponse_nextToken :: Lens' ListDataQualityRulesetEvaluationRunsResponse (Maybe Text)
- listDataQualityRulesetEvaluationRunsResponse_runs :: Lens' ListDataQualityRulesetEvaluationRunsResponse (Maybe [DataQualityRulesetEvaluationRunDescription])
- listDataQualityRulesetEvaluationRunsResponse_httpStatus :: Lens' ListDataQualityRulesetEvaluationRunsResponse Int
Creating a Request
data ListDataQualityRulesetEvaluationRuns Source #
See: newListDataQualityRulesetEvaluationRuns smart constructor.
Constructors
| ListDataQualityRulesetEvaluationRuns' | |
Fields
| |
Instances
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
listDataQualityRulesetEvaluationRuns_filter :: Lens' ListDataQualityRulesetEvaluationRuns (Maybe DataQualityRulesetEvaluationRunFilter) Source #
The filter criteria.
listDataQualityRulesetEvaluationRuns_maxResults :: Lens' ListDataQualityRulesetEvaluationRuns (Maybe Natural) Source #
The maximum number of results to return.
listDataQualityRulesetEvaluationRuns_nextToken :: Lens' ListDataQualityRulesetEvaluationRuns (Maybe Text) Source #
A paginated token to offset the results.
Destructuring the Response
data ListDataQualityRulesetEvaluationRunsResponse Source #
See: newListDataQualityRulesetEvaluationRunsResponse smart constructor.
Constructors
| ListDataQualityRulesetEvaluationRunsResponse' | |
Fields
| |
Instances
newListDataQualityRulesetEvaluationRunsResponse Source #
Arguments
| :: Int |
|
| -> ListDataQualityRulesetEvaluationRunsResponse |
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_nextToken :: Lens' ListDataQualityRulesetEvaluationRunsResponse (Maybe Text) Source #
A pagination token, if more results are available.
listDataQualityRulesetEvaluationRunsResponse_runs :: Lens' ListDataQualityRulesetEvaluationRunsResponse (Maybe [DataQualityRulesetEvaluationRunDescription]) Source #
A list of DataQualityRulesetEvaluationRunDescription objects
representing data quality ruleset runs.
listDataQualityRulesetEvaluationRunsResponse_httpStatus :: Lens' ListDataQualityRulesetEvaluationRunsResponse Int Source #
The response's http status code.