Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

UpdateCostCategoryDefinitionRequest

import type { UpdateCostCategoryDefinitionRequest } from "https://aws-api.deno.dev/v0.4/services/costexplorer.ts?docs=full";
interface UpdateCostCategoryDefinitionRequest {
CostCategoryArn: string;
DefaultValue?: string | null;
EffectiveStart?: string | null;
SplitChargeRules?: CostCategorySplitChargeRule[] | null;
}

§Properties

§
CostCategoryArn: string
[src]

The unique identifier for your Cost Category.

§
DefaultValue?: string | null
[src]
§
EffectiveStart?: string | null
[src]

The Cost Category's effective start date. It can only be a billing start date (first day of the month). If the date isn't provided, it's the first day of the current month. Dates can't be before the previous twelve months, or in the future.

§

The Expression object used to categorize costs. For more information, see CostCategoryRule.

§
SplitChargeRules?: CostCategorySplitChargeRule[] | null
[src]

The split charge rules used to allocate your charges between your Cost Category values.