| 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.OpenSearch.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 #
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 - If your initial ListEndpointsForDomain operation returns a
nextToken, you can include the returned nextToken in subsequent
ListEndpointsForDomain operations, which returns results in the next
page.
ListVpcEndpointsForDomain, listVpcEndpointsForDomain_domainName - The name of the domain to list associated VPC endpoints for.
Request Lenses
listVpcEndpointsForDomain_nextToken :: Lens' ListVpcEndpointsForDomain (Maybe Text) Source #
If your initial ListEndpointsForDomain operation returns a
nextToken, you can include the returned nextToken in subsequent
ListEndpointsForDomain operations, which returns results in the next
page.
listVpcEndpointsForDomain_domainName :: Lens' ListVpcEndpointsForDomain Text Source #
The name of the domain to list associated VPC endpoints for.
Destructuring the Response
data ListVpcEndpointsForDomainResponse Source #
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 - Information about each endpoint associated with the domain.
ListVpcEndpointsForDomain, listVpcEndpointsForDomainResponse_nextToken - When nextToken is returned, there are more results available. The
value of nextToken is a unique pagination token for each page. Make
the call again using the returned token to retrieve the next page.
Response Lenses
listVpcEndpointsForDomainResponse_httpStatus :: Lens' ListVpcEndpointsForDomainResponse Int Source #
The response's http status code.
listVpcEndpointsForDomainResponse_vpcEndpointSummaryList :: Lens' ListVpcEndpointsForDomainResponse [VpcEndpointSummary] Source #
Information about each endpoint associated with the domain.
listVpcEndpointsForDomainResponse_nextToken :: Lens' ListVpcEndpointsForDomainResponse Text Source #
When nextToken is returned, there are more results available. The
value of nextToken is a unique pagination token for each page. Make
the call again using the returned token to retrieve the next page.