Values.GetDomainResponseSourceReturns information about a specific domain if it exists.
type nonrec t = {domainId : DomainId.t option;The unique identifier of the Cases domain.
*)domainArn : DomainArn.t option;The Amazon Resource Name (ARN) for the Cases domain.
*)name : DomainName.t option;The name of the Cases domain.
*)createdTime : CreatedTime.t option;The timestamp when the Cases domain was created.
*)domainStatus : DomainStatus.t option;The status of the Cases domain.
*)}type nonrec error = [ | `AccessDeniedException of AccessDeniedException.t| `InternalServerException of InternalServerException.t| `ResourceNotFoundException of ResourceNotFoundException.t| `ThrottlingException of ThrottlingException.t| `ValidationException of ValidationException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `AccessDeniedException of AccessDeniedException.t
| `InternalServerException of InternalServerException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `ThrottlingException of ThrottlingException.t
| `Unknown_operation_error of string * string option
| `ValidationException of ValidationException.t ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `AccessDeniedException of AccessDeniedException.t
| `InternalServerException of InternalServerException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `ThrottlingException of ThrottlingException.t
| `Unknown_operation_error of string * string option
| `ValidationException of ValidationException.t ]val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `Map of
([> `String of String_.t ] * [> `String of String_.t ]) list
| `String of DomainId.t
| `Timestamp of CreatedTime.t ])
list ]