libZSservicesZSamazonka-customer-profilesZSamazonka-customer-profiles
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.CustomerProfiles.Types.DomainStats

Description

 
Synopsis

Documentation

data DomainStats Source #

Usage-specific statistics about the domain.

See: newDomainStats smart constructor.

Constructors

DomainStats' 

Fields

  • meteringProfileCount :: Maybe Integer

    The number of profiles that you are currently paying for in the domain. If you have more than 100 objects associated with a single profile, that profile counts as two profiles. If you have more than 200 objects, that profile counts as three, and so on.

  • totalSize :: Maybe Integer

    The total size, in bytes, of all objects in the domain.

  • profileCount :: Maybe Integer

    The total number of profiles currently in the domain.

  • objectCount :: Maybe Integer

    The total number of objects in domain.

Instances

Instances details
Eq DomainStats Source # 
Instance details

Defined in Amazonka.CustomerProfiles.Types.DomainStats

Read DomainStats Source # 
Instance details

Defined in Amazonka.CustomerProfiles.Types.DomainStats

Show DomainStats Source # 
Instance details

Defined in Amazonka.CustomerProfiles.Types.DomainStats

Generic DomainStats Source # 
Instance details

Defined in Amazonka.CustomerProfiles.Types.DomainStats

Associated Types

type Rep DomainStats :: Type -> Type #

NFData DomainStats Source # 
Instance details

Defined in Amazonka.CustomerProfiles.Types.DomainStats

Methods

rnf :: DomainStats -> () #

Hashable DomainStats Source # 
Instance details

Defined in Amazonka.CustomerProfiles.Types.DomainStats

FromJSON DomainStats Source # 
Instance details

Defined in Amazonka.CustomerProfiles.Types.DomainStats

type Rep DomainStats Source # 
Instance details

Defined in Amazonka.CustomerProfiles.Types.DomainStats

type Rep DomainStats = D1 ('MetaData "DomainStats" "Amazonka.CustomerProfiles.Types.DomainStats" "libZSservicesZSamazonka-customer-profilesZSamazonka-customer-profiles" 'False) (C1 ('MetaCons "DomainStats'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "meteringProfileCount") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Integer)) :*: S1 ('MetaSel ('Just "totalSize") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Integer))) :*: (S1 ('MetaSel ('Just "profileCount") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Integer)) :*: S1 ('MetaSel ('Just "objectCount") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Integer)))))

newDomainStats :: DomainStats Source #

Create a value of DomainStats 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:meteringProfileCount:DomainStats', domainStats_meteringProfileCount - The number of profiles that you are currently paying for in the domain. If you have more than 100 objects associated with a single profile, that profile counts as two profiles. If you have more than 200 objects, that profile counts as three, and so on.

$sel:totalSize:DomainStats', domainStats_totalSize - The total size, in bytes, of all objects in the domain.

$sel:profileCount:DomainStats', domainStats_profileCount - The total number of profiles currently in the domain.

$sel:objectCount:DomainStats', domainStats_objectCount - The total number of objects in domain.

domainStats_meteringProfileCount :: Lens' DomainStats (Maybe Integer) Source #

The number of profiles that you are currently paying for in the domain. If you have more than 100 objects associated with a single profile, that profile counts as two profiles. If you have more than 200 objects, that profile counts as three, and so on.

domainStats_totalSize :: Lens' DomainStats (Maybe Integer) Source #

The total size, in bytes, of all objects in the domain.

domainStats_profileCount :: Lens' DomainStats (Maybe Integer) Source #

The total number of profiles currently in the domain.

domainStats_objectCount :: Lens' DomainStats (Maybe Integer) Source #

The total number of objects in domain.