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

StopTextTranslationJobResponse

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

§Properties

§
JobId?: string | null
[src]

The job ID of the stopped batch translation job.

§
JobStatus?: JobStatus | null
[src]

The status of the designated job. Upon successful completion, the job's status will be STOPPED.