Values.CreatePackageRequestSourceContainer for request parameters to CreatePackage operation.
type nonrec t = {packageName : PackageName.t;Unique identifier for the package.
*)packageType : PackageType.t;Type of package. Currently supports only TXT-DICTIONARY.
*)packageDescription : PackageDescription.t option;Description of the package.
*)packageSource : PackageSource.t;The customer S3 location PackageSource for importing the package.
*)}val make :
?packageDescription:??? ->
packageName:PackageName.t ->
packageType:PackageType.t ->
packageSource:PackageSource.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of PackageName.t
| `Structure of (string * [> `String of S3BucketName.t ]) list ])
list ]