Values_0.RegisterThingRequestSourceProvisions a thing in the device registry. RegisterThing calls other IoT control plane APIs. These calls might exceed your account level IoT Throttling Limits and cause throttle errors. Please contact Amazon Web Services Customer Support to raise your throttling limits if necessary. Requires permission to access the RegisterThing action.
type nonrec t = {templateBody : TemplateBody.t;The provisioning template. See Provisioning Devices That Have Device Certificates for more information.
*)parameters : Parameters.t option;The parameters for provisioning a thing. See Provisioning Templates for more information.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Map of
([> `String of Parameter.t ] * [> `String of Value.t ]) list
| `String of TemplateBody.t ])
list ]