Module Values_1.CreateProvisioningTemplateVersionRequestSource

Creates a new version of a provisioning template. Requires permission to access the CreateProvisioningTemplateVersion action.

Sourcetype nonrec t = {
  1. templateName : Values_0.TemplateName.t;
    (*

    The name of the provisioning template.

    *)
  2. templateBody : Values_0.TemplateBody.t;
    (*

    The JSON formatted contents of the provisioning template.

    *)
  3. setAsDefault : Values_0.SetAsDefault.t option;
    (*

    Sets a fleet provision template version as the default version.

    *)
}
Sourceval context_ : string
Sourceval make : ?setAsDefault:??? -> templateName:Values_0.TemplateName.t -> templateBody:Values_0.TemplateBody.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Boolean of Values_0.SetAsDefault.t | `String of Values_0.TemplateName.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