libZSservicesZSamazonka-elasticacheZSamazonka-elasticache
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.ElastiCache.DeleteCacheSecurityGroup

Description

Deletes a cache security group.

You cannot delete a cache security group if it is associated with any clusters.

Synopsis

Creating a Request

data DeleteCacheSecurityGroup Source #

Represents the input of a DeleteCacheSecurityGroup operation.

See: newDeleteCacheSecurityGroup smart constructor.

Constructors

DeleteCacheSecurityGroup' 

Fields

Instances

Instances details
Eq DeleteCacheSecurityGroup Source # 
Instance details

Defined in Amazonka.ElastiCache.DeleteCacheSecurityGroup

Read DeleteCacheSecurityGroup Source # 
Instance details

Defined in Amazonka.ElastiCache.DeleteCacheSecurityGroup

Show DeleteCacheSecurityGroup Source # 
Instance details

Defined in Amazonka.ElastiCache.DeleteCacheSecurityGroup

Generic DeleteCacheSecurityGroup Source # 
Instance details

Defined in Amazonka.ElastiCache.DeleteCacheSecurityGroup

Associated Types

type Rep DeleteCacheSecurityGroup :: Type -> Type #

NFData DeleteCacheSecurityGroup Source # 
Instance details

Defined in Amazonka.ElastiCache.DeleteCacheSecurityGroup

Hashable DeleteCacheSecurityGroup Source # 
Instance details

Defined in Amazonka.ElastiCache.DeleteCacheSecurityGroup

AWSRequest DeleteCacheSecurityGroup Source # 
Instance details

Defined in Amazonka.ElastiCache.DeleteCacheSecurityGroup

ToHeaders DeleteCacheSecurityGroup Source # 
Instance details

Defined in Amazonka.ElastiCache.DeleteCacheSecurityGroup

ToPath DeleteCacheSecurityGroup Source # 
Instance details

Defined in Amazonka.ElastiCache.DeleteCacheSecurityGroup

ToQuery DeleteCacheSecurityGroup Source # 
Instance details

Defined in Amazonka.ElastiCache.DeleteCacheSecurityGroup

type Rep DeleteCacheSecurityGroup Source # 
Instance details

Defined in Amazonka.ElastiCache.DeleteCacheSecurityGroup

type Rep DeleteCacheSecurityGroup = D1 ('MetaData "DeleteCacheSecurityGroup" "Amazonka.ElastiCache.DeleteCacheSecurityGroup" "libZSservicesZSamazonka-elasticacheZSamazonka-elasticache" 'False) (C1 ('MetaCons "DeleteCacheSecurityGroup'" 'PrefixI 'True) (S1 ('MetaSel ('Just "cacheSecurityGroupName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse DeleteCacheSecurityGroup Source # 
Instance details

Defined in Amazonka.ElastiCache.DeleteCacheSecurityGroup

newDeleteCacheSecurityGroup Source #

Create a value of DeleteCacheSecurityGroup with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:cacheSecurityGroupName:DeleteCacheSecurityGroup', deleteCacheSecurityGroup_cacheSecurityGroupName - The name of the cache security group to delete.

You cannot delete the default security group.

Request Lenses

deleteCacheSecurityGroup_cacheSecurityGroupName :: Lens' DeleteCacheSecurityGroup Text Source #

The name of the cache security group to delete.

You cannot delete the default security group.

Destructuring the Response

data DeleteCacheSecurityGroupResponse Source #

See: newDeleteCacheSecurityGroupResponse smart constructor.

Instances

Instances details
Eq DeleteCacheSecurityGroupResponse Source # 
Instance details

Defined in Amazonka.ElastiCache.DeleteCacheSecurityGroup

Read DeleteCacheSecurityGroupResponse Source # 
Instance details

Defined in Amazonka.ElastiCache.DeleteCacheSecurityGroup

Show DeleteCacheSecurityGroupResponse Source # 
Instance details

Defined in Amazonka.ElastiCache.DeleteCacheSecurityGroup

Generic DeleteCacheSecurityGroupResponse Source # 
Instance details

Defined in Amazonka.ElastiCache.DeleteCacheSecurityGroup

Associated Types

type Rep DeleteCacheSecurityGroupResponse :: Type -> Type #

NFData DeleteCacheSecurityGroupResponse Source # 
Instance details

Defined in Amazonka.ElastiCache.DeleteCacheSecurityGroup

type Rep DeleteCacheSecurityGroupResponse Source # 
Instance details

Defined in Amazonka.ElastiCache.DeleteCacheSecurityGroup

type Rep DeleteCacheSecurityGroupResponse = D1 ('MetaData "DeleteCacheSecurityGroupResponse" "Amazonka.ElastiCache.DeleteCacheSecurityGroup" "libZSservicesZSamazonka-elasticacheZSamazonka-elasticache" 'False) (C1 ('MetaCons "DeleteCacheSecurityGroupResponse'" 'PrefixI 'False) (U1 :: Type -> Type))

newDeleteCacheSecurityGroupResponse :: DeleteCacheSecurityGroupResponse Source #

Create a value of DeleteCacheSecurityGroupResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.