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

UpdateCodeRepositoryInput

import type { UpdateCodeRepositoryInput } from "https://aws-api.deno.dev/v0.4/services/sagemaker.ts?docs=full";
interface UpdateCodeRepositoryInput {
CodeRepositoryName: string;
GitConfig?: GitConfigForUpdate | null;
}

§Properties

§
CodeRepositoryName: string
[src]

The name of the Git repository to update.

§
GitConfig?: GitConfigForUpdate | null
[src]

The configuration of the git repository, including the URL and the Amazon Resource Name (ARN) of the Amazon Web Services Secrets Manager secret that contains the credentials used to access the repository. The secret must have a staging label of AWSCURRENT and must be in the following format:

{"username": _UserName_, "password": _Password_}