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)
Source:R/opensearchservice_operations.R
opensearchservice_get_package_version_history.RdReturns 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
nextTokento get the next page of results.- NextToken
If your initial
get_package_version_historyoperation returns anextToken, you can include the returnednextTokenin subsequentget_package_version_historyoperations, which returns results in the next page.