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 |
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
- delrsStatus :: Lens' DeleteLoadBalancerPolicyResponse Int
Creating a Request
deleteLoadBalancerPolicy Source
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.
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
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
delrsStatus :: Lens' DeleteLoadBalancerPolicyResponse Int Source
The response status code.