libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.SageMaker.DescribeNotebookInstanceLifecycleConfig

Description

Returns a description of a notebook instance lifecycle configuration.

For information about notebook instance lifestyle configurations, see Step 2.1: (Optional) Customize a Notebook Instance.

Synopsis

Creating a Request

data DescribeNotebookInstanceLifecycleConfig Source #

Constructors

DescribeNotebookInstanceLifecycleConfig' 

Fields

Instances

Instances details
Eq DescribeNotebookInstanceLifecycleConfig Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeNotebookInstanceLifecycleConfig

Read DescribeNotebookInstanceLifecycleConfig Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeNotebookInstanceLifecycleConfig

Show DescribeNotebookInstanceLifecycleConfig Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeNotebookInstanceLifecycleConfig

Generic DescribeNotebookInstanceLifecycleConfig Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeNotebookInstanceLifecycleConfig

NFData DescribeNotebookInstanceLifecycleConfig Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeNotebookInstanceLifecycleConfig

Hashable DescribeNotebookInstanceLifecycleConfig Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeNotebookInstanceLifecycleConfig

ToJSON DescribeNotebookInstanceLifecycleConfig Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeNotebookInstanceLifecycleConfig

AWSRequest DescribeNotebookInstanceLifecycleConfig Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeNotebookInstanceLifecycleConfig

ToHeaders DescribeNotebookInstanceLifecycleConfig Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeNotebookInstanceLifecycleConfig

ToPath DescribeNotebookInstanceLifecycleConfig Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeNotebookInstanceLifecycleConfig

ToQuery DescribeNotebookInstanceLifecycleConfig Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeNotebookInstanceLifecycleConfig

type Rep DescribeNotebookInstanceLifecycleConfig Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeNotebookInstanceLifecycleConfig

type Rep DescribeNotebookInstanceLifecycleConfig = D1 ('MetaData "DescribeNotebookInstanceLifecycleConfig" "Amazonka.SageMaker.DescribeNotebookInstanceLifecycleConfig" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "DescribeNotebookInstanceLifecycleConfig'" 'PrefixI 'True) (S1 ('MetaSel ('Just "notebookInstanceLifecycleConfigName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse DescribeNotebookInstanceLifecycleConfig Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeNotebookInstanceLifecycleConfig

newDescribeNotebookInstanceLifecycleConfig Source #

Create a value of DescribeNotebookInstanceLifecycleConfig 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:notebookInstanceLifecycleConfigName:DescribeNotebookInstanceLifecycleConfig', describeNotebookInstanceLifecycleConfig_notebookInstanceLifecycleConfigName - The name of the lifecycle configuration to describe.

Request Lenses

Destructuring the Response

data DescribeNotebookInstanceLifecycleConfigResponse Source #

Constructors

DescribeNotebookInstanceLifecycleConfigResponse' 

Fields

Instances

Instances details
Eq DescribeNotebookInstanceLifecycleConfigResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeNotebookInstanceLifecycleConfig

Read DescribeNotebookInstanceLifecycleConfigResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeNotebookInstanceLifecycleConfig

Show DescribeNotebookInstanceLifecycleConfigResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeNotebookInstanceLifecycleConfig

Generic DescribeNotebookInstanceLifecycleConfigResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeNotebookInstanceLifecycleConfig

NFData DescribeNotebookInstanceLifecycleConfigResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeNotebookInstanceLifecycleConfig

type Rep DescribeNotebookInstanceLifecycleConfigResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeNotebookInstanceLifecycleConfig

type Rep DescribeNotebookInstanceLifecycleConfigResponse = D1 ('MetaData "DescribeNotebookInstanceLifecycleConfigResponse" "Amazonka.SageMaker.DescribeNotebookInstanceLifecycleConfig" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "DescribeNotebookInstanceLifecycleConfigResponse'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "creationTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: (S1 ('MetaSel ('Just "onCreate") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [NotebookInstanceLifecycleHook])) :*: S1 ('MetaSel ('Just "lastModifiedTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)))) :*: ((S1 ('MetaSel ('Just "notebookInstanceLifecycleConfigArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "onStart") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [NotebookInstanceLifecycleHook]))) :*: (S1 ('MetaSel ('Just "notebookInstanceLifecycleConfigName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))))

newDescribeNotebookInstanceLifecycleConfigResponse Source #

Create a value of DescribeNotebookInstanceLifecycleConfigResponse 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:creationTime:DescribeNotebookInstanceLifecycleConfigResponse', describeNotebookInstanceLifecycleConfigResponse_creationTime - A timestamp that tells when the lifecycle configuration was created.

$sel:onCreate:DescribeNotebookInstanceLifecycleConfigResponse', describeNotebookInstanceLifecycleConfigResponse_onCreate - The shell script that runs only once, when you create a notebook instance.

$sel:lastModifiedTime:DescribeNotebookInstanceLifecycleConfigResponse', describeNotebookInstanceLifecycleConfigResponse_lastModifiedTime - A timestamp that tells when the lifecycle configuration was last modified.

$sel:notebookInstanceLifecycleConfigArn:DescribeNotebookInstanceLifecycleConfigResponse', describeNotebookInstanceLifecycleConfigResponse_notebookInstanceLifecycleConfigArn - The Amazon Resource Name (ARN) of the lifecycle configuration.

$sel:onStart:DescribeNotebookInstanceLifecycleConfigResponse', describeNotebookInstanceLifecycleConfigResponse_onStart - The shell script that runs every time you start a notebook instance, including when you create the notebook instance.

$sel:notebookInstanceLifecycleConfigName:DescribeNotebookInstanceLifecycleConfig', describeNotebookInstanceLifecycleConfigResponse_notebookInstanceLifecycleConfigName - The name of the lifecycle configuration.

$sel:httpStatus:DescribeNotebookInstanceLifecycleConfigResponse', describeNotebookInstanceLifecycleConfigResponse_httpStatus - The response's http status code.

Response Lenses

describeNotebookInstanceLifecycleConfigResponse_onStart :: Lens' DescribeNotebookInstanceLifecycleConfigResponse (Maybe [NotebookInstanceLifecycleHook]) Source #

The shell script that runs every time you start a notebook instance, including when you create the notebook instance.