| 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.DMS.Types.AccountQuota
Description
Synopsis
Documentation
data AccountQuota Source #
Describes a quota for an Amazon Web Services account, for example the number of replication instances allowed.
See: newAccountQuota smart constructor.
Constructors
| AccountQuota' | |
Instances
newAccountQuota :: AccountQuota Source #
Create a value of AccountQuota 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:accountQuotaName:AccountQuota', accountQuota_accountQuotaName - The name of the DMS quota for this Amazon Web Services account.
$sel:max:AccountQuota', accountQuota_max - The maximum allowed value for the quota.
$sel:used:AccountQuota', accountQuota_used - The amount currently used toward the quota maximum.
accountQuota_accountQuotaName :: Lens' AccountQuota (Maybe Text) Source #
The name of the DMS quota for this Amazon Web Services account.
accountQuota_max :: Lens' AccountQuota (Maybe Integer) Source #
The maximum allowed value for the quota.
accountQuota_used :: Lens' AccountQuota (Maybe Integer) Source #
The amount currently used toward the quota maximum.