src/aws_gleam_sesv2.app.src
{application, aws_gleam_sesv2, [
{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 SES v2. Auto-generated from the upstream Smithy model. Depends on aws_gleam_runtime."},
{modules, [aws@services@sesv2,
aws_gleam_sesv2@@main]},
{registered, []}
]}.