Module erlcloud_sm

Data Types

get_secret_value_option()

get_secret_value_option() = {version_id | version_stage, binary()}

get_secret_value_options()

get_secret_value_options() = [get_secret_value_option()]

sm_response()

sm_response() = {ok, proplists:proplist()} | {error, term()}

Function Index

get_secret_value/2 SM API: https://docs.aws.amazon.com/secretsmanager/latest/apireference/API_GetSecretValue.html
get_secret_value/3
new/2
new/3
new/4

Function Details

get_secret_value/2

get_secret_value(SecretId::binary(), Opts::get_secret_value_options()) -> sm_response()

SM API: https://docs.aws.amazon.com/secretsmanager/latest/apireference/API_GetSecretValue.html

get_secret_value/3

get_secret_value(SecretId::binary(), Opts::get_secret_value_options(), Config::aws_config()) -> sm_response()

new/2

new(AccessKeyID::string(), SecretAccessKey::string()) -> aws_config()

new/3

new(AccessKeyID::string(), SecretAccessKey::string(), Host::string()) -> aws_config()

new/4

new(AccessKeyID::string(), SecretAccessKey::string(), Host::string(), Port::non_neg_integer()) -> aws_config()


Generated by EDoc