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 |
Delete a listener from an accelerator.
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.
Instances
Eq DeleteListenerResponse Source # | |
Defined in Amazonka.GlobalAccelerator.DeleteListener | |
Read DeleteListenerResponse Source # | |
Show DeleteListenerResponse Source # | |
Defined in Amazonka.GlobalAccelerator.DeleteListener showsPrec :: Int -> DeleteListenerResponse -> ShowS # show :: DeleteListenerResponse -> String # showList :: [DeleteListenerResponse] -> ShowS # | |
Generic DeleteListenerResponse Source # | |
Defined in Amazonka.GlobalAccelerator.DeleteListener type Rep DeleteListenerResponse :: Type -> Type # | |
NFData DeleteListenerResponse Source # | |
Defined in Amazonka.GlobalAccelerator.DeleteListener rnf :: DeleteListenerResponse -> () # | |
type Rep DeleteListenerResponse Source # | |
Defined in Amazonka.GlobalAccelerator.DeleteListener |
newDeleteListenerResponse :: DeleteListenerResponse Source #
Create a value of DeleteListenerResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.