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

Description

Retrieves all Amazon OpenSearch Service-managed VPC endpoints associated with a particular domain.

Synopsis

Creating a Request

data ListVpcEndpointsForDomain Source #

Container for request parameters to the ListVpcEndpointsForDomain operation. Specifies the domain whose VPC endpoints will be listed.

See: newListVpcEndpointsForDomain smart constructor.

Constructors

ListVpcEndpointsForDomain' 

Fields

  • nextToken :: Maybe Text

    Provides an identifier to allow retrieval of paginated results.

  • domainName :: Text

    Name of the ElasticSearch domain whose VPC endpoints are to be listed.

Instances

Instances details
ToHeaders ListVpcEndpointsForDomain Source # 
Instance details

Defined in Amazonka.ElasticSearch.ListVpcEndpointsForDomain

ToPath ListVpcEndpointsForDomain Source # 
Instance details

Defined in Amazonka.ElasticSearch.ListVpcEndpointsForDomain

ToQuery ListVpcEndpointsForDomain Source # 
Instance details

Defined in Amazonka.ElasticSearch.ListVpcEndpointsForDomain

AWSRequest ListVpcEndpointsForDomain Source # 
Instance details

Defined in Amazonka.ElasticSearch.ListVpcEndpointsForDomain

Generic ListVpcEndpointsForDomain Source # 
Instance details

Defined in Amazonka.ElasticSearch.ListVpcEndpointsForDomain

Associated Types

type Rep ListVpcEndpointsForDomain :: Type -> Type #

Read ListVpcEndpointsForDomain Source # 
Instance details

Defined in Amazonka.ElasticSearch.ListVpcEndpointsForDomain

Show ListVpcEndpointsForDomain Source # 
Instance details

Defined in Amazonka.ElasticSearch.ListVpcEndpointsForDomain

NFData ListVpcEndpointsForDomain Source # 
Instance details

Defined in Amazonka.ElasticSearch.ListVpcEndpointsForDomain

Eq ListVpcEndpointsForDomain Source # 
Instance details

Defined in Amazonka.ElasticSearch.ListVpcEndpointsForDomain

Hashable ListVpcEndpointsForDomain Source # 
Instance details

Defined in Amazonka.ElasticSearch.ListVpcEndpointsForDomain

type AWSResponse ListVpcEndpointsForDomain Source # 
Instance details

Defined in Amazonka.ElasticSearch.ListVpcEndpointsForDomain

type Rep ListVpcEndpointsForDomain Source # 
Instance details

Defined in Amazonka.ElasticSearch.ListVpcEndpointsForDomain

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

newListVpcEndpointsForDomain Source #

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

ListVpcEndpointsForDomain, listVpcEndpointsForDomain_nextToken - Provides an identifier to allow retrieval of paginated results.

ListVpcEndpointsForDomain, listVpcEndpointsForDomain_domainName - Name of the ElasticSearch domain whose VPC endpoints are to be listed.

Request Lenses

listVpcEndpointsForDomain_nextToken :: Lens' ListVpcEndpointsForDomain (Maybe Text) Source #

Provides an identifier to allow retrieval of paginated results.

listVpcEndpointsForDomain_domainName :: Lens' ListVpcEndpointsForDomain Text Source #

Name of the ElasticSearch domain whose VPC endpoints are to be listed.

Destructuring the Response

data ListVpcEndpointsForDomainResponse Source #

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

See: newListVpcEndpointsForDomainResponse smart constructor.

Constructors

ListVpcEndpointsForDomainResponse' 

Fields

Instances

Instances details
Generic ListVpcEndpointsForDomainResponse Source # 
Instance details

Defined in Amazonka.ElasticSearch.ListVpcEndpointsForDomain

Associated Types

type Rep ListVpcEndpointsForDomainResponse :: Type -> Type #

Read ListVpcEndpointsForDomainResponse Source # 
Instance details

Defined in Amazonka.ElasticSearch.ListVpcEndpointsForDomain

Show ListVpcEndpointsForDomainResponse Source # 
Instance details

Defined in Amazonka.ElasticSearch.ListVpcEndpointsForDomain

NFData ListVpcEndpointsForDomainResponse Source # 
Instance details

Defined in Amazonka.ElasticSearch.ListVpcEndpointsForDomain

Eq ListVpcEndpointsForDomainResponse Source # 
Instance details

Defined in Amazonka.ElasticSearch.ListVpcEndpointsForDomain

type Rep ListVpcEndpointsForDomainResponse Source # 
Instance details

Defined in Amazonka.ElasticSearch.ListVpcEndpointsForDomain

type Rep ListVpcEndpointsForDomainResponse = D1 ('MetaData "ListVpcEndpointsForDomainResponse" "Amazonka.ElasticSearch.ListVpcEndpointsForDomain" "amazonka-elasticsearch-2.0-BmZjovliTfgJWgrJ3fCf5z" 'False) (C1 ('MetaCons "ListVpcEndpointsForDomainResponse'" '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))))

newListVpcEndpointsForDomainResponse Source #

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

$sel:vpcEndpointSummaryList:ListVpcEndpointsForDomainResponse', listVpcEndpointsForDomainResponse_vpcEndpointSummaryList - Provides list of VpcEndpointSummary summarizing details of the VPC endpoints.

ListVpcEndpointsForDomain, listVpcEndpointsForDomainResponse_nextToken - Information about each endpoint associated with the domain.

Response Lenses

listVpcEndpointsForDomainResponse_vpcEndpointSummaryList :: Lens' ListVpcEndpointsForDomainResponse [VpcEndpointSummary] Source #

Provides list of VpcEndpointSummary summarizing details of the VPC endpoints.

listVpcEndpointsForDomainResponse_nextToken :: Lens' ListVpcEndpointsForDomainResponse Text Source #

Information about each endpoint associated with the domain.