Copyright | (c) 2013-2023 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | Safe-Inferred |
Language | Haskell2010 |
Amazonka.ElasticBeanstalk.DescribeAccountAttributes
Description
Returns attributes related to AWS Elastic Beanstalk that are associated with the calling AWS account.
The result currently has one set of attributes—resource quotas.
Synopsis
- data DescribeAccountAttributes = DescribeAccountAttributes' {
- newDescribeAccountAttributes :: DescribeAccountAttributes
- data DescribeAccountAttributesResponse = DescribeAccountAttributesResponse' {}
- newDescribeAccountAttributesResponse :: Int -> DescribeAccountAttributesResponse
- describeAccountAttributesResponse_resourceQuotas :: Lens' DescribeAccountAttributesResponse (Maybe ResourceQuotas)
- describeAccountAttributesResponse_httpStatus :: Lens' DescribeAccountAttributesResponse Int
Creating a Request
data DescribeAccountAttributes Source #
See: newDescribeAccountAttributes
smart constructor.
Constructors
DescribeAccountAttributes' | |
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 #
See: newDescribeAccountAttributesResponse
smart constructor.
Constructors
DescribeAccountAttributesResponse' | |
Fields
|
Instances
newDescribeAccountAttributesResponse Source #
Arguments
:: Int | |
-> DescribeAccountAttributesResponse |
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:resourceQuotas:DescribeAccountAttributesResponse'
, describeAccountAttributesResponse_resourceQuotas
- The Elastic Beanstalk resource quotas associated with the calling AWS
account.
$sel:httpStatus:DescribeAccountAttributesResponse'
, describeAccountAttributesResponse_httpStatus
- The response's http status code.
Response Lenses
describeAccountAttributesResponse_resourceQuotas :: Lens' DescribeAccountAttributesResponse (Maybe ResourceQuotas) Source #
The Elastic Beanstalk resource quotas associated with the calling AWS account.
describeAccountAttributesResponse_httpStatus :: Lens' DescribeAccountAttributesResponse Int Source #
The response's http status code.