Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Deletes an Amazon SageMaker notebook instance. Before you can delete a
notebook instance, you must call the StopNotebookInstance
API.
When you delete a notebook instance, you lose all of your data. Amazon SageMaker removes the ML compute instance, and deletes the ML storage volume and the network interface associated with the notebook instance.
Synopsis
- data DeleteNotebookInstance = DeleteNotebookInstance' {}
- newDeleteNotebookInstance :: Text -> DeleteNotebookInstance
- deleteNotebookInstance_notebookInstanceName :: Lens' DeleteNotebookInstance Text
- data DeleteNotebookInstanceResponse = DeleteNotebookInstanceResponse' {
- newDeleteNotebookInstanceResponse :: DeleteNotebookInstanceResponse
Creating a Request
data DeleteNotebookInstance Source #
See: newDeleteNotebookInstance
smart constructor.
DeleteNotebookInstance' | |
|
Instances
newDeleteNotebookInstance Source #
Create a value of DeleteNotebookInstance
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:notebookInstanceName:DeleteNotebookInstance'
, deleteNotebookInstance_notebookInstanceName
- The name of the Amazon SageMaker notebook instance to delete.
Request Lenses
deleteNotebookInstance_notebookInstanceName :: Lens' DeleteNotebookInstance Text Source #
The name of the Amazon SageMaker notebook instance to delete.
Destructuring the Response
data DeleteNotebookInstanceResponse Source #
See: newDeleteNotebookInstanceResponse
smart constructor.
Instances
newDeleteNotebookInstanceResponse :: DeleteNotebookInstanceResponse Source #
Create a value of DeleteNotebookInstanceResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.