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

ListRecommendationsResponse

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

Contains the response to your request to retrieve the list of recommendations for your account.

interface ListRecommendationsResponse {
NextToken?: string | null;
Recommendations?: Recommendation[] | null;
}

§Properties

§
NextToken?: string | null
[src]

A string token indicating that there might be additional recommendations available to be listed. Use the token provided in the ListRecommendationsResponse to use in the subsequent call to ListRecommendations with the same parameters to retrieve the next page of recommendations.

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

The recommendations applicable to your account.