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 license type conversion tasks for your account.
Synopsis
- data ListLicenseConversionTasks = ListLicenseConversionTasks' {}
- newListLicenseConversionTasks :: ListLicenseConversionTasks
- listLicenseConversionTasks_filters :: Lens' ListLicenseConversionTasks (Maybe [Filter])
- listLicenseConversionTasks_nextToken :: Lens' ListLicenseConversionTasks (Maybe Text)
- listLicenseConversionTasks_maxResults :: Lens' ListLicenseConversionTasks (Maybe Int)
- data ListLicenseConversionTasksResponse = ListLicenseConversionTasksResponse' {}
- newListLicenseConversionTasksResponse :: Int -> ListLicenseConversionTasksResponse
- listLicenseConversionTasksResponse_licenseConversionTasks :: Lens' ListLicenseConversionTasksResponse (Maybe [LicenseConversionTask])
- listLicenseConversionTasksResponse_nextToken :: Lens' ListLicenseConversionTasksResponse (Maybe Text)
- listLicenseConversionTasksResponse_httpStatus :: Lens' ListLicenseConversionTasksResponse Int
Creating a Request
data ListLicenseConversionTasks Source #
See: newListLicenseConversionTasks
smart constructor.
Instances
newListLicenseConversionTasks :: ListLicenseConversionTasks Source #
Create a value of ListLicenseConversionTasks
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:filters:ListLicenseConversionTasks'
, listLicenseConversionTasks_filters
- Filters to scope the results. Valid filters are ResourceArns
and
Status
.
$sel:nextToken:ListLicenseConversionTasks'
, listLicenseConversionTasks_nextToken
- Token for the next set of results.
$sel:maxResults:ListLicenseConversionTasks'
, listLicenseConversionTasks_maxResults
- Maximum number of results to return in a single call.
Request Lenses
listLicenseConversionTasks_filters :: Lens' ListLicenseConversionTasks (Maybe [Filter]) Source #
Filters to scope the results. Valid filters are ResourceArns
and
Status
.
listLicenseConversionTasks_nextToken :: Lens' ListLicenseConversionTasks (Maybe Text) Source #
Token for the next set of results.
listLicenseConversionTasks_maxResults :: Lens' ListLicenseConversionTasks (Maybe Int) Source #
Maximum number of results to return in a single call.
Destructuring the Response
data ListLicenseConversionTasksResponse Source #
See: newListLicenseConversionTasksResponse
smart constructor.
ListLicenseConversionTasksResponse' | |
|
Instances
newListLicenseConversionTasksResponse Source #
Create a value of ListLicenseConversionTasksResponse
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:licenseConversionTasks:ListLicenseConversionTasksResponse'
, listLicenseConversionTasksResponse_licenseConversionTasks
- Information about the license configuration tasks for your account.
$sel:nextToken:ListLicenseConversionTasks'
, listLicenseConversionTasksResponse_nextToken
- Token for the next set of results.
$sel:httpStatus:ListLicenseConversionTasksResponse'
, listLicenseConversionTasksResponse_httpStatus
- The response's http status code.
Response Lenses
listLicenseConversionTasksResponse_licenseConversionTasks :: Lens' ListLicenseConversionTasksResponse (Maybe [LicenseConversionTask]) Source #
Information about the license configuration tasks for your account.
listLicenseConversionTasksResponse_nextToken :: Lens' ListLicenseConversionTasksResponse (Maybe Text) Source #
Token for the next set of results.
listLicenseConversionTasksResponse_httpStatus :: Lens' ListLicenseConversionTasksResponse Int Source #
The response's http status code.