Values_2.MacModificationTaskSourceInformation about a System Integrity Protection (SIP) modification task or volume ownership delegation task for an Amazon EC2 Mac instance.
type nonrec t = {instanceId : Values_0.InstanceId.t option;The ID of the Amazon EC2 Mac instance.
*)macModificationTaskId : Values_1.MacModificationTaskId.t option;The ID of task.
*)macSystemIntegrityProtectionConfig : Values_1.MacSystemIntegrityProtectionConfiguration.t
option;[SIP modification tasks only] Information about the SIP configuration.
*)startTime : Values_0.MillisecondDateTime.t option;The date and time the task was created, in the UTC timezone (YYYY-MM-DDThh:mm:ss.sssZ).
*)taskState : Values_1.MacModificationTaskState.t option;The state of the task.
*)taskType : Values_1.MacModificationTaskType.t option;The type of task.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `List of
[> `Structure of (string * [> `String of string ]) list ] list
| `String of Values_0.InstanceId.t
| `Structure of (string * [> `Enum of string ]) list
| `Timestamp of Values_0.MillisecondDateTime.t ])
list ]