Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
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 doesn't take any parameters.
Synopsis
- data DescribeAccountAttributes = DescribeAccountAttributes' {
- newDescribeAccountAttributes :: DescribeAccountAttributes
- data DescribeAccountAttributesResponse = DescribeAccountAttributesResponse' {
- accountQuotas :: Maybe [AccountQuota]
- httpStatus :: Int
- newDescribeAccountAttributesResponse :: Int -> DescribeAccountAttributesResponse
- describeAccountAttributesResponse_accountQuotas :: Lens' DescribeAccountAttributesResponse (Maybe [AccountQuota])
- describeAccountAttributesResponse_httpStatus :: Lens' DescribeAccountAttributesResponse Int
Creating a Request
data DescribeAccountAttributes Source #
See: newDescribeAccountAttributes
smart constructor.
Instances
newDescribeAccountAttributes :: DescribeAccountAttributes Source #
Create a value of DescribeAccountAttributes
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
Destructuring the Response
data DescribeAccountAttributesResponse Source #
Data returned by the DescribeAccountAttributes action.
See: newDescribeAccountAttributesResponse
smart constructor.
DescribeAccountAttributesResponse' | |
|
Instances
Eq DescribeAccountAttributesResponse Source # | |
Read DescribeAccountAttributesResponse Source # | |
Show DescribeAccountAttributesResponse Source # | |
Defined in Amazonka.RDS.DescribeAccountAttributes | |
Generic DescribeAccountAttributesResponse Source # | |
NFData DescribeAccountAttributesResponse Source # | |
Defined in Amazonka.RDS.DescribeAccountAttributes rnf :: DescribeAccountAttributesResponse -> () # | |
type Rep DescribeAccountAttributesResponse Source # | |
Defined in Amazonka.RDS.DescribeAccountAttributes type Rep DescribeAccountAttributesResponse = D1 ('MetaData "DescribeAccountAttributesResponse" "Amazonka.RDS.DescribeAccountAttributes" "libZSservicesZSamazonka-rdsZSamazonka-rds" 'False) (C1 ('MetaCons "DescribeAccountAttributesResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "accountQuotas") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [AccountQuota])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))) |
newDescribeAccountAttributesResponse Source #
Create a value of DescribeAccountAttributesResponse
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:accountQuotas:DescribeAccountAttributesResponse'
, describeAccountAttributesResponse_accountQuotas
- 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.
$sel:httpStatus:DescribeAccountAttributesResponse'
, describeAccountAttributesResponse_httpStatus
- The response's http status code.
Response Lenses
describeAccountAttributesResponse_accountQuotas :: Lens' DescribeAccountAttributesResponse (Maybe [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.
describeAccountAttributesResponse_httpStatus :: Lens' DescribeAccountAttributesResponse Int Source #
The response's http status code.