Learn R Programming

paws.analytics (version 0.7.0)

elasticsearchservice_list_domains_for_package: Lists all Amazon ES domains associated with the package

Description

Lists all Amazon ES domains associated with the package.

See https://www.paws-r-sdk.com/docs/elasticsearchservice_list_domains_for_package/ for full documentation.

Usage

elasticsearchservice_list_domains_for_package(
  PackageID,
  MaxResults = NULL,
  NextToken = NULL
)

Arguments

PackageID

[required] The package for which to list domains.

MaxResults

Limits results to a maximum number of domains.

NextToken

Used for pagination. Only necessary if a previous API call includes a non-null NextToken value. If provided, returns results for the next page.