package aws-cloudformation

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