amazonka-elasticache-2.0: Amazon ElastiCache SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.ElastiCache.Types.UserGroupPendingChanges

Description

 
Synopsis

Documentation

data UserGroupPendingChanges Source #

Returns the updates being applied to the user group.

See: newUserGroupPendingChanges smart constructor.

Constructors

UserGroupPendingChanges' 

Fields

Instances

Instances details
FromXML UserGroupPendingChanges Source # 
Instance details

Defined in Amazonka.ElastiCache.Types.UserGroupPendingChanges

Generic UserGroupPendingChanges Source # 
Instance details

Defined in Amazonka.ElastiCache.Types.UserGroupPendingChanges

Associated Types

type Rep UserGroupPendingChanges :: Type -> Type #

Read UserGroupPendingChanges Source # 
Instance details

Defined in Amazonka.ElastiCache.Types.UserGroupPendingChanges

Show UserGroupPendingChanges Source # 
Instance details

Defined in Amazonka.ElastiCache.Types.UserGroupPendingChanges

NFData UserGroupPendingChanges Source # 
Instance details

Defined in Amazonka.ElastiCache.Types.UserGroupPendingChanges

Methods

rnf :: UserGroupPendingChanges -> () #

Eq UserGroupPendingChanges Source # 
Instance details

Defined in Amazonka.ElastiCache.Types.UserGroupPendingChanges

Hashable UserGroupPendingChanges Source # 
Instance details

Defined in Amazonka.ElastiCache.Types.UserGroupPendingChanges

type Rep UserGroupPendingChanges Source # 
Instance details

Defined in Amazonka.ElastiCache.Types.UserGroupPendingChanges

type Rep UserGroupPendingChanges = D1 ('MetaData "UserGroupPendingChanges" "Amazonka.ElastiCache.Types.UserGroupPendingChanges" "amazonka-elasticache-2.0-DTWyHgx8JwY7IlNovngF22" 'False) (C1 ('MetaCons "UserGroupPendingChanges'" 'PrefixI 'True) (S1 ('MetaSel ('Just "userIdsToAdd") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 ('MetaSel ('Just "userIdsToRemove") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text]))))

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.