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

DescribeRecoverySnapshotsRequest

import type { DescribeRecoverySnapshotsRequest } from "https://aws-api.deno.dev/v0.4/services/drs.ts?docs=full";
interface DescribeRecoverySnapshotsRequest {
maxResults?: number | null;
nextToken?: string | null;
order?: RecoverySnapshotsOrder | null;
sourceServerID: string;
}

§Properties

§

A set of filters by which to return Recovery Snapshots.

§
maxResults?: number | null
[src]

Maximum number of Recovery Snapshots to retrieve.

§
nextToken?: string | null
[src]

The token of the next Recovery Snapshot to retrieve.

§

The sorted ordering by which to return Recovery Snapshots.

§
sourceServerID: string
[src]

Filter Recovery Snapshots by Source Server ID.