amazonka-iottwinmaker-2.0: Amazon IoT TwinMaker 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.IotTwinMaker.Types.PricingPlan

Description

 
Synopsis

Documentation

data PricingPlan Source #

The pricing plan.

See: newPricingPlan smart constructor.

Constructors

PricingPlan' 

Fields

Instances

Instances details
FromJSON PricingPlan Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.PricingPlan

Generic PricingPlan Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.PricingPlan

Associated Types

type Rep PricingPlan :: Type -> Type #

Read PricingPlan Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.PricingPlan

Show PricingPlan Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.PricingPlan

NFData PricingPlan Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.PricingPlan

Methods

rnf :: PricingPlan -> () #

Eq PricingPlan Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.PricingPlan

Hashable PricingPlan Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.PricingPlan

type Rep PricingPlan Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.PricingPlan

type Rep PricingPlan = D1 ('MetaData "PricingPlan" "Amazonka.IotTwinMaker.Types.PricingPlan" "amazonka-iottwinmaker-2.0-F9krWmdiZsuIxDlP9hNtjs" 'False) (C1 ('MetaCons "PricingPlan'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "billableEntityCount") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Integer)) :*: (S1 ('MetaSel ('Just "bundleInformation") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe BundleInformation)) :*: S1 ('MetaSel ('Just "effectiveDateTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 POSIX))) :*: (S1 ('MetaSel ('Just "pricingMode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 PricingMode) :*: (S1 ('MetaSel ('Just "updateDateTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 POSIX) :*: S1 ('MetaSel ('Just "updateReason") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 UpdateReason)))))

newPricingPlan Source #

Create a value of PricingPlan 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:billableEntityCount:PricingPlan', pricingPlan_billableEntityCount - The billable entity count.

$sel:bundleInformation:PricingPlan', pricingPlan_bundleInformation - The pricing plan's bundle information.

$sel:effectiveDateTime:PricingPlan', pricingPlan_effectiveDateTime - The effective date and time of the pricing plan.

$sel:pricingMode:PricingPlan', pricingPlan_pricingMode - The pricing mode.

$sel:updateDateTime:PricingPlan', pricingPlan_updateDateTime - The set date and time for updating a pricing plan.

$sel:updateReason:PricingPlan', pricingPlan_updateReason - The update reason, for changing a pricing plan.

pricingPlan_effectiveDateTime :: Lens' PricingPlan UTCTime Source #

The effective date and time of the pricing plan.

pricingPlan_updateDateTime :: Lens' PricingPlan UTCTime Source #

The set date and time for updating a pricing plan.

pricingPlan_updateReason :: Lens' PricingPlan UpdateReason Source #

The update reason, for changing a pricing plan.