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

StartFHIRImportJobResponse

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

§Properties

§
DatastoreId?: string | null
[src]

The AWS-generated Data Store ID.

§
JobId: string
[src]

The AWS-generated job ID.

§
JobStatus: JobStatus
[src]

The status of an import job.