Packages

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

Current section

Files

Jump to
aws_gleam_rds include aws@services@rds_RegisterDBProxyTargetsInput.hrl
Raw

include/aws@services@rds_RegisterDBProxyTargetsInput.hrl

-record(register_d_b_proxy_targets_input, {
db_proxy_name :: gleam@option:option(binary()),
target_group_name :: gleam@option:option(binary()),
db_instance_identifiers :: gleam@option:option(list(binary())),
db_cluster_identifiers :: gleam@option:option(list(binary()))
}).