deleteBackup
inline suspend fun OpsWorksCmClient.deleteBackup(crossinline block: DeleteBackupRequest.Builder.() -> Unit): DeleteBackupResponse
Deletes a backup. You can delete both manual and automated backups. This operation is asynchronous.
An InvalidStateException
is thrown when a backup deletion is already in progress. A ResourceNotFoundException
is thrown when the backup does not exist. A ValidationException
is thrown when parameters of the request are not valid.