| 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.Route53RecoveryReadiness.ListCells
Description
Returns a collection of Cells.
This operation returns paginated results.
Synopsis
- data ListCells = ListCells' {}
- newListCells :: ListCells
- listCells_nextToken :: Lens' ListCells (Maybe Text)
- listCells_maxResults :: Lens' ListCells (Maybe Natural)
- 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:nextToken:ListCells', listCells_nextToken - A token used to resume pagination from the end of a previous request.
$sel:maxResults:ListCells', listCells_maxResults - Upper bound on number of records to return.
Request Lenses
listCells_nextToken :: Lens' ListCells (Maybe Text) Source #
A token used to resume pagination from the end of a previous request.
listCells_maxResults :: Lens' ListCells (Maybe Natural) Source #
Upper bound on number of records to return.
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:
$sel:cells:ListCellsResponse', listCellsResponse_cells - A list of Cells
$sel:nextToken:ListCells', listCellsResponse_nextToken - A token that can be used to resume pagination from the end of the
collection.
$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 #
A token that can be used to resume pagination from the end of the collection.
listCellsResponse_httpStatus :: Lens' ListCellsResponse Int Source #
The response's http status code.