| Safe Haskell | None | 
|---|---|
| Language | Haskell2010 | 
Network.AWS.AutoScaling.DeletePolicy
Description
Deletes the specified Auto Scaling policy.
http://docs.aws.amazon.com/AutoScaling/latest/APIReference/API_DeletePolicy.html
Request
data DeletePolicy Source
Request constructor
Arguments
| :: Text | |
| -> DeletePolicy | 
DeletePolicy constructor.
The fields accessible through corresponding lenses are:
Request lenses
dpAutoScalingGroupName :: Lens' DeletePolicy (Maybe Text) Source
The name of the Auto Scaling group.
dpPolicyName :: Lens' DeletePolicy Text Source
The name or Amazon Resource Name (ARN) of the policy.
Response
Response constructor
deletePolicyResponse :: DeletePolicyResponse Source
DeletePolicyResponse constructor.