View source: R/codeartifact_operations.R
codeartifact_update_package_group | R Documentation |
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.
codeartifact_update_package_group(
domain,
domainOwner = NULL,
packageGroup,
contactInfo = NULL,
description = NULL
)
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. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.