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 DMS attributes for a customer account. These attributes include DMS quotas for the account and a unique account identifier in a particular DMS region. DMS quotas include a list of resource quotas supported by the account, such as the number of replication instances allowed. The description for each resource quota, includes the quota name, current usage toward that quota, and the quota's maximum value. DMS uses the unique account identifier to name each artifact used by DMS in the given region.
This command does not take any parameters.
Synopsis
- data DescribeAccountAttributes = DescribeAccountAttributes' {
- newDescribeAccountAttributes :: DescribeAccountAttributes
- data DescribeAccountAttributesResponse = DescribeAccountAttributesResponse' {}
- newDescribeAccountAttributesResponse :: Int -> DescribeAccountAttributesResponse
- describeAccountAttributesResponse_accountQuotas :: Lens' DescribeAccountAttributesResponse (Maybe [AccountQuota])
- describeAccountAttributesResponse_uniqueAccountIdentifier :: Lens' DescribeAccountAttributesResponse (Maybe Text)
- 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 #
See: newDescribeAccountAttributesResponse
smart constructor.
DescribeAccountAttributesResponse' | |
|
Instances
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
- Account quota information.
$sel:uniqueAccountIdentifier:DescribeAccountAttributesResponse'
, describeAccountAttributesResponse_uniqueAccountIdentifier
- A unique DMS identifier for an account in a particular Amazon Web
Services Region. The value of this identifier has the following format:
c99999999999
. DMS uses this identifier to name artifacts. For example,
DMS uses this identifier to name the default Amazon S3 bucket for
storing task assessment reports in a given Amazon Web Services Region.
The format of this S3 bucket name is the following:
dms-AccountNumber-UniqueAccountIdentifier.
Here is an example name for
this default S3 bucket: dms-111122223333-c44445555666
.
DMS supports the UniqueAccountIdentifier
parameter in versions 3.1.4
and later.
$sel:httpStatus:DescribeAccountAttributesResponse'
, describeAccountAttributesResponse_httpStatus
- The response's http status code.
Response Lenses
describeAccountAttributesResponse_accountQuotas :: Lens' DescribeAccountAttributesResponse (Maybe [AccountQuota]) Source #
Account quota information.
describeAccountAttributesResponse_uniqueAccountIdentifier :: Lens' DescribeAccountAttributesResponse (Maybe Text) Source #
A unique DMS identifier for an account in a particular Amazon Web
Services Region. The value of this identifier has the following format:
c99999999999
. DMS uses this identifier to name artifacts. For example,
DMS uses this identifier to name the default Amazon S3 bucket for
storing task assessment reports in a given Amazon Web Services Region.
The format of this S3 bucket name is the following:
dms-AccountNumber-UniqueAccountIdentifier.
Here is an example name for
this default S3 bucket: dms-111122223333-c44445555666
.
DMS supports the UniqueAccountIdentifier
parameter in versions 3.1.4
and later.
describeAccountAttributesResponse_httpStatus :: Lens' DescribeAccountAttributesResponse Int Source #
The response's http status code.