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

ListFHIRExportJobsResponse

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

§Properties

§
ExportJobPropertiesList: ExportJobProperties[]
[src]

The properties of listed FHIR export 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 ListFHIRExportJobs query.