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

TaskExecutionResultDetail

import type { TaskExecutionResultDetail } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/datasync.ts";
interface TaskExecutionResultDetail {
ErrorCode?: string | null;
ErrorDetail?: string | null;
PrepareDuration?: number | null;
PrepareStatus?: PhaseStatus | null;
TotalDuration?: number | null;
TransferDuration?: number | null;
TransferStatus?: PhaseStatus | null;
VerifyDuration?: number | null;
VerifyStatus?: PhaseStatus | null;
}

§Properties

§
ErrorCode?: string | null
[src]
§
ErrorDetail?: string | null
[src]
§
PrepareDuration?: number | null
[src]
§
PrepareStatus?: PhaseStatus | null
[src]
§
TotalDuration?: number | null
[src]
§
TransferDuration?: number | null
[src]
§
TransferStatus?: PhaseStatus | null
[src]
§
VerifyDuration?: number | null
[src]
§
VerifyStatus?: PhaseStatus | null
[src]