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

Description

 
Synopsis

Documentation

data PricingPlanListElement Source #

A representation of a pricing plan.

See: newPricingPlanListElement smart constructor.

Constructors

PricingPlanListElement' 

Fields

Instances

Instances details
FromJSON PricingPlanListElement Source # 
Instance details

Defined in Amazonka.BillingConductor.Types.PricingPlanListElement

Generic PricingPlanListElement Source # 
Instance details

Defined in Amazonka.BillingConductor.Types.PricingPlanListElement

Associated Types

type Rep PricingPlanListElement :: Type -> Type #

Show PricingPlanListElement Source # 
Instance details

Defined in Amazonka.BillingConductor.Types.PricingPlanListElement

NFData PricingPlanListElement Source # 
Instance details

Defined in Amazonka.BillingConductor.Types.PricingPlanListElement

Methods

rnf :: PricingPlanListElement -> () #

Eq PricingPlanListElement Source # 
Instance details

Defined in Amazonka.BillingConductor.Types.PricingPlanListElement

Hashable PricingPlanListElement Source # 
Instance details

Defined in Amazonka.BillingConductor.Types.PricingPlanListElement

type Rep PricingPlanListElement Source # 
Instance details

Defined in Amazonka.BillingConductor.Types.PricingPlanListElement

type Rep PricingPlanListElement = D1 ('MetaData "PricingPlanListElement" "Amazonka.BillingConductor.Types.PricingPlanListElement" "amazonka-billingconductor-2.0-1YoxVi69FkN1Nj28JbXXJ5" 'False) (C1 ('MetaCons "PricingPlanListElement'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "arn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "creationTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Integer)) :*: S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (Sensitive Text))))) :*: (S1 ('MetaSel ('Just "lastModifiedTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Integer)) :*: (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (Sensitive Text))) :*: S1 ('MetaSel ('Just "size") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural))))))

newPricingPlanListElement :: PricingPlanListElement Source #

Create a value of PricingPlanListElement 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:arn:PricingPlanListElement', pricingPlanListElement_arn - The pricing plan Amazon Resource Names (ARN). This can be used to uniquely identify a pricing plan.

$sel:creationTime:PricingPlanListElement', pricingPlanListElement_creationTime - The time when the pricing plan was created.

$sel:description:PricingPlanListElement', pricingPlanListElement_description - The pricing plan description.

$sel:lastModifiedTime:PricingPlanListElement', pricingPlanListElement_lastModifiedTime - The most recent time when the pricing plan was modified.

$sel:name:PricingPlanListElement', pricingPlanListElement_name - The name of a pricing plan.

$sel:size:PricingPlanListElement', pricingPlanListElement_size - The pricing rules count that's currently associated with this pricing plan list element.

pricingPlanListElement_arn :: Lens' PricingPlanListElement (Maybe Text) Source #

The pricing plan Amazon Resource Names (ARN). This can be used to uniquely identify a pricing plan.

pricingPlanListElement_creationTime :: Lens' PricingPlanListElement (Maybe Integer) Source #

The time when the pricing plan was created.

pricingPlanListElement_lastModifiedTime :: Lens' PricingPlanListElement (Maybe Integer) Source #

The most recent time when the pricing plan was modified.

pricingPlanListElement_size :: Lens' PricingPlanListElement (Maybe Natural) Source #

The pricing rules count that's currently associated with this pricing plan list element.