Values.AssociateManagedNotificationAdditionalChannelRequestSourceAssociates an additional Channel with a particular ManagedNotificationConfiguration. Supported Channels include Amazon Q Developer in chat applications, the Console Mobile Application, and emails (notifications-contacts).
type nonrec t = {channelArn : ChannelArn.t;The Amazon Resource Name (ARN) of the Channel to associate with the ManagedNotificationConfiguration. Supported ARNs include Amazon Q Developer in chat applications, the Console Mobile Application, and email (notifications-contacts).
*)managedNotificationConfigurationArn : ManagedNotificationConfigurationOsArn.t;The Amazon Resource Name (ARN) of the ManagedNotificationConfiguration to associate with the additional Channel.
*)}val make :
channelArn:ChannelArn.t ->
managedNotificationConfigurationArn:ManagedNotificationConfigurationOsArn.t ->
unit ->
t