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

DeleteFHIRDatastoreResponse

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

§Properties

§
DatastoreArn: string
[src]

The Amazon Resource Name (ARN) that gives Amazon HealthLake access permission.

§
DatastoreEndpoint: string
[src]

The AWS endpoint for the Data Store the user has requested to be deleted.

§
DatastoreId: string
[src]

The AWS-generated ID for the Data Store to be deleted.

§
DatastoreStatus: DatastoreStatus
[src]

The status of the Data Store that the user has requested to be deleted.