Copyright | (c) 2013-2023 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | Safe-Inferred |
Language | Haskell2010 |
Synopsis
- data IdentityUsage = IdentityUsage' {}
- newIdentityUsage :: IdentityUsage
- identityUsage_dataStorage :: Lens' IdentityUsage (Maybe Integer)
- identityUsage_datasetCount :: Lens' IdentityUsage (Maybe Int)
- identityUsage_identityId :: Lens' IdentityUsage (Maybe Text)
- identityUsage_identityPoolId :: Lens' IdentityUsage (Maybe Text)
- identityUsage_lastModifiedDate :: Lens' IdentityUsage (Maybe UTCTime)
Documentation
data IdentityUsage Source #
Usage information for the identity.
See: newIdentityUsage
smart constructor.
IdentityUsage' | |
|
Instances
newIdentityUsage :: IdentityUsage Source #
Create a value of IdentityUsage
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:dataStorage:IdentityUsage'
, identityUsage_dataStorage
- Total data storage for this identity.
$sel:datasetCount:IdentityUsage'
, identityUsage_datasetCount
- Number of datasets for the identity.
$sel:identityId:IdentityUsage'
, identityUsage_identityId
- 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.
$sel:identityPoolId:IdentityUsage'
, identityUsage_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.
$sel:lastModifiedDate:IdentityUsage'
, identityUsage_lastModifiedDate
- Date on which the identity was last modified.
identityUsage_dataStorage :: Lens' IdentityUsage (Maybe Integer) Source #
Total data storage for this identity.
identityUsage_datasetCount :: Lens' IdentityUsage (Maybe Int) Source #
Number of datasets for the identity.
identityUsage_identityId :: Lens' IdentityUsage (Maybe 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.
identityUsage_identityPoolId :: Lens' IdentityUsage (Maybe 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.
identityUsage_lastModifiedDate :: Lens' IdentityUsage (Maybe UTCTime) Source #
Date on which the identity was last modified.