Module Values_1.DescribeNotebookInstanceLifecycleConfigOutputSource

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.

Sourcetype nonrec t = {
  1. notebookInstanceLifecycleConfigArn : NotebookInstanceLifecycleConfigArn.t option;
    (*

    The Amazon Resource Name (ARN) of the lifecycle configuration.

    *)
  2. notebookInstanceLifecycleConfigName : NotebookInstanceLifecycleConfigName.t option;
    (*

    The name of the lifecycle configuration.

    *)
  3. onCreate : NotebookInstanceLifecycleConfigList.t option;
    (*

    The shell script that runs only once, when you create a notebook instance.

    *)
  4. onStart : NotebookInstanceLifecycleConfigList.t option;
    (*

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

    *)
  5. lastModifiedTime : Values_0.LastModifiedTime.t option;
    (*

    A timestamp that tells when the lifecycle configuration was last modified.

    *)
  6. creationTime : Values_0.CreationTime.t option;
    (*

    A timestamp that tells when the lifecycle configuration was created.

    *)
}
Sourcetype nonrec error = [
  1. | `Unknown_operation_error of string * string option
]
Sourceval make : ?notebookInstanceLifecycleConfigArn:??? -> ?notebookInstanceLifecycleConfigName:??? -> ?onCreate:??? -> ?onStart:??? -> ?lastModifiedTime:??? -> ?creationTime:??? -> unit -> t
Sourceval error_of_json : 'a -> Yojson.Safe.t -> [> `Unknown_operation_error of 'a * string option ]
Sourceval error_of_xml : 'a -> Awso.Xml.t -> [> `Unknown_operation_error of 'a * string option ]
Sourceval error_to_json : error -> Yojson.Safe.t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `Structure of (string * [> `String of NotebookInstanceLifecycleConfigContent.t ]) list ] list | `String of NotebookInstanceLifecycleConfigArn.t | `Timestamp of Values_0.LastModifiedTime.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t