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.RemoveCustomRoutingEndpoints
Description
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.
Constructors
RemoveCustomRoutingEndpoints' | |
Fields
|
Instances
newRemoveCustomRoutingEndpoints Source #
Arguments
:: Text | |
-> RemoveCustomRoutingEndpoints |
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.
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.
Constructors
RemoveCustomRoutingEndpointsResponse' | |
Instances
newRemoveCustomRoutingEndpointsResponse :: RemoveCustomRoutingEndpointsResponse Source #
Create a value of RemoveCustomRoutingEndpointsResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.