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

DeleteDBInstanceAutomatedBackupMessage

import type { DeleteDBInstanceAutomatedBackupMessage } from "https://aws-api.deno.dev/v0.4/services/rds.ts?docs=full";

Parameter input for the DeleteDBInstanceAutomatedBackup operation.

interface DeleteDBInstanceAutomatedBackupMessage {
DBInstanceAutomatedBackupsArn?: string | null;
DbiResourceId?: string | null;
}

§Properties

§
DBInstanceAutomatedBackupsArn?: string | null
[src]

The Amazon Resource Name (ARN) of the automated backups to delete, for example, arn:aws:rds:us-east-1:123456789012:auto-backup:ab-L2IJCEXJP7XQ7HOJ4SIEXAMPLE.

This setting doesn't apply to RDS Custom.

§
DbiResourceId?: string | null
[src]

The identifier for the source DB instance, which can't be changed and which is unique to an Amazon Web Services Region.