elasticsearchservice_get_package_version_history: Returns a list of versions of the package, along with their...

View source: R/elasticsearchservice_operations.R

elasticsearchservice_get_package_version_historyR Documentation

Returns a list of versions of the package, along with their creation time and commit message

Description

Returns a list of versions of the package, along with their creation time and commit message.

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

Usage

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

Arguments

PackageID

[required] Returns an audit history of versions of the package.

MaxResults

Limits results to a maximum number of versions.

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.


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