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

Description

Returns attributes for one or more VPC endpoints associated with the current account. For more information, see Access Amazon OpenSearch Serverless using an interface endpoint.

Synopsis

Creating a Request

data BatchGetVpcEndpoint Source #

See: newBatchGetVpcEndpoint smart constructor.

Constructors

BatchGetVpcEndpoint' 

Fields

Instances

Instances details
ToJSON BatchGetVpcEndpoint Source # 
Instance details

Defined in Amazonka.OpenSearchServerless.BatchGetVpcEndpoint

ToHeaders BatchGetVpcEndpoint Source # 
Instance details

Defined in Amazonka.OpenSearchServerless.BatchGetVpcEndpoint

ToPath BatchGetVpcEndpoint Source # 
Instance details

Defined in Amazonka.OpenSearchServerless.BatchGetVpcEndpoint

ToQuery BatchGetVpcEndpoint Source # 
Instance details

Defined in Amazonka.OpenSearchServerless.BatchGetVpcEndpoint

AWSRequest BatchGetVpcEndpoint Source # 
Instance details

Defined in Amazonka.OpenSearchServerless.BatchGetVpcEndpoint

Associated Types

type AWSResponse BatchGetVpcEndpoint #

Generic BatchGetVpcEndpoint Source # 
Instance details

Defined in Amazonka.OpenSearchServerless.BatchGetVpcEndpoint

Associated Types

type Rep BatchGetVpcEndpoint :: Type -> Type #

Read BatchGetVpcEndpoint Source # 
Instance details

Defined in Amazonka.OpenSearchServerless.BatchGetVpcEndpoint

Show BatchGetVpcEndpoint Source # 
Instance details

Defined in Amazonka.OpenSearchServerless.BatchGetVpcEndpoint

NFData BatchGetVpcEndpoint Source # 
Instance details

Defined in Amazonka.OpenSearchServerless.BatchGetVpcEndpoint

Methods

rnf :: BatchGetVpcEndpoint -> () #

Eq BatchGetVpcEndpoint Source # 
Instance details

Defined in Amazonka.OpenSearchServerless.BatchGetVpcEndpoint

Hashable BatchGetVpcEndpoint Source # 
Instance details

Defined in Amazonka.OpenSearchServerless.BatchGetVpcEndpoint

type AWSResponse BatchGetVpcEndpoint Source # 
Instance details

Defined in Amazonka.OpenSearchServerless.BatchGetVpcEndpoint

type Rep BatchGetVpcEndpoint Source # 
Instance details

Defined in Amazonka.OpenSearchServerless.BatchGetVpcEndpoint

type Rep BatchGetVpcEndpoint = D1 ('MetaData "BatchGetVpcEndpoint" "Amazonka.OpenSearchServerless.BatchGetVpcEndpoint" "amazonka-opensearchserverless-2.0-HnbMYszmsxrAMKjbvSoFws" 'False) (C1 ('MetaCons "BatchGetVpcEndpoint'" 'PrefixI 'True) (S1 ('MetaSel ('Just "ids") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (NonEmpty Text))))

newBatchGetVpcEndpoint Source #

Create a value of BatchGetVpcEndpoint 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:ids:BatchGetVpcEndpoint', batchGetVpcEndpoint_ids - A list of VPC endpoint identifiers.

Request Lenses

batchGetVpcEndpoint_ids :: Lens' BatchGetVpcEndpoint (NonEmpty Text) Source #

A list of VPC endpoint identifiers.

Destructuring the Response

data BatchGetVpcEndpointResponse Source #

See: newBatchGetVpcEndpointResponse smart constructor.

Constructors

BatchGetVpcEndpointResponse' 

Fields

Instances

Instances details
Generic BatchGetVpcEndpointResponse Source # 
Instance details

Defined in Amazonka.OpenSearchServerless.BatchGetVpcEndpoint

Associated Types

type Rep BatchGetVpcEndpointResponse :: Type -> Type #

Read BatchGetVpcEndpointResponse Source # 
Instance details

Defined in Amazonka.OpenSearchServerless.BatchGetVpcEndpoint

Show BatchGetVpcEndpointResponse Source # 
Instance details

Defined in Amazonka.OpenSearchServerless.BatchGetVpcEndpoint

NFData BatchGetVpcEndpointResponse Source # 
Instance details

Defined in Amazonka.OpenSearchServerless.BatchGetVpcEndpoint

Eq BatchGetVpcEndpointResponse Source # 
Instance details

Defined in Amazonka.OpenSearchServerless.BatchGetVpcEndpoint

type Rep BatchGetVpcEndpointResponse Source # 
Instance details

Defined in Amazonka.OpenSearchServerless.BatchGetVpcEndpoint

type Rep BatchGetVpcEndpointResponse = D1 ('MetaData "BatchGetVpcEndpointResponse" "Amazonka.OpenSearchServerless.BatchGetVpcEndpoint" "amazonka-opensearchserverless-2.0-HnbMYszmsxrAMKjbvSoFws" 'False) (C1 ('MetaCons "BatchGetVpcEndpointResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "vpcEndpointDetails") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [VpcEndpointDetail])) :*: (S1 ('MetaSel ('Just "vpcEndpointErrorDetails") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [VpcEndpointErrorDetail])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newBatchGetVpcEndpointResponse Source #

Create a value of BatchGetVpcEndpointResponse 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:vpcEndpointDetails:BatchGetVpcEndpointResponse', batchGetVpcEndpointResponse_vpcEndpointDetails - Details about the specified VPC endpoint.

$sel:vpcEndpointErrorDetails:BatchGetVpcEndpointResponse', batchGetVpcEndpointResponse_vpcEndpointErrorDetails - Error information for a failed request.

$sel:httpStatus:BatchGetVpcEndpointResponse', batchGetVpcEndpointResponse_httpStatus - The response's http status code.

Response Lenses