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

Description

 
Synopsis

Documentation

data CreateTieringInput Source #

The set of tiering configurations for the pricing rule.

See: newCreateTieringInput smart constructor.

Constructors

CreateTieringInput' 

Fields

Instances

Instances details
ToJSON CreateTieringInput Source # 
Instance details

Defined in Amazonka.BillingConductor.Types.CreateTieringInput

Generic CreateTieringInput Source # 
Instance details

Defined in Amazonka.BillingConductor.Types.CreateTieringInput

Associated Types

type Rep CreateTieringInput :: Type -> Type #

Read CreateTieringInput Source # 
Instance details

Defined in Amazonka.BillingConductor.Types.CreateTieringInput

Show CreateTieringInput Source # 
Instance details

Defined in Amazonka.BillingConductor.Types.CreateTieringInput

NFData CreateTieringInput Source # 
Instance details

Defined in Amazonka.BillingConductor.Types.CreateTieringInput

Methods

rnf :: CreateTieringInput -> () #

Eq CreateTieringInput Source # 
Instance details

Defined in Amazonka.BillingConductor.Types.CreateTieringInput

Hashable CreateTieringInput Source # 
Instance details

Defined in Amazonka.BillingConductor.Types.CreateTieringInput

type Rep CreateTieringInput Source # 
Instance details

Defined in Amazonka.BillingConductor.Types.CreateTieringInput

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

newCreateTieringInput Source #

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

createTieringInput_freeTier :: Lens' CreateTieringInput CreateFreeTierConfig Source #

The possible Amazon Web Services Free Tier configurations.