Values_0.VersionUpdateByJobsConfigSourceConfiguration to manage IoT Job's package version reporting. If configured, Jobs updates the thing's reserved named shadow with the package version information up on successful job completion. Note: For each job, the destinationPackageVersions attribute has to be set with the correct data for Jobs to report to the thing shadow.
type nonrec t = {enabled : EnabledBoolean.t option;Indicates whether the Job is enabled or not.
*)roleArn : RoleArn.t option;The Amazon Resource Name (ARN) of the role that grants permission to the IoT jobs service to update the reserved named shadow when the job successfully completes.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Boolean of EnabledBoolean.t | `String of RoleArn.t ]) list ]