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 |
Amazonka.GlobalAccelerator.DeleteListener
Description
Delete a listener from an accelerator.
Creating a Request
data DeleteListener Source #
See: newDeleteListener
smart constructor.
Constructors
DeleteListener' | |
Fields
|
Instances
Arguments
:: Text | |
-> DeleteListener |
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.
Constructors
DeleteListenerResponse' | |
Instances
newDeleteListenerResponse :: DeleteListenerResponse Source #
Create a value of DeleteListenerResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.