Skip to main content

src/aws_gleam_rds.app.src

{application, aws_gleam_rds, [
    {vsn, "1.5.1"},
    {applications, [aws_gleam_runtime,
                    gleam_erlang,
                    gleam_http,
                    gleam_httpc,
                    gleam_json,
                    gleam_otp,
                    gleam_stdlib]},
    {description, "Typed Gleam client for Amazon RDS. Auto-generated from the upstream Smithy model. Depends on aws_gleam_runtime."},
    {modules, [aws@services@rds,
               aws_gleam_rds@@main]},
    {registered, []}
]}.