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

GetCellReadinessSummaryResponse

import type { GetCellReadinessSummaryResponse } from "https://aws-api.deno.dev/v0.4/services/route53recoveryreadiness.ts?docs=full";
interface GetCellReadinessSummaryResponse {
NextToken?: string | null;
Readiness?: Readiness | null;
ReadinessChecks?: ReadinessCheckSummary[] | null;
}

§Properties

§
NextToken?: string | null
[src]

The token that identifies which batch of results you want to see.

§
Readiness?: Readiness | null
[src]

The readiness at a cell level.

§
ReadinessChecks?: ReadinessCheckSummary[] | null
[src]

Summaries for the readiness checks that make up the cell.