class Aws::CodeArtifact::Types::UpdatePackageVersionsStatusRequest
@see docs.aws.amazon.com/goto/WebAPI/codeartifact-2018-09-22/UpdatePackageVersionsStatusRequest AWS API Documentation
@return [String]
The status you want to change the package version status to.
@!attribute [rw] target_status
@return [String]
is called matches ‘expectedStatus`.
updated only if its status at the time `UpdatePackageVersionsStatus`
`expectedStatus` is provided, the package version’s status is
The package version’s expected status before it is updated. If
@!attribute [rw] expected_status
@return [Hash<String,String>]
‘value` is the package version revision.
`key` is the package version (for example, `3.5.2`), and the map
A map of package versions and package version revisions. The map
@!attribute [rw] version_revisions
@return [Array<String>]
the statuses to update.
An array of strings that specify the versions of the package with
@!attribute [rw] versions
@return [String]
The name of the package with the version statuses to update.
@!attribute [rw] package
@return [String]
have a namespace.
corresponding component, package versions of those formats do not
* Python, NuGet, Ruby, and Cargo package versions do not contain a
* The namespace of a generic package is its `namespace`.
* The namespace of an npm or Swift package version is its `scope`.
* The namespace of a Maven package version is its `groupId`.
example:
component that specifies its namespace depends on its type. For
The namespace of the package version to be updated. The package
@!attribute [rw] namespace
@return [String]
update.
A format that specifies the type of the package with the statuses to
@!attribute [rw] format
@return [String]
you want to update.
The repository that contains the package versions with the status
@!attribute [rw] repository
@return [String]
owns the domain. It does not include dashes or spaces.
The 12-digit account number of the Amazon Web Services account that
@!attribute [rw] domain_owner
@return [String]
the package versions with a status to be updated.
The name of the domain that contains the repository that contains
@!attribute [rw] domain