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/macie2.ts?docs=full";

Provides aggregated data for an Amazon Macie usage metric. The value for the metric reports estimated usage data for an account for the preceding 30 days or the current calendar month to date, depending on the time period (timeRange) specified in the request.

interface UsageTotal {
currency?: Currency | null;
estimatedCost?: string | null;
type?: UsageType | null;
}

§Properties

§
currency?: Currency | null
[src]

The type of currency that the value for the metric (estimatedCost) is reported in.

§
estimatedCost?: string | null
[src]

The estimated value for the metric.

§
type?: UsageType | null
[src]

The name of the metric. Possible values are: DATA_INVENTORY_EVALUATION, for monitoring S3 buckets; and, SENSITIVE_DATA_DISCOVERY, for analyzing S3 objects to detect sensitive data.