package aws-cloudwatch

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t = Statistic.t list
val make : 'a -> unit -> 'b
val parse : Ezxmlm.nodes -> Statistic.t list option
val to_query : Statistic.t list -> Aws.Query.t
val to_json : Statistic.t list -> [> `List of Aws.Json.t list ]
val of_json : Aws.Json.t -> Statistic.t list