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 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.
DeleteCustomRoutingEndpointGroup' | |
|
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:
$sel:endpointGroupArn: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.
Instances
Eq DeleteCustomRoutingEndpointGroupResponse Source # | |
Read DeleteCustomRoutingEndpointGroupResponse Source # | |
Show DeleteCustomRoutingEndpointGroupResponse Source # | |
Generic DeleteCustomRoutingEndpointGroupResponse Source # | |
NFData DeleteCustomRoutingEndpointGroupResponse Source # | |
type Rep DeleteCustomRoutingEndpointGroupResponse Source # | |
Defined in Amazonka.GlobalAccelerator.DeleteCustomRoutingEndpointGroup type Rep DeleteCustomRoutingEndpointGroupResponse = D1 ('MetaData "DeleteCustomRoutingEndpointGroupResponse" "Amazonka.GlobalAccelerator.DeleteCustomRoutingEndpointGroup" "libZSservicesZSamazonka-globalacceleratorZSamazonka-globalaccelerator" 'False) (C1 ('MetaCons "DeleteCustomRoutingEndpointGroupResponse'" 'PrefixI 'False) (U1 :: Type -> Type)) |
newDeleteCustomRoutingEndpointGroupResponse :: DeleteCustomRoutingEndpointGroupResponse Source #
Create a value of DeleteCustomRoutingEndpointGroupResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.