libZSservicesZSamazonka-dmsZSamazonka-dms
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

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' 

Fields

Instances

Instances details
Eq AccountQuota Source # 
Instance details

Defined in Amazonka.DMS.Types.AccountQuota

Read AccountQuota Source # 
Instance details

Defined in Amazonka.DMS.Types.AccountQuota

Show AccountQuota Source # 
Instance details

Defined in Amazonka.DMS.Types.AccountQuota

Generic AccountQuota Source # 
Instance details

Defined in Amazonka.DMS.Types.AccountQuota

Associated Types

type Rep AccountQuota :: Type -> Type #

NFData AccountQuota Source # 
Instance details

Defined in Amazonka.DMS.Types.AccountQuota

Methods

rnf :: AccountQuota -> () #

Hashable AccountQuota Source # 
Instance details

Defined in Amazonka.DMS.Types.AccountQuota

FromJSON AccountQuota Source # 
Instance details

Defined in Amazonka.DMS.Types.AccountQuota

type Rep AccountQuota Source # 
Instance details

Defined in Amazonka.DMS.Types.AccountQuota

type Rep AccountQuota = D1 ('MetaData "AccountQuota" "Amazonka.DMS.Types.AccountQuota" "libZSservicesZSamazonka-dmsZSamazonka-dms" 'False) (C1 ('MetaCons "AccountQuota'" 'PrefixI 'True) (S1 ('MetaSel ('Just "max") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Integer)) :*: (S1 ('MetaSel ('Just "used") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Integer)) :*: S1 ('MetaSel ('Just "accountQuotaName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

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:max:AccountQuota', accountQuota_max - The maximum allowed value for the quota.

$sel:used:AccountQuota', accountQuota_used - The amount currently used toward the quota maximum.

$sel:accountQuotaName:AccountQuota', accountQuota_accountQuotaName - 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.

accountQuota_accountQuotaName :: Lens' AccountQuota (Maybe Text) Source #

The name of the DMS quota for this Amazon Web Services account.