Module Values_2.NotebookInstanceLifecycleConfigSummarySource

Provides a summary of a notebook instance lifecycle configuration.

Sourcetype nonrec t = {
  1. notebookInstanceLifecycleConfigName : Values_1.NotebookInstanceLifecycleConfigName.t option;
    (*

    The name of the lifecycle configuration.

    *)
  2. notebookInstanceLifecycleConfigArn : Values_1.NotebookInstanceLifecycleConfigArn.t option;
    (*

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

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

    A timestamp that tells when the lifecycle configuration was created.

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

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

    *)
}
Sourceval make : ?notebookInstanceLifecycleConfigName:??? -> ?notebookInstanceLifecycleConfigArn:??? -> ?creationTime:??? -> ?lastModifiedTime:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of Values_1.NotebookInstanceLifecycleConfigName.t | `Timestamp of Values_0.CreationTime.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