libZSservicesZSamazonka-globalacceleratorZSamazonka-globalaccelerator
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.GlobalAccelerator.RemoveCustomRoutingEndpoints

Description

Remove endpoints from a custom routing accelerator.

Synopsis

Creating a Request

data RemoveCustomRoutingEndpoints Source #

See: newRemoveCustomRoutingEndpoints smart constructor.

Constructors

RemoveCustomRoutingEndpoints' 

Fields

  • endpointIds :: [Text]

    The IDs for the endpoints. For custom routing accelerators, endpoint IDs are the virtual private cloud (VPC) subnet IDs.

  • endpointGroupArn :: Text

    The Amazon Resource Name (ARN) of the endpoint group to remove endpoints from.

Instances

Instances details
Eq RemoveCustomRoutingEndpoints Source # 
Instance details

Defined in Amazonka.GlobalAccelerator.RemoveCustomRoutingEndpoints

Read RemoveCustomRoutingEndpoints Source # 
Instance details

Defined in Amazonka.GlobalAccelerator.RemoveCustomRoutingEndpoints

Show RemoveCustomRoutingEndpoints Source # 
Instance details

Defined in Amazonka.GlobalAccelerator.RemoveCustomRoutingEndpoints

Generic RemoveCustomRoutingEndpoints Source # 
Instance details

Defined in Amazonka.GlobalAccelerator.RemoveCustomRoutingEndpoints

Associated Types

type Rep RemoveCustomRoutingEndpoints :: Type -> Type #

NFData RemoveCustomRoutingEndpoints Source # 
Instance details

Defined in Amazonka.GlobalAccelerator.RemoveCustomRoutingEndpoints

Hashable RemoveCustomRoutingEndpoints Source # 
Instance details

Defined in Amazonka.GlobalAccelerator.RemoveCustomRoutingEndpoints

ToJSON RemoveCustomRoutingEndpoints Source # 
Instance details

Defined in Amazonka.GlobalAccelerator.RemoveCustomRoutingEndpoints

AWSRequest RemoveCustomRoutingEndpoints Source # 
Instance details

Defined in Amazonka.GlobalAccelerator.RemoveCustomRoutingEndpoints

ToHeaders RemoveCustomRoutingEndpoints Source # 
Instance details

Defined in Amazonka.GlobalAccelerator.RemoveCustomRoutingEndpoints

ToPath RemoveCustomRoutingEndpoints Source # 
Instance details

Defined in Amazonka.GlobalAccelerator.RemoveCustomRoutingEndpoints

ToQuery RemoveCustomRoutingEndpoints Source # 
Instance details

Defined in Amazonka.GlobalAccelerator.RemoveCustomRoutingEndpoints

type Rep RemoveCustomRoutingEndpoints Source # 
Instance details

Defined in Amazonka.GlobalAccelerator.RemoveCustomRoutingEndpoints

type Rep RemoveCustomRoutingEndpoints = D1 ('MetaData "RemoveCustomRoutingEndpoints" "Amazonka.GlobalAccelerator.RemoveCustomRoutingEndpoints" "libZSservicesZSamazonka-globalacceleratorZSamazonka-globalaccelerator" 'False) (C1 ('MetaCons "RemoveCustomRoutingEndpoints'" 'PrefixI 'True) (S1 ('MetaSel ('Just "endpointIds") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [Text]) :*: S1 ('MetaSel ('Just "endpointGroupArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse RemoveCustomRoutingEndpoints Source # 
Instance details

Defined in Amazonka.GlobalAccelerator.RemoveCustomRoutingEndpoints

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 #

Instances

Instances details
Eq RemoveCustomRoutingEndpointsResponse Source # 
Instance details

Defined in Amazonka.GlobalAccelerator.RemoveCustomRoutingEndpoints

Read RemoveCustomRoutingEndpointsResponse Source # 
Instance details

Defined in Amazonka.GlobalAccelerator.RemoveCustomRoutingEndpoints

Show RemoveCustomRoutingEndpointsResponse Source # 
Instance details

Defined in Amazonka.GlobalAccelerator.RemoveCustomRoutingEndpoints

Generic RemoveCustomRoutingEndpointsResponse Source # 
Instance details

Defined in Amazonka.GlobalAccelerator.RemoveCustomRoutingEndpoints

NFData RemoveCustomRoutingEndpointsResponse Source # 
Instance details

Defined in Amazonka.GlobalAccelerator.RemoveCustomRoutingEndpoints

type Rep RemoveCustomRoutingEndpointsResponse Source # 
Instance details

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.