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

DescribeBackupsResponse

import type { DescribeBackupsResponse } from "https://aws-api.deno.dev/v0.4/services/fsx.ts?docs=full";

Response object for the DescribeBackups operation.

interface DescribeBackupsResponse {
Backups?: Backup[] | null;
NextToken?: string | null;
}

§Properties

§
Backups?: Backup[] | null
[src]

An array of backups.

§
NextToken?: string | null
[src]

A NextToken value is present if there are more backups than returned in the response. You can use the NextToken value in the subsequent request to fetch the backups.