Values.GetDeploymentsResultSourceUse to get the active deployments from a device.
type nonrec t = {deployments : EdgeDeployments.t option;Returns a list of the configurations of the active deployments on the device.
*)}type nonrec error = [ | `InternalServiceException of InternalServiceException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `InternalServiceException of InternalServiceException.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `InternalServiceException of InternalServiceException.t
| `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 EntityName.t
| `Structure of
(string
* [> `Enum of string
| `String of ChecksumString.t ])
list ])
list ]
list
| `String of EntityName.t ])
list ]
list ])
list ]