opensearchservice_list_packages_for_domain {paws.analytics} | R Documentation |
Lists all packages associated with an Amazon OpenSearch Service domain
Description
Lists all packages associated with an Amazon OpenSearch Service domain. For more information, see Custom packages for Amazon OpenSearch Service.
See https://www.paws-r-sdk.com/docs/opensearchservice_list_packages_for_domain/ for full documentation.
Usage
opensearchservice_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 |
An optional parameter that specifies the maximum number of results to
return. You can use |
NextToken |
If your initial
|
[Package paws.analytics version 0.7.0 Index]