amazonka-cloudformation-1.4.0: Amazon CloudFormation 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.CloudFormation.DescribeAccountLimits

Contents

Description

Retrieves your account's AWS CloudFormation limits, such as the maximum number of stacks that you can create in your account.

Synopsis

Creating a Request

describeAccountLimits :: DescribeAccountLimits Source

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

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

Request Lenses

dalNextToken :: Lens' DescribeAccountLimits (Maybe Text) Source

A string that identifies the next page of limits that you want to retrieve.

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

dalrsNextToken :: Lens' DescribeAccountLimitsResponse (Maybe Text) Source

If the output exceeds 1 MB in size, a string that identifies the next page of limits. If no additional page exists, this value is null.

dalrsAccountLimits :: Lens' DescribeAccountLimitsResponse [AccountLimit] Source

An account limit structure that contain a list of AWS CloudFormation account limits and their values.