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

PackageAggregationResponse

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

A response that contains the results of a finding aggregation by image layer.

interface PackageAggregationResponse {
accountId?: string | null;
packageName: string;
severityCounts?: SeverityCounts | null;
}

§Properties

§
accountId?: string | null
[src]

The ID of the Amazon Web Services account associated with the findings.

§
packageName: string
[src]

The name of the operating system package.

§
severityCounts?: SeverityCounts | null
[src]

An object that contains the count of matched findings per severity.