Module Values.GetDeploymentInstanceOutputSource

Represents the output of a GetDeploymentInstance operation.

Sourcetype nonrec t = {
  1. instanceSummary : InstanceSummary.t option;
    (*

    Information about the instance.

    *)
}
Sourcetype nonrec error = [
  1. | `DeploymentDoesNotExistException of DeploymentDoesNotExistException.t
  2. | `DeploymentIdRequiredException of DeploymentIdRequiredException.t
  3. | `InstanceDoesNotExistException of InstanceDoesNotExistException.t
  4. | `InstanceIdRequiredException of InstanceIdRequiredException.t
  5. | `InvalidComputePlatformException of InvalidComputePlatformException.t
  6. | `InvalidDeploymentIdException of InvalidDeploymentIdException.t
  7. | `InvalidInstanceNameException of InvalidInstanceNameException.t
  8. | `Unknown_operation_error of string * string option
]
Sourceval make : ?instanceSummary:??? -> unit -> t
Sourceval error_of_json : string -> Yojson.Safe.t -> [> `DeploymentDoesNotExistException of unit | `DeploymentIdRequiredException of unit | `InstanceDoesNotExistException of unit | `InstanceIdRequiredException of unit | `InvalidComputePlatformException of unit | `InvalidDeploymentIdException of unit | `InvalidInstanceNameException of unit | `Unknown_operation_error of string * string option ]
Sourceval error_of_xml : string -> Awso.Xml.t -> [> `DeploymentDoesNotExistException of unit | `DeploymentIdRequiredException of unit | `InstanceDoesNotExistException of unit | `InstanceIdRequiredException of unit | `InvalidComputePlatformException of unit | `InvalidDeploymentIdException of unit | `InvalidInstanceNameException 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 | `List of [> `Structure of (string * [> `Enum of string | `String of LifecycleEventName.t | `Structure of (string * [> `Enum of string | `String of ScriptName.t ]) list | `Timestamp of Timestamp.t ]) list ] list | `String of DeploymentId.t | `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