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 |
Amazonka.SageMaker.DeleteNotebookInstance
Description
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.
Constructors
DeleteNotebookInstance' | |
Fields
|
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.
Constructors
DeleteNotebookInstanceResponse' | |
Instances
Eq DeleteNotebookInstanceResponse Source # | |
Defined in Amazonka.SageMaker.DeleteNotebookInstance | |
Read DeleteNotebookInstanceResponse Source # | |
Show DeleteNotebookInstanceResponse Source # | |
Defined in Amazonka.SageMaker.DeleteNotebookInstance Methods showsPrec :: Int -> DeleteNotebookInstanceResponse -> ShowS # show :: DeleteNotebookInstanceResponse -> String # showList :: [DeleteNotebookInstanceResponse] -> ShowS # | |
Generic DeleteNotebookInstanceResponse Source # | |
Defined in Amazonka.SageMaker.DeleteNotebookInstance Associated Types type Rep DeleteNotebookInstanceResponse :: Type -> Type # | |
NFData DeleteNotebookInstanceResponse Source # | |
Defined in Amazonka.SageMaker.DeleteNotebookInstance Methods rnf :: DeleteNotebookInstanceResponse -> () # | |
type Rep DeleteNotebookInstanceResponse Source # | |
Defined in Amazonka.SageMaker.DeleteNotebookInstance |
newDeleteNotebookInstanceResponse :: DeleteNotebookInstanceResponse Source #
Create a value of DeleteNotebookInstanceResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.