ClusterPendingModifiedValues
import type { ClusterPendingModifiedValues } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/rds.ts";interface ClusterPendingModifiedValues {
DBClusterIdentifier?: string | null;
EngineVersion?: string | null;
IAMDatabaseAuthenticationEnabled?: boolean | null;
MasterUserPassword?: string | null;
PendingCloudwatchLogsExports?: PendingCloudwatchLogsExports | null;
}