Connection
import type { Connection } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/dms.ts";interface Connection {
EndpointArn?: string | null;
EndpointIdentifier?: string | null;
LastFailureMessage?: string | null;
ReplicationInstanceArn?: string | null;
ReplicationInstanceIdentifier?: string | null;
Status?: string | null;
}