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

RefreshSchemasStatus

import type { RefreshSchemasStatus } from "https://aws-api.deno.dev/v0.3/services/dms.ts?docs=full";

Provides information that describes status of a schema at an endpoint specified by the DescribeRefreshSchemaStatus operation.

interface RefreshSchemasStatus {
EndpointArn?: string | null;
LastFailureMessage?: string | null;
LastRefreshDate?: Date | number | null;
ReplicationInstanceArn?: string | null;
}

§Properties

§
EndpointArn?: string | null
[src]

The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.

§
LastFailureMessage?: string | null
[src]

The last failure message for the schema.

§
LastRefreshDate?: Date | number | null
[src]

The date the schema was last refreshed.

§
ReplicationInstanceArn?: string | null
[src]

The Amazon Resource Name (ARN) of the replication instance.

§

The status of the schema.