Values.PutNotificationSettingsRequestSourceAttaches a list of notification settings to a trust anchor. A notification setting includes information such as event name, threshold, status of the notification setting, and the channel to notify. Required permissions: rolesanywhere:PutNotificationSettings.
type nonrec t = {trustAnchorId : Uuid.t;The unique identifier of the trust anchor.
*)notificationSettings : NotificationSettings.t;A list of notification settings to be associated to the trust anchor.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `Boolean of Boolean.t
| `Enum of string
| `Integer of NotificationSettingThresholdInteger.t ])
list ]
list
| `String of Uuid.t ])
list ]