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.UpdateTieringInput

Description

 
Synopsis

Documentation

data UpdateTieringInput Source #

The set of tiering configurations for the pricing rule.

See: newUpdateTieringInput smart constructor.

Constructors

UpdateTieringInput' 

Fields

Instances

Instances details
FromJSON UpdateTieringInput Source # 
Instance details

Defined in Amazonka.BillingConductor.Types.UpdateTieringInput

ToJSON UpdateTieringInput Source # 
Instance details

Defined in Amazonka.BillingConductor.Types.UpdateTieringInput

Generic UpdateTieringInput Source # 
Instance details

Defined in Amazonka.BillingConductor.Types.UpdateTieringInput

Associated Types

type Rep UpdateTieringInput :: Type -> Type #

Read UpdateTieringInput Source # 
Instance details

Defined in Amazonka.BillingConductor.Types.UpdateTieringInput

Show UpdateTieringInput Source # 
Instance details

Defined in Amazonka.BillingConductor.Types.UpdateTieringInput

NFData UpdateTieringInput Source # 
Instance details

Defined in Amazonka.BillingConductor.Types.UpdateTieringInput

Methods

rnf :: UpdateTieringInput -> () #

Eq UpdateTieringInput Source # 
Instance details

Defined in Amazonka.BillingConductor.Types.UpdateTieringInput

Hashable UpdateTieringInput Source # 
Instance details

Defined in Amazonka.BillingConductor.Types.UpdateTieringInput

type Rep UpdateTieringInput Source # 
Instance details

Defined in Amazonka.BillingConductor.Types.UpdateTieringInput

type Rep UpdateTieringInput = D1 ('MetaData "UpdateTieringInput" "Amazonka.BillingConductor.Types.UpdateTieringInput" "amazonka-billingconductor-2.0-1YoxVi69FkN1Nj28JbXXJ5" 'False) (C1 ('MetaCons "UpdateTieringInput'" 'PrefixI 'True) (S1 ('MetaSel ('Just "freeTier") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 UpdateFreeTierConfig)))

newUpdateTieringInput Source #

Create a value of UpdateTieringInput 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:UpdateTieringInput', updateTieringInput_freeTier - The possible Amazon Web Services Free Tier configurations.

updateTieringInput_freeTier :: Lens' UpdateTieringInput UpdateFreeTierConfig Source #

The possible Amazon Web Services Free Tier configurations.