Values_0.BatchGetBlueprintsResponseSourceRetrieves information about a list of blueprints.
type nonrec t = {blueprints : Blueprints.t option;Returns a list of blueprint as a Blueprints object.
*)missingBlueprints : BlueprintNames.t option;Returns a list of BlueprintNames that were not found.
*)}type nonrec error = [ | `InternalServiceException of InternalServiceException.t| `InvalidInputException of InvalidInputException.t| `OperationTimeoutException of OperationTimeoutException.t| `Unknown_operation_error of string * string option ]val 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 ]val 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 ]val 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 ]