Module Values_1.DeleteDBInstanceAutomatedBackupMessageSource

Parameter input for the DeleteDBInstanceAutomatedBackup operation.

Sourcetype nonrec t = {
  1. dbiResourceId : Values_0.String_.t option;
    (*

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

    *)
  2. dBInstanceAutomatedBackupsArn : Values_0.String_.t option;
    (*

    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.

    *)
}
Sourceval make : ?dbiResourceId:??? -> ?dBInstanceAutomatedBackupsArn:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of Values_0.String_.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t