amazonka-autoscaling-1.4.0: Amazon Auto Scaling SDK.

Copyright(c) 2013-2016 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.

Synopsis

Creating a Request

describeAccountLimits :: DescribeAccountLimits Source

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

Destructuring the Response

Response Lenses

dalrsNumberOfLaunchConfigurations :: Lens' DescribeAccountLimitsResponse (Maybe Int) Source

The current number of launch configurations for your AWS account.

dalrsNumberOfAutoScalingGroups :: Lens' DescribeAccountLimitsResponse (Maybe Int) Source

The current number of groups for your AWS account.

dalrsMaxNumberOfAutoScalingGroups :: Lens' DescribeAccountLimitsResponse (Maybe Int) Source

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

dalrsMaxNumberOfLaunchConfigurations :: Lens' DescribeAccountLimitsResponse (Maybe Int) Source

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