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

DescribeSimulationJobBatchResponse

import type { DescribeSimulationJobBatchResponse } from "https://aws-api-16vtt531a2w0.deno.dev/v0.2/services/robomaker.ts";
interface DescribeSimulationJobBatchResponse {
arn?: string | null;
batchPolicy?: BatchPolicy | null;
clientRequestToken?: string | null;
createdAt?: Date | number | null;
createdRequests?: SimulationJobSummary[] | null;
failedRequests?: FailedCreateSimulationJobRequest[] | null;
failureCode?: SimulationJobBatchErrorCode | null;
failureReason?: string | null;
lastUpdatedAt?: Date | number | null;
pendingRequests?: SimulationJobRequest[] | null;
status?: SimulationJobBatchStatus | null;
tags?: {
[key: string]: string | null | undefined;
}
| null;
}

§Properties

§
arn?: string | null
[src]
§
batchPolicy?: BatchPolicy | null
[src]
§
clientRequestToken?: string | null
[src]
§
createdAt?: Date | number | null
[src]
§
createdRequests?: SimulationJobSummary[] | null
[src]
§
failedRequests?: FailedCreateSimulationJobRequest[] | null
[src]
§
failureReason?: string | null
[src]
§
lastUpdatedAt?: Date | number | null
[src]
§
pendingRequests?: SimulationJobRequest[] | null
[src]
§
tags?: {
[key: string]: string | null | undefined;
}
| null
[src]