libZSservicesZSamazonka-workdocsZSamazonka-workdocs
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.WorkDocs.Types.StorageRuleType

Description

 
Synopsis

Documentation

data StorageRuleType Source #

Describes the storage for a user.

See: newStorageRuleType smart constructor.

Constructors

StorageRuleType' 

Fields

Instances

Instances details
Eq StorageRuleType Source # 
Instance details

Defined in Amazonka.WorkDocs.Types.StorageRuleType

Read StorageRuleType Source # 
Instance details

Defined in Amazonka.WorkDocs.Types.StorageRuleType

Show StorageRuleType Source # 
Instance details

Defined in Amazonka.WorkDocs.Types.StorageRuleType

Generic StorageRuleType Source # 
Instance details

Defined in Amazonka.WorkDocs.Types.StorageRuleType

Associated Types

type Rep StorageRuleType :: Type -> Type #

NFData StorageRuleType Source # 
Instance details

Defined in Amazonka.WorkDocs.Types.StorageRuleType

Methods

rnf :: StorageRuleType -> () #

Hashable StorageRuleType Source # 
Instance details

Defined in Amazonka.WorkDocs.Types.StorageRuleType

ToJSON StorageRuleType Source # 
Instance details

Defined in Amazonka.WorkDocs.Types.StorageRuleType

FromJSON StorageRuleType Source # 
Instance details

Defined in Amazonka.WorkDocs.Types.StorageRuleType

type Rep StorageRuleType Source # 
Instance details

Defined in Amazonka.WorkDocs.Types.StorageRuleType

type Rep StorageRuleType = D1 ('MetaData "StorageRuleType" "Amazonka.WorkDocs.Types.StorageRuleType" "libZSservicesZSamazonka-workdocsZSamazonka-workdocs" 'False) (C1 ('MetaCons "StorageRuleType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "storageAllocatedInBytes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "storageType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe StorageType))))

newStorageRuleType :: StorageRuleType Source #

Create a value of StorageRuleType 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:storageAllocatedInBytes:StorageRuleType', storageRuleType_storageAllocatedInBytes - The amount of storage allocated, in bytes.

$sel:storageType:StorageRuleType', storageRuleType_storageType - The type of storage.

storageRuleType_storageAllocatedInBytes :: Lens' StorageRuleType (Maybe Natural) Source #

The amount of storage allocated, in bytes.