| Copyright | (c) 2013-2018 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 |
| Language | Haskell2010 |
Network.AWS.EMR.ListInstanceFleets
Description
Lists all available details about the instance fleets in a cluster.
This operation returns paginated results.
Synopsis
- listInstanceFleets :: Text -> ListInstanceFleets
- data ListInstanceFleets
- lifMarker :: Lens' ListInstanceFleets (Maybe Text)
- lifClusterId :: Lens' ListInstanceFleets Text
- listInstanceFleetsResponse :: Int -> ListInstanceFleetsResponse
- data ListInstanceFleetsResponse
- lifrsInstanceFleets :: Lens' ListInstanceFleetsResponse [InstanceFleet]
- lifrsMarker :: Lens' ListInstanceFleetsResponse (Maybe Text)
- lifrsResponseStatus :: Lens' ListInstanceFleetsResponse Int
Creating a Request
Arguments
| :: Text | |
| -> ListInstanceFleets |
Creates a value of ListInstanceFleets with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
lifMarker- The pagination token that indicates the next set of results to retrieve.lifClusterId- The unique identifier of the cluster.
data ListInstanceFleets Source #
See: listInstanceFleets smart constructor.
Instances
Request Lenses
lifMarker :: Lens' ListInstanceFleets (Maybe Text) Source #
The pagination token that indicates the next set of results to retrieve.
lifClusterId :: Lens' ListInstanceFleets Text Source #
The unique identifier of the cluster.
Destructuring the Response
listInstanceFleetsResponse Source #
Arguments
| :: Int | |
| -> ListInstanceFleetsResponse |
Creates a value of ListInstanceFleetsResponse with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
lifrsInstanceFleets- The list of instance fleets for the cluster and given filters.lifrsMarker- The pagination token that indicates the next set of results to retrieve.lifrsResponseStatus- -- | The response status code.
data ListInstanceFleetsResponse Source #
See: listInstanceFleetsResponse smart constructor.
Instances
Response Lenses
lifrsInstanceFleets :: Lens' ListInstanceFleetsResponse [InstanceFleet] Source #
The list of instance fleets for the cluster and given filters.
lifrsMarker :: Lens' ListInstanceFleetsResponse (Maybe Text) Source #
The pagination token that indicates the next set of results to retrieve.
lifrsResponseStatus :: Lens' ListInstanceFleetsResponse Int Source #
- - | The response status code.