| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.MemoryDb.Types.ACLPendingChanges
Description
Synopsis
- data ACLPendingChanges = ACLPendingChanges' {
- userNamesToAdd :: Maybe [Text]
- userNamesToRemove :: Maybe [Text]
- newACLPendingChanges :: ACLPendingChanges
- aCLPendingChanges_userNamesToAdd :: Lens' ACLPendingChanges (Maybe [Text])
- aCLPendingChanges_userNamesToRemove :: Lens' ACLPendingChanges (Maybe [Text])
Documentation
data ACLPendingChanges Source #
Returns the updates being applied to the ACL.
See: newACLPendingChanges smart constructor.
Constructors
| ACLPendingChanges' | |
Fields
| |
Instances
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