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

NetworkInsightsAnalysis

import type { NetworkInsightsAnalysis } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/ec2.ts";
interface NetworkInsightsAnalysis {
AlternatePathHints: AlternatePathHint[];
Explanations: Explanation[];
FilterInArns: string[];
ForwardPathComponents: PathComponent[];
NetworkInsightsAnalysisArn?: string | null;
NetworkInsightsAnalysisId?: string | null;
NetworkInsightsPathId?: string | null;
NetworkPathFound?: boolean | null;
ReturnPathComponents: PathComponent[];
StartDate?: Date | number | null;
Status?: AnalysisStatus | null;
StatusMessage?: string | null;
Tags: Tag[];
}

§Properties

§
AlternatePathHints: AlternatePathHint[]
[src]
§
Explanations: Explanation[]
[src]
§
FilterInArns: string[]
[src]
§
ForwardPathComponents: PathComponent[]
[src]
§
NetworkInsightsAnalysisArn?: string | null
[src]
§
NetworkInsightsAnalysisId?: string | null
[src]
§
NetworkInsightsPathId?: string | null
[src]
§
NetworkPathFound?: boolean | null
[src]
§
ReturnPathComponents: PathComponent[]
[src]
§
StartDate?: Date | number | null
[src]
§
Status?: AnalysisStatus | null
[src]
§
StatusMessage?: string | null
[src]
§
Tags: Tag[]
[src]