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

GetSnapshotLimitsResult

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

Contains the results of the "GetSnapshotLimits" operation.

interface GetSnapshotLimitsResult {
SnapshotLimits?: SnapshotLimits | null;
}

§Properties

§
SnapshotLimits?: SnapshotLimits | null
[src]

A "SnapshotLimits" object that contains the manual snapshot limits for the specified directory.