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

PricingRuleScope

import type { PricingRuleScope } from "https://aws-api.deno.dev/v0.4/services/billingconductor.ts?docs=full";
type PricingRuleScope =
| "GLOBAL"
| "SERVICE"
| "BILLING_ENTITY"

§Type

§
"GLOBAL" | "SERVICE" | "BILLING_ENTITY" | cmnP.UnexpectedEnumValue
[src]