codeartifact_update_package_group {paws.developer.tools} | R Documentation |
Updates a package group
Description
Updates a package group. This API cannot be used to update a package group's origin configuration or pattern. To update a package group's origin configuration, use update_package_group_origin_configuration
.
See https://www.paws-r-sdk.com/docs/codeartifact_update_package_group/ for full documentation.
Usage
codeartifact_update_package_group(
domain,
domainOwner = NULL,
packageGroup,
contactInfo = NULL,
description = NULL
)
Arguments
domain |
[required] The name of the domain which contains the package group to be updated. |
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 to be updated. |
contactInfo |
Contact information which you want to update the requested package group with. |
description |
The description you want to update the requested package group with. |
[Package paws.developer.tools version 0.7.0 Index]