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

Recommendation

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

Recommendations that are provided to make an application more recovery resilient.

interface Recommendation {
RecommendationText: string;
}

§Properties

§
RecommendationText: string
[src]

Text of the recommendations that are provided to make an application more recovery resilient.