package aws-cloudformation

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