Values_1.DeleteNotebookInstanceLifecycleConfigInputSourceDeletes a notebook instance lifecycle configuration.
type nonrec t = {notebookInstanceLifecycleConfigName : NotebookInstanceLifecycleConfigName.t;The name of the lifecycle configuration to delete.
*)}val make :
notebookInstanceLifecycleConfigName:NotebookInstanceLifecycleConfigName.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string * [> `String of NotebookInstanceLifecycleConfigName.t ]) list ]