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

BatchModifyClusterSnapshotsMessage

import type { BatchModifyClusterSnapshotsMessage } from "https://aws-api.deno.dev/v0.3/services/redshift.ts?docs=full";
interface BatchModifyClusterSnapshotsMessage {
Force?: boolean | null;
ManualSnapshotRetentionPeriod?: number | null;
SnapshotIdentifierList: string[];
}

§Properties

§
Force?: boolean | null
[src]

A boolean value indicating whether to override an exception if the retention period has passed.

§
ManualSnapshotRetentionPeriod?: number | null
[src]

The number of days that a manual snapshot is retained. If you specify the value -1, the manual snapshot is retained indefinitely.

The number must be either -1 or an integer between 1 and 3,653.

If you decrease the manual snapshot retention period from its current value, existing manual snapshots that fall outside of the new retention period will return an error. If you want to suppress the errors and delete the snapshots, use the force option.

§
SnapshotIdentifierList: string[]
[src]

A list of snapshot identifiers you want to modify.