Lists all packages associated with an Amazon OpenSearch Service domain
Source:R/opensearchservice_operations.R
opensearchservice_list_packages_for_domain.RdLists 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.
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
nextTokento get the next page of results.- NextToken
If your initial
list_packages_for_domainoperation returns anextToken, you can include the returnednextTokenin subsequentlist_packages_for_domainoperations, which returns results in the next page.