createNotebook
inline suspend fun AthenaClient.createNotebook(crossinline block: CreateNotebookRequest.Builder.() -> Unit): CreateNotebookResponse
Creates an empty ipynb
file in the specified Apache Spark enabled workgroup. Throws an error if a file in the workgroup with the same name already exists.