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 an endpoint group from a listener.
Synopsis
- data DeleteEndpointGroup = DeleteEndpointGroup' {}
- newDeleteEndpointGroup :: Text -> DeleteEndpointGroup
- deleteEndpointGroup_endpointGroupArn :: Lens' DeleteEndpointGroup Text
- data DeleteEndpointGroupResponse = DeleteEndpointGroupResponse' {
- newDeleteEndpointGroupResponse :: DeleteEndpointGroupResponse
Creating a Request
data DeleteEndpointGroup Source #
See: newDeleteEndpointGroup
smart constructor.
DeleteEndpointGroup' | |
|
Instances
newDeleteEndpointGroup Source #
Create a value of DeleteEndpointGroup
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:endpointGroupArn:DeleteEndpointGroup'
, deleteEndpointGroup_endpointGroupArn
- The Amazon Resource Name (ARN) of the endpoint group to delete.
Request Lenses
deleteEndpointGroup_endpointGroupArn :: Lens' DeleteEndpointGroup Text Source #
The Amazon Resource Name (ARN) of the endpoint group to delete.
Destructuring the Response
data DeleteEndpointGroupResponse Source #
See: newDeleteEndpointGroupResponse
smart constructor.
Instances
newDeleteEndpointGroupResponse :: DeleteEndpointGroupResponse Source #
Create a value of DeleteEndpointGroupResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.