Module Values.RevokeClusterSecurityGroupIngressResultSource

Revokes 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.

Sourcetype revokeClusterSecurityGroupIngressResult = {
  1. clusterSecurityGroup : ClusterSecurityGroup.t option;
}
Sourceand responseMetaData = unit
Sourceand t = {
  1. revokeClusterSecurityGroupIngressResult : revokeClusterSecurityGroupIngressResult;
  2. responseMetaData : responseMetaData;
}
Sourcetype error = [
  1. | `AuthorizationNotFoundFault of AuthorizationNotFoundFault.t
  2. | `ClusterSecurityGroupNotFoundFault of ClusterSecurityGroupNotFoundFault.t
  3. | `InvalidClusterSecurityGroupStateFault of InvalidClusterSecurityGroupStateFault.t
  4. | `Unknown_operation_error of string * string option
]
Sourceval context_ : string
Sourceval make : ?clusterSecurityGroup:??? -> unit -> t
Sourceval error_of_json : string -> Yojson.Safe.t -> [> `AuthorizationNotFoundFault of unit | `ClusterSecurityGroupNotFoundFault of unit | `InvalidClusterSecurityGroupStateFault of unit | `Unknown_operation_error of string * string option ]
Sourceval error_of_xml : string -> Awso.Xml.t -> [> `AuthorizationNotFoundFault of unit | `ClusterSecurityGroupNotFoundFault of unit | `InvalidClusterSecurityGroupStateFault of unit | `Unknown_operation_error of string * string option ]
Sourceval error_to_json : error -> Yojson.Safe.t
Sourceval 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 ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t