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

AggregatedSourceStatus

import type { AggregatedSourceStatus } from "https://aws-api-16vtt531a2w0.deno.dev/v0.2/services/configservice.ts";
interface AggregatedSourceStatus {
AwsRegion?: string | null;
LastErrorCode?: string | null;
LastErrorMessage?: string | null;
LastUpdateStatus?: AggregatedSourceStatusType | null;
LastUpdateTime?: Date | number | null;
SourceId?: string | null;
SourceType?: AggregatedSourceType | null;
}

§Properties

§
AwsRegion?: string | null
[src]
§
LastErrorCode?: string | null
[src]
§
LastErrorMessage?: string | null
[src]
§
LastUpdateStatus?: AggregatedSourceStatusType | null
[src]
§
LastUpdateTime?: Date | number | null
[src]
§
SourceId?: string | null
[src]
§
SourceType?: AggregatedSourceType | null
[src]