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

DescribeWorldGenerationJobResponse

import type { DescribeWorldGenerationJobResponse } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/robomaker.ts";
interface DescribeWorldGenerationJobResponse {
arn?: string | null;
clientRequestToken?: string | null;
createdAt?: Date | number | null;
failureCode?: WorldGenerationJobErrorCode | null;
failureReason?: string | null;
finishedWorldsSummary?: FinishedWorldsSummary | null;
status?: WorldGenerationJobStatus | null;
tags?: {
[key: string]: string | null | undefined;
}
| null;
template?: string | null;
worldCount?: WorldCount | null;
worldTags?: {
[key: string]: string | null | undefined;
}
| null;
}

§Properties

§
arn?: string | null
[src]
§
clientRequestToken?: string | null
[src]
§
createdAt?: Date | number | null
[src]
§
failureReason?: string | null
[src]
§
finishedWorldsSummary?: FinishedWorldsSummary | null
[src]
§
tags?: {
[key: string]: string | null | undefined;
}
| null
[src]
§
template?: string | null
[src]
§
worldCount?: WorldCount | null
[src]
§
worldTags?: {
[key: string]: string | null | undefined;
}
| null
[src]