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

GetRecoveryGroupReadinessSummaryResponse

import type { GetRecoveryGroupReadinessSummaryResponse } from "https://aws-api.deno.dev/v0.4/services/route53recoveryreadiness.ts?docs=full";
interface GetRecoveryGroupReadinessSummaryResponse {
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 status at a recovery group level.

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

Summaries of the readiness checks for the recovery group.