ExAws v1.0.0-beta2 ExAws.Request

Makes requests to AWS.

Summary

Types

error_t :: {:error, {:http_error, http_status, binary}}
http_status :: pos_integer
success_content :: %{body: binary, headers: [{binary, binary}]}

Functions

attempt_again?(attempt, reason)
backoff(attempt)
client_error(map, json_codec)
handle_aws_error(type, message)
request(http_method, url, data, headers, config, service)
request_and_retry(method, url, service, config, headers, req_body, arg)