Module Values.BackupDescriptionSource

Contains the description of the backup created for the table.

Sourcetype nonrec t = {
  1. backupDetails : BackupDetails.t option;
    (*

    Contains the details of the backup created for the table.

    *)
  2. sourceTableDetails : SourceTableDetails.t option;
    (*

    Contains the details of the table when the backup was created.

    *)
  3. sourceTableFeatureDetails : SourceTableFeatureDetails.t option;
    (*

    Contains the details of the features enabled on the table when the backup was created. For example, LSIs, GSIs, streams, TTL.

    *)
}
Sourceval make : ?backupDetails:??? -> ?sourceTableDetails:??? -> ?sourceTableFeatureDetails:??? -> unit -> t
Sourceval to_value : t -> [> `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 ]
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