Values.UpdatePackageRequestSourceContainer for request parameters to the UpdatePackage operation.
type nonrec t = {packageID : PackageID.t;The unique identifier for the package.
*)packageSource : PackageSource.t;Amazon S3 bucket and key for the package.
*)packageDescription : PackageDescription.t option;A new description of the package.
*)commitMessage : CommitMessage.t option;Commit message for the updated file, which is shown as part of GetPackageVersionHistoryResponse.
*)packageConfiguration : PackageConfiguration.t option;The updated configuration details for a package.
*)packageEncryptionOptions : PackageEncryptionOptions.t option;Encryption options for a package.
*)}val make :
?packageDescription:??? ->
?commitMessage:??? ->
?packageConfiguration:??? ->
?packageEncryptionOptions:??? ->
packageID:PackageID.t ->
packageSource:PackageSource.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `String of PackageID.t
| `Structure of
(string
* [> `Boolean of Boolean.t
| `Enum of string
| `String of S3BucketName.t ])
list ])
list ]