Values.CreateDomainOutputSourceCreates a new Domain for managing HealthAgent resources.
type nonrec t = {domainId : DomainId.t option;arn : DomainArn.t option;name : DomainName.t option;kmsKeyArn : KmsKeyArn.t option;encryptionContext : EncryptionContext.t option;status : DomainStatus.t option;webAppUrl : WebAppUrl.t option;webAppConfiguration : WebAppConfiguration.t option;createdAt : Timestamp.t option;}type nonrec error = [ | `ServiceQuotaExceededException of ServiceQuotaExceededException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `ServiceQuotaExceededException of ServiceQuotaExceededException.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `ServiceQuotaExceededException of ServiceQuotaExceededException.t
| `Unknown_operation_error of string * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of DomainId.t
| `Structure of
(string * [> `Enum of string | `String of KmsKeyArn.t ]) list
| `Timestamp of Timestamp.t ])
list ]