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

Description

Deletes a Cost Category. Expenses from this month going forward will no longer be categorized with this Cost Category.

Synopsis

Creating a Request

data DeleteCostCategoryDefinition Source #

See: newDeleteCostCategoryDefinition smart constructor.

Constructors

DeleteCostCategoryDefinition' 

Fields

Instances

Instances details
ToJSON DeleteCostCategoryDefinition Source # 
Instance details

Defined in Amazonka.CostExplorer.DeleteCostCategoryDefinition

ToHeaders DeleteCostCategoryDefinition Source # 
Instance details

Defined in Amazonka.CostExplorer.DeleteCostCategoryDefinition

ToPath DeleteCostCategoryDefinition Source # 
Instance details

Defined in Amazonka.CostExplorer.DeleteCostCategoryDefinition

ToQuery DeleteCostCategoryDefinition Source # 
Instance details

Defined in Amazonka.CostExplorer.DeleteCostCategoryDefinition

AWSRequest DeleteCostCategoryDefinition Source # 
Instance details

Defined in Amazonka.CostExplorer.DeleteCostCategoryDefinition

Generic DeleteCostCategoryDefinition Source # 
Instance details

Defined in Amazonka.CostExplorer.DeleteCostCategoryDefinition

Associated Types

type Rep DeleteCostCategoryDefinition :: Type -> Type #

Read DeleteCostCategoryDefinition Source # 
Instance details

Defined in Amazonka.CostExplorer.DeleteCostCategoryDefinition

Show DeleteCostCategoryDefinition Source # 
Instance details

Defined in Amazonka.CostExplorer.DeleteCostCategoryDefinition

NFData DeleteCostCategoryDefinition Source # 
Instance details

Defined in Amazonka.CostExplorer.DeleteCostCategoryDefinition

Eq DeleteCostCategoryDefinition Source # 
Instance details

Defined in Amazonka.CostExplorer.DeleteCostCategoryDefinition

Hashable DeleteCostCategoryDefinition Source # 
Instance details

Defined in Amazonka.CostExplorer.DeleteCostCategoryDefinition

type AWSResponse DeleteCostCategoryDefinition Source # 
Instance details

Defined in Amazonka.CostExplorer.DeleteCostCategoryDefinition

type Rep DeleteCostCategoryDefinition Source # 
Instance details

Defined in Amazonka.CostExplorer.DeleteCostCategoryDefinition

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

newDeleteCostCategoryDefinition Source #

Create a value of DeleteCostCategoryDefinition 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:

DeleteCostCategoryDefinition, deleteCostCategoryDefinition_costCategoryArn - The unique identifier for your Cost Category.

Request Lenses

Destructuring the Response

data DeleteCostCategoryDefinitionResponse Source #

Constructors

DeleteCostCategoryDefinitionResponse' 

Fields

  • costCategoryArn :: Maybe Text

    The unique identifier for your Cost Category.

  • effectiveEnd :: Maybe Text

    The effective end date of the Cost Category as a result of deleting it. No costs after this date is categorized by the deleted Cost Category.

  • httpStatus :: Int

    The response's http status code.

Instances

Instances details
Generic DeleteCostCategoryDefinitionResponse Source # 
Instance details

Defined in Amazonka.CostExplorer.DeleteCostCategoryDefinition

Read DeleteCostCategoryDefinitionResponse Source # 
Instance details

Defined in Amazonka.CostExplorer.DeleteCostCategoryDefinition

Show DeleteCostCategoryDefinitionResponse Source # 
Instance details

Defined in Amazonka.CostExplorer.DeleteCostCategoryDefinition

NFData DeleteCostCategoryDefinitionResponse Source # 
Instance details

Defined in Amazonka.CostExplorer.DeleteCostCategoryDefinition

Eq DeleteCostCategoryDefinitionResponse Source # 
Instance details

Defined in Amazonka.CostExplorer.DeleteCostCategoryDefinition

type Rep DeleteCostCategoryDefinitionResponse Source # 
Instance details

Defined in Amazonka.CostExplorer.DeleteCostCategoryDefinition

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

newDeleteCostCategoryDefinitionResponse Source #

Create a value of DeleteCostCategoryDefinitionResponse 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:

DeleteCostCategoryDefinition, deleteCostCategoryDefinitionResponse_costCategoryArn - The unique identifier for your Cost Category.

DeleteCostCategoryDefinitionResponse, deleteCostCategoryDefinitionResponse_effectiveEnd - The effective end date of the Cost Category as a result of deleting it. No costs after this date is categorized by the deleted Cost Category.

$sel:httpStatus:DeleteCostCategoryDefinitionResponse', deleteCostCategoryDefinitionResponse_httpStatus - The response's http status code.

Response Lenses

deleteCostCategoryDefinitionResponse_effectiveEnd :: Lens' DeleteCostCategoryDefinitionResponse (Maybe Text) Source #

The effective end date of the Cost Category as a result of deleting it. No costs after this date is categorized by the deleted Cost Category.