Values.BatchGetDeploymentInstancesOutputSourceRepresents the output of a BatchGetDeploymentInstances operation.
type nonrec t = {instancesSummary : InstanceSummaryList.t option;Information about the instance.
*)errorMessage : ErrorMessage.t option;Information about errors that might have occurred during the API call.
*)}type nonrec error = [ | `BatchLimitExceededException of BatchLimitExceededException.t| `DeploymentDoesNotExistException of DeploymentDoesNotExistException.t| `DeploymentIdRequiredException of DeploymentIdRequiredException.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 ->
[> `BatchLimitExceededException of unit
| `DeploymentDoesNotExistException of unit
| `DeploymentIdRequiredException 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 ->
[> `BatchLimitExceededException of unit
| `DeploymentDoesNotExistException of unit
| `DeploymentIdRequiredException 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
* [> `List of
[> `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
| `String of ErrorMessage.t ])
list ]