RepositoryAssociationSummary
import type { RepositoryAssociationSummary } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/codegurureviewer.ts";interface RepositoryAssociationSummary {
AssociationArn?: string | null;
AssociationId?: string | null;
ConnectionArn?: string | null;
LastUpdatedTimeStamp?: Date | number | null;
Name?: string | null;
Owner?: string | null;
ProviderType?: ProviderType | null;
State?: RepositoryAssociationState | null;
}