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

UpdateParallelDataResponse

import type { UpdateParallelDataResponse } from "https://aws-api.deno.dev/v0.4/services/translate.ts?docs=full";
interface UpdateParallelDataResponse {
LatestUpdateAttemptAt?: Date | number | null;
LatestUpdateAttemptStatus?: ParallelDataStatus | null;
Name?: string | null;
Status?: ParallelDataStatus | null;
}

§Properties

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

The time that the most recent update was attempted.

§
LatestUpdateAttemptStatus?: ParallelDataStatus | null
[src]

The status of the parallel data update attempt. When the updated parallel data resource is ready for you to use, the status is ACTIVE.

§
Name?: string | null
[src]

The name of the parallel data resource being updated.

§
Status?: ParallelDataStatus | null
[src]

The status of the parallel data resource that you are attempting to update. Your update request is accepted only if this status is either ACTIVE or FAILED.