Copyright | (c) 2013-2016 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 listener.
Alternatively, your listener is deleted when you delete the load balancer it is attached to using DeleteLoadBalancer
.
Creating a Request
Creates a value of DeleteListener
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
dlListenerARN
- The Amazon Resource Name (ARN) of the listener.
data DeleteListener Source #
Contains the parameters for DeleteListener.
See: deleteListener
smart constructor.
Request Lenses
dlListenerARN :: Lens' DeleteListener Text Source #
The Amazon Resource Name (ARN) of the listener.
Destructuring the Response
deleteListenerResponse Source #
Creates a value of DeleteListenerResponse
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
dlrsResponseStatus
- -- | The response status code.
data DeleteListenerResponse Source #
Contains the output of DeleteListener.
See: deleteListenerResponse
smart constructor.
Response Lenses
dlrsResponseStatus :: Lens' DeleteListenerResponse Int Source #
- - | The response status code.