Values_0.RevokeDBSecurityGroupIngressResultSourceRevokes ingress from a DBSecurityGroup for previously authorized IP ranges or EC2 or VPC security groups. Required parameters for this API are one of CIDRIP, EC2SecurityGroupId for VPC, or (EC2SecurityGroupOwnerId and either EC2SecurityGroupName or EC2SecurityGroupId). EC2-Classic was retired on August 15, 2022. If you haven't migrated from EC2-Classic to a VPC, we recommend that you migrate as soon as possible. For more information, see Migrate from EC2-Classic to a VPC in the Amazon EC2 User Guide, the blog EC2-Classic Networking is Retiring โ Hereโs How to Prepare, and Moving a DB instance not in a VPC into a VPC in the Amazon RDS User Guide.
and t = {revokeDBSecurityGroupIngressResult : revokeDBSecurityGroupIngressResult;responseMetaData : responseMetaData;}type error = [ | `AuthorizationNotFoundFault of AuthorizationNotFoundFault.t| `DBSecurityGroupNotFoundFault of DBSecurityGroupNotFoundFault.t| `InvalidDBSecurityGroupStateFault of InvalidDBSecurityGroupStateFault.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `AuthorizationNotFoundFault of unit
| `DBSecurityGroupNotFoundFault of unit
| `InvalidDBSecurityGroupStateFault of unit
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `AuthorizationNotFoundFault of unit
| `DBSecurityGroupNotFoundFault of unit
| `InvalidDBSecurityGroupStateFault of unit
| `Unknown_operation_error of string * string option ]