View Source aws_client (aws v0.3.1)

Link to this section Summary

Link to this section Types

Specs

access_key_id() :: binary().

Specs

aws_client() :: map().

Specs

http_port() :: binary().

Specs

region() :: binary().

Specs

secret_access_key() :: binary().

Specs

token() :: binary().

Link to this section Functions

Specs

make_client() -> aws_client().

Specs

make_client(region()) -> aws_client().
Link to this function

make_client(AccessKeyID, SecretAccessKey, Region)

View Source

Specs

make_client(access_key_id(), secret_access_key(), region()) -> aws_client().
Link to this function

make_local_client(AccessKeyID, SecretAccessKey, Port)

View Source

Specs

make_local_client(access_key_id(), secret_access_key(), http_port()) -> aws_client().
Link to this function

make_temporary_client(AccessKeyID, SecretAccessKey, Token, Region)

View Source

Specs

make_temporary_client(access_key_id(), secret_access_key(), token(), region()) -> aws_client().