Values.OperationSourceThe operations performed by AWS Systems Manager for SAP.
type nonrec t = {id : OperationId.t option;The ID of the operation.
*)type_ : OperationType.t option;The type of the operation.
*)status : OperationStatus.t option;The status of the operation.
*)statusMessage : String_.t option;The status message of the operation.
*)properties : OperationProperties.t option;The properties of the operation.
*)resourceType : ResourceType.t option;The resource type of the operation.
*)resourceId : ResourceId.t option;The resource ID of the operation.
*)resourceArn : Arn.t option;The Amazon Resource Name (ARN) of the operation.
*)startTime : Timestamp.t option;The start time of the operation.
*)endTime : Timestamp.t option;The end time of the operation.
*)lastUpdatedTime : Timestamp.t option;The time at which the operation was last updated.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `Map of
([> `String of String_.t ] * [> `String of String_.t ]) list
| `String of OperationId.t
| `Timestamp of Timestamp.t ])
list ]