Module Types.StepAdjustment

type t = {
metric_interval_lower_bound : Aws.BaseTypes.Double.t option;
metric_interval_upper_bound : Aws.BaseTypes.Double.t option;
scaling_adjustment : Aws.BaseTypes.Integer.t;
}
val make : ?⁠metric_interval_lower_bound:Aws.BaseTypes.Double.t -> ?⁠metric_interval_upper_bound:Aws.BaseTypes.Double.t -> scaling_adjustment:Aws.BaseTypes.Integer.t -> unit -> t
val parse : Ezxmlm.nodes -> t option
val to_query : t -> Aws.Query.t
val to_json : t -> [> `Assoc of (string * Aws.Json.t) list ]
val of_json : Aws.Json.t -> t