Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Documentation
data UserStorageMetadata Source #
Describes the storage for a user.
See: newUserStorageMetadata
smart constructor.
UserStorageMetadata' | |
|
Instances
newUserStorageMetadata :: UserStorageMetadata Source #
Create a value of UserStorageMetadata
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:storageUtilizedInBytes:UserStorageMetadata'
, userStorageMetadata_storageUtilizedInBytes
- The amount of storage used, in bytes.
$sel:storageRule:UserStorageMetadata'
, userStorageMetadata_storageRule
- The storage for a user.
userStorageMetadata_storageUtilizedInBytes :: Lens' UserStorageMetadata (Maybe Integer) Source #
The amount of storage used, in bytes.
userStorageMetadata_storageRule :: Lens' UserStorageMetadata (Maybe StorageRuleType) Source #
The storage for a user.