View Source AWS.XML behaviour (aws-elixir v1.0.4)
Specifies the behaviour of a XML parser.
You can switch the default XML parser which uses AWS.Util underneath
by defining a different implementation by setting the :xml_module
configuration in AWS.Client
:
client = %AWS.Client{xml_module: MyCustomXMLParser}
AWS.SNS.publish(client, %{})
Link to this section Summary
Callbacks
Decodes a XML into a map. Raises in case of errors.
Encodes a map into XML iodata. Raises in case of errors.
Link to this section Callbacks
Decodes a XML into a map. Raises in case of errors.
Encodes a map into XML iodata. Raises in case of errors.