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

Include

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

A container for what Amazon S3 Storage Lens configuration includes.

interface Include {
Buckets?: string[] | null;
Regions?: string[] | null;
}

§Properties

§
Buckets?: string[] | null
[src]

A container for the S3 Storage Lens bucket includes.

§
Regions?: string[] | null
[src]

A container for the S3 Storage Lens Region includes.