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

ModifyBackupAttributesRequest

import type { ModifyBackupAttributesRequest } from "https://aws-api.deno.dev/v0.4/services/cloudhsmv2.ts?docs=full";
interface ModifyBackupAttributesRequest {
BackupId: string;
NeverExpires: boolean;
}

§Properties

§
BackupId: string
[src]

The identifier (ID) of the backup to modify. To find the ID of a backup, use the "DescribeBackups" operation.

§
NeverExpires: boolean
[src]

Specifies whether the service should exempt a backup from the retention policy for the cluster. True exempts a backup from the retention policy. False means the service applies the backup retention policy defined at the cluster.