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

ListRecoveryGroupsResponse

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

§Properties

§
NextToken?: string | null
[src]

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

§
RecoveryGroups?: RecoveryGroupOutput[] | null
[src]

A list of recovery groups.