Values.CreateDomainResponseSourceThe result of a CreateDomainRequest. Contains the status of a newly created domain.
type error = [ | `BaseException of BaseException.t| `InternalException of InternalException.t| `LimitExceededException of LimitExceededException.t| `ResourceAlreadyExistsException of ResourceAlreadyExistsException.t| `ValidationException of ValidationException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `BaseException of BaseException.t
| `InternalException of unit
| `LimitExceededException of unit
| `ResourceAlreadyExistsException of unit
| `Unknown_operation_error of string * string option
| `ValidationException of unit ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `BaseException of BaseException.t
| `InternalException of unit
| `LimitExceededException of unit
| `ResourceAlreadyExistsException of unit
| `Unknown_operation_error of string * string option
| `ValidationException of unit ]val to_value :
t ->
[> `Structure of
(string
* [> `Structure of
(string
* [> `Structure of
(string
* [> `Boolean of Boolean.t
| `Integer of PartitionCount.t
| `String of DomainId.t
| `Structure of
(string
* [> `Integer of MaximumReplicationCount.t
| `String of ServiceUrl.t ])
list ])
list ])
list ])
list ]