libZSservicesZSamazonka-elasticacheZSamazonka-elasticache
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

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
Eq UserGroupPendingChanges Source # 
Instance details

Defined in Amazonka.ElastiCache.Types.UserGroupPendingChanges

Read UserGroupPendingChanges Source # 
Instance details

Defined in Amazonka.ElastiCache.Types.UserGroupPendingChanges

Show 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 #

NFData UserGroupPendingChanges Source # 
Instance details

Defined in Amazonka.ElastiCache.Types.UserGroupPendingChanges

Methods

rnf :: UserGroupPendingChanges -> () #

Hashable UserGroupPendingChanges Source # 
Instance details

Defined in Amazonka.ElastiCache.Types.UserGroupPendingChanges

FromXML 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" "libZSservicesZSamazonka-elasticacheZSamazonka-elasticache" '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.