package aws
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Module Aws.Xml
This module contains helpers used for XML parsing. It wraps Ezxmlm and adds helpers.
This is thrown when parsing XML responses. It will be caught in response handlers (M.of_http for api call M) and turned into an Error.t
val member : string -> Ezxmlm.nodes -> Ezxmlm.nodes optionThis function is identical to Ezxmlm.member except that in the case of an Ezxmlm.Tag_not_found exception it returns None.
val members : string -> Ezxmlm.nodes -> Ezxmlm.nodes listThis function is identical to Ezxmlm.members except in the case of an Ezxmlm.Tag_not_found exception it returns .