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

TrustedAdvisorCategorySpecificSummary

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

The container for summary information that relates to the category of the Trusted Advisor check.

interface TrustedAdvisorCategorySpecificSummary {
costOptimizing?: TrustedAdvisorCostOptimizingSummary | null;
}

§Properties

§

The summary information about cost savings for a Trusted Advisor check that is in the Cost Optimizing category.