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

ReservationPurchaseRecommendationMetadata

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

Information about this specific recommendation, such as the timestamp for when Amazon Web Services made a specific recommendation.

interface ReservationPurchaseRecommendationMetadata {
GenerationTimestamp?: string | null;
RecommendationId?: string | null;
}

§Properties

§
GenerationTimestamp?: string | null
[src]

The timestamp for when Amazon Web Services made this recommendation.

§
RecommendationId?: string | null
[src]

The ID for this specific recommendation.