Module Types.ExecutePolicyType
type t={auto_scaling_group_name : Aws.BaseTypes.String.t option;policy_name : Aws.BaseTypes.String.t;honor_cooldown : Aws.BaseTypes.Boolean.t option;metric_value : Aws.BaseTypes.Double.t option;breach_threshold : Aws.BaseTypes.Double.t option;}
val make : ?auto_scaling_group_name:Aws.BaseTypes.String.t -> policy_name:Aws.BaseTypes.String.t -> ?honor_cooldown:Aws.BaseTypes.Boolean.t -> ?metric_value:Aws.BaseTypes.Double.t -> ?breach_threshold:Aws.BaseTypes.Double.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