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

ListRepositoryAssociationsRequest

import type { ListRepositoryAssociationsRequest } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/codegurureviewer.ts";
interface ListRepositoryAssociationsRequest {
MaxResults?: number | null;
Names?: string[] | null;
NextToken?: string | null;
Owners?: string[] | null;
ProviderTypes?: ProviderType[] | null;
States?: RepositoryAssociationState[] | null;
}

§Properties

§
MaxResults?: number | null
[src]
§
Names?: string[] | null
[src]
§
NextToken?: string | null
[src]
§
Owners?: string[] | null
[src]
§
ProviderTypes?: ProviderType[] | null
[src]