libZSservicesZSamazonka-cost-explorerZSamazonka-cost-explorer
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.CostExplorer.Types.CostCategoryReference

Description

 
Synopsis

Documentation

data CostCategoryReference Source #

A reference to a Cost Category containing only enough information to identify the Cost Category.

You can use this information to retrieve the full Cost Category information using DescribeCostCategory.

See: newCostCategoryReference smart constructor.

Constructors

CostCategoryReference' 

Fields

Instances

Instances details
Eq CostCategoryReference Source # 
Instance details

Defined in Amazonka.CostExplorer.Types.CostCategoryReference

Read CostCategoryReference Source # 
Instance details

Defined in Amazonka.CostExplorer.Types.CostCategoryReference

Show CostCategoryReference Source # 
Instance details

Defined in Amazonka.CostExplorer.Types.CostCategoryReference

Generic CostCategoryReference Source # 
Instance details

Defined in Amazonka.CostExplorer.Types.CostCategoryReference

Associated Types

type Rep CostCategoryReference :: Type -> Type #

NFData CostCategoryReference Source # 
Instance details

Defined in Amazonka.CostExplorer.Types.CostCategoryReference

Methods

rnf :: CostCategoryReference -> () #

Hashable CostCategoryReference Source # 
Instance details

Defined in Amazonka.CostExplorer.Types.CostCategoryReference

FromJSON CostCategoryReference Source # 
Instance details

Defined in Amazonka.CostExplorer.Types.CostCategoryReference

type Rep CostCategoryReference Source # 
Instance details

Defined in Amazonka.CostExplorer.Types.CostCategoryReference

type Rep CostCategoryReference = D1 ('MetaData "CostCategoryReference" "Amazonka.CostExplorer.Types.CostCategoryReference" "libZSservicesZSamazonka-cost-explorerZSamazonka-cost-explorer" 'False) (C1 ('MetaCons "CostCategoryReference'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "effectiveStart") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "values") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text]))) :*: (S1 ('MetaSel ('Just "costCategoryArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "processingStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [CostCategoryProcessingStatus])))) :*: ((S1 ('MetaSel ('Just "numberOfRules") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "effectiveEnd") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "defaultValue") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))))

newCostCategoryReference :: CostCategoryReference Source #

Create a value of CostCategoryReference 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:effectiveStart:CostCategoryReference', costCategoryReference_effectiveStart - The Cost Category's effective start date.

$sel:values:CostCategoryReference', costCategoryReference_values - A list of unique cost category values in a specific cost category.

$sel:costCategoryArn:CostCategoryReference', costCategoryReference_costCategoryArn - The unique identifier for your Cost Category.

$sel:processingStatus:CostCategoryReference', costCategoryReference_processingStatus - The list of processing statuses for Cost Management products for a specific cost category.

$sel:numberOfRules:CostCategoryReference', costCategoryReference_numberOfRules - The number of rules that are associated with a specific Cost Category.

$sel:name:CostCategoryReference', costCategoryReference_name - Undocumented member.

$sel:effectiveEnd:CostCategoryReference', costCategoryReference_effectiveEnd - The Cost Category's effective end date.

$sel:defaultValue:CostCategoryReference', costCategoryReference_defaultValue - Undocumented member.

costCategoryReference_effectiveStart :: Lens' CostCategoryReference (Maybe Text) Source #

The Cost Category's effective start date.

costCategoryReference_values :: Lens' CostCategoryReference (Maybe [Text]) Source #

A list of unique cost category values in a specific cost category.

costCategoryReference_costCategoryArn :: Lens' CostCategoryReference (Maybe Text) Source #

The unique identifier for your Cost Category.

costCategoryReference_processingStatus :: Lens' CostCategoryReference (Maybe [CostCategoryProcessingStatus]) Source #

The list of processing statuses for Cost Management products for a specific cost category.

costCategoryReference_numberOfRules :: Lens' CostCategoryReference (Maybe Natural) Source #

The number of rules that are associated with a specific Cost Category.