Values_4.ModifyFpgaImageAttributeRequestSourceModifies the specified attribute of the specified Amazon FPGA Image (AFI).
type nonrec t = {dryRun : Values_0.Boolean.t option;Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.
*)fpgaImageId : Values_2.FpgaImageId.t;The ID of the AFI.
*)attribute : Values_3.FpgaImageAttributeName.t option;The name of the attribute.
*)operationType : Values_3.OperationType.t option;The operation type.
*)userIds : Values_3.UserIdStringList.t option;The Amazon Web Services account IDs. This parameter is valid only when modifying the loadPermission attribute.
*)userGroups : Values_3.UserGroupStringList.t option;The user groups. This parameter is valid only when modifying the loadPermission attribute.
*)productCodes : Values_3.ProductCodeStringList.t option;The product codes. After you add a product code to an AFI, it can't be removed. This parameter is valid only when modifying the productCodes attribute.
*)loadPermission : Values_3.LoadPermissionModifications.t option;The load permission for the AFI.
*)description : Values_0.String_.t option;A description for the AFI.
*)name : Values_0.String_.t option;A name for the AFI.
*)}val make :
?dryRun:??? ->
?attribute:??? ->
?operationType:??? ->
?userIds:??? ->
?userGroups:??? ->
?productCodes:??? ->
?loadPermission:??? ->
?description:??? ->
?name:??? ->
fpgaImageId:Values_2.FpgaImageId.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Boolean of Values_0.Boolean.t
| `Enum of string
| `List of [> `String of Values_0.String_.t ] list
| `String of Values_2.FpgaImageId.t
| `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `Enum of string
| `String of Values_0.String_.t ])
list ]
list ])
list ])
list ]