Values_1.CreatePackageRequestSourceCreates an IoT software package that can be deployed to your fleet. Requires permission to access the CreatePackage and GetIndexingConfiguration actions.
type nonrec t = {packageName : Values_0.PackageName.t;The name of the new software package.
*)description : Values_0.ResourceDescription.t option;A summary of the package being created. This can be used to outline the package's contents or purpose.
*)clientToken : Values_0.ClientToken.t option;A unique case-sensitive identifier that you can provide to ensure the idempotency of the request. Don't reuse this client token if a new idempotent request is required.
*)}val make :
?description:??? ->
?tags:??? ->
?clientToken:??? ->
packageName:Values_0.PackageName.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Map of ([> `String of string ] * [> `String of string ]) list
| `String of Values_0.PackageName.t ])
list ]