aws_gleam_rds

Typed Gleam client for Amazon RDS, generated from the upstream Smithy model in aws-gleam.

import aws/services/rds
pub fn main() {
let assert Ok(client) = rds.new()
// Call generated operations with typed input records.
rds.shutdown(client)
}

Use rds.new_with(settings, endpoint_params) for explicit aws/config.Settings and RDS endpoint-rule-set parameters.

Depends on aws_gleam_runtime for signing, credentials, endpoint resolution, retry, transport, and protocol codecs.

Documentation

Full docs at https://hexdocs.pm/aws_gleam_rds.

Source

https://github.com/Ulberg/aws-gleam/tree/main/services/rds

License

Apache 2.0. See LICENSE.