amazonka-elb-0.1.4: Amazon Elastic Load Balancing SDK.

Safe HaskellNone
LanguageHaskell2010

Network.AWS.ELB.DeleteLoadBalancerPolicy

Contents

Description

Deletes a policy from the load balancer. The specified policy must not be enabled for any listeners.

http://docs.aws.amazon.com/ElasticLoadBalancing/latest/APIReference/API_DeleteLoadBalancerPolicy.html

Synopsis

Request

Request constructor

Request lenses

dlbp1LoadBalancerName :: Lens' DeleteLoadBalancerPolicy Text Source

The mnemonic name associated with the load balancer.

dlbp1PolicyName :: Lens' DeleteLoadBalancerPolicy Text Source

The mnemonic name for the policy being deleted.

Response

Response constructor