package aws-ssm

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