RemoveAutoScalingPolicy
Source:
src/AWS/EMR/RemoveAutoScalingPolicy.ts
Runtime binding for elasticmapreduce:RemoveAutoScalingPolicy — detaches the automatic scaling policy from an instance group of the bound cluster.
Scaling the Cluster
Section titled “Scaling the Cluster”const removeAutoScaling = yield* AWS.EMR.RemoveAutoScalingPolicy(cluster);
yield* removeAutoScaling({ InstanceGroupId: taskGroupId });