Values.GetDeploymentConfigOutputSourceRepresents the output of a GetDeploymentConfig operation.
type nonrec t = {deploymentConfigInfo : DeploymentConfigInfo.t option;Information about the deployment configuration.
*)}type nonrec error = [ | `DeploymentConfigDoesNotExistException of
DeploymentConfigDoesNotExistException.t| `DeploymentConfigNameRequiredException of
DeploymentConfigNameRequiredException.t| `InvalidComputePlatformException of InvalidComputePlatformException.t| `InvalidDeploymentConfigNameException of InvalidDeploymentConfigNameException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `DeploymentConfigDoesNotExistException of unit
| `DeploymentConfigNameRequiredException of unit
| `InvalidComputePlatformException of unit
| `InvalidDeploymentConfigNameException of unit
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `DeploymentConfigDoesNotExistException of unit
| `DeploymentConfigNameRequiredException of unit
| `InvalidComputePlatformException of unit
| `InvalidDeploymentConfigNameException of unit
| `Unknown_operation_error of string * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `Structure of
(string
* [> `Enum of string
| `String of DeploymentConfigId.t
| `Structure of
(string
* [> `Enum of string
| `Integer of MinimumHealthyHostsValue.t
| `Long of WaitTimeInSeconds.t
| `Structure of
(string
* [> `Enum of string | `Integer of Percentage.t ])
list ])
list
| `Timestamp of Timestamp.t ])
list ])
list ]