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

CreateFHIRDatastoreResponse

import type { CreateFHIRDatastoreResponse } from "https://aws-api.deno.dev/v0.4/services/healthlake.ts?docs=full";
interface CreateFHIRDatastoreResponse {
DatastoreArn: string;
DatastoreEndpoint: string;
DatastoreId: string;
DatastoreStatus: DatastoreStatus;
}

§Properties

§
DatastoreArn: string
[src]

The datastore ARN is generated during the creation of the Data Store and can be found in the output from the initial Data Store creation call.

§
DatastoreEndpoint: string
[src]

The AWS endpoint for the created Data Store. For preview, only US-east-1 endpoints are supported.

§
DatastoreId: string
[src]

The AWS-generated Data Store id. This id is in the output from the initial Data Store creation call.

§
DatastoreStatus: DatastoreStatus
[src]

The status of the FHIR Data Store. Possible statuses are ‘CREATING’, ‘ACTIVE’, ‘DELETING’, ‘DELETED’.