codeartifact_list_repositories: Returns a list of RepositorySummary objects

View source: R/codeartifact_operations.R

codeartifact_list_repositoriesR Documentation

Returns a list of RepositorySummary objects

Description

Returns a list of RepositorySummary objects. Each RepositorySummary contains information about a repository in the specified Amazon Web Services account and that matches the input parameters.

See https://www.paws-r-sdk.com/docs/codeartifact_list_repositories/ for full documentation.

Usage

codeartifact_list_repositories(
  repositoryPrefix = NULL,
  maxResults = NULL,
  nextToken = NULL
)

Arguments

repositoryPrefix

A prefix used to filter returned repositories. Only repositories with names that start with repositoryPrefix are returned.

maxResults

The maximum number of results to return per page.

nextToken

The token for the next set of results. Use the value returned in the previous response in the next request to retrieve the next set of results.


paws.developer.tools documentation built on Sept. 12, 2024, 6:46 a.m.