ExAws v0.5.0 ExAws.Request
Makes requests to AWS.
Summary
Types
error_t :: {:error, {:http_error, http_status, binary}}
  
http_status :: pos_integer
  
response_t :: success_t | error_t
  
success_content :: %{body: binary, headers: [{binary, binary}]}
  
success_t :: {:ok, success_content}