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

PutStorageLensConfigurationTaggingRequest

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

§Properties

§
AccountId: string
[src]

The account ID of the requester.

§
ConfigId: string
[src]

The ID of the S3 Storage Lens configuration.

§

The tag set of the S3 Storage Lens configuration.

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