| Copyright | (c) 2013-2018 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | None |
| Language | Haskell2010 |
Network.AWS.ELB.DeleteLoadBalancer
Description
Deletes the specified load balancer.
If you are attempting to recreate a load balancer, you must reconfigure all settings. The DNS name associated with a deleted load balancer are no longer usable. The name and associated DNS record of the deleted load balancer no longer exist and traffic sent to any of its IP addresses is no longer delivered to your instances.
If the load balancer does not exist or has already been deleted, the call to DeleteLoadBalancer still succeeds.
Creating a Request
Arguments
| :: Text | |
| -> DeleteLoadBalancer |
Creates a value of DeleteLoadBalancer with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
dlbLoadBalancerName- The name of the load balancer.
data DeleteLoadBalancer Source #
Contains the parameters for DeleteLoadBalancer.
See: deleteLoadBalancer smart constructor.
Instances
Request Lenses
dlbLoadBalancerName :: Lens' DeleteLoadBalancer Text Source #
The name of the load balancer.
Destructuring the Response
deleteLoadBalancerResponse Source #
Arguments
| :: Int | |
| -> DeleteLoadBalancerResponse |
Creates a value of DeleteLoadBalancerResponse with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
drsResponseStatus- -- | The response status code.
data DeleteLoadBalancerResponse Source #
Contains the output of DeleteLoadBalancer.
See: deleteLoadBalancerResponse smart constructor.
Instances
Response Lenses
drsResponseStatus :: Lens' DeleteLoadBalancerResponse Int Source #
- - | The response status code.