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

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

§Properties

§
AssociationArn?: string | null
[src]
§
AssociationId?: string | null
[src]
§
ConnectionArn?: string | null
[src]
§
LastUpdatedTimeStamp?: Date | number | null
[src]
§
Name?: string | null
[src]
§
Owner?: string | null
[src]
§
ProviderType?: ProviderType | null
[src]