Values_1.DescribeAppImageConfigResponseSourceDescribes an AppImageConfig.
type nonrec t = {appImageConfigArn : Values_0.AppImageConfigArn.t option;The ARN of the AppImageConfig.
*)appImageConfigName : Values_0.AppImageConfigName.t option;The name of the AppImageConfig.
*)creationTime : Values_0.Timestamp.t option;When the AppImageConfig was created.
*)lastModifiedTime : Values_0.Timestamp.t option;When the AppImageConfig was last modified.
*)kernelGatewayImageConfig : Values_0.KernelGatewayImageConfig.t option;The configuration of a KernelGateway app.
*)jupyterLabAppImageConfig : Values_0.JupyterLabAppImageConfig.t option;The configuration of the JupyterLab app.
*)codeEditorAppImageConfig : Values_0.CodeEditorAppImageConfig.t option;The configuration of the Code Editor app.
*)}type nonrec error = [ | `ResourceNotFound of Values_0.ResourceNotFound.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `ResourceNotFound of Values_0.ResourceNotFound.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `ResourceNotFound of Values_0.ResourceNotFound.t
| `Unknown_operation_error of string * string option ]val 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 ]