Values.CreateDeploymentConfigOutputSourceRepresents the output of a CreateDeploymentConfig operation.
type nonrec t = {deploymentConfigId : DeploymentConfigId.t option;A unique deployment configuration ID.
*)}type nonrec error = [ | `DeploymentConfigAlreadyExistsException of
DeploymentConfigAlreadyExistsException.t| `DeploymentConfigLimitExceededException of
DeploymentConfigLimitExceededException.t| `DeploymentConfigNameRequiredException of
DeploymentConfigNameRequiredException.t| `InvalidComputePlatformException of InvalidComputePlatformException.t| `InvalidDeploymentConfigNameException of InvalidDeploymentConfigNameException.t| `InvalidMinimumHealthyHostValueException of
InvalidMinimumHealthyHostValueException.t| `InvalidTrafficRoutingConfigurationException of
InvalidTrafficRoutingConfigurationException.t| `InvalidZonalDeploymentConfigurationException of
InvalidZonalDeploymentConfigurationException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `DeploymentConfigAlreadyExistsException of unit
| `DeploymentConfigLimitExceededException of unit
| `DeploymentConfigNameRequiredException of unit
| `InvalidComputePlatformException of unit
| `InvalidDeploymentConfigNameException of unit
| `InvalidMinimumHealthyHostValueException of unit
| `InvalidTrafficRoutingConfigurationException of unit
| `InvalidZonalDeploymentConfigurationException of unit
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `DeploymentConfigAlreadyExistsException of unit
| `DeploymentConfigLimitExceededException of unit
| `DeploymentConfigNameRequiredException of unit
| `InvalidComputePlatformException of unit
| `InvalidDeploymentConfigNameException of unit
| `InvalidMinimumHealthyHostValueException of unit
| `InvalidTrafficRoutingConfigurationException of unit
| `InvalidZonalDeploymentConfigurationException of unit
| `Unknown_operation_error of string * string option ]