Smaws_Client_Redshift.RevokeClusterSecurityGroupIngressRevokes an ingress rule in an Amazon Redshift security group for a previously authorized IP range or Amazon EC2 security group. To add an ingress rule, see AuthorizeClusterSecurityGroupIngress. For information about managing security groups, go to Amazon Redshift Cluster Security Groups in the Amazon Redshift Cluster Management Guide.
val error_to_string :
[ Smaws_Lib.Protocols.AwsQuery.error
| `AuthorizationNotFoundFault of Types.authorization_not_found_fault
| `ClusterSecurityGroupNotFoundFault of
Types.cluster_security_group_not_found_fault
| `InvalidClusterSecurityGroupStateFault of
Types.invalid_cluster_security_group_state_fault ] ->
stringval request :
'http_type Smaws_Lib.Context.t ->
Types.revoke_cluster_security_group_ingress_message ->
(Types.revoke_cluster_security_group_ingress_result,
[> Smaws_Lib.Protocols.AwsQuery.error
| `AuthorizationNotFoundFault of Types.authorization_not_found_fault
| `ClusterSecurityGroupNotFoundFault of
Types.cluster_security_group_not_found_fault
| `InvalidClusterSecurityGroupStateFault of
Types.invalid_cluster_security_group_state_fault ])
Stdlib.resultval request_with_metadata :
'http_type Smaws_Lib.Context.t ->
Types.revoke_cluster_security_group_ingress_message ->
(Types.revoke_cluster_security_group_ingress_result Smaws_Lib.Response.t,
[> Smaws_Lib.Protocols.AwsQuery.error
| `AuthorizationNotFoundFault of Types.authorization_not_found_fault
| `ClusterSecurityGroupNotFoundFault of
Types.cluster_security_group_not_found_fault
| `InvalidClusterSecurityGroupStateFault of
Types.invalid_cluster_security_group_state_fault ]
* Smaws_Lib.Response.metadata)
Stdlib.result