| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.GlobalAccelerator.DeleteEndpointGroup
Description
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.
Constructors
| DeleteEndpointGroup' | |
Fields
| |
Instances
newDeleteEndpointGroup Source #
Arguments
| :: Text | |
| -> DeleteEndpointGroup |
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:
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.
Constructors
| DeleteEndpointGroupResponse' | |
Instances
newDeleteEndpointGroupResponse :: DeleteEndpointGroupResponse Source #
Create a value of DeleteEndpointGroupResponse with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.