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

GenerationSummary

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

The summary of the Savings Plans recommendation generation.

interface GenerationSummary {
EstimatedCompletionTime?: string | null;
GenerationCompletionTime?: string | null;
GenerationStartedTime?: string | null;
GenerationStatus?: GenerationStatus | null;
RecommendationId?: string | null;
}

§Properties

§
EstimatedCompletionTime?: string | null
[src]

Indicates the estimated time for when the recommendation generation will complete.

§
GenerationCompletionTime?: string | null
[src]

Indicates the completion time of the recommendation generation.

§
GenerationStartedTime?: string | null
[src]

Indicates the start time of the recommendation generation.

§
GenerationStatus?: GenerationStatus | null
[src]

Indicates whether the recommendation generation succeeded, is processing, or failed.

§
RecommendationId?: string | null
[src]

Indicates the ID for this specific recommendation.