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

AssessmentSummary

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

Contains the summary of the assessment results.

interface AssessmentSummary {
antipatternReportS3Object?: S3Object | null;
antipatternReportStatus?: AntipatternReportStatus | null;
antipatternReportStatusMessage?: string | null;
lastAnalyzedTimestamp?: Date | number | null;
listAntipatternSeveritySummary?: AntipatternSeveritySummary[] | null;
listApplicationComponentStatusSummary?: ApplicationComponentStatusSummary[] | null;
listApplicationComponentStrategySummary?: StrategySummary[] | null;
listApplicationComponentSummary?: ApplicationComponentSummary[] | null;
listServerStatusSummary?: ServerStatusSummary[] | null;
listServerStrategySummary?: StrategySummary[] | null;
listServerSummary?: ServerSummary[] | null;
}

§Properties

§
antipatternReportS3Object?: S3Object | null
[src]

The Amazon S3 object containing the anti-pattern report.

§
antipatternReportStatus?: AntipatternReportStatus | null
[src]

The status of the anti-pattern report.

§
antipatternReportStatusMessage?: string | null
[src]

The status message of the anti-pattern report.

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

The time the assessment was performed.

§
listAntipatternSeveritySummary?: AntipatternSeveritySummary[] | null
[src]

List of AntipatternSeveritySummary.

§
listApplicationComponentStatusSummary?: ApplicationComponentStatusSummary[] | null
[src]

List of status summaries of the analyzed application components.

§
listApplicationComponentStrategySummary?: StrategySummary[] | null
[src]

List of ApplicationComponentStrategySummary.

§
listApplicationComponentSummary?: ApplicationComponentSummary[] | null
[src]

List of ApplicationComponentSummary.

§
listServerStatusSummary?: ServerStatusSummary[] | null
[src]

List of status summaries of the analyzed servers.

§
listServerStrategySummary?: StrategySummary[] | null
[src]

List of ServerStrategySummary.

§
listServerSummary?: ServerSummary[] | null
[src]

List of ServerSummary.