| 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.MQ.Types.UserPendingChanges
Description
Synopsis
- data UserPendingChanges = UserPendingChanges' {
- consoleAccess :: Maybe Bool
- groups :: Maybe [Text]
- pendingChange :: ChangeType
- newUserPendingChanges :: ChangeType -> UserPendingChanges
- userPendingChanges_consoleAccess :: Lens' UserPendingChanges (Maybe Bool)
- userPendingChanges_groups :: Lens' UserPendingChanges (Maybe [Text])
- 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.
Constructors
| UserPendingChanges' | |
Fields
| |
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:consoleAccess:UserPendingChanges', userPendingChanges_consoleAccess - Enables access to the the ActiveMQ Web Console for the ActiveMQ user.
$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:pendingChange:UserPendingChanges', userPendingChanges_pendingChange - Required. The type of change pending for the ActiveMQ user.
userPendingChanges_consoleAccess :: Lens' UserPendingChanges (Maybe Bool) Source #
Enables access to the the ActiveMQ Web Console 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_pendingChange :: Lens' UserPendingChanges ChangeType Source #
Required. The type of change pending for the ActiveMQ user.