include/aws@services@rds_DescribeDBProxyTargetsInput.hrl
-record(describe_d_b_proxy_targets_input, {
db_proxy_name :: binary(),
target_group_name :: gleam@option:option(binary()),
filters :: gleam@option:option(list(aws@services@rds:filter())),
marker :: gleam@option:option(binary()),
max_records :: gleam@option:option(integer())
}).