libZSservicesZSamazonka-cognito-syncZSamazonka-cognito-sync
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.CognitoSync.DescribeIdentityPoolUsage

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

data DescribeIdentityPoolUsage Source #

A request for usage information about the identity pool.

See: newDescribeIdentityPoolUsage smart constructor.

Constructors

DescribeIdentityPoolUsage' 

Fields

  • identityPoolId :: Text

    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.

Instances

Instances details
Eq DescribeIdentityPoolUsage Source # 
Instance details

Defined in Amazonka.CognitoSync.DescribeIdentityPoolUsage

Read DescribeIdentityPoolUsage Source # 
Instance details

Defined in Amazonka.CognitoSync.DescribeIdentityPoolUsage

Show DescribeIdentityPoolUsage Source # 
Instance details

Defined in Amazonka.CognitoSync.DescribeIdentityPoolUsage

Generic DescribeIdentityPoolUsage Source # 
Instance details

Defined in Amazonka.CognitoSync.DescribeIdentityPoolUsage

Associated Types

type Rep DescribeIdentityPoolUsage :: Type -> Type #

NFData DescribeIdentityPoolUsage Source # 
Instance details

Defined in Amazonka.CognitoSync.DescribeIdentityPoolUsage

Hashable DescribeIdentityPoolUsage Source # 
Instance details

Defined in Amazonka.CognitoSync.DescribeIdentityPoolUsage

AWSRequest DescribeIdentityPoolUsage Source # 
Instance details

Defined in Amazonka.CognitoSync.DescribeIdentityPoolUsage

ToHeaders DescribeIdentityPoolUsage Source # 
Instance details

Defined in Amazonka.CognitoSync.DescribeIdentityPoolUsage

ToPath DescribeIdentityPoolUsage Source # 
Instance details

Defined in Amazonka.CognitoSync.DescribeIdentityPoolUsage

ToQuery DescribeIdentityPoolUsage Source # 
Instance details

Defined in Amazonka.CognitoSync.DescribeIdentityPoolUsage

type Rep DescribeIdentityPoolUsage Source # 
Instance details

Defined in Amazonka.CognitoSync.DescribeIdentityPoolUsage

type Rep DescribeIdentityPoolUsage = D1 ('MetaData "DescribeIdentityPoolUsage" "Amazonka.CognitoSync.DescribeIdentityPoolUsage" "libZSservicesZSamazonka-cognito-syncZSamazonka-cognito-sync" 'False) (C1 ('MetaCons "DescribeIdentityPoolUsage'" 'PrefixI 'True) (S1 ('MetaSel ('Just "identityPoolId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse DescribeIdentityPoolUsage Source # 
Instance details

Defined in Amazonka.CognitoSync.DescribeIdentityPoolUsage

newDescribeIdentityPoolUsage Source #

Create a value of DescribeIdentityPoolUsage with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:identityPoolId:DescribeIdentityPoolUsage', describeIdentityPoolUsage_identityPoolId - 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.

Request Lenses

describeIdentityPoolUsage_identityPoolId :: 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

data DescribeIdentityPoolUsageResponse Source #

Response to a successful DescribeIdentityPoolUsage request.

See: newDescribeIdentityPoolUsageResponse smart constructor.

Constructors

DescribeIdentityPoolUsageResponse' 

Fields

Instances

Instances details
Eq DescribeIdentityPoolUsageResponse Source # 
Instance details

Defined in Amazonka.CognitoSync.DescribeIdentityPoolUsage

Read DescribeIdentityPoolUsageResponse Source # 
Instance details

Defined in Amazonka.CognitoSync.DescribeIdentityPoolUsage

Show DescribeIdentityPoolUsageResponse Source # 
Instance details

Defined in Amazonka.CognitoSync.DescribeIdentityPoolUsage

Generic DescribeIdentityPoolUsageResponse Source # 
Instance details

Defined in Amazonka.CognitoSync.DescribeIdentityPoolUsage

Associated Types

type Rep DescribeIdentityPoolUsageResponse :: Type -> Type #

NFData DescribeIdentityPoolUsageResponse Source # 
Instance details

Defined in Amazonka.CognitoSync.DescribeIdentityPoolUsage

type Rep DescribeIdentityPoolUsageResponse Source # 
Instance details

Defined in Amazonka.CognitoSync.DescribeIdentityPoolUsage

type Rep DescribeIdentityPoolUsageResponse = D1 ('MetaData "DescribeIdentityPoolUsageResponse" "Amazonka.CognitoSync.DescribeIdentityPoolUsage" "libZSservicesZSamazonka-cognito-syncZSamazonka-cognito-sync" 'False) (C1 ('MetaCons "DescribeIdentityPoolUsageResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "identityPoolUsage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe IdentityPoolUsage)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newDescribeIdentityPoolUsageResponse Source #

Create a value of DescribeIdentityPoolUsageResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:identityPoolUsage:DescribeIdentityPoolUsageResponse', describeIdentityPoolUsageResponse_identityPoolUsage - Information about the usage of the identity pool.

$sel:httpStatus:DescribeIdentityPoolUsageResponse', describeIdentityPoolUsageResponse_httpStatus - The response's http status code.

Response Lenses