Module Values_1.CreatePackageRequestSource

Creates an IoT software package that can be deployed to your fleet. Requires permission to access the CreatePackage and GetIndexingConfiguration actions.

Sourcetype nonrec t = {
  1. packageName : Values_0.PackageName.t;
    (*

    The name of the new software package.

    *)
  2. 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.

    *)
  3. tags : Values_0.TagMap.t option;
    (*

    Metadata that can be used to manage the package.

    *)
  4. 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.

    *)
}
Sourceval context_ : string
Sourceval make : ?description:??? -> ?tags:??? -> ?clientToken:??? -> packageName:Values_0.PackageName.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Map of ([> `String of string ] * [> `String of string ]) list | `String of Values_0.PackageName.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t