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

ReadinessCheckSummary

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

Summary of all readiness check statuses in a recovery group, paginated in GetRecoveryGroupReadinessSummary and GetCellReadinessSummary.

interface ReadinessCheckSummary {
Readiness?: Readiness | null;
ReadinessCheckName?: string | null;
}

§Properties

§
Readiness?: Readiness | null
[src]

The readiness status of this readiness check.

§
ReadinessCheckName?: string | null
[src]

The name of a readiness check.