amazonka-cognito-idp-1.6.1: Amazon Cognito Identity Provider 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.CognitoIdentityProvider.AdminAddUserToGroup

Contents

Description

Adds the specified user to the specified group.

Requires developer credentials.

Synopsis

Creating a Request

adminAddUserToGroup Source #

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

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

data AdminAddUserToGroup Source #

See: adminAddUserToGroup smart constructor.

Instances
Eq AdminAddUserToGroup Source # 
Instance details

Defined in Network.AWS.CognitoIdentityProvider.AdminAddUserToGroup

Data AdminAddUserToGroup Source # 
Instance details

Defined in Network.AWS.CognitoIdentityProvider.AdminAddUserToGroup

Methods

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

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

toConstr :: AdminAddUserToGroup -> Constr #

dataTypeOf :: AdminAddUserToGroup -> DataType #

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

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

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

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

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

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

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

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

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

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

Show AdminAddUserToGroup Source # 
Instance details

Defined in Network.AWS.CognitoIdentityProvider.AdminAddUserToGroup

Generic AdminAddUserToGroup Source # 
Instance details

Defined in Network.AWS.CognitoIdentityProvider.AdminAddUserToGroup

Associated Types

type Rep AdminAddUserToGroup :: Type -> Type #

Hashable AdminAddUserToGroup Source # 
Instance details

Defined in Network.AWS.CognitoIdentityProvider.AdminAddUserToGroup

ToJSON AdminAddUserToGroup Source # 
Instance details

Defined in Network.AWS.CognitoIdentityProvider.AdminAddUserToGroup

AWSRequest AdminAddUserToGroup Source # 
Instance details

Defined in Network.AWS.CognitoIdentityProvider.AdminAddUserToGroup

Associated Types

type Rs AdminAddUserToGroup :: Type #

ToHeaders AdminAddUserToGroup Source # 
Instance details

Defined in Network.AWS.CognitoIdentityProvider.AdminAddUserToGroup

ToPath AdminAddUserToGroup Source # 
Instance details

Defined in Network.AWS.CognitoIdentityProvider.AdminAddUserToGroup

ToQuery AdminAddUserToGroup Source # 
Instance details

Defined in Network.AWS.CognitoIdentityProvider.AdminAddUserToGroup

NFData AdminAddUserToGroup Source # 
Instance details

Defined in Network.AWS.CognitoIdentityProvider.AdminAddUserToGroup

Methods

rnf :: AdminAddUserToGroup -> () #

type Rep AdminAddUserToGroup Source # 
Instance details

Defined in Network.AWS.CognitoIdentityProvider.AdminAddUserToGroup

type Rep AdminAddUserToGroup = D1 (MetaData "AdminAddUserToGroup" "Network.AWS.CognitoIdentityProvider.AdminAddUserToGroup" "amazonka-cognito-idp-1.6.1-IATNKTGZSOc4TejpW4Ifw7" False) (C1 (MetaCons "AdminAddUserToGroup'" PrefixI True) (S1 (MetaSel (Just "_aautgUserPoolId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text) :*: (S1 (MetaSel (Just "_aautgUsername") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Sensitive Text)) :*: S1 (MetaSel (Just "_aautgGroupName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text))))
type Rs AdminAddUserToGroup Source # 
Instance details

Defined in Network.AWS.CognitoIdentityProvider.AdminAddUserToGroup

Request Lenses

aautgUserPoolId :: Lens' AdminAddUserToGroup Text Source #

The user pool ID for the user pool.

aautgUsername :: Lens' AdminAddUserToGroup Text Source #

The username for the user.

Destructuring the Response

adminAddUserToGroupResponse :: AdminAddUserToGroupResponse Source #

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

data AdminAddUserToGroupResponse Source #

See: adminAddUserToGroupResponse smart constructor.

Instances
Eq AdminAddUserToGroupResponse Source # 
Instance details

Defined in Network.AWS.CognitoIdentityProvider.AdminAddUserToGroup

Data AdminAddUserToGroupResponse Source # 
Instance details

Defined in Network.AWS.CognitoIdentityProvider.AdminAddUserToGroup

Methods

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

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

toConstr :: AdminAddUserToGroupResponse -> Constr #

dataTypeOf :: AdminAddUserToGroupResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Read AdminAddUserToGroupResponse Source # 
Instance details

Defined in Network.AWS.CognitoIdentityProvider.AdminAddUserToGroup

Show AdminAddUserToGroupResponse Source # 
Instance details

Defined in Network.AWS.CognitoIdentityProvider.AdminAddUserToGroup

Generic AdminAddUserToGroupResponse Source # 
Instance details

Defined in Network.AWS.CognitoIdentityProvider.AdminAddUserToGroup

Associated Types

type Rep AdminAddUserToGroupResponse :: Type -> Type #

NFData AdminAddUserToGroupResponse Source # 
Instance details

Defined in Network.AWS.CognitoIdentityProvider.AdminAddUserToGroup

type Rep AdminAddUserToGroupResponse Source # 
Instance details

Defined in Network.AWS.CognitoIdentityProvider.AdminAddUserToGroup

type Rep AdminAddUserToGroupResponse = D1 (MetaData "AdminAddUserToGroupResponse" "Network.AWS.CognitoIdentityProvider.AdminAddUserToGroup" "amazonka-cognito-idp-1.6.1-IATNKTGZSOc4TejpW4Ifw7" False) (C1 (MetaCons "AdminAddUserToGroupResponse'" PrefixI False) (U1 :: Type -> Type))