Values.DisassociateChannelRequestSourceDisassociates a Channel from a specified NotificationConfiguration. Supported Channels include Amazon Q Developer in chat applications, the Console Mobile Application, and emails (notifications-contacts).
type nonrec t = {arn : ChannelArn.t;The Amazon Resource Name (ARN) of the Channel to disassociate.
*)notificationConfigurationArn : NotificationConfigurationArn.t;The ARN of the NotificationConfiguration to disassociate.
*)}val make :
arn:ChannelArn.t ->
notificationConfigurationArn:NotificationConfigurationArn.t ->
unit ->
t