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

ListFHIRImportJobsResponse

import type { ListFHIRImportJobsResponse } from "https://aws-api.deno.dev/v0.4/services/healthlake.ts?docs=full";
interface ListFHIRImportJobsResponse {
ImportJobPropertiesList: ImportJobProperties[];
NextToken?: string | null;
}

§Properties

§
ImportJobPropertiesList: ImportJobProperties[]
[src]

The properties of a listed FHIR import jobs, including the ID, ARN, name, and the status of the job.

§
NextToken?: string | null
[src]

A pagination token used to identify the next page of results to return for a ListFHIRImportJobs query.