amazonka-iam-1.6.1: Amazon Identity and Access Management SDK.

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

Network.AWS.IAM.RemoveUserFromGroup

Contents

Description

Removes the specified user from the specified group.

Synopsis

Creating a Request

removeUserFromGroup Source #

Creates a value of RemoveUserFromGroup with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

  • rufgGroupName - The name of the group to update. This parameter allows (per its regex pattern ) a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: _+=,.@-
  • rufgUserName - The name of the user to remove. This parameter allows (per its regex pattern ) a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: _+=,.@-

data RemoveUserFromGroup Source #

See: removeUserFromGroup smart constructor.

Instances
Eq RemoveUserFromGroup Source # 
Instance details

Defined in Network.AWS.IAM.RemoveUserFromGroup

Data RemoveUserFromGroup Source # 
Instance details

Defined in Network.AWS.IAM.RemoveUserFromGroup

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> RemoveUserFromGroup -> c RemoveUserFromGroup #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c RemoveUserFromGroup #

toConstr :: RemoveUserFromGroup -> Constr #

dataTypeOf :: RemoveUserFromGroup -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c RemoveUserFromGroup) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c RemoveUserFromGroup) #

gmapT :: (forall b. Data b => b -> b) -> RemoveUserFromGroup -> RemoveUserFromGroup #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> RemoveUserFromGroup -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> RemoveUserFromGroup -> r #

gmapQ :: (forall d. Data d => d -> u) -> RemoveUserFromGroup -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> RemoveUserFromGroup -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> RemoveUserFromGroup -> m RemoveUserFromGroup #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> RemoveUserFromGroup -> m RemoveUserFromGroup #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> RemoveUserFromGroup -> m RemoveUserFromGroup #

Read RemoveUserFromGroup Source # 
Instance details

Defined in Network.AWS.IAM.RemoveUserFromGroup

Show RemoveUserFromGroup Source # 
Instance details

Defined in Network.AWS.IAM.RemoveUserFromGroup

Generic RemoveUserFromGroup Source # 
Instance details

Defined in Network.AWS.IAM.RemoveUserFromGroup

Associated Types

type Rep RemoveUserFromGroup :: Type -> Type #

Hashable RemoveUserFromGroup Source # 
Instance details

Defined in Network.AWS.IAM.RemoveUserFromGroup

AWSRequest RemoveUserFromGroup Source # 
Instance details

Defined in Network.AWS.IAM.RemoveUserFromGroup

Associated Types

type Rs RemoveUserFromGroup :: Type #

ToHeaders RemoveUserFromGroup Source # 
Instance details

Defined in Network.AWS.IAM.RemoveUserFromGroup

ToPath RemoveUserFromGroup Source # 
Instance details

Defined in Network.AWS.IAM.RemoveUserFromGroup

ToQuery RemoveUserFromGroup Source # 
Instance details

Defined in Network.AWS.IAM.RemoveUserFromGroup

NFData RemoveUserFromGroup Source # 
Instance details

Defined in Network.AWS.IAM.RemoveUserFromGroup

Methods

rnf :: RemoveUserFromGroup -> () #

type Rep RemoveUserFromGroup Source # 
Instance details

Defined in Network.AWS.IAM.RemoveUserFromGroup

type Rep RemoveUserFromGroup = D1 (MetaData "RemoveUserFromGroup" "Network.AWS.IAM.RemoveUserFromGroup" "amazonka-iam-1.6.1-BDjAp2BAcQu3GSS4Bsr6zu" False) (C1 (MetaCons "RemoveUserFromGroup'" PrefixI True) (S1 (MetaSel (Just "_rufgGroupName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text) :*: S1 (MetaSel (Just "_rufgUserName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)))
type Rs RemoveUserFromGroup Source # 
Instance details

Defined in Network.AWS.IAM.RemoveUserFromGroup

Request Lenses

rufgGroupName :: Lens' RemoveUserFromGroup Text Source #

The name of the group to update. This parameter allows (per its regex pattern ) a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: _+=,.@-

rufgUserName :: Lens' RemoveUserFromGroup Text Source #

The name of the user to remove. This parameter allows (per its regex pattern ) a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: _+=,.@-

Destructuring the Response

removeUserFromGroupResponse :: RemoveUserFromGroupResponse Source #

Creates a value of RemoveUserFromGroupResponse with the minimum fields required to make a request.

data RemoveUserFromGroupResponse Source #

See: removeUserFromGroupResponse smart constructor.

Instances
Eq RemoveUserFromGroupResponse Source # 
Instance details

Defined in Network.AWS.IAM.RemoveUserFromGroup

Data RemoveUserFromGroupResponse Source # 
Instance details

Defined in Network.AWS.IAM.RemoveUserFromGroup

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> RemoveUserFromGroupResponse -> c RemoveUserFromGroupResponse #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c RemoveUserFromGroupResponse #

toConstr :: RemoveUserFromGroupResponse -> Constr #

dataTypeOf :: RemoveUserFromGroupResponse -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c RemoveUserFromGroupResponse) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c RemoveUserFromGroupResponse) #

gmapT :: (forall b. Data b => b -> b) -> RemoveUserFromGroupResponse -> RemoveUserFromGroupResponse #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> RemoveUserFromGroupResponse -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> RemoveUserFromGroupResponse -> r #

gmapQ :: (forall d. Data d => d -> u) -> RemoveUserFromGroupResponse -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> RemoveUserFromGroupResponse -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> RemoveUserFromGroupResponse -> m RemoveUserFromGroupResponse #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> RemoveUserFromGroupResponse -> m RemoveUserFromGroupResponse #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> RemoveUserFromGroupResponse -> m RemoveUserFromGroupResponse #

Read RemoveUserFromGroupResponse Source # 
Instance details

Defined in Network.AWS.IAM.RemoveUserFromGroup

Show RemoveUserFromGroupResponse Source # 
Instance details

Defined in Network.AWS.IAM.RemoveUserFromGroup

Generic RemoveUserFromGroupResponse Source # 
Instance details

Defined in Network.AWS.IAM.RemoveUserFromGroup

Associated Types

type Rep RemoveUserFromGroupResponse :: Type -> Type #

NFData RemoveUserFromGroupResponse Source # 
Instance details

Defined in Network.AWS.IAM.RemoveUserFromGroup

type Rep RemoveUserFromGroupResponse Source # 
Instance details

Defined in Network.AWS.IAM.RemoveUserFromGroup

type Rep RemoveUserFromGroupResponse = D1 (MetaData "RemoveUserFromGroupResponse" "Network.AWS.IAM.RemoveUserFromGroup" "amazonka-iam-1.6.1-BDjAp2BAcQu3GSS4Bsr6zu" False) (C1 (MetaCons "RemoveUserFromGroupResponse'" PrefixI False) (U1 :: Type -> Type))