amazonka-billingconductor-2.0: Amazon BillingConductor SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.BillingConductor.Types.Tiering

Description

 
Synopsis

Documentation

data Tiering Source #

The set of tiering configurations for the pricing rule.

See: newTiering smart constructor.

Constructors

Tiering' 

Fields

Instances

Instances details
FromJSON Tiering Source # 
Instance details

Defined in Amazonka.BillingConductor.Types.Tiering

Generic Tiering Source # 
Instance details

Defined in Amazonka.BillingConductor.Types.Tiering

Associated Types

type Rep Tiering :: Type -> Type #

Methods

from :: Tiering -> Rep Tiering x #

to :: Rep Tiering x -> Tiering #

Read Tiering Source # 
Instance details

Defined in Amazonka.BillingConductor.Types.Tiering

Show Tiering Source # 
Instance details

Defined in Amazonka.BillingConductor.Types.Tiering

NFData Tiering Source # 
Instance details

Defined in Amazonka.BillingConductor.Types.Tiering

Methods

rnf :: Tiering -> () #

Eq Tiering Source # 
Instance details

Defined in Amazonka.BillingConductor.Types.Tiering

Methods

(==) :: Tiering -> Tiering -> Bool #

(/=) :: Tiering -> Tiering -> Bool #

Hashable Tiering Source # 
Instance details

Defined in Amazonka.BillingConductor.Types.Tiering

Methods

hashWithSalt :: Int -> Tiering -> Int #

hash :: Tiering -> Int #

type Rep Tiering Source # 
Instance details

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)))

newTiering Source #

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.