amazonka-opensearchserverless-2.0: Amazon OpenSearch Service Serverless 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.OpenSearchServerless.Types.DeleteVpcEndpointDetail

Description

 
Synopsis

Documentation

data DeleteVpcEndpointDetail Source #

Deletion details for an OpenSearch Serverless-managed interface endpoint.

See: newDeleteVpcEndpointDetail smart constructor.

Constructors

DeleteVpcEndpointDetail' 

Fields

Instances

Instances details
FromJSON DeleteVpcEndpointDetail Source # 
Instance details

Defined in Amazonka.OpenSearchServerless.Types.DeleteVpcEndpointDetail

Generic DeleteVpcEndpointDetail Source # 
Instance details

Defined in Amazonka.OpenSearchServerless.Types.DeleteVpcEndpointDetail

Associated Types

type Rep DeleteVpcEndpointDetail :: Type -> Type #

Read DeleteVpcEndpointDetail Source # 
Instance details

Defined in Amazonka.OpenSearchServerless.Types.DeleteVpcEndpointDetail

Show DeleteVpcEndpointDetail Source # 
Instance details

Defined in Amazonka.OpenSearchServerless.Types.DeleteVpcEndpointDetail

NFData DeleteVpcEndpointDetail Source # 
Instance details

Defined in Amazonka.OpenSearchServerless.Types.DeleteVpcEndpointDetail

Methods

rnf :: DeleteVpcEndpointDetail -> () #

Eq DeleteVpcEndpointDetail Source # 
Instance details

Defined in Amazonka.OpenSearchServerless.Types.DeleteVpcEndpointDetail

Hashable DeleteVpcEndpointDetail Source # 
Instance details

Defined in Amazonka.OpenSearchServerless.Types.DeleteVpcEndpointDetail

type Rep DeleteVpcEndpointDetail Source # 
Instance details

Defined in Amazonka.OpenSearchServerless.Types.DeleteVpcEndpointDetail

type Rep DeleteVpcEndpointDetail = D1 ('MetaData "DeleteVpcEndpointDetail" "Amazonka.OpenSearchServerless.Types.DeleteVpcEndpointDetail" "amazonka-opensearchserverless-2.0-HnbMYszmsxrAMKjbvSoFws" 'False) (C1 ('MetaCons "DeleteVpcEndpointDetail'" 'PrefixI 'True) (S1 ('MetaSel ('Just "id") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe VpcEndpointStatus)))))

newDeleteVpcEndpointDetail :: DeleteVpcEndpointDetail Source #

Create a value of DeleteVpcEndpointDetail 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:id:DeleteVpcEndpointDetail', deleteVpcEndpointDetail_id - The unique identifier of the endpoint.

$sel:name:DeleteVpcEndpointDetail', deleteVpcEndpointDetail_name - The name of the endpoint.

$sel:status:DeleteVpcEndpointDetail', deleteVpcEndpointDetail_status - The current status of the endpoint deletion process.

deleteVpcEndpointDetail_id :: Lens' DeleteVpcEndpointDetail (Maybe Text) Source #

The unique identifier of the endpoint.

deleteVpcEndpointDetail_status :: Lens' DeleteVpcEndpointDetail (Maybe VpcEndpointStatus) Source #

The current status of the endpoint deletion process.