Module Values.ScalingPoliciesSource

Sourcetype nonrec t = ScalingPolicy.t list
Sourceval make : 'a -> 'a
Sourceval of_string : 'a -> 'b
Sourceval to_value : ScalingPolicy.t list -> [> `List of [> `Structure of (string * [> `Enum of string | `String of PolicyName.t | `Structure of (string * [> `Boolean of DisableScaleIn.t | `Double of MetricScale.t | `Integer of Cooldown.t | `Structure of (string * [> `Enum of string | `List of [> `Structure of (string * [> `String of MetricDimensionName.t ]) list ] list | `String of ResourceLabel.t ]) list ]) list ]) list ] list ]
Sourceval to_header : 'a -> 'b
Sourceval of_xml : Awso.Xml.t -> ScalingPolicy.t list
Sourceval of_json : [> Yojson.Safe.t ] -> ScalingPolicy.t list
Sourceval to_json : ScalingPolicy.t list -> Yojson.Safe.t