Module Values.AutoScalingSpecificationSource

The optional auto scaling capacity settings for a table in provisioned capacity mode.

Sourcetype nonrec t = {
  1. writeCapacityAutoScaling : AutoScalingSettings.t option;
    (*

    The auto scaling settings for the table's write capacity.

    *)
  2. readCapacityAutoScaling : AutoScalingSettings.t option;
    (*

    The auto scaling settings for the table's read capacity.

    *)
}
Sourceval make : ?writeCapacityAutoScaling:??? -> ?readCapacityAutoScaling:??? -> unit -> t
Sourceval to_value : 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 ]
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