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

GetArchitectureRecommendationsRequest

import type { GetArchitectureRecommendationsRequest } from "https://aws-api.deno.dev/v0.3/services/route53recoveryreadiness.ts?docs=full";
interface GetArchitectureRecommendationsRequest {
MaxResults?: number | null;
NextToken?: string | null;
RecoveryGroupName: string;
}

§Properties

§
MaxResults?: number | null
[src]

Upper bound on number of records to return.

§
NextToken?: string | null
[src]

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

§
RecoveryGroupName: string
[src]

Name of RecoveryGroup (top level resource) to be analyzed.