ModifyReplicationInstanceMessage
import type { ModifyReplicationInstanceMessage } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/dms.ts";interface ModifyReplicationInstanceMessage {
AllocatedStorage?: number | null;
AllowMajorVersionUpgrade?: boolean | null;
ApplyImmediately?: boolean | null;
AutoMinorVersionUpgrade?: boolean | null;
EngineVersion?: string | null;
MultiAZ?: boolean | null;
PreferredMaintenanceWindow?: string | null;
ReplicationInstanceArn: string;
ReplicationInstanceClass?: string | null;
ReplicationInstanceIdentifier?: string | null;
VpcSecurityGroupIds?: string[] | null;
}