amazonka-elasticsearch-2.0: Amazon Elasticsearch Service SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.ElasticSearch.DeleteVpcEndpoint

Description

Deletes an Amazon OpenSearch Service-managed interface VPC endpoint.

Synopsis

Creating a Request

data DeleteVpcEndpoint Source #

Deletes an Amazon OpenSearch Service-managed interface VPC endpoint.

See: newDeleteVpcEndpoint smart constructor.

Constructors

DeleteVpcEndpoint' 

Fields

Instances

Instances details
ToHeaders DeleteVpcEndpoint Source # 
Instance details

Defined in Amazonka.ElasticSearch.DeleteVpcEndpoint

ToPath DeleteVpcEndpoint Source # 
Instance details

Defined in Amazonka.ElasticSearch.DeleteVpcEndpoint

ToQuery DeleteVpcEndpoint Source # 
Instance details

Defined in Amazonka.ElasticSearch.DeleteVpcEndpoint

AWSRequest DeleteVpcEndpoint Source # 
Instance details

Defined in Amazonka.ElasticSearch.DeleteVpcEndpoint

Associated Types

type AWSResponse DeleteVpcEndpoint #

Generic DeleteVpcEndpoint Source # 
Instance details

Defined in Amazonka.ElasticSearch.DeleteVpcEndpoint

Associated Types

type Rep DeleteVpcEndpoint :: Type -> Type #

Read DeleteVpcEndpoint Source # 
Instance details

Defined in Amazonka.ElasticSearch.DeleteVpcEndpoint

Show DeleteVpcEndpoint Source # 
Instance details

Defined in Amazonka.ElasticSearch.DeleteVpcEndpoint

NFData DeleteVpcEndpoint Source # 
Instance details

Defined in Amazonka.ElasticSearch.DeleteVpcEndpoint

Methods

rnf :: DeleteVpcEndpoint -> () #

Eq DeleteVpcEndpoint Source # 
Instance details

Defined in Amazonka.ElasticSearch.DeleteVpcEndpoint

Hashable DeleteVpcEndpoint Source # 
Instance details

Defined in Amazonka.ElasticSearch.DeleteVpcEndpoint

type AWSResponse DeleteVpcEndpoint Source # 
Instance details

Defined in Amazonka.ElasticSearch.DeleteVpcEndpoint

type Rep DeleteVpcEndpoint Source # 
Instance details

Defined in Amazonka.ElasticSearch.DeleteVpcEndpoint

type Rep DeleteVpcEndpoint = D1 ('MetaData "DeleteVpcEndpoint" "Amazonka.ElasticSearch.DeleteVpcEndpoint" "amazonka-elasticsearch-2.0-BmZjovliTfgJWgrJ3fCf5z" 'False) (C1 ('MetaCons "DeleteVpcEndpoint'" 'PrefixI 'True) (S1 ('MetaSel ('Just "vpcEndpointId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newDeleteVpcEndpoint Source #

Create a value of DeleteVpcEndpoint 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:

DeleteVpcEndpoint, deleteVpcEndpoint_vpcEndpointId - The unique identifier of the endpoint to be deleted.

Request Lenses

deleteVpcEndpoint_vpcEndpointId :: Lens' DeleteVpcEndpoint Text Source #

The unique identifier of the endpoint to be deleted.

Destructuring the Response

data DeleteVpcEndpointResponse Source #

Container for response parameters to the DeleteVpcEndpoint operation. Contains the summarized detail of the VPC Endpoint being deleted.

See: newDeleteVpcEndpointResponse smart constructor.

Constructors

DeleteVpcEndpointResponse' 

Fields

Instances

Instances details
Generic DeleteVpcEndpointResponse Source # 
Instance details

Defined in Amazonka.ElasticSearch.DeleteVpcEndpoint

Associated Types

type Rep DeleteVpcEndpointResponse :: Type -> Type #

Read DeleteVpcEndpointResponse Source # 
Instance details

Defined in Amazonka.ElasticSearch.DeleteVpcEndpoint

Show DeleteVpcEndpointResponse Source # 
Instance details

Defined in Amazonka.ElasticSearch.DeleteVpcEndpoint

NFData DeleteVpcEndpointResponse Source # 
Instance details

Defined in Amazonka.ElasticSearch.DeleteVpcEndpoint

Eq DeleteVpcEndpointResponse Source # 
Instance details

Defined in Amazonka.ElasticSearch.DeleteVpcEndpoint

type Rep DeleteVpcEndpointResponse Source # 
Instance details

Defined in Amazonka.ElasticSearch.DeleteVpcEndpoint

type Rep DeleteVpcEndpointResponse = D1 ('MetaData "DeleteVpcEndpointResponse" "Amazonka.ElasticSearch.DeleteVpcEndpoint" "amazonka-elasticsearch-2.0-BmZjovliTfgJWgrJ3fCf5z" 'False) (C1 ('MetaCons "DeleteVpcEndpointResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "vpcEndpointSummary") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 VpcEndpointSummary)))

newDeleteVpcEndpointResponse Source #

Create a value of DeleteVpcEndpointResponse 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:httpStatus:DeleteVpcEndpointResponse', deleteVpcEndpointResponse_httpStatus - The response's http status code.

$sel:vpcEndpointSummary:DeleteVpcEndpointResponse', deleteVpcEndpointResponse_vpcEndpointSummary - Information about the deleted endpoint, including its current status (DELETING or DELETE_FAILED).

Response Lenses

deleteVpcEndpointResponse_vpcEndpointSummary :: Lens' DeleteVpcEndpointResponse VpcEndpointSummary Source #

Information about the deleted endpoint, including its current status (DELETING or DELETE_FAILED).