Values.ModifyCustomDomainAssociationResultSourceContains information for changing a custom domain association.
type modifyCustomDomainAssociationResult = {customDomainName : CustomDomainNameString.t option;The custom domain name associated with the result for the changed custom domain association.
*)customDomainCertificateArn : CustomDomainCertificateArnString.t option;The certificate Amazon Resource Name (ARN) associated with the result for the changed custom domain association.
*)clusterIdentifier : String_.t option;The identifier of the cluster associated with the result for the changed custom domain association.
*)customDomainCertExpiryTime : String_.t option;The certificate expiration time associated with the result for the changed custom domain association.
*)}and t = {modifyCustomDomainAssociationResult : modifyCustomDomainAssociationResult;responseMetaData : responseMetaData;}type error = [ | `ClusterNotFoundFault of ClusterNotFoundFault.t| `CustomCnameAssociationFault of CustomCnameAssociationFault.t| `CustomDomainAssociationNotFoundFault of CustomDomainAssociationNotFoundFault.t| `UnsupportedOperationFault of UnsupportedOperationFault.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `ClusterNotFoundFault of unit
| `CustomCnameAssociationFault of unit
| `CustomDomainAssociationNotFoundFault of unit
| `Unknown_operation_error of string * string option
| `UnsupportedOperationFault of unit ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `ClusterNotFoundFault of unit
| `CustomCnameAssociationFault of unit
| `CustomDomainAssociationNotFoundFault of unit
| `Unknown_operation_error of string * string option
| `UnsupportedOperationFault of unit ]val to_value :
t ->
[> `Structure of
(string
* [> `Structure of
(string * [> `String of CustomDomainNameString.t ]) list ])
list ]