| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.ElasticSearch.ListVpcEndpointsForDomain
Description
Retrieves all Amazon OpenSearch Service-managed VPC endpoints associated with a particular domain.
Synopsis
- data ListVpcEndpointsForDomain = ListVpcEndpointsForDomain' {
- nextToken :: Maybe Text
- domainName :: Text
- newListVpcEndpointsForDomain :: Text -> ListVpcEndpointsForDomain
- listVpcEndpointsForDomain_nextToken :: Lens' ListVpcEndpointsForDomain (Maybe Text)
- listVpcEndpointsForDomain_domainName :: Lens' ListVpcEndpointsForDomain Text
- data ListVpcEndpointsForDomainResponse = ListVpcEndpointsForDomainResponse' {}
- newListVpcEndpointsForDomainResponse :: Int -> Text -> ListVpcEndpointsForDomainResponse
- listVpcEndpointsForDomainResponse_httpStatus :: Lens' ListVpcEndpointsForDomainResponse Int
- listVpcEndpointsForDomainResponse_vpcEndpointSummaryList :: Lens' ListVpcEndpointsForDomainResponse [VpcEndpointSummary]
- listVpcEndpointsForDomainResponse_nextToken :: Lens' ListVpcEndpointsForDomainResponse Text
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
| |
Instances
newListVpcEndpointsForDomain Source #
Arguments
| :: Text | |
| -> ListVpcEndpointsForDomain |
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
newListVpcEndpointsForDomainResponse Source #
Arguments
| :: Int | |
| -> Text | |
| -> ListVpcEndpointsForDomainResponse |
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_httpStatus :: Lens' ListVpcEndpointsForDomainResponse Int Source #
The response's http status code.
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.