amazonka-identitystore-2.0: Amazon SSO Identity Store 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.IdentityStore.UpdateGroup

Description

For the specified group in the specified identity store, updates the group metadata and attributes.

Synopsis

Creating a Request

data UpdateGroup Source #

See: newUpdateGroup smart constructor.

Constructors

UpdateGroup' 

Fields

Instances

Instances details
ToJSON UpdateGroup Source # 
Instance details

Defined in Amazonka.IdentityStore.UpdateGroup

ToHeaders UpdateGroup Source # 
Instance details

Defined in Amazonka.IdentityStore.UpdateGroup

Methods

toHeaders :: UpdateGroup -> [Header] #

ToPath UpdateGroup Source # 
Instance details

Defined in Amazonka.IdentityStore.UpdateGroup

ToQuery UpdateGroup Source # 
Instance details

Defined in Amazonka.IdentityStore.UpdateGroup

AWSRequest UpdateGroup Source # 
Instance details

Defined in Amazonka.IdentityStore.UpdateGroup

Associated Types

type AWSResponse UpdateGroup #

Generic UpdateGroup Source # 
Instance details

Defined in Amazonka.IdentityStore.UpdateGroup

Associated Types

type Rep UpdateGroup :: Type -> Type #

Read UpdateGroup Source # 
Instance details

Defined in Amazonka.IdentityStore.UpdateGroup

Show UpdateGroup Source # 
Instance details

Defined in Amazonka.IdentityStore.UpdateGroup

NFData UpdateGroup Source # 
Instance details

Defined in Amazonka.IdentityStore.UpdateGroup

Methods

rnf :: UpdateGroup -> () #

Eq UpdateGroup Source # 
Instance details

Defined in Amazonka.IdentityStore.UpdateGroup

Hashable UpdateGroup Source # 
Instance details

Defined in Amazonka.IdentityStore.UpdateGroup

type AWSResponse UpdateGroup Source # 
Instance details

Defined in Amazonka.IdentityStore.UpdateGroup

type Rep UpdateGroup Source # 
Instance details

Defined in Amazonka.IdentityStore.UpdateGroup

type Rep UpdateGroup = D1 ('MetaData "UpdateGroup" "Amazonka.IdentityStore.UpdateGroup" "amazonka-identitystore-2.0-FD6RUaLi6gx9YE16ATGTMj" 'False) (C1 ('MetaCons "UpdateGroup'" 'PrefixI 'True) (S1 ('MetaSel ('Just "identityStoreId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "groupId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "operations") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (NonEmpty AttributeOperation)))))

newUpdateGroup Source #

Create a value of UpdateGroup 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:

UpdateGroup, updateGroup_identityStoreId - The globally unique identifier for the identity store.

UpdateGroup, updateGroup_groupId - The identifier for a group in the identity store.

$sel:operations:UpdateGroup', updateGroup_operations - A list of AttributeOperation objects to apply to the requested group. These operations might add, replace, or remove an attribute.

Request Lenses

updateGroup_identityStoreId :: Lens' UpdateGroup Text Source #

The globally unique identifier for the identity store.

updateGroup_groupId :: Lens' UpdateGroup Text Source #

The identifier for a group in the identity store.

updateGroup_operations :: Lens' UpdateGroup (NonEmpty AttributeOperation) Source #

A list of AttributeOperation objects to apply to the requested group. These operations might add, replace, or remove an attribute.

Destructuring the Response

data UpdateGroupResponse Source #

See: newUpdateGroupResponse smart constructor.

Constructors

UpdateGroupResponse' 

Fields

Instances

Instances details
Generic UpdateGroupResponse Source # 
Instance details

Defined in Amazonka.IdentityStore.UpdateGroup

Associated Types

type Rep UpdateGroupResponse :: Type -> Type #

Read UpdateGroupResponse Source # 
Instance details

Defined in Amazonka.IdentityStore.UpdateGroup

Show UpdateGroupResponse Source # 
Instance details

Defined in Amazonka.IdentityStore.UpdateGroup

NFData UpdateGroupResponse Source # 
Instance details

Defined in Amazonka.IdentityStore.UpdateGroup

Methods

rnf :: UpdateGroupResponse -> () #

Eq UpdateGroupResponse Source # 
Instance details

Defined in Amazonka.IdentityStore.UpdateGroup

type Rep UpdateGroupResponse Source # 
Instance details

Defined in Amazonka.IdentityStore.UpdateGroup

type Rep UpdateGroupResponse = D1 ('MetaData "UpdateGroupResponse" "Amazonka.IdentityStore.UpdateGroup" "amazonka-identitystore-2.0-FD6RUaLi6gx9YE16ATGTMj" 'False) (C1 ('MetaCons "UpdateGroupResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newUpdateGroupResponse Source #

Create a value of UpdateGroupResponse 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:httpStatus:UpdateGroupResponse', updateGroupResponse_httpStatus - The response's http status code.

Response Lenses