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 UserPendingChanges = UserPendingChanges' {
- groups :: Maybe [Text]
- consoleAccess :: Maybe Bool
- pendingChange :: ChangeType
- newUserPendingChanges :: ChangeType -> UserPendingChanges
- userPendingChanges_groups :: Lens' UserPendingChanges (Maybe [Text])
- userPendingChanges_consoleAccess :: Lens' UserPendingChanges (Maybe Bool)
- userPendingChanges_pendingChange :: Lens' UserPendingChanges ChangeType
Documentation
data UserPendingChanges Source #
Returns information about the status of the changes pending for the ActiveMQ user.
See: newUserPendingChanges
smart constructor.
UserPendingChanges' | |
|
Instances
newUserPendingChanges Source #
Create a value of UserPendingChanges
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:groups:UserPendingChanges'
, userPendingChanges_groups
- The list of groups (20 maximum) to which the ActiveMQ user belongs. This
value can contain only alphanumeric characters, dashes, periods,
underscores, and tildes (- . _ ~). This value must be 2-100 characters
long.
$sel:consoleAccess:UserPendingChanges'
, userPendingChanges_consoleAccess
- Enables access to the the ActiveMQ Web Console for the ActiveMQ user.
$sel:pendingChange:UserPendingChanges'
, userPendingChanges_pendingChange
- Required. The type of change pending for the ActiveMQ user.
userPendingChanges_groups :: Lens' UserPendingChanges (Maybe [Text]) Source #
The list of groups (20 maximum) to which the ActiveMQ user belongs. This value can contain only alphanumeric characters, dashes, periods, underscores, and tildes (- . _ ~). This value must be 2-100 characters long.
userPendingChanges_consoleAccess :: Lens' UserPendingChanges (Maybe Bool) Source #
Enables access to the the ActiveMQ Web Console for the ActiveMQ user.
userPendingChanges_pendingChange :: Lens' UserPendingChanges ChangeType Source #
Required. The type of change pending for the ActiveMQ user.