Module Values.CreateSoftwareUpdateJobRequestSource

Creates a software update for a core or group of cores (specified as an IoT thing group.) Use this to update the OTA Agent as well as the Greengrass core software. It makes use of the IoT Jobs feature which provides additional commands to manage a Greengrass core software update job.

Sourcetype nonrec t = {
  1. amznClientToken : string option;
    (*

    A client token used to correlate requests and responses.

    *)
  2. s3UrlSignerRole : S3UrlSignerRole.t;
  3. softwareToUpdate : SoftwareToUpdate.t;
  4. updateAgentLogLevel : UpdateAgentLogLevel.t option;
  5. updateTargets : UpdateTargets.t;
  6. updateTargetsArchitecture : UpdateTargetsArchitecture.t;
  7. updateTargetsOperatingSystem : UpdateTargetsOperatingSystem.t;
}
Sourceval context_ : string
Sourceval make : ?amznClientToken:??? -> ?updateAgentLogLevel:??? -> s3UrlSignerRole:S3UrlSignerRole.t -> softwareToUpdate:SoftwareToUpdate.t -> updateTargets:UpdateTargets.t -> updateTargetsArchitecture:UpdateTargetsArchitecture.t -> updateTargetsOperatingSystem:UpdateTargetsOperatingSystem.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `List of [> `String of string ] list | `String of string ]) 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