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.3/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 a Recovery Group was last assessed for recommendations in UTC ISO-8601 format.

§
NextToken?: string | null
[src]

A token that can be used to resume pagination from the end of the collection

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

A list of recommendations for the customer's application