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

DeleteBackupRequest

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

The request object for the DeleteBackup operation.

interface DeleteBackupRequest {
BackupId: string;
ClientRequestToken?: string | null;
}

§Properties

§
BackupId: string
[src]

The ID of the backup that you want to delete.

§
ClientRequestToken?: string | null
[src]

A string of up to 64 ASCII characters that Amazon FSx uses to ensure idempotent deletion. This parameter is automatically filled on your behalf when using the CLI or SDK.