| Copyright | (c) 2013-2018 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 |
| Language | Haskell2010 |
Network.AWS.DMS.DescribeAccountAttributes
Description
Lists all of the AWS DMS attributes for a customer account. The attributes include AWS DMS quotas for the account, such as the number of replication 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.
- describeAccountAttributes :: DescribeAccountAttributes
- data DescribeAccountAttributes
- describeAccountAttributesResponse :: Int -> DescribeAccountAttributesResponse
- data DescribeAccountAttributesResponse
- daarsAccountQuotas :: Lens' DescribeAccountAttributesResponse [AccountQuota]
- daarsResponseStatus :: Lens' DescribeAccountAttributesResponse Int
Creating a Request
describeAccountAttributes :: DescribeAccountAttributes Source #
Creates a value of DescribeAccountAttributes with the minimum fields required to make a request.
data DescribeAccountAttributes Source #
See: describeAccountAttributes smart constructor.
Instances
Destructuring the Response
describeAccountAttributesResponse Source #
Arguments
| :: Int | |
| -> DescribeAccountAttributesResponse |
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:
daarsAccountQuotas- Account quota information.daarsResponseStatus- -- | The response status code.
data DescribeAccountAttributesResponse Source #
See: describeAccountAttributesResponse smart constructor.
Instances
Response Lenses
daarsAccountQuotas :: Lens' DescribeAccountAttributesResponse [AccountQuota] Source #
Account quota information.
daarsResponseStatus :: Lens' DescribeAccountAttributesResponse Int Source #
- - | The response status code.