Lists all Amazon ES domains associated with the package.
elasticsearchservice_list_domains_for_package(PackageID, MaxResults,
NextToken)
[required] The package for which to list domains.
Limits results to a maximum number of domains.
Used for pagination. Only necessary if a previous API call includes a non-null NextToken value. If provided, returns results for the next page.
svc$list_domains_for_package( PackageID = "string", MaxResults = 123, NextToken = "string" )