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

UpdateMacieSessionRequest

import type { UpdateMacieSessionRequest } from "https://aws-api.deno.dev/v0.4/services/macie2.ts?docs=full";
interface UpdateMacieSessionRequest {
findingPublishingFrequency?: FindingPublishingFrequency | null;
status?: MacieStatus | null;
}

§Properties

§
findingPublishingFrequency?: FindingPublishingFrequency | null
[src]

Specifies how often to publish updates to policy findings for the account. This includes publishing updates to Security Hub and Amazon EventBridge (formerly Amazon CloudWatch Events).

§
status?: MacieStatus | null
[src]

Specifies a new status for the account. Valid values are: ENABLED, resume all Amazon Macie activities for the account; and, PAUSED, suspend all Macie activities for the account.