Safe Haskell | None |
---|---|
Language | Haskell2010 |
ModifyInstanceGroups modifies the number of nodes and configuration settings of an instance group. The input parameters include the new target instance count for the group and the instance group ID. The call will either succeed or fail atomically.
http://docs.aws.amazon.com/ElasticMapReduce/latest/API/API_ModifyInstanceGroups.html
Request
data ModifyInstanceGroups Source
Request constructor
modifyInstanceGroups :: ModifyInstanceGroups Source
ModifyInstanceGroups
constructor.
The fields accessible through corresponding lenses are:
Request lenses
migInstanceGroups :: Lens' ModifyInstanceGroups [InstanceGroupModifyConfig] Source
Instance groups to change.