Values.GetPackageVersionHistoryRequestSourceContainer for the request parameters to the GetPackageVersionHistory operation.
type nonrec t = {packageID : PackageID.t;The unique identifier of the package.
*)maxResults : MaxResults.t option;An optional parameter that specifies the maximum number of results to return. You can use nextToken to get the next page of results.
*)nextToken : NextToken.t option;If your initial GetPackageVersionHistory operation returns a nextToken, you can include the returned nextToken in subsequent GetPackageVersionHistory operations, which returns results in the next page.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Integer of MaxResults.t | `String of PackageID.t ]) list ]