aws-elixir v0.6.0 AWS.Request View Source

Link to this section Summary

Functions

Build request headers based on a list key-value pairs representing the mappings from param names to header names and a map qith the params.

Generate headers with an AWS signature version 4 for the specified request.

Generate headers with an AWS signature version 4 for the specified request using the specified time.

Generate headers with an AWS signature version 4 for the specified request that can be transformed into a query string.

Generate headers with an AWS signature version 4 for the specified request using the specified time that can be transformed into a query string.

Link to this section Functions

Link to this function

build_headers(params_to_headers, params)

View Source

Build request headers based on a list key-value pairs representing the mappings from param names to header names and a map qith the params.

Link to this function

sign_v4(client, method, url, headers, body)

View Source

Generate headers with an AWS signature version 4 for the specified request.

Link to this function

sign_v4(client, now, method, url, headers, body)

View Source

Generate headers with an AWS signature version 4 for the specified request using the specified time.

Link to this function

sign_v4_query(client, method, url, headers, body)

View Source

Generate headers with an AWS signature version 4 for the specified request that can be transformed into a query string.

Link to this function

sign_v4_query(client, now, method, url, headers, body)

View Source

Generate headers with an AWS signature version 4 for the specified request using the specified time that can be transformed into a query string.