amazonka-cost-explorer-2.0: Amazon Cost Explorer Service 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.CostExplorer.DescribeCostCategoryDefinition

Description

Returns the name, Amazon Resource Name (ARN), rules, definition, and effective dates of a Cost Category that's defined in the account.

You have the option to use EffectiveOn to return a Cost Category that's active on a specific date. If there's no EffectiveOn specified, you see a Cost Category that's effective on the current date. If Cost Category is still effective, EffectiveEnd is omitted in the response.

Synopsis

Creating a Request

data DescribeCostCategoryDefinition Source #

See: newDescribeCostCategoryDefinition smart constructor.

Constructors

DescribeCostCategoryDefinition' 

Fields

Instances

Instances details
ToJSON DescribeCostCategoryDefinition Source # 
Instance details

Defined in Amazonka.CostExplorer.DescribeCostCategoryDefinition

ToHeaders DescribeCostCategoryDefinition Source # 
Instance details

Defined in Amazonka.CostExplorer.DescribeCostCategoryDefinition

ToPath DescribeCostCategoryDefinition Source # 
Instance details

Defined in Amazonka.CostExplorer.DescribeCostCategoryDefinition

ToQuery DescribeCostCategoryDefinition Source # 
Instance details

Defined in Amazonka.CostExplorer.DescribeCostCategoryDefinition

AWSRequest DescribeCostCategoryDefinition Source # 
Instance details

Defined in Amazonka.CostExplorer.DescribeCostCategoryDefinition

Generic DescribeCostCategoryDefinition Source # 
Instance details

Defined in Amazonka.CostExplorer.DescribeCostCategoryDefinition

Associated Types

type Rep DescribeCostCategoryDefinition :: Type -> Type #

Read DescribeCostCategoryDefinition Source # 
Instance details

Defined in Amazonka.CostExplorer.DescribeCostCategoryDefinition

Show DescribeCostCategoryDefinition Source # 
Instance details

Defined in Amazonka.CostExplorer.DescribeCostCategoryDefinition

NFData DescribeCostCategoryDefinition Source # 
Instance details

Defined in Amazonka.CostExplorer.DescribeCostCategoryDefinition

Eq DescribeCostCategoryDefinition Source # 
Instance details

Defined in Amazonka.CostExplorer.DescribeCostCategoryDefinition

Hashable DescribeCostCategoryDefinition Source # 
Instance details

Defined in Amazonka.CostExplorer.DescribeCostCategoryDefinition

type AWSResponse DescribeCostCategoryDefinition Source # 
Instance details

Defined in Amazonka.CostExplorer.DescribeCostCategoryDefinition

type Rep DescribeCostCategoryDefinition Source # 
Instance details

Defined in Amazonka.CostExplorer.DescribeCostCategoryDefinition

type Rep DescribeCostCategoryDefinition = D1 ('MetaData "DescribeCostCategoryDefinition" "Amazonka.CostExplorer.DescribeCostCategoryDefinition" "amazonka-cost-explorer-2.0-QqVzyVvst98QYs5s2Ea4h" 'False) (C1 ('MetaCons "DescribeCostCategoryDefinition'" 'PrefixI 'True) (S1 ('MetaSel ('Just "effectiveOn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "costCategoryArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newDescribeCostCategoryDefinition Source #

Create a value of DescribeCostCategoryDefinition 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:effectiveOn:DescribeCostCategoryDefinition', describeCostCategoryDefinition_effectiveOn - The date when the Cost Category was effective.

DescribeCostCategoryDefinition, describeCostCategoryDefinition_costCategoryArn - The unique identifier for your Cost Category.

Request Lenses

Destructuring the Response

data DescribeCostCategoryDefinitionResponse Source #

Constructors

DescribeCostCategoryDefinitionResponse' 

Fields

Instances

Instances details
Generic DescribeCostCategoryDefinitionResponse Source # 
Instance details

Defined in Amazonka.CostExplorer.DescribeCostCategoryDefinition

Read DescribeCostCategoryDefinitionResponse Source # 
Instance details

Defined in Amazonka.CostExplorer.DescribeCostCategoryDefinition

Show DescribeCostCategoryDefinitionResponse Source # 
Instance details

Defined in Amazonka.CostExplorer.DescribeCostCategoryDefinition

NFData DescribeCostCategoryDefinitionResponse Source # 
Instance details

Defined in Amazonka.CostExplorer.DescribeCostCategoryDefinition

Eq DescribeCostCategoryDefinitionResponse Source # 
Instance details

Defined in Amazonka.CostExplorer.DescribeCostCategoryDefinition

type Rep DescribeCostCategoryDefinitionResponse Source # 
Instance details

Defined in Amazonka.CostExplorer.DescribeCostCategoryDefinition

type Rep DescribeCostCategoryDefinitionResponse = D1 ('MetaData "DescribeCostCategoryDefinitionResponse" "Amazonka.CostExplorer.DescribeCostCategoryDefinition" "amazonka-cost-explorer-2.0-QqVzyVvst98QYs5s2Ea4h" 'False) (C1 ('MetaCons "DescribeCostCategoryDefinitionResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "costCategory") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe CostCategory)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newDescribeCostCategoryDefinitionResponse Source #

Create a value of DescribeCostCategoryDefinitionResponse 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:costCategory:DescribeCostCategoryDefinitionResponse', describeCostCategoryDefinitionResponse_costCategory - Undocumented member.

$sel:httpStatus:DescribeCostCategoryDefinitionResponse', describeCostCategoryDefinitionResponse_httpStatus - The response's http status code.

Response Lenses