Values.GetDeploymentInstanceInputSourceRepresents the input of a GetDeploymentInstance operation.
type nonrec t = {deploymentId : DeploymentId.t;The unique ID of a deployment.
*)instanceId : InstanceId.t;The unique ID of an instance in the deployment group.
*)}