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

ListRecoveryPointsByLegalHoldOutput

import type { ListRecoveryPointsByLegalHoldOutput } from "https://aws-api.deno.dev/v0.4/services/backup.ts?docs=full";
interface ListRecoveryPointsByLegalHoldOutput {
NextToken?: string | null;
RecoveryPoints?: RecoveryPointMember[] | null;
}

§Properties

§
NextToken?: string | null
[src]

This return is the next item following a partial list of returned resources.

§
RecoveryPoints?: RecoveryPointMember[] | null
[src]

This is a list of the recovery points returned by ListRecoveryPointsByLegalHold.