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

DisassociateS3ResourcesRequest

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

§Properties

§
associatedS3Resources: S3Resource[]
[src]

The S3 resources (buckets or prefixes) that you want to remove from being monitored and classified by Amazon Macie Classic.

§
memberAccountId?: string | null
[src]

The ID of the Amazon Macie Classic member account whose resources you want to remove from being monitored by Macie Classic.