Smaws_Client_Redshift.RevokeEndpointAccessRevokes access to a cluster.
val error_to_string :
[ Smaws_Lib.Protocols.AwsQuery.error
| `ClusterNotFoundFault of Types.cluster_not_found_fault
| `EndpointAuthorizationNotFoundFault of
Types.endpoint_authorization_not_found_fault
| `EndpointNotFoundFault of Types.endpoint_not_found_fault
| `InvalidAuthorizationStateFault of Types.invalid_authorization_state_fault
| `InvalidClusterSecurityGroupStateFault of
Types.invalid_cluster_security_group_state_fault
| `InvalidClusterStateFault of Types.invalid_cluster_state_fault
| `InvalidEndpointStateFault of Types.invalid_endpoint_state_fault ] ->
stringval request :
'http_type Smaws_Lib.Context.t ->
Types.revoke_endpoint_access_message ->
(Types.endpoint_authorization,
[> Smaws_Lib.Protocols.AwsQuery.error
| `ClusterNotFoundFault of Types.cluster_not_found_fault
| `EndpointAuthorizationNotFoundFault of
Types.endpoint_authorization_not_found_fault
| `EndpointNotFoundFault of Types.endpoint_not_found_fault
| `InvalidAuthorizationStateFault of
Types.invalid_authorization_state_fault
| `InvalidClusterSecurityGroupStateFault of
Types.invalid_cluster_security_group_state_fault
| `InvalidClusterStateFault of Types.invalid_cluster_state_fault
| `InvalidEndpointStateFault of Types.invalid_endpoint_state_fault ])
Stdlib.resultval request_with_metadata :
'http_type Smaws_Lib.Context.t ->
Types.revoke_endpoint_access_message ->
(Types.endpoint_authorization Smaws_Lib.Response.t,
[> Smaws_Lib.Protocols.AwsQuery.error
| `ClusterNotFoundFault of Types.cluster_not_found_fault
| `EndpointAuthorizationNotFoundFault of
Types.endpoint_authorization_not_found_fault
| `EndpointNotFoundFault of Types.endpoint_not_found_fault
| `InvalidAuthorizationStateFault of
Types.invalid_authorization_state_fault
| `InvalidClusterSecurityGroupStateFault of
Types.invalid_cluster_security_group_state_fault
| `InvalidClusterStateFault of Types.invalid_cluster_state_fault
| `InvalidEndpointStateFault of Types.invalid_endpoint_state_fault ]
* Smaws_Lib.Response.metadata)
Stdlib.result