amazonka-emr-1.4.2: Amazon Elastic MapReduce SDK.

Copyright(c) 2013-2016 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.

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:

data ListBootstrapActions Source #

This input determines which bootstrap actions to retrieve.

See: listBootstrapActions smart constructor.

Instances

Eq ListBootstrapActions Source # 
Data ListBootstrapActions Source # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> ListBootstrapActions -> c ListBootstrapActions #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c ListBootstrapActions #

toConstr :: ListBootstrapActions -> Constr #

dataTypeOf :: ListBootstrapActions -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c ListBootstrapActions) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c ListBootstrapActions) #

gmapT :: (forall b. Data b => b -> b) -> ListBootstrapActions -> ListBootstrapActions #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> ListBootstrapActions -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> ListBootstrapActions -> r #

gmapQ :: (forall d. Data d => d -> u) -> ListBootstrapActions -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> ListBootstrapActions -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> ListBootstrapActions -> m ListBootstrapActions #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> ListBootstrapActions -> m ListBootstrapActions #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> ListBootstrapActions -> m ListBootstrapActions #

Read ListBootstrapActions Source # 
Show ListBootstrapActions Source # 
Generic ListBootstrapActions Source # 
ToJSON ListBootstrapActions Source # 
Hashable ListBootstrapActions Source # 
NFData ListBootstrapActions Source # 

Methods

rnf :: ListBootstrapActions -> () #

AWSPager ListBootstrapActions Source # 
AWSRequest ListBootstrapActions Source # 
ToPath ListBootstrapActions Source # 
ToHeaders ListBootstrapActions Source # 
ToQuery ListBootstrapActions Source # 
type Rep ListBootstrapActions Source # 
type Rep ListBootstrapActions = D1 (MetaData "ListBootstrapActions" "Network.AWS.EMR.ListBootstrapActions" "amazonka-emr-1.4.2-5NZT5Iz18pvJwJB8sAWgae" False) (C1 (MetaCons "ListBootstrapActions'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_lbaMarker") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) (S1 (MetaSel (Just Symbol "_lbaClusterId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text))))
type Rs ListBootstrapActions Source # 

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.

Instances

Eq ListBootstrapActionsResponse Source # 
Data ListBootstrapActionsResponse Source # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> ListBootstrapActionsResponse -> c ListBootstrapActionsResponse #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c ListBootstrapActionsResponse #

toConstr :: ListBootstrapActionsResponse -> Constr #

dataTypeOf :: ListBootstrapActionsResponse -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c ListBootstrapActionsResponse) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c ListBootstrapActionsResponse) #

gmapT :: (forall b. Data b => b -> b) -> ListBootstrapActionsResponse -> ListBootstrapActionsResponse #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> ListBootstrapActionsResponse -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> ListBootstrapActionsResponse -> r #

gmapQ :: (forall d. Data d => d -> u) -> ListBootstrapActionsResponse -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> ListBootstrapActionsResponse -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> ListBootstrapActionsResponse -> m ListBootstrapActionsResponse #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> ListBootstrapActionsResponse -> m ListBootstrapActionsResponse #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> ListBootstrapActionsResponse -> m ListBootstrapActionsResponse #

Read ListBootstrapActionsResponse Source # 
Show ListBootstrapActionsResponse Source # 
Generic ListBootstrapActionsResponse Source # 
NFData ListBootstrapActionsResponse Source # 
type Rep ListBootstrapActionsResponse Source # 
type Rep ListBootstrapActionsResponse = D1 (MetaData "ListBootstrapActionsResponse" "Network.AWS.EMR.ListBootstrapActions" "amazonka-emr-1.4.2-5NZT5Iz18pvJwJB8sAWgae" False) (C1 (MetaCons "ListBootstrapActionsResponse'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_lbarsBootstrapActions") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [Command]))) ((:*:) (S1 (MetaSel (Just Symbol "_lbarsMarker") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) (S1 (MetaSel (Just Symbol "_lbarsResponseStatus") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Int)))))

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 .