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.CreateVpcEndpointDetail

Description

 
Synopsis

Documentation

data CreateVpcEndpointDetail Source #

Creation details for an OpenSearch Serverless-managed interface endpoint. For more information, see Access Amazon OpenSearch Serverless using an interface endpoint.

See: newCreateVpcEndpointDetail smart constructor.

Constructors

CreateVpcEndpointDetail' 

Fields

Instances

Instances details
FromJSON CreateVpcEndpointDetail Source # 
Instance details

Defined in Amazonka.OpenSearchServerless.Types.CreateVpcEndpointDetail

Generic CreateVpcEndpointDetail Source # 
Instance details

Defined in Amazonka.OpenSearchServerless.Types.CreateVpcEndpointDetail

Associated Types

type Rep CreateVpcEndpointDetail :: Type -> Type #

Read CreateVpcEndpointDetail Source # 
Instance details

Defined in Amazonka.OpenSearchServerless.Types.CreateVpcEndpointDetail

Show CreateVpcEndpointDetail Source # 
Instance details

Defined in Amazonka.OpenSearchServerless.Types.CreateVpcEndpointDetail

NFData CreateVpcEndpointDetail Source # 
Instance details

Defined in Amazonka.OpenSearchServerless.Types.CreateVpcEndpointDetail

Methods

rnf :: CreateVpcEndpointDetail -> () #

Eq CreateVpcEndpointDetail Source # 
Instance details

Defined in Amazonka.OpenSearchServerless.Types.CreateVpcEndpointDetail

Hashable CreateVpcEndpointDetail Source # 
Instance details

Defined in Amazonka.OpenSearchServerless.Types.CreateVpcEndpointDetail

type Rep CreateVpcEndpointDetail Source # 
Instance details

Defined in Amazonka.OpenSearchServerless.Types.CreateVpcEndpointDetail

type Rep CreateVpcEndpointDetail = D1 ('MetaData "CreateVpcEndpointDetail" "Amazonka.OpenSearchServerless.Types.CreateVpcEndpointDetail" "amazonka-opensearchserverless-2.0-HnbMYszmsxrAMKjbvSoFws" 'False) (C1 ('MetaCons "CreateVpcEndpointDetail'" '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)))))

newCreateVpcEndpointDetail :: CreateVpcEndpointDetail Source #

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

$sel:name:CreateVpcEndpointDetail', createVpcEndpointDetail_name - The name of the endpoint.

$sel:status:CreateVpcEndpointDetail', createVpcEndpointDetail_status - The current status in the endpoint creation process.

createVpcEndpointDetail_id :: Lens' CreateVpcEndpointDetail (Maybe Text) Source #

The unique identifier of the endpoint.

createVpcEndpointDetail_status :: Lens' CreateVpcEndpointDetail (Maybe VpcEndpointStatus) Source #

The current status in the endpoint creation process.