Values.DescribeAppOutputSourceReturns the state of the given custom app.
type nonrec t = {description : Description.t option;The description of the app.
*)domain : SimSpaceWeaverResourceName.t option;The name of the domain of the app.
*)endpointInfo : SimulationAppEndpointInfo.t option;Information about the network endpoint for the custom app. You can use the endpoint to connect to the custom app.
*)launchOverrides : LaunchOverrides.t option;name : SimSpaceWeaverLongResourceName.t option;The name of the app.
*)simulation : SimSpaceWeaverResourceName.t option;The name of the simulation of the app.
*)status : SimulationAppStatus.t option;The current lifecycle state of the custom app.
*)targetStatus : SimulationAppTargetStatus.t option;The desired lifecycle state of the custom app.
*)}type nonrec error = [ | `AccessDeniedException of AccessDeniedException.t| `InternalServerException of InternalServerException.t| `ResourceNotFoundException of ResourceNotFoundException.t| `ValidationException of ValidationException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `AccessDeniedException of AccessDeniedException.t
| `InternalServerException of InternalServerException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `Unknown_operation_error of string * string option
| `ValidationException of ValidationException.t ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `AccessDeniedException of AccessDeniedException.t
| `InternalServerException of InternalServerException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `Unknown_operation_error of string * string option
| `ValidationException of ValidationException.t ]val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of Description.t
| `Structure of
(string
* [> `List of
[> `String of NonEmptyString.t
| `Structure of
(string * [> `Integer of PortNumber.t ]) list ]
list
| `String of NonEmptyString.t ])
list ])
list ]