| Copyright | (c) 2013-2018 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay <[email protected]> |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | None |
| Language | Haskell2010 |
Network.AWS.ElastiCache.RevokeCacheSecurityGroupIngress
Description
Revokes ingress from a cache security group. Use this operation to disallow access from an Amazon EC2 security group that had been previously authorized.
- revokeCacheSecurityGroupIngress :: Text -> Text -> Text -> RevokeCacheSecurityGroupIngress
- data RevokeCacheSecurityGroupIngress
- rcsgiCacheSecurityGroupName :: Lens' RevokeCacheSecurityGroupIngress Text
- rcsgiEC2SecurityGroupName :: Lens' RevokeCacheSecurityGroupIngress Text
- rcsgiEC2SecurityGroupOwnerId :: Lens' RevokeCacheSecurityGroupIngress Text
- revokeCacheSecurityGroupIngressResponse :: Int -> RevokeCacheSecurityGroupIngressResponse
- data RevokeCacheSecurityGroupIngressResponse
- rcsgirsCacheSecurityGroup :: Lens' RevokeCacheSecurityGroupIngressResponse (Maybe CacheSecurityGroup)
- rcsgirsResponseStatus :: Lens' RevokeCacheSecurityGroupIngressResponse Int
Creating a Request
revokeCacheSecurityGroupIngress Source #
Arguments
| :: Text | |
| -> Text | |
| -> Text | |
| -> RevokeCacheSecurityGroupIngress |
Creates a value of RevokeCacheSecurityGroupIngress with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
rcsgiCacheSecurityGroupName- The name of the cache security group to revoke ingress from.rcsgiEC2SecurityGroupName- The name of the Amazon EC2 security group to revoke access from.rcsgiEC2SecurityGroupOwnerId- The AWS account number of the Amazon EC2 security group owner. Note that this is not the same thing as an AWS access key ID - you must provide a valid AWS account number for this parameter.
data RevokeCacheSecurityGroupIngress Source #
Represents the input of a RevokeCacheSecurityGroupIngress operation.
See: revokeCacheSecurityGroupIngress smart constructor.
Instances
Request Lenses
rcsgiCacheSecurityGroupName :: Lens' RevokeCacheSecurityGroupIngress Text Source #
The name of the cache security group to revoke ingress from.
rcsgiEC2SecurityGroupName :: Lens' RevokeCacheSecurityGroupIngress Text Source #
The name of the Amazon EC2 security group to revoke access from.
rcsgiEC2SecurityGroupOwnerId :: Lens' RevokeCacheSecurityGroupIngress Text Source #
The AWS account number of the Amazon EC2 security group owner. Note that this is not the same thing as an AWS access key ID - you must provide a valid AWS account number for this parameter.
Destructuring the Response
revokeCacheSecurityGroupIngressResponse Source #
Creates a value of RevokeCacheSecurityGroupIngressResponse with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
rcsgirsCacheSecurityGroup- Undocumented member.rcsgirsResponseStatus- -- | The response status code.
data RevokeCacheSecurityGroupIngressResponse Source #
See: revokeCacheSecurityGroupIngressResponse smart constructor.
Instances
Response Lenses
rcsgirsCacheSecurityGroup :: Lens' RevokeCacheSecurityGroupIngressResponse (Maybe CacheSecurityGroup) Source #
Undocumented member.
rcsgirsResponseStatus :: Lens' RevokeCacheSecurityGroupIngressResponse Int Source #
- - | The response status code.