View source: R/codeartifact_operations.R
codeartifact_publish_package_version | R Documentation |
Creates a new package version containing one or more assets (or files).
See https://www.paws-r-sdk.com/docs/codeartifact_publish_package_version/ for full documentation.
codeartifact_publish_package_version(
domain,
domainOwner = NULL,
repository,
format,
namespace = NULL,
package,
packageVersion,
assetContent,
assetName,
assetSHA256,
unfinished = NULL
)
domain |
[required] The name of the domain that contains the repository that contains the package version to publish. |
domainOwner |
The 12-digit account number of the AWS account that owns the domain. It does not include dashes or spaces. |
repository |
[required] The name of the repository that the package version will be published to. |
format |
[required] A format that specifies the type of the package version with the requested asset file. The only supported value is |
namespace |
The namespace of the package version to publish. |
package |
[required] The name of the package version to publish. |
packageVersion |
[required] The package version to publish (for example, |
assetContent |
[required] The content of the asset to publish. |
assetName |
[required] The name of the asset to publish. Asset names can include Unicode
letters and numbers, and the following special characters:
[ ]: R:%20 |
assetSHA256 |
[required] The SHA256 hash of the This value is used as an integrity check to verify that the
|
unfinished |
Specifies whether the package version should remain in the Valid values: |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.