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;
}