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

Description

 
Synopsis

Documentation

data FreeTierConfig Source #

The possible Amazon Web Services Free Tier configurations.

See: newFreeTierConfig smart constructor.

Constructors

FreeTierConfig' 

Fields

  • activated :: Bool

    Activate or deactivate Amazon Web Services Free Tier application.

Instances

Instances details
FromJSON FreeTierConfig Source # 
Instance details

Defined in Amazonka.BillingConductor.Types.FreeTierConfig

Generic FreeTierConfig Source # 
Instance details

Defined in Amazonka.BillingConductor.Types.FreeTierConfig

Associated Types

type Rep FreeTierConfig :: Type -> Type #

Read FreeTierConfig Source # 
Instance details

Defined in Amazonka.BillingConductor.Types.FreeTierConfig

Show FreeTierConfig Source # 
Instance details

Defined in Amazonka.BillingConductor.Types.FreeTierConfig

NFData FreeTierConfig Source # 
Instance details

Defined in Amazonka.BillingConductor.Types.FreeTierConfig

Methods

rnf :: FreeTierConfig -> () #

Eq FreeTierConfig Source # 
Instance details

Defined in Amazonka.BillingConductor.Types.FreeTierConfig

Hashable FreeTierConfig Source # 
Instance details

Defined in Amazonka.BillingConductor.Types.FreeTierConfig

type Rep FreeTierConfig Source # 
Instance details

Defined in Amazonka.BillingConductor.Types.FreeTierConfig

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

newFreeTierConfig Source #

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

freeTierConfig_activated :: Lens' FreeTierConfig Bool Source #

Activate or deactivate Amazon Web Services Free Tier application.