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

S3SetObjectTaggingOperation

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

Contains the configuration parameters for a Set Object Tagging operation. S3 Batch Operations passes every object to the underlying PUT Object tagging API. For more information about the parameters for this operation, see PUT Object tagging.

interface S3SetObjectTaggingOperation {
TagSet?: S3Tag[] | null;
}

§Properties

§
TagSet?: S3Tag[] | null
[src]