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

ListFHIRDatastoresResponse

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

§Properties

§
DatastorePropertiesList: DatastoreProperties[]
[src]

All properties associated with the listed Data Stores.

§
NextToken?: string | null
[src]

Pagination token that can be used to retrieve the next page of results.