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

PciId

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

Describes the data that identifies an Amazon FPGA image (AFI) on the PCI bus.

interface PciId {
DeviceId?: string | null;
SubsystemId?: string | null;
SubsystemVendorId?: string | null;
VendorId?: string | null;
}

§Properties

§
DeviceId?: string | null
[src]

The ID of the device.

§
SubsystemId?: string | null
[src]

The ID of the subsystem.

§
SubsystemVendorId?: string | null
[src]

The ID of the vendor for the subsystem.

§
VendorId?: string | null
[src]

The ID of the vendor.