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

include/aws@services@rds_PurchaseReservedDBInstancesOfferingInput.hrl

-record(purchase_reserved_d_b_instances_offering_input, {
reserved_db_instances_offering_id :: gleam@option:option(binary()),
reserved_db_instance_id :: gleam@option:option(binary()),
db_instance_count :: gleam@option:option(integer()),
tags :: gleam@option:option(list(aws@services@rds:tag()))
}).