include/aws@services@rds_CreateDBSubnetGroupInput.hrl
-record(create_d_b_subnet_group_input, {
db_subnet_group_name :: binary(),
db_subnet_group_description :: binary(),
subnet_ids :: list(binary()),
tags :: gleam@option:option(list(aws@services@rds:tag()))
}).