| 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.DescribeNotebookInstanceLifecycleConfig
Description
Returns a description of a notebook instance lifecycle configuration.
For information about notebook instance lifestyle configurations, see 'notebook-lifecycle-config' .
Synopsis
- describeNotebookInstanceLifecycleConfig :: Text -> DescribeNotebookInstanceLifecycleConfig
- data DescribeNotebookInstanceLifecycleConfig
- dNotebookInstanceLifecycleConfigName :: Lens' DescribeNotebookInstanceLifecycleConfig Text
- describeNotebookInstanceLifecycleConfigResponse :: Int -> DescribeNotebookInstanceLifecycleConfigResponse
- data DescribeNotebookInstanceLifecycleConfigResponse
- dnilcrsCreationTime :: Lens' DescribeNotebookInstanceLifecycleConfigResponse (Maybe UTCTime)
- dnilcrsOnCreate :: Lens' DescribeNotebookInstanceLifecycleConfigResponse [NotebookInstanceLifecycleHook]
- dnilcrsLastModifiedTime :: Lens' DescribeNotebookInstanceLifecycleConfigResponse (Maybe UTCTime)
- dnilcrsNotebookInstanceLifecycleConfigARN :: Lens' DescribeNotebookInstanceLifecycleConfigResponse (Maybe Text)
- dnilcrsOnStart :: Lens' DescribeNotebookInstanceLifecycleConfigResponse [NotebookInstanceLifecycleHook]
- dnilcrsNotebookInstanceLifecycleConfigName :: Lens' DescribeNotebookInstanceLifecycleConfigResponse (Maybe Text)
- dnilcrsResponseStatus :: Lens' DescribeNotebookInstanceLifecycleConfigResponse Int
Creating a Request
describeNotebookInstanceLifecycleConfig Source #
Creates a value of DescribeNotebookInstanceLifecycleConfig with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
dNotebookInstanceLifecycleConfigName- The name of the lifecycle configuration to describe.
data DescribeNotebookInstanceLifecycleConfig Source #
See: describeNotebookInstanceLifecycleConfig smart constructor.
Instances
Request Lenses
dNotebookInstanceLifecycleConfigName :: Lens' DescribeNotebookInstanceLifecycleConfig Text Source #
The name of the lifecycle configuration to describe.
Destructuring the Response
describeNotebookInstanceLifecycleConfigResponse Source #
Creates a value of DescribeNotebookInstanceLifecycleConfigResponse with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
dnilcrsCreationTime- A timestamp that tells when the lifecycle configuration was created.dnilcrsOnCreate- The shell script that runs only once, when you create a notebook instance.dnilcrsLastModifiedTime- A timestamp that tells when the lifecycle configuration was last modified.dnilcrsNotebookInstanceLifecycleConfigARN- The Amazon Resource Name (ARN) of the lifecycle configuration.dnilcrsOnStart- The shell script that runs every time you start a notebook instance, including when you create the notebook instance.dnilcrsNotebookInstanceLifecycleConfigName- The name of the lifecycle configuration.dnilcrsResponseStatus- -- | The response status code.
data DescribeNotebookInstanceLifecycleConfigResponse Source #
See: describeNotebookInstanceLifecycleConfigResponse smart constructor.
Instances
Response Lenses
dnilcrsCreationTime :: Lens' DescribeNotebookInstanceLifecycleConfigResponse (Maybe UTCTime) Source #
A timestamp that tells when the lifecycle configuration was created.
dnilcrsOnCreate :: Lens' DescribeNotebookInstanceLifecycleConfigResponse [NotebookInstanceLifecycleHook] Source #
The shell script that runs only once, when you create a notebook instance.
dnilcrsLastModifiedTime :: Lens' DescribeNotebookInstanceLifecycleConfigResponse (Maybe UTCTime) Source #
A timestamp that tells when the lifecycle configuration was last modified.
dnilcrsNotebookInstanceLifecycleConfigARN :: Lens' DescribeNotebookInstanceLifecycleConfigResponse (Maybe Text) Source #
The Amazon Resource Name (ARN) of the lifecycle configuration.
dnilcrsOnStart :: Lens' DescribeNotebookInstanceLifecycleConfigResponse [NotebookInstanceLifecycleHook] Source #
The shell script that runs every time you start a notebook instance, including when you create the notebook instance.
dnilcrsNotebookInstanceLifecycleConfigName :: Lens' DescribeNotebookInstanceLifecycleConfigResponse (Maybe Text) Source #
The name of the lifecycle configuration.
dnilcrsResponseStatus :: Lens' DescribeNotebookInstanceLifecycleConfigResponse Int Source #
- - | The response status code.