Values.AddNotificationChannelsRequestSourceThe structure representing the AddNotificationChannelsRequest.
type nonrec t = {channels : Channels.t;One or 2 channels to report to when anomalies are detected.
*)profilingGroupName : ProfilingGroupName.t;The name of the profiling group that we are setting up notifications for.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `List of [> `Enum of string ] list
| `String of ChannelId.t ])
list ]
list
| `String of ProfilingGroupName.t ])
list ]