Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Lists the data quality job definitions in your account.
This operation returns paginated results.
Synopsis
- data ListDataQualityJobDefinitions = ListDataQualityJobDefinitions' {}
- newListDataQualityJobDefinitions :: ListDataQualityJobDefinitions
- listDataQualityJobDefinitions_nameContains :: Lens' ListDataQualityJobDefinitions (Maybe Text)
- listDataQualityJobDefinitions_endpointName :: Lens' ListDataQualityJobDefinitions (Maybe Text)
- listDataQualityJobDefinitions_creationTimeAfter :: Lens' ListDataQualityJobDefinitions (Maybe UTCTime)
- listDataQualityJobDefinitions_nextToken :: Lens' ListDataQualityJobDefinitions (Maybe Text)
- listDataQualityJobDefinitions_sortOrder :: Lens' ListDataQualityJobDefinitions (Maybe SortOrder)
- listDataQualityJobDefinitions_creationTimeBefore :: Lens' ListDataQualityJobDefinitions (Maybe UTCTime)
- listDataQualityJobDefinitions_maxResults :: Lens' ListDataQualityJobDefinitions (Maybe Natural)
- listDataQualityJobDefinitions_sortBy :: Lens' ListDataQualityJobDefinitions (Maybe MonitoringJobDefinitionSortKey)
- data ListDataQualityJobDefinitionsResponse = ListDataQualityJobDefinitionsResponse' {}
- newListDataQualityJobDefinitionsResponse :: Int -> ListDataQualityJobDefinitionsResponse
- listDataQualityJobDefinitionsResponse_nextToken :: Lens' ListDataQualityJobDefinitionsResponse (Maybe Text)
- listDataQualityJobDefinitionsResponse_httpStatus :: Lens' ListDataQualityJobDefinitionsResponse Int
- listDataQualityJobDefinitionsResponse_jobDefinitionSummaries :: Lens' ListDataQualityJobDefinitionsResponse [MonitoringJobDefinitionSummary]
Creating a Request
data ListDataQualityJobDefinitions Source #
See: newListDataQualityJobDefinitions
smart constructor.
ListDataQualityJobDefinitions' | |
|
Instances
newListDataQualityJobDefinitions :: ListDataQualityJobDefinitions Source #
Create a value of ListDataQualityJobDefinitions
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:nameContains:ListDataQualityJobDefinitions'
, listDataQualityJobDefinitions_nameContains
- A string in the data quality monitoring job definition name. This filter
returns only data quality monitoring job definitions whose name contains
the specified string.
$sel:endpointName:ListDataQualityJobDefinitions'
, listDataQualityJobDefinitions_endpointName
- A filter that lists the data quality job definitions associated with the
specified endpoint.
$sel:creationTimeAfter:ListDataQualityJobDefinitions'
, listDataQualityJobDefinitions_creationTimeAfter
- A filter that returns only data quality monitoring job definitions
created after the specified time.
$sel:nextToken:ListDataQualityJobDefinitions'
, listDataQualityJobDefinitions_nextToken
- If the result of the previous ListDataQualityJobDefinitions
request
was truncated, the response includes a NextToken
. To retrieve the next
set of transform jobs, use the token in the next request.>
$sel:sortOrder:ListDataQualityJobDefinitions'
, listDataQualityJobDefinitions_sortOrder
- The sort order for results. The default is Descending
.
$sel:creationTimeBefore:ListDataQualityJobDefinitions'
, listDataQualityJobDefinitions_creationTimeBefore
- A filter that returns only data quality monitoring job definitions
created before the specified time.
$sel:maxResults:ListDataQualityJobDefinitions'
, listDataQualityJobDefinitions_maxResults
- The maximum number of data quality monitoring job definitions to return
in the response.
$sel:sortBy:ListDataQualityJobDefinitions'
, listDataQualityJobDefinitions_sortBy
- The field to sort results by. The default is CreationTime
.
Request Lenses
listDataQualityJobDefinitions_nameContains :: Lens' ListDataQualityJobDefinitions (Maybe Text) Source #
A string in the data quality monitoring job definition name. This filter returns only data quality monitoring job definitions whose name contains the specified string.
listDataQualityJobDefinitions_endpointName :: Lens' ListDataQualityJobDefinitions (Maybe Text) Source #
A filter that lists the data quality job definitions associated with the specified endpoint.
listDataQualityJobDefinitions_creationTimeAfter :: Lens' ListDataQualityJobDefinitions (Maybe UTCTime) Source #
A filter that returns only data quality monitoring job definitions created after the specified time.
listDataQualityJobDefinitions_nextToken :: Lens' ListDataQualityJobDefinitions (Maybe Text) Source #
If the result of the previous ListDataQualityJobDefinitions
request
was truncated, the response includes a NextToken
. To retrieve the next
set of transform jobs, use the token in the next request.>
listDataQualityJobDefinitions_sortOrder :: Lens' ListDataQualityJobDefinitions (Maybe SortOrder) Source #
The sort order for results. The default is Descending
.
listDataQualityJobDefinitions_creationTimeBefore :: Lens' ListDataQualityJobDefinitions (Maybe UTCTime) Source #
A filter that returns only data quality monitoring job definitions created before the specified time.
listDataQualityJobDefinitions_maxResults :: Lens' ListDataQualityJobDefinitions (Maybe Natural) Source #
The maximum number of data quality monitoring job definitions to return in the response.
listDataQualityJobDefinitions_sortBy :: Lens' ListDataQualityJobDefinitions (Maybe MonitoringJobDefinitionSortKey) Source #
The field to sort results by. The default is CreationTime
.
Destructuring the Response
data ListDataQualityJobDefinitionsResponse Source #
See: newListDataQualityJobDefinitionsResponse
smart constructor.
ListDataQualityJobDefinitionsResponse' | |
|
Instances
newListDataQualityJobDefinitionsResponse Source #
Create a value of ListDataQualityJobDefinitionsResponse
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:ListDataQualityJobDefinitions'
, listDataQualityJobDefinitionsResponse_nextToken
- If the result of the previous ListDataQualityJobDefinitions
request
was truncated, the response includes a NextToken
. To retrieve the next
set of data quality monitoring job definitions, use the token in the
next request.
$sel:httpStatus:ListDataQualityJobDefinitionsResponse'
, listDataQualityJobDefinitionsResponse_httpStatus
- The response's http status code.
$sel:jobDefinitionSummaries:ListDataQualityJobDefinitionsResponse'
, listDataQualityJobDefinitionsResponse_jobDefinitionSummaries
- A list of data quality monitoring job definitions.
Response Lenses
listDataQualityJobDefinitionsResponse_nextToken :: Lens' ListDataQualityJobDefinitionsResponse (Maybe Text) Source #
If the result of the previous ListDataQualityJobDefinitions
request
was truncated, the response includes a NextToken
. To retrieve the next
set of data quality monitoring job definitions, use the token in the
next request.
listDataQualityJobDefinitionsResponse_httpStatus :: Lens' ListDataQualityJobDefinitionsResponse Int Source #
The response's http status code.
listDataQualityJobDefinitionsResponse_jobDefinitionSummaries :: Lens' ListDataQualityJobDefinitionsResponse [MonitoringJobDefinitionSummary] Source #
A list of data quality monitoring job definitions.