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

DisassociateRecoveryPointInput

import type { DisassociateRecoveryPointInput } from "https://aws-api.deno.dev/v0.4/services/backup.ts?docs=full";
interface DisassociateRecoveryPointInput {
BackupVaultName: string;
RecoveryPointArn: string;
}

§Properties

§
BackupVaultName: string
[src]

The unique name of an Backup vault.

§
RecoveryPointArn: string
[src]

An Amazon Resource Name (ARN) that uniquely identifies an Backup recovery point.