Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

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;
}

§Properties

§
AllocatedStorage?: number | null
[src]
§
AllowMajorVersionUpgrade?: boolean | null
[src]
§
ApplyImmediately?: boolean | null
[src]
§
AutoMinorVersionUpgrade?: boolean | null
[src]
§
EngineVersion?: string | null
[src]
§
MultiAZ?: boolean | null
[src]
§
PreferredMaintenanceWindow?: string | null
[src]
§
ReplicationInstanceArn: string
[src]
§
ReplicationInstanceClass?: string | null
[src]
§
ReplicationInstanceIdentifier?: string | null
[src]
§
VpcSecurityGroupIds?: string[] | null
[src]