amazonka-cognito-identity-1.4.3: 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.DescribeIdentityPool

Contents

Description

Gets details about a particular identity pool, including the pool name, ID description, creation date, and current number of users.

You must use AWS Developer credentials to call this API.

Synopsis

Creating a Request

describeIdentityPool Source #

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

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

data DescribeIdentityPool Source #

Input to the DescribeIdentityPool action.

See: describeIdentityPool smart constructor.

Instances

Eq DescribeIdentityPool Source # 
Data DescribeIdentityPool Source # 

Methods

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

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

toConstr :: DescribeIdentityPool -> Constr #

dataTypeOf :: DescribeIdentityPool -> DataType #

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

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

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

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

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

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

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

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

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

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

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

Methods

rnf :: DescribeIdentityPool -> () #

AWSRequest DescribeIdentityPool Source # 
ToQuery DescribeIdentityPool Source # 
ToPath DescribeIdentityPool Source # 
ToHeaders DescribeIdentityPool Source # 
type Rep DescribeIdentityPool Source # 
type Rep DescribeIdentityPool = D1 (MetaData "DescribeIdentityPool" "Network.AWS.CognitoIdentity.DescribeIdentityPool" "amazonka-cognito-identity-1.4.3-EUwhJeFWNF240FmChzIWwA" True) (C1 (MetaCons "DescribeIdentityPool'" PrefixI True) (S1 (MetaSel (Just Symbol "_dipIdentityPoolId") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Text)))
type Rs DescribeIdentityPool Source # 

Request Lenses

dipIdentityPoolId :: Lens' DescribeIdentityPool Text Source #

An identity pool ID in the format REGION:GUID.

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 :: * -> * #

Hashable IdentityPool Source # 
ToJSON IdentityPool Source # 
FromJSON 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.3-EUwhJeFWNF240FmChzIWwA" 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.