Lists all Amazon OpenSearch Service domains associated with a given package
Source:R/opensearchservice_operations.R
opensearchservice_list_domains_for_package.RdLists all Amazon OpenSearch Service domains associated with a given package. For more information, see Custom packages for Amazon OpenSearch Service.
See https://www.paws-r-sdk.com/docs/opensearchservice_list_domains_for_package/ for full documentation.
Arguments
- PackageID
[required] The unique identifier of the package for which to list associated domains.
- MaxResults
An optional parameter that specifies the maximum number of results to return. You can use
nextTokento get the next page of results.- NextToken
If your initial
list_domains_for_packageoperation returns anextToken, you can include the returnednextTokenin subsequentlist_domains_for_packageoperations, which returns results in the next page.