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.
# NOT RUN {# This example deletes the specified Auto Scaling policy.svc$delete_policy(
AutoScalingGroupName = "my-auto-scaling-group",
PolicyName = "ScaleIn")
# }# NOT RUN {# }