Module Values.GetDeploymentOutputSource

Represents the output of a GetDeployment operation.

Sourcetype nonrec t = {
  1. deploymentInfo : DeploymentInfo.t option;
    (*

    Information about the deployment.

    *)
}
Sourcetype nonrec error = [
  1. | `DeploymentDoesNotExistException of DeploymentDoesNotExistException.t
  2. | `DeploymentIdRequiredException of DeploymentIdRequiredException.t
  3. | `InvalidDeploymentIdException of InvalidDeploymentIdException.t
  4. | `Unknown_operation_error of string * string option
]
Sourceval make : ?deploymentInfo:??? -> unit -> t
Sourceval error_of_json : string -> Yojson.Safe.t -> [> `DeploymentDoesNotExistException of unit | `DeploymentIdRequiredException of unit | `InvalidDeploymentIdException of unit | `Unknown_operation_error of string * string option ]
Sourceval error_of_xml : string -> Awso.Xml.t -> [> `DeploymentDoesNotExistException of unit | `DeploymentIdRequiredException of unit | `InvalidDeploymentIdException 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 * [> `Boolean of Boolean.t | `Enum of string | `List of [> `String of ErrorMessage.t ] list | `String of ApplicationName.t | `Structure of (string * [> `Boolean of Boolean.t | `Enum of string | `List of [> `Enum of string | `String of AutoScalingGroupName.t | `Structure of (string * [> `Enum of string | `List of [> `Structure of (string * [> `String of TargetGroupName.t ]) list ] list | `String of Key.t | `Structure of (string * [> `List of [> `String of ListenerArn.t ] list ]) list ]) list ] list | `Long of InstanceCount.t | `String of ErrorMessage.t | `Structure of (string * [> `Enum of string | `Integer of Duration.t | `List of [> `List of [> `Structure of (string * [> `Enum of string | `String of Key.t ]) list ] list ] list | `String of S3Bucket.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