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

FindingsFilterAction

import type { FindingsFilterAction } from "https://aws-api.deno.dev/v0.3/services/macie2.ts?docs=full";

The action to perform on findings that meet the filter criteria. To suppress (automatically archive) findings that meet the criteria, set this value to ARCHIVE. Valid values are:

type FindingsFilterAction = "ARCHIVE" | "NOOP" | cmnP.UnexpectedEnumValue;

§Type

§
"ARCHIVE" | "NOOP" | cmnP.UnexpectedEnumValue
[src]