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

StartFHIRExportJobResponse

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

§Properties

§
DatastoreId?: string | null
[src]

The AWS generated ID for the Data Store from which files are being exported for an export job.

§
JobId: string
[src]

The AWS generated ID for an export job.

§
JobStatus: JobStatus
[src]

The status of a FHIR export job. Possible statuses are SUBMITTED, IN_PROGRESS, COMPLETED, or FAILED.