Module Values_1.DescribeThingRegistrationTaskResponseSource

Describes a bulk thing provisioning task. Requires permission to access the DescribeThingRegistrationTask action.

Sourcetype nonrec t = {
  1. taskId : Values_0.TaskId.t option;
    (*

    The task ID.

    *)
  2. creationDate : Values_0.CreationDate.t option;
    (*

    The task creation date.

    *)
  3. lastModifiedDate : Values_0.LastModifiedDate.t option;
    (*

    The date when the task was last modified.

    *)
  4. templateBody : Values_0.TemplateBody.t option;
    (*

    The task's template.

    *)
  5. inputFileBucket : Values_0.RegistryS3BucketName.t option;
    (*

    The S3 bucket that contains the input file.

    *)
  6. inputFileKey : Values_0.RegistryS3KeyName.t option;
    (*

    The input file key.

    *)
  7. roleArn : Values_0.RoleArn.t option;
    (*

    The role ARN that grants access to the input file bucket.

    *)
  8. status : Values_0.Status.t option;
    (*

    The status of the bulk thing provisioning task.

    *)
  9. message : Values_0.ErrorMessage.t option;
    (*

    The message.

    *)
  10. successCount : Values_0.Count.t option;
    (*

    The number of things successfully provisioned.

    *)
  11. failureCount : Values_0.Count.t option;
    (*

    The number of things that failed to be provisioned.

    *)
  12. percentageProgress : Values_0.Percentage.t option;
    (*

    The progress of the bulk provisioning task expressed as a percentage.

    *)
}
Sourcetype nonrec error = [
  1. | `InternalFailureException of Values_0.InternalFailureException.t
  2. | `InvalidRequestException of Values_0.InvalidRequestException.t
  3. | `ResourceNotFoundException of Values_0.ResourceNotFoundException.t
  4. | `ThrottlingException of Values_0.ThrottlingException.t
  5. | `UnauthorizedException of Values_0.UnauthorizedException.t
  6. | `Unknown_operation_error of string * string option
]
Sourceval make : ?taskId:??? -> ?creationDate:??? -> ?lastModifiedDate:??? -> ?templateBody:??? -> ?inputFileBucket:??? -> ?inputFileKey:??? -> ?roleArn:??? -> ?status:??? -> ?message:??? -> ?successCount:??? -> ?failureCount:??? -> ?percentageProgress:??? -> unit -> t
Sourceval 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 ]
Sourceval 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 ]
Sourceval error_to_json : error -> Yojson.Safe.t
Sourceval 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 ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t