Values.RotationOverrideSourceInformation about an override specified for an on-call rotation.
type nonrec t = {rotationOverrideId : Uuid.t option;The Amazon Resource Name (ARN) of the override to an on-call rotation.
*)newContactIds : SsmContactsArnList.t option;The Amazon Resource Names (ARNs) of the contacts assigned to the override of the on-call rotation.
*)startTime : DateTime.t option;The time a rotation override begins.
*)endTime : DateTime.t option;The time a rotation override ends.
*)createTime : DateTime.t option;The time a rotation override was created.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of [> `String of SsmContactsArn.t ] list
| `String of Uuid.t
| `Timestamp of DateTime.t ])
list ]