Module Values.ReplicaAutoScalingSpecificationSource

The auto scaling settings of a multi-Region table in the specified Amazon Web Services Region.

Sourcetype nonrec t = {
  1. region : Region.t option;
    (*

    The Amazon Web Services Region.

    *)
  2. autoScalingSpecification : AutoScalingSpecification.t option;
    (*

    The auto scaling settings for a multi-Region table in the specified Amazon Web Services Region.

    *)
}
Sourceval make : ?region:??? -> ?autoScalingSpecification:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of Region.t | `Structure of (string * [> `Structure of (string * [> `Boolean of BooleanObject.t | `Long of CapacityUnits.t | `Structure of (string * [> `Structure of (string * [> `Boolean of BooleanObject.t | `Double of DoubleObject.t | `Integer of IntegerObject.t ]) list ]) list ]) 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