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

DeleteCostCategoryDefinitionResponse

import type { DeleteCostCategoryDefinitionResponse } from "https://aws-api.deno.dev/v0.3/services/costexplorer.ts?docs=full";
interface DeleteCostCategoryDefinitionResponse {
CostCategoryArn?: string | null;
EffectiveEnd?: string | null;
}

§Properties

§
CostCategoryArn?: string | null
[src]

The unique identifier for your Cost Category.

§
EffectiveEnd?: string | null
[src]

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.