Lists all packages associated with the Amazon ES domain
Source:R/elasticsearchservice_operations.R
elasticsearchservice_list_packages_for_domain.RdLists all packages associated with the Amazon ES domain.
See https://www.paws-r-sdk.com/docs/elasticsearchservice_list_packages_for_domain/ for full documentation.
Usage
elasticsearchservice_list_packages_for_domain(
DomainName,
MaxResults = NULL,
NextToken = NULL
)Arguments
- DomainName
[required] The name of the domain for which you want to list associated packages.
- MaxResults
Limits results to a maximum number of packages.
- NextToken
Used for pagination. Only necessary if a previous API call includes a non-null NextToken value. If provided, returns results for the next page.