Values.DisassociateFromConfigurationRequestSourceUnlink a resource, for example a custom action, from a channel configuration.
type nonrec t = {resource : ResourceIdentifier.t;The resource (for example, a custom action) Amazon Resource Name (ARN) to unlink.
*)chatConfiguration : ChatConfigurationArn.t;The channel configuration the resource is being disassociated from.
*)}val make :
resource:ResourceIdentifier.t ->
chatConfiguration:ChatConfigurationArn.t ->
unit ->
t