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

include/aws@services@rds_ModifyDBClusterSnapshotAttributeInput.hrl

-record(modify_d_b_cluster_snapshot_attribute_input, {
db_cluster_snapshot_identifier :: gleam@option:option(binary()),
attribute_name :: gleam@option:option(binary()),
values_to_add :: gleam@option:option(list(binary())),
values_to_remove :: gleam@option:option(list(binary()))
}).