Values.ShiftDetailsSourceInformation about overrides to an on-call rotation shift.
type nonrec t = {overriddenContactIds : SsmContactsArnList.t option;The Amazon Resources Names (ARNs) of the contacts who were replaced in a shift when an override was created. If the override is deleted, these contacts are restored to the shift.
*)}val to_value :
t ->
[> `Structure of
(string * [> `List of [> `String of SsmContactsArn.t ] list ]) list ]