amazonka-emr-0.3.5: Amazon Elastic MapReduce SDK.

Safe HaskellNone
LanguageHaskell2010

Network.AWS.EMR.AddInstanceGroups

Contents

Description

AddInstanceGroups adds an instance group to a running cluster.

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

Synopsis

Request

Request constructor

addInstanceGroups Source

AddInstanceGroups constructor.

The fields accessible through corresponding lenses are:

Request lenses

aigJobFlowId :: Lens' AddInstanceGroups Text Source

Job flow in which to add the instance groups.

Response

Response constructor

Response lenses

aigrInstanceGroupIds :: Lens' AddInstanceGroupsResponse [Text] Source

Instance group IDs of the newly created instance groups.

aigrJobFlowId :: Lens' AddInstanceGroupsResponse (Maybe Text) Source

The job flow ID in which the instance groups are added.