View Source aws_client (aws v0.7.14)

Link to this section Summary

Link to this section Types

-type access_key_id() :: binary().
-type aws_client() :: map().
-type endpoint() :: binary().
-type http_port() :: binary().
-type region() :: binary().
-type secret_access_key() :: binary().
-type token() :: binary().

Link to this section Functions

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

make_client(AccessKeyID, SecretAccessKey, Region)

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

make_local_client(AccessKeyID, SecretAccessKey, Port)

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

make_local_client(AccessKeyID, SecretAccessKey, Port, Endpoint)

View Source
-spec make_local_client(access_key_id(), secret_access_key(), http_port(), endpoint()) -> aws_client().
Link to this function

make_temporary_client(AccessKeyID, SecretAccessKey, Token, Region)

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