Copyright | (c) 2013-2021 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 |
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.
Synopsis
- data DeleteLoadBalancer = DeleteLoadBalancer' {}
- newDeleteLoadBalancer :: Text -> DeleteLoadBalancer
- deleteLoadBalancer_loadBalancerName :: Lens' DeleteLoadBalancer Text
- data DeleteLoadBalancerResponse = DeleteLoadBalancerResponse' {
- httpStatus :: Int
- newDeleteLoadBalancerResponse :: Int -> DeleteLoadBalancerResponse
- deleteLoadBalancerResponse_httpStatus :: Lens' DeleteLoadBalancerResponse Int
Creating a Request
data DeleteLoadBalancer Source #
Contains the parameters for DeleteLoadBalancer.
See: newDeleteLoadBalancer
smart constructor.
DeleteLoadBalancer' | |
|
Instances
newDeleteLoadBalancer Source #
Create a value of DeleteLoadBalancer
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:loadBalancerName:DeleteLoadBalancer'
, deleteLoadBalancer_loadBalancerName
- The name of the load balancer.
Request Lenses
deleteLoadBalancer_loadBalancerName :: Lens' DeleteLoadBalancer Text Source #
The name of the load balancer.
Destructuring the Response
data DeleteLoadBalancerResponse Source #
Contains the output of DeleteLoadBalancer.
See: newDeleteLoadBalancerResponse
smart constructor.
DeleteLoadBalancerResponse' | |
|
Instances
newDeleteLoadBalancerResponse Source #
Create a value of DeleteLoadBalancerResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:httpStatus:DeleteLoadBalancerResponse'
, deleteLoadBalancerResponse_httpStatus
- The response's http status code.
Response Lenses
deleteLoadBalancerResponse_httpStatus :: Lens' DeleteLoadBalancerResponse Int Source #
The response's http status code.