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

CancelLegalHoldInput

import type { CancelLegalHoldInput } from "https://aws-api.deno.dev/v0.4/services/backup.ts?docs=full";
interface CancelLegalHoldInput {
CancelDescription: string;
LegalHoldId: string;
RetainRecordInDays?: number | null;
}

§Properties

§
CancelDescription: string
[src]

String describing the reason for removing the legal hold.

§
LegalHoldId: string
[src]

Legal hold ID required to remove the specified legal hold on a recovery point.

§
RetainRecordInDays?: number | null
[src]

The integer amount in days specifying amount of days after this API operation to remove legal hold.