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

DescribeDatastoreRequest

import type { DescribeDatastoreRequest } from "https://aws-api.deno.dev/v0.3/services/iotanalytics.ts?docs=full";
interface DescribeDatastoreRequest {
datastoreName: string;
includeStatistics?: boolean | null;
}

§Properties

§
datastoreName: string
[src]

The name of the data store

§
includeStatistics?: boolean | null
[src]

If true, additional statistical information about the data store is included in the response. This feature can't be used with a data store whose S3 storage is customer-managed.