| 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.ListDataQualityRulesets
Description
Returns a paginated list of rulesets for the specified list of Glue tables.
Synopsis
- data ListDataQualityRulesets = ListDataQualityRulesets' {}
- newListDataQualityRulesets :: ListDataQualityRulesets
- listDataQualityRulesets_filter :: Lens' ListDataQualityRulesets (Maybe DataQualityRulesetFilterCriteria)
- listDataQualityRulesets_maxResults :: Lens' ListDataQualityRulesets (Maybe Natural)
- listDataQualityRulesets_nextToken :: Lens' ListDataQualityRulesets (Maybe Text)
- listDataQualityRulesets_tags :: Lens' ListDataQualityRulesets (Maybe (HashMap Text Text))
- data ListDataQualityRulesetsResponse = ListDataQualityRulesetsResponse' {}
- newListDataQualityRulesetsResponse :: Int -> ListDataQualityRulesetsResponse
- listDataQualityRulesetsResponse_nextToken :: Lens' ListDataQualityRulesetsResponse (Maybe Text)
- listDataQualityRulesetsResponse_rulesets :: Lens' ListDataQualityRulesetsResponse (Maybe [DataQualityRulesetListDetails])
- listDataQualityRulesetsResponse_httpStatus :: Lens' ListDataQualityRulesetsResponse Int
Creating a Request
data ListDataQualityRulesets Source #
See: newListDataQualityRulesets smart constructor.
Constructors
| ListDataQualityRulesets' | |
Instances
newListDataQualityRulesets :: ListDataQualityRulesets Source #
Create a value of ListDataQualityRulesets 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:
ListDataQualityRulesets, listDataQualityRulesets_filter - The filter criteria.
$sel:maxResults:ListDataQualityRulesets', listDataQualityRulesets_maxResults - The maximum number of results to return.
ListDataQualityRulesets, listDataQualityRulesets_nextToken - A paginated token to offset the results.
$sel:tags:ListDataQualityRulesets', listDataQualityRulesets_tags - A list of key-value pair tags.
Request Lenses
listDataQualityRulesets_filter :: Lens' ListDataQualityRulesets (Maybe DataQualityRulesetFilterCriteria) Source #
The filter criteria.
listDataQualityRulesets_maxResults :: Lens' ListDataQualityRulesets (Maybe Natural) Source #
The maximum number of results to return.
listDataQualityRulesets_nextToken :: Lens' ListDataQualityRulesets (Maybe Text) Source #
A paginated token to offset the results.
listDataQualityRulesets_tags :: Lens' ListDataQualityRulesets (Maybe (HashMap Text Text)) Source #
A list of key-value pair tags.
Destructuring the Response
data ListDataQualityRulesetsResponse Source #
See: newListDataQualityRulesetsResponse smart constructor.
Constructors
| ListDataQualityRulesetsResponse' | |
Fields
| |
Instances
newListDataQualityRulesetsResponse Source #
Create a value of ListDataQualityRulesetsResponse 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:
ListDataQualityRulesets, listDataQualityRulesetsResponse_nextToken - A pagination token, if more results are available.
$sel:rulesets:ListDataQualityRulesetsResponse', listDataQualityRulesetsResponse_rulesets - A paginated list of rulesets for the specified list of Glue tables.
$sel:httpStatus:ListDataQualityRulesetsResponse', listDataQualityRulesetsResponse_httpStatus - The response's http status code.
Response Lenses
listDataQualityRulesetsResponse_nextToken :: Lens' ListDataQualityRulesetsResponse (Maybe Text) Source #
A pagination token, if more results are available.
listDataQualityRulesetsResponse_rulesets :: Lens' ListDataQualityRulesetsResponse (Maybe [DataQualityRulesetListDetails]) Source #
A paginated list of rulesets for the specified list of Glue tables.
listDataQualityRulesetsResponse_httpStatus :: Lens' ListDataQualityRulesetsResponse Int Source #
The response's http status code.