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

ChannelStorageSummary

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

Where channel data is stored.

interface ChannelStorageSummary {
customerManagedS3?: CustomerManagedChannelS3StorageSummary | null;
serviceManagedS3?: ServiceManagedChannelS3StorageSummary | null;
}

§Properties

§

Used to store channel data in an S3 bucket that you manage.

§

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