Values_4.RevokeSecurityGroupIngressResultSourceRemoves the specified inbound (ingress) rules from a security group. You can specify rules using either rule IDs or security group rule properties. If you use rule properties, the values that you specify (for example, ports) must match the existing rule's values exactly. Each rule has a protocol, from and to ports, and source (CIDR range, security group, or prefix list). For the TCP and UDP protocols, you must also specify the destination port or range of ports. For the ICMP protocol, you must also specify the ICMP type and code. If the security group rule has a description, you do not need to specify the description to revoke the rule. For a default VPC, if the values you specify do not match the existing rule's values, no error is returned, and the output describes the security group rules that were not revoked. For a non-default VPC, if the values you specify do not match the existing rule's values, an InvalidPermission.NotFound client error is returned, and no rules are revoked. Amazon Web Services recommends that you describe the security group to verify that the rules were removed. Rule changes are propagated to instances within the security group as quickly as possible. However, a small delay might occur.
type nonrec t = {return : Values_0.Boolean.t option;Returns true if the request succeeds; otherwise, returns an error.
*)unknownIpPermissions : Values_1.IpPermissionList.t option;The inbound rules that were unknown to the service. In some cases, unknownIpPermissionSet might be in a different format from the request parameter.
*)revokedSecurityGroupRules : Values_3.RevokedSecurityGroupRuleList.t option;Details about the revoked security group rules.
*)}val error_of_json :
'a ->
Yojson.Safe.t ->
[> `Unknown_operation_error of 'a * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `Boolean of Values_0.Boolean.t
| `List of
[> `Structure of
(string
* [> `Boolean of Values_0.Boolean.t
| `Integer of int
| `List of
[> `Structure of (string * [> `String of string ]) list ]
list
| `String of string ])
list ]
list ])
list ]