amazonka-cognito-sync-1.6.0: Amazon Cognito Sync 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.CognitoSync.DescribeIdentityPoolUsage

Contents

Description

Gets usage details (for example, data storage) about a particular identity pool.

This API can only be called with developer credentials. You cannot call this API with the temporary user credentials provided by Cognito Identity.

Synopsis

Creating a Request

describeIdentityPoolUsage Source #

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

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

  • dipuIdentityPoolId - A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. GUID generation is unique within a region.

data DescribeIdentityPoolUsage Source #

A request for usage information about the identity pool.

See: describeIdentityPoolUsage smart constructor.

Instances

Eq DescribeIdentityPoolUsage Source # 
Data DescribeIdentityPoolUsage Source # 

Methods

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

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

toConstr :: DescribeIdentityPoolUsage -> Constr #

dataTypeOf :: DescribeIdentityPoolUsage -> DataType #

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

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

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

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

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

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

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

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

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

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

Read DescribeIdentityPoolUsage Source # 
Show DescribeIdentityPoolUsage Source # 
Generic DescribeIdentityPoolUsage Source # 
Hashable DescribeIdentityPoolUsage Source # 
NFData DescribeIdentityPoolUsage Source # 
AWSRequest DescribeIdentityPoolUsage Source # 
ToHeaders DescribeIdentityPoolUsage Source # 
ToPath DescribeIdentityPoolUsage Source # 
ToQuery DescribeIdentityPoolUsage Source # 
type Rep DescribeIdentityPoolUsage Source # 
type Rep DescribeIdentityPoolUsage = D1 * (MetaData "DescribeIdentityPoolUsage" "Network.AWS.CognitoSync.DescribeIdentityPoolUsage" "amazonka-cognito-sync-1.6.0-4ZDIfAcLSDvASU5l7zxfWR" True) (C1 * (MetaCons "DescribeIdentityPoolUsage'" PrefixI True) (S1 * (MetaSel (Just Symbol "_dipuIdentityPoolId") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 * Text)))
type Rs DescribeIdentityPoolUsage Source # 

Request Lenses

dipuIdentityPoolId :: Lens' DescribeIdentityPoolUsage Text Source #

A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. GUID generation is unique within a region.

Destructuring the Response

describeIdentityPoolUsageResponse Source #

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

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

data DescribeIdentityPoolUsageResponse Source #

Response to a successful DescribeIdentityPoolUsage request.

See: describeIdentityPoolUsageResponse smart constructor.

Instances

Eq DescribeIdentityPoolUsageResponse Source # 
Data DescribeIdentityPoolUsageResponse Source # 

Methods

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

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

toConstr :: DescribeIdentityPoolUsageResponse -> Constr #

dataTypeOf :: DescribeIdentityPoolUsageResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Read DescribeIdentityPoolUsageResponse Source # 
Show DescribeIdentityPoolUsageResponse Source # 
Generic DescribeIdentityPoolUsageResponse Source # 
NFData DescribeIdentityPoolUsageResponse Source # 
type Rep DescribeIdentityPoolUsageResponse Source # 
type Rep DescribeIdentityPoolUsageResponse = D1 * (MetaData "DescribeIdentityPoolUsageResponse" "Network.AWS.CognitoSync.DescribeIdentityPoolUsage" "amazonka-cognito-sync-1.6.0-4ZDIfAcLSDvASU5l7zxfWR" False) (C1 * (MetaCons "DescribeIdentityPoolUsageResponse'" PrefixI True) ((:*:) * (S1 * (MetaSel (Just Symbol "_dipursIdentityPoolUsage") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe IdentityPoolUsage))) (S1 * (MetaSel (Just Symbol "_dipursResponseStatus") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * Int))))

Response Lenses

dipursIdentityPoolUsage :: Lens' DescribeIdentityPoolUsageResponse (Maybe IdentityPoolUsage) Source #

Information about the usage of the identity pool.