Smaws_Client_Redshift.DescribeCustomDomainAssociationsContains information about custom domain associations for a cluster.
val error_to_string :
[ Smaws_Lib.Protocols.AwsQuery.error
| `CustomDomainAssociationNotFoundFault of
Types.custom_domain_association_not_found_fault
| `UnsupportedOperationFault of Types.unsupported_operation_fault ] ->
stringval request :
'http_type Smaws_Lib.Context.t ->
Types.describe_custom_domain_associations_message ->
(Types.custom_domain_associations_message,
[> Smaws_Lib.Protocols.AwsQuery.error
| `CustomDomainAssociationNotFoundFault of
Types.custom_domain_association_not_found_fault
| `UnsupportedOperationFault of Types.unsupported_operation_fault ])
Stdlib.resultval request_with_metadata :
'http_type Smaws_Lib.Context.t ->
Types.describe_custom_domain_associations_message ->
(Types.custom_domain_associations_message Smaws_Lib.Response.t,
[> Smaws_Lib.Protocols.AwsQuery.error
| `CustomDomainAssociationNotFoundFault of
Types.custom_domain_association_not_found_fault
| `UnsupportedOperationFault of Types.unsupported_operation_fault ]
* Smaws_Lib.Response.metadata)
Stdlib.result