amazonka-emr-0.0.6: Amazon Elastic MapReduce SDK.

Safe HaskellNone
LanguageHaskell2010

Network.AWS.EMR.ListInstanceGroups

Contents

Description

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

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

Synopsis

Request

Request constructor

listInstanceGroups Source

ListInstanceGroups constructor.

The fields accessible through corresponding lenses are:

Request lenses

ligClusterId :: Lens' ListInstanceGroups Text Source

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

ligMarker :: Lens' ListInstanceGroups (Maybe Text) Source

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

Response

Response constructor

Response lenses

ligrInstanceGroups :: Lens' ListInstanceGroupsResponse [InstanceGroup] Source

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

ligrMarker :: Lens' ListInstanceGroupsResponse (Maybe Text) Source

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