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.Types.IdentityUsage

Description

 
Synopsis

Documentation

data IdentityUsage Source #

Usage information for the identity.

See: newIdentityUsage smart constructor.

Constructors

IdentityUsage' 

Fields

Instances

Instances details
Eq IdentityUsage Source # 
Instance details

Defined in Amazonka.CognitoSync.Types.IdentityUsage

Read IdentityUsage Source # 
Instance details

Defined in Amazonka.CognitoSync.Types.IdentityUsage

Show IdentityUsage Source # 
Instance details

Defined in Amazonka.CognitoSync.Types.IdentityUsage

Generic IdentityUsage Source # 
Instance details

Defined in Amazonka.CognitoSync.Types.IdentityUsage

Associated Types

type Rep IdentityUsage :: Type -> Type #

NFData IdentityUsage Source # 
Instance details

Defined in Amazonka.CognitoSync.Types.IdentityUsage

Methods

rnf :: IdentityUsage -> () #

Hashable IdentityUsage Source # 
Instance details

Defined in Amazonka.CognitoSync.Types.IdentityUsage

FromJSON IdentityUsage Source # 
Instance details

Defined in Amazonka.CognitoSync.Types.IdentityUsage

type Rep IdentityUsage Source # 
Instance details

Defined in Amazonka.CognitoSync.Types.IdentityUsage

type Rep IdentityUsage = D1 ('MetaData "IdentityUsage" "Amazonka.CognitoSync.Types.IdentityUsage" "libZSservicesZSamazonka-cognito-syncZSamazonka-cognito-sync" 'False) (C1 ('MetaCons "IdentityUsage'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "lastModifiedDate") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "identityPoolId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "datasetCount") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: (S1 ('MetaSel ('Just "dataStorage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Integer)) :*: S1 ('MetaSel ('Just "identityId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))))

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:lastModifiedDate:IdentityUsage', identityUsage_lastModifiedDate - Date on which the identity was last modified.

$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:datasetCount:IdentityUsage', identityUsage_datasetCount - Number of datasets for the identity.

$sel:dataStorage:IdentityUsage', identityUsage_dataStorage - Total data storage for this 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.

identityUsage_lastModifiedDate :: Lens' IdentityUsage (Maybe UTCTime) Source #

Date on which the identity was last modified.

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_datasetCount :: Lens' IdentityUsage (Maybe Int) Source #

Number of datasets for the identity.

identityUsage_dataStorage :: Lens' IdentityUsage (Maybe Integer) Source #

Total data storage for this 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.