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 |
Remove endpoints from a custom routing accelerator.
Synopsis
- data RemoveCustomRoutingEndpoints = RemoveCustomRoutingEndpoints' {
- endpointIds :: [Text]
- endpointGroupArn :: Text
- newRemoveCustomRoutingEndpoints :: Text -> RemoveCustomRoutingEndpoints
- removeCustomRoutingEndpoints_endpointIds :: Lens' RemoveCustomRoutingEndpoints [Text]
- removeCustomRoutingEndpoints_endpointGroupArn :: Lens' RemoveCustomRoutingEndpoints Text
- data RemoveCustomRoutingEndpointsResponse = RemoveCustomRoutingEndpointsResponse' {
- newRemoveCustomRoutingEndpointsResponse :: RemoveCustomRoutingEndpointsResponse
Creating a Request
data RemoveCustomRoutingEndpoints Source #
See: newRemoveCustomRoutingEndpoints
smart constructor.
RemoveCustomRoutingEndpoints' | |
|
Instances
newRemoveCustomRoutingEndpoints Source #
Create a value of RemoveCustomRoutingEndpoints
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:endpointIds:RemoveCustomRoutingEndpoints'
, removeCustomRoutingEndpoints_endpointIds
- The IDs for the endpoints. For custom routing accelerators, endpoint IDs
are the virtual private cloud (VPC) subnet IDs.
$sel:endpointGroupArn:RemoveCustomRoutingEndpoints'
, removeCustomRoutingEndpoints_endpointGroupArn
- The Amazon Resource Name (ARN) of the endpoint group to remove endpoints
from.
Request Lenses
removeCustomRoutingEndpoints_endpointIds :: Lens' RemoveCustomRoutingEndpoints [Text] Source #
The IDs for the endpoints. For custom routing accelerators, endpoint IDs are the virtual private cloud (VPC) subnet IDs.
removeCustomRoutingEndpoints_endpointGroupArn :: Lens' RemoveCustomRoutingEndpoints Text Source #
The Amazon Resource Name (ARN) of the endpoint group to remove endpoints from.
Destructuring the Response
data RemoveCustomRoutingEndpointsResponse Source #
See: newRemoveCustomRoutingEndpointsResponse
smart constructor.
Instances
Eq RemoveCustomRoutingEndpointsResponse Source # | |
Read RemoveCustomRoutingEndpointsResponse Source # | |
Show RemoveCustomRoutingEndpointsResponse Source # | |
Generic RemoveCustomRoutingEndpointsResponse Source # | |
Defined in Amazonka.GlobalAccelerator.RemoveCustomRoutingEndpoints type Rep RemoveCustomRoutingEndpointsResponse :: Type -> Type # | |
NFData RemoveCustomRoutingEndpointsResponse Source # | |
type Rep RemoveCustomRoutingEndpointsResponse Source # | |
Defined in Amazonka.GlobalAccelerator.RemoveCustomRoutingEndpoints type Rep RemoveCustomRoutingEndpointsResponse = D1 ('MetaData "RemoveCustomRoutingEndpointsResponse" "Amazonka.GlobalAccelerator.RemoveCustomRoutingEndpoints" "libZSservicesZSamazonka-globalacceleratorZSamazonka-globalaccelerator" 'False) (C1 ('MetaCons "RemoveCustomRoutingEndpointsResponse'" 'PrefixI 'False) (U1 :: Type -> Type)) |
newRemoveCustomRoutingEndpointsResponse :: RemoveCustomRoutingEndpointsResponse Source #
Create a value of RemoveCustomRoutingEndpointsResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.