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.3/services/route53recoveryreadiness.ts?docs=full";
interface GetCellReadinessSummaryResponse {
NextToken?: string | null;
Readiness?: Readiness | null;
ReadinessChecks?: ReadinessCheckSummary[] | null;
}

§Properties

§
NextToken?: string | null
[src]

A token that can be used to resume pagination from the end of the collection.

§
Readiness?: Readiness | null
[src]

The readiness at Cell level.

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

Summaries for the ReadinessChecks making up the Cell