Values.UpdatePackageRequestSourceContainer for request parameters to UpdatePackage operation.
type nonrec t = {packageID : PackageID.t;Unique identifier for the package.
*)packageSource : PackageSource.t;packageDescription : PackageDescription.t option;New description of the package.
*)commitMessage : CommitMessage.t option;An info message for the new version which will be shown as part of GetPackageVersionHistoryResponse.
*)}val make :
?packageDescription:??? ->
?commitMessage:??? ->
packageID:PackageID.t ->
packageSource:PackageSource.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `String of PackageID.t
| `Structure of (string * [> `String of S3BucketName.t ]) list ])
list ]