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

Description

 
Synopsis

Documentation

data UpdateFreeTierConfig Source #

The possible Amazon Web Services Free Tier configurations.

See: newUpdateFreeTierConfig smart constructor.

Constructors

UpdateFreeTierConfig' 

Fields

  • activated :: Bool

    Activate or deactivate application of Amazon Web Services Free Tier.

Instances

Instances details
FromJSON UpdateFreeTierConfig Source # 
Instance details

Defined in Amazonka.BillingConductor.Types.UpdateFreeTierConfig

ToJSON UpdateFreeTierConfig Source # 
Instance details

Defined in Amazonka.BillingConductor.Types.UpdateFreeTierConfig

Generic UpdateFreeTierConfig Source # 
Instance details

Defined in Amazonka.BillingConductor.Types.UpdateFreeTierConfig

Associated Types

type Rep UpdateFreeTierConfig :: Type -> Type #

Read UpdateFreeTierConfig Source # 
Instance details

Defined in Amazonka.BillingConductor.Types.UpdateFreeTierConfig

Show UpdateFreeTierConfig Source # 
Instance details

Defined in Amazonka.BillingConductor.Types.UpdateFreeTierConfig

NFData UpdateFreeTierConfig Source # 
Instance details

Defined in Amazonka.BillingConductor.Types.UpdateFreeTierConfig

Methods

rnf :: UpdateFreeTierConfig -> () #

Eq UpdateFreeTierConfig Source # 
Instance details

Defined in Amazonka.BillingConductor.Types.UpdateFreeTierConfig

Hashable UpdateFreeTierConfig Source # 
Instance details

Defined in Amazonka.BillingConductor.Types.UpdateFreeTierConfig

type Rep UpdateFreeTierConfig Source # 
Instance details

Defined in Amazonka.BillingConductor.Types.UpdateFreeTierConfig

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

newUpdateFreeTierConfig Source #

Create a value of UpdateFreeTierConfig 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:activated:UpdateFreeTierConfig', updateFreeTierConfig_activated - Activate or deactivate application of Amazon Web Services Free Tier.

updateFreeTierConfig_activated :: Lens' UpdateFreeTierConfig Bool Source #

Activate or deactivate application of Amazon Web Services Free Tier.