Values.CustomDomainAssociationsMessageSourceContains information about custom domain associations for a cluster.
type describeCustomDomainAssociationsResult = {marker : String_.t option;The marker for the custom domain association.
*)associations : AssociationList.t option;The associations for the custom domain.
*)}and t = {describeCustomDomainAssociationsResult : describeCustomDomainAssociationsResult;responseMetaData : responseMetaData;}type error = [ | `CustomDomainAssociationNotFoundFault of CustomDomainAssociationNotFoundFault.t| `UnsupportedOperationFault of UnsupportedOperationFault.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `CustomDomainAssociationNotFoundFault of unit
| `Unknown_operation_error of string * string option
| `UnsupportedOperationFault of unit ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `CustomDomainAssociationNotFoundFault of unit
| `Unknown_operation_error of string * string option
| `UnsupportedOperationFault of unit ]val to_value :
t ->
[> `Structure of
(string
* [> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `List of
[> `Structure of
(string * [> `String of String_.t ])
list ]
list
| `String of String_.t
| `Timestamp of TStamp.t ])
list ]
list
| `String of String_.t ])
list ])
list ]