amazonka-cognito-identity-1.4.2: Amazon Cognito Identity SDK.

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

Network.AWS.CognitoIdentity.UpdateIdentityPool

Contents

Description

Updates a user pool.

You must use AWS Developer credentials to call this API.

Synopsis

Creating a Request

data UpdateIdentityPool Source #

An object representing a Cognito identity pool.

See: updateIdentityPool smart constructor.

Instances

Eq UpdateIdentityPool Source # 
Data UpdateIdentityPool Source # 

Methods

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

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

toConstr :: UpdateIdentityPool -> Constr #

dataTypeOf :: UpdateIdentityPool -> DataType #

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

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

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

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

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

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

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

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

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

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

Read UpdateIdentityPool Source # 
Show UpdateIdentityPool Source # 
Generic UpdateIdentityPool Source # 
ToJSON UpdateIdentityPool Source # 
Hashable UpdateIdentityPool Source # 
NFData UpdateIdentityPool Source # 

Methods

rnf :: UpdateIdentityPool -> () #

AWSRequest UpdateIdentityPool Source # 
ToPath UpdateIdentityPool Source # 
ToHeaders UpdateIdentityPool Source # 
ToQuery UpdateIdentityPool Source # 
type Rep UpdateIdentityPool Source # 
type Rep UpdateIdentityPool = D1 (MetaData "UpdateIdentityPool" "Network.AWS.CognitoIdentity.UpdateIdentityPool" "amazonka-cognito-identity-1.4.2-1l2swQqkpUS3BWLajeb9rI" False) (C1 (MetaCons "UpdateIdentityPool'" PrefixI True) ((:*:) ((:*:) (S1 (MetaSel (Just Symbol "_uipSupportedLoginProviders") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Map Text Text)))) ((:*:) (S1 (MetaSel (Just Symbol "_uipDeveloperProviderName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) (S1 (MetaSel (Just Symbol "_uipOpenIdConnectProviderARNs") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [Text]))))) ((:*:) ((:*:) (S1 (MetaSel (Just Symbol "_uipCognitoIdentityProviders") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [CognitoIdentityProvider]))) (S1 (MetaSel (Just Symbol "_uipIdentityPoolId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text))) ((:*:) (S1 (MetaSel (Just Symbol "_uipIdentityPoolName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)) (S1 (MetaSel (Just Symbol "_uipAllowUnauthenticatedIdentities") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Bool))))))
type Rs UpdateIdentityPool Source # 

Request Lenses

uipSupportedLoginProviders :: Lens' UpdateIdentityPool (HashMap Text Text) Source #

Optional key:value pairs mapping provider names to provider app IDs.

uipDeveloperProviderName :: Lens' UpdateIdentityPool (Maybe Text) Source #

The "domain" by which Cognito will refer to your users.

uipOpenIdConnectProviderARNs :: Lens' UpdateIdentityPool [Text] Source #

A list of OpendID Connect provider ARNs.

uipCognitoIdentityProviders :: Lens' UpdateIdentityPool [CognitoIdentityProvider] Source #

A list representing a Cognito User Identity Pool and its client ID.

uipIdentityPoolId :: Lens' UpdateIdentityPool Text Source #

An identity pool ID in the format REGION:GUID.

uipAllowUnauthenticatedIdentities :: Lens' UpdateIdentityPool Bool Source #

TRUE if the identity pool supports unauthenticated logins.

Destructuring the Response

data IdentityPool Source #

An object representing a Cognito identity pool.

See: identityPool smart constructor.

Instances

Eq IdentityPool Source # 
Data IdentityPool Source # 

Methods

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

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

toConstr :: IdentityPool -> Constr #

dataTypeOf :: IdentityPool -> DataType #

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

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

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

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

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

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

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

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

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

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

Read IdentityPool Source # 
Show IdentityPool Source # 
Generic IdentityPool Source # 

Associated Types

type Rep IdentityPool :: * -> * #

ToJSON IdentityPool Source # 
FromJSON IdentityPool Source # 
Hashable IdentityPool Source # 
NFData IdentityPool Source # 

Methods

rnf :: IdentityPool -> () #

type Rep IdentityPool Source # 
type Rep IdentityPool = D1 (MetaData "IdentityPool" "Network.AWS.CognitoIdentity.Types.Product" "amazonka-cognito-identity-1.4.2-1l2swQqkpUS3BWLajeb9rI" False) (C1 (MetaCons "IdentityPool'" PrefixI True) ((:*:) ((:*:) (S1 (MetaSel (Just Symbol "_ipSupportedLoginProviders") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Map Text Text)))) ((:*:) (S1 (MetaSel (Just Symbol "_ipDeveloperProviderName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) (S1 (MetaSel (Just Symbol "_ipOpenIdConnectProviderARNs") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [Text]))))) ((:*:) ((:*:) (S1 (MetaSel (Just Symbol "_ipCognitoIdentityProviders") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [CognitoIdentityProvider]))) (S1 (MetaSel (Just Symbol "_ipIdentityPoolId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text))) ((:*:) (S1 (MetaSel (Just Symbol "_ipIdentityPoolName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)) (S1 (MetaSel (Just Symbol "_ipAllowUnauthenticatedIdentities") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Bool))))))

Response Lenses

ipSupportedLoginProviders :: Lens' IdentityPool (HashMap Text Text) Source #

Optional key:value pairs mapping provider names to provider app IDs.

ipDeveloperProviderName :: Lens' IdentityPool (Maybe Text) Source #

The "domain" by which Cognito will refer to your users.

ipOpenIdConnectProviderARNs :: Lens' IdentityPool [Text] Source #

A list of OpendID Connect provider ARNs.

ipCognitoIdentityProviders :: Lens' IdentityPool [CognitoIdentityProvider] Source #

A list representing a Cognito User Identity Pool and its client ID.

ipIdentityPoolId :: Lens' IdentityPool Text Source #

An identity pool ID in the format REGION:GUID.

ipIdentityPoolName :: Lens' IdentityPool Text Source #

A string that you provide.

ipAllowUnauthenticatedIdentities :: Lens' IdentityPool Bool Source #

TRUE if the identity pool supports unauthenticated logins.