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

BillingTagsSource

import type { BillingTagsSource } from "https://aws-api.deno.dev/v0.4/services/mediaconvert.ts?docs=full";

The tag type that AWS Billing and Cost Management will use to sort your AWS Elemental MediaConvert costs on any billing report that you set up.

type BillingTagsSource =
| "QUEUE"
| "PRESET"
| "JOB_TEMPLATE"
| "JOB"

§Type

§
"QUEUE" | "PRESET" | "JOB_TEMPLATE" | "JOB" | cmnP.UnexpectedEnumValue
[src]