emr_modify_instance_fleet {paws.analytics} | R Documentation |
Modifies the target On-Demand and target Spot capacities for the instance fleet with the specified InstanceFleetID within the cluster specified using ClusterID
Description
Modifies the target On-Demand and target Spot capacities for the instance fleet with the specified InstanceFleetID within the cluster specified using ClusterID. The call either succeeds or fails atomically.
See https://www.paws-r-sdk.com/docs/emr_modify_instance_fleet/ for full documentation.
Usage
emr_modify_instance_fleet(ClusterId, InstanceFleet)
Arguments
ClusterId |
[required] The unique identifier of the cluster. |
InstanceFleet |
[required] The configuration parameters of the instance fleet. |
[Package paws.analytics version 0.9.0 Index]