@aws-sdk/client-fsx

DeleteBackupCommandOutput Interface

The output of DeleteBackupCommand.

Members

Name
Type
Details
$metadata RequiredResponseMetadata
Metadata pertaining to this request.
BackupId string | undefined

The ID of the backup that was deleted.

Lifecycle BackupLifecycle | undefined

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

Full Signature

export interface DeleteBackupCommandOutput extends DeleteBackupResponse, MetadataBearer