StorageLensConfiguration
import type { StorageLensConfiguration } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/s3control.ts";interface StorageLensConfiguration {
AccountLevel: AccountLevel;
AwsOrg?: StorageLensAwsOrg | null;
DataExport?: StorageLensDataExport | null;
Exclude?: Exclude | null;
Id: string;
Include?: Include | null;
IsEnabled: boolean;
StorageLensArn?: string | null;
}