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

Description

 
Synopsis

Documentation

data UpdateVpcEndpointDetail Source #

Update details for an OpenSearch Serverless-managed interface endpoint.

See: newUpdateVpcEndpointDetail smart constructor.

Constructors

UpdateVpcEndpointDetail' 

Fields

Instances

Instances details
FromJSON UpdateVpcEndpointDetail Source # 
Instance details

Defined in Amazonka.OpenSearchServerless.Types.UpdateVpcEndpointDetail

Generic UpdateVpcEndpointDetail Source # 
Instance details

Defined in Amazonka.OpenSearchServerless.Types.UpdateVpcEndpointDetail

Associated Types

type Rep UpdateVpcEndpointDetail :: Type -> Type #

Read UpdateVpcEndpointDetail Source # 
Instance details

Defined in Amazonka.OpenSearchServerless.Types.UpdateVpcEndpointDetail

Show UpdateVpcEndpointDetail Source # 
Instance details

Defined in Amazonka.OpenSearchServerless.Types.UpdateVpcEndpointDetail

NFData UpdateVpcEndpointDetail Source # 
Instance details

Defined in Amazonka.OpenSearchServerless.Types.UpdateVpcEndpointDetail

Methods

rnf :: UpdateVpcEndpointDetail -> () #

Eq UpdateVpcEndpointDetail Source # 
Instance details

Defined in Amazonka.OpenSearchServerless.Types.UpdateVpcEndpointDetail

Hashable UpdateVpcEndpointDetail Source # 
Instance details

Defined in Amazonka.OpenSearchServerless.Types.UpdateVpcEndpointDetail

type Rep UpdateVpcEndpointDetail Source # 
Instance details

Defined in Amazonka.OpenSearchServerless.Types.UpdateVpcEndpointDetail

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

newUpdateVpcEndpointDetail :: UpdateVpcEndpointDetail Source #

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

$sel:lastModifiedDate:UpdateVpcEndpointDetail', updateVpcEndpointDetail_lastModifiedDate - The timestamp of when the endpoint was last modified.

$sel:name:UpdateVpcEndpointDetail', updateVpcEndpointDetail_name - The name of the endpoint.

$sel:securityGroupIds:UpdateVpcEndpointDetail', updateVpcEndpointDetail_securityGroupIds - The unique identifiers of the security groups that define the ports, protocols, and sources for inbound traffic that you are authorizing into your endpoint.

$sel:status:UpdateVpcEndpointDetail', updateVpcEndpointDetail_status - The current status of the endpoint update process.

$sel:subnetIds:UpdateVpcEndpointDetail', updateVpcEndpointDetail_subnetIds - The ID of the subnets from which you access OpenSearch Serverless.

updateVpcEndpointDetail_id :: Lens' UpdateVpcEndpointDetail (Maybe Text) Source #

The unique identifier of the endpoint.

updateVpcEndpointDetail_lastModifiedDate :: Lens' UpdateVpcEndpointDetail (Maybe Integer) Source #

The timestamp of when the endpoint was last modified.

updateVpcEndpointDetail_securityGroupIds :: Lens' UpdateVpcEndpointDetail (Maybe (NonEmpty Text)) Source #

The unique identifiers of the security groups that define the ports, protocols, and sources for inbound traffic that you are authorizing into your endpoint.

updateVpcEndpointDetail_status :: Lens' UpdateVpcEndpointDetail (Maybe VpcEndpointStatus) Source #

The current status of the endpoint update process.

updateVpcEndpointDetail_subnetIds :: Lens' UpdateVpcEndpointDetail (Maybe (NonEmpty Text)) Source #

The ID of the subnets from which you access OpenSearch Serverless.