Module Values.CreateDeploymentConfigOutputSource

Represents the output of a CreateDeploymentConfig operation.

Sourcetype nonrec t = {
  1. deploymentConfigId : DeploymentConfigId.t option;
    (*

    A unique deployment configuration ID.

    *)
}
Sourcetype nonrec error = [
  1. | `DeploymentConfigAlreadyExistsException of DeploymentConfigAlreadyExistsException.t
  2. | `DeploymentConfigLimitExceededException of DeploymentConfigLimitExceededException.t
  3. | `DeploymentConfigNameRequiredException of DeploymentConfigNameRequiredException.t
  4. | `InvalidComputePlatformException of InvalidComputePlatformException.t
  5. | `InvalidDeploymentConfigNameException of InvalidDeploymentConfigNameException.t
  6. | `InvalidMinimumHealthyHostValueException of InvalidMinimumHealthyHostValueException.t
  7. | `InvalidTrafficRoutingConfigurationException of InvalidTrafficRoutingConfigurationException.t
  8. | `InvalidZonalDeploymentConfigurationException of InvalidZonalDeploymentConfigurationException.t
  9. | `Unknown_operation_error of string * string option
]
Sourceval make : ?deploymentConfigId:??? -> unit -> t
Sourceval 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 ]
Sourceval 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 ]
Sourceval error_to_json : error -> Yojson.Safe.t
Sourceval to_value : t -> [> `Structure of (string * [> `String of DeploymentConfigId.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t