amazonka-cognito-identity-1.6.1: Amazon Cognito Identity 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.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 # 
Instance details

Defined in Network.AWS.CognitoIdentity.DescribeIdentityPool

Data DescribeIdentityPool Source # 
Instance details

Defined in Network.AWS.CognitoIdentity.DescribeIdentityPool

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 # 
Instance details

Defined in Network.AWS.CognitoIdentity.DescribeIdentityPool

Show DescribeIdentityPool Source # 
Instance details

Defined in Network.AWS.CognitoIdentity.DescribeIdentityPool

Generic DescribeIdentityPool Source # 
Instance details

Defined in Network.AWS.CognitoIdentity.DescribeIdentityPool

Associated Types

type Rep DescribeIdentityPool :: Type -> Type #

Hashable DescribeIdentityPool Source # 
Instance details

Defined in Network.AWS.CognitoIdentity.DescribeIdentityPool

ToJSON DescribeIdentityPool Source # 
Instance details

Defined in Network.AWS.CognitoIdentity.DescribeIdentityPool

AWSRequest DescribeIdentityPool Source # 
Instance details

Defined in Network.AWS.CognitoIdentity.DescribeIdentityPool

Associated Types

type Rs DescribeIdentityPool :: Type #

ToHeaders DescribeIdentityPool Source # 
Instance details

Defined in Network.AWS.CognitoIdentity.DescribeIdentityPool

ToPath DescribeIdentityPool Source # 
Instance details

Defined in Network.AWS.CognitoIdentity.DescribeIdentityPool

ToQuery DescribeIdentityPool Source # 
Instance details

Defined in Network.AWS.CognitoIdentity.DescribeIdentityPool

NFData DescribeIdentityPool Source # 
Instance details

Defined in Network.AWS.CognitoIdentity.DescribeIdentityPool

Methods

rnf :: DescribeIdentityPool -> () #

type Rep DescribeIdentityPool Source # 
Instance details

Defined in Network.AWS.CognitoIdentity.DescribeIdentityPool

type Rep DescribeIdentityPool = D1 (MetaData "DescribeIdentityPool" "Network.AWS.CognitoIdentity.DescribeIdentityPool" "amazonka-cognito-identity-1.6.1-JxIOswo68EQKpplMh7b7yR" True) (C1 (MetaCons "DescribeIdentityPool'" PrefixI True) (S1 (MetaSel (Just "_dipIdentityPoolId") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Text)))
type Rs DescribeIdentityPool Source # 
Instance details

Defined in Network.AWS.CognitoIdentity.DescribeIdentityPool

Request Lenses

dipIdentityPoolId :: Lens' DescribeIdentityPool Text Source #

An identity pool ID in the format REGION:GUID.

Destructuring the Response

identityPool Source #

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

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

data IdentityPool Source #

An object representing an Amazon Cognito identity pool.

See: identityPool smart constructor.

Instances
Eq IdentityPool Source # 
Instance details

Defined in Network.AWS.CognitoIdentity.Types.Product

Data IdentityPool Source # 
Instance details

Defined in Network.AWS.CognitoIdentity.Types.Product

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 # 
Instance details

Defined in Network.AWS.CognitoIdentity.Types.Product

Show IdentityPool Source # 
Instance details

Defined in Network.AWS.CognitoIdentity.Types.Product

Generic IdentityPool Source # 
Instance details

Defined in Network.AWS.CognitoIdentity.Types.Product

Associated Types

type Rep IdentityPool :: Type -> Type #

Hashable IdentityPool Source # 
Instance details

Defined in Network.AWS.CognitoIdentity.Types.Product

ToJSON IdentityPool Source # 
Instance details

Defined in Network.AWS.CognitoIdentity.Types.Product

FromJSON IdentityPool Source # 
Instance details

Defined in Network.AWS.CognitoIdentity.Types.Product

NFData IdentityPool Source # 
Instance details

Defined in Network.AWS.CognitoIdentity.Types.Product

Methods

rnf :: IdentityPool -> () #

type Rep IdentityPool Source # 
Instance details

Defined in Network.AWS.CognitoIdentity.Types.Product

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

Response Lenses

ipSamlProviderARNs :: Lens' IdentityPool [Text] Source #

An array of Amazon Resource Names (ARNs) of the SAML provider for your identity pool.

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 an Amazon Cognito Identity User 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.