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

UsageTotal

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

The total of usage for an account ID.

interface UsageTotal {
accountId?: string | null;
usage?: Usage[] | null;
}

§Properties

§
accountId?: string | null
[src]

The account ID of the account that usage data was retrieved for.

§
usage?: Usage[] | null
[src]

An object representing the total usage for an account.