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

Metrics

import type { Metrics } from "https://aws-api.deno.dev/v0.4/services/s3.ts?docs=full";

A container specifying replication metrics-related settings enabling replication metrics and events.

interface Metrics {
EventThreshold?: ReplicationTimeValue | null;
Status: MetricsStatus;
}

§Properties

§
EventThreshold?: ReplicationTimeValue | null
[src]

A container specifying the time threshold for emitting the s3:Replication:OperationMissedThreshold event.

§

Specifies whether the replication metrics are enabled.