aws_erin v0.2.0 AwsErin.Http View Source

Documentation for AWS HTTP.

Link to this section Summary

Link to this section Functions

Link to this function

delete(endpoint_uri, region_name, service_name, headers, options)

View Source

DELETE AWS rest api.

Link to this function

get(endpoint_uri, region_name, service_name, headers, options)

View Source

GET AWS rest api.

Link to this function

post(endpoint_uri, region_name, service_name, headers, request_payload, options)

View Source

POST AWS rest api.

Link to this function

put(endpoint_uri, region_name, service_name, headers, request_payload, options)

View Source

PUT AWS rest api.

Link to this function

request(endpoint_uri, http_request_method, region_name, service_name, headers, request_payload, options \\ [])

View Source

Request AWS rest api.