| 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 |
Amazonka.WellArchitected.ListLenses
Description
List the available lenses.
Synopsis
- data ListLenses = ListLenses' {}
- newListLenses :: ListLenses
- listLenses_nextToken :: Lens' ListLenses (Maybe Text)
- listLenses_maxResults :: Lens' ListLenses (Maybe Natural)
- data ListLensesResponse = ListLensesResponse' {
- nextToken :: Maybe Text
- lensSummaries :: Maybe [LensSummary]
- httpStatus :: Int
- newListLensesResponse :: Int -> ListLensesResponse
- listLensesResponse_nextToken :: Lens' ListLensesResponse (Maybe Text)
- listLensesResponse_lensSummaries :: Lens' ListLensesResponse (Maybe [LensSummary])
- listLensesResponse_httpStatus :: Lens' ListLensesResponse Int
Creating a Request
data ListLenses Source #
Input to list lenses.
See: newListLenses smart constructor.
Constructors
| ListLenses' | |
Instances
newListLenses :: ListLenses Source #
Create a value of ListLenses 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:ListLenses', listLenses_nextToken - Undocumented member.
$sel:maxResults:ListLenses', listLenses_maxResults - Undocumented member.
Request Lenses
listLenses_nextToken :: Lens' ListLenses (Maybe Text) Source #
Undocumented member.
listLenses_maxResults :: Lens' ListLenses (Maybe Natural) Source #
Undocumented member.
Destructuring the Response
data ListLensesResponse Source #
Output of a list lenses call.
See: newListLensesResponse smart constructor.
Constructors
| ListLensesResponse' | |
Fields
| |
Instances
newListLensesResponse Source #
Arguments
| :: Int | |
| -> ListLensesResponse |
Create a value of ListLensesResponse 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:ListLenses', listLensesResponse_nextToken - Undocumented member.
$sel:lensSummaries:ListLensesResponse', listLensesResponse_lensSummaries - Undocumented member.
$sel:httpStatus:ListLensesResponse', listLensesResponse_httpStatus - The response's http status code.
Response Lenses
listLensesResponse_nextToken :: Lens' ListLensesResponse (Maybe Text) Source #
Undocumented member.
listLensesResponse_lensSummaries :: Lens' ListLensesResponse (Maybe [LensSummary]) Source #
Undocumented member.
listLensesResponse_httpStatus :: Lens' ListLensesResponse Int Source #
The response's http status code.