Safe Haskell | None |
---|---|
Language | Haskell2010 |
Provides information about the bootstrap actions associated with a cluster.
http://docs.aws.amazon.com/ElasticMapReduce/latest/API/API_ListBootstrapActions.html
- data ListBootstrapActions
- listBootstrapActions :: Text -> ListBootstrapActions
- lbaClusterId :: Lens' ListBootstrapActions Text
- lbaMarker :: Lens' ListBootstrapActions (Maybe Text)
- data ListBootstrapActionsResponse
- listBootstrapActionsResponse :: ListBootstrapActionsResponse
- lbarBootstrapActions :: Lens' ListBootstrapActionsResponse [Command]
- lbarMarker :: Lens' ListBootstrapActionsResponse (Maybe Text)
Request
data ListBootstrapActions Source
Eq ListBootstrapActions | |
Ord ListBootstrapActions | |
Read ListBootstrapActions | |
Show ListBootstrapActions | |
ToJSON ListBootstrapActions | |
AWSRequest ListBootstrapActions | |
AWSPager ListBootstrapActions | |
ToQuery ListBootstrapActions | |
ToPath ListBootstrapActions | |
ToHeaders ListBootstrapActions | |
type Sv ListBootstrapActions = EMR | |
type Rs ListBootstrapActions = ListBootstrapActionsResponse |
Request constructor
ListBootstrapActions
constructor.
The fields accessible through corresponding lenses are:
lbaClusterId
::
Text
lbaMarker
::
Maybe
Text
Request lenses
lbaClusterId :: Lens' ListBootstrapActions Text Source
The cluster identifier for the bootstrap actions to list .
lbaMarker :: Lens' ListBootstrapActions (Maybe Text) Source
The pagination token that indicates the next set of results to retrieve .
Response
Response constructor
listBootstrapActionsResponse :: ListBootstrapActionsResponse Source
ListBootstrapActionsResponse
constructor.
The fields accessible through corresponding lenses are:
Response lenses
lbarBootstrapActions :: Lens' ListBootstrapActionsResponse [Command] Source
The bootstrap actions associated with the cluster .
lbarMarker :: Lens' ListBootstrapActionsResponse (Maybe Text) Source
The pagination token that indicates the next set of results to retrieve .