| 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.ElastiCache.Types.UserGroupPendingChanges
Description
Synopsis
- data UserGroupPendingChanges = UserGroupPendingChanges' {
- userIdsToAdd :: Maybe [Text]
- userIdsToRemove :: Maybe [Text]
- newUserGroupPendingChanges :: UserGroupPendingChanges
- userGroupPendingChanges_userIdsToAdd :: Lens' UserGroupPendingChanges (Maybe [Text])
- userGroupPendingChanges_userIdsToRemove :: Lens' UserGroupPendingChanges (Maybe [Text])
Documentation
data UserGroupPendingChanges Source #
Returns the updates being applied to the user group.
See: newUserGroupPendingChanges smart constructor.
Constructors
| UserGroupPendingChanges' | |
Fields
| |
Instances
newUserGroupPendingChanges :: UserGroupPendingChanges Source #
Create a value of UserGroupPendingChanges 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:userIdsToAdd:UserGroupPendingChanges', userGroupPendingChanges_userIdsToAdd - The list of user IDs to add.
$sel:userIdsToRemove:UserGroupPendingChanges', userGroupPendingChanges_userIdsToRemove - The list of user IDs to remove.
userGroupPendingChanges_userIdsToAdd :: Lens' UserGroupPendingChanges (Maybe [Text]) Source #
The list of user IDs to add.
userGroupPendingChanges_userIdsToRemove :: Lens' UserGroupPendingChanges (Maybe [Text]) Source #
The list of user IDs to remove.