| Copyright | (c) 2013-2015 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay <brendan.g.hay@gmail.com> |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | None |
| Language | Haskell2010 |
Network.AWS.ELB.DeleteLoadBalancerPolicy
Description
Deletes the specified policy from the specified load balancer. This policy must not be enabled for any listeners.
See: AWS API Reference for DeleteLoadBalancerPolicy.
- deleteLoadBalancerPolicy :: Text -> Text -> DeleteLoadBalancerPolicy
- data DeleteLoadBalancerPolicy
- dLoadBalancerName :: Lens' DeleteLoadBalancerPolicy Text
- dPolicyName :: Lens' DeleteLoadBalancerPolicy Text
- deleteLoadBalancerPolicyResponse :: Int -> DeleteLoadBalancerPolicyResponse
- data DeleteLoadBalancerPolicyResponse
- delrsResponseStatus :: Lens' DeleteLoadBalancerPolicyResponse Int
Creating a Request
deleteLoadBalancerPolicy Source
Arguments
| :: Text | |
| -> Text | |
| -> DeleteLoadBalancerPolicy |
Creates a value of DeleteLoadBalancerPolicy with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data DeleteLoadBalancerPolicy Source
=
See: deleteLoadBalancerPolicy smart constructor.
Instances
Request Lenses
dLoadBalancerName :: Lens' DeleteLoadBalancerPolicy Text Source
The name of the load balancer.
dPolicyName :: Lens' DeleteLoadBalancerPolicy Text Source
The name of the policy.
Destructuring the Response
deleteLoadBalancerPolicyResponse Source
Arguments
| :: Int | |
| -> DeleteLoadBalancerPolicyResponse |
Creates a value of DeleteLoadBalancerPolicyResponse with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data DeleteLoadBalancerPolicyResponse Source
See: deleteLoadBalancerPolicyResponse smart constructor.
Response Lenses
delrsResponseStatus :: Lens' DeleteLoadBalancerPolicyResponse Int Source
The response status code.