amazonka-emr-1.4.4: 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.ListInstanceGroups

Contents

Description

Provides all available details about the instance groups in a cluster.

This operation returns paginated results.

Synopsis

Creating a Request

listInstanceGroups Source #

Creates a value of ListInstanceGroups with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

data ListInstanceGroups Source #

This input determines which instance groups to retrieve.

See: listInstanceGroups smart constructor.

Instances

Eq ListInstanceGroups Source # 
Data ListInstanceGroups Source # 

Methods

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

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

toConstr :: ListInstanceGroups -> Constr #

dataTypeOf :: ListInstanceGroups -> DataType #

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

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

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

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

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

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

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

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

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

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

Read ListInstanceGroups Source # 
Show ListInstanceGroups Source # 
Generic ListInstanceGroups Source # 
Hashable ListInstanceGroups Source # 
NFData ListInstanceGroups Source # 

Methods

rnf :: ListInstanceGroups -> () #

AWSPager ListInstanceGroups Source # 
AWSRequest ListInstanceGroups Source # 
ToPath ListInstanceGroups Source # 
ToHeaders ListInstanceGroups Source # 
ToQuery ListInstanceGroups Source # 
ToJSON ListInstanceGroups Source # 
type Rep ListInstanceGroups Source # 
type Rep ListInstanceGroups = D1 (MetaData "ListInstanceGroups" "Network.AWS.EMR.ListInstanceGroups" "amazonka-emr-1.4.4-BDieJu6dH3aIIsIY4833eU" False) (C1 (MetaCons "ListInstanceGroups'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_ligMarker") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) (S1 (MetaSel (Just Symbol "_ligClusterId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text))))
type Rs ListInstanceGroups Source # 

Request Lenses

ligMarker :: Lens' ListInstanceGroups (Maybe Text) Source #

The pagination token that indicates the next set of results to retrieve.

ligClusterId :: Lens' ListInstanceGroups Text Source #

The identifier of the cluster for which to list the instance groups.

Destructuring the Response

listInstanceGroupsResponse Source #

Creates a value of ListInstanceGroupsResponse with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

data ListInstanceGroupsResponse Source #

This input determines which instance groups to retrieve.

See: listInstanceGroupsResponse smart constructor.

Instances

Eq ListInstanceGroupsResponse Source # 
Data ListInstanceGroupsResponse Source # 

Methods

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

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

toConstr :: ListInstanceGroupsResponse -> Constr #

dataTypeOf :: ListInstanceGroupsResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Read ListInstanceGroupsResponse Source # 
Show ListInstanceGroupsResponse Source # 
Generic ListInstanceGroupsResponse Source # 
NFData ListInstanceGroupsResponse Source # 
type Rep ListInstanceGroupsResponse Source # 
type Rep ListInstanceGroupsResponse = D1 (MetaData "ListInstanceGroupsResponse" "Network.AWS.EMR.ListInstanceGroups" "amazonka-emr-1.4.4-BDieJu6dH3aIIsIY4833eU" False) (C1 (MetaCons "ListInstanceGroupsResponse'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_ligrsMarker") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) ((:*:) (S1 (MetaSel (Just Symbol "_ligrsInstanceGroups") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [InstanceGroup]))) (S1 (MetaSel (Just Symbol "_ligrsResponseStatus") NoSourceUnpackedness SourceStrict DecidedUnpack) (Rec0 Int)))))

Response Lenses

ligrsMarker :: Lens' ListInstanceGroupsResponse (Maybe Text) Source #

The pagination token that indicates the next set of results to retrieve.

ligrsInstanceGroups :: Lens' ListInstanceGroupsResponse [InstanceGroup] Source #

The list of instance groups for the cluster and given filters.