| 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.DeleteCustomRoutingEndpointGroup
Description
Delete an endpoint group from a listener for a custom routing accelerator.
Synopsis
- data DeleteCustomRoutingEndpointGroup = DeleteCustomRoutingEndpointGroup' {}
- newDeleteCustomRoutingEndpointGroup :: Text -> DeleteCustomRoutingEndpointGroup
- deleteCustomRoutingEndpointGroup_endpointGroupArn :: Lens' DeleteCustomRoutingEndpointGroup Text
- data DeleteCustomRoutingEndpointGroupResponse = DeleteCustomRoutingEndpointGroupResponse' {
- newDeleteCustomRoutingEndpointGroupResponse :: DeleteCustomRoutingEndpointGroupResponse
Creating a Request
data DeleteCustomRoutingEndpointGroup Source #
See: newDeleteCustomRoutingEndpointGroup smart constructor.
Constructors
| DeleteCustomRoutingEndpointGroup' | |
Fields
| |
Instances
newDeleteCustomRoutingEndpointGroup Source #
Create a value of DeleteCustomRoutingEndpointGroup 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:
DeleteCustomRoutingEndpointGroup, deleteCustomRoutingEndpointGroup_endpointGroupArn - The Amazon Resource Name (ARN) of the endpoint group to delete.
Request Lenses
deleteCustomRoutingEndpointGroup_endpointGroupArn :: Lens' DeleteCustomRoutingEndpointGroup Text Source #
The Amazon Resource Name (ARN) of the endpoint group to delete.
Destructuring the Response
data DeleteCustomRoutingEndpointGroupResponse Source #
See: newDeleteCustomRoutingEndpointGroupResponse smart constructor.
Constructors
| DeleteCustomRoutingEndpointGroupResponse' | |
Instances
newDeleteCustomRoutingEndpointGroupResponse :: DeleteCustomRoutingEndpointGroupResponse Source #
Create a value of DeleteCustomRoutingEndpointGroupResponse with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.