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

Description

 
Synopsis

Documentation

data BundleInformation Source #

Information about pricing bundle.

See: newBundleInformation smart constructor.

Constructors

BundleInformation' 

Fields

Instances

Instances details
FromJSON BundleInformation Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.BundleInformation

Generic BundleInformation Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.BundleInformation

Associated Types

type Rep BundleInformation :: Type -> Type #

Read BundleInformation Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.BundleInformation

Show BundleInformation Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.BundleInformation

NFData BundleInformation Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.BundleInformation

Methods

rnf :: BundleInformation -> () #

Eq BundleInformation Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.BundleInformation

Hashable BundleInformation Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.BundleInformation

type Rep BundleInformation Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.BundleInformation

type Rep BundleInformation = D1 ('MetaData "BundleInformation" "Amazonka.IotTwinMaker.Types.BundleInformation" "amazonka-iottwinmaker-2.0-F9krWmdiZsuIxDlP9hNtjs" 'False) (C1 ('MetaCons "BundleInformation'" 'PrefixI 'True) (S1 ('MetaSel ('Just "pricingTier") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe PricingTier)) :*: S1 ('MetaSel ('Just "bundleNames") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (NonEmpty Text))))

newBundleInformation Source #

Create a value of BundleInformation 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:pricingTier:BundleInformation', bundleInformation_pricingTier - The pricing tier.

$sel:bundleNames:BundleInformation', bundleInformation_bundleNames - The bundle names.