Copyright | (c) 2013-2016 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Language | Haskell2010 |
Provides information about the bootstrap actions associated with a cluster.
This operation returns paginated results.
- listBootstrapActions :: Text -> ListBootstrapActions
- data ListBootstrapActions
- lbaMarker :: Lens' ListBootstrapActions (Maybe Text)
- lbaClusterId :: Lens' ListBootstrapActions Text
- listBootstrapActionsResponse :: Int -> ListBootstrapActionsResponse
- data ListBootstrapActionsResponse
- lbarsBootstrapActions :: Lens' ListBootstrapActionsResponse [Command]
- lbarsMarker :: Lens' ListBootstrapActionsResponse (Maybe Text)
- lbarsResponseStatus :: Lens' ListBootstrapActionsResponse Int
Creating a Request
Creates a value of ListBootstrapActions
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data ListBootstrapActions Source #
This input determines which bootstrap actions to retrieve.
See: listBootstrapActions
smart constructor.
Request Lenses
lbaMarker :: Lens' ListBootstrapActions (Maybe Text) Source #
The pagination token that indicates the next set of results to retrieve .
lbaClusterId :: Lens' ListBootstrapActions Text Source #
The cluster identifier for the bootstrap actions to list .
Destructuring the Response
listBootstrapActionsResponse Source #
Creates a value of ListBootstrapActionsResponse
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data ListBootstrapActionsResponse Source #
This output contains the boostrap actions detail .
See: listBootstrapActionsResponse
smart constructor.
Response Lenses
lbarsBootstrapActions :: Lens' ListBootstrapActionsResponse [Command] Source #
The bootstrap actions associated with the cluster .
lbarsMarker :: Lens' ListBootstrapActionsResponse (Maybe Text) Source #
The pagination token that indicates the next set of results to retrieve .
lbarsResponseStatus :: Lens' ListBootstrapActionsResponse Int Source #
The response status code.