amazonka-emr-1.3.4: Amazon Elastic MapReduce SDK.

Copyright(c) 2013-2015 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone
LanguageHaskell2010

Network.AWS.EMR.ListBootstrapActions

Contents

Description

Provides information about the bootstrap actions associated with a cluster.

See: AWS API Reference for ListBootstrapActions.

This operation returns paginated results.

Synopsis

Creating a Request

listBootstrapActions Source

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:

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:

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 .