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

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

§Properties

§
EndpointArn?: string | null
[src]
§
EndpointIdentifier?: string | null
[src]
§
LastFailureMessage?: string | null
[src]
§
ReplicationInstanceArn?: string | null
[src]
§
ReplicationInstanceIdentifier?: string | null
[src]
§
Status?: string | null
[src]