include/aws@services@rds_CreateDBClusterSnapshotInput.hrl
-record(create_d_b_cluster_snapshot_input, {
db_cluster_snapshot_identifier :: binary(),
db_cluster_identifier :: binary(),
tags :: gleam@option:option(list(aws@services@rds:tag()))
}).