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
)
[required] The name of the domain that contains the repository that contains the package version to publish.
The 12-digit account number of the AWS account that owns the domain. It does not include dashes or spaces.
[required] The name of the repository that the package version will be published to.
[required] A format that specifies the type of the package version with the requested asset file.
The only supported value is generic
.
The namespace of the package version to publish.
[required] The name of the package version to publish.
[required] The package version to publish (for example, 3.5.2
).
[required] The content of the asset to publish.
[required] The name of the asset to publish. Asset names can include Unicode
letters and numbers, and the following special characters:
~ ! @ ^ & ( ) - ` _ + [ ] { } ; , . `
[ ]: R:%20
[required] The SHA256 hash of the assetContent
to publish. This value must be
calculated by the caller and provided with the request (see Publishing a generic package
in the CodeArtifact User Guide).
This value is used as an integrity check to verify that the
assetContent
has not changed after it was originally sent.
Specifies whether the package version should remain in the unfinished
state. If omitted, the package version status will be set to Published
(see Package version status
in the CodeArtifact User Guide).
Valid values: unfinished