autoscaling_delete_policy: Deletes the specified scaling policy
Description
Deletes the specified scaling policy.
Deleting either a step scaling policy or a simple scaling policy deletes
the underlying alarm action, but does not delete the alarm, even if it
no longer has an associated action.
if (FALSE) {
# This example deletes the specified Auto Scaling policy.svc$delete_policy(
AutoScalingGroupName = "my-auto-scaling-group",
PolicyName = "my-step-scale-out-policy")
}