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

ListFHIRExportJobsRequest

import type { ListFHIRExportJobsRequest } from "https://aws-api.deno.dev/v0.4/services/healthlake.ts?docs=full";
interface ListFHIRExportJobsRequest {
DatastoreId: string;
JobName?: string | null;
JobStatus?: JobStatus | null;
MaxResults?: number | null;
NextToken?: string | null;
SubmittedAfter?: Date | number | null;
SubmittedBefore?: Date | number | null;
}

§Properties

§
DatastoreId: string
[src]

This parameter limits the response to the export job with the specified Data Store ID.

§
JobName?: string | null
[src]

This parameter limits the response to the export job with the specified job name.

§
JobStatus?: JobStatus | null
[src]

This parameter limits the response to the export jobs with the specified job status.

§
MaxResults?: number | null
[src]

This parameter limits the number of results returned for a ListFHIRExportJobs to a maximum quantity specified by the user.

§
NextToken?: string | null
[src]

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

§
SubmittedAfter?: Date | number | null
[src]

This parameter limits the response to FHIR export jobs submitted after a user specified date.

§
SubmittedBefore?: Date | number | null
[src]

This parameter limits the response to FHIR export jobs submitted before a user specified date.