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

UpdateServerRequest

import type { UpdateServerRequest } from "https://aws-api.deno.dev/v0.3/services/opsworkscm.ts?docs=full";
interface UpdateServerRequest {
BackupRetentionCount?: number | null;
DisableAutomatedBackup?: boolean | null;
PreferredBackupWindow?: string | null;
PreferredMaintenanceWindow?: string | null;
ServerName: string;
}

§Properties

§
BackupRetentionCount?: number | null
[src]

Sets the number of automated backups that you want to keep.

§
DisableAutomatedBackup?: boolean | null
[src]

Setting DisableAutomatedBackup to true disables automated or scheduled backups. Automated backups are enabled by default.

§
PreferredBackupWindow?: string | null
[src]
§
PreferredMaintenanceWindow?: string | null
[src]
§
ServerName: string
[src]

The name of the server to update.