Values.AccountLimitSourceLimits that are related to concurrency and storage. All file and storage sizes are in bytes.
type nonrec t = {totalCodeSize : Long.t option;The amount of storage space that you can use for all deployment packages and layer archives.
*)codeSizeUnzipped : Long.t option;The maximum size of a function's deployment package and layers when they're extracted.
*)codeSizeZipped : Long.t option;The maximum size of a deployment package when it's uploaded directly to Lambda. Use Amazon S3 for larger files.
*)concurrentExecutions : Integer.t option;The maximum number of simultaneous function executions.
*)unreservedConcurrentExecutions : UnreservedConcurrentExecutions.t option;The maximum number of simultaneous function executions, minus the capacity that's reserved for individual functions with PutFunctionConcurrency.
*)}