| Copyright | (c) 2013-2018 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 |
| Language | Haskell2010 |
Network.AWS.SageMaker.DeleteNotebookInstanceLifecycleConfig
Description
Deletes a notebook instance lifecycle configuration.
Synopsis
- deleteNotebookInstanceLifecycleConfig :: Text -> DeleteNotebookInstanceLifecycleConfig
- data DeleteNotebookInstanceLifecycleConfig
- dnilcNotebookInstanceLifecycleConfigName :: Lens' DeleteNotebookInstanceLifecycleConfig Text
- deleteNotebookInstanceLifecycleConfigResponse :: DeleteNotebookInstanceLifecycleConfigResponse
- data DeleteNotebookInstanceLifecycleConfigResponse
Creating a Request
deleteNotebookInstanceLifecycleConfig Source #
Creates a value of DeleteNotebookInstanceLifecycleConfig with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
dnilcNotebookInstanceLifecycleConfigName- The name of the lifecycle configuration to delete.
data DeleteNotebookInstanceLifecycleConfig Source #
See: deleteNotebookInstanceLifecycleConfig smart constructor.
Instances
Request Lenses
dnilcNotebookInstanceLifecycleConfigName :: Lens' DeleteNotebookInstanceLifecycleConfig Text Source #
The name of the lifecycle configuration to delete.
Destructuring the Response
deleteNotebookInstanceLifecycleConfigResponse :: DeleteNotebookInstanceLifecycleConfigResponse Source #
Creates a value of DeleteNotebookInstanceLifecycleConfigResponse with the minimum fields required to make a request.
data DeleteNotebookInstanceLifecycleConfigResponse Source #
See: deleteNotebookInstanceLifecycleConfigResponse smart constructor.