Values.GetPackageVersionHistoryRequestSourceContainer for request parameters to GetPackageVersionHistory operation.
type nonrec t = {packageID : PackageID.t;Returns an audit history of versions of the package.
*)maxResults : MaxResults.t option;Limits results to a maximum number of versions.
*)nextToken : NextToken.t option;Used for pagination. Only necessary if a previous API call includes a non-null NextToken value. If provided, returns results for the next page.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Integer of MaxResults.t | `String of PackageID.t ]) list ]