Lists all packages associated with the Amazon ES domain.
elasticsearchservice_list_packages_for_domain(DomainName, MaxResults,
NextToken)
[required] The name of the domain for which you want to list associated packages.
Limits results to a maximum number of packages.
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_packages_for_domain( DomainName = "string", MaxResults = 123, NextToken = "string" )