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.ListInstanceGroups

Contents

Description

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

See: AWS API Reference for ListInstanceGroups.

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:

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:

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.