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.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
Eq RevokeCacheSecurityGroupIngress Source # 
Instance details

Defined in Amazonka.ElastiCache.RevokeCacheSecurityGroupIngress

Read RevokeCacheSecurityGroupIngress Source # 
Instance details

Defined in Amazonka.ElastiCache.RevokeCacheSecurityGroupIngress

Show 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 #

NFData RevokeCacheSecurityGroupIngress Source # 
Instance details

Defined in Amazonka.ElastiCache.RevokeCacheSecurityGroupIngress

Hashable RevokeCacheSecurityGroupIngress Source # 
Instance details

Defined in Amazonka.ElastiCache.RevokeCacheSecurityGroupIngress

AWSRequest RevokeCacheSecurityGroupIngress Source # 
Instance details

Defined in Amazonka.ElastiCache.RevokeCacheSecurityGroupIngress

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

type Rep RevokeCacheSecurityGroupIngress Source # 
Instance details

Defined in Amazonka.ElastiCache.RevokeCacheSecurityGroupIngress

type Rep RevokeCacheSecurityGroupIngress = D1 ('MetaData "RevokeCacheSecurityGroupIngress" "Amazonka.ElastiCache.RevokeCacheSecurityGroupIngress" "libZSservicesZSamazonka-elasticacheZSamazonka-elasticache" '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))))
type AWSResponse RevokeCacheSecurityGroupIngress Source # 
Instance details

Defined in Amazonka.ElastiCache.RevokeCacheSecurityGroupIngress

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:

$sel:cacheSecurityGroupName:RevokeCacheSecurityGroupIngress', revokeCacheSecurityGroupIngress_cacheSecurityGroupName - The name of the cache security group to revoke ingress from.

$sel:eC2SecurityGroupName:RevokeCacheSecurityGroupIngress', revokeCacheSecurityGroupIngress_eC2SecurityGroupName - The name of the Amazon EC2 security group to revoke access from.

$sel:eC2SecurityGroupOwnerId: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
Eq 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

Generic RevokeCacheSecurityGroupIngressResponse Source # 
Instance details

Defined in Amazonka.ElastiCache.RevokeCacheSecurityGroupIngress

NFData 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" "libZSservicesZSamazonka-elasticacheZSamazonka-elasticache" '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