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

ListRepositoryAssociationsResponse

import type { ListRepositoryAssociationsResponse } from "https://aws-api.deno.dev/v0.4/services/codegurureviewer.ts?docs=full";
interface ListRepositoryAssociationsResponse {
NextToken?: string | null;
RepositoryAssociationSummaries?: RepositoryAssociationSummary[] | null;
}

§Properties

§
NextToken?: string | null
[src]

The nextToken value to include in a future ListRecommendations request. When the results of a ListRecommendations request exceed maxResults, this value can be used to retrieve the next page of results. This value is null when there are no more results to return.

§
RepositoryAssociationSummaries?: RepositoryAssociationSummary[] | null
[src]

A list of repository associations that meet the criteria of the request.