libZSservicesZSamazonka-elasticbeanstalkZSamazonka-elasticbeanstalk
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.ElasticBeanstalk.Types.ResourceQuotas

Description

 
Synopsis

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.

Constructors

ResourceQuotas' 

Fields

Instances

Instances details
Eq ResourceQuotas Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.ResourceQuotas

Read ResourceQuotas Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.ResourceQuotas

Show ResourceQuotas Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.ResourceQuotas

Generic ResourceQuotas Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.ResourceQuotas

Associated Types

type Rep ResourceQuotas :: Type -> Type #

NFData ResourceQuotas Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.ResourceQuotas

Methods

rnf :: ResourceQuotas -> () #

Hashable ResourceQuotas Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.ResourceQuotas

FromXML ResourceQuotas Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.ResourceQuotas

type Rep ResourceQuotas Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.ResourceQuotas

type Rep ResourceQuotas = D1 ('MetaData "ResourceQuotas" "Amazonka.ElasticBeanstalk.Types.ResourceQuotas" "libZSservicesZSamazonka-elasticbeanstalkZSamazonka-elasticbeanstalk" 'False) (C1 ('MetaCons "ResourceQuotas'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "applicationQuota") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ResourceQuota)) :*: S1 ('MetaSel ('Just "customPlatformQuota") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ResourceQuota))) :*: (S1 ('MetaSel ('Just "applicationVersionQuota") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ResourceQuota)) :*: (S1 ('MetaSel ('Just "environmentQuota") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ResourceQuota)) :*: S1 ('MetaSel ('Just "configurationTemplateQuota") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ResourceQuota))))))

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.