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

ApplicationComponentStatusSummary

import type { ApplicationComponentStatusSummary } from "https://aws-api.deno.dev/v0.4/services/migrationhubstrategy.ts?docs=full";

Summary of the analysis status of the application component.

interface ApplicationComponentStatusSummary {
count?: number | null;
srcCodeOrDbAnalysisStatus?: SrcCodeOrDbAnalysisStatus | null;
}

§Properties

§
count?: number | null
[src]

The number of application components successfully analyzed, partially successful or failed analysis.

§
srcCodeOrDbAnalysisStatus?: SrcCodeOrDbAnalysisStatus | null
[src]

The status of database analysis.