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

GetCostEstimationResponse

import type { GetCostEstimationResponse } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/devopsguru.ts";
interface GetCostEstimationResponse {
Costs?: ServiceResourceCost[] | null;
NextToken?: string | null;
ResourceCollection?: CostEstimationResourceCollectionFilter | null;
Status?: CostEstimationStatus | null;
TimeRange?: CostEstimationTimeRange | null;
TotalCost?: number | null;
}

§Properties

§
NextToken?: string | null
[src]
§
TotalCost?: number | null
[src]