Values_0.RegisterThingResponseSourceProvisions 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 = {certificatePem : CertificatePem.t option;The certificate data, in PEM format.
*)resourceArns : ResourceArns.t option;ARNs for the generated resources.
*)}type nonrec error = [ | `ConflictingResourceUpdateException of ConflictingResourceUpdateException.t| `InternalFailureException of InternalFailureException.t| `InvalidRequestException of InvalidRequestException.t| `ResourceRegistrationFailureException of ResourceRegistrationFailureException.t| `ThrottlingException of ThrottlingException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `ConflictingResourceUpdateException of
ConflictingResourceUpdateException.t
| `InternalFailureException of InternalFailureException.t
| `InvalidRequestException of InvalidRequestException.t
| `ResourceRegistrationFailureException of
ResourceRegistrationFailureException.t
| `ServiceUnavailableException of ServiceUnavailableException.t
| `ThrottlingException of ThrottlingException.t
| `UnauthorizedException of UnauthorizedException.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `ConflictingResourceUpdateException of
ConflictingResourceUpdateException.t
| `InternalFailureException of InternalFailureException.t
| `InvalidRequestException of InvalidRequestException.t
| `ResourceRegistrationFailureException of
ResourceRegistrationFailureException.t
| `ServiceUnavailableException of ServiceUnavailableException.t
| `ThrottlingException of ThrottlingException.t
| `UnauthorizedException of UnauthorizedException.t
| `Unknown_operation_error of string * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `Map of
([> `String of ResourceLogicalId.t ]
* [> `String of ResourceArn.t ])
list
| `String of CertificatePem.t ])
list ]