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

TelemetryMetadata

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

The metadata about the Amazon Inspector application data metrics collected by the agent. This data type is used as the response element in the "GetTelemetryMetadata" action.

interface TelemetryMetadata {
count: number;
dataSize?: number | null;
messageType: string;
}

§Properties

§
count: number
[src]

The count of messages that the agent sends to the Amazon Inspector service.

§
dataSize?: number | null
[src]

The data size of messages that the agent sends to the Amazon Inspector service.

§
messageType: string
[src]

A specific type of behavioral data that is collected by the agent.