Values_1.PciIdSourceDescribes the data that identifies an Amazon FPGA image (AFI) on the PCI bus.
type nonrec t = {deviceId : Values_0.String_.t option;The ID of the device.
*)vendorId : Values_0.String_.t option;The ID of the vendor.
*)subsystemId : Values_0.String_.t option;The ID of the subsystem.
*)subsystemVendorId : Values_0.String_.t option;The ID of the vendor for the subsystem.
*)}