Values.DeploymentStateSourceThe detailed data about the current state of the deployment.
type nonrec t = {component : ComponentState.t option;The state of the component associated with the deployment.
*)environment : EnvironmentState.t option;The state of the environment associated with the deployment.
*)serviceInstance : ServiceInstanceState.t option;The state of the service instance associated with the deployment.
*)servicePipeline : ServicePipelineState.t option;The state of the service pipeline associated with the deployment.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Structure of
(string
* [> `List of [> `String of DeploymentId.t ] list
| `String of ResourceNameOrEmpty.t ])
list ])
list ]