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

PutJobTaggingRequest

import type { PutJobTaggingRequest } from "https://aws-api.deno.dev/v0.4/services/s3control.ts?docs=full";
interface PutJobTaggingRequest {
AccountId: string;
JobId: string;
Tags: S3Tag[];
}

§Properties

§
AccountId: string
[src]

The Amazon Web Services account ID associated with the S3 Batch Operations job.

§
JobId: string
[src]

The ID for the S3 Batch Operations job whose tags you want to replace.

§
Tags: S3Tag[]
[src]

The set of tags to associate with the S3 Batch Operations job.