Safe Haskell | None |
---|---|
Language | Haskell2010 |
Gets usage details (for example, data storage) about a particular identity pool.
http://docs.aws.amazon.com/cognitosync/latest/APIReference/API_DescribeIdentityPoolUsage.html
- data DescribeIdentityPoolUsage
- describeIdentityPoolUsage :: Text -> DescribeIdentityPoolUsage
- dipuIdentityPoolId :: Lens' DescribeIdentityPoolUsage Text
- data DescribeIdentityPoolUsageResponse
- describeIdentityPoolUsageResponse :: DescribeIdentityPoolUsageResponse
- dipurIdentityPoolUsage :: Lens' DescribeIdentityPoolUsageResponse (Maybe IdentityPoolUsage)
Request
data DescribeIdentityPoolUsage Source
Request constructor
describeIdentityPoolUsage Source
DescribeIdentityPoolUsage
constructor.
The fields accessible through corresponding lenses are:
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.
Response
Response constructor
describeIdentityPoolUsageResponse :: DescribeIdentityPoolUsageResponse Source
DescribeIdentityPoolUsageResponse
constructor.
The fields accessible through corresponding lenses are:
Response lenses
dipurIdentityPoolUsage :: Lens' DescribeIdentityPoolUsageResponse (Maybe IdentityPoolUsage) Source
Information about the usage of the identity pool.