Module Values_3.FpgaImageAttributeSource

Describes an Amazon FPGA image (AFI) attribute.

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

    The ID of the AFI.

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

    The name of the AFI.

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

    The description of the AFI.

    *)
  4. loadPermissions : Values_2.LoadPermissionList.t option;
    (*

    The load permissions.

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

    The product codes.

    *)
}
Sourceval make : ?fpgaImageId:??? -> ?name:??? -> ?description:??? -> ?loadPermissions:??? -> ?productCodes:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `Structure of (string * [> `Enum of string | `String of Values_0.String_.t ]) list ] list | `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