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 listener.
Alternatively, your listener is deleted when you delete the load balancer to which it is attached.
Synopsis
- data DeleteListener = DeleteListener' {
- listenerArn :: Text
- newDeleteListener :: Text -> DeleteListener
- deleteListener_listenerArn :: Lens' DeleteListener Text
- data DeleteListenerResponse = DeleteListenerResponse' {
- httpStatus :: Int
- newDeleteListenerResponse :: Int -> DeleteListenerResponse
- deleteListenerResponse_httpStatus :: Lens' DeleteListenerResponse Int
Creating a Request
data DeleteListener Source #
See: newDeleteListener
smart constructor.
DeleteListener' | |
|
Instances
Create a value of DeleteListener
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:listenerArn:DeleteListener'
, deleteListener_listenerArn
- The Amazon Resource Name (ARN) of the listener.
Request Lenses
deleteListener_listenerArn :: Lens' DeleteListener Text Source #
The Amazon Resource Name (ARN) of the listener.
Destructuring the Response
data DeleteListenerResponse Source #
See: newDeleteListenerResponse
smart constructor.
DeleteListenerResponse' | |
|
Instances
Eq DeleteListenerResponse Source # | |
Defined in Amazonka.ELBV2.DeleteListener | |
Read DeleteListenerResponse Source # | |
Show DeleteListenerResponse Source # | |
Defined in Amazonka.ELBV2.DeleteListener showsPrec :: Int -> DeleteListenerResponse -> ShowS # show :: DeleteListenerResponse -> String # showList :: [DeleteListenerResponse] -> ShowS # | |
Generic DeleteListenerResponse Source # | |
Defined in Amazonka.ELBV2.DeleteListener type Rep DeleteListenerResponse :: Type -> Type # | |
NFData DeleteListenerResponse Source # | |
Defined in Amazonka.ELBV2.DeleteListener rnf :: DeleteListenerResponse -> () # | |
type Rep DeleteListenerResponse Source # | |
Defined in Amazonka.ELBV2.DeleteListener type Rep DeleteListenerResponse = D1 ('MetaData "DeleteListenerResponse" "Amazonka.ELBV2.DeleteListener" "libZSservicesZSamazonka-elbv2ZSamazonka-elbv2" 'False) (C1 ('MetaCons "DeleteListenerResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))) |
newDeleteListenerResponse Source #
Create a value of DeleteListenerResponse
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:DeleteListenerResponse'
, deleteListenerResponse_httpStatus
- The response's http status code.
Response Lenses
deleteListenerResponse_httpStatus :: Lens' DeleteListenerResponse Int Source #
The response's http status code.