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

SoftwarePackage

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

Information about a software package.

interface SoftwarePackage {
Architecture?: string | null;
Epoch?: string | null;
FilePath?: string | null;
FixedInVersion?: string | null;
Name?: string | null;
PackageManager?: string | null;
Release?: string | null;
Remediation?: string | null;
SourceLayerArn?: string | null;
SourceLayerHash?: string | null;
Version?: string | null;
}

§Properties

§
Architecture?: string | null
[src]

The architecture used for the software package.

§
Epoch?: string | null
[src]

The epoch of the software package.

§
FilePath?: string | null
[src]

The file system path to the package manager inventory file.

§
FixedInVersion?: string | null
[src]

The version of the software package in which the vulnerability has been resolved.

§
Name?: string | null
[src]

The name of the software package.

§
PackageManager?: string | null
[src]

The source of the package.

§
Release?: string | null
[src]

The release of the software package.

§
Remediation?: string | null
[src]

Describes the actions a customer can take to resolve the vulnerability in the software package.

§
SourceLayerArn?: string | null
[src]

The Amazon Resource Name (ARN) of the source layer.

§
SourceLayerHash?: string | null
[src]

The source layer hash of the vulnerable package.

§
Version?: string | null
[src]

The version of the software package.