Values.DisassociateManagedNotificationAdditionalChannelRequestSourceDisassociates an additional Channel from 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.
*)managedNotificationConfigurationArn : ManagedNotificationConfigurationOsArn.t;The Amazon Resource Name (ARN) of the Managed Notification Configuration to associate with the additional Channel.
*)}val make :
channelArn:ChannelArn.t ->
managedNotificationConfigurationArn:ManagedNotificationConfigurationOsArn.t ->
unit ->
t