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

DescribeBackupsRequest

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

The request object for the DescribeBackups operation.

interface DescribeBackupsRequest {
BackupIds?: string[] | null;
Filters?: Filter[] | null;
MaxResults?: number | null;
NextToken?: string | null;
}

§Properties

§
BackupIds?: string[] | null
[src]

The IDs of the backups that you want to retrieve. This parameter value overrides any filters. If any IDs aren't found, a BackupNotFound error occurs.

§
Filters?: Filter[] | null
[src]

The filters structure. The supported names are file-system-id, backup-type, file-system-type, and volume-id.

§
MaxResults?: number | null
[src]

Maximum number of backups to return in the response. This parameter value must be greater than 0. The number of items that Amazon FSx returns is the minimum of the MaxResults parameter specified in the request and the service's internal maximum number of items per page.

§
NextToken?: string | null
[src]

An opaque pagination token returned from a previous DescribeBackups operation. If a token is present, the operation continues the list from where the returning call left off.