Module Values.DeleteBackupOutputSource

Deletes an existing backup of a table. You can call DeleteBackup at a maximum rate of 10 times per second.

Sourcetype nonrec t = {
  1. backupDescription : BackupDescription.t option;
    (*

    Contains the description of the backup created for the table.

    *)
}
Sourcetype nonrec error = [
  1. | `BackupInUseException of BackupInUseException.t
  2. | `BackupNotFoundException of BackupNotFoundException.t
  3. | `InternalServerError of InternalServerError.t
  4. | `LimitExceededException of LimitExceededException.t
  5. | `Unknown_operation_error of string * string option
]
Sourceval make : ?backupDescription:??? -> unit -> t
Sourceval error_of_json : string -> Yojson.Safe.t -> [> `BackupInUseException of BackupInUseException.t | `BackupNotFoundException of BackupNotFoundException.t | `InternalServerError of InternalServerError.t | `LimitExceededException of LimitExceededException.t | `Unknown_operation_error of string * string option ]
Sourceval error_of_xml : string -> Awso.Xml.t -> [> `BackupInUseException of BackupInUseException.t | `BackupNotFoundException of BackupNotFoundException.t | `InternalServerError of InternalServerError.t | `LimitExceededException of LimitExceededException.t | `Unknown_operation_error of string * string option ]
Sourceval error_to_json : error -> Yojson.Safe.t
Sourceval to_value : t -> [> `Structure of (string * [> `Structure of (string * [> `Structure of (string * [> `Enum of string | `List of [> `Structure of (string * [> `Enum of string | `List of [> `Structure of (string * [> `Enum of string | `String of KeySchemaAttributeName.t ]) list ] list | `String of KeySchemaAttributeName.t | `Structure of (string * [> `Enum of string | `List of [> `String of NonKeyAttributeName.t ] list | `Long of PositiveLongObject.t ]) list ]) list ] list | `Long of BackupSizeBytes.t | `String of BackupArn.t | `Structure of (string * [> `Boolean of StreamEnabled.t | `Enum of string | `Long of PositiveLongObject.t | `String of TimeToLiveAttributeName.t | `Timestamp of Date.t ]) list | `Timestamp of BackupCreationDateTime.t ]) list ]) list ]) 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