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

ResiliencyScore

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

The overall resiliency score, returned as an object that includes the disruption score and outage score.

interface ResiliencyScore {
disruptionScore: [key in DisruptionType]: number | null | undefined;
score: number;
}

§Properties

§
disruptionScore: [key in DisruptionType]: number | null | undefined
[src]

The disruption score for a valid key.

§
score: number
[src]

The outage score for a valid key.