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

CodeRepositorySummary

import type { CodeRepositorySummary } from "https://aws-api.deno.dev/v0.4/services/sagemaker.ts?docs=full";

Specifies summary information about a Git repository.

interface CodeRepositorySummary {
CodeRepositoryArn: string;
CodeRepositoryName: string;
CreationTime: Date | number;
GitConfig?: GitConfig | null;
LastModifiedTime: Date | number;
}

§Properties

§
CodeRepositoryArn: string
[src]

The Amazon Resource Name (ARN) of the Git repository.

§
CodeRepositoryName: string
[src]

The name of the Git repository.

§
CreationTime: Date | number
[src]

The date and time that the Git repository was created.

§
GitConfig?: GitConfig | null
[src]

Configuration details for the Git repository, including the URL where it is located and the ARN of the Amazon Web Services Secrets Manager secret that contains the credentials used to access the repository.

§
LastModifiedTime: Date | number
[src]

The date and time that the Git repository was last modified.