Values.CreateSystemTemplateResponseSourceCreates a system. The system is validated against the entities in the latest version of the user's namespace unless another namespace version is specified in the request.
type nonrec t = {summary : SystemTemplateSummary.t option;The summary object that describes the created system.
*)}type nonrec error = [ | `InternalFailureException of InternalFailureException.t| `InvalidRequestException of InvalidRequestException.t| `ResourceAlreadyExistsException of ResourceAlreadyExistsException.t| `ThrottlingException of ThrottlingException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `InternalFailureException of InternalFailureException.t
| `InvalidRequestException of InvalidRequestException.t
| `ResourceAlreadyExistsException of ResourceAlreadyExistsException.t
| `ThrottlingException of ThrottlingException.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `InternalFailureException of InternalFailureException.t
| `InvalidRequestException of InvalidRequestException.t
| `ResourceAlreadyExistsException of ResourceAlreadyExistsException.t
| `ThrottlingException of ThrottlingException.t
| `Unknown_operation_error of string * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `Structure of
(string
* [> `Long of Version.t
| `String of Urn.t
| `Timestamp of Timestamp.t ])
list ])
list ]