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

PutStorageLensConfigurationRequest

import type { PutStorageLensConfigurationRequest } from "https://aws-api.deno.dev/v0.4/services/s3control.ts?docs=full";
interface PutStorageLensConfigurationRequest {
AccountId: string;
ConfigId: string;
StorageLensConfiguration: StorageLensConfiguration;
Tags?: StorageLensTag[] | null;
}

§Properties

§
AccountId: string
[src]

The account ID of the requester.

§
ConfigId: string
[src]

The ID of the S3 Storage Lens configuration.

§
StorageLensConfiguration: StorageLensConfiguration
[src]

The S3 Storage Lens configuration.

§
Tags?: StorageLensTag[] | null
[src]

The tag set of the S3 Storage Lens configuration.

Note: You can set up to a maximum of 50 tags.