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.3/services/route53recoveryreadiness.ts?docs=full";
interface GetRecoveryGroupReadinessSummaryResponse {
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 RecoveryGroup level.

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

Summaries for the ReadinessChecks making up the RecoveryGroup