ex_aws_boto v0.1.1 ExAws.Boto.Protocol.Query
Link to this section Summary
Functions
Converts an ExAws.Boto.Operation
, which describes an API method invocation in terms of ExAws.Boto
into an ExAws.Operation.Query
, which describes an HTTP request. This method is also responsible for
converting the input object into something that an AWS query strings based API can understand.
Given a ExAws.Boto.Shape
and a fragment of XML, produce a domain object representing that XML
Parses an ExAWS response into an ExAws.Boto
object.
Link to this section Functions
from_op(operation)
Converts an ExAws.Boto.Operation
, which describes an API method invocation in terms of ExAws.Boto
into an ExAws.Operation.Query
, which describes an HTTP request. This method is also responsible for
converting the input object into something that an AWS query strings based API can understand.
Given a ExAws.Boto.Shape
and a fragment of XML, produce a domain object representing that XML
parse_response(operation, arg)
Parses an ExAWS response into an ExAws.Boto
object.