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

SnapshotLimits

import type { SnapshotLimits } from "https://aws-api.deno.dev/v0.3/services/directoryservice.ts?docs=full";

Contains manual snapshot limit information for a directory.

interface SnapshotLimits {
ManualSnapshotsCurrentCount?: number | null;
ManualSnapshotsLimit?: number | null;
ManualSnapshotsLimitReached?: boolean | null;
}

§Properties

§
ManualSnapshotsCurrentCount?: number | null
[src]

The current number of manual snapshots of the directory.

§
ManualSnapshotsLimit?: number | null
[src]

The maximum number of manual snapshots allowed.

§
ManualSnapshotsLimitReached?: boolean | null
[src]

Indicates if the manual snapshot limit has been reached.