Returns a list of direct children of the specified package group.
See https://www.paws-r-sdk.com/docs/codeartifact_list_sub_package_groups/ for full documentation.
codeartifact_list_sub_package_groups(
domain,
domainOwner = NULL,
packageGroup,
maxResults = NULL,
nextToken = NULL
)
[required] The name of the domain which contains the package group from which to list sub package groups.
The 12-digit account number of the Amazon Web Services account that owns the domain. It does not include dashes or spaces.
[required] The pattern of the package group from which to list sub package groups.
The maximum number of results to return per page.
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.