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

ServerDetail

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

Detailed information about a server.

interface ServerDetail {
antipatternReportS3Object?: S3Object | null;
antipatternReportStatus?: AntipatternReportStatus | null;
antipatternReportStatusMessage?: string | null;
applicationComponentStrategySummary?: StrategySummary[] | null;
dataCollectionStatus?: RunTimeAssessmentStatus | null;
id?: string | null;
lastAnalyzedTimestamp?: Date | number | null;
listAntipatternSeveritySummary?: AntipatternSeveritySummary[] | null;
name?: string | null;
recommendationSet?: RecommendationSet | null;
serverError?: ServerError | null;
serverType?: string | null;
statusMessage?: string | null;
systemInfo?: SystemInfo | null;
}

§Properties

§
antipatternReportS3Object?: S3Object | null
[src]

The S3 bucket name and Amazon S3 key name for anti-pattern report.

§
antipatternReportStatus?: AntipatternReportStatus | null
[src]

The status of the anti-pattern report generation.

§
antipatternReportStatusMessage?: string | null
[src]

A message about the status of the anti-pattern report generation.

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

A list of strategy summaries.

§
dataCollectionStatus?: RunTimeAssessmentStatus | null
[src]

The status of assessment for the server.

§
id?: string | null
[src]

The server ID.

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

The timestamp of when the server was assessed.

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

A list of anti-pattern severity summaries.

§
name?: string | null
[src]

The name of the server.

§
recommendationSet?: RecommendationSet | null
[src]

A set of recommendations.

§
serverError?: ServerError | null
[src]

The error in server analysis.

§
serverType?: string | null
[src]

The type of server.

§
statusMessage?: string | null
[src]

A message about the status of data collection, which contains detailed descriptions of any error messages.

§
systemInfo?: SystemInfo | null
[src]

System information about the server.