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

Description

Modifies an Amazon OpenSearch Service-managed interface VPC endpoint.

Synopsis

Creating a Request

data UpdateVpcEndpoint Source #

Modifies an Amazon OpenSearch Service-managed interface VPC endpoint.

See: newUpdateVpcEndpoint smart constructor.

Constructors

UpdateVpcEndpoint' 

Fields

Instances

Instances details
ToJSON UpdateVpcEndpoint Source # 
Instance details

Defined in Amazonka.ElasticSearch.UpdateVpcEndpoint

ToHeaders UpdateVpcEndpoint Source # 
Instance details

Defined in Amazonka.ElasticSearch.UpdateVpcEndpoint

ToPath UpdateVpcEndpoint Source # 
Instance details

Defined in Amazonka.ElasticSearch.UpdateVpcEndpoint

ToQuery UpdateVpcEndpoint Source # 
Instance details

Defined in Amazonka.ElasticSearch.UpdateVpcEndpoint

AWSRequest UpdateVpcEndpoint Source # 
Instance details

Defined in Amazonka.ElasticSearch.UpdateVpcEndpoint

Associated Types

type AWSResponse UpdateVpcEndpoint #

Generic UpdateVpcEndpoint Source # 
Instance details

Defined in Amazonka.ElasticSearch.UpdateVpcEndpoint

Associated Types

type Rep UpdateVpcEndpoint :: Type -> Type #

Read UpdateVpcEndpoint Source # 
Instance details

Defined in Amazonka.ElasticSearch.UpdateVpcEndpoint

Show UpdateVpcEndpoint Source # 
Instance details

Defined in Amazonka.ElasticSearch.UpdateVpcEndpoint

NFData UpdateVpcEndpoint Source # 
Instance details

Defined in Amazonka.ElasticSearch.UpdateVpcEndpoint

Methods

rnf :: UpdateVpcEndpoint -> () #

Eq UpdateVpcEndpoint Source # 
Instance details

Defined in Amazonka.ElasticSearch.UpdateVpcEndpoint

Hashable UpdateVpcEndpoint Source # 
Instance details

Defined in Amazonka.ElasticSearch.UpdateVpcEndpoint

type AWSResponse UpdateVpcEndpoint Source # 
Instance details

Defined in Amazonka.ElasticSearch.UpdateVpcEndpoint

type Rep UpdateVpcEndpoint Source # 
Instance details

Defined in Amazonka.ElasticSearch.UpdateVpcEndpoint

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

newUpdateVpcEndpoint Source #

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

UpdateVpcEndpoint, updateVpcEndpoint_vpcEndpointId - Unique identifier of the VPC endpoint to be updated.

UpdateVpcEndpoint, updateVpcEndpoint_vpcOptions - The security groups and/or subnets to add, remove, or modify.

Request Lenses

updateVpcEndpoint_vpcEndpointId :: Lens' UpdateVpcEndpoint Text Source #

Unique identifier of the VPC endpoint to be updated.

updateVpcEndpoint_vpcOptions :: Lens' UpdateVpcEndpoint VPCOptions Source #

The security groups and/or subnets to add, remove, or modify.

Destructuring the Response

data UpdateVpcEndpointResponse Source #

Contains the configuration and status of the VPC endpoint being updated.

See: newUpdateVpcEndpointResponse smart constructor.

Constructors

UpdateVpcEndpointResponse' 

Fields

Instances

Instances details
Generic UpdateVpcEndpointResponse Source # 
Instance details

Defined in Amazonka.ElasticSearch.UpdateVpcEndpoint

Associated Types

type Rep UpdateVpcEndpointResponse :: Type -> Type #

Read UpdateVpcEndpointResponse Source # 
Instance details

Defined in Amazonka.ElasticSearch.UpdateVpcEndpoint

Show UpdateVpcEndpointResponse Source # 
Instance details

Defined in Amazonka.ElasticSearch.UpdateVpcEndpoint

NFData UpdateVpcEndpointResponse Source # 
Instance details

Defined in Amazonka.ElasticSearch.UpdateVpcEndpoint

Eq UpdateVpcEndpointResponse Source # 
Instance details

Defined in Amazonka.ElasticSearch.UpdateVpcEndpoint

type Rep UpdateVpcEndpointResponse Source # 
Instance details

Defined in Amazonka.ElasticSearch.UpdateVpcEndpoint

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

newUpdateVpcEndpointResponse Source #

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

$sel:vpcEndpoint:UpdateVpcEndpointResponse', updateVpcEndpointResponse_vpcEndpoint - The endpoint to be updated.

Response Lenses