String domain
The name of the domain that contains the repository.
String domainOwner
The 12-digit account number of the AWS account that owns the domain. It does not include dashes or spaces.
String repository
The name of the repository to which the external connection is added.
String externalConnection
The name of the external connection to add to the repository. The following values are supported:
public:npmjs - for the npm public repository.
public:pypi - for the Python Package Index.
public:maven-central - for Maven Central.
public:maven-googleandroid - for the Google Android repository.
public:maven-gradleplugins - for the Gradle plugins repository.
public:maven-commonsware - for the CommonsWare Android repository.
RepositoryDescription repository
Information about the connected repository after processing the request.
String domain
The name of the domain that contains the source and destination repositories.
String domainOwner
The 12-digit account number of the AWS account that owns the domain. It does not include dashes or spaces.
String sourceRepository
The name of the repository that contains the package versions to copy.
String destinationRepository
The name of the repository into which package versions are copied.
String format
The format of the package that is copied. The valid package types are:
npm: A Node Package Manager (npm) package.
pypi: A Python Package Index (PyPI) package.
maven: A Maven package that contains compiled code in a distributable format, such as a JAR file.
String namespace
The namespace of the package. The package component that specifies its namespace depends on its type. For example:
The namespace of a Maven package is its groupId.
The namespace of an npm package is its scope.
A Python package does not contain a corresponding component, so Python packages do not have a namespace.
String packageValue
The name of the package that is copied.
List<E> versions
The versions of the package to copy.
You must specify versions or versionRevisions. You cannot specify both.
Map<K,V> versionRevisions
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.
You must specify versions or versionRevisions. You cannot specify both.
Boolean allowOverwrite
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.
Boolean includeFromUpstream
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.
Map<K,V> successfulVersions
A list of the package versions that were successfully copied to your repository.
Map<K,V> failedVersions
A map of package versions that failed to copy and their error codes. The possible error codes are in the
PackageVersionError data type. They are:
ALREADY_EXISTS
MISMATCHED_REVISION
MISMATCHED_STATUS
NOT_ALLOWED
NOT_FOUND
SKIPPED
String domain
The name of the domain to create. All domain names in an AWS Region that are in the same AWS account must be unique. The domain name is used as the prefix in DNS hostnames. Do not use sensitive information in a domain name because it is publicly discoverable.
String encryptionKey
The encryption key for the domain. This is used to encrypt content stored in a domain. An encryption key can be a
key ID, a key Amazon Resource Name (ARN), a key alias, or a key alias ARN. To specify an
encryptionKey, your IAM role must have kms:DescribeKey and kms:CreateGrant
permissions on the encryption key that is used. For more information, see DescribeKey in the AWS Key Management Service API Reference and AWS KMS API
Permissions Reference in the AWS Key Management Service Developer Guide.
CodeArtifact supports only symmetric CMKs. Do not associate an asymmetric CMK with your domain. For more information, see Using symmetric and asymmetric keys in the AWS Key Management Service Developer Guide.
List<E> tags
One or more tag key-value pairs for the domain.
DomainDescription domain
Contains information about the created domain after processing the request.
String domain
The name of the domain that contains the created repository.
String domainOwner
The 12-digit account number of the AWS account that owns the domain. It does not include dashes or spaces.
String repository
The name of the repository to create.
String description
A description of the created repository.
List<E> upstreams
A list of upstream repositories to associate with the repository. The order of the upstream repositories in the list determines their priority order when AWS CodeArtifact looks for a requested package version. For more information, see Working with upstream repositories.
List<E> tags
One or more tag key-value pairs for the repository.
RepositoryDescription repository
Information about the created repository after processing the request.
String domain
The name of the domain associated with the resource policy to be deleted.
String domainOwner
The 12-digit account number of the AWS account that owns the domain. It does not include dashes or spaces.
String policyRevision
The current revision of the resource policy to be deleted. This revision is used for optimistic locking, which prevents others from overwriting your changes to the domain's resource policy.
ResourcePolicy policy
Information about the deleted resource policy after processing the request.
DomainDescription domain
Contains information about the deleted domain after processing the request.
String domain
The name of the domain that contains the package to delete.
String domainOwner
The 12-digit account number of the AWS account that owns the domain. It does not include dashes or spaces.
String repository
The name of the repository that contains the package versions to delete.
String format
The format of the package versions to delete. The valid values are:
npm
pypi
maven
String namespace
The namespace of the package. The package component that specifies its namespace depends on its type. For example:
The namespace of a Maven package is its groupId.
The namespace of an npm package is its scope.
A Python package does not contain a corresponding component, so Python packages do not have a namespace.
String packageValue
The name of the package with the versions to delete.
List<E> versions
An array of strings that specify the versions of the package to delete.
String expectedStatus
The expected status of the package version to delete. Valid values are:
Published
Unfinished
Unlisted
Archived
Disposed
Map<K,V> successfulVersions
A list of the package versions that were successfully deleted.
Map<K,V> failedVersions
A PackageVersionError object that contains a map of errors codes for the deleted package that
failed. The possible error codes are:
ALREADY_EXISTS
MISMATCHED_REVISION
MISMATCHED_STATUS
NOT_ALLOWED
NOT_FOUND
SKIPPED
String domain
The name of the domain that contains the repository associated with the resource policy to be deleted.
String domainOwner
The 12-digit account number of the AWS account that owns the domain. It does not include dashes or spaces.
String repository
The name of the repository that is associated with the resource policy to be deleted
String policyRevision
The revision of the repository's resource policy to be deleted. This revision is used for optimistic locking, which prevents others from accidentally overwriting your changes to the repository's resource policy.
ResourcePolicy policy
Information about the deleted policy after processing the request.
RepositoryDescription repository
Information about the deleted repository after processing the request.
DomainDescription domain
String domain
The name of the domain that contains the repository that contains the package version.
String domainOwner
The 12-digit account number of the AWS account that owns the domain. It does not include dashes or spaces.
String repository
The name of the repository that contains the package version.
String format
A format that specifies the type of the requested package version. The valid values are:
npm
pypi
maven
String namespace
The namespace of the package. The package component that specifies its namespace depends on its type. For example:
The namespace of a Maven package is its groupId.
The namespace of an npm package is its scope.
A Python package does not contain a corresponding component, so Python packages do not have a namespace.
String packageValue
The name of the requested package version.
String packageVersion
A string that contains the package version (for example, 3.5.2).
PackageVersionDescription packageVersion
A PackageVersionDescription object that contains information about the requested package version.
String domain
The name of the domain that contains the repository to describe.
String domainOwner
The 12-digit account number of the AWS account that owns the domain. It does not include dashes or spaces.
String repository
A string that specifies the name of the requested repository.
RepositoryDescription repository
A RepositoryDescription object that contains the requested repository information.
String domain
The name of the domain that contains the repository from which to remove the external repository.
String domainOwner
The 12-digit account number of the AWS account that owns the domain. It does not include dashes or spaces.
String repository
The name of the repository from which the external connection will be removed.
String externalConnection
The name of the external connection to be removed from the repository.
RepositoryDescription repository
The repository associated with the removed external connection.
String domain
The name of the domain that contains the repository you want to dispose.
String domainOwner
The 12-digit account number of the AWS account that owns the domain. It does not include dashes or spaces.
String repository
The name of the repository that contains the package versions you want to dispose.
String format
A format that specifies the type of package versions you want to dispose. The valid values are:
npm
pypi
maven
String namespace
The namespace of the package. The package component that specifies its namespace depends on its type. For example:
The namespace of a Maven package is its groupId.
The namespace of an npm package is its scope.
A Python package does not contain a corresponding component, so Python packages do not have a namespace.
String packageValue
The name of the package with the versions you want to dispose.
List<E> versions
The versions of the package you want to dispose.
Map<K,V> versionRevisions
The revisions of the package versions you want to dispose.
String expectedStatus
The expected status of the package version to dispose. Valid values are:
Published
Unfinished
Unlisted
Archived
Disposed
Map<K,V> successfulVersions
A list of the package versions that were successfully disposed.
Map<K,V> failedVersions
A PackageVersionError object that contains a map of errors codes for the disposed package versions
that failed. The possible error codes are:
ALREADY_EXISTS
MISMATCHED_REVISION
MISMATCHED_STATUS
NOT_ALLOWED
NOT_FOUND
SKIPPED
String name
The name of the domain.
String owner
The AWS account ID that owns the domain.
String arn
The Amazon Resource Name (ARN) of the domain.
String status
The current status of a domain. The valid values are
Active
Deleted
Date createdTime
A timestamp that represents the date and time the domain was created.
String encryptionKey
The ARN of an AWS Key Management Service (AWS KMS) key associated with a domain.
Integer repositoryCount
The number of repositories in the domain.
Long assetSizeBytes
The total size of all assets in the domain.
String s3BucketArn
The Amazon Resource Name (ARN) of the Amazon S3 bucket that is used to store package assets in the domain.
String name
The name of the domain.
String owner
The 12-digit account number of the AWS account that owns the domain. It does not include dashes or spaces.
String arn
The ARN of the domain.
String status
A string that contains the status of the domain. The valid values are:
Active
Deleted
Date createdTime
A timestamp that contains the date and time the domain was created.
String encryptionKey
The key used to encrypt the domain.
String domain
The name of the domain that is in scope for the generated authorization token.
String domainOwner
The 12-digit account number of the AWS account that owns the domain. It does not include dashes or spaces.
Long durationSeconds
The time, in seconds, that the generated authorization token is valid. Valid values are 0 and any
number between 900 (15 minutes) and 43200 (12 hours). A value of 0 will
set the expiration of the authorization token to the same expiration of the user's role's temporary credentials.
ResourcePolicy policy
The returned resource policy.
String domain
The name of the domain that contains the repository that contains the package version with the requested asset.
String domainOwner
The 12-digit account number of the AWS account that owns the domain. It does not include dashes or spaces.
String repository
The repository that contains the package version with the requested asset.
String format
A format that specifies the type of the package version with the requested asset file. The valid values are:
npm
pypi
maven
String namespace
The namespace of the package. The package component that specifies its namespace depends on its type. For example:
The namespace of a Maven package is its groupId.
The namespace of an npm package is its scope.
A Python package does not contain a corresponding component, so Python packages do not have a namespace.
String packageValue
The name of the package that contains the requested asset.
String packageVersion
A string that contains the package version (for example, 3.5.2).
String asset
The name of the requested asset.
String packageVersionRevision
The name of the package version revision that contains the requested asset.
InputStream asset
The binary file, or asset, that is downloaded.
String assetName
The name of the asset that is downloaded.
String packageVersion
A string that contains the package version (for example, 3.5.2).
String packageVersionRevision
The name of the package version revision that contains the downloaded asset.
String domain
The name of the domain that contains the repository that contains the package version with the requested readme file.
String domainOwner
The 12-digit account number of the AWS account that owns the domain. It does not include dashes or spaces.
String repository
The repository that contains the package with the requested readme file.
String format
A format that specifies the type of the package version with the requested readme file. The valid values are:
npm
pypi
maven
String namespace
The namespace of the package. The package component that specifies its namespace depends on its type. For example:
The namespace of a Maven package is its groupId.
The namespace of an npm package is its scope.
A Python package does not contain a corresponding component, so Python packages do not have a namespace.
String packageValue
The name of the package version that contains the requested readme file.
String packageVersion
A string that contains the package version (for example, 3.5.2).
String format
The format of the package with the requested readme file. Valid format types are:
npm
pypi
maven
String namespace
The namespace of the package. The package component that specifies its namespace depends on its type. For example:
The namespace of a Maven package is its groupId.
The namespace of an npm package is its scope.
A Python package does not contain a corresponding component, so Python packages do not have a namespace.
String packageValue
The name of the package that contains the returned readme file.
String version
The version of the package with the requested readme file.
String versionRevision
The current revision associated with the package version.
String readme
The text of the returned readme file.
String domain
The name of the domain that contains the repository.
String domainOwner
The 12-digit account number of the AWS account that owns the domain that contains the repository. It does not include dashes or spaces.
String repository
The name of the repository.
String format
Returns which endpoint of a repository to return. A repository has one endpoint for each package format:
npm
pypi
maven
String repositoryEndpoint
A string that specifies the URL of the returned endpoint.
String domain
The name of the domain containing the repository whose associated resource policy is to be retrieved.
String domainOwner
The 12-digit account number of the AWS account that owns the domain. It does not include dashes or spaces.
String repository
The name of the repository whose associated resource policy is to be retrieved.
ResourcePolicy policy
The returned resource policy.
List<E> domains
The returned list of DomainSummary objects.
String nextToken
The token for the next set of results. Use the value returned in the previous response in the next request to retrieve the next set of results.
String domain
The name of the domain that contains the repository that contains the requested list of packages.
String domainOwner
The 12-digit account number of the AWS account that owns the domain. It does not include dashes or spaces.
String repository
The name of the repository from which packages are to be listed.
String format
The format of the packages. The valid package types are:
npm: A Node Package Manager (npm) package.
pypi: A Python Package Index (PyPI) package.
maven: A Maven package that contains compiled code in a distributable format, such as a JAR file.
String namespace
The namespace of the package. The package component that specifies its namespace depends on its type. For example:
The namespace of a Maven package is its groupId.
The namespace of an npm package is its scope.
A Python package does not contain a corresponding component, so Python packages do not have a namespace.
String packagePrefix
A prefix used to filter returned packages. Only packages with names that start with packagePrefix
are returned.
Integer maxResults
The maximum number of results to return per page.
String nextToken
The token for the next set of results. Use the value returned in the previous response in the next request to retrieve the next set of results.
List<E> packages
The list of returned PackageSummary objects.
String nextToken
If there are additional results, this is the token for the next set of results.
String domain
The name of the domain that contains the repository associated with the package version assets.
String domainOwner
The 12-digit account number of the AWS account that owns the domain. It does not include dashes or spaces.
String repository
The name of the repository that contains the package that contains the returned package version assets.
String format
The format of the package that contains the returned package version assets. The valid package types are:
npm: A Node Package Manager (npm) package.
pypi: A Python Package Index (PyPI) package.
maven: A Maven package that contains compiled code in a distributable format, such as a JAR file.
String namespace
The namespace of the package. The package component that specifies its namespace depends on its type. For example:
The namespace of a Maven package is its groupId.
The namespace of an npm package is its scope.
A Python package does not contain a corresponding component, so Python packages do not have a namespace.
String packageValue
The name of the package that contains the returned package version assets.
String packageVersion
A string that contains the package version (for example, 3.5.2).
Integer maxResults
The maximum number of results to return per page.
String nextToken
The token for the next set of results. Use the value returned in the previous response in the next request to retrieve the next set of results.
String format
The format of the package that contains the returned package version assets.
String namespace
The namespace of the package. The package component that specifies its namespace depends on its type. For example:
The namespace of a Maven package is its groupId.
The namespace of an npm package is its scope.
A Python package does not contain a corresponding component, so Python packages do not have a namespace.
String packageValue
The name of the package that contains the returned package version assets.
String version
The version of the package associated with the returned assets.
String versionRevision
The current revision associated with the package version.
String nextToken
If there are additional results, this is the token for the next set of results.
List<E> assets
The returned list of AssetSummary objects.
String domain
The name of the domain that contains the repository that contains the requested package version dependencies.
String domainOwner
The 12-digit account number of the AWS account that owns the domain. It does not include dashes or spaces.
String repository
The name of the repository that contains the requested package version.
String format
The format of the package with the requested dependencies. The valid package types are:
npm: A Node Package Manager (npm) package.
pypi: A Python Package Index (PyPI) package.
maven: A Maven package that contains compiled code in a distributable format, such as a JAR file.
String namespace
The namespace of the package. The package component that specifies its namespace depends on its type. For example:
The namespace of a Maven package is its groupId.
The namespace of an npm package is its scope.
A Python package does not contain a corresponding component, so Python packages do not have a namespace.
String packageValue
The name of the package versions' package.
String packageVersion
A string that contains the package version (for example, 3.5.2).
String nextToken
The token for the next set of results. Use the value returned in the previous response in the next request to retrieve the next set of results.
String format
A format that specifies the type of the package that contains the returned dependencies. The valid values are:
npm
pypi
maven
String namespace
The namespace of the package. The package component that specifies its namespace depends on its type. For example:
The namespace of a Maven package is its groupId.
The namespace of an npm package is its scope.
A Python package does not contain a corresponding component, so Python packages do not have a namespace.
String packageValue
The name of the package that contains the returned package versions dependencies.
String version
The version of the package that is specified in the request.
String versionRevision
The current revision associated with the package version.
String nextToken
The token for the next set of results. Use the value returned in the previous response in the next request to retrieve the next set of results.
List<E> dependencies
The returned list of PackageDependency objects.
String domain
The name of the domain that contains the repository that contains the returned package versions.
String domainOwner
The 12-digit account number of the AWS account that owns the domain. It does not include dashes or spaces.
String repository
The name of the repository that contains the package.
String format
The format of the returned packages. The valid package types are:
npm: A Node Package Manager (npm) package.
pypi: A Python Package Index (PyPI) package.
maven: A Maven package that contains compiled code in a distributable format, such as a JAR file.
String namespace
The namespace of the package. The package component that specifies its namespace depends on its type. For example:
The namespace of a Maven package is its groupId.
The namespace of an npm package is its scope.
A Python package does not contain a corresponding component, so Python packages do not have a namespace.
String packageValue
The name of the package for which you want to return a list of package versions.
String status
A string that specifies the status of the package versions to include in the returned list. It can be one of the following:
Published
Unfinished
Unlisted
Archived
Disposed
String sortBy
How to sort the returned list of package versions.
Integer maxResults
The maximum number of results to return per page.
String nextToken
The token for the next set of results. Use the value returned in the previous response in the next request to retrieve the next set of results.
String defaultDisplayVersion
The default package version to display. This depends on the package format:
For Maven and PyPI packages, it's the most recently published package version.
For npm packages, it's the version referenced by the latest tag. If the latest tag is
not set, it's the most recently published package version.
String format
A format of the package. Valid package format values are:
npm
pypi
maven
String namespace
The namespace of the package. The package component that specifies its namespace depends on its type. For example:
The namespace of a Maven package is its groupId.
The namespace of an npm package is its scope.
A Python package does not contain a corresponding component, so Python packages do not have a namespace.
String packageValue
The name of the package.
List<E> versions
The returned list of PackageVersionSummary objects.
String nextToken
If there are additional results, this is the token for the next set of results.
String domain
The name of the domain that contains the returned list of repositories.
String domainOwner
The 12-digit account number of the AWS account that owns the domain. It does not include dashes or spaces.
String administratorAccount
Filter the list of repositories to only include those that are managed by the AWS account ID.
String repositoryPrefix
A prefix used to filter returned repositories. Only repositories with names that start with
repositoryPrefix are returned.
Integer maxResults
The maximum number of results to return per page.
String nextToken
The token for the next set of results. Use the value returned in the previous response in the next request to retrieve the next set of results.
String repositoryPrefix
A prefix used to filter returned repositories. Only repositories with names that start with
repositoryPrefix are returned.
Integer maxResults
The maximum number of results to return per page.
String nextToken
The token for the next set of results. Use the value returned in the previous response in the next request to retrieve the next set of results.
List<E> repositories
The returned list of RepositorySummary objects.
String nextToken
If there are additional results, this is the token for the next set of results.
String resourceArn
The Amazon Resource Name (ARN) of the resource to get tags for.
String namespace
The namespace of the package. The package component that specifies its namespace depends on its type. For example:
The namespace of a Maven package is its groupId.
The namespace of an npm package is its scope.
A Python package does not contain a corresponding component, so Python packages do not have a namespace.
String packageValue
The name of the package that this package depends on.
String dependencyType
The type of a package dependency. The possible values depend on the package type. Example types are
compile, runtime, and test for Maven packages, and dev,
prod, and optional for npm packages.
String versionRequirement
The required version, or version range, of the package that this package depends on. The version format is
specific to the package type. For example, the following are possible valid required versions: 1.2.3, ^2.3.4, or 4.x.
String format
The format of the package. Valid values are:
npm
pypi
maven
String namespace
The namespace of the package. The package component that specifies its namespace depends on its type. For example:
The namespace of a Maven package is its groupId.
The namespace of an npm package is its scope.
A Python package does not contain a corresponding component, so Python packages do not have a namespace.
String packageValue
The name of the package.
String format
The format of the package version. The valid package formats are:
npm: A Node Package Manager (npm) package.
pypi: A Python Package Index (PyPI) package.
maven: A Maven package that contains compiled code in a distributable format, such as a JAR file.
String namespace
The namespace of the package. The package component that specifies its namespace depends on its type. For example:
The namespace of a Maven package is its groupId.
The namespace of an npm package is its scope.
A Python package does not contain a corresponding component, so Python packages do not have a namespace.
String packageName
The name of the requested package.
String displayName
The name of the package that is displayed. The displayName varies depending on the package version's
format. For example, if an npm package is named ui, is in the namespace vue, and has
the format npm, then the displayName is @vue/ui.
String version
The version of the package.
String summary
A summary of the package version. The summary is extracted from the package. The information in and detail level of the summary depends on the package version's format.
String homePage
The homepage associated with the package.
String sourceCodeRepository
The repository for the source code in the package version, or the source code used to build it.
Date publishedTime
A timestamp that contains the date and time the package version was published.
List<E> licenses
Information about licenses associated with the package version.
String revision
The revision of the package version.
String status
A string that contains the status of the package version. It can be one of the following:
Published
Unfinished
Unlisted
Archived
Disposed
String domain
The name of the domain on which to set the resource policy.
String domainOwner
The 12-digit account number of the AWS account that owns the domain. It does not include dashes or spaces.
String policyRevision
The current revision of the resource policy to be set. This revision is used for optimistic locking, which prevents others from overwriting your changes to the domain's resource policy.
String policyDocument
A valid displayable JSON Aspen policy string to be set as the access control resource policy on the provided domain.
ResourcePolicy policy
The resource policy that was set after processing the request.
String domain
The name of the domain containing the repository to set the resource policy on.
String domainOwner
The 12-digit account number of the AWS account that owns the domain. It does not include dashes or spaces.
String repository
The name of the repository to set the resource policy on.
String policyRevision
Sets the revision of the resource policy that specifies permissions to access the repository. This revision is used for optimistic locking, which prevents others from overwriting your changes to the repository's resource policy.
String policyDocument
A valid displayable JSON Aspen policy string to be set as the access control resource policy on the provided repository.
ResourcePolicy policy
The resource policy that was set after processing the request.
String name
The name of the repository.
String administratorAccount
The 12-digit account number of the AWS account that manages the repository.
String domainName
The name of the domain that contains the repository.
String domainOwner
The 12-digit account number of the AWS account that owns the domain that contains the repository. It does not include dashes or spaces.
String arn
The Amazon Resource Name (ARN) of the repository.
String description
A text description of the repository.
List<E> upstreams
A list of upstream repositories to associate with the repository. The order of the upstream repositories in the list determines their priority order when AWS CodeArtifact looks for a requested package version. For more information, see Working with upstream repositories.
List<E> externalConnections
An array of external connections associated with the repository.
String externalConnectionName
The name of the external connection associated with a repository.
String packageFormat
The package format associated with a repository's external connection. The valid package formats are:
npm: A Node Package Manager (npm) package.
pypi: A Python Package Index (PyPI) package.
maven: A Maven package that contains compiled code in a distributable format, such as a JAR file.
String status
The status of the external connection of a repository. There is one valid value, Available.
String name
The name of the repository.
String administratorAccount
The AWS account ID that manages the repository.
String domainName
The name of the domain that contains the repository.
String domainOwner
The 12-digit account number of the AWS account that owns the domain. It does not include dashes or spaces.
String arn
The ARN of the repository.
String description
The description of the repository.
Integer retryAfterSeconds
The time period, in seconds, to wait before retrying the request.
String domain
The name of the domain that contains the repository that contains the package versions with a status to be updated.
String domainOwner
The 12-digit account number of the AWS account that owns the domain. It does not include dashes or spaces.
String repository
The repository that contains the package versions with the status you want to update.
String format
A format that specifies the type of the package with the statuses to update. The valid values are:
npm
pypi
maven
String namespace
The namespace of the package. The package component that specifies its namespace depends on its type. For example:
The namespace of a Maven package is its groupId.
The namespace of an npm package is its scope.
A Python package does not contain a corresponding component, so Python packages do not have a namespace.
String packageValue
The name of the package with the version statuses to update.
List<E> versions
An array of strings that specify the versions of the package with the statuses to update.
Map<K,V> versionRevisions
A map of package versions and package version revisions. The map key is the package version (for
example, 3.5.2), and the map value is the package version revision.
String expectedStatus
The package version’s expected status before it is updated. If expectedStatus is provided, the
package version's status is updated only if its status at the time UpdatePackageVersionsStatus is
called matches expectedStatus.
String targetStatus
The status you want to change the package version status to.
Map<K,V> successfulVersions
A list of PackageVersionError objects, one for each package version with a status that failed to
update.
Map<K,V> failedVersions
A list of SuccessfulPackageVersionInfo objects, one for each package version with a status that
successfully updated.
String domain
The name of the domain associated with the repository to update.
String domainOwner
The 12-digit account number of the AWS account that owns the domain. It does not include dashes or spaces.
String repository
The name of the repository to update.
String description
An updated repository description.
List<E> upstreams
A list of upstream repositories to associate with the repository. The order of the upstream repositories in the list determines their priority order when AWS CodeArtifact looks for a requested package version. For more information, see Working with upstream repositories.
RepositoryDescription repository
The updated repository.
String repositoryName
The name of an upstream repository.
String repositoryName
The name of an upstream repository.
String reason
Copyright © 2022. All rights reserved.