Values.UpdateContactChannelRequestSourceUpdates a contact's contact channel.
type nonrec t = {contactChannelId : SsmContactsArn.t;The Amazon Resource Name (ARN) of the contact channel you want to update.
*)name : ChannelName.t option;The name of the contact channel.
*)deliveryAddress : ContactChannelAddress.t option;The details that Incident Manager uses when trying to engage the contact channel.
*)}val make :
?name:??? ->
?deliveryAddress:??? ->
contactChannelId:SsmContactsArn.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `String of SsmContactsArn.t
| `Structure of (string * [> `String of SimpleAddress.t ]) list ])
list ]