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

include/aws@services@rds_StartExportTaskInput.hrl

-record(start_export_task_input, {
export_task_identifier :: binary(),
source_arn :: binary(),
s3_bucket_name :: binary(),
iam_role_arn :: binary(),
kms_key_id :: binary(),
s3_prefix :: gleam@option:option(binary()),
export_only :: gleam@option:option(list(binary()))
}).