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

DimensionValues

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

The metadata that you can use to filter and group your results. You can use GetDimensionValues to find specific values.

interface DimensionValues {
Key?: Dimension | null;
MatchOptions?: MatchOption[] | null;
Values?: string[] | null;
}

§Properties

§
Key?: Dimension | null
[src]

The names of the metadata types that you can use to filter and group your results. For example, AZ returns a list of Availability Zones.

§
MatchOptions?: MatchOption[] | null
[src]

The match options that you can use to filter your results. MatchOptions is only applicable for actions related to Cost Category. The default values for MatchOptions are EQUALS and CASE_SENSITIVE.

§
Values?: string[] | null
[src]

The metadata values that you can use to filter and group your results. You can use GetDimensionValues to find specific values.