Packages

Typed Gleam client for Amazon SES v2. Auto-generated from the upstream Smithy model. Depends on aws_gleam_runtime.

Current section

Files

Jump to
aws_gleam_sesv2 src aws_gleam_sesv2.app.src
Raw

src/aws_gleam_sesv2.app.src

{application, aws_gleam_sesv2, [
{vsn, "1.3.0"},
{applications, [aws_gleam_runtime,
gleam_erlang,
gleam_http,
gleam_httpc,
gleam_json,
gleam_otp,
gleam_stdlib]},
{description, "Typed Gleam client for AWS sesv2 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@sesv2,
aws_gleam_sesv2@@main]},
{registered, []}
]}.