Updates settings for a server.
This operation is synchronous.
opsworkscm_update_server(DisableAutomatedBackup, BackupRetentionCount,
ServerName, PreferredMaintenanceWindow, PreferredBackupWindow)
Setting DisableAutomatedBackup to true
disables automated or scheduled
backups. Automated backups are enabled by default.
Sets the number of automated backups that you want to keep.
[required] The name of the server to update.
svc$update_server( DisableAutomatedBackup = TRUE|FALSE, BackupRetentionCount = 123, ServerName = "string", PreferredMaintenanceWindow = "string", PreferredBackupWindow = "string" )