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

CostCategoryProcessingStatus

import type { CostCategoryProcessingStatus } from "https://aws-api.deno.dev/v0.3/services/costexplorer.ts?docs=full";

The list of processing statuses for Cost Management products for a specific cost category.

interface CostCategoryProcessingStatus {
Component?: CostCategoryStatusComponent | null;
Status?: CostCategoryStatus | null;
}

§Properties

§

The Cost Management product name of the applied status.

§
Status?: CostCategoryStatus | null
[src]

The process status for a specific cost category.