| 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.UpdateNotebookInstanceLifecycleConfig
Description
Updates a notebook instance lifecycle configuration created with the API.
Synopsis
- updateNotebookInstanceLifecycleConfig :: Text -> UpdateNotebookInstanceLifecycleConfig
- data UpdateNotebookInstanceLifecycleConfig
- unilcOnCreate :: Lens' UpdateNotebookInstanceLifecycleConfig [NotebookInstanceLifecycleHook]
- unilcOnStart :: Lens' UpdateNotebookInstanceLifecycleConfig [NotebookInstanceLifecycleHook]
- unilcNotebookInstanceLifecycleConfigName :: Lens' UpdateNotebookInstanceLifecycleConfig Text
- updateNotebookInstanceLifecycleConfigResponse :: Int -> UpdateNotebookInstanceLifecycleConfigResponse
- data UpdateNotebookInstanceLifecycleConfigResponse
- unilcrsResponseStatus :: Lens' UpdateNotebookInstanceLifecycleConfigResponse Int
Creating a Request
updateNotebookInstanceLifecycleConfig Source #
Creates a value of UpdateNotebookInstanceLifecycleConfig with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
unilcOnCreate- The shell script that runs only once, when you create a notebook instanceunilcOnStart- The shell script that runs every time you start a notebook instance, including when you create the notebook instance.unilcNotebookInstanceLifecycleConfigName- The name of the lifecycle configuration.
data UpdateNotebookInstanceLifecycleConfig Source #
See: updateNotebookInstanceLifecycleConfig smart constructor.
Instances
Request Lenses
unilcOnCreate :: Lens' UpdateNotebookInstanceLifecycleConfig [NotebookInstanceLifecycleHook] Source #
The shell script that runs only once, when you create a notebook instance
unilcOnStart :: Lens' UpdateNotebookInstanceLifecycleConfig [NotebookInstanceLifecycleHook] Source #
The shell script that runs every time you start a notebook instance, including when you create the notebook instance.
unilcNotebookInstanceLifecycleConfigName :: Lens' UpdateNotebookInstanceLifecycleConfig Text Source #
The name of the lifecycle configuration.
Destructuring the Response
updateNotebookInstanceLifecycleConfigResponse Source #
Creates a value of UpdateNotebookInstanceLifecycleConfigResponse with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
unilcrsResponseStatus- -- | The response status code.
data UpdateNotebookInstanceLifecycleConfigResponse Source #
See: updateNotebookInstanceLifecycleConfigResponse smart constructor.
Instances
Response Lenses
unilcrsResponseStatus :: Lens' UpdateNotebookInstanceLifecycleConfigResponse Int Source #
- - | The response status code.