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

CostAllocationTagType

import type { CostAllocationTagType } from "https://aws-api.deno.dev/v0.4/services/costexplorer.ts?docs=full";
type CostAllocationTagType = "AWSGenerated" | "UserDefined" | cmnP.UnexpectedEnumValue;

§Type

§
"AWSGenerated" | "UserDefined" | cmnP.UnexpectedEnumValue
[src]