Module Values_0.BatchGetBlueprintsResponseSource

Retrieves information about a list of blueprints.

Sourcetype nonrec t = {
  1. blueprints : Blueprints.t option;
    (*

    Returns a list of blueprint as a Blueprints object.

    *)
  2. missingBlueprints : BlueprintNames.t option;
    (*

    Returns a list of BlueprintNames that were not found.

    *)
}
Sourcetype nonrec error = [
  1. | `InternalServiceException of InternalServiceException.t
  2. | `InvalidInputException of InvalidInputException.t
  3. | `OperationTimeoutException of OperationTimeoutException.t
  4. | `Unknown_operation_error of string * string option
]
Sourceval make : ?blueprints:??? -> ?missingBlueprints:??? -> unit -> t
Sourceval error_of_json : string -> Yojson.Safe.t -> [> `InternalServiceException of InternalServiceException.t | `InvalidInputException of InvalidInputException.t | `OperationTimeoutException of OperationTimeoutException.t | `Unknown_operation_error of string * string option ]
Sourceval error_of_xml : string -> Awso.Xml.t -> [> `InternalServiceException of InternalServiceException.t | `InvalidInputException of InvalidInputException.t | `OperationTimeoutException of OperationTimeoutException.t | `Unknown_operation_error of string * string option ]
Sourceval error_to_json : error -> Yojson.Safe.t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `String of OrchestrationNameString.t | `Structure of (string * [> `Enum of string | `String of OrchestrationNameString.t | `Structure of (string * [> `String of Generic512CharString.t | `Timestamp of TimestampValue.t ]) list | `Timestamp of TimestampValue.t ]) list ] 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