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

DescribeRecoverySnapshotsRequestFilters

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

A set of filters by which to return Recovery Snapshots.

interface DescribeRecoverySnapshotsRequestFilters {
fromDateTime?: string | null;
toDateTime?: string | null;
}

§Properties

§
fromDateTime?: string | null
[src]

The start date in a date range query.

§
toDateTime?: string | null
[src]

The end date in a date range query.