Learn R Programming

paws.analytics (version 0.7.0)

elasticsearchservice_get_package_version_history: 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.