| Copyright | (c) 2013-2016 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.DeleteCacheSecurityGroup
Description
The DeleteCacheSecurityGroup action deletes a cache security group.
You cannot delete a cache security group if it is associated with any cache clusters.
Creating a Request
deleteCacheSecurityGroup Source #
Arguments
| :: Text | |
| -> DeleteCacheSecurityGroup |
Creates a value of DeleteCacheSecurityGroup with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data DeleteCacheSecurityGroup Source #
Represents the input of a DeleteCacheSecurityGroup action.
See: deleteCacheSecurityGroup smart constructor.
Instances
Request Lenses
dcsgCacheSecurityGroupName :: Lens' DeleteCacheSecurityGroup Text Source #
The name of the cache security group to delete.
You cannot delete the default security group.
Destructuring the Response
deleteCacheSecurityGroupResponse :: DeleteCacheSecurityGroupResponse Source #
Creates a value of DeleteCacheSecurityGroupResponse with the minimum fields required to make a request.
data DeleteCacheSecurityGroupResponse Source #
See: deleteCacheSecurityGroupResponse smart constructor.
Instances