Module Values.DeleteBackupRequestSource

The request object for the DeleteBackup operation.

Sourcetype nonrec t = {
  1. backupId : BackupId.t;
    (*

    The ID of the backup that you want to delete.

    *)
  2. clientRequestToken : ClientRequestToken.t option;
    (*

    A string of up to 63 ASCII characters that Amazon FSx uses to ensure idempotent deletion. This parameter is automatically filled on your behalf when using the CLI or SDK.

    *)
}
Sourceval context_ : string
Sourceval make : ?clientRequestToken:??? -> backupId:BackupId.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of BackupId.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