Values.RotationShiftSourceInformation about a shift that belongs to an on-call rotation.
type nonrec t = {contactIds : SsmContactsArnList.t option;The Amazon Resource Names (ARNs) of the contacts who are part of the shift rotation.
*)startTime : DateTime.t option;The time a shift rotation begins.
*)endTime : DateTime.t option;The time a shift rotation ends.
*)type_ : ShiftType.t option;The type of shift rotation.
*)shiftDetails : ShiftDetails.t option;Additional information about an on-call rotation shift.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `List of [> `String of SsmContactsArn.t ] list
| `Structure of
(string * [> `List of [> `String of SsmContactsArn.t ] list ]) list
| `Timestamp of DateTime.t ])
list ]