UpdatePackageVersionsStatusRequest

Types

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

Properties

Link copied to clipboard

The name of the domain that contains the repository that contains the package versions with a status to be updated.

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 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.

Link copied to clipboard

A format that specifies the type of the package with the statuses to update.

Link copied to clipboard

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

Link copied to clipboard

The name of the package with the version statuses to update.

Link copied to clipboard

The repository that contains the package versions with the status you want to update.

Link copied to clipboard

The status you want to change the package version status to.

Link copied to clipboard

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.

Link copied to clipboard

An array of strings that specify the versions of the package with the statuses to update.

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