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.deno.dev/v0.4/services/devopsguru.ts?docs=full";
interface GetCostEstimationResponse {
Costs?: ServiceResourceCost[] | null;
NextToken?: string | null;
ResourceCollection?: CostEstimationResourceCollectionFilter | null;
Status?: CostEstimationStatus | null;
TimeRange?: CostEstimationTimeRange | null;
TotalCost?: number | null;
}

§Properties

§
Costs?: ServiceResourceCost[] | null
[src]

An array of ResourceCost objects that each contains details about the monthly cost estimate to analyze one of your Amazon Web Services resources.

§
NextToken?: string | null
[src]

The pagination token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.

§

The collection of the Amazon Web Services resources used to create your monthly DevOps Guru cost estimate.

§

The status of creating this cost estimate. If it's still in progress, the status ONGOING is returned. If it is finished, the status COMPLETED is returned.

§
TimeRange?: CostEstimationTimeRange | null
[src]

The start and end time of the cost estimation.

§
TotalCost?: number | null
[src]

The estimated monthly cost to analyze the Amazon Web Services resources. This value is the sum of the estimated costs to analyze each resource in the Costs object in this response.