Values.DeleteMLInputChannelDataRequestSourceProvides the information necessary to delete an ML input channel.
type nonrec t = {mlInputChannelArn : MLInputChannelArn.t;The Amazon Resource Name (ARN) of the ML input channel that you want to delete.
*)membershipIdentifier : UUID.t;The membership ID of the membership that contains the ML input channel you want to delete.
*)}