| 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.Lambda.Types.AccountUsage
Description
Documentation
data AccountUsage Source #
The number of functions and amount of storage in use.
See: newAccountUsage smart constructor.
Constructors
| AccountUsage' | |
Fields
| |
Instances
newAccountUsage :: AccountUsage Source #
Create a value of AccountUsage 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:functionCount:AccountUsage', accountUsage_functionCount - The number of Lambda functions.
$sel:totalCodeSize:AccountUsage', accountUsage_totalCodeSize - The amount of storage space, in bytes, that's being used by deployment
packages and layer archives.
accountUsage_functionCount :: Lens' AccountUsage (Maybe Integer) Source #
The number of Lambda functions.
accountUsage_totalCodeSize :: Lens' AccountUsage (Maybe Integer) Source #
The amount of storage space, in bytes, that's being used by deployment packages and layer archives.