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

DatastoreStorageSummary

import type { DatastoreStorageSummary } from "https://aws-api.deno.dev/v0.3/services/iotanalytics.ts?docs=full";

Contains information about your data store.

interface DatastoreStorageSummary {
customerManagedS3?: CustomerManagedDatastoreS3StorageSummary | null;
iotSiteWiseMultiLayerStorage?: DatastoreIotSiteWiseMultiLayerStorageSummary | null;
serviceManagedS3?: ServiceManagedDatastoreS3StorageSummary | null;
}

§Properties

§

Used to store data in an Amazon S3 bucket managed by IoT Analytics.

§
iotSiteWiseMultiLayerStorage?: DatastoreIotSiteWiseMultiLayerStorageSummary | null
[src]

Used to store data used by IoT SiteWise in an Amazon S3 bucket that you manage.

§

Used to store data in an Amazon S3 bucket managed by IoT Analytics.