Values.RevokeClusterSecurityGroupIngressResultSourceRevokes 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.
type revokeClusterSecurityGroupIngressResult = {clusterSecurityGroup : ClusterSecurityGroup.t option;}and t = {revokeClusterSecurityGroupIngressResult : revokeClusterSecurityGroupIngressResult;responseMetaData : responseMetaData;}type error = [ | `AuthorizationNotFoundFault of AuthorizationNotFoundFault.t| `ClusterSecurityGroupNotFoundFault of ClusterSecurityGroupNotFoundFault.t| `InvalidClusterSecurityGroupStateFault of
InvalidClusterSecurityGroupStateFault.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `AuthorizationNotFoundFault of unit
| `ClusterSecurityGroupNotFoundFault of unit
| `InvalidClusterSecurityGroupStateFault of unit
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `AuthorizationNotFoundFault of unit
| `ClusterSecurityGroupNotFoundFault of unit
| `InvalidClusterSecurityGroupStateFault of unit
| `Unknown_operation_error of string * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `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 ])
list ]
list
| `String of String_.t ])
list ])
list ])
list ]