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

UpdateMemberSessionRequest

import type { UpdateMemberSessionRequest } from "https://aws-api.deno.dev/v0.4/services/macie2.ts?docs=full";
interface UpdateMemberSessionRequest {
id: string;
status: MacieStatus;
}

§Properties

§
id: string
[src]

The unique identifier for the Amazon Macie resource that the request applies to.

§

Specifies the 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.