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.3/services/opsworkscm.ts?docs=full";
interface DescribeBackupsRequest {
BackupId?: string | null;
MaxResults?: number | null;
NextToken?: string | null;
ServerName?: string | null;
}

§Properties

§
BackupId?: string | null
[src]

Describes a single backup.

§
MaxResults?: number | null
[src]

This is not currently implemented for DescribeBackups requests.

§
NextToken?: string | null
[src]

This is not currently implemented for DescribeBackups requests.

§
ServerName?: string | null
[src]

Returns backups for the server with the specified ServerName.