| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.EC2.Types.PciId
Description
Documentation
Describes the data that identifies an Amazon FPGA image (AFI) on the PCI bus.
See: newPciId smart constructor.
Constructors
| PciId' | |
Instances
| FromXML PciId Source # | |
| Generic PciId Source # | |
| Read PciId Source # | |
| Show PciId Source # | |
| NFData PciId Source # | |
Defined in Amazonka.EC2.Types.PciId | |
| Eq PciId Source # | |
| Hashable PciId Source # | |
Defined in Amazonka.EC2.Types.PciId | |
| type Rep PciId Source # | |
Defined in Amazonka.EC2.Types.PciId type Rep PciId = D1 ('MetaData "PciId" "Amazonka.EC2.Types.PciId" "amazonka-ec2-2.0-48L9RAJvmvzAdBkRegqWCL" 'False) (C1 ('MetaCons "PciId'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "deviceId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "subsystemId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "subsystemVendorId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "vendorId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))) | |
Create a value of PciId with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:deviceId:PciId', pciId_deviceId - The ID of the device.
$sel:subsystemId:PciId', pciId_subsystemId - The ID of the subsystem.
$sel:subsystemVendorId:PciId', pciId_subsystemVendorId - The ID of the vendor for the subsystem.
$sel:vendorId:PciId', pciId_vendorId - The ID of the vendor.