listPackageVersions
inline suspend fun CodeartifactClient.listPackageVersions(crossinline block: ListPackageVersionsRequest.Builder.() -> Unit): ListPackageVersionsResponse
Returns a list of PackageVersionSummary objects for package versions in a repository that match the request parameters. Package versions of all statuses will be returned by default when calling list-package-versions
with no --status
parameter.