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

ListCodeRepositoriesOutput

import type { ListCodeRepositoriesOutput } from "https://aws-api.deno.dev/v0.4/services/sagemaker.ts?docs=full";
interface ListCodeRepositoriesOutput {
CodeRepositorySummaryList: CodeRepositorySummary[];
NextToken?: string | null;
}

§Properties

§
CodeRepositorySummaryList: CodeRepositorySummary[]
[src]

Gets a list of summaries of the Git repositories. Each summary specifies the following values for the repository:

  • Name
  • Amazon Resource Name (ARN)
  • Creation time
  • Last modified time
  • Configuration information, including the URL location of the repository and the ARN of the Amazon Web Services Secrets Manager secret that contains the credentials used to access the repository.
§
NextToken?: string | null
[src]

If the result of a ListCodeRepositoriesOutput request was truncated, the response includes a NextToken. To get the next set of Git repositories, use the token in the next request.