Module Values_1.DescribeAppImageConfigResponseSource

Describes an AppImageConfig.

Sourcetype nonrec t = {
  1. appImageConfigArn : Values_0.AppImageConfigArn.t option;
    (*

    The ARN of the AppImageConfig.

    *)
  2. appImageConfigName : Values_0.AppImageConfigName.t option;
    (*

    The name of the AppImageConfig.

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

    When the AppImageConfig was created.

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

    When the AppImageConfig was last modified.

    *)
  5. kernelGatewayImageConfig : Values_0.KernelGatewayImageConfig.t option;
    (*

    The configuration of a KernelGateway app.

    *)
  6. jupyterLabAppImageConfig : Values_0.JupyterLabAppImageConfig.t option;
    (*

    The configuration of the JupyterLab app.

    *)
  7. codeEditorAppImageConfig : Values_0.CodeEditorAppImageConfig.t option;
    (*

    The configuration of the Code Editor app.

    *)
}
Sourcetype nonrec error = [
  1. | `ResourceNotFound of Values_0.ResourceNotFound.t
  2. | `Unknown_operation_error of string * string option
]
Sourceval make : ?appImageConfigArn:??? -> ?appImageConfigName:??? -> ?creationTime:??? -> ?lastModifiedTime:??? -> ?kernelGatewayImageConfig:??? -> ?jupyterLabAppImageConfig:??? -> ?codeEditorAppImageConfig:??? -> unit -> t
Sourceval error_of_json : string -> Yojson.Safe.t -> [> `ResourceNotFound of Values_0.ResourceNotFound.t | `Unknown_operation_error of string * string option ]
Sourceval error_of_xml : string -> Awso.Xml.t -> [> `ResourceNotFound of Values_0.ResourceNotFound.t | `Unknown_operation_error of string * string option ]
Sourceval error_to_json : error -> Yojson.Safe.t
Sourceval to_value : t -> [> `Structure of (string * [> `String of Values_0.AppImageConfigArn.t | `Structure of (string * [> `List of [> `Structure of (string * [> `String of string ]) list ] list | `Structure of (string * [> `Integer of int | `List of [> `String of string ] list | `Map of ([> `String of string ] * [> `String of string ]) list | `String of string ]) list ]) list | `Timestamp of Values_0.Timestamp.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