opensearchservice_get_package_version_history: Returns a list of Amazon OpenSearch Service package versions,...

View source: R/opensearchservice_operations.R

opensearchservice_get_package_version_historyR Documentation

Returns a list of Amazon OpenSearch Service package versions, along with their creation time, commit message, and plugin properties (if the package is a zip plugin package)

Description

Returns a list of Amazon OpenSearch Service package versions, along with their creation time, commit message, and plugin properties (if the package is a zip plugin package). For more information, see Custom packages for Amazon OpenSearch Service.

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

Usage

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

Arguments

PackageID

[required] The unique identifier of the package.

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 get_package_version_history operation returns a nextToken, you can include the returned nextToken in subsequent get_package_version_history operations, which returns results in the next page.


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