amazonka-autoscaling-1.2.0: Amazon Auto Scaling SDK.

Copyright(c) 2013-2015 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone
LanguageHaskell2010

Network.AWS.AutoScaling.DescribeAccountLimits

Contents

Description

Describes the current Auto Scaling resource limits for your AWS account.

For information about requesting an increase in these limits, see AWS Service Limits in the Amazon Web Services General Reference.

See: AWS API Reference for DescribeAccountLimits.

Synopsis

Creating a Request

describeAccountLimits :: DescribeAccountLimits Source

Creates a value of DescribeAccountLimits with the minimum fields required to make a request.

Destructuring the Response

describeAccountLimitsResponse Source

Creates a value of DescribeAccountLimitsResponse with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

Response Lenses

dalrsMaxNumberOfLaunchConfigurations :: Lens' DescribeAccountLimitsResponse (Maybe Int) Source

The maximum number of launch configurations allowed for your AWS account. The default limit is 100 per region.

dalrsMaxNumberOfAutoScalingGroups :: Lens' DescribeAccountLimitsResponse (Maybe Int) Source

The maximum number of groups allowed for your AWS account. The default limit is 20 per region.