Module Values_2.MacModificationTaskSource

Information about a System Integrity Protection (SIP) modification task or volume ownership delegation task for an Amazon EC2 Mac instance.

Sourcetype nonrec t = {
  1. instanceId : Values_0.InstanceId.t option;
    (*

    The ID of the Amazon EC2 Mac instance.

    *)
  2. macModificationTaskId : Values_1.MacModificationTaskId.t option;
    (*

    The ID of task.

    *)
  3. macSystemIntegrityProtectionConfig : Values_1.MacSystemIntegrityProtectionConfiguration.t option;
    (*

    [SIP modification tasks only] Information about the SIP configuration.

    *)
  4. startTime : Values_0.MillisecondDateTime.t option;
    (*

    The date and time the task was created, in the UTC timezone (YYYY-MM-DDThh:mm:ss.sssZ).

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

    The tags assigned to the task.

    *)
  6. taskState : Values_1.MacModificationTaskState.t option;
    (*

    The state of the task.

    *)
  7. taskType : Values_1.MacModificationTaskType.t option;
    (*

    The type of task.

    *)
}
Sourceval make : ?instanceId:??? -> ?macModificationTaskId:??? -> ?macSystemIntegrityProtectionConfig:??? -> ?startTime:??? -> ?tags:??? -> ?taskState:??? -> ?taskType:??? -> unit -> t
Sourceval 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 ]
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