Module Values_1.PciIdSource

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

Sourcetype nonrec t = {
  1. deviceId : Values_0.String_.t option;
    (*

    The ID of the device.

    *)
  2. vendorId : Values_0.String_.t option;
    (*

    The ID of the vendor.

    *)
  3. subsystemId : Values_0.String_.t option;
    (*

    The ID of the subsystem.

    *)
  4. subsystemVendorId : Values_0.String_.t option;
    (*

    The ID of the vendor for the subsystem.

    *)
}
Sourceval make : ?deviceId:??? -> ?vendorId:??? -> ?subsystemId:??? -> ?subsystemVendorId:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of Values_0.String_.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t