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

UsageRecord

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

Provides quota and aggregated usage data for an Amazon Macie account.

interface UsageRecord {
accountId?: string | null;
freeTrialStartDate?: Date | number | null;
usage?: UsageByAccount[] | null;
}

§Properties

§
accountId?: string | null
[src]

The unique identifier for the Amazon Web Services account that the data applies to.

§
freeTrialStartDate?: Date | number | null
[src]

The date and time, in UTC and extended ISO 8601 format, when the free trial started for the account.

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

An array of objects that contains usage data and quotas for the account. Each object contains the data for a specific usage metric and the corresponding quota.