| 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.BillingConductor.Types.Tiering
Description
Synopsis
- data Tiering = Tiering' {}
- newTiering :: FreeTierConfig -> Tiering
- tiering_freeTier :: Lens' Tiering FreeTierConfig
Documentation
The set of tiering configurations for the pricing rule.
See: newTiering smart constructor.
Constructors
| Tiering' | |
Fields
| |
Instances
| FromJSON Tiering Source # | |
| Generic Tiering Source # | |
| Read Tiering Source # | |
| Show Tiering Source # | |
| NFData Tiering Source # | |
Defined in Amazonka.BillingConductor.Types.Tiering | |
| Eq Tiering Source # | |
| Hashable Tiering Source # | |
Defined in Amazonka.BillingConductor.Types.Tiering | |
| type Rep Tiering Source # | |
Defined in Amazonka.BillingConductor.Types.Tiering type Rep Tiering = D1 ('MetaData "Tiering" "Amazonka.BillingConductor.Types.Tiering" "amazonka-billingconductor-2.0-1YoxVi69FkN1Nj28JbXXJ5" 'False) (C1 ('MetaCons "Tiering'" 'PrefixI 'True) (S1 ('MetaSel ('Just "freeTier") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 FreeTierConfig))) | |
Arguments
| :: FreeTierConfig | |
| -> Tiering |
Create a value of Tiering 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:freeTier:Tiering', tiering_freeTier - The possible Amazon Web Services Free Tier configurations.
tiering_freeTier :: Lens' Tiering FreeTierConfig Source #
The possible Amazon Web Services Free Tier configurations.