Values.UpdateThingShadowRequestSourceThe input for the UpdateThingShadow operation.
type nonrec t = {thingName : ThingName.t;The name of the thing.
*)shadowName : ShadowName.t option;The name of the shadow.
*)payload : JsonDocument.t;The state information, in JSON format.
*)}val of_header_and_body :
((string, ShadowName.t) Awso.Import.List.Assoc.t * JsonDocument.t) ->
tval to_value :
t ->
[> `Structure of
(string * [> `Blob of JsonDocument.t | `String of ThingName.t ]) list ]