Values.UpdateRotationRequestSourceUpdates the information specified for an on-call rotation.
type nonrec t = {rotationId : SsmContactsArn.t;The Amazon Resource Name (ARN) of the rotation to update.
*)contactIds : RotationContactsArnList.t option;The Amazon Resource Names (ARNs) of the contacts to include in the updated rotation. Only the PERSONAL contact type is supported. The contact types ESCALATION and ONCALL_SCHEDULE are not supported for this operation. The order in which you list the contacts is their shift order in the rotation schedule.
*)startTime : DateTime.t option;The date and time the rotation goes into effect.
*)timeZoneId : TimeZoneId.t option;The time zone to base the updated rotation’s activity on, in Internet Assigned Numbers Authority (IANA) format. For example: "America/Los_Angeles", "UTC", or "Asia/Seoul". For more information, see the Time Zone Database on the IANA website. Designators for time zones that don’t support Daylight Savings Time Rules, such as Pacific Standard Time (PST), aren't supported.
*)recurrence : RecurrenceSettings.t;Information about how long the updated rotation lasts before restarting at the beginning of the shift order.
*)}val make :
?contactIds:??? ->
?startTime:??? ->
?timeZoneId:??? ->
rotationId:SsmContactsArn.t ->
recurrence:RecurrenceSettings.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `List of [> `String of SsmContactsArn.t ] list
| `String of SsmContactsArn.t
| `Structure of
(string
* [> `Integer of NumberOfOnCalls.t
| `List of
[> `Structure of
(string
* [> `Enum of string
| `Integer of DayOfMonth.t
| `Structure of
(string * [> `Integer of HourOfDay.t ]) list ])
list ]
list
| `Map of
([> `Enum of string ]
* [> `List of
[> `Structure of
(string
* [> `Structure of
(string * [> `Integer of HourOfDay.t ])
list ])
list ]
list ])
list ])
list
| `Timestamp of DateTime.t ])
list ]