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

Description

Returns the 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 is active on a specific date. If there is no EffectiveOn specified, you’ll see a Cost Category that is 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
Eq DescribeCostCategoryDefinition Source # 
Instance details

Defined in Amazonka.CostExplorer.DescribeCostCategoryDefinition

Read DescribeCostCategoryDefinition Source # 
Instance details

Defined in Amazonka.CostExplorer.DescribeCostCategoryDefinition

Show 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 #

NFData DescribeCostCategoryDefinition Source # 
Instance details

Defined in Amazonka.CostExplorer.DescribeCostCategoryDefinition

Hashable DescribeCostCategoryDefinition Source # 
Instance details

Defined in Amazonka.CostExplorer.DescribeCostCategoryDefinition

ToJSON DescribeCostCategoryDefinition Source # 
Instance details

Defined in Amazonka.CostExplorer.DescribeCostCategoryDefinition

AWSRequest 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

type Rep DescribeCostCategoryDefinition Source # 
Instance details

Defined in Amazonka.CostExplorer.DescribeCostCategoryDefinition

type Rep DescribeCostCategoryDefinition = D1 ('MetaData "DescribeCostCategoryDefinition" "Amazonka.CostExplorer.DescribeCostCategoryDefinition" "libZSservicesZSamazonka-cost-explorerZSamazonka-cost-explorer" '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)))
type AWSResponse DescribeCostCategoryDefinition Source # 
Instance details

Defined in Amazonka.CostExplorer.DescribeCostCategoryDefinition

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.

$sel:costCategoryArn:DescribeCostCategoryDefinition', describeCostCategoryDefinition_costCategoryArn - The unique identifier for your Cost Category.

Request Lenses

Destructuring the Response

data DescribeCostCategoryDefinitionResponse Source #

Constructors

DescribeCostCategoryDefinitionResponse' 

Fields

Instances

Instances details
Eq 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

Generic DescribeCostCategoryDefinitionResponse Source # 
Instance details

Defined in Amazonka.CostExplorer.DescribeCostCategoryDefinition

NFData 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" "libZSservicesZSamazonka-cost-explorerZSamazonka-cost-explorer" '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