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

GetCostAndUsageResponse

import type { GetCostAndUsageResponse } from "https://aws-api.deno.dev/v0.3/services/costexplorer.ts?docs=full";
interface GetCostAndUsageResponse {
DimensionValueAttributes?: DimensionValuesWithAttributes[] | null;
GroupDefinitions?: GroupDefinition[] | null;
NextPageToken?: string | null;
ResultsByTime?: ResultByTime[] | null;
}

§Properties

§
DimensionValueAttributes?: DimensionValuesWithAttributes[] | null
[src]

The attributes that apply to a specific dimension value. For example, if the value is a linked account, the attribute is that account name.

§
GroupDefinitions?: GroupDefinition[] | null
[src]

The groups that are specified by the Filter or GroupBy parameters in the request.

§
NextPageToken?: string | null
[src]

The token for the next set of retrievable results. Amazon Web Services provides the token when the response from a previous call has more results than the maximum page size.

§
ResultsByTime?: ResultByTime[] | null
[src]

The time period that's covered by the results in the response.