Current section
Files
Jump to
Current section
Files
src/aws_gleam_rds.app.src
{application, aws_gleam_rds, [
{vsn, "0.1.2"},
{applications, [aws_gleam_runtime,
gleam_erlang,
gleam_http,
gleam_httpc,
gleam_json,
gleam_otp,
gleam_stdlib]},
{description, "Typed Gleam client for AWS rds service. Auto-generated from the upstream Smithy model. Depends on aws_gleam_runtime for SigV4 signing, the credentials chain, endpoint resolution, retry, and the protocol codecs."},
{modules, [aws@services@rds,
aws_gleam_rds@@main]},
{registered, []}
]}.