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

UpdateS3ResourcesRequest

import type { UpdateS3ResourcesRequest } from "https://aws-api.deno.dev/v0.3/services/macie.ts?docs=full";
interface UpdateS3ResourcesRequest {
memberAccountId?: string | null;
s3ResourcesUpdate: S3ResourceClassificationUpdate[];
}

§Properties

§
memberAccountId?: string | null
[src]

The AWS ID of the Amazon Macie Classic member account whose S3 resources' classification types you want to update.

§

The S3 resources whose classification types you want to update.