| 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.Athena.ListApplicationDPUSizes
Description
Returns the supported DPU sizes for the supported application runtimes
(for example, Jupyter 1.0).
Synopsis
- data ListApplicationDPUSizes = ListApplicationDPUSizes' {}
- newListApplicationDPUSizes :: ListApplicationDPUSizes
- listApplicationDPUSizes_maxResults :: Lens' ListApplicationDPUSizes (Maybe Natural)
- listApplicationDPUSizes_nextToken :: Lens' ListApplicationDPUSizes (Maybe Text)
- data ListApplicationDPUSizesResponse = ListApplicationDPUSizesResponse' {}
- newListApplicationDPUSizesResponse :: Int -> ListApplicationDPUSizesResponse
- listApplicationDPUSizesResponse_applicationDPUSizes :: Lens' ListApplicationDPUSizesResponse (Maybe [ApplicationDPUSizes])
- listApplicationDPUSizesResponse_nextToken :: Lens' ListApplicationDPUSizesResponse (Maybe Text)
- listApplicationDPUSizesResponse_httpStatus :: Lens' ListApplicationDPUSizesResponse Int
Creating a Request
data ListApplicationDPUSizes Source #
See: newListApplicationDPUSizes smart constructor.
Constructors
| ListApplicationDPUSizes' | |
Instances
newListApplicationDPUSizes :: ListApplicationDPUSizes Source #
Create a value of ListApplicationDPUSizes 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:maxResults:ListApplicationDPUSizes', listApplicationDPUSizes_maxResults - Specifies the maximum number of results to return.
ListApplicationDPUSizes, listApplicationDPUSizes_nextToken - A token generated by the Athena service that specifies where to continue
pagination if a previous request was truncated.
Request Lenses
listApplicationDPUSizes_maxResults :: Lens' ListApplicationDPUSizes (Maybe Natural) Source #
Specifies the maximum number of results to return.
listApplicationDPUSizes_nextToken :: Lens' ListApplicationDPUSizes (Maybe Text) Source #
A token generated by the Athena service that specifies where to continue pagination if a previous request was truncated.
Destructuring the Response
data ListApplicationDPUSizesResponse Source #
See: newListApplicationDPUSizesResponse smart constructor.
Constructors
| ListApplicationDPUSizesResponse' | |
Fields
| |
Instances
newListApplicationDPUSizesResponse Source #
Create a value of ListApplicationDPUSizesResponse 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:applicationDPUSizes:ListApplicationDPUSizesResponse', listApplicationDPUSizesResponse_applicationDPUSizes - A list of the supported DPU sizes that the application runtime supports.
ListApplicationDPUSizes, listApplicationDPUSizesResponse_nextToken - A token generated by the Athena service that specifies where to continue
pagination if a previous request was truncated. To obtain the next set
of pages, pass in the NextToken from the response object of the
previous page call.
$sel:httpStatus:ListApplicationDPUSizesResponse', listApplicationDPUSizesResponse_httpStatus - The response's http status code.
Response Lenses
listApplicationDPUSizesResponse_applicationDPUSizes :: Lens' ListApplicationDPUSizesResponse (Maybe [ApplicationDPUSizes]) Source #
A list of the supported DPU sizes that the application runtime supports.
listApplicationDPUSizesResponse_nextToken :: Lens' ListApplicationDPUSizesResponse (Maybe Text) Source #
A token generated by the Athena service that specifies where to continue
pagination if a previous request was truncated. To obtain the next set
of pages, pass in the NextToken from the response object of the
previous page call.
listApplicationDPUSizesResponse_httpStatus :: Lens' ListApplicationDPUSizesResponse Int Source #
The response's http status code.