opensearchservice_list_packages_for_domain: Lists all packages associated with an Amazon OpenSearch...

View source: R/opensearchservice_operations.R

opensearchservice_list_packages_for_domainR Documentation

Lists all packages associated with an Amazon OpenSearch Service domain

Description

Lists 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.

Usage

opensearchservice_list_packages_for_domain(
  DomainName,
  MaxResults = NULL,
  NextToken = NULL
)

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 nextToken to get the next page of results.

NextToken

If your initial list_packages_for_domain operation returns a nextToken, you can include the returned nextToken in subsequent list_packages_for_domain operations, which returns results in the next page.


paws.analytics documentation built on Sept. 11, 2023, 5:06 p.m.