Module Values.RestoreTableFromBackupOutputSource

Creates a new table from an existing backup. Any number of users can execute up to 50 concurrent restores (any type of restore) in a given account. You can call RestoreTableFromBackup at a maximum rate of 10 times per second. You must manually set up the following on the restored table: Auto scaling policies IAM policies Amazon CloudWatch metrics and alarms Tags Stream settings Time to Live (TTL) settings

Sourcetype nonrec t = {
  1. tableDescription : TableDescription.t option;
    (*

    The description of the table created from an existing backup.

    *)
}
Sourcetype nonrec error = [
  1. | `BackupInUseException of BackupInUseException.t
  2. | `BackupNotFoundException of BackupNotFoundException.t
  3. | `InternalServerError of InternalServerError.t
  4. | `LimitExceededException of LimitExceededException.t
  5. | `TableAlreadyExistsException of TableAlreadyExistsException.t
  6. | `TableInUseException of TableInUseException.t
  7. | `Unknown_operation_error of string * string option
]
Sourceval make : ?tableDescription:??? -> 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 | `TableAlreadyExistsException of TableAlreadyExistsException.t | `TableInUseException of TableInUseException.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 | `TableAlreadyExistsException of TableAlreadyExistsException.t | `TableInUseException of TableInUseException.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 * [> `Boolean of DeletionProtectionEnabled.t | `Enum of string | `List of [> `Structure of (string * [> `Boolean of Backfilling.t | `Enum of string | `List of [> `Structure of (string * [> `Enum of string | `String of KeySchemaAttributeName.t | `Structure of (string * [> `Enum of string | `Long of PositiveLongObject.t ]) list ]) list ] list | `Long of LongObject.t | `String of KeySchemaAttributeName.t | `Structure of (string * [> `Enum of string | `List of [> `String of NonKeyAttributeName.t ] list | `Long of PositiveLongObject.t | `Timestamp of Date.t ]) list | `Timestamp of Date.t ]) list ] list | `Long of LongObject.t | `String of TableName.t | `Structure of (string * [> `Boolean of StreamEnabled.t | `Enum of string | `Long of PositiveLongObject.t | `String of BackupArn.t | `Timestamp of Date.t ]) list | `Timestamp of Date.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