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

DescribeDatastoreResponse

import type { DescribeDatastoreResponse } from "https://aws-api.deno.dev/v0.3/services/iotanalytics.ts?docs=full";
interface DescribeDatastoreResponse {
datastore?: Datastore | null;
statistics?: DatastoreStatistics | null;
}

§Properties

§
datastore?: Datastore | null
[src]

Information about the data store.

§
statistics?: DatastoreStatistics | null
[src]

Additional statistical information about the data store. Included if the includeStatistics parameter is set to true in the request.