amazonka-emr-1.0.1: 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.AddInstanceGroups

Contents

Description

AddInstanceGroups adds an instance group to a running cluster.

See: AWS API Reference for AddInstanceGroups.

Synopsis

Creating a Request

addInstanceGroups Source

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

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

Request Lenses

aigJobFlowId :: Lens' AddInstanceGroups Text Source

Job flow in which to add the instance groups.

Destructuring the Response

addInstanceGroupsResponse Source

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

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

Response Lenses

aigrsJobFlowId :: Lens' AddInstanceGroupsResponse (Maybe Text) Source

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

aigrsInstanceGroupIds :: Lens' AddInstanceGroupsResponse [Text] Source

Instance group IDs of the newly created instance groups.