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

StorageClassAnalysis

import type { StorageClassAnalysis } from "https://aws-api.deno.dev/v0.4/services/s3.ts?docs=full";

Specifies data related to access patterns to be collected and made available to analyze the tradeoffs between different storage classes for an Amazon S3 bucket.

interface StorageClassAnalysis {
DataExport?: StorageClassAnalysisDataExport | null;
}

§Properties

§

Specifies how data related to the storage class analysis for an Amazon S3 bucket should be exported.