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.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
Eq DeleteCostCategoryDefinition Source # 
Instance details

Defined in Amazonka.CostExplorer.DeleteCostCategoryDefinition

Read DeleteCostCategoryDefinition Source # 
Instance details

Defined in Amazonka.CostExplorer.DeleteCostCategoryDefinition

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

NFData DeleteCostCategoryDefinition Source # 
Instance details

Defined in Amazonka.CostExplorer.DeleteCostCategoryDefinition

Hashable DeleteCostCategoryDefinition Source # 
Instance details

Defined in Amazonka.CostExplorer.DeleteCostCategoryDefinition

ToJSON DeleteCostCategoryDefinition Source # 
Instance details

Defined in Amazonka.CostExplorer.DeleteCostCategoryDefinition

AWSRequest 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

type Rep DeleteCostCategoryDefinition Source # 
Instance details

Defined in Amazonka.CostExplorer.DeleteCostCategoryDefinition

type Rep DeleteCostCategoryDefinition = D1 ('MetaData "DeleteCostCategoryDefinition" "Amazonka.CostExplorer.DeleteCostCategoryDefinition" "libZSservicesZSamazonka-cost-explorerZSamazonka-cost-explorer" 'False) (C1 ('MetaCons "DeleteCostCategoryDefinition'" 'PrefixI 'True) (S1 ('MetaSel ('Just "costCategoryArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse DeleteCostCategoryDefinition Source # 
Instance details

Defined in Amazonka.CostExplorer.DeleteCostCategoryDefinition

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:

$sel:costCategoryArn: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 will be categorized by the deleted Cost Category.

  • httpStatus :: Int

    The response's http status code.

Instances

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

Generic DeleteCostCategoryDefinitionResponse Source # 
Instance details

Defined in Amazonka.CostExplorer.DeleteCostCategoryDefinition

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

$sel:costCategoryArn:DeleteCostCategoryDefinition', deleteCostCategoryDefinitionResponse_costCategoryArn - The unique identifier for your Cost Category.

$sel:effectiveEnd:DeleteCostCategoryDefinitionResponse', deleteCostCategoryDefinitionResponse_effectiveEnd - The effective end date of the Cost Category as a result of deleting it. No costs after this date will be 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 will be categorized by the deleted Cost Category.