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 |
Synopsis
- data ResourceQuotas = ResourceQuotas' {}
- newResourceQuotas :: ResourceQuotas
- resourceQuotas_applicationQuota :: Lens' ResourceQuotas (Maybe ResourceQuota)
- resourceQuotas_customPlatformQuota :: Lens' ResourceQuotas (Maybe ResourceQuota)
- resourceQuotas_applicationVersionQuota :: Lens' ResourceQuotas (Maybe ResourceQuota)
- resourceQuotas_environmentQuota :: Lens' ResourceQuotas (Maybe ResourceQuota)
- resourceQuotas_configurationTemplateQuota :: Lens' ResourceQuotas (Maybe ResourceQuota)
Documentation
data ResourceQuotas Source #
A set of per-resource AWS Elastic Beanstalk quotas associated with an AWS account. They reflect Elastic Beanstalk resource limits for this account.
See: newResourceQuotas
smart constructor.
ResourceQuotas' | |
|
Instances
newResourceQuotas :: ResourceQuotas Source #
Create a value of ResourceQuotas
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:applicationQuota:ResourceQuotas'
, resourceQuotas_applicationQuota
- The quota for applications in the AWS account.
$sel:customPlatformQuota:ResourceQuotas'
, resourceQuotas_customPlatformQuota
- The quota for custom platforms in the AWS account.
$sel:applicationVersionQuota:ResourceQuotas'
, resourceQuotas_applicationVersionQuota
- The quota for application versions in the AWS account.
$sel:environmentQuota:ResourceQuotas'
, resourceQuotas_environmentQuota
- The quota for environments in the AWS account.
$sel:configurationTemplateQuota:ResourceQuotas'
, resourceQuotas_configurationTemplateQuota
- The quota for configuration templates in the AWS account.
resourceQuotas_applicationQuota :: Lens' ResourceQuotas (Maybe ResourceQuota) Source #
The quota for applications in the AWS account.
resourceQuotas_customPlatformQuota :: Lens' ResourceQuotas (Maybe ResourceQuota) Source #
The quota for custom platforms in the AWS account.
resourceQuotas_applicationVersionQuota :: Lens' ResourceQuotas (Maybe ResourceQuota) Source #
The quota for application versions in the AWS account.
resourceQuotas_environmentQuota :: Lens' ResourceQuotas (Maybe ResourceQuota) Source #
The quota for environments in the AWS account.
resourceQuotas_configurationTemplateQuota :: Lens' ResourceQuotas (Maybe ResourceQuota) Source #
The quota for configuration templates in the AWS account.