CopyPackageVersionsRequest

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Set to true to overwrite a package version that already exists in the destination repository. If set to false and the package version already exists in the destination repository, the package version is returned in the failedVersions field of the response with an ALREADY_EXISTS error code.

Link copied to clipboard

The name of the repository into which package versions are copied.

Link copied to clipboard

The name of the domain that contains the source and destination repositories.

Link copied to clipboard

The 12-digit account number of the Amazon Web Services account that owns the domain. It does not include dashes or spaces.

Link copied to clipboard

The format of the package versions to be copied.

Link copied to clipboard

Set to true to copy packages from repositories that are upstream from the source repository to the destination repository. The default setting is false. For more information, see Working with upstream repositories.

Link copied to clipboard

The namespace of the package versions to be copied. The package component that specifies its namespace depends on its type. For example:

Link copied to clipboard

The name of the package that contains the versions to be copied.

Link copied to clipboard

The name of the repository that contains the package versions to be copied.

Link copied to clipboard

A list of key-value pairs. The keys are package versions and the values are package version revisions. A CopyPackageVersion operation succeeds if the specified versions in the source repository match the specified package version revision.

Link copied to clipboard

The versions of the package to be copied.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String