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

DescribeCodeRepositoryOutput

import type { DescribeCodeRepositoryOutput } from "https://aws-api.deno.dev/v0.4/services/sagemaker.ts?docs=full";
interface DescribeCodeRepositoryOutput {
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 repository was created.

§
GitConfig?: GitConfig | null
[src]

Configuration details about the repository, including the URL where the repository is located, the default branch, and the Amazon Resource Name (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 repository was last changed.