Values.GetDeploymentInstanceOutputSourceRepresents the output of a GetDeploymentInstance operation.
type nonrec t = {instanceSummary : InstanceSummary.t option;Information about the instance.
*)}type nonrec error = [ | `DeploymentDoesNotExistException of DeploymentDoesNotExistException.t| `DeploymentIdRequiredException of DeploymentIdRequiredException.t| `InstanceDoesNotExistException of InstanceDoesNotExistException.t| `InstanceIdRequiredException of InstanceIdRequiredException.t| `InvalidComputePlatformException of InvalidComputePlatformException.t| `InvalidDeploymentIdException of InvalidDeploymentIdException.t| `InvalidInstanceNameException of InvalidInstanceNameException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `DeploymentDoesNotExistException of unit
| `DeploymentIdRequiredException of unit
| `InstanceDoesNotExistException of unit
| `InstanceIdRequiredException of unit
| `InvalidComputePlatformException of unit
| `InvalidDeploymentIdException of unit
| `InvalidInstanceNameException of unit
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `DeploymentDoesNotExistException of unit
| `DeploymentIdRequiredException of unit
| `InstanceDoesNotExistException of unit
| `InstanceIdRequiredException of unit
| `InvalidComputePlatformException of unit
| `InvalidDeploymentIdException of unit
| `InvalidInstanceNameException of unit
| `Unknown_operation_error of string * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `Structure of
(string
* [> `Enum of string
| `List of
[> `Structure of
(string
* [> `Enum of string
| `String of LifecycleEventName.t
| `Structure of
(string
* [> `Enum of string | `String of ScriptName.t ])
list
| `Timestamp of Timestamp.t ])
list ]
list
| `String of DeploymentId.t
| `Timestamp of Timestamp.t ])
list ])
list ]