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

GetArchitectureRecommendationsResponse

import type { GetArchitectureRecommendationsResponse } from "https://aws-api.deno.dev/v0.4/services/route53recoveryreadiness.ts?docs=full";
interface GetArchitectureRecommendationsResponse {
LastAuditTimestamp?: Date | number | null;
NextToken?: string | null;
Recommendations?: Recommendation[] | null;
}

§Properties

§
LastAuditTimestamp?: Date | number | null
[src]

The time that a recovery group was last assessed for recommendations, in UTC ISO-8601 format.

§
NextToken?: string | null
[src]

The token that identifies which batch of results you want to see.

§
Recommendations?: Recommendation[] | null
[src]

A list of the recommendations for the customer's application.