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 -> tval parse : Ezxmlm.nodes -> t optionval to_query : t -> Aws.Query.tval to_json : t -> [> `Assoc of (string * Aws.Json.t) list ]val of_json : Aws.Json.t -> t