libZSservicesZSamazonka-memorydbZSamazonka-memorydb
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.MemoryDb.Types.ACLPendingChanges

Description

 
Synopsis

Documentation

data ACLPendingChanges Source #

Returns the updates being applied to the ACL.

See: newACLPendingChanges smart constructor.

Constructors

ACLPendingChanges' 

Fields

Instances

Instances details
Eq ACLPendingChanges Source # 
Instance details

Defined in Amazonka.MemoryDb.Types.ACLPendingChanges

Read ACLPendingChanges Source # 
Instance details

Defined in Amazonka.MemoryDb.Types.ACLPendingChanges

Show ACLPendingChanges Source # 
Instance details

Defined in Amazonka.MemoryDb.Types.ACLPendingChanges

Generic ACLPendingChanges Source # 
Instance details

Defined in Amazonka.MemoryDb.Types.ACLPendingChanges

Associated Types

type Rep ACLPendingChanges :: Type -> Type #

NFData ACLPendingChanges Source # 
Instance details

Defined in Amazonka.MemoryDb.Types.ACLPendingChanges

Methods

rnf :: ACLPendingChanges -> () #

Hashable ACLPendingChanges Source # 
Instance details

Defined in Amazonka.MemoryDb.Types.ACLPendingChanges

FromJSON ACLPendingChanges Source # 
Instance details

Defined in Amazonka.MemoryDb.Types.ACLPendingChanges

type Rep ACLPendingChanges Source # 
Instance details

Defined in Amazonka.MemoryDb.Types.ACLPendingChanges

type Rep ACLPendingChanges = D1 ('MetaData "ACLPendingChanges" "Amazonka.MemoryDb.Types.ACLPendingChanges" "libZSservicesZSamazonka-memorydbZSamazonka-memorydb" 'False) (C1 ('MetaCons "ACLPendingChanges'" 'PrefixI 'True) (S1 ('MetaSel ('Just "userNamesToAdd") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 ('MetaSel ('Just "userNamesToRemove") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text]))))

newACLPendingChanges :: ACLPendingChanges Source #

Create a value of ACLPendingChanges 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:userNamesToAdd:ACLPendingChanges', aCLPendingChanges_userNamesToAdd - A list of users being added to the ACL

$sel:userNamesToRemove:ACLPendingChanges', aCLPendingChanges_userNamesToRemove - A list of user names being removed from the ACL

aCLPendingChanges_userNamesToAdd :: Lens' ACLPendingChanges (Maybe [Text]) Source #

A list of users being added to the ACL

aCLPendingChanges_userNamesToRemove :: Lens' ACLPendingChanges (Maybe [Text]) Source #

A list of user names being removed from the ACL