amazonka-emr-0.1.1: Amazon Elastic MapReduce SDK.

Safe HaskellNone
LanguageHaskell2010

Network.AWS.EMR.ListBootstrapActions

Contents

Description

Provides information about the bootstrap actions associated with a cluster.

http://docs.aws.amazon.com/ElasticMapReduce/latest/API/API_ListBootstrapActions.html

Synopsis

Request

Request constructor

listBootstrapActions Source

ListBootstrapActions constructor.

The fields accessible through corresponding lenses are:

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

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 .