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-gyr5wj9zj0fg.deno.dev/v0.2/services/iot.ts";
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]
§
failureCount?: number | null
[src]
§
inputFileBucket?: string | null
[src]
§
inputFileKey?: string | null
[src]
§
lastModifiedDate?: Date | number | null
[src]
§
message?: string | null
[src]
§
percentageProgress?: number | null
[src]
§
roleArn?: string | null
[src]
§
status?: Status | null
[src]
§
successCount?: number | null
[src]
§
taskId?: string | null
[src]
§
templateBody?: string | null
[src]