Module Values_2.FpgaImageSource

Describes an Amazon FPGA image (AFI).

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

    The FPGA image identifier (AFI ID).

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

    The global FPGA image identifier (AGFI ID).

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

    The name of the AFI.

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

    The description of the AFI.

    *)
  5. shellVersion : Values_0.String_.t option;
    (*

    The version of the Amazon Web Services Shell that was used to create the bitstream.

    *)
  6. pciId : Values_1.PciId.t option;
    (*

    Information about the PCI bus.

    *)
  7. state : Values_1.FpgaImageState.t option;
    (*

    Information about the state of the AFI.

    *)
  8. createTime : Values_0.DateTime.t option;
    (*

    The date and time the AFI was created.

    *)
  9. updateTime : Values_0.DateTime.t option;
    (*

    The time of the most recent update to the AFI.

    *)
  10. ownerId : Values_0.String_.t option;
    (*

    The ID of the Amazon Web Services account that owns the AFI.

    *)
  11. ownerAlias : Values_0.String_.t option;
    (*

    The alias of the AFI owner. Possible values include self, amazon, and aws-marketplace.

    *)
  12. productCodes : Values_0.ProductCodeList.t option;
    (*

    The product codes for the AFI.

    *)
  13. tags : Values_0.TagList.t option;
    (*

    Any tags assigned to the AFI.

    *)
  14. public : Values_0.Boolean.t option;
    (*

    Indicates whether the AFI is public.

    *)
  15. dataRetentionSupport : Values_0.Boolean.t option;
    (*

    Indicates whether data retention support is enabled for the AFI.

    *)
  16. instanceTypes : Values_1.InstanceTypesList.t option;
    (*

    The instance types supported by the AFI.

    *)
}
Sourceval make : ?fpgaImageId:??? -> ?fpgaImageGlobalId:??? -> ?name:??? -> ?description:??? -> ?shellVersion:??? -> ?pciId:??? -> ?state:??? -> ?createTime:??? -> ?updateTime:??? -> ?ownerId:??? -> ?ownerAlias:??? -> ?productCodes:??? -> ?tags:??? -> ?public:??? -> ?dataRetentionSupport:??? -> ?instanceTypes:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Boolean of Values_0.Boolean.t | `List of [> `String of Values_0.String_.t | `Structure of (string * [> `Enum of string | `String of string ]) list ] list | `String of Values_0.String_.t | `Structure of (string * [> `Enum of string | `String of Values_0.String_.t ]) list | `Timestamp of Values_0.DateTime.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