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

DeleteParallelDataResponse

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

§Properties

§
Name?: string | null
[src]

The name of the parallel data resource that is being deleted.

§
Status?: ParallelDataStatus | null
[src]

The status of the parallel data deletion.