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