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

CreateParallelDataResponse

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

§Properties

§
Name?: string | null
[src]

The custom name that you assigned to the parallel data resource.

§
Status?: ParallelDataStatus | null
[src]

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