Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
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.
UserGroupPendingChanges' | |
|
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.