| 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 |
Amazonka.CognitoSync.Types.IdentityPoolUsage
Description
Synopsis
- data IdentityPoolUsage = IdentityPoolUsage' {}
- newIdentityPoolUsage :: IdentityPoolUsage
- identityPoolUsage_dataStorage :: Lens' IdentityPoolUsage (Maybe Integer)
- identityPoolUsage_identityPoolId :: Lens' IdentityPoolUsage (Maybe Text)
- identityPoolUsage_lastModifiedDate :: Lens' IdentityPoolUsage (Maybe UTCTime)
- identityPoolUsage_syncSessionsCount :: Lens' IdentityPoolUsage (Maybe Integer)
Documentation
data IdentityPoolUsage Source #
Usage information for the identity pool.
See: newIdentityPoolUsage smart constructor.
Constructors
| IdentityPoolUsage' | |
Fields
| |
Instances
newIdentityPoolUsage :: IdentityPoolUsage Source #
Create a value of IdentityPoolUsage 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:IdentityPoolUsage', identityPoolUsage_dataStorage - Data storage information for the identity pool.
$sel:identityPoolId:IdentityPoolUsage', identityPoolUsage_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:IdentityPoolUsage', identityPoolUsage_lastModifiedDate - Date on which the identity pool was last modified.
$sel:syncSessionsCount:IdentityPoolUsage', identityPoolUsage_syncSessionsCount - Number of sync sessions for the identity pool.
identityPoolUsage_dataStorage :: Lens' IdentityPoolUsage (Maybe Integer) Source #
Data storage information for the identity pool.
identityPoolUsage_identityPoolId :: Lens' IdentityPoolUsage (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.
identityPoolUsage_lastModifiedDate :: Lens' IdentityPoolUsage (Maybe UTCTime) Source #
Date on which the identity pool was last modified.
identityPoolUsage_syncSessionsCount :: Lens' IdentityPoolUsage (Maybe Integer) Source #
Number of sync sessions for the identity pool.