Values_3.LaunchPermissionModificationsSourceDescribes a launch permission modification.
type nonrec t = {add : Values_2.LaunchPermissionList.t option;The Amazon Web Services account ID, organization ARN, or OU ARN to add to the list of launch permissions for the AMI.
*)remove : Values_2.LaunchPermissionList.t option;The Amazon Web Services account ID, organization ARN, or OU ARN to remove from the list of launch permissions for the AMI.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `Enum of string | `String of Values_0.String_.t ])
list ]
list ])
list ]