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

DeleteBackupResponse

import type { DeleteBackupResponse } from "https://aws-api.deno.dev/v0.4/services/fsx.ts?docs=full";

The response object for the DeleteBackup operation.

interface DeleteBackupResponse {
BackupId?: string | null;
Lifecycle?: BackupLifecycle | null;
}

§Properties

§
BackupId?: string | null
[src]

The ID of the backup that was deleted.

§
Lifecycle?: BackupLifecycle | null
[src]

The lifecycle status of the backup. If the DeleteBackup operation is successful, the status is DELETED.