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

Description

Describes one or more Amazon OpenSearch Service-managed VPC endpoints.

Synopsis

Creating a Request

data DescribeVpcEndpoints Source #

Container for request parameters to the DescribeVpcEndpoints operation. Specifies the list of VPC endpoints to be described.

See: newDescribeVpcEndpoints smart constructor.

Constructors

DescribeVpcEndpoints' 

Fields

Instances

Instances details
ToJSON DescribeVpcEndpoints Source # 
Instance details

Defined in Amazonka.ElasticSearch.DescribeVpcEndpoints

ToHeaders DescribeVpcEndpoints Source # 
Instance details

Defined in Amazonka.ElasticSearch.DescribeVpcEndpoints

ToPath DescribeVpcEndpoints Source # 
Instance details

Defined in Amazonka.ElasticSearch.DescribeVpcEndpoints

ToQuery DescribeVpcEndpoints Source # 
Instance details

Defined in Amazonka.ElasticSearch.DescribeVpcEndpoints

AWSRequest DescribeVpcEndpoints Source # 
Instance details

Defined in Amazonka.ElasticSearch.DescribeVpcEndpoints

Associated Types

type AWSResponse DescribeVpcEndpoints #

Generic DescribeVpcEndpoints Source # 
Instance details

Defined in Amazonka.ElasticSearch.DescribeVpcEndpoints

Associated Types

type Rep DescribeVpcEndpoints :: Type -> Type #

Read DescribeVpcEndpoints Source # 
Instance details

Defined in Amazonka.ElasticSearch.DescribeVpcEndpoints

Show DescribeVpcEndpoints Source # 
Instance details

Defined in Amazonka.ElasticSearch.DescribeVpcEndpoints

NFData DescribeVpcEndpoints Source # 
Instance details

Defined in Amazonka.ElasticSearch.DescribeVpcEndpoints

Methods

rnf :: DescribeVpcEndpoints -> () #

Eq DescribeVpcEndpoints Source # 
Instance details

Defined in Amazonka.ElasticSearch.DescribeVpcEndpoints

Hashable DescribeVpcEndpoints Source # 
Instance details

Defined in Amazonka.ElasticSearch.DescribeVpcEndpoints

type AWSResponse DescribeVpcEndpoints Source # 
Instance details

Defined in Amazonka.ElasticSearch.DescribeVpcEndpoints

type Rep DescribeVpcEndpoints Source # 
Instance details

Defined in Amazonka.ElasticSearch.DescribeVpcEndpoints

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

newDescribeVpcEndpoints :: DescribeVpcEndpoints Source #

Create a value of DescribeVpcEndpoints 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:vpcEndpointIds:DescribeVpcEndpoints', describeVpcEndpoints_vpcEndpointIds - The unique identifiers of the endpoints to get information about.

Request Lenses

describeVpcEndpoints_vpcEndpointIds :: Lens' DescribeVpcEndpoints [Text] Source #

The unique identifiers of the endpoints to get information about.

Destructuring the Response

data DescribeVpcEndpointsResponse Source #

Container for response parameters to the DescribeVpcEndpoints operation. Returns a list containing configuration details and status of the VPC Endpoints as well as a list containing error responses of the endpoints that could not be described

See: newDescribeVpcEndpointsResponse smart constructor.

Constructors

DescribeVpcEndpointsResponse' 

Fields

Instances

Instances details
Generic DescribeVpcEndpointsResponse Source # 
Instance details

Defined in Amazonka.ElasticSearch.DescribeVpcEndpoints

Associated Types

type Rep DescribeVpcEndpointsResponse :: Type -> Type #

Read DescribeVpcEndpointsResponse Source # 
Instance details

Defined in Amazonka.ElasticSearch.DescribeVpcEndpoints

Show DescribeVpcEndpointsResponse Source # 
Instance details

Defined in Amazonka.ElasticSearch.DescribeVpcEndpoints

NFData DescribeVpcEndpointsResponse Source # 
Instance details

Defined in Amazonka.ElasticSearch.DescribeVpcEndpoints

Eq DescribeVpcEndpointsResponse Source # 
Instance details

Defined in Amazonka.ElasticSearch.DescribeVpcEndpoints

type Rep DescribeVpcEndpointsResponse Source # 
Instance details

Defined in Amazonka.ElasticSearch.DescribeVpcEndpoints

type Rep DescribeVpcEndpointsResponse = D1 ('MetaData "DescribeVpcEndpointsResponse" "Amazonka.ElasticSearch.DescribeVpcEndpoints" "amazonka-elasticsearch-2.0-BmZjovliTfgJWgrJ3fCf5z" 'False) (C1 ('MetaCons "DescribeVpcEndpointsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: (S1 ('MetaSel ('Just "vpcEndpoints") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [VpcEndpoint]) :*: S1 ('MetaSel ('Just "vpcEndpointErrors") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [VpcEndpointError]))))

newDescribeVpcEndpointsResponse Source #

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

$sel:vpcEndpoints:DescribeVpcEndpointsResponse', describeVpcEndpointsResponse_vpcEndpoints - Information about each requested VPC endpoint.

$sel:vpcEndpointErrors:DescribeVpcEndpointsResponse', describeVpcEndpointsResponse_vpcEndpointErrors - Any errors associated with the request.

Response Lenses