| 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.Route53RecoveryReadiness.ListCells
Description
Lists the cells for an account.
This operation returns paginated results.
Synopsis
- data ListCells = ListCells' {}
- newListCells :: ListCells
- listCells_maxResults :: Lens' ListCells (Maybe Natural)
- listCells_nextToken :: Lens' ListCells (Maybe Text)
- data ListCellsResponse = ListCellsResponse' {
- cells :: Maybe [CellOutput]
- nextToken :: Maybe Text
- httpStatus :: Int
- newListCellsResponse :: Int -> ListCellsResponse
- listCellsResponse_cells :: Lens' ListCellsResponse (Maybe [CellOutput])
- listCellsResponse_nextToken :: Lens' ListCellsResponse (Maybe Text)
- listCellsResponse_httpStatus :: Lens' ListCellsResponse Int
Creating a Request
See: newListCells smart constructor.
Constructors
| ListCells' | |
Instances
newListCells :: ListCells Source #
Create a value of ListCells 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:ListCells', listCells_maxResults - The number of objects that you want to return with this call.
ListCells, listCells_nextToken - The token that identifies which batch of results you want to see.
Request Lenses
listCells_maxResults :: Lens' ListCells (Maybe Natural) Source #
The number of objects that you want to return with this call.
listCells_nextToken :: Lens' ListCells (Maybe Text) Source #
The token that identifies which batch of results you want to see.
Destructuring the Response
data ListCellsResponse Source #
See: newListCellsResponse smart constructor.
Constructors
| ListCellsResponse' | |
Fields
| |
Instances
Arguments
| :: Int | |
| -> ListCellsResponse |
Create a value of ListCellsResponse 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:
ListCellsResponse, listCellsResponse_cells - A list of cells.
ListCells, listCellsResponse_nextToken - The token that identifies which batch of results you want to see.
$sel:httpStatus:ListCellsResponse', listCellsResponse_httpStatus - The response's http status code.
Response Lenses
listCellsResponse_cells :: Lens' ListCellsResponse (Maybe [CellOutput]) Source #
A list of cells.
listCellsResponse_nextToken :: Lens' ListCellsResponse (Maybe Text) Source #
The token that identifies which batch of results you want to see.
listCellsResponse_httpStatus :: Lens' ListCellsResponse Int Source #
The response's http status code.