Values_1.DescribeThingRegistrationTaskResponseSourceDescribes a bulk thing provisioning task. Requires permission to access the DescribeThingRegistrationTask action.
type nonrec t = {taskId : Values_0.TaskId.t option;The task ID.
*)creationDate : Values_0.CreationDate.t option;The task creation date.
*)lastModifiedDate : Values_0.LastModifiedDate.t option;The date when the task was last modified.
*)templateBody : Values_0.TemplateBody.t option;The task's template.
*)inputFileBucket : Values_0.RegistryS3BucketName.t option;The S3 bucket that contains the input file.
*)inputFileKey : Values_0.RegistryS3KeyName.t option;The input file key.
*)roleArn : Values_0.RoleArn.t option;The role ARN that grants access to the input file bucket.
*)status : Values_0.Status.t option;The status of the bulk thing provisioning task.
*)message : Values_0.ErrorMessage.t option;The message.
*)successCount : Values_0.Count.t option;The number of things successfully provisioned.
*)failureCount : Values_0.Count.t option;The number of things that failed to be provisioned.
*)percentageProgress : Values_0.Percentage.t option;The progress of the bulk provisioning task expressed as a percentage.
*)}type nonrec error = [ | `InternalFailureException of Values_0.InternalFailureException.t| `InvalidRequestException of Values_0.InvalidRequestException.t| `ResourceNotFoundException of Values_0.ResourceNotFoundException.t| `ThrottlingException of Values_0.ThrottlingException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `InternalFailureException of Values_0.InternalFailureException.t
| `InvalidRequestException of Values_0.InvalidRequestException.t
| `ResourceNotFoundException of Values_0.ResourceNotFoundException.t
| `ThrottlingException of Values_0.ThrottlingException.t
| `UnauthorizedException of Values_0.UnauthorizedException.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `InternalFailureException of Values_0.InternalFailureException.t
| `InvalidRequestException of Values_0.InvalidRequestException.t
| `ResourceNotFoundException of Values_0.ResourceNotFoundException.t
| `ThrottlingException of Values_0.ThrottlingException.t
| `UnauthorizedException of Values_0.UnauthorizedException.t
| `Unknown_operation_error of string * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `Integer of Values_0.Count.t
| `String of Values_0.TaskId.t
| `Timestamp of Values_0.CreationDate.t ])
list ]