Safe Haskell | None |
---|---|
Language | Haskell2010 |
Executes the specified policy.
http://docs.aws.amazon.com/AutoScaling/latest/APIReference/API_ExecutePolicy.html
Request
data ExecutePolicy Source
Request constructor
ExecutePolicy
constructor.
The fields accessible through corresponding lenses are:
Request lenses
epAutoScalingGroupName :: Lens' ExecutePolicy (Maybe Text) Source
The name or Amazon Resource Name (ARN) of the Auto Scaling group.
epHonorCooldown :: Lens' ExecutePolicy (Maybe Bool) Source
Set to True
if you want Auto Scaling to wait for the cooldown period
associated with the Auto Scaling group to complete before executing the
policy.
Set to False
if you want Auto Scaling to circumvent the cooldown period
associated with the Auto Scaling group and execute the policy before the
cooldown period ends.
For more information, see Understanding Auto Scaling Cooldowns in the AutoScaling Developer Guide.
epPolicyName :: Lens' ExecutePolicy Text Source
The name or ARN of the policy.
Response
Response constructor
executePolicyResponse :: ExecutePolicyResponse Source
ExecutePolicyResponse
constructor.