Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

DescribeThingRegistrationTaskResponse

import type { DescribeThingRegistrationTaskResponse } from "https://aws-api.deno.dev/v0.3/services/iot.ts?docs=full";
interface DescribeThingRegistrationTaskResponse {
creationDate?: Date | number | null;
failureCount?: number | null;
inputFileBucket?: string | null;
inputFileKey?: string | null;
lastModifiedDate?: Date | number | null;
message?: string | null;
percentageProgress?: number | null;
roleArn?: string | null;
status?: Status | null;
successCount?: number | null;
taskId?: string | null;
templateBody?: string | null;
}

§Properties

§
creationDate?: Date | number | null
[src]

The task creation date.

§
failureCount?: number | null
[src]

The number of things that failed to be provisioned.

§
inputFileBucket?: string | null
[src]

The S3 bucket that contains the input file.

§
inputFileKey?: string | null
[src]

The input file key.

§
lastModifiedDate?: Date | number | null
[src]

The date when the task was last modified.

§
message?: string | null
[src]

The message.

§
percentageProgress?: number | null
[src]

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

§
roleArn?: string | null
[src]

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

§
status?: Status | null
[src]

The status of the bulk thing provisioning task.

§
successCount?: number | null
[src]

The number of things successfully provisioned.

§
taskId?: string | null
[src]

The task ID.

§
templateBody?: string | null
[src]

The task's template.