Safe Haskell | None |
---|---|
Language | Haskell2010 |
Revokes 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).
http://docs.aws.amazon.com/AmazonRDS/latest/APIReference/API_RevokeDBSecurityGroupIngress.html
- data RevokeDBSecurityGroupIngress
- revokeDBSecurityGroupIngress :: Text -> RevokeDBSecurityGroupIngress
- rdbsgiCIDRIP :: Lens' RevokeDBSecurityGroupIngress (Maybe Text)
- rdbsgiDBSecurityGroupName :: Lens' RevokeDBSecurityGroupIngress Text
- rdbsgiEC2SecurityGroupId :: Lens' RevokeDBSecurityGroupIngress (Maybe Text)
- rdbsgiEC2SecurityGroupName :: Lens' RevokeDBSecurityGroupIngress (Maybe Text)
- rdbsgiEC2SecurityGroupOwnerId :: Lens' RevokeDBSecurityGroupIngress (Maybe Text)
- data RevokeDBSecurityGroupIngressResponse
- revokeDBSecurityGroupIngressResponse :: RevokeDBSecurityGroupIngressResponse
- rdbsgirDBSecurityGroup :: Lens' RevokeDBSecurityGroupIngressResponse (Maybe DBSecurityGroup)
Request
data RevokeDBSecurityGroupIngress Source
Request constructor
revokeDBSecurityGroupIngress Source
RevokeDBSecurityGroupIngress
constructor.
The fields accessible through corresponding lenses are:
Request lenses
rdbsgiCIDRIP :: Lens' RevokeDBSecurityGroupIngress (Maybe Text) Source
The IP range to revoke access from. Must be a valid CIDR range. If CIDRIP
is
specified, EC2SecurityGroupName
, EC2SecurityGroupId
and EC2SecurityGroupOwnerId
cannot be provided.
rdbsgiDBSecurityGroupName :: Lens' RevokeDBSecurityGroupIngress Text Source
The name of the DB security group to revoke ingress from.
rdbsgiEC2SecurityGroupId :: Lens' RevokeDBSecurityGroupIngress (Maybe Text) Source
The id of the EC2 security group to revoke access from. For VPC DB security
groups, EC2SecurityGroupId
must be provided. Otherwise,
EC2SecurityGroupOwnerId and either EC2SecurityGroupName
or EC2SecurityGroupId
must be provided.
rdbsgiEC2SecurityGroupName :: Lens' RevokeDBSecurityGroupIngress (Maybe Text) Source
The name of the EC2 security group to revoke access from. For VPC DB
security groups, EC2SecurityGroupId
must be provided. Otherwise,
EC2SecurityGroupOwnerId and either EC2SecurityGroupName
or EC2SecurityGroupId
must be provided.
rdbsgiEC2SecurityGroupOwnerId :: Lens' RevokeDBSecurityGroupIngress (Maybe Text) Source
The AWS Account Number of the owner of the EC2 security group specified in
the EC2SecurityGroupName
parameter. The AWS Access Key ID is not an
acceptable value. For VPC DB security groups, EC2SecurityGroupId
must be
provided. Otherwise, EC2SecurityGroupOwnerId and either EC2SecurityGroupName
or EC2SecurityGroupId
must be provided.
Response
Response constructor
revokeDBSecurityGroupIngressResponse :: RevokeDBSecurityGroupIngressResponse Source
RevokeDBSecurityGroupIngressResponse
constructor.
The fields accessible through corresponding lenses are: