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

Description

Retrieves all Amazon OpenSearch Service-managed VPC endpoints in the current account and Region.

Synopsis

Creating a Request

data ListVpcEndpoints Source #

Container for request parameters to the ListVpcEndpoints operation.

See: newListVpcEndpoints smart constructor.

Constructors

ListVpcEndpoints' 

Fields

Instances

Instances details
ToHeaders ListVpcEndpoints Source # 
Instance details

Defined in Amazonka.ElasticSearch.ListVpcEndpoints

ToPath ListVpcEndpoints Source # 
Instance details

Defined in Amazonka.ElasticSearch.ListVpcEndpoints

ToQuery ListVpcEndpoints Source # 
Instance details

Defined in Amazonka.ElasticSearch.ListVpcEndpoints

AWSRequest ListVpcEndpoints Source # 
Instance details

Defined in Amazonka.ElasticSearch.ListVpcEndpoints

Associated Types

type AWSResponse ListVpcEndpoints #

Generic ListVpcEndpoints Source # 
Instance details

Defined in Amazonka.ElasticSearch.ListVpcEndpoints

Associated Types

type Rep ListVpcEndpoints :: Type -> Type #

Read ListVpcEndpoints Source # 
Instance details

Defined in Amazonka.ElasticSearch.ListVpcEndpoints

Show ListVpcEndpoints Source # 
Instance details

Defined in Amazonka.ElasticSearch.ListVpcEndpoints

NFData ListVpcEndpoints Source # 
Instance details

Defined in Amazonka.ElasticSearch.ListVpcEndpoints

Methods

rnf :: ListVpcEndpoints -> () #

Eq ListVpcEndpoints Source # 
Instance details

Defined in Amazonka.ElasticSearch.ListVpcEndpoints

Hashable ListVpcEndpoints Source # 
Instance details

Defined in Amazonka.ElasticSearch.ListVpcEndpoints

type AWSResponse ListVpcEndpoints Source # 
Instance details

Defined in Amazonka.ElasticSearch.ListVpcEndpoints

type Rep ListVpcEndpoints Source # 
Instance details

Defined in Amazonka.ElasticSearch.ListVpcEndpoints

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

newListVpcEndpoints :: ListVpcEndpoints Source #

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

ListVpcEndpoints, listVpcEndpoints_nextToken - Identifier to allow retrieval of paginated results.

Request Lenses

listVpcEndpoints_nextToken :: Lens' ListVpcEndpoints (Maybe Text) Source #

Identifier to allow retrieval of paginated results.

Destructuring the Response

data ListVpcEndpointsResponse Source #

Container for response parameters to the ListVpcEndpoints operation. Returns a list containing summarized details of the VPC endpoints.

See: newListVpcEndpointsResponse smart constructor.

Constructors

ListVpcEndpointsResponse' 

Fields

Instances

Instances details
Generic ListVpcEndpointsResponse Source # 
Instance details

Defined in Amazonka.ElasticSearch.ListVpcEndpoints

Associated Types

type Rep ListVpcEndpointsResponse :: Type -> Type #

Read ListVpcEndpointsResponse Source # 
Instance details

Defined in Amazonka.ElasticSearch.ListVpcEndpoints

Show ListVpcEndpointsResponse Source # 
Instance details

Defined in Amazonka.ElasticSearch.ListVpcEndpoints

NFData ListVpcEndpointsResponse Source # 
Instance details

Defined in Amazonka.ElasticSearch.ListVpcEndpoints

Eq ListVpcEndpointsResponse Source # 
Instance details

Defined in Amazonka.ElasticSearch.ListVpcEndpoints

type Rep ListVpcEndpointsResponse Source # 
Instance details

Defined in Amazonka.ElasticSearch.ListVpcEndpoints

type Rep ListVpcEndpointsResponse = D1 ('MetaData "ListVpcEndpointsResponse" "Amazonka.ElasticSearch.ListVpcEndpoints" "amazonka-elasticsearch-2.0-BmZjovliTfgJWgrJ3fCf5z" 'False) (C1 ('MetaCons "ListVpcEndpointsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: (S1 ('MetaSel ('Just "vpcEndpointSummaryList") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [VpcEndpointSummary]) :*: S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newListVpcEndpointsResponse Source #

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

$sel:vpcEndpointSummaryList:ListVpcEndpointsResponse', listVpcEndpointsResponse_vpcEndpointSummaryList - Information about each endpoint.

ListVpcEndpoints, listVpcEndpointsResponse_nextToken - Provides an identifier to allow retrieval of paginated results.

Response Lenses

listVpcEndpointsResponse_nextToken :: Lens' ListVpcEndpointsResponse Text Source #

Provides an identifier to allow retrieval of paginated results.