AggregatedSourceStatus
import type { AggregatedSourceStatus } from "https://aws-api-gyr5wj9zj0fg.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;
}