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_ModifyDBProxyTargetGroupInput.hrl
Raw

include/aws@services@rds_ModifyDBProxyTargetGroupInput.hrl

-record(modify_d_b_proxy_target_group_input, {
target_group_name :: binary(),
db_proxy_name :: binary(),
connection_pool_config :: gleam@option:option(aws@services@rds:connection_pool_configuration()),
new_name :: gleam@option:option(binary())
}).