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 |
Retrieves a sortable, filterable list of existing Glue machine learning
transforms in this Amazon Web Services account, or the resources with
the specified tag. This operation takes the optional Tags
field, which
you can use as a filter of the responses so that tagged resources can be
retrieved as a group. If you choose to use tag filtering, only resources
with the tags are retrieved.
Synopsis
- data ListMLTransforms = ListMLTransforms' {}
- newListMLTransforms :: ListMLTransforms
- listMLTransforms_nextToken :: Lens' ListMLTransforms (Maybe Text)
- listMLTransforms_sort :: Lens' ListMLTransforms (Maybe TransformSortCriteria)
- listMLTransforms_filter :: Lens' ListMLTransforms (Maybe TransformFilterCriteria)
- listMLTransforms_maxResults :: Lens' ListMLTransforms (Maybe Natural)
- listMLTransforms_tags :: Lens' ListMLTransforms (Maybe (HashMap Text Text))
- data ListMLTransformsResponse = ListMLTransformsResponse' {
- nextToken :: Maybe Text
- httpStatus :: Int
- transformIds :: [Text]
- newListMLTransformsResponse :: Int -> ListMLTransformsResponse
- listMLTransformsResponse_nextToken :: Lens' ListMLTransformsResponse (Maybe Text)
- listMLTransformsResponse_httpStatus :: Lens' ListMLTransformsResponse Int
- listMLTransformsResponse_transformIds :: Lens' ListMLTransformsResponse [Text]
Creating a Request
data ListMLTransforms Source #
See: newListMLTransforms
smart constructor.
ListMLTransforms' | |
|
Instances
newListMLTransforms :: ListMLTransforms Source #
Create a value of ListMLTransforms
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:ListMLTransforms'
, listMLTransforms_nextToken
- A continuation token, if this is a continuation request.
$sel:sort:ListMLTransforms'
, listMLTransforms_sort
- A TransformSortCriteria
used to sort the machine learning transforms.
$sel:filter':ListMLTransforms'
, listMLTransforms_filter
- A TransformFilterCriteria
used to filter the machine learning
transforms.
$sel:maxResults:ListMLTransforms'
, listMLTransforms_maxResults
- The maximum size of a list to return.
$sel:tags:ListMLTransforms'
, listMLTransforms_tags
- Specifies to return only these tagged resources.
Request Lenses
listMLTransforms_nextToken :: Lens' ListMLTransforms (Maybe Text) Source #
A continuation token, if this is a continuation request.
listMLTransforms_sort :: Lens' ListMLTransforms (Maybe TransformSortCriteria) Source #
A TransformSortCriteria
used to sort the machine learning transforms.
listMLTransforms_filter :: Lens' ListMLTransforms (Maybe TransformFilterCriteria) Source #
A TransformFilterCriteria
used to filter the machine learning
transforms.
listMLTransforms_maxResults :: Lens' ListMLTransforms (Maybe Natural) Source #
The maximum size of a list to return.
listMLTransforms_tags :: Lens' ListMLTransforms (Maybe (HashMap Text Text)) Source #
Specifies to return only these tagged resources.
Destructuring the Response
data ListMLTransformsResponse Source #
See: newListMLTransformsResponse
smart constructor.
ListMLTransformsResponse' | |
|
Instances
newListMLTransformsResponse Source #
Create a value of ListMLTransformsResponse
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:ListMLTransforms'
, listMLTransformsResponse_nextToken
- A continuation token, if the returned list does not contain the last
metric available.
$sel:httpStatus:ListMLTransformsResponse'
, listMLTransformsResponse_httpStatus
- The response's http status code.
$sel:transformIds:ListMLTransformsResponse'
, listMLTransformsResponse_transformIds
- The identifiers of all the machine learning transforms in the account,
or the machine learning transforms with the specified tags.
Response Lenses
listMLTransformsResponse_nextToken :: Lens' ListMLTransformsResponse (Maybe Text) Source #
A continuation token, if the returned list does not contain the last metric available.
listMLTransformsResponse_httpStatus :: Lens' ListMLTransformsResponse Int Source #
The response's http status code.
listMLTransformsResponse_transformIds :: Lens' ListMLTransformsResponse [Text] Source #
The identifiers of all the machine learning transforms in the account, or the machine learning transforms with the specified tags.