Module Values.GetDeploymentConfigOutputSource

Represents the output of a GetDeploymentConfig operation.

Sourcetype nonrec t = {
  1. deploymentConfigInfo : DeploymentConfigInfo.t option;
    (*

    Information about the deployment configuration.

    *)
}
Sourcetype nonrec error = [
  1. | `DeploymentConfigDoesNotExistException of DeploymentConfigDoesNotExistException.t
  2. | `DeploymentConfigNameRequiredException of DeploymentConfigNameRequiredException.t
  3. | `InvalidComputePlatformException of InvalidComputePlatformException.t
  4. | `InvalidDeploymentConfigNameException of InvalidDeploymentConfigNameException.t
  5. | `Unknown_operation_error of string * string option
]
Sourceval make : ?deploymentConfigInfo:??? -> unit -> t
Sourceval 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 ]
Sourceval 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 ]
Sourceval error_to_json : error -> Yojson.Safe.t
Sourceval 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 ]
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