Values.UpdateContactRequestSourceUpdates the contact or escalation plan specified.
type nonrec t = {contactId : SsmContactsArn.t;The Amazon Resource Name (ARN) of the contact or escalation plan you're updating.
*)displayName : ContactName.t option;The full name of the contact or escalation plan.
*)plan : Plan.t option;A list of stages. A contact has an engagement plan with stages for specified contact channels. An escalation plan uses these stages to contact specified contacts.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `String of SsmContactsArn.t
| `Structure of
(string
* [> `List of
[> `String of SsmContactsArn.t
| `Structure of
(string
* [> `Integer of StageDurationInMins.t
| `List of
[> `Structure of
(string
* [> `Structure of
(string
* [> `Boolean of IsEssential.t
| `Integer of
RetryIntervalInMinutes.t
| `String of SsmContactsArn.t ])
list ])
list ]
list ])
list ]
list ])
list ])
list ]