codeartifact_list_associated_packages: Returns a list of packages associated with the requested...

View source: R/codeartifact_operations.R

codeartifact_list_associated_packagesR Documentation

Returns a list of packages associated with the requested package group

Description

Returns a list of packages associated with the requested package group. For information package group association and matching, see Package group definition syntax and matching behavior in the CodeArtifact User Guide.

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

Usage

codeartifact_list_associated_packages(
  domain,
  domainOwner = NULL,
  packageGroup,
  maxResults = NULL,
  nextToken = NULL,
  preview = NULL
)

Arguments

domain

[required] The name of the domain that contains the package group from which to list associated packages.

domainOwner

The 12-digit account number of the Amazon Web Services account that owns the domain. It does not include dashes or spaces.

packageGroup

[required] The pattern of the package group from which to list associated packages.

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.

preview

When this flag is included, list_associated_packages will return a list of packages that would be associated with a package group, even if it does not exist.


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