amazonka-elasticache-2.0: Amazon ElastiCache SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.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.

Synopsis

Creating a Request

data RevokeCacheSecurityGroupIngress Source #

Represents the input of a RevokeCacheSecurityGroupIngress operation.

See: newRevokeCacheSecurityGroupIngress smart constructor.

Constructors

RevokeCacheSecurityGroupIngress' 

Fields

  • cacheSecurityGroupName :: Text

    The name of the cache security group to revoke ingress from.

  • eC2SecurityGroupName :: Text

    The name of the Amazon EC2 security group to revoke access from.

  • eC2SecurityGroupOwnerId :: Text

    The Amazon account number of the Amazon EC2 security group owner. Note that this is not the same thing as an Amazon access key ID - you must provide a valid Amazon account number for this parameter.

Instances

Instances details
ToHeaders RevokeCacheSecurityGroupIngress Source # 
Instance details

Defined in Amazonka.ElastiCache.RevokeCacheSecurityGroupIngress

ToPath RevokeCacheSecurityGroupIngress Source # 
Instance details

Defined in Amazonka.ElastiCache.RevokeCacheSecurityGroupIngress

ToQuery RevokeCacheSecurityGroupIngress Source # 
Instance details

Defined in Amazonka.ElastiCache.RevokeCacheSecurityGroupIngress

AWSRequest RevokeCacheSecurityGroupIngress Source # 
Instance details

Defined in Amazonka.ElastiCache.RevokeCacheSecurityGroupIngress

Generic RevokeCacheSecurityGroupIngress Source # 
Instance details

Defined in Amazonka.ElastiCache.RevokeCacheSecurityGroupIngress

Associated Types

type Rep RevokeCacheSecurityGroupIngress :: Type -> Type #

Read RevokeCacheSecurityGroupIngress Source # 
Instance details

Defined in Amazonka.ElastiCache.RevokeCacheSecurityGroupIngress

Show RevokeCacheSecurityGroupIngress Source # 
Instance details

Defined in Amazonka.ElastiCache.RevokeCacheSecurityGroupIngress

NFData RevokeCacheSecurityGroupIngress Source # 
Instance details

Defined in Amazonka.ElastiCache.RevokeCacheSecurityGroupIngress

Eq RevokeCacheSecurityGroupIngress Source # 
Instance details

Defined in Amazonka.ElastiCache.RevokeCacheSecurityGroupIngress

Hashable RevokeCacheSecurityGroupIngress Source # 
Instance details

Defined in Amazonka.ElastiCache.RevokeCacheSecurityGroupIngress

type AWSResponse RevokeCacheSecurityGroupIngress Source # 
Instance details

Defined in Amazonka.ElastiCache.RevokeCacheSecurityGroupIngress

type Rep RevokeCacheSecurityGroupIngress Source # 
Instance details

Defined in Amazonka.ElastiCache.RevokeCacheSecurityGroupIngress

type Rep RevokeCacheSecurityGroupIngress = D1 ('MetaData "RevokeCacheSecurityGroupIngress" "Amazonka.ElastiCache.RevokeCacheSecurityGroupIngress" "amazonka-elasticache-2.0-DTWyHgx8JwY7IlNovngF22" 'False) (C1 ('MetaCons "RevokeCacheSecurityGroupIngress'" 'PrefixI 'True) (S1 ('MetaSel ('Just "cacheSecurityGroupName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "eC2SecurityGroupName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "eC2SecurityGroupOwnerId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newRevokeCacheSecurityGroupIngress Source #

Create a value of RevokeCacheSecurityGroupIngress 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:

RevokeCacheSecurityGroupIngress, revokeCacheSecurityGroupIngress_cacheSecurityGroupName - The name of the cache security group to revoke ingress from.

RevokeCacheSecurityGroupIngress, revokeCacheSecurityGroupIngress_eC2SecurityGroupName - The name of the Amazon EC2 security group to revoke access from.

RevokeCacheSecurityGroupIngress, revokeCacheSecurityGroupIngress_eC2SecurityGroupOwnerId - The Amazon account number of the Amazon EC2 security group owner. Note that this is not the same thing as an Amazon access key ID - you must provide a valid Amazon account number for this parameter.

Request Lenses

revokeCacheSecurityGroupIngress_cacheSecurityGroupName :: Lens' RevokeCacheSecurityGroupIngress Text Source #

The name of the cache security group to revoke ingress from.

revokeCacheSecurityGroupIngress_eC2SecurityGroupName :: Lens' RevokeCacheSecurityGroupIngress Text Source #

The name of the Amazon EC2 security group to revoke access from.

revokeCacheSecurityGroupIngress_eC2SecurityGroupOwnerId :: Lens' RevokeCacheSecurityGroupIngress Text Source #

The Amazon account number of the Amazon EC2 security group owner. Note that this is not the same thing as an Amazon access key ID - you must provide a valid Amazon account number for this parameter.

Destructuring the Response

data RevokeCacheSecurityGroupIngressResponse Source #

Constructors

RevokeCacheSecurityGroupIngressResponse' 

Fields

Instances

Instances details
Generic RevokeCacheSecurityGroupIngressResponse Source # 
Instance details

Defined in Amazonka.ElastiCache.RevokeCacheSecurityGroupIngress

Read RevokeCacheSecurityGroupIngressResponse Source # 
Instance details

Defined in Amazonka.ElastiCache.RevokeCacheSecurityGroupIngress

Show RevokeCacheSecurityGroupIngressResponse Source # 
Instance details

Defined in Amazonka.ElastiCache.RevokeCacheSecurityGroupIngress

NFData RevokeCacheSecurityGroupIngressResponse Source # 
Instance details

Defined in Amazonka.ElastiCache.RevokeCacheSecurityGroupIngress

Eq RevokeCacheSecurityGroupIngressResponse Source # 
Instance details

Defined in Amazonka.ElastiCache.RevokeCacheSecurityGroupIngress

type Rep RevokeCacheSecurityGroupIngressResponse Source # 
Instance details

Defined in Amazonka.ElastiCache.RevokeCacheSecurityGroupIngress

type Rep RevokeCacheSecurityGroupIngressResponse = D1 ('MetaData "RevokeCacheSecurityGroupIngressResponse" "Amazonka.ElastiCache.RevokeCacheSecurityGroupIngress" "amazonka-elasticache-2.0-DTWyHgx8JwY7IlNovngF22" 'False) (C1 ('MetaCons "RevokeCacheSecurityGroupIngressResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "cacheSecurityGroup") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe CacheSecurityGroup)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

Response Lenses