Learn R Programming

paws.analytics (version 0.1.9)

elasticsearchservice_list_packages_for_domain: Lists all packages associated with the Amazon ES domain

Description

Lists all packages associated with the Amazon ES domain.

Usage

elasticsearchservice_list_packages_for_domain(DomainName, MaxResults,
  NextToken)

Arguments

DomainName

[required] The name of the domain for which you want to list associated packages.

MaxResults

Limits results to a maximum number of packages.

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.

Request syntax

svc$list_packages_for_domain(
  DomainName = "string",
  MaxResults = 123,
  NextToken = "string"
)