amazonka-rds-1.2.0.1: Amazon Relational Database Service 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.RDS.DescribeAccountAttributes

Contents

Description

Lists all of the attributes for a customer account. The attributes include Amazon RDS quotas for the account, such as the number of DB instances allowed. The description for a quota includes the quota name, current usage toward that quota, and the quota's maximum value.

This command does not take any parameters.

See: AWS API Reference for DescribeAccountAttributes.

Synopsis

Creating a Request

describeAccountAttributes :: DescribeAccountAttributes Source

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

Destructuring the Response

describeAccountAttributesResponse Source

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

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

Response Lenses

daarsAccountQuotas :: Lens' DescribeAccountAttributesResponse [AccountQuota] Source

A list of AccountQuota objects. Within this list, each quota has a name, a count of usage toward the quota maximum, and a maximum value for the quota.